/* Hide elements on mobile devices (screen width less than or equal to 768px) */
@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }
}

.copy-button-wrapper {
    /*position: relative;*/
}
.copy-successful {
    position: absolute;
    font-size:13px;
    color:#49ff49;
    margin-top: 95px;
    margin-left: 12px;
    opacity:0;
    /**/
    transition: all ease-in-out 680ms;
}
.copy-successful.copied {
    margin-top: 65px;
    display: block;
    opacity: 1;
}


.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff; /* default is primary blue */
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    100% {
        background-position: 0 0;
    }
}


.btn-primary {
    background-color:#3979FF !important;
}

#sessionCountWrapper {
    width:100%;
    text-align:center;
    font-size:13px;
    margin-bottom:-15px;
    color:#ffffff;
}

/* Huricane Loading Icon*/
.fas.fa-hurricane.fa-spin {
    font-size:21px;
    margin-right:5px;
    margin-left:3px;
}


.fi-main {
    max-width:1500px !important;
}


.fi-sidebar-nav-groups.gap-y-7 {
    row-gap:2px;
}

.fi-sidebar-nav {
    /*background: rgba(24,24,27,1);*/
}

.nav-title-block {
    font-size: 15px;
    text-align:center;
    padding:18px 5px;
}

.fi-ac-btn-action-inline {
    background:#FF8C13;
    border-radius: 0 8px 8px 0;
    transition: all ease-in-out 180ms;
}

.fi-ac-btn-action-inline:hover {
    background:#FF9E33;
}

.grid.flex-1.auto-cols-fr.gap-y-8 {
    row-gap: 2px;
}

.grid.fi-wi.gap-6,
.fi-wi-stats-overview-stats-ctn.grid.gap-6 {
    row-gap: 12px;
    gap: 12px;
}

.fi-resource-relation-managers.flex.flex-col.gap-y-6 {
    margin-top:24px;
}

main {
    margin-bottom:180px;
}

h1 {
    color:#555555 !important;
}

html {
    body, .fi-main-ctn {
        background: #F7F7F7;
    }

    .fi-sidebar-nav {
        background:#2A3F54 !important;
    }

    .fi-topbar nav/*, header.fi-sidebar-header*/ {
        background:#EEEFF0 !important;
        border-bottom:#CECED5 1px solid;
    }

    header.fi-sidebar-header {
        background:#2A3F54 !important;
        border-bottom:#233547 1px solid;
    }

    .nav-title-block {
        background:#233547;
        color:#fff;
    }

    .fi-sidebar-item a span,
    .fi-sidebar-group div span {
        color:#efefef !important;
    }

    .fi-sidebar-item a:hover  {
        background:#233547 !important;
    }

    /* width */
    .fi-sidebar-nav::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .fi-sidebar-nav::-webkit-scrollbar-track {
        background: #2A3F54;
    }

    /* Handle */
    .fi-sidebar-nav::-webkit-scrollbar-thumb {
        background: #233547;
    }

    /* Handle on hover */
    .fi-sidebar-nav::-webkit-scrollbar-thumb:hover {
        background: #2A3F54;
    }

    .accordion {
        margin-top: 12px;
    }
    .accordion-item {
        border: 1px solid #E8E8E8;
        border-radius: 0.25rem;
        margin-bottom: 0.5rem;
    }
    .accordion-header {
        margin: 0;
    }
    .accordion-button {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
        color: #111111;
        background-color: #E8E8E8;
        border: 1px solid #E8E8E8;
        transition: background-color 0.15s ease-in-out;
    }

    .accordion-button:not(.collapsed) {
        color: #111111;
        background-color: #E8E8E8;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "^";
        transform: rotate(0deg);
        transition: transform 0.2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
    }
    .accordion-collapse {
        display: none; /* Hidden by default */
    }

    .accordion-collapse.show {
        visibility: visible;
        display: block;
    }
    .accordion-body {
        color:#111111;
        padding: 1rem 1.25rem;
        border: 1px solid #E8E8E8;
    }
}




html.dark {
    body, .fi-main-ctn {
        background: #131415;
    }

    .fi-sidebar-nav, .fi-topbar {
        background:#202124 !important;
    }

    .fi-topbar nav, header.fi-sidebar-header {
        background:#202124 !important;
        border-bottom:#202124 1px solid;
    }

    /* width */
    .fi-sidebar-nav::-webkit-scrollbar {
        width: 4px;
    }

    /* Track */
    .fi-sidebar-nav::-webkit-scrollbar-track {
        background: #444444;
    }

    /* Handle */
    .fi-sidebar-nav::-webkit-scrollbar-thumb {
        background: #333333;
    }

    /* Handle on hover */
    .fi-sidebar-nav::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .nav-title-block {
        background:#E67E11;
        color:#fff;
    }


    .alert-info {
        background:#393F41;
        border-color:#4F5759;
        color:#efefef;
    }

    .alert-warning {
        background:#686457;
        border-color:#817C6B;
        color:#cfcfcf;
    }

    .accordion {
        margin-top: 12px;
    }
    .accordion-item {
        border: 1px solid #212121;
        border-radius: 0.25rem;
        margin-bottom: 0.5rem;
    }
    .accordion-header {
        margin: 0;
    }
    .accordion-button {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
        color: #ffffff;
        background-color: #1D1D21;
        border: 1px solid #313131;
        transition: background-color 0.15s ease-in-out;
    }

    .accordion-button:not(.collapsed) {
        color: #ffffff;
        background-color: #212121;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "^";
        transform: rotate(0deg);
        transition: transform 0.2s ease-in-out;
    }

    .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
    }
    .accordion-collapse {
        display: none; /* Hidden by default */
    }

    .accordion-collapse.show {
        visibility: visible;
        display: block;
    }
    .accordion-body {
        color:#ffffff;
        padding: 1rem 1.25rem;
        border: 1px solid #313131;
    }
}








/* Add style to Loading Icons */

.loading-icons-wrapper .break-inside-avoid {
    float:left;
}
.loading-icons-wrapper label {
    padding:12px 24px;
    border: #afafaf 1px solid;
    margin:4px;
    opacity:0.6;
    border-radius:8px;
    display:inline-block;
    text-align:center;
    transition: ease-in-out all 180ms;
}
.loading-icons-wrapper label:hover {
    cursor:pointer;
    background:rgba(30,30,30,0.1);
}
.loading-icons-wrapper label:has(input[type="radio"]:checked)  {
    background:rgba(30,30,30,0.1);
    border:#E67E11 1px solid;
    box-shadow: #E67E11 0 0 10px 0px;
    opacity:0.8;
}
/* ------------------------- */





/* Adds space between Schedule List and Calendar */
.flex.flex-col.gap-y-6 {
    margin-bottom:45px;
}
/* --------------------------------------------- */







/*  Alert styling */
.alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-primary, .alert-secondary, .alert-success, .alert-danger,
.alert-warning, .alert-info, .alert-light, .alert-dark {
    color: #004085;  /* Text color */
    background-color: #cce5ff;  /* Background color */
    border-color: #b8daff;  /* Border color */
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-info {
    color: #0c5460;  /* Text color */
    background-color: #d1ecf1;  /* Background color */
    border-color: #bee5eb;  /* Border color */
}

.alert-danger {
    color: #721c24;  /* Text color */
    background-color: #f8d7da;  /* Background color */
    border-color: #f5c6cb;  /* Border color */
}

.alert-warning {
    color: #856404;  /* Text color */
    background-color: #fff3cd;  /* Background color */
    border-color: #ffeeba;  /* Border color */
}
/* -------------- */






/* Toogle Switch */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}







/* Bootstrap Col / Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}


/* Bootstrap Input Group */

.input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child),
.input-group > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control:not(:last-child),
.input-group > .form-select:not(:last-child),
.input-group > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-append {
    display: flex;
}

.input-group-append .btn,
.input-group-append .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




/* Bootstrap Form Control */

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}




/* Small screens (>=576px) */
@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Medium screens (>=768px) */
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Large screens (>=992px) */
@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* Extra-large screens (>=1200px) */
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**/





/* ========================================== */
/* Modal */
 .modal {
     /*display: none;*/
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.5);
     justify-content: center;
     align-items: center;
 }

.modal button {
    position: absolute;
    top: 10px;
    right: 10px;
}

.image-slider {
    display: flex;
}

.image-slider img {
    max-width: 100%;
    margin-right: 10px;
}
