.fit-image {
    width: 100%;
    object-fit: cover;
    height: auto;
}

.btn-primary {
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
    color: #201E25;
}

.btn-info {
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-info:hover {
    background-color: transparent;
    /* border: 1px solid #fff; */
}

table .btn-primary {
    background-color: transparent;
    color: #201E25;
    border: 1px solid #fff;
}

table .btn-primary:hover {
    background-color: transparent;
    border: 1px solid #511962;
}

.page-item.active .page-link:hover {
    color: #201E25;
}

.page-item.active .page-link {
    color: #201E25;
}

.page-link:hover {
    background-color: #511962;
    color: #fff;
}

.btn {
    line-height: 1.1;
}

.form-row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.modal-footer {
    justify-content: center;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.checkbox-round {
    background-color: #511962;
    color: #fff;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #511962;
    border: 2px solid #FFC107;
}


.ui-widget-header {
    border: 1px solid #FFC107;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    background: #FFC107;
    color: #201E25;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 2.5em;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 5px;
    background-color: #f4f4ff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 20%);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #f6f6f6;
    font-weight: 600;
    color: #454545;
}

.ui-datepicker {
    padding: 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #f6f6f6;
    font-weight: 600;
    color: #454545;
    padding: 8px;
}


.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {

    margin-top: -3px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 6px;
    width: 18px;
    cursor: pointer;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    /* border: 1px solid #FFC107; */
    background: #b8b1ca;
    color: #fff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    /* border: 1px solid #511962; */
    background: #511962;
    color: #fff;
}


.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #FFC107;
    background: #FFC107;
    color: #201E25;
}

.ui-widget-header a {
    color: #201E25;
    /* font-weight: bolder; */
    font-size: larger;
}



.ui-datepicker .ui-datepicker-buttonpane button {
    background-color: #511962;
    color: #fff;
}


.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    border: none;
    border-radius: 5px;
    /* background-color: #FFC107; */
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 50%);
}

.ui-slider-handle.ui-state-default.ui-corner-all {
    background-color: #511962;
}

.ui-datepicker th {
    font-size: 14px;
}

.ui-datepicker-week-end {
    color: red;
}


.table thead th {
    border-bottom: 1px solid #e2e5e8;
    font-size: 13px;
    color: #222;
    background: #f4f4ff;
    text-transform: capitalize;
    /* text-align: center; */
}


input[type="checkbox"] {
    accent-color: #511962;
}


.table td,
.table th {
    border-top: 1px solid #e2e5e8;
    white-space: nowrap;
    padding: 1.05rem 0.75rem;
}


.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #511962;
    color: #fff;
    cursor: default;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #e2c46a;
    color: #201E25;
}

.dropdown-content a:hover {
    background-color: #511962;
    color: #fff;
}

.img-radius {
    border-radius: 50%;
    transition: transform .2s;

}


.img-radius:hover {
    border-radius: 0%;
    transform: scale(4.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.wid-40 {
    width: 40px;
}


/* double ring loader */
@keyframes ldio-b2dmhmhdsy8 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-b2dmhmhdsy8 div {
    box-sizing: border-box !important
}

.ldio-b2dmhmhdsy8>div {
    position: absolute;
    width: 184.85999999999999px;
    height: 184.85999999999999px;
    top: 24.57px;
    left: 24.57px;
    border-radius: 50%;
    border: 7.02px solid #000;
    border-color: #511962 transparent #511962 transparent;
    animation: ldio-b2dmhmhdsy8 2.564102564102564s linear infinite;
}

.ldio-b2dmhmhdsy8>div:nth-child(2),
.ldio-b2dmhmhdsy8>div:nth-child(4) {
    width: 166.14px;
    height: 166.14px;
    top: 33.93px;
    left: 33.93px;
    animation: ldio-b2dmhmhdsy8 2.564102564102564s linear infinite reverse;
}

.ldio-b2dmhmhdsy8>div:nth-child(2) {
    border-color: transparent #FFC107 transparent #FFC107
}

.ldio-b2dmhmhdsy8>div:nth-child(3) {
    border-color: transparent
}

.ldio-b2dmhmhdsy8>div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.ldio-b2dmhmhdsy8>div:nth-child(3) div:before,
.ldio-b2dmhmhdsy8>div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 7.02px;
    height: 7.02px;
    top: -7.02px;
    left: 81.89999999999999px;
    background: #511962;
    border-radius: 50%;
    box-shadow: 0 177.83999999999997px 0 0 #511962;
}

.ldio-b2dmhmhdsy8>div:nth-child(3) div:after {
    left: -7.02px;
    top: 81.89999999999999px;
    box-shadow: 177.83999999999997px 0 0 0 #511962;
}

.ldio-b2dmhmhdsy8>div:nth-child(4) {
    border-color: transparent;
}

.ldio-b2dmhmhdsy8>div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.ldio-b2dmhmhdsy8>div:nth-child(4) div:before,
.ldio-b2dmhmhdsy8>div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 7.02px;
    height: 7.02px;
    top: -7.02px;
    left: 72.53999999999999px;
    background: #FFC107;
    border-radius: 50%;
    box-shadow: 0 159.12px 0 0 #FFC107;
}

.ldio-b2dmhmhdsy8>div:nth-child(4) div:after {
    left: -7.02px;
    top: 72.53999999999999px;
    box-shadow: 159.12px 0 0 0 #FFC107;
}

.loadingio-spinner-double-ring-qwjv0s901l {
    width: 234px;
    height: 234px;
    display: inline-block;
    overflow: hidden;
    /* background: #ffffff; */
}

.ldio-b2dmhmhdsy8 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-b2dmhmhdsy8 div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */




@keyframes ldio-nu4qgnssf9n {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-nu4qgnssf9n div {
    left: 133.48px;
    top: 4.26px;
    position: absolute;
    animation: ldio-nu4qgnssf9n linear 2.127659574468085s infinite;
    background: #511962;
    width: 17.04px;
    height: 82.36px;
    border-radius: 8.52px / 41.18px;
    transform-origin: 8.52px 137.73999999999998px;
}

.ldio-nu4qgnssf9n div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.9639934533551553s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(2) {
    transform: rotate(27.692307692307693deg);
    animation-delay: -1.8003273322422257s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(3) {
    transform: rotate(55.38461538461539deg);
    animation-delay: -1.6366612111292962s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(4) {
    transform: rotate(83.07692307692308deg);
    animation-delay: -1.4729950900163666s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(5) {
    transform: rotate(110.76923076923077deg);
    animation-delay: -1.3093289689034369s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(6) {
    transform: rotate(138.46153846153845deg);
    animation-delay: -1.1456628477905073s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(7) {
    transform: rotate(166.15384615384616deg);
    animation-delay: -0.9819967266775776s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(8) {
    transform: rotate(193.84615384615384deg);
    animation-delay: -0.8183306055646481s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(9) {
    transform: rotate(221.53846153846155deg);
    animation-delay: -0.6546644844517184s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(10) {
    transform: rotate(249.23076923076923deg);
    animation-delay: -0.4909983633387888s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(11) {
    transform: rotate(276.9230769230769deg);
    animation-delay: -0.3273322422258592s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(12) {
    transform: rotate(304.61538461538464deg);
    animation-delay: -0.1636661211129296s;
    background: #511962;
}

.ldio-nu4qgnssf9n div:nth-child(13) {
    transform: rotate(332.3076923076923deg);
    animation-delay: 0s;
    background: #511962;
}

.loadingio-spinner-spinner-hwlif1qr4lc {
    width: 284px;
    height: 284px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-nu4qgnssf9n {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-nu4qgnssf9n div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */




@keyframes ldio-e79wewms3c {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.ldio-e79wewms3c div {
    left: 133.48px;
    top: 4.26px;
    position: absolute;
    animation: ldio-e79wewms3c linear 2.127659574468085s infinite;
    background: #511962;
    width: 17.04px;
    height: 82.36px;
    border-radius: 8.52px / 41.18px;
    transform-origin: 8.52px 137.73999999999998px;
}

.ldio-e79wewms3c div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.9639934533551553s;
    background: #511962;
}

.ldio-e79wewms3c div:nth-child(2) {
    transform: rotate(27.692307692307693deg);
    animation-delay: -1.8003273322422257s;
    background: #ffc107;
}

.ldio-e79wewms3c div:nth-child(3) {
    transform: rotate(55.38461538461539deg);
    animation-delay: -1.6366612111292962s;
    background: #511962;
}

.ldio-e79wewms3c div:nth-child(4) {
    transform: rotate(83.07692307692308deg);
    animation-delay: -1.4729950900163666s;
    background: #ffc107;
}

.ldio-e79wewms3c div:nth-child(5) {
    transform: rotate(110.76923076923077deg);
    animation-delay: -1.3093289689034369s;
    background: #511962;
}

.ldio-e79wewms3c div:nth-child(6) {
    transform: rotate(138.46153846153845deg);
    animation-delay: -1.1456628477905073s;
    background: #ffc107;
}

.ldio-e79wewms3c div:nth-child(7) {
    transform: rotate(166.15384615384616deg);
    animation-delay: -0.9819967266775776s;
    background: #511962;
}

.ldio-e79wewms3c div:nth-child(8) {
    transform: rotate(193.84615384615384deg);
    animation-delay: -0.8183306055646481s;
    background: #ffc107;
}

.ldio-e79wewms3c div:nth-child(9) {
    transform: rotate(221.53846153846155deg);
    animation-delay: -0.6546644844517184s;
    background: #511962;
}

.ldio-e79wewms3c div:nth-child(10) {
    transform: rotate(249.23076923076923deg);
    animation-delay: -0.4909983633387888s;
    background: #ffc107;
}

.ldio-e79wewms3c div:nth-child(11) {
    transform: rotate(276.9230769230769deg);
    animation-delay: -0.3273322422258592s;
    background: #511962;
}

.ldio-e79wewms3c div:nth-child(12) {
    transform: rotate(304.61538461538464deg);
    animation-delay: -0.1636661211129296s;
    background: #ffc107;
}

.ldio-e79wewms3c div:nth-child(13) {
    transform: rotate(332.3076923076923deg);
    animation-delay: 0s;
    background: #511962;
}

.loadingio-spinner-spinner-wxhw6urwuvc {
    width: 284px;
    height: 284px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-e79wewms3c {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-e79wewms3c div {
    box-sizing: content-box;
}

/* generated by https://loading.io/ */


.dropdown-item:hover {
    background-color: #FFC107;
    color: #201E25;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    color: #511962;
}

.btn.show,
.btn:active {
    color: var(--bs-btn-active-color);
    background-color: transparent;
    border-color: var(--bs-btn-active-border-color);
}


.toggle-off.btn {
    padding-left: 20px;
}


.form-control[readonly]:focus {
    background-color: #ddd;
}


#ajax_loading {
    z-index: 100005;
}


.list-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #222;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    /* margin-bottom: -1px; */
    /* background-color: #fff; */
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #4099ff;
    border-color: #4099ff;
}

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 0;
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #215085;
    background-color: #cae2ff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #215085;
    background-color: #b1d4ff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #215085;
    border-color: #215085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #18705f;
    background-color: #c4f4eb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #18705f;
    background-color: #aff0e4;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #18705f;
    border-color: #18705f;
}

.list-group-item-info {
    color: #00626e;
    background-color: #b8ecf3;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #00626e;
    background-color: #a2e6ef;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #00626e;
    border-color: #00626e;
}

.list-group-item-warning {
    color: #855f28;
    background-color: blanchedalmond;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #855f28;
    background-color: #ffe1b4;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #855f28;
    border-color: #855f28;
}

.list-group-item-danger {
    color: #852b3a;
    background-color: #ffcfd7;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #852b3a;
    background-color: #ffb6c2;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #852b3a;
    border-color: #852b3a;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.card-body {
    position: static;
}


.login-wrapper .loginbox .login-left {
    /* background: #ddd; */
    background: #511962;
    background-image: url('../img/bg-layout.jpg');
    /* background-image: url('https://previews.123rf.com/images/turr17/turr171601/turr17160100627/51132151-damask-seamless-ornament-traditional-vector-light-blue-and-white-pattern-classic-oriental-background.jpg') */
}


.auth-logo-bottom {
    color: #fff;
    position: relative;
    top: 75px;
}


.page-header {
    margin-bottom: 0.875rem;
}


.active.subdrop {
    border-bottom: 1px solid #fff;

}

.table td,
.table th {
    font-size: 13px;
}

.table thead tr th {
    font-size: 13px;
}


.card .card-header {
    padding: 6px;
}


.btn {
    font-size: 13px;
}

.user-name {
    padding-top: 11px;
    color: #fff;
}


footer {
    padding: 20px 1.875rem;
    border-top: 1px solid #ddd;
}


.td-left-border {
    border-left: 2px solid #201E25;
}


.today-birthday-students {
    height: 450px;
    overflow-y: scroll;
}


/* width */
.today-birthday-students::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.today-birthday-students::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #201E25;
    border-radius: 7px;
}

/* Handle */
.today-birthday-students::-webkit-scrollbar-thumb {
    background: #511962;
    border-radius: 10px;
}

/* Handle on hover */
/* .today-birthday-students::-webkit-scrollbar-thumb:hover {
    background: #FFC107;
} */


::-webkit-scrollbar {
    width: 10px;
    /* display: none; */
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    /* border-radius: 7px; */
}

::-webkit-scrollbar-thumb {
    background: #9d9d9f;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    width: 7px;

    background: #511962;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(64, 153, 255, 0.5);
}

.timetable th,
.timetable .day {
    /* background: #d0cece !important; */
    /* background: #511962 !important;
    color: #fff !important; */
    background: #FFC107 !important;
    color: #201E25 !important;

}

.timetable,
.timetable th,
.timetable td {
    border: 1px solid #7c7a7a !important;
}

.timetable .break {
    border-bottom: 1px solid #d0cece !important;
    background: #d0cece !important;
    /* background: #511962 !important;
    color: #fff !important; */
    /* background: #FFC107 !important;
    color: #201E25 !important; */

}

.timetable td {
    /* min-width: 100px; */
    /* min-he: 100px; */
}

/* .timetable-period-assign-modal {
    background-color: #edc3c3 !important;
    cursor: pointer !important;
    height: 100px !important;
    width: 800px !important;
} */

.min-hr {
    margin: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #511962;
}

.select2-container--default .select2-results__option--selected {
    background-color: #FFC107;
    color: #201E25;
}

.link-muted {
    color: #aaa;
}

.link-muted:hover {
    color: #1266f1;
}

.enquiry-comments {
    height: 500px;
    overflow-y: scroll;
}


/* width */
.enquiry-comments::-webkit-scrollbar {
    width: 7px;
}

#enquiry_comments {
    background-position: center;
    /* background-image: url('https://i.ibb.co/PzK1pcT/57be88c7a9ff9ce1426d95966388805a.jpg'); */
    background-image: url('https://i.pinimg.com/736x/8c/98/99/8c98994518b575bfd8c949e91d20548b.jpg');
    background-size: contain;
}

.trumbowyg-box,
.trumbowyg-editor {
    min-height: 100px;
}

.topnav-dropdown-header .clear-noti {
    color: #18aefa;
}

.view-all-noti {
    color: #201E25 !important;
}

.date_of_substitution:hover {
    cursor: pointer;
}