* {
    /* font-family: "Inter", sans-serif; */
    font-family: 'Helvetica Neue', 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; */
    font-family: 'Helvetica Neue', 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; }
.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;
}
