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

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

.t-checkbox__indicator:after { 
    border: solid #1885CE; 
    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 #1885CE; 
} 

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

.b24-widget-button-position-bottom-right {
    right: 25px !important;
    bottom: 50px;
}