@import url('./google-sans.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {

    --cw1: 255 255 255;
    --cdw1: 248 248 248;
    --cr1: 234 67 53;
    --cb1: 16 98 229;
    --cy11: 251 188 5;
    --cg1: 155 206 57;
    --cdg1: 4 60 57;
    --cgr1: 77 79 92;
    --clgr1: 237 238 240;

    --cw2: 255, 255, 255;
    --cdg2: 248, 248, 248;
    --cr2b: 234, 67, 53;
    --cb2: 16, 98, 229;
    --cy2: 251, 188, 5;
    --cg2: 155, 206, 57;
    --cdg2: 4, 60, 57;
    --cg2: 77, 79, 92;
    --clgr2: 237, 238, 240;

    --cw: #FFFFFF;
    --cdw: #F8F8F8;
    --cr: #EA4335;
    --cb: #1062E5;
    --cy: #FBBC05;
    --cgr: #4D4F5C;
    --cg: #9BCE39;
    --cdg: #043C39;
    --clgr: #EDEEF0;

    --sm: 576px;
    --md: 768px;
    --lg: 992px;
    --xl: 1200px;
    --xxl: 1400px;

    --fs: 0.8125rem;
    /*13*/
    --fm: 1rem;
    /*16*/
    --fl: 1.125rem;
    /*18*/
    --fxl: 1.75rem;
    /*28*/
    --fxxl: 2.1875rem;
    /*35*/

    --gs: 0.5rem;
    /*8*/
    --gm: 1rem;
    /*16*/
    --gl: 1.5rem;
    /*24*/
    --gxl: 2rem;
    /*32*/
    --gxxl: 2.5rem;
    /*40*/
    --tp: 300px calc(100% - 420px);
    --bss: 0px 3px 6px #00000029;
    --bss1: 0px -3px 6px #00000029;
    --bss2: 0px 3px 12px #00000029;
}

*,
:after,
:before {
    box-sizing: border-box;
}

#loading-page::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 32%);
    top: 0;
    left: 0;
    z-index: 10;
}

#loading-page {
    position: fixed;
    z-index: 9999;
    top: 40%;
    left: calc(50% - 40px);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #262626;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

input {
    outline: none;
}

.select2-container--default .select2-selection--single {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #e8e9ec;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18%;
}

.select2-container--default .select2-results>.select2-results__options {
    /* min-width: 5rem; */
    scrollbar-width: thin;
}

.select2-container--open .select2-dropdown {
    /* min-width: 5rem; */
}

#select2-choose_lang-container.select2-selection__rendered {
    color: #a6a7ad;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #E8E9EC;
}

.flatpickr-calendar {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    font-size: 0.875rem;
    transition: none;
    width: 18.8125rem;
}