/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
*/


.case-download-btn a {
    cursor: pointer;
}
.modal-overlay-tco {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}
.row-process svg {
    width: 30px;
}
.row-process.hide {
    display: none;
}
.modal-connect-tco {
    background-color: #F3F6FC;
    border-radius: 20px;
    padding: 20px;
}
.modal-connect-tco form {
    display: flex;
    flex-direction: column;
   
}
.modal-connect-tco .header-form {
    text-align: center;
    position: relative;
    padding-right: 20px;
}
.modal-connect-tco .header-form h3 {
    font-size: 18px;

}
.header-form .close-modal-tco {
    position: absolute;
    top: -10px;
    right: -10px;
    background: none;
    border: none;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #003B5C;
}
.row-form {
    display: flex;
    margin-bottom: 15px;
}
.body-form input {
    border: none;
    border-bottom: 1px solid #1727471c;
    border-radius: 0;
    background-color: transparent;
    padding-bottom: 19px;
    padding-left: 0;
    font-size: 16px;
    color: #172747;
    outline: none !important;
}
.modal-connect-tco .footer-form {
    display: flex;
}
.modal-connect-tco .footer-form .tco-consent {
    margin-right: 15px;
}
.modal-connect-tco  .footer-form  .tco-consent__label {
    font-size: 17px;
    display: flex;
}
.modal-connect-tco  .footer-form  .tco-consent__label a {
    color: #00AFD7;
}
.modal-connect-tco  .footer-form  .tco-checkbox {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
}
.modal-connect-tco .button-submit-modal {
    background-color: #00AFD7;
    color: #39454800;
    position: relative;
    width: 60px;
    height: 60px;
    border-color: transparent;
    cursor: pointer;
}
.footer-form [type="submit"]:disabled,
.modal-connect-tco .button-submit-modal:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.footer-form [type="submit"]:disabled:hover svg, 
.modal-connect-tco .button-submit-modal:disabled:hover svg{
    transform: rotate(-30deg);
}
.modal-connect-tco .button-submit-modal svg {
   transform: rotate(-30deg);
   transition: transform 0.25s;
}
.modal-connect-tco .button-submit-modal:hover svg {
    transform: rotate(0);
}
.tco-consent__error_modal {
    font-size: 16px;
    color: red;
}
.footer-form .elementor-message.elementor-message-success,
.footer-form .tco-consent__error.success-message,
.tco-consent__error_modal.success-message {
    color: green;
}
.footer-form .elementor-message-svg:before {
    display: none;
}