﻿.modal-open1 {
    overflow: hidden;
}

.modal-backlayer {
    display: none;
    position: fixed;
    z-index: 10001;
    left: 0;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content-custom1, .otp_modal {
    background-color: #FEFEFE;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 480px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(36, 44, 66, 0.4);
    background-color: #fff;
    position: fixed;
    display: none;
    z-index: 10100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.otp_modal {
    height: auto;
}

.dectivate {
    display: none;
}

.txt_title {
    font-size: 27px;
    font-weight: 500;
    color: #242C42;
    text-align: center;
    margin-top: 15px;
}

.modal-content-custom1 p {
    font-size: 17px;
    font-weight: 500;
    color: #242C42;
    text-align: center;
    margin-top: 12px;
}

.green_btn {
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    padding: 8px 15px;
    border: solid 1px #44a512;
    background-color: #4dbc16;
    transition: 0.2s;
    width: fit-content;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    min-width: auto;
    cursor: pointer;
}

.green_btn:hover {
    color: #fff!important;
    background: #44a512;
}

.btn-green:hover {
    background: #fff;

}

.close-custom {
    color: #242C42;
    font-size: 30px;
    position: absolute;
    top: 0px;
    right: 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.activate h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.close-custom.icon-close {
    top: 18px;
    right: 18px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}

.otp_modal .modal-header {
    padding: 0 0 16px 0;
    font-size: 1.25em;
    font-weight: 600;
    border-bottom: 0;
    color: #242C42;
}

.otp_modal .modal-title {
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 400;
}

.otp_modal .modal-body {
    padding: 0 0 16px 0;
}

.otp_modal .pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.otp_modal .pb-2, .py-2 {
    padding-bottom: 0.5rem !important;
}

.otp_modal .input-group {
    margin-bottom: 16px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 8px;
    width: 100%;
}

.otp_modal input.form-control {
    height: 50px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.63;
    border-radius: 4px;
    border: 1px solid #E0E1E2;
    color: #242C42;
    min-width: auto;
}

.otp_modal .input-group > .custom-select:not(:last-child), .otp_modal  .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}

.otp_modal .input-group > .custom-select:not(:first-child), .otp_modal .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
}

.otp_modal .btn-green {
    padding: 9px 20px;
    font-size: .9375em;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #44A512;
    background-color: #44A512;
    color: #fff !important;
}

.otp_modal .m-auto {
    margin: auto !important;
}

