/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/*div#wpadminbar {
    background: yellow !important;
}*/

input.hc_input:focus,select:focus{outline: 0px ;}
.hc_calculator_wrapper {
    /*background: #fff;
    padding: 20px;
    border-radius: 5px;*/
}
.hc_content {
    padding-top: 15px;
}
.hc_one_col label {
    display: block; width: 100%;
}
input.hc_input.hc_date_range {
    width: 100%;
    background: #fff;
    border: none !important;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
}
.hc_box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hc_box .hc_two_col {
    border: none !important;
    width: 50%;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 16px;
    background: #f5f5f5;
}
.hc_one_col {
    padding-bottom: 15px;
}
.hc_checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}
span.hc_small_heading {
    display: block;
    width: 100%;
    font-size: 16px;
}
.hc_content p {
    font-size: 16px;
}
.hc_inlinecheckbox {
    display: flex;
    align-items: center;
    gap: 10px; position: relative;
    margin: 0px;
}
.hc_checkbox .hc_two_col {
    padding-right: 25px;
    padding-bottom: 5px;
}
.hc_selectbox{
    display: flex;
    align-items: center;
    flex-wrap: wrap; gap: 15px;
    justify-content: space-between;
}
.hc_three_col {
    width: 30%;
}
.hc_selectbox .hc_one_col {
    width: 100%;
    padding: 0;
}
select.hc_input {
    width: 100%;
    border: none !important;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    padding: 0px 10px;
}
input.hc_button {
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 20px;
}
.hc_btn_wrap {
    margin-top: 10px;
}
.input.hc_button:hover{background: #ccc;}
.input.hc_button:focus{outline: 0px;}
.hc_three_col label {
    font-size: 16px;
    margin-bottom: 5px;
}
label.hc_inlinecheckbox span {
    font-size: 16px;
}
.hc_inlinecheckbox span.hc_checkbox_input {
    /*border: 1px solid #ccc;*/
background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
label.hc_inlinecheckbox input {
    display: none;
}
label.hc_inlinecheckbox input:checked + span.hc_checkbox_input:after {
    content: "";
    display: block;
    left: 11px;
    top: 6px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid #000;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}
/*select.hc_input {
    background-image: linear-gradient(45deg, transparent 50%, black 50%),
        linear-gradient(135deg, black 50%, transparent 50%),
        linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 16px) calc(1em + 2px),
        100% 0;
    background-size: 5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
}*/
.submit_hc_calculator {
   display: flex;
font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif!important;
    align-items: center;
    justify-content: center;
    padding: 26px 20px;
    border-radius: 3px;
    border: none;
    height: 37px;
font-size:20px;
font-weight: bold;
    text-decoration: none !important;
    background: #1F3E7E;
    color: #fff;
 letter-spacing: 3px;
}
.submit_hc_calculator.ajax_processing:before {
    background-image: url(images/loader.svg);
    content: ' ';
    width: 40px;
    height: 37px;
    display: inline-block;
    background-repeat: no-repeat;
}
.hc_error_message {
    width: 100%;
    background: #f8d7da;
    padding: 10px;
    border-radius: 3px;
    color: #721c24;
    border-color: #f5c6cb;
}
input.hc_input {
    width: 100%;
    border: none !important;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    padding: 10px 15px !important;
}
textarea.hc_textarea {
    width: 100%;
    border: none !important;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px 15px;
    resize: vertical;
}