.reason_btn {
    display: inline-block;
    padding: 12px 18px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    transition: 0.3s;
    text-decoration: none;
}
@media (max-width: 576px) {
    .reason_btn {
        padding: 9px 13px;
        font-size: 15px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .reason_btn {
        padding: 15px 27px;
        font-size: 15px;
    }
}
.reason_btn.btn_1 {
    background-color: #2a56e2;
    border: 1px solid #2a56e2;
    color: #fff;
}
.reason_btn.btn_1:hover {
    background-color: #08aeea;
    border: 1px solid #08aeea;
    color: #fff;
    text-decoration: none;
}
.reason_btn.btn_2 {
    background-color: #989eb3;
    border: 1px solid #989eb3;
    color: #fff;
}
.reason_btn.btn_2:hover {
    background-color: #08aeea;
    border: 1px solid #08aeea;
    color: #fff;
    text-decoration: none;
}
.dl_popup {
    background: rgba(229, 229, 229, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
    transform: scale(0.1);
}
.dl_popup .dl_popup_box {
    width: 680px;
    box-shadow: 0 3px 15px rgba(8, 174, 234, 0.15);
    background-color: #fff;
}
@media (max-width: 768px) {
    .dl_popup .dl_popup_box {
        width: 100%;
        margin: 10px 15px;
    }
}
.dl_popup .dl_popupBtn {
    flex: 100% 0 0;
    text-align: center;
}
.dl_popup .dl_popup_logo {
    padding: 15px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.dl_popup .dl_popup_logo .ti-close {
    position: absolute;
    right: 20px;
    top: 34%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 32px;
}
.dl_popup .dl_popup_content {
    padding: 40px 50px;
    transition: 0.3s;
}
@media (max-width: 768px) {
    .dl_popup .dl_popup_content {
        padding: 20px;
    }
}
.dl_popup .dl_popup_content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #272931;
    margin: 0 0 23px;
}
.dl_popup .dl_single_item {
    margin: 20px 0;
}
.dl_popup [type="radio"]:checked,
.dl_popup [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.dl_popup [type="radio"]:checked + label,
.dl_popup label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 25px;
    display: inline-block;
    color: #666;
}
.dl_popup [type="radio"]:checked + label:before,
.dl_popup label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #dedede;
    border-radius: 100%;
    background: #fff;
}
.dl_popup [type="radio"]:checked + label:before {
    border: 1px solid #2a56e2;
}
.dl_popup .single_item_inner {
    display: none;
}
.dl_popup [type="radio"]:checked + label + .single_item_inner {
    display: block;
}
.dl_popup [type="radio"]:checked + label:after,
.dl_popup label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #2a56e2;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 100%;
    transition: all 0.2s ease;
}
.dl_popup label:after {
    opacity: 0;
    transform: scale(0);
}
.dl_popup [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
.dl_popup .single_item_inner {
    padding: 0 40px;
}
@media (max-width: 768px) {
    .dl_popup .single_item_inner {
        padding: 0;
    }
}
.dl_popup .single_item_inner textarea {
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #666;
    min-height: 100px;
    padding: 0 20px;
    font-size: 15px;
    width: 80%;
    display: block;
    margin-right: 40px;
}
.dl_popup .dl_input {
    margin: 20px 0 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    color: #666;
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    font-size: 15px;
    width: 80%;
    display: block;
    margin-right: 40px;
}
.dl_popup .reason_btn {
    text-align: center;
}
.dl_popup :focus {
    outline: -webkit-focus-ring-color auto 0;
    outline: 0;
    box-shadow: none;
}
textarea:focus {
    outline-offset: 0;
}
.dl_input:focus {
    outline: -webkit-focus-ring-color auto 0;
    color: #111;
}
.text-center {
    text-align: center;
}
.droit-elementor-deactive-dialog.dl_popup_box_show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.droit-elementor-process-dialog.dl_popup_process_show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease-in-out;
}
.btn_area {
    margin-top: 28px;
}
.btn_area p {
    color: #777;
    margin-top: 15px;
    font-size: 16px;
}
.single_item_inner p.droit-elementor-alert {
    color: #b01b1b;
}
.droit-elementor-submit-reason {
    cursor: pointer;
}
.dialog-skip-deactive {
    font-size: 13px;
    color: #a4afb7;
    background: 0 0;
    text-decoration: none;
}
.dialog-skip-deactive:hover {
    color: #a4afb7;
}
.dl_popup .disabled {
    cursor: not-allowed;
}
.progress_bar {
    margin: 100px 0;
}
.progress_bar .loading {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.progress_bar .loading_letter {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #2a56e2;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.progress_bar .loading_letter:nth-child(2) {
    animation-delay: 0.1s;
}
.progress_bar .loading_letter:nth-child(3) {
    animation-delay: 0.2s;
}
.progress_bar .loading_letter:nth-child(4) {
    animation-delay: 0.3s;
}
.progress_bar .loading_letter:nth-child(5) {
    animation-delay: 0.4s;
}
.progress_bar .loading_letter:nth-child(6) {
    animation-delay: 0.5s;
}
.progress_bar .loading_letter:nth-child(7) {
    animation-delay: 0.6s;
}
.progress_bar .loading_letter:nth-child(8) {
    animation-delay: 0.8s;
}
.progress_bar .loading_letter:nth-child(9) {
    animation-delay: 1s;
}
.progress_bar .loading_letter:nth-child(10) {
    animation-delay: 1.2s;
}
.progress_bar .loading_letter:nth-child(11) {
    animation-delay: 1.3s;
}
.progress_bar .loading_letter:nth-child(12) {
    animation-delay: 1.4s;
}
.progress_bar .loading_letter:nth-child(13) {
    animation-delay: 1.5s;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-40px);
    }
    100%,
    80% {
        transform: translateY(0);
    }
}
@media (max-width: 700px) {
    .progress_bar .loading_letter {
        font-size: 50px;
    }
}
@media (max-width: 340px) {
    .progress_bar .loading_letter {
        font-size: 40px;
    }
}
