﻿body{
    background-color:black;
}

.container {
    max-width: 500px;
    padding: 0;
    height: 99dvh;
}

.pb-3{
    padding:0!important;
}

#contact-holder{
    background-color:white;
    border-radius: 15px;
    margin: 1em;
}

    #contact-holder h3 {
        color: #0000ff;
        font-size: 42px;
        padding-top: 19px;
        padding-bottom: 22px;
        font-weight:bold;
    }

    #contact-holder input, #contact-holder textarea {
        width: 80%;
        border: none;
        color: #989898;
        background-color: #e4e4e4;
        padding: 14px;
        border-radius: 30px;
        margin-bottom: 18px;
    }

        #contact-holder input:focus-visible, #contact-holder textarea:focus-visible {
            border: 1px solid grey!important;
        }
        
    #contact-holder textarea{
        height: 150px;
    }

    #contact-holder button {
        width: 80%;
        background-color: #0000ff;
        color: white;
        font-size: 26px;
        border: none;
        border-radius: 30px;
        padding: 7px;
        margin-bottom: 1.5em;
    }   

#initial-holder {
    background-image: url('../img/darker_bg.png');
    background-size: 100% 100%;
    max-width: 607px;
    display: inline-block;
    padding: 0.5em 1em;
    height: 100dvh;
    text-align: center;
}

    #initial-holder .choice-btn {
        display: block;
        background-color: #0000FF;
        color: white;
        border: none;
        font-size: 17px;
        margin: -50px 1em 1.5em 1em;
        z-index: 999;
        border-radius: 37px;
        position: relative;
        display: block;
        text-decoration: none;
    }

    #initial-holder body {
        background-color: black;
        height: 100dvh;
        margin-bottom: 0;
    }

#copyright {
    margin-top: -56px;
    z-index: 9999;
    position: sticky;
    font-size: 93%;
    text-align: center;
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    padding: 0.7em 0;
}

#initial-holder .copy-links {
    color: #0000FF;
    text-decoration: none;
    font-weight: bold;
}

#initial-holder h1 {
    color: white;
    font-size: 157%;
    max-width: 458px;
}

#cash-advisor-logo {
    width: 252px;
    padding-bottom: 0.5em;
}

.dropdown-toggle::after {
    display: none;
}

.btn-group {
    position: absolute;
    z-index: 9999;
    right: 37.6%;
}
.dropdown-toggle {
    padding: 8px 8px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    margin-top: 0.2em;
    margin-left: -1.4em;
}

    .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus {
        background-color: rgba(0, 0, 0, 0.5) !important;
    }

    .dropdown-toggle img {
        width: 31px;
    }

    .grecaptcha-badge {
        z-index: 999999 !important;
    }

    #captcha div {
        margin: 0 auto 1em auto;
    }

    #address p {
        color: white;
    }

    #copyright {
        margin-top: -78px;
    }

        #copyright p {
            margin-bottom: 0;
        }

    #contact-holder textarea {
        height: 100px;
    }

@media only screen and (max-width: 1600px) {
    #back-btn {
        right: 38.2%;
    }

    #holder .choice-btn {
        margin: 1em auto;
    }

    #cash-advisor-logo {
        width: 251px;
    }

    .dropdown-toggle {
        margin-top: 0.6em;
        padding: 4px 7px 8px 7px;
    }

        .dropdown-toggle img {
            width: 24px;
        }

    .container {
        max-width: 452px;
    }

    .btn-group {
        right: 35.6%;
    }
}

@media only screen and (max-width: 1024px) {
    .btn-group {
        right: 29.6%;
    }
}

@media only screen and (max-width: 768px) {
    .btn-group {
        right: 23.6%;
    }
}

@media only screen and (max-width: 426px) {
    .btn-group {
        position: absolute;
        right: 1em;
        margin-right: 0;
    }

    .dropdown-toggle img {
        width: 23px;
        height: 23px;
    }

    .dropdown-toggle {
        padding: 3px 6px 6px 6px;
    }

    .container {
        width: 100%;
        max-width: unset;
    }

    #contact-holder h3 {
        font-size: 34px;
    }

    #cash-advisor-logo {
        width: 241px;
    }

    #initial-holder {
        padding-left: 0;
        padding-right: 0;
    }

    #contact-holder input, #contact-holder textarea {
        width: 83%;
        padding: 11px;
    }

    .grecaptcha-badge {
        bottom: 85px !important;
    }

    #contact-holder textarea {
        height: 93px;
    }
}

@media only screen and (max-width: 375px) {
    #step-1 .choice-btn {
        width: 67%;
    }

    #cash-advisor-logo {
        width: 215px;
        padding-top: 0.3em;
    }

    #contact-holder input, #contact-holder textarea {
        font-size: 16px;
        padding: 17px;
    }

    #contact-holder h3{
        font-size: 31px;
        padding-bottom: 11px;
    }

    #contact-holder button {
        margin-bottom: 1em;
        font-size: 22px;
    }

    #copyright {
        font-size: 87%;
        margin-top: -74px;
    }

    #contact-holder input, #contact-holder textarea {
        font-size: 16px;
        padding: 10px 18px;
    }
}

@media only screen and (max-width: 320px) {
    .dropdown-toggle {
        padding: 0px 5px 3px 5px;
        margin-top: 0.5em;
    }

        .dropdown-toggle img {
            width: 19px;
        }

    .btn-group {
        right: 0.5em;
    }

    #step-1 .choice-btn {
        width: 84%;
        font-size: 16px;
    }

    #cash-advisor-logo {
        width: 192px;
    }

    #copyright {
        margin-top: -69px;
        font-size: 13px;
    }

    #back-btn {
        bottom: 91px;
        right: 14px;
    }

        #back-btn img {
            width: 47px;
        }

    #contact-holder {
        margin: 0;
    }
}
