:root {
    --tcolor: #38b2a9;
    --text: #26374c;
    --bg: #fff;
    --bdcolor: #dbe1ea;
    --bg-grad: linear-gradient(90deg,
    rgba(24, 91, 100, 1) 0%,
    rgba(17, 65, 71, 1) 35%);
    --shdcolor: rgba(0, 0, 0, 0.15);
}

body {
    color: var(--text);
    background-color: var(--bg);
    margin: 30px 0px;
    font-family: Manrope, sans-serif !important;
}

a {
    text-decoration: none;
}

.text {
    color: var(--text) !important;
}

.text-info {
    color: var(--tcolor) !important;
}

.btn {
    min-width: 102px;
    border-radius: 1.25em;
}

.btn:focus {
    box-shadow: none;
}

.btn-info {
    background-color: var(--tcolor);
    border-color: var(--tcolor);
    color: var(--text);
}

.btn-info:hover {
    background-color: #4CC6BD;
    border-color: #4CC6BD;
    color: var(--text);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

[type=checkbox],
[type=radio] {
    --tw-shadow: 0 0 #0000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border: 1px solid;
    border-radius: 5px;
    border-color: #6b7280;
    border-width: 1px;
    color: #1c64f2;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem;
}

[type=checkbox]:checked,
[type=radio]:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .55em .55em;
    border-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3E%3C/svg%3E");
}

.org-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    /* font-size: 0.8125rem; */
    font-weight: 600;
    font-family: Manrope, sans-serif;
    min-width: 64px;
    padding: 4px 10px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #fff;
    background-color: #EE8267;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    text-transform: none;
    box-shadow: none;
    border-radius: 32px;
    padding: 5px 20px;
    height: 40px;
    line-height: 20px;
    width: fit-content;
    flex-shrink: 0;
    flex-grow: 0;
}

.org-btn:hover {
    box-shadow: none;
    background-color: #F19B85;
    color: #fff;
}

.white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    font-weight: 600;
    font-family: Manrope, sans-serif;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(238, 130, 103, 0.5);
    text-transform: none;
    box-shadow: none;
    border-radius: 32px;
    font-size: 14px;
    line-height: 20px;
    border-color: #B7BCBE;
    color: var(--text);
    background-color: var(--bg);
    display: flex;
    padding: 1%;
    flex-direction: column;
}

.white-btn:hover {
    background-color: var(--text);
    color: var(--bg);
    border-color: var(--text);
}

.white-btn:disabled, .org-btn:disabled {
    color: rgb(183, 188, 190);
    background-color: rgb(231, 233, 233);
    border: rgb(231, 233, 233);
    cursor: default;
}

.udl-link {
    margin: 0px;
    font-weight: 500;
    text-decoration: underline;
    font-family: Manrope, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.udl-link:hover {
    color: rgb(255, 255, 255, 0.8);
}

.MuiTypography-h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
    line-height: 1.167;
    color: var(--text);
}

.MuiTypography-h2 {
    margin: 0;
    font-size: 24px;
    font-family: Manrope, sans-serif;
    line-height: 1.2;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 48px;
}

.MuiTypography-h3 {
    margin: 0px;
    font-size: 20px;
    font-family: Manrope, sans-serif;
    line-height: 1.167;
    font-weight: 500;
    color: var(--text);
}

.MuiTypography-h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
    line-height: 1.235;
    font-weight: 600;
    color: var(--text);
}

.MuiTypography-h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
    line-height: 1.334;
    color: var(--text);
    font-weight: 500;
}

.MuiTypography-h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: Manrope, sans-serif;
    line-height: 1.6;
    font-weight: 600;
    line-height: 26px;
    font-size: 18px;
}

@media (min-width: 900px) {

    .MuiTypography-h1 {
        font-size: 72px;
    }

    .MuiTypography-h2 {
        font-size: 48px;
    }

    .MuiTypography-h3 {
        font-size: 40px;
    }

    .MuiTypography-h4 {
        font-size: 30px;
    }

    .MuiTypography-h5 {
        font-size: 24px;
    }

}

.banner {
    background: linear-gradient(90deg, rgba(24, 91, 100, 1) 0%, rgba(17, 65, 71, 1) 35%);
    padding: 48px;
    min-height: 664px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
    overflow-x: clip;
    padding-top: 100px;

    > div > img {
        color: transparent;
        object-fit: contain;
        position: absolute;
    }
}

.banner-links {
    display: flex;
    margin-top: 50px;
    gap: 40px;

    > div {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    > div > span {
        margin: 0;
        font-size: 14px;
        font-family: Manrope, sans-serif;
        font-weight: 400;
        line-height: 1.66;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.5);
    }

    img {
        color: transparent;
        width: 108px;
        height: 47px;
    }
}

.buy-form-div {
    display: flex;
    flex-direction: column;
    gap: 32px;

    img {
        width: inherit;
        height: inherit;
    }

    > div {
        position: relative;

        > div:first-child {
            font-family: Manrope, sans-serif;
            font-weight: 500;
            font-size: 12px;
            line-height: 17px;
            letter-spacing: 0.25px;
            color: rgb(255, 255, 255);
            margin-bottom: 7px;
        }

        > div:last-child {
            box-sizing: border-box;
            display: flex;
            gap: 16px;
            -webkit-box-pack: justify;
            justify-content: space-between;
            -webkit-box-align: center;
            align-items: center;
            padding: 0px 16px;
            height: 48px;
            border-radius: 12px;
            background-color: rgba(14, 32, 38, 0.4);

            > div:first-child {
                min-width: 112px;
                display: flex;
                -webkit-box-pack: justify;
                justify-content: space-between;
                -webkit-box-align: center;
                align-items: center;
                box-sizing: border-box;
                cursor: pointer;
                user-select: none;
                position: relative;

                > div:first-child {
                    display: flex;
                    align-items: center;
                    gap: 8px;
                    color: white;
                    font-family: Manrope, sans-serif;
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 24px;
                }

                > select {
                    opacity: 0;
                    width: 100%;
                    position: absolute;

                    > option {
                        width: 100%;
                        background-color: var(--bg);
                        color: var(--text);
                        padding-right: 5px;
                    }
                }
            }

            > div:last-of-type {
                height: 32px;
                width: 1px;
                background: rgba(255, 255, 255, 0.2);
            }

            > input {
                outline: none;
                font-family: Manrope, sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 1.8em;
                line-height: 32px;
                height: 100%;
                width: 100%;
                padding: 0px;
                border: none;
                border-bottom-right-radius: 12px;
                border-top-right-radius: 12px;
                color: rgb(255, 255, 255);
                background: transparent;
            }

        }
    }
}

.buy-form-div + div {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

    > div:first-child {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 60px;
        background: rgba(255, 255, 255, 0.05);
        padding: 10px 18.5px;
        gap: 8px;
        width: fit-content;
        color: rgba(255, 255, 255, 0.8);

        > h6 {
            margin: 0;
        }

        > svg {
            width: 16px;
            height: 16px;
            flex: 0 0 16px;
        }

        > div:last-child {
            width: 40px;
            margin-left: 0px !important;
            font-size: 14px !important;
        }
    }
}

@media screen and (max-width: 900px) {
    .banner {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
}

html[theme='dark'] {
    &:root {
        --tcolor: #38b2a9;
        --bg: #06181E;
        --text: #f3f3f3;
        --bdcolor: #333b3b;
        --shdcolor: rgba(0, 255, 149, 0.6);
    }

    .bg-light {
        background-color: rgba(27, 182, 193, 0.08) !important;
    }

    .bg-body {
        background-color: #06181E !important;
    }

    .text-dark {
        color: #B7BCBE !important;
    }

    .btn {
        border-radius: 40px;
        padding: 7px;
    }

    .btn-outline-secondary {
        background-color: rgba(255, 255, 255, 0.08);
        border: none;
    }

    .dropdown-menu {
        background: #1f3238;
    }

}

.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
    background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
    background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
}

.colored-toast .swal2-title {
    color: white;
}

.colored-toast .swal2-close {
    color: white;
}

.colored-toast .swal2-html-container {
    color: white;
}

input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: var(--tcolor);
}

@media (max-width: 768px) {
    .banner {
        padding-left: 15px;
        padding-right: 15px;
    }
}
