
.zs-modal-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: #00000054;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;

}

.zs-modal-container.open {
    display: flex;
}

.zs-modal {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem 2rem;
    position: relative;
}

.zs-modal-container .zs-close {
    background: #fff;
    box-shadow: 0 .3px 6px rgb(0, 0, 0, 16);
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    border-radius: 0.25rem;
}

.zs-modal-container .zs-close svg {
    width: 0.75rem;
    height: 0.75rem;
}

.zs-modal-container h2 {
    font-size: 1.5rem;
    font-family: san;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #000000;
}

.zs-modal-container p {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
}

.zs-modal-container p span {
    color: blue;
}

.zs-modal-container .zs-field {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
}

.zs-modal-container .zs-field .zs-col {
    display: flex;
    gap: 0.5rem;
    font-size: 1rem;
    height: 2.5rem;
    align-items: center;
}

.zs-modal-container .zs-field .zs-col span {
    direction: ltr;
}

.zs-modal-container .zs-field .zs-col img {
    width: 2rem;
    height: 2rem;
}

.zs-modal-container .zs-field label {
    font-size: 1rem;
    color: #000000;
}

.zs-primary-btn {
    width: 100%;
    border-radius: 0.5625rem;
    background: #164194;
    height: 3.125rem;
    color: #FFF;
    text-align: right;
    font-family: Dana;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.2rem;
    gap: 0.5rem;
}

.zs-primary-btn.btn-icon svg,
#zs-verify .zs-btn svg{
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: all 0.3s ease-in-out;
}

.zs-modal-container form.loading .btn-icon svg ,
#zs-verify.loading .zs-btn svg{

    opacity: 1;
    visibility: visible;
    width: auto;
    transition: all 0.3s ease-in-out;
}


.zs-modal-container .zs-field .zs-col input {
    direction: ltr;
}

.zs-modal-container .zs-error-message ,
.zs-modal-container .verify-message
{
    margin-block: 0;
    border: 1px solid red;
    border-radius: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ff000012;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.3s ease-in-out;
}

.zs-modal-container .zs-error-message.show-error ,
.zs-modal-container .verify-message.show-error{
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-block: 0.75rem;

}


.zs-modal-container .zs-error-message svg {
    width: 1.5rem;
    height: 1.5rem;
}

.zs-code-input {
    display: flex;
    gap: 5px;
    justify-content: space-around;
    width: 100%;
    direction: ltr;
}

.zs-code-input input {
    width: 3.2rem;
    height: 3.2rem;
    text-align: center;
    font-size: 2rem;
    color: #164194;
    font-family: Dana;
    /*! font-size: 0.875rem; */
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 0.5625rem;
    border: 0.5px solid #000;
    background: #FFF;
}

.zs-recive {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: #164194;

    /* H4 */
    font-family: Dana;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

    padding: 1rem 0.5rem;
}

.zs-recive .zs-time {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.zs-recive .zs-time .zs-resend {
    color: #bec0bf;
}
.zs-recive .zs-time .zs-resend.active {
    cursor: pointer;
    color: #164194 !important;
    font-weight: 700;
}

.form-verify {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    transition: all 0.3s ease-in-out;
}

.form-verify.show {
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;

}

.zs-verify-btn {
    display: flex;
    gap: 0.5rem;
}

.zs-verify-btn .edit-num-btn.zs-btn.zs-primary-btn {
    background: white;
    color: #164194;
    font-family: Dana;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #164194;
}

#zs-custom-login-popup {
    cursor: pointer;
    margin-inline: 0.75rem;
    width: fit-content;
    font-size: 0.8rem;
    height: 2.2rem;
}
.form-login.remove {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

/***************************************style for error or success touster */

.form-message {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    right: 20px;
    top: auto;
    left: auto;
    width: 500px;
    max-width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    color: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

.form-message.show {

    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.form-message * {
    color: #fff;
}

.form-message.success {
    border-color: #14964b;
    background-color: #14964b;
    font-weight: bold;
}

.form-message.fail {
    border-color: #d2320a;
    background-color: #d2320a;
}

.form-message.fail ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.form-message.fail ul > li {
    color: #fff;
    display: block;
    font-weight: 700;
}

.form-message.fail ul > li:not(:last-child) {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .form-message {
        top: 40%;
        bottom: auto;
        right: auto;
        left: 15px;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

.form-message-close {
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/***************************************style for error or success tuster*/


