.container {
    max-width: 85% !important;
}

.swal2-styled.swal2-confirm {
    background: linear-gradient(to right, #9734b1 0, #1fa8f0 100%) !important;
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel {
    background: linear-gradient(to right, #9734b1 0, #1fa8f0 100%) !important;
    box-shadow: none !important;
}

.swal2-container {
    background-color: #00000040 !important;
}

.btn-remove,
.btn-submit,
.btn-unsubscribe {
    background: linear-gradient(to right, #9734b1 0, #1fa8f0 100%) !important;
    color: #fff;
}

.sec-unsubscribe-form {
    display: flex;
    justify-content: center;
}

.sec-unsubscribe-form .unsubscribe-form {
    width: 55%;
    padding: 20px;
    border: 5px solid #cfcfcf;
    margin-bottom: 6rem;
}

.back-to-home {
    background: linear-gradient(to right, #9734b1 0, #1fa8f0 100%) !important;
    color: #fff;
}

.mb-10 {
    margin-bottom: 10rem;
}

.swal2-title {
    font-size: 1.2rem !important;
}

.swal2-styled {
    padding: .425em 1.2em;
}

.error-message p {
    font-size: 15px !important;
    color: red;
}

#content p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.btn-send-code {
    background: linear-gradient(to right, #9734b1 0, #1fa8f0 100%) !important;
    color: #fff;
}

.btn-submit,
.btn-send-code {
    padding: 5px 20px;
    font-size: 18px;
}

.verification-codes {
    display: none;
}

.verification-time {
    display: flex;
    justify-content: end;
    gap: 8px;
    color: red;
    font-size: 14px;
}

.req {
    color: red;
}

.user-types {
    display: flex;
}

.user-types .input-group label {
    font-size: 16px;
}

.user-types input[type=checkbox] {
    margin-right: 11px;
    height: 21px;
    width: 21px;
}

.sec-removal-form,
.sec-resubscribe-form {
    display: flex;
    justify-content: center;
}

.sec-removal-form .removal-form ,
.sec-resubscribe-form .resubscribe-form {
    width: 55%;
    padding: 20px;
    border: 5px solid #cfcfcf;
    margin-bottom: 6rem;
}

.btn-continue {
    background: linear-gradient(to right, #9734b1 0, #1fa8f0 100%) !important;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    border: 5px;
}

@media (max-width: 767px) {

    .btn-remove,
    .btn-unsubscribe {
        font-size: 18px !important;
        padding: 6px 20px !important;
    }

    .sec-unsubscribe-form .unsubscribe-form {
        width: 100%;
        padding: 5px;
        border: 5px solid #cfcfcf;
        margin-bottom: 6rem;
    }
}