#popup_hubspot_cta {
    display: none;
    position: fixed;
    z-index: 100 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(53 51 51 / 82%);
}

#popup_hubspot_cta_content {
    height: auto;
    background: #f4f4f2;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 92;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
    padding: 35px;
    border-radius: 3px;
    width: 20%;
}

#popup_hubspot_cta_content .close-btn{
    top: 2%;
    right: 3%;
}

#popup_hubspot_cta_inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#popup_hubspot_cta_titol {
    font-size: 26px;
    color: #48475c;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 600;
}

#popup_hubspot_cta_subtitol {
    width: 75%;
    text-align: center;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 18px;
}

#popup_hubspot_cta_inputs input {
    margin-bottom: 10px;
    width: 300px;
    border: 1px solid lightgrey;
    height: 35px;
    border-radius: 3px;
}

#popup_hubspot_cta_inputs input::placeholder {
   color: var(--cml-web-color-mid-grey);
}

#popup_hubspot_cta_btn {
    background: #00bd7e;
    color: #fff;
    padding: 8px;
    width: 290px;
    text-align: center;
    font-size: 18px;
    border-radius: 3px;
}

#popup_hubspot_cta_btn:hover {
    opacity: 0.7;
}

#close_popup_hubspot_cta {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#popup_hubspot_cta_name:focus {
    outline-color: #00bd7e;
}

#popup_hubspot_phone:focus {
    outline-color: #00bd7e;
}

#popup_hubspot_cta_footer {
    margin-top: 20px;
    margin-bottom: 10px;
}

#popup_hubspot_cta_footer_text {
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: center;
}

#popup_hubspot_cta_div_tlf {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#popup_hubspot_cta_icon_tlf {
    width: 30px;
    margin-right: 5px;
}

#popup_hubspot_cta_number {
    font-size: 18px;
    color: #48475c;
    font-weight: 600;
}

#popup_hubspot_cta_horari {
    font-size: 15px;
    font-weight: 300;
    display: flex;
    justify-content: center;
}

#meetings-loader{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100px;
}

#meetings-spinner{
    width: 5%;
}

@media (max-width: 900px) {
    
    #popup_hubspot_cta_titol {
        font-size: 22px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    #close_popup_hubspot_cta {
        font-size: 12px;
        top: 10px;
        right: 10px;
    }
    
    #popup_hubspot_cta_inputs input {
        width: 280px;
    }
    
    #popup_hubspot_cta_btn {
        width: 270px;
    }
    
    #popup_hubspot_cta_footer {
        margin-top: 5px;
        margin-bottom: 0;
    }
    
    #popup_hubspot_cta_subtitol {
        margin-bottom: 10px;
    }
    
    #popup_hubspot_cta_div_tlf {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    #meetings-spinner{
        width: 15%; 
    }
}

@media (max-width: 600px) {
    #popup_hubspot_cta_content {
        width: 95%;
        padding: 30px 0px 30px 0px;
    }
}