@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap);
:root {
    --lpCol: #eae9e8;
    --dpCol: #201510;
    --bs-body-font-size: 1.25rem;
}
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    position: relative;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    color: unset;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Poppins", sans-serif;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5); /* adjust opacity as needed */
    z-index: 9999;
    pointer-events: all;
    cursor: not-allowed;
}

    .loader-overlay .lds-roller {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.lds-roller,
.lds-roller div,
.lds-roller div:after {
    box-sizing: border-box;
}

.lds-roller {
    display: inline-block;
    position: absolute;
    left: 45%;
    top: 45%;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7.2px;
            height: 7.2px;
            border-radius: 50%;
            background: currentColor;
            margin: -3.6px 0 0 -3.6px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 62.62742px;
                left: 62.62742px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 67.71281px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 70.90963px;
                left: 48.28221px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 70.90963px;
                left: 31.71779px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 67.71281px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 62.62742px;
                left: 17.37258px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12.28719px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-title h1,
.section-title .text {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: #093f5e;
}
.sweet-alert p {
    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
}
.sweet-alert h2 {
    font-size: 36px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border-color: #A5DC86;
}
/* Placeholder */
::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s;
}
::placeholder {
    opacity: 1;
    transition: opacity .5s;
}
*:focus::-webkit-input-placeholder {
    opacity: 0;
}
*:focus:-moz-placeholder {
    opacity: 0;
}
*:focus::-moz-placeholder {
    opacity: 0;
}
*:focus:-ms-input-placeholder {
    opacity: 0;
}
*:focus::placeholder {
    opacity: 0;
}
.form-control, .form-select {
    box-shadow: inset 2px 2px 5px var(--boxscolor), inset -3px -3px 7px var(--bs-white);
    border-color: rgba(13, 89, 132, 0.12);
    background-color: #eef9ff;
    color: #093f5e !important;
}
.form-control:focus, .form-select:focus {
    background-color: var(--bs-white);
    border-color: #0d5984;
    outline: 0;
    color: #093f5e !important;
    box-shadow: 0 0 0 0.05rem rgba(13, 89, 132, 0.12);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background-color: #eef9ff !important;
    background-image: none !important;
    color: #093f5e !important;
    font-size: inherit;
    font-family: inherit;
    border: 1px solid #0d5984 !important;
    box-shadow: 0 0 0px 1000px #0d5984 inset !important;
    outline: none !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: #093f5e !important;
}
.btn-primary {
    color: var(--bs-white);
    background-color: #d6363e;
    border-color: #d6363e;
    min-height: 48px;
    min-width: 125px;
    padding: 16px 24px;
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 35px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: var(--bs-white);
    background-color: #bf272f;
    border-color: #b4252c;
}
.ui-widget {
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
}
.ui-widget-header {
    border: 1px solid rgba(13, 89, 132, 0.12);
    background: #0075b7;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #0075b7;
    background: #0075b7;
    color: #ffffff;
}
