.start-form{
    background-color: #e23927 ;
    color: white;
    border-radius: 20px;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}

.steps--s2 .tab-content .__item {
    background-color: #f2f2f2;
}

.btn-disable {
    cursor: no-drop !important;
    opacity: 0.6;
}

.btn-whatsapp{
    background-color: #25d366;
    height: 60px;
    width: 60px;
    padding: 10px;
    border-radius: 50%;
    position: fixed;
    left: 50px;
    bottom: 40px;
    z-index: 9999;
}

.btn-whatsapp:hover {
    background-color: #128C7E;
    transition: 1s;
}

.swal2-popup {
    font-size: 1.5rem !important;
    }


