* {
    font-family: "Inter", sans-serif;
}

html {
    font-size: 14px;
}

html,
body {
    margin: 0;
}

body {
    /* min-height: 100dvh; */
    /* background: #f9f7f4; */
}

.material-symbols-outlined {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

button,
input,
select {
    font-family: "Inter", sans-serif;
}

input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mobile-container {
    position: relative;
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    background: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nom {
    margin: 0;
}

.nop {
    padding: 0;
}

.nomp {
    margin: 0;
    padding: 0;
}

.row {
    width: 100%;
}

.p-lr-8px {
    padding-left: 8px;
    padding-right: 8px;
}

.p-lr-10px {
    padding-left: 10px;
    padding-right: 10px;
}

.p-l-8px {
    padding-left: 8px;
}

.p-r-8px {
    padding-right: 8px;
}

hr {
    border: 1px solid #ededed;
}

.h-auto-container {
    display: flex;
    flex-direction: column;
}

.h-auto-container .row {
    width: 100%;
}

.h-auto {
    flex: 1 1 auto;
}

.h-0 {
    height: 0;
}

.h-1px {
    height: 1px;
}

.h-32px {
    height: 32px;
}

.h-60px {
    height: 60px;
}

.h-85px {
    height: 85px;
}

.h-100 {
    height: 100%;
}

.m-b-halfrow {
    margin-bottom: 10px;
}

.m-b-4px {
    margin-bottom: 4px;
}

.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.w-24px {
    width: 24px;
}

.w-40px {
    width: 40px;
}

.w-60px {
    width: 60px;
}

.w-300px {
    width: 300px;
}

.w-fit {
    width: fit-content;
}

.m-auto {
    margin: auto;
}

.square {
    aspect-ratio: 1/1;
}

.square-300px {
    width: 300px;
    height: 300px;
}

.border-radius {
    border-radius: 8px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    ;
}

.hidden {
    display: none;
}

.relative {
    position: relative;
}

.f-larger {
    font-size: 1.1rem;
}

.f-19px {
    font-size: 19px;
}

.f-smaller {
    font-size: .8rem;
}

.bold {
    font-weight: bold;
}

.semibold {
    font-weight: 600;
}

.thin {
    font-weight: thin;
}

.lowercase {
    text-transform: lowercase;
}

i.icon-large {
    font-size: 42px;
}

.clickable {
    cursor: pointer;
}

.card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
    border-radius: 8px;
    background-color: white;
}

button,
a.btn,
a.btn-small {
    box-shadow: none !important;
    text-transform: none !important;
    border-radius: 4px !important;
}

.v-scroll {
    overflow-x: auto;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #4263BB;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:after {
    background-color: #4263BB !important;
}

[type="radio"]:checked+span:after,
[type="radio"].with-gap:checked+span:before,
[type="radio"].with-gap:checked+span:after {
    border: 2px solid #4263BB !important;
}

input.browser-default {
    height: 32px;
    line-height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 4px 12px;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #4263BB !important;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #6985D2 !important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
    background-color: #4263BB;
    border: 2px solid #4263BB;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
    border: 1px solid #9F9F9F;
}

[type="checkbox"]+span:not(.lever) {
    color: black;
    /* line-height: normal;
    height: auto; */
}

input.browser-default:focus {
    outline: unset;
}

input.browser-default:not(.input-file):read-only {
    /* background: #D0DEEF; */
    background: #DFDFDF;
    color: #9F9F9F;
}

select.browser-default {
    height: 32px;
    line-height: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 4px 12px;
}

textarea.browser-default {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 4px 12px;
    width: 100%;
    /* height: 150px; */
    resize: none;
    line-height: normal;
}

textarea.browser-default:read-only {
    /* background: #D0DEEF; */
    background: #DFDFDF;
    color: #9F9F9F;
}

textarea.browser-default:focus {
    outline: none;
}

select.browser-default:focus {
    outline: none;
}

i.showpassword {
    top: 4px;
    right: 18px;
    position: absolute;
    cursor: pointer;
}

input[type="password"].showpassword {
    padding-right: 42px;
}

i.search {
    top: 4px;
    right: 18px;
    position: absolute;
}

input[type="search"].search {
    padding-right: 42px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
    /* Firefox */
}

.uploadprogress .progress {
    background-color: #D0DEEF !important;
}

.uploadprogress .progress .determinate,
.uploadprogress .progress .indeterminate:before,
.uploadprogress .progress .indeterminate:after {
    background-color: #0F5FC1 !important;
}

.noselect {
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: -moz-none;
    /* Old versions of Firefox */
    -o-user-select: none;
    /* Opera */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera, and Firefox */
}

.modal {
    border-radius: 4px;
}

.modal .modal-content {
    padding: 10px;
}

.modal .modal-footer {
    padding-bottom: calc(1.0933333333rem + 10px);
    height: auto;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #31416C;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #31416C;
}

.container-paginate{
    display: grid;
    grid-template-columns: repeat(3, minmax(min-content, max-content));
    column-gap: 10px;
    row-gap: 10px;
    align-items: anchor-center;
    justify-content: flex-end;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #D9D9D9 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 32px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #D9D9D9 !important;
    font-size: 12px;
}

.select2-results__options {
    font-size: 12px;
}

.select2-dropdown {
    /* border: 1px solid #D9D9D9; */
    border-left: 1px solid #D9D9D9 !important;
    border-right: 1px solid #D9D9D9 !important;
    border-bottom: 1px solid #D9D9D9 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    /* box-shadow: none !important; */
    box-shadow: none !important;
    border-bottom: 1px solid #D9D9D9 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
    line-height: 32px;
    border: none;
}

.select2-container .select2-selection--single {
    height: 32px !important;
    line-height: 32px !important;
    border: 1px solid #D9D9D9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px !important;
}












/* new for mobile */
.text-field{
    color: #4f4f4f;
}
.nop-in-small{
    padding-top: 10px !important;
}
.pt-10{
    padding-top: 10px;
}
.bg-content-input{
    margin: 15px 0;
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 10px;
    color: #4f4f4f;
}
.bg-transparent{
    background: transparent !important;
}
@media screen and (max-width: 719px) {
    .nop-in-small{
        padding: 0 !important;
    }
    .logo-side{
        width: 380px !important;
    }
    .padding-top-bottom-on-small{
        padding: 53px 0 !important;
    }
    .padding-top-on-small{
        padding-top: 10px !important;
    }
    .for-small-only{
        display: block !important;
    }
    .for-large{
        display: none !important;
    }
    .middle-icon{
        vertical-align: middle !important;
    }

    .text-black{
        color: #000000;
    }
}