.custom-radio{
    margin: 30px 0;
    margin-right: 40px;
}

/* .custom-radio input {
    background-color: green;
} */

.response-guest-departure{
    display: none;
}

.number-guests{
    display: none;
}

.response-departure-why-no{
    display: none;
}


.upload-file-btn-label{
    padding: 10px;
    background: #68C6C6; 
    display: table;
    color: #fff;
    border-radius: 3px;
}

.upload-file-btn-label:hover{
    transition: all .5s ease;
    background: #5eb4b4; 
    cursor: pointer;
}



/* 
input[type="file"] {
    display: none;
} */

.invitee-details, .guest-1, .guest-2, .guest-3, .guest-4{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
} 

.departure-submit-btn{
    background-color: #00BA13;
    color: #fff;
    margin-top: 20px;
}


.departure-submit-btn{
    background-color: #00BA13;
    color: #fff;
}

.departure-submit-btn:hover{
    background-color: #00970f;
    transition: all .5s ease;
    color: #fff;
}

.custom-container{
    box-shadow: 0 3px 10px #c6c6c6;
    border-radius: 5px;
}