body{
    background-color: #fcfcfc;
}
.cancel-section{
    background: #fcfcfc;
    padding: 60px 0;
    text-align: center;
}
.cancel-section h4{
    font-size: 22px;
    color: #606363;
    font-weight: 400;
    text-align: center;
}
.cancel-section p{
    font-size: 1.5rem;
    font-weight: normal;
    margin: 30px 0;
}

.cancel-container{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    padding: 2rem;
}
.cancel-container h3{
    font-size: 1.8rem;
    border-bottom: 1px solid #fa546d;
    padding-bottom: 1.5rem;
    margin: 0.5rem 0;
}

.cancel-options{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cancel-options button{
    display: block;
    width: 100%;
    border: none;
    background: none;
    text-align: left;
    margin-top: 1rem;
    border-radius: 500px;
}

.cancel-options button span{
    display: inline-block;
    background-color: #fa546d;
    width: 2.4rem;
    height: 2.4rem;
    text-align: center;
    color: white;
    line-height: 2.4rem;
    border-radius: 50%;
    margin-right: 0.8rem;
    box-sizing: border-box;
}

.cancel-container .btn_jet{
    padding: 1rem;
    line-height: 1;
    height: auto;
    text-transform: none;
    font-weight: normal;
    width: auto
}

.cancel-container form{
    padding-top: 0.8rem;
}

.cancel-container .form-group{
    text-align: left;
}

.cancel-container .button-group{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.cancel-container .button-group.button-group-center{
    justify-content: center;
}

.cancel-container .merge-group{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .cancel-container .button-group{
        flex-direction: column;
    }

    .cancel-container .merge-group{
        flex-direction: column;
        width: 100%;
    }

    .cancel-container a{
        flex-direction: column;
        order: 2;
    }

    .cancel-container .button-group a, .cancel-container .button-group button{
        margin-top: 1rem;
        width: 100%;
    }


}
.mr-1{
    margin-right: 1rem;
}

.cancel-container label{
    font-weight: normal;
}

.cancel-container .help-text{
    text-align: left;
    margin: 0 0;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 1rem;
}