@import url('https://fonts.googleapis.com/css2?family=family=Kdam+Thmor+Pro&Roboto:300,400,500,700,900|Roboto+Slab:400,700&display=swap');

/* override variable --bs-alert-color  */
.alert-danger {
    --bs-alert-color: white;
}

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

::-webkit-scrollbar-track {
    background-color: #1a2034;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.44);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.83);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.sidenav .navbar-brand {
    font-family: 'Kdam Thmor Pro', sans-serif;
    font-size: 1.2rem;
}

.navbar .navbar-brand {
    font-family: 'Kdam Thmor Pro', sans-serif;
    font-size: 1.5rem;
}

.pagination {
    --bs-pagination-bg: #1c1c1c;
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #e91e63;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #1c1c1c;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: #e91e63;
    --bs-pagination-hover-bg: #1e1e1e;
    --bs-pagination-hover-border-color: #181818;
    --bs-pagination-focus-color: #e91e63;
    --bs-pagination-focus-bg: #6a6a6a;
    --bs-pagination-focus-box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.25);
    --bs-pagination-active-color: #4a4a4a;
    --bs-pagination-active-bg: #e91e63;
    --bs-pagination-active-border-color: #e91e63;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #2c2c2c;
    --bs-pagination-disabled-border-color: #000000;
    display: flex;
    padding-left: 0;
    list-style: none;
}


.shadow-blur {
    box-shadow: inset 0 0 1px 1px rgb(233 30 99), 0 20px 27px 0 #04040469 !important;
}

.blur {
    background-color: rgb(0 0 0 / 46%) !important;
}


:root {
    --select-border: #777;
    --select-focus: blue;
    --select-arrow: var(--select-border);
    --bs-btn-font-size: 1rem;
}


.btn {
    text-transform: unset;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"], .form-check:not(.form-switch) .form-check-input[type="radio"] {
    border: 1px solid #00000091;
    background: #1e283d;
}

hr {
    border-top: solid 3px #00000091;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    margin: auto;
}

.modal {
    --bs-modal-bg: #1e283d;
}

.btn-secondary, .btn.bg-gradient-secondary {
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 15%), 0 3px 1px -2px rgb(30 30 30 / 56%), 0 1px 5px 0 rgb(33 33 33 / 47%);
}

.btn-secondary:hover, .btn.bg-gradient-secondary:hover {
    box-shadow: 0 14px 26px -12px rgba(121, 121, 121, 0.4), 0 4px 23px 0 rgba(148, 148, 148, 0.15), 0 8px 10px -5px rgba(152, 152, 152, 0.2);
}

.box-shadow {
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.4), 0 4px 23px 0 rgba(0, 0, 0, 0.15), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

h1, .h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

textarea {
    resize: both;
}

.input-group .input-group-text {
    padding: 0.65rem 10px 0.65rem 0;
    color: #989898;
}


.page-item .page-link, .page-item span {
    color: #e5e5e5;
}

.swal-modal {
    background-color: #1a2034;
    color: white;
    border: 3px solid #1e283d;
}

.swal-title {
    color: white;
}

.swal-text {
    background-color: #1a2034;
    padding: 17px;
    display: block;
    margin: 22px;
    text-align: center;
    color: white;
}

.swal-icon {
    width: 80px;
    height: 80px;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    margin: 20px auto;
}

.swal-icon--success__hide-corners {
    background-color: #fff0;
}

.swal-icon--success:after, .swal-icon--success:before {
    background: #fff0;
}