.modal-cancellation {
    margin-top: 20px;
}

.modal-cancellation.modal.in {
    display: block !important;
}

.modal-cancellation .pre-heading {
    margin-bottom: 0;
}

.modal-cancellation .heading {
    margin-bottom: 15px;
    font-weight: bold;
}

.modal-cancellation .content {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 76%;
    line-height: 1.4;
}

.modal-cancellation .btn.btn-white {
    background: #fff;
    text-decoration: underline;
    border-color: #fff;
    box-shadow: none !important;
}

.modal-cancellation .btn.btn-white.btn-go-back {
    text-decoration: none;
    padding: 0;
}

.modal-cancellation .btn.btn-white.btn-go-back i {
    margin-left: 0;
    margin-right: 4px;
    top: 1px;
    position: relative;
}

.modal-cancellation .survey,
.modal-cancellation .stats {
    max-width: 80%;
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.modal-cancellation .survey .btn-survery-option {
    width: 100%;
    white-space: normal;
    min-height: 66px;
    margin-bottom: 16px;
    color: #686B6A !important;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-cancellation .survey .btn-survery-option:hover {
    color: #fff !important;
}

.modal-cancellation .survey .btn-survery-option.active {
    background-color: #E65928 !important;
    color: #FFFFFF !important;
}

.modal-cancellation .survey textarea {
    border: 2px solid #E65928;
    resize: none;
    width: 100%;
    color: inherit;
    padding: 10px 15px;
    font-size: 16px;
}

.modal-cancellation .survey textarea::placeholder {
    opacity: 1;
}

.modal-cancellation .stats .stat {
    margin-bottom: 20px;
}

.modal-cancellation .stats .stat .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.modal-cancellation .stats .stat .icon svg {
    width: 70px;
    max-height: auto;
}

.modal-cancellation .stats .stat .text {
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 1.4;
}

.modal-cancellation .modal-header {
    border-bottom: none;
}

.modal-cancellation .modal-body {
    padding-top: 0;
}

.modal-cancellation .modal-footer {
    text-align: center;
    padding-top: 0;
    border-top: none;
    justify-content: center;
}

.modal-cancellation .modal-footer p {
    padding-top: 10px;
    line-height: 1.4;
}

.modal-cancellation .modal-footer p a {
    text-decoration: underline;
    font-weight: bold;
    color: #333;
}

.modal-cancellation .modal-footer .btn i {
    margin-left: 4px;
    color: inherit;
    position: relative;
    top: 2px;
}

.modal-cancellation .modal-footer .btn.continue {
    opacity: 1;
    text-decoration: none;
}

#subscription-cancellation-loader {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.75);
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    text-align: center;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
}

#subscription-cancellation-loader.active {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 768px) {
    .modal-cancellation .survey,
    .modal-cancellation .stats {
        max-width: 94%;
    }

    .modal-cancellation .content {
        width: 100%;
    }

    .modal-cancellation .stats .row .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .modal-cancellation .stats .row .col-xs-6:nth-child(2n+1) {
        clear: none;
    }

    .modal-cancellation .stats .row .col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}
