.valid {
    color: #28A745 !important
}

td {
    text-align: center !important;
    vertical-align: middle !important;
}

@media (max-width: 768px) {
    .dx-datagrid-group-panel {
        display: none !important;
    }
}

.navbar-dark {
    background-color: #ffb321 !important;
    border-color: #ffb321 !important;
}

[class*="sidebar-dark-"] {
    background-color: #777B85 !important;
}

[class*="sidebar-dark"] .form-control-sidebar, [class*="sidebar-dark"] .btn-sidebar {
    background-color: #ffb321 !important;
    border: 1px solid #ffb321 !important;
    color: #ffb321 !important;
}

[class*="sidebar-dark-"] .sidebar a {
    color: white !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
}

[class*="sidebar-dark"] .user-panel {
    border-bottom: 1px solid #777B85 !important;
}

.layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini-xs.sidebar-collapse .wrapper .brand-link {
    height: calc(3.4rem + 12px);
    width: 4.6rem;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    background-color: #ffb321 !important;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: transparent !important;
    color: #fff;
}

[class*="sidebar-dark"] .brand-link {
    border-bottom: 1px solid #777B85 !important;
}

    [class*="sidebar-dark"] .brand-link, [class*="sidebar-dark"] .brand-link .pushmenu {
        color: white !important;
    }


.btn-primary {
    background-color: #ffb321;
    border-color: transparent !important;
}

    .btn-primary:hover,
    .btn-primary:focus, /* Added for focus to match hover and active states */
    .btn-primary:active {
        background-color: #ffb321;
        border-color: transparent !important;
    }

        /* Optional: if you want to ensure that the button retains the same color even after it's clicked and holds focus */
        .btn-primary:active:focus,
        .btn-primary.active {
            background-color: #ffb321;
            border-color: transparent !important;
            box-shadow: none; /* Removes the box shadow effect if any */
        }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.clicked {
        background-color: #ffb321;
        border-color: transparent !important;
    }

.btn-info {
    background-color: #579AF6;
    border-color: transparent !important;
    transition: box-shadow 0.4s ease; /* Adding transition for smooth effect */
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active {
        background-color: #ffb321;
        border-color: transparent !important;
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); /* Smooth box shadow on hover */
    }

        /* Optional: if you want to ensure that the button retains the same color even after it's clicked and holds focus */
        .btn-info:active:focus,
        .btn-info.active {
            background-color: #ffb321;
            border-color: transparent !important;
            box-shadow: none; /* Removes the box shadow effect if any */
        }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #579AF6;
    border-color: #579AF6;
    color: #fff;
    padding: 0 10px;
    margin-top: .31rem;
}

.gradient-blue {
    background: white !important;
}

.card-footer {
    background-color: transparent !important;
}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 1rem 0.5rem !important;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
}

.modal-backdrop {
    background-color: rgba(169, 169, 169, 0.5);
}

.modal-open .modal {
    backdrop-filter: blur(3px);
}

/*[id^=NotiflixConfirmWrap] > div[class*="-content"] > div[class*="-head"] > div > div > input {
    border-color: #ffb321!important
}*/


.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #0092ce !important;
    color: #fff;
}


.active .bs-stepper-circle {
    background-color: #ffb321;
}

.swal2-container {
    z-index: 20000 !important;
}

/*Calendar css*/

.fc-event-title {
    color: white !important;
    font-size: 1rem !important;
}

.fc-event-time {
    color: white !important;
    font-size: 1.1rem !important;
}

.fc-daygrid-event-dot {
    display: none !important;
}

.fc-timeGridWeek-button {
    text-transform: capitalize !important;
}

.fc-timeGridDay-button {
    text-transform: capitalize !important;
}

.fc-dayGridMonth-button {
    text-transform: capitalize !important;
}

.fc-listWeek-button {
    text-transform: capitalize !important;
}


.fc-v-event .fc-event-main-frame {
    align-items: start !important;
    padding-top: .3rem !important;
    padding-left: .3rem !important;
    /*background-color: #ffb321 !important;
    border-color: #ffb321 !important;*/
}

.fc-timegrid-event-harness {
    margin: .3rem .2rem !important;
}

.fc-daygrid-event-harness {
    /*   background-color: #ffb321 !important;
    border-color: #ffb321 !important;*/
    margin: 0 .3rem .5rem;
    border-radius: 5px;
}

.fc-daygrid-block-event .fc-event-time {
    padding-left: .5rem;
}

.dropdown-icon {
}


#Message:hover {
    color: #ffb321;
}


/*#region Threads*/
#ThreadList .card {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.ThreadCards {
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .ThreadCards:hover {
        box-shadow: 0 10px 15px rgba(0, 123, 255, 0.15), 0 5px 5px rgba(0, 123, 255, 0.15);
    }

.ThreadCheck {
    cursor: pointer;
}


.grid-container {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
}

.custom-control-label::before {
    background-color: transparent;
    border: #adb5bd solid 1px;
}

.disabled-row {
    background-color: #ffe5e5 !important;
}

.word-wrap-caption {
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: auto !important;
}


/* Adjust the brand link's height */
.brand-link {
    height: 18rem; /* Match the top nav bar height */
    display: flex; /* Enables flexbox layout */
    align-items: center; /* Centers items vertically */
    padding-left: 20px; /* Adjust as needed */
}

    /* Adjust the brand logo image size if necessary */
    .brand-link .brand-image {
        height: 50px; /* Adjust based on your preference */
        width: auto; /* Maintain aspect ratio */
        margin-right: 10px; /* Space between image and text */
    }

/* Adjust text size or margins if necessary */
.brand-text {
    margin: 0; /* Removes default margins */
    /* Add more styles as needed */
}

/* Adjust the brand link's height */
.brand-link {
    height: 66px; /* Match the top nav bar height */
    display: flex; /* Enables flexbox layout */
    align-items: center; /* Centers items vertically */
    padding-left: 20px; /* Adjust as needed */
}

    /* Adjust the brand logo image size if necessary */
    .brand-link .brand-image {
        height: 50px; /* Adjust based on your preference */
        width: auto; /* Maintain aspect ratio */
        margin-right: 10px; /* Space between image and text */
    }

/* Adjust text size or margins if necessary */
.brand-text {
    margin: 0; /* Removes default margins */
    /* Add more styles as needed */
}

/* Media query for mobile devices */
@media screen and (max-width: 768px) {
    .brand-link {
        height: 3.6rem !important; /* Adjust height for mobile */
        padding-left: 10px; /* Adjust padding for mobile */
    }

        .brand-link .brand-image {
            height: 40px; /* Adjust image height for mobile */
            margin-right: 5px; /* Adjust margin for mobile */
        }
}


.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(230px - 0.5rem* 2);
    transition: width ease-in-out 0.3s;
}

.status-box {
    border: 1px solid #ffb321; /* Border color for active status */
    border-radius: 20px; /* Rounded border */
    padding-top: .3rem; /* Padding for inner content */
    color: #ffb321; /* Text color for active status */
    display: flex; /* Use flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}

    .status-box.active {
        box-shadow: 0 0 10px rgba(47, 176, 169, 0.5); /* Glow effect for active status */
    }

    .status-box.inactive {
        border-color: red; /* Red border color for inactive status */
        color: red; /* Red text color for inactive status */
        box-shadow: 0 0 10px rgba(255, 0, 0, 0.5); /* Red glow effect for inactive status */
    }

.register-page {
    height: unset;
    margin-top: 3rem;
}


.select-is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: none !important;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.select-is-valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}


.card-header {
    border-color: #ffb321 !important;
}

.card-title {
    color: #ffb321 !important;
    font-weight: 600;
}

.modal-title {
    color: #ffb321 !important;
    font-weight: 600;
}

.modal-header {
    border-color: #ffb321 !important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
    width: 100% !important;
    padding: .1rem;
    line-height: 1.5;
}

.bg-grey {
    background-color: #777B85 !important;
    color:white!important;
}

.bg-orange {
    background-color: #ffb321 !important;
    color: white;
}

.disable-click {
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer !important;
}

.active-text {
    color: green !important;
    font-weight: 500;
    font-size: medium;
}

.inactive-text {
    color: red !important;
    font-weight: 500;
    font-size: medium;
}

#whatsapp-apply {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ffb321, 0 0 10px #ffb321;
    color: #ffb321!important;
}

 