﻿.btn-site {
    color: white;
    padding: 10px 23px;
    border-radius: 4px;
    align-items: center;
    font-weight: 700;
    display: block;
}

a.btn-site {
    text-decoration: none;
    color: white;
    text-align: center;
    padding: 10px 23px !important;
    border-radius: 4px !important;
    width: fit-content;
}

    a.btn-site.width-full {
        max-width: 100%;
        width: 100%
    }

.btn-site-primary, .btn-site-blue {
    background-color: var(--color-blue);
}

    .btn-site-primary:hover, .btn-site-blue:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
        background-color: var(--color-dark-blue);
    }

.btn-site-green {
    background-color: var(--color-green);
}

    .btn-site-green:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
        background-color: var(--color-green);
    }

.btn-site-orange {
    background-color: var(--color-orange);
    color: white !important;
}

    .btn-site-orange:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
        background-color: var(--color-dark-orange);
    }

.btn-site-wire {
    background-color: transparent;
    color: var(--color-gray1);
    border: 2px solid white;
}

a.btn-site-wire {
    max-width: none;
}

.btn-text {
    border: none;
    background: none;
    font-weight: bold;
}

    .btn-text.btn-text-green {
        color: var(--color-green);
    }

    .btn-text.btn-text-orange {
        color: var(--color-orange);
    }

a.btn-site-white {
    color: var(--color-gray1) !important;
    background: white !important;
    border: 1px solid var(--color-gray1);
}

    a.btn-site-white:hover {
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    }

a.btn-logout {
    font-weight: 500;
}

a.lnk-gray {
    color: var(--color-gray1);
    text-decoration: underline !important;
}

.txt-email-signup {
    width: 450px;
    margin-left: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 2px 0px;
    background: white;
}

.footer-email-apend {
    align-items: center;
}

    .footer-email-apend button {
        height: 28px;
        font-size: 14px;
        font-weight: 600;
    }

.txt-email-signup input[type="text"] {
    border: none;
    font-size: 14px;
}

    .txt-email-signup input[type="text"]:focus {
        outline: none;
        box-shadow: none;
    }

.txt-email-signup button.input-group-text {
    border: none;
    border-left: 1px solid var(--color-gray3);
    background: none;
}
