
.ssr_bottom_pad {
    margin-bottom: 1em;
}

.ssr_bottom_pad-2 {
    margin-bottom: 2em;
}


.ssr_container {
    width: 80%;
    margin: 2em auto;
    display: block;
    box-sizing: border-box;    
    border: 1px solid #5a5a5a;
    border-radius: 20px;
}

.ssr_header {
    font-size: 1.8em;
    font-weight: 600;
    letter-spacing: .011em;
    padding: 0;
    margin: 0;
}

.ssr_inner {
    border-radius: 20px;
    padding: 2em;
    text-align: center;
    border: 1px solid #5a5a5a;
    background-color: #f5f5f7;
    border: none;
    background: #ccffcc;
}

.ssr_form_dropdown_select {
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: -.022em;
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    padding: 0em 2em;
}

.ssr_dropdown_label {
    text-align: left; 
    width: 100%; 
}

.ssr_help_link {
    width: 100%;
}

.ssr_help_link a {
    font-size: 0.8em;
    text-decoration: none;
}

.ssr_estimate_button,
.ssr_service_button,
.ssr_submit_button {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: -.022em;
    min-width: 28px;
    padding: 0.5em 2em;
    border-radius: 60px;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

.ssr_service_button,
.ssr_submit_button {
    background-color: #0071e3;
}


.ssr_estimate_button:hover {
    background-color: #00000010;
    color: #000000;
}

.ssr_service_button:hover {
    background-color: #009c0d;
    color: #ffffff;
}

.ssr_cost_block {
    width: 50%;
    float: left; 
    display: flex;
    flex-direction: row;
}

.ssr_cost_inner {
    padding: 2em 1em;
}

.mobile-divider {
    display: none;
}

.ssr_cost_block.ssr_full_block {
    width: 85%;
    margin: 0 auto;
    float: none;
    display: flex;
    flex-direction: row;
}



.ssr_cost_block h4 {
    height: 2.5em;
    overflow: hidden;
    font-weight: 600;
}

.ssr_cost_block.ssr_full_block h4,
.ssr_cost_block.ssr_full_block p {
    height: auto;
}

.ssr_cost_block p {
    height: 5em;
    overflow: hidden;
}

.ssr_cost_value {
    font-size: 1.4em;
    font-weight: 600;
}

.ssr_disabled {
    opacity: 0.2;
}

.ssr_overlay {
    position: absolute; /* Sit on top of the page content */
    width: 100vw; /* Full width (cover the whole page) */
    min-width: 100vw; /* Full width (cover the whole page) */
    height: 100vh; /* Full height (cover the whole page) */
    min-height: 100vh; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2); /* Black background with opacity */
    z-index: 99998; /* Specify a stack order in case you're using a different order for other elements */
    cursor: default;
}

.ssr_overlay .message_popup {
    width: 600px;
    max-width: 50%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    box-shadow:  15px 18px 13px -6px rgba(144, 134, 168, 0.5);
    -webkit-box-shadow:  15px 18px 13px -6px rgba(144, 134, 168, 0.5);
    border: 1px solid #000000;
    border-radius: 7px;
    z-index: 99999; /* Specify a stack order in case you're using a different order for other elements */
}

.ssr_overlay .ssr_inner_container {
    padding: 1em 2em;
    clear: both;
    max-height: 70vh;
    overflow: auto;
    font-size: 1.1em;
}

.ssr_message_header {
    font-weight: 600;
    padding: 0 0 1em;
}

.ssr_help_text {
    padding: 0 0 1em;
}

.ssr_form_label {
    display: none;
}

.ssr_form_text {
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    font-size: 20px;
    line-height: 2em !important;
    padding: 0.3em 1em;
    resize: none;
    outline: 0;
    min-height: auto !important;
    height: auto;    
}

.ssr_form_row {
    max-width: 100%;
    display: block; 
}

.ssr_button_row {
    margin-top: 1em;
    text-align: center; 
}

.ssr_inner_container .ssr_form_text { 
    width: 90%;
    margin: 0.5em auto; 
}

.ssr_submit_button {
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {

    .ssr_overlay .message_popup {
        max-width: 95%;
    }

    .ssr_cost_block {
        width: 98%;
        margin: 0 auto;
        flex-direction: column;
        float: none;
    }

    .ssr_cost_inner {
        padding: 1em 1em;
    }

    .mobile-divider {
        display: block;
    }

}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.hidden {
    display: none !important;
    max-height: 0px;
    overflow: hidden;
}

