@font-face {
    font-family: 'ArOneSans';
    src: url("../fonts/AROneSans.ttf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaMedium';
    src: url("../fonts/FuturaMedium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Magose';
    src: url("../fonts/Magose.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: initial;
    }
}

.bg-palette01 {
    background: #0b2037 !important;
}

.text-palette01 {
    color: #0b2037 !important;
}

.bg-palette04-transparent {
    background: #0b203780 !important;
}

.bg-red {
    background: red !important;
}

.text-white {
    color: white !important;
}

.text-right,
.table.gy-5 th.text-right {
    text-align: right !important;
}

.btn-primary,
.show>.btn.btn-primary {
    background: #0b2037 !important;
    border-color: #0b2037 !important;
    color: white;
}

.btn-primary:hover {
    background: #0b2037 !important;
    border-color: #0b2037 !important;
    color: white;
}

.btn-check:active+.btn.btn-primary,
.btn-check:checked+.btn.btn-primary,
.btn.btn-primary.active,
.btn.btn-primary.show,
.btn.btn-primary:active:not(.btn-active),
.btn.btn-primary:focus:not(.btn-active),
.btn.btn-primary:hover:not(.btn-active) {
    color: #fff;
    border-color: #0b2037;
    background-color: #0b2037 !important;
}

.btn-info {
    background: #0088E3 !important;
    border-color: #0088E3 !important;
    color: white;
}

.btn.btn-info:hover:not(.btn-active) {
    background-color: #45A7E8 !important;
    border-color: #45A7E8 !important;
    color: white;
}

.btn-check:active+.btn.btn-info,
.btn-check:checked+.btn.btn-info,
.btn.btn-info.active,
.btn.btn-info.show,
.btn.btn-info:active:not(.btn-active),
.btn.btn-info:focus:not(.btn-active),
.btn.btn-info:hover:not(.btn-active) {
    color: #fff;
    border-color: #45A7E8;
    background-color: #45A7E8 !important;
}

.text-info {
    color: #45A7E8 !important;
}

.btn-palette01 {
    background: #0b2037 !important;
    border-color: #0b2037 !important;
    color: white;
}

.btn-palette01:hover {
    background: #0088E3 !important;
    border-color: #0088E3 !important;
    color: white;
}

.menu-title-white .menu-item .menu-link .menu-title {
    color: #FFFFFF;
}

.menu-title-gray-100 .menu-item .menu-link .menu-title {
    color: #0b2037;
}

.card {
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 35%);
}

[data-bs-theme=dark] .card {
    box-shadow: initial;
}

.square {
    padding: 10px !important;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}

.color-square {
    height: 35px;
    width: 35px;
    border: 1px solid black;
    display: inline-block;
}

.little-circle {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
}

.form-control:disabled {
    background-color: #bdbdbd !important;
}

.card {
    border-radius: 1.5rem;
}


/* .card-header:first-child {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
} */

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
    background-color: #45A7E8;
}

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
    background-color: #0b2037;
    width: 16px;
    height: 16px;
}

.carousel.carousel-custom .carousel-indicators.carousel-indicators-dots li {
    width: 16px;
    height: 16px;
}

.minicolors-theme-default .minicolors-input {
    height: initial !important;
    width: -webkit-fill-available !important;
    padding-left: 50px !important;
}

.minicolors-theme-default .minicolors-swatch {
    width: 35px !important;
    height: 35px !important;
}

.has-error,
.has-error+.ck-editor,
.has-error+.select2 {
    border: 3px solid #f1416c !important;
}

.title {
    font-family: 'ArOneSans';
    font-size: 3.5rem !important;
    color: #0b2037;
    font-weight: bold;
    /* border-radius: 10px; */
    /* border-bottom: 8px solid;
    border-color: #830310; */
}

.subtitle {
    font-family: 'FuturaMedium';
    font-size: 2.5rem !important;
    color: #0b2037;
    font-weight: bold;
}

[data-bs-theme=dark] .btn-primary {
    border: 1px solid #565674 !important;
}

[data-bs-theme=dark] body,
[data-bs-theme=dark] .title,
[data-bs-theme=dark] .subtitle,
[data-bs-theme=dark] .text-palette01 {
    color: #565674 !important;
}

[data-bs-theme=dark] .file-input-control,
[data-bs-theme=dark] .file-preview-container,
[data-bs-theme=dark] .form-control:disabled,
[data-bs-theme=dark] .form-control[readonly] {
    color: #f5f8fa !important;
    background-color: #1b1b29 !important;
}

[data-bs-theme=dark] .form-control.form-control-solid {
    background-color: #1b1b29;
    border-color: #242429;
    color: #92929f;
    transition: color .2sease, background-color .2sease;
}

[data-bs-theme=dark] .dropdown.show>.form-control.form-control-solid,
[data-bs-theme=dark] .form-control.form-control-solid.active,
[data-bs-theme=dark] .form-control.form-control-solid.focus,
[data-bs-theme=dark] .form-control.form-control-solid:active,
[data-bs-theme=dark] .form-control.form-control-solid:focus {
    background-color: #1b1b29;
    border-color: #242429;
    color: #92929f;
    transition: color .2s ease, background-color .2s ease;
}

[data-bs-theme=dark] .form-control.form-control-solid {
    background-color: #1b1b29;
    border-color: #242429;
    color: #92929f;
    transition: color .2s ease, background-color .2s ease;
}

[data-bs-theme=dark] .dropdown.show>.form-select.form-select-solid,
[data-bs-theme=dark] .form-select.form-select-solid.active,
[data-bs-theme=dark] .form-select.form-select-solid.focus,
[data-bs-theme=dark] .form-select.form-select-solid:active,
[data-bs-theme=dark] .form-select.form-select-solid:focus {
    background-color: #1b1b29;
    border-color: #242429;
    color: #92929f;
    transition: color .2s ease, background-color .2s ease;
}

[data-bs-theme=dark] .form-select.form-select-solid {
    background-color: #1b1b29;
    border-color: #242429;
    color: #92929f;
    transition: color .2s ease, background-color .2s ease;
}

[data-bs-theme=dark] ::-webkit-file-upload-button {
    background-color: #1b1b29 !important;
    border-color: #242429 !important;
}

[data-bs-theme=dark] .form-check.form-check-solid .form-check-input {
    /* background-color: #cecece; */
    border: 1px solid #cecece;
}

.form-control.form-control-solid,
.form-select.form-select-solid {
    background-color: #e4e6ef;
    border-color: #e4e6ef;
}

.nav-tabs .nav-link.active {
    border-top: 3px solid #0061a1;
}

.table-palette01 th {
    background: #0b2037 !important;
    color: white;
}

[data-bs-theme=dark] .table-palette01 th {
    background: #565674 !important;
}

.table-rounded {
    border-radius: 15px;
}

.table.table-bordered {
    border: 1px solid black !important;
}

.table.table-bordered th:not(:last-child),
.table.table-bordered td:not(:last-child) {
    border-right: 1px solid black !important;
}

.table.table-bordered tbody tr:not(:last-child),
.table.table-bordered thead tr {
    border-bottom: 1px solid black !important;
}

.table-grades td,
.table.table-grades tbody tr:last-child {
    border: 1px solid black !important;
}

.table-grades th,
.table.table-grades>:not(:last-child)>:last-child,
.table-grades tfoot td,
.table.table-grades tr:last-child td {
    border: 3px solid black !important;
}

.table.table-grades tbody tr:last-child td {
    border-bottom: 3px solid black !important;
}

.table-grades td:first-child {
    border-left: 3px solid black !important;
    border-right: 3px solid black !important;
}

.table-grades td:last-child {
    border-right: 3px solid black !important;
}

.table td:last-child,
.table th:last-child,
.table tr:last-child {
    padding-right: 0.75rem;
}

.table td:first-child,
.table th:first-child,
.table tr:first-child {
    padding-left: 0.75rem;
}

.loading-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    background-image: url('../images/loading.gif');
}

.loading-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
}

.wrapper {
    background: #cecece;
}

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

/* Track */
::-webkit-scrollbar-track {
    background: #45A7E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0b2037 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0b2037 !important;
}

@media (min-width: 992px) {

    div::-webkit-scrollbar-thumb,
    ol::-webkit-scrollbar-thumb,
    pre::-webkit-scrollbar-thumb,
    span::-webkit-scrollbar-thumb,
    ul::-webkit-scrollbar-thumb {
        background-color: #0b2037;
    }

    .menu-title-white .menu-item .menu-link .menu-title {
        color: #0b2037;
    }

}


/*OVERRIDING CSS PLUGINS*/
.swal2-styled.swal2-confirm {
    background-color: #0b2037;
}

.swal2-styled.swal2-cancel {
    background-color: #d9214e;
}

.ck-content {
    min-height: 320px;
    border-radius: .75rem !important;
}

.ck-editor .ck-content {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: .1.5rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.form-check.form-check-solid .form-check-input {
    /* background-color: #cecece; */
    border: 1px solid #0b2037;
}

.table>thead>tr>th {
    background-color: #0b2037;
    color: white;
}

.table.gy-5 th {
    background-color: #0b2037 !important;
    color: white !important;
    vertical-align: middle !important;
    text-align: center !important;
}

[data-bs-theme=dark] .table.gy-5 th {
    background-color: #565674 !important;
    color: white !important;
}

.table.gy-5 th {
    padding: 8px 8px !important;
}

.table.gy-5 td {
    padding: 8px 8px !important;
}

.btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.table-sticky-head {
    overflow: auto;
    height: 60vh;
}

.table-sticky-head thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-sticky-head tbody th {
    position: sticky;
    left: 0;
}

.flatpickr-day.today {
    background: #0b2037 !important;
    color: white !important;
}

.flatpickr-day.selected {
    background: #009ef7 !important;
    color: white !important;
}

.swal2-popup {
    width: 45em;
}

[data-bs-theme=dark] .ck-content {
    background-color: #1b1b29 !important;
}
