/*Calculator*/

.calc_tab_btn_1.active,
.calc_tab_btn_2.active,
.calc_tab_btn_3.active{
    border-radius: 30px;
    border: 4px solid #1ae8d7;
}
.calc_tab_btn_1,
.calc_tab_btn_2,
.calc_tab_btn_3{
    cursor: pointer;
}
.t396__elem.tn-elem.tn-elem__11641254311752573083370 *{
    font-family: 'Montserrat',Arial,sans-serif;
    font-size: 14px;
}
.itogo{
    color: rgb(20, 20, 20);
    font-size: 22px !important;
    font-weight: 400;
}
.total{
    color: rgb(20, 20, 20);
    font-size: 24px !important;
    font-weight: 500;
    position: relative;
}
.total:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 5px;
    width: 80%;
    height: 2px;
    color: #1ae8d7;
    transform: translateY(10px);
    border-bottom: 2px solid #1ae8d7;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #1ae8d7;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
.calculator_section *{
    font-family: 'Montserrat',Arial,sans-serif;
}
.calc_field_title{
    display: block;
    color: rgb(20, 20, 20);
    font-family: Montserrat;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.inputs_fields input,
.calculator_section select{
    margin-bottom: 15px;
}
.inputs_fields input{
    width: 89.5%;
    border: 2px solid #1ae8d7;
    padding: 10px 10px 10px 20px;
    border-radius: 20px;
}
#sb-1752649301992{
    border: 2px solid #1ae8d7;
    padding: 10px 10px 10px 20px;
    border-radius: 20px;
    height: 40px !important;
}
.calc_field_title.total_result{
    font-size: clamp(20px,1.2vw,26px);
}

/*End Calculator*/

.t-submit {
    box-shadow: 5px 5px 0px 0px rgba(5,198,193,1) !important    
}

.t-checkbox__indicator { 
    border: 2px solid #1AE8D7; 
    border-radius: 4px; 
    opacity: 1; 
    background-color: #ffffff; 
    
} 

.t-checkbox__indicator:after { 
    border: solid #05C6C1; 
    border-width: 0 2px 2px 0; 
    left: 0px; top: 2px; 
    position: relative; 
    margin: 0px auto; 
}    
        
.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator { 
    opacity: 1; 
    background-color: #ffffff!important; 
    border: 2px solid #1AE8D7; 
} 

.t-popup__container {
    border-radius: 20px !important
}

.b24-widget-button-position-bottom-right {
    right: 25px !important;
    bottom: 50px;
}
.field-title.size-18{
    line-height: 0.8 !important;
}
.ub-grid.grid-line{
    display: flex !important;
}
.field-body{
    margin-top: 4px !important;
}
.no-bg.its-api .theme-0_color-3 .wrap-calc #viewing_panel.fields .field .rangeslider .rangeselector {
    background-color: #1ae8d7 !important;
    border: 2px solid #1ae8d7 !important;
}