.container-navbar-login {
    background: #ffffff;
    height: 64px;
    position: relative;
}

.container-navbar-login .image-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-navbar-login .action-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.image-wrapper img {
    height: auto;
    width: 150px;
}

.btn-back-auth {
    background: none;
    border: none;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #434358;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.btn-back-auth:focus {
    border: none;
    outline: none;
}

.btn-back-auth .icon-btn-back-auth {
    margin-right: 1rem;
}

.tagline-logo {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 9.5px;
    line-height: 20px;
    color: #777777;
}
.jquery-modal.blocker.current {
    z-index: 9999;
}

.jquery-modal.blocker.current .modal {
    border-radius: 0;
    width: 100%;
    max-width: 1000px;
    height: fit-content;
    box-shadow: none;
}

.jquery-modal.blocker.current .modal h3 {
    font-weight: 600;
}

.jquery-modal.blocker.current .close-modal {
    display: none;
}

.jquery-modal.blocker.current .item-avatar {
    background-color: #ccc;
    background-size: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
}

.jquery-modal.blocker.current #signupmodal {
    max-width: 600px;
    border-radius: 7px;
    padding: 0;
}

.jquery-modal.blocker.current #signupmodal .col-popup img {
    width: 100%;
}

.jquery-modal.blocker.current #signupmodal .col-popup img.arah {
    webkit-filter: blur(4px);
    /* Chrome, Safari, Opera */
    filter: blur(4px);
}

.popup-desktop {
    display: block;
}

.popup-mobile {
    display: none;
}

@media (max-width: 767px) {
    .jquery-modal.blocker.current {
        padding: 0;
    }

    .popup-desktop {
        display: none;
    }

    .popup-mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .hidemob {
        display: none !important;
    }
}