/*Inspiration
https://demo.themesberg.com/volt/pages/dashboard/dashboard.html 

https://preview.keenthemes.com/html/keen/docs/base/alerts

=========================================================
* Volt Free - Bootstrap 5 Dashboard
=========================================================
* Product Page: https://themesberg.com/product/admin-dashboard/volt-bootstrap-5-dashboard
* Copyright 2021 Themesberg (https://www.themesberg.com)
* License (https://themesberg.com/licensing)
* Designed and coded by https://themesberg.com
=========================================================
*/

* {
    font-family: Raleway,Arial,sans-serif;
}

.form-control,
.select2  {
    display: block;
    width: 100%;
    /* height:calc(1.5em + 0.75rem + 2px); */
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 2.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control,
.btn,
.select2  {
    border-radius: 25px;
}

.select2 {
    line-height: normal;
}

.select2 .select2-container .select2-container--default .select2-container--below .select2-container--focus .select2-container--open {
    border-radius: 0px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}

select {
    height: 3rem;
}

h1,h2,h3,h4,h5,h6 {
    color: #0b1c39;
    margin-top: 0px;
    font-style: normal;
    font-weight: 500;
    text-transform: normal
}

a {
    font-weight: 500;
}

.a:after {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: width .4s ease
}

.a:hover:after {
    width: 100%
}

/*Dashboard Section Starts Here*/
.dashboard-widget {
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 6px 18px 0px rgba(16, 5, 54, 0.17);
    padding: 30px 20px;
}

@media screen and (min-width: 450px) {
    .dashboard-widget {
        padding: 30px;
    }
}

.dashboard-widget .user {
    text-align: center;
    margin-bottom: 30px;
}

.dashboard-widget .user .thumb-area {
    width: 100px;
    margin: 0 auto 30px;
    position: relative;
}

.dashboard-widget .user .thumb-area .profile-pic-edit {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    background: -moz-linear-gradient(135deg, #8739e6 0%, #5496ff 100%);
    background: -webkit-linear-gradient(135deg, #8739e6 0%, #5496ff 100%);
    background: -ms-linear-gradient(135deg, #8739e6 0%, #5496ff 100%);
    box-shadow: 0px 19px 56px 0px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.dashboard-widget .user .thumb-area .thumb {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.dashboard-widget .user .thumb-area .thumb img {
    width: 100%;
}

.dashboard-widget .user .content .title {
    margin-bottom: 0;
}

.dashboard-widget h2, .dashboard-widget h3, .dashboard-widget h4, .dashboard-widget h5, .dashboard-widget h6 {
    color: #37406f;
}

.dashboard-widget h2 a, .dashboard-widget h3 a, .dashboard-widget h4 a, .dashboard-widget h5 a, .dashboard-widget h6 a {
    color: #37406f;
}

.dashboard-widget .dashboard-title {
    border-bottom: 1px solid #d5d7f3;
}

.dashboard-widget .dashboard-title .title {
    padding-bottom: 20px;
}

.dashboard-menu {
    list-style: none;
}

.dashboard-menu li {
    padding: 0;
    margin-bottom: 1px;
}

.dashboard-menu li a {
    padding: 10px 20px;
    color: #37406f;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: block;
}

.dashboard-menu li a i {
    font-weight: 400;
    margin-right: 10px;
    color: #ee4730;
}

.dashboard-menu li a:hover, .dashboard-menu li a.active {
    background: #f7f6fc;
}

.dashboard-item {
    border-radius: 20px;
    background-color: white;
    box-shadow: 2.487px 1.678px 57px 0px rgba(16, 5, 54, 0.13);
    margin-bottom: 30px;
    padding: 40px 15px 30px;
    text-align: center;
}

.dashboard-item .thumb {
    height: 80px;
    margin-bottom: 16px;
}

.dashboard-item .thumb img {
    max-width: 100%;
}

.dashboard-item .card-header {
    padding: .75rem 0;
}

.hover-trigger:hover,
.hover-trigger:hover + .h6,
.hover-trigger:hover + .badge {
    text-decoration: none;
    font-weight: 900;
}

.hover-trigger:hover + .hover-content,
.hover-content:hover {
    display: block;
}

.hover-content {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1000;
    min-width: 100%;
    background-color: #9cbe52;
    border: 0;
}

.hover-content .popover-header {
    background-color: #9cbe52;
    color: #ffffff;
}

.bg-secondary-green {
    background-color: #00965E;
}

.bg-secondary-orange {
    background-color: #EA7600;
}

.bg-secondary-blue {
    background-color: #00AEC7
}


.table thead th {
    vertical-align: top;
}

.icon-circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#stakeholder-group-widget:hover {
    cursor: pointer;
}

.tab-content>.tab-pane {
    padding-top: 20px;
}

.btn-no-radius-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.btn-no-radius-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}


/*Tree*/
ul.tree {
    list-style-type: none;
    padding-left: 20px;
    /* border-left: 1px solid #ddd; */
}

ul.tree ul {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 20px;
    display: none;
    /* Hidden by default */
}

.directory-item {
    cursor: pointer;
    margin: 5px 0;
    padding-left: 5px;
    position: relative;
    font-weight: bold;
}

.directory-label {
    /* display: inline-block; */
    padding: 5px;
    cursor: pointer;
}

.expanded > ul {
    display: block;
    /* Show children when expanded */
}

.checkbox {
    margin-right: 5px;
}

.expand-collapse-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: .5rem;
}

.avatar.avatar-4x3 {
    width: 2rem;
    height: auto;
    border-radius: 0;
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-header-content-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .5rem
}

.card-sm>.card-footer, .card-sm>.card-header {
    padding: 1rem 1rem;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas {
    z-index: 1051 !important;
}

.select2-container {
    z-index: 9999;
}

.select2-container .select2-selection--single {
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
    right: 2px;
}

.select2 {
    width: 100% !important;
}

.stakeholder-group-selector-check {
    transform: scale(1.2);
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    margin-bottom: 20px;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    margin: 20px 0;
}

.activity-feed {
    padding: 15px;
}
.activity-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.activity-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
}
.activity-content {
    flex: 1;
}
.activity-title {
    font-weight: 500;
    margin-bottom: 5px;
}
.activity-subtitle {
    font-size: 0.875rem;
}