/*body{*/
/*    background-color: #eeeeee !important;*/
/*}*/
/* Leftmenu */
body[data-sidebar=dark] .vertical-menu {
    background: #023363;
}
body[data-sidebar=dark] .navbar-brand-box {
    background: #023363;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
    background: #023363;
    color: #fff;
}
/* End Leftmenu */

/* Primary Buttons */
.btn-primary {
    color: #fff !important;
    background-color: #023363 !important;
    border-color: #023363 !important;
    transition: background-color 0.3s, color 0.3s;
}

.btn-primary:hover {
    color: #023363 !important;
    background-color: #eeeeee !important;
    border-color: #023363 !important;
}
.btn-black {
    color: #fff !important;
    background-color: #023363 !important;
    border-color: #023363 !important;
    transition: background-color 0.3s, color 0.3s;
}
.btn-black:hover {
    color: #023363 !important;
    background-color: #eeeeee !important;
    border-color: #023363 !important;
}
/* End Primary Buttons */

/* Secondary Buttons */
.btn-done {
    color: #023363 !important;
    background-color: #eeeeee !important;
    border: 1px solid !important;
    border-color: #023363 !important;
}
.btn-secondary{
    color: #023363 !important;
    background-color: #eeeeee !important;
    border-color: #023363 !important;
}
/* End Secondary Buttons */
/* Close Button*/
.close{
    color: #023363 !important;
    border-radius: 5px;
    padding: 2px 6px;
}
/* End Close Button*/

/* Icon Button*/
.btn-icon{
    background-color: #023363 !important;
    color: #ffd701 !important;
    border-radius: 5px;
    padding: 8px;
    height: 35px;
    width: 35px;
}
/* End Close Button*/

.nav-link.active {
    color: #fff !important;
    background-color: #023363 !important;
    border-color: #023363 !important;
    transition: background-color 0.3s, color 0.3s;
}

.nav-link.active:hover {
    color: #fff !important;
    background-color: #023363 !important;
    border-color: #023363 !important;
}

.nav-tabs-custom .nav-item .nav-link::after {
    background: #023363;
}

.nav-link:focus, .nav-link:hover {
    color: #000;
    text-decoration: none;
}

a {
    color: #023363;
    text-decoration: none;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #023363 !important;
}

.text-secondary {
    /*--bs-text-opacity: 1;*/
    color: #ffd701 !important;
}

.avatar-title {
    background-color: #023363 !important;
    color: #ffd701;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #ffd701;
    background-color: #023363;
    border-color: #023363;
}

/*.btn-link {*/
/*    --bs-btn-color: #000000;*/
/*}*/

/*.btn-link:hover {*/
/*    color: #023363;*/
/*}*/

.underline-fade {
    position: relative;
    display: inline-block;
}

.underline-fade::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #ffd701c9, #ffd70169, rgba(191, 148, 86, 0));
    transition: background-image 0.3s ease-out;
}

.underline-fade:hover::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(191, 148, 86, 0), #ffd70169, #ffd701c9);

}
input[readonly] {
    background-color: #f5f5f5;
    color: #555;
}
.form-label.required::after {
    content: " *";
    color: red;
}
mark {
    background-image: linear-gradient(to right, #ffd701c9, #ffd70169, rgba(191, 148, 86, 0));
    background-size: 100% 3px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-color: transparent;
    padding: 0;
    color: currentColor;
}
a:link {
    color: #000;
}


::-webkit-scrollbar {
    width: 5px;
}

/* Track of the scrollbar */
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Handle of the scrollbar */
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* Handle on active */
::-webkit-scrollbar-thumb:active {
    background-color: #333;
}

/* Custom scrollbar for the table container */
.table-responsive::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Firefox custom scrollbar */
/*.table-responsive {*/
/*    scrollbar-width: thin;*/
/*    scrollbar-color: #888 #f1f1f1;*/
/*}*/
[data-bs-theme="dark"] .bg-member {
    color: #000 !important;
}
html[data-bs-theme="dark"] .mdi.mdi-close.noti-icon {
    color: black;
}

html[data-bs-theme="dark"] .form-control{
    background-color: #222736;
    color: #fff;
}
html[data-bs-theme="dark"] a {
    color: #fff !important;
}
html[data-bs-theme="dark"] .service-item{
    background-color: transparent;
}
html[data-bs-theme="dark"] .label-text{
    color: #fff;
}
html[data-bs-theme="dark"] .custom-checkbox{
    background-color: #2a3042;
}
html[data-bs-theme="dark"] .container{
     background-color: #222736 !important;
}
html[data-bs-theme="dark"] h4 {
    color: white !important;
}
html[data-bs-theme="dark"] span {
    color: white !important;
}
html[data-bs-theme="dark"] .text-truncate .fw-semibold{
    color: white !important;
}
html[data-bs-theme="dark"] .fw-semibold{
    color: white !important;
}
html[data-bs-theme="dark"] .alert{
    background-color: #222736 !important;
    color: #bfbcbc !important;
}
html[data-bs-theme="dark"] .btn-primary-light{
    background-color: #222736;
}
html[data-bs-theme="dark"] .btn-primary{
    color: #fff !important;
}
html[data-bs-theme="dark"] .btn-primary:hover {
    color: #000 !important;
}
html[data-bs-theme="dark"] .custom-card{
    background-color: #222736 !important;
}
html[data-bs-theme="dark"] .team-member-card{
    background-color: #2a3042 !important;
}
html[data-bs-theme="dark"] .text-break{
    color: #fff !important;
}
html[data-bs-theme="dark"] .btn-wave{
    background-color: rgb(38, 191, 148) !important;
}
html[data-bs-theme="dark"] .profile-card{
    background-color: #2a3042 !important;
}
html[data-bs-theme="dark"] .profile-img img{
    border: 8px solid #2a3042;
}
html[data-bs-theme="dark"] .project-info-box{
    background-color: #2a3042 !important;
}
html[data-bs-theme="dark"] p{
    color: #ccc !important;
}
html[data-bs-theme="dark"] body{
    background-color: #222736;
}
html[data-bs-theme="dark"] .dt-buttons .btn-secondary {
    background-color: #32394e !important;
    color: #ffffff !important;
    border-color: #495057 !important;
}

html[data-bs-theme="dark"] .dt-buttons .btn-secondary:hover {
    background-color: #495057 !important;
    color: #000000 !important;
}

html[data-bs-theme="dark"] .dt-buttons .btn-secondary i {
    color: #ffffff !important;
}

html[data-bs-theme="dark"] .choices {
    background-color: #32394e !important; 
    color: #ffffff !important; 
    border-color: #495057 !important; 
}

html[data-bs-theme="dark"] .choices__inner {
    background-color: #32394e !important;
    color: #ffffff !important;
    border-color: #495057 !important;
}

html[data-bs-theme="dark"] .choices__list--dropdown {
    background-color: #495057 !important; 
    border-color: #6c757d !important;
}

html[data-bs-theme="dark"] .choices__item {
    color: #ffffff !important;
}

html[data-bs-theme="dark"] .choices__item--selectable.is-highlighted {
    background-color: #023363 !important; 
    color: #fff !important; 
}
html[data-bs-theme="dark"] .btn-close {
    --bs-btn-close-color: #000 !important;
}
/*[data-bs-theme="dark"] .btn-close {*/
/*    --bs-btn-close-color: #000 !important;*/
/*    --bs-btn-close-bg: transparent !important;*/
/*}*/



.mentor-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px dotted #023363 !important;
    padding: 5px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
.bell {
    background-color: #023363;
    color: #ffd701;
}
.bg-member {
    background-color: #ffd701;
    color: #023363;
    padding-right: .6em;
    padding-left: .6em;
    font-size: small;
    /*border-radius: var(--bs-border-radius-pill) !important;*/
}
.read-more {
    color: #023363;
    font-weight: 600;
}

.fc-title {
    color: #023363 !important;
    background-color: #000 !important;
}

.fc-event {
    color: #023363 !important;
    background-color: #000 !important;
}

.fc td {
    height: 43px;
}
.auth-review-carousel.owl-theme .owl-dots .owl-dot.active span, .auth-review-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #023363;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #023363 !important;
}