@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;400;600&display=swap');

html,
body {
    font-family: 'Kanit', sans-serif !important;
    font-weight: 400;
    font-size: 13px;
    background: url("../../../images/body.jpg") left top repeat;
}

ul {
    list-style-type: none;
}

.chat {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 99;
}

    .chat .btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }


.btn-filter {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 99;
    display: none;
}

    .btn-filter .btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        padding: 10px;
    }

.o-100 {
    opacity: 1;
}

.line-clamp-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-like {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: var(--dark-color);
    color: var(--light-color);
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-like:disabled {
        background-color: var(--primary-color);
        color: var(--light-color);
    }

.btn-like-disabled {
    background-color: var(--primary-color) !important;
    color: var(--light-color) !important;
}

.btn-like:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

#chart {
    max-width: 100%;
    width: 100%;
}

.text-50 {
    color: var(--color-border);
}

.btn-circle {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-group.i-edit {
    border: 1px solid var(--secondary-color);
    border-radius: 7px;
}

hr.info {
    border: 5px solid var(--info-color);
    border-radius: 5px;
    height: 1px;
    background-color: var(--info-color);
    width: 100%;
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-left {
    border-radius: 0%;
    border-bottom-left-radius: 20%;
    border-top-left-radius: 20%;
    width: 35px;
    height: 30px;
    background-color: #fff;
    color: var(--dark-color);
    border: 1px solid var(--dark-color) !important;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-left.active {
        background-color: var(--dark-color) !important;
        color: #fff !important;
    }

.btn-right {
    border-radius: 0%;
    border-bottom-right-radius: 20% !important;
    border-top-right-radius: 20% !important;
    width: 35px;
    height: 30px;
    background-color: #fff;
    color: var(--dark-color);
    border: 1px solid var(--dark-color) !important;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-right.active {
        background-color: var(--dark-color);
        color: #fff;
    }


.cookie-consent {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 1rem 0;
    color: var(--light-color);
    font-size: 14px;
    background: var(--primary-color);
    z-index: 5;
    cursor: pointer;
}


.display-inline {
    display: inline-block;
}

.font-bold {
    font-weight: bold;
}

.material-symbols-outlined {
    font-size: 16px;
}


.btn-primary-secondary {
    color: #fff;
    background-color: var(--primary-color-1);
    border-color: var(--primary-color-1);
}

    .btn-primary-secondary:hover {
        color: #fff;
        background-color: var(--primary-color-1);
        border-color: var(--primary-color-1);
    }

    .btn-primary-secondary:focus,
    .btn-primary-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 73, 90, 0.5);
    }

    .btn-primary-secondary.disabled,
    .btn-primary-secondary:disabled {
        color: #fff;
        background-color: var(--primary-color-1);
        border-color: var(--primary-color-1);
    }

    .btn-primary-secondary:not(:disabled):not(.disabled):active,
    .btn-primary-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-primary-secondary.dropdown-toggle {
        color: #fff;
        background-color: var(--primary-color-1);
        border-color: var(--primary-color-1);
    }

        .btn-primary-secondary:not(:disabled):not(.disabled):active:focus,
        .btn-primary-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 73, 90, 0.5);
        }



.btn-primary-third {
    color: #000;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

    .btn-primary-third:hover {
        color: #000;
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

    .btn-primary-third:focus,
    .btn-primary-third.focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 73, 90, 0.5);
    }

    .btn-primary-third.disabled,
    .btn-primary-third:disabled {
        color: #000;
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

    .btn-primary-third:not(:disabled):not(.disabled):active,
    .btn-primary-third:not(:disabled):not(.disabled).active,
    .show > .btn-primary-third.dropdown-toggle {
        color: #000;
        background-color: var(--secondary-color);
        border-color: var(--secondary-color);
    }

        .btn-primary-third:not(:disabled):not(.disabled):active:focus,
        .btn-primary-third:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary-third.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 73, 90, 0.5);
        }


.label-inner p {
    color: #f44336;
    font-size: 11px;
    margin-bottom: 0px;
    display: inline-block;
}

.f-13 {
    font-size:13px;
}

.f-14 {
    font-size: 14px !important;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.text-front {
    color : var(--primary-color-front);
}

.text-icon-24 {
    font-size:24px !important;
}
.text-icon-32 {
    font-size: 32px !important;
}

.text-icon-50 {
    font-size: 50px !important;
}

.text-icon-color {
    color :#646e7a !important; 
}

.flex-basis-1 {
    flex-basis:270px;
}

.menu-material {
    font-size: 12px !important;
    float: left;
    padding: 11px 0 0;
    margin-left: 10px;
}

.menu-material span{
    font-size: 16px !important;
}


.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

a {
    text-decoration:none;
    cursor:pointer;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

.max-table-sub {
    max-height:263px
}

.base-width {
    padding:6px 10px !important;
    width:435px !important;
}




.spinner-glow {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #dee2e6;
    border-radius: 50%;
    margin: 4px auto;
    border: 2px solid transparent;
    -webkit-animation: glow 1s ease infinite;
    animation: glow 1s ease infinite;
}

@-webkit-keyframes glow {
    0% {
        box-shadow: 0 0 0 0.4em #a1a2a1, 0 0 0 0.1em #a1a2a1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: #605556;
    }

    100% {
        box-shadow: 0 0 0 0.4em #a1a2a1, 0 0 0 3.6em transparent;
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0.4em #a1a2a1, 0 0 0 0.1em #a1a2a1;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: #605556;
    }

    100% {
        box-shadow: 0 0 0 0.4em #a1a2a1, 0 0 0 3.6em transparent;
    }
}

.spinner-glow-primary {
    background: rgba(102, 51, 153, 0.45);
    -webkit-animation: glow-primary 1s ease infinite;
    animation: glow-primary 1s ease infinite;
}

.spinner-glow-secondary {
    background: rgba(82, 73, 90, 0.45);
    -webkit-animation: glow-secondary 1s ease infinite;
    animation: glow-secondary 1s ease infinite;
}

.spinner-glow-success {
    background: rgba(76, 175, 80, 0.45);
    -webkit-animation: glow-success 1s ease infinite;
    animation: glow-success 1s ease infinite;
}

.spinner-glow-info {
    background: rgba(0, 52, 115, 0.45);
    -webkit-animation: glow-info 1s ease infinite;
    animation: glow-info 1s ease infinite;
}

.spinner-glow-warning {
    background: rgba(255, 193, 7, 0.45);
    -webkit-animation: glow-warning 1s ease infinite;
    animation: glow-warning 1s ease infinite;
}

.spinner-glow-danger {
    background: rgba(244, 67, 54, 0.45);
    -webkit-animation: glow-danger 1s ease infinite;
    animation: glow-danger 1s ease infinite;
}

.spinner-glow-light {
    background: rgba(187, 187, 187, 0.45);
    -webkit-animation: glow-light 1s ease infinite;
    animation: glow-light 1s ease infinite;
}

.spinner-glow-dark {
    background: rgba(71, 64, 79, 0.45);
    -webkit-animation: glow-dark 1s ease infinite;
    animation: glow-dark 1s ease infinite;
}

.spinner-glow-gray-100 {
    background: rgba(248, 249, 250, 0.45);
    -webkit-animation: glow-gray-100 1s ease infinite;
    animation: glow-gray-100 1s ease infinite;
}

.spinner-glow-gray-200 {
    background: rgba(238, 238, 238, 0.45);
    -webkit-animation: glow-gray-200 1s ease infinite;
    animation: glow-gray-200 1s ease infinite;
}

.spinner-glow-gray-300 {
    background: rgba(222, 226, 230, 0.45);
    -webkit-animation: glow-gray-300 1s ease infinite;
    animation: glow-gray-300 1s ease infinite;
}

.spinner-glow-gray-400 {
    background: rgba(206, 212, 218, 0.45);
    -webkit-animation: glow-gray-400 1s ease infinite;
    animation: glow-gray-400 1s ease infinite;
}

.spinner-glow-gray-500 {
    background: rgba(187, 187, 187, 0.45);
    -webkit-animation: glow-gray-500 1s ease infinite;
    animation: glow-gray-500 1s ease infinite;
}

.spinner-glow-gray-600 {
    background: rgba(112, 101, 123, 0.45);
    -webkit-animation: glow-gray-600 1s ease infinite;
    animation: glow-gray-600 1s ease infinite;
}

.spinner-glow-gray-700 {
    background: rgba(102, 92, 112, 0.45);
    -webkit-animation: glow-gray-700 1s ease infinite;
    animation: glow-gray-700 1s ease infinite;
}

.spinner-glow-gray-800 {
    background: rgba(82, 73, 90, 0.45);
    -webkit-animation: glow-gray-800 1s ease infinite;
    animation: glow-gray-800 1s ease infinite;
}

.spinner-glow-gray-900 {
    background: rgba(71, 64, 79, 0.45);
    -webkit-animation: glow-gray-900 1s ease infinite;
    animation: glow-gray-900 1s ease infinite;
}

@-webkit-keyframes glow-primary {
    0% {
        box-shadow: 0 0 0 0.4em rgba(102, 51, 153, 0.45), 0 0 0 0.1em rgba(102, 51, 153, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(102, 51, 153, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(102, 51, 153, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-primary {
    0% {
        box-shadow: 0 0 0 0.4em rgba(102, 51, 153, 0.45), 0 0 0 0.1em rgba(102, 51, 153, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(102, 51, 153, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(102, 51, 153, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-secondary {
    0% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.45), 0 0 0 0.1em rgba(82, 73, 90, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(82, 73, 90, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-secondary {
    0% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.45), 0 0 0 0.1em rgba(82, 73, 90, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(82, 73, 90, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-success {
    0% {
        box-shadow: 0 0 0 0.4em rgba(76, 175, 80, 0.45), 0 0 0 0.1em rgba(76, 175, 80, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(76, 175, 80, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(76, 175, 80, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-success {
    0% {
        box-shadow: 0 0 0 0.4em rgba(76, 175, 80, 0.45), 0 0 0 0.1em rgba(76, 175, 80, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(76, 175, 80, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(76, 175, 80, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-info {
    0% {
        box-shadow: 0 0 0 0.4em rgba(0, 52, 115, 0.45), 0 0 0 0.1em rgba(0, 52, 115, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(0, 52, 115, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(0, 52, 115, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-info {
    0% {
        box-shadow: 0 0 0 0.4em rgba(0, 52, 115, 0.45), 0 0 0 0.1em rgba(0, 52, 115, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(0, 52, 115, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(0, 52, 115, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-warning {
    0% {
        box-shadow: 0 0 0 0.4em rgba(255, 193, 7, 0.45), 0 0 0 0.1em rgba(255, 193, 7, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(255, 193, 7, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(255, 193, 7, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-warning {
    0% {
        box-shadow: 0 0 0 0.4em rgba(255, 193, 7, 0.45), 0 0 0 0.1em rgba(255, 193, 7, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(255, 193, 7, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(255, 193, 7, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-danger {
    0% {
        box-shadow: 0 0 0 0.4em rgba(244, 67, 54, 0.45), 0 0 0 0.1em rgba(244, 67, 54, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(244, 67, 54, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(244, 67, 54, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-danger {
    0% {
        box-shadow: 0 0 0 0.4em rgba(244, 67, 54, 0.45), 0 0 0 0.1em rgba(244, 67, 54, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(244, 67, 54, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(244, 67, 54, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-light {
    0% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.45), 0 0 0 0.1em rgba(187, 187, 187, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(187, 187, 187, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-light {
    0% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.45), 0 0 0 0.1em rgba(187, 187, 187, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(187, 187, 187, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-dark {
    0% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.45), 0 0 0 0.1em rgba(71, 64, 79, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(71, 64, 79, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-dark {
    0% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.45), 0 0 0 0.1em rgba(71, 64, 79, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(71, 64, 79, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-100 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(248, 249, 250, 0.45), 0 0 0 0.1em rgba(248, 249, 250, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(248, 249, 250, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(248, 249, 250, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-100 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(248, 249, 250, 0.45), 0 0 0 0.1em rgba(248, 249, 250, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(248, 249, 250, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(248, 249, 250, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-200 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(238, 238, 238, 0.45), 0 0 0 0.1em rgba(238, 238, 238, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(238, 238, 238, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(238, 238, 238, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-200 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(238, 238, 238, 0.45), 0 0 0 0.1em rgba(238, 238, 238, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(238, 238, 238, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(238, 238, 238, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-300 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(222, 226, 230, 0.45), 0 0 0 0.1em rgba(222, 226, 230, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(222, 226, 230, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(222, 226, 230, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-300 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(222, 226, 230, 0.45), 0 0 0 0.1em rgba(222, 226, 230, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(222, 226, 230, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(222, 226, 230, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-400 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(206, 212, 218, 0.45), 0 0 0 0.1em rgba(206, 212, 218, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(206, 212, 218, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(206, 212, 218, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-400 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(206, 212, 218, 0.45), 0 0 0 0.1em rgba(206, 212, 218, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(206, 212, 218, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(206, 212, 218, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-500 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.45), 0 0 0 0.1em rgba(187, 187, 187, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(187, 187, 187, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-500 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.45), 0 0 0 0.1em rgba(187, 187, 187, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(187, 187, 187, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(187, 187, 187, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-600 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(112, 101, 123, 0.45), 0 0 0 0.1em rgba(112, 101, 123, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(112, 101, 123, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(112, 101, 123, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-600 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(112, 101, 123, 0.45), 0 0 0 0.1em rgba(112, 101, 123, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(112, 101, 123, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(112, 101, 123, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-700 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(102, 92, 112, 0.45), 0 0 0 0.1em rgba(102, 92, 112, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(102, 92, 112, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(102, 92, 112, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-700 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(102, 92, 112, 0.45), 0 0 0 0.1em rgba(102, 92, 112, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(102, 92, 112, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(102, 92, 112, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-800 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.45), 0 0 0 0.1em rgba(82, 73, 90, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(82, 73, 90, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-800 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.45), 0 0 0 0.1em rgba(82, 73, 90, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(82, 73, 90, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(82, 73, 90, 0.75), 0 0 0 3.6em transparent;
    }
}

@-webkit-keyframes glow-gray-900 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.45), 0 0 0 0.1em rgba(71, 64, 79, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(71, 64, 79, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.75), 0 0 0 3.6em transparent;
    }
}

@keyframes glow-gray-900 {
    0% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.45), 0 0 0 0.1em rgba(71, 64, 79, 0.45);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    50% {
        border-top-color: rgba(71, 64, 79, 0.9);
    }

    100% {
        box-shadow: 0 0 0 0.4em rgba(71, 64, 79, 0.75), 0 0 0 3.6em transparent;
    }
}

.spinner {
    display: inline-block;
    font-size: 10px;
    margin: auto;
    text-indent: -9999em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    position: relative;
    -webkit-animation: spin 1.4s infinite linear;
    animation: spin 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .spinner:before {
        width: 50%;
        height: 50%;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
    }

    .spinner:after {
        background: #fff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: "";
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.spinner-primary {
    background: var(--primary-color);
    background: linear-gradient(to right, var(--primary-color)10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-primary:before {
        background: var(--primary-color);
    }

.spinner-secondary {
    background: #52495a;
    background: linear-gradient(to right, #52495a 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-secondary:before {
        background: #52495a;
    }

.spinner-success {
    background: #4caf50;
    background: linear-gradient(to right, #4caf50 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-success:before {
        background: #4caf50;
    }

.spinner-info {
    background: #003473;
    background: linear-gradient(to right, #003473 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-info:before {
        background: #003473;
    }

.spinner-warning {
    background: #ffc107;
    background: linear-gradient(to right, #ffc107 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-warning:before {
        background: #ffc107;
    }

.spinner-danger {
    background: #f44336;
    background: linear-gradient(to right, #f44336 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-danger:before {
        background: #f44336;
    }

.spinner-light {
    background: #bbb;
    background: linear-gradient(to right, #bbb 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-light:before {
        background: #bbb;
    }

.spinner-dark {
    background: #47404f;
    background: linear-gradient(to right, #47404f 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-dark:before {
        background: #47404f;
    }

.spinner-gray-100 {
    background: #f8f9fa;
    background: linear-gradient(to right, #f8f9fa 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-100:before {
        background: #f8f9fa;
    }

.spinner-gray-200 {
    background: #eee;
    background: linear-gradient(to right, #eee 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-200:before {
        background: #eee;
    }

.spinner-gray-300 {
    background: #dee2e6;
    background: linear-gradient(to right, #dee2e6 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-300:before {
        background: #dee2e6;
    }

.spinner-gray-400 {
    background: #ced4da;
    background: linear-gradient(to right, #ced4da 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-400:before {
        background: #ced4da;
    }

.spinner-gray-500 {
    background: #bbb;
    background: linear-gradient(to right, #bbb 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-500:before {
        background: #bbb;
    }

.spinner-gray-600 {
    background: #70657b;
    background: linear-gradient(to right, #70657b 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-600:before {
        background: #70657b;
    }

.spinner-gray-700 {
    background: #665c70;
    background: linear-gradient(to right, #665c70 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-700:before {
        background: #665c70;
    }

.spinner-gray-800 {
    background: #52495a;
    background: linear-gradient(to right, #52495a 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-800:before {
        background: #52495a;
    }

.spinner-gray-900 {
    background: #47404f;
    background: linear-gradient(to right, #47404f 10%, rgba(67, 236, 76, 0) 42%);
}

    .spinner-gray-900:before {
        background: #47404f;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-bubble {
    display: inline-block;
    font-size: 8px;
    margin: 30px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: bubble-circle 1.3s infinite linear;
    animation: bubble-circle 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner-bubble-primary {
    color: var(--primary-color);
}

.spinner-bubble-secondary {
    color: #52495a;
}

.spinner-bubble-success {
    color: #4caf50;
}

.spinner-bubble-info {
    color: #003473;
}

.spinner-bubble-warning {
    color: #ffc107;
}

.spinner-bubble-danger {
    color: #f44336;
}

.spinner-bubble-light {
    color: #bbb;
}

.spinner-bubble-dark {
    color: #47404f;
}

.spinner-bubble-gray-100 {
    color: #f8f9fa;
}

.spinner-bubble-gray-200 {
    color: #eee;
}

.spinner-bubble-gray-300 {
    color: #dee2e6;
}

.spinner-bubble-gray-400 {
    color: #ced4da;
}

.spinner-bubble-gray-500 {
    color: #bbb;
}

.spinner-bubble-gray-600 {
    color: #70657b;
}

.spinner-bubble-gray-700 {
    color: #665c70;
}

.spinner-bubble-gray-800 {
    color: #52495a;
}

.spinner-bubble-gray-900 {
    color: #47404f;
}

@-webkit-keyframes bubble-circle {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes bubble-circle {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.loader-bubble,
.loader-bubble:before,
.loader-bubble:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: bubble-horz 1.8s infinite ease-in-out;
    animation: bubble-horz 1.8s infinite ease-in-out;
}

.loader-bubble {
    display: inline-block;
    font-size: 6px;
    margin: auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader-bubble-primary {
    color: var(--primary-color);
}

.loader-bubble-secondary {
    color: #52495a;
}

.loader-bubble-success {
    color: #4caf50;
}

.loader-bubble-info {
    color: #003473;
}

.loader-bubble-warning {
    color: #ffc107;
}

.loader-bubble-danger {
    color: #f44336;
}

.loader-bubble-light {
    color: #bbb;
}

.loader-bubble-dark {
    color: #47404f;
}

.loader-bubble-gray-100 {
    color: #f8f9fa;
}

.loader-bubble-gray-200 {
    color: #eee;
}

.loader-bubble-gray-300 {
    color: #dee2e6;
}

.loader-bubble-gray-400 {
    color: #ced4da;
}

.loader-bubble-gray-500 {
    color: #bbb;
}

.loader-bubble-gray-600 {
    color: #70657b;
}

.loader-bubble-gray-700 {
    color: #665c70;
}

.loader-bubble-gray-800 {
    color: #52495a;
}

.loader-bubble-gray-900 {
    color: #47404f;
}

.loader-bubble:before,
.loader-bubble:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader-bubble:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-bubble:after {
    left: 3.5em;
}

@-webkit-keyframes bubble-horz {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes bubble-horz {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


.loadscreen {
    opacity: 40%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100vh;
    background: #ffffff;
    z-index: 999;
}

    .loadscreen .loader {
        position: absolute;
        top: calc(50vh - 50px);
        left: 0;
        right: 0;
        margin: auto;
    }

    .loadscreen .logo {
        display: inline-block !important;
        width: 80px;
        height: 80px;
    }