.settings_section .image-input [data-kt-image-input-action="pick"] {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
}

.settings_section .image-input [data-kt-image-input-action="pick"] input {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}

.notice.fit-content {
    width: fit-content;
}

#kt_settings_documents .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.42rem;
}

#kt_settings_documents .alert.alert-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 1.5rem 2rem;
}

#kt_settings_documents .alert.alert-custom.alert-default {
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    border: 1px solid #646566;
}



#kt_settings_documents .alert.alert-custom .alert-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 0;
}

#kt_settings_documents .alert.alert-custom .alert-text {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

file-icon .fa-file-pdf {
    color: #f44336
}

file-icon .fa-file-powerpoint {
    color: #5e72e4
}

file-icon .fa-file-word {
    color: #0f5892
}

file-icon .fa-file-excel {
    color: #00897b
}

file-icon .fa-folder {
    color: #0c0039;

}

file-icon .fa-file-archive {
    color: #ff9800
}


.loader-container[data-v-6fb8e038] {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    height: 300px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.circle-loader .circular[data-v-b12024c2] {
    -webkit-animation: rotate-b12024c2 2s linear infinite;
    animation: rotate-b12024c2 2s linear infinite;
    height: 50px;
    width: 50px;
}

.circle-loader .full-circle[data-v-b12024c2] {
    stroke-dasharray: 200, 200;
    stroke: #009ef7 !important
}

.circle-loader--primary .path[data-v-b12024c2] {
    stroke: var(--kt-primary-active) !important;
}

.circle-loader .path[data-v-b12024c2] {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash-b12024c2 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash-b12024c2 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke: var(--kt-primary-active) !important
}

@-webkit-keyframes rotate-b12024c2 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotate-b12024c2 {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes dash-b12024c2 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

@keyframes dash-b12024c2 {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35
    }

    to {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124
    }
}

.circle-loader--primary .path[data-v-b12024c2] {
    stroke: var(--kt-primary-active) !important
}


.nav-pills-custom .nav-link {
    color: #aaa;
    background: #1e1e2d;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #fff !important;
    background: #4199d5;
}

.nav-pills-custom .nav-link.active i,
.nav-pills-custom .nav-link.active span,
.nav-pills-custom .nav-link.active span a {
    color: #fff
}

.nav.nav-pills.nav-pills-custom .nav-link.active,
.nav.nav-pills.nav-pills-custom .show>.nav-link.active {
    background-color: #4199d5;
}

/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #4199d5;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


.fc-h-event .fc-event-main {
    padding: 0.55rem;
    border-color: #EBEDF3;
}

.fc .fc-daygrid-event {
    border: 1px solid #EBEDF3;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.055);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.055);
    border-radius: 0.42rem;
}


@media (max-width: 991.98px) {
    .mob-navbar-responsive {
        position: fixed;
        right: 7%;
        top: 0%;
        z-index: 999;
    }
}

@media (max-width: 767.98px) {
    .mob-navbar-responsive {
        right: 11%;
        margin-top: 3px;
    }

}

.fc-more-popover {
    z-index: 1 !important;
}

.subscription_status .text-warning,
.subscription_status .badge-light-warning {
    color: #ae953a !important;
}

.subscription_status .text-success,
.subscription_status .badge-light-success {
    color: #218c52 !important;
}