/* Minification failed. Returning unminified contents.
(858,20): run-time error CSS1030: Expected identifier, found '>'
(858,39): run-time error CSS1031: Expected selector, found ')'
(858,39): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*#region Main Screen  */
body {
    margin-bottom: 0;
}
/*#region main-gw-bg */
.main-content {
    max-width: 970px;
}

.main-gw-ad-bg {
    display: none;
}

#main-gw-bg {
    box-shadow: 0 17px 40px 0 rgba(17, 43, 85, 0.1);
    background-color: #ffffff;
    width: 100%;
    height: 653px;
    border-radius: 60px;
    margin: 120px 0 0 0;
    position: relative;
}

.main-gw-bg-box1 {
    width: 382px;
    height: 404px;
    border-radius: 40px;
    -webkit-filter: blur(45px);
    filter: blur(45px);
    position: absolute;
    right: 340px;
    /*z-index: -1;*/
}

.main-gw-bg-box2 {
    width: 91px;
    height: 234px;
    border-radius: 40px;
    -webkit-filter: blur(45px);
    filter: blur(45px);
    position: absolute;
    left: 0;
    bottom: 92px;
    /*z-index: -1;*/
}

.main-gw-bg-box3 {
    width: 382px;
    height: 419px;
    border-radius: 40px;
    -webkit-filter: blur(45px);
    filter: blur(45px);
    position: absolute;
    right: 0;
    bottom: 0;
    /*z-index: -1;*/
}

.main-gw-bg-box4 {
    width: 144px;
    height: 456px;
    border-radius: 40px;
    -webkit-filter: blur(45px);
    filter: blur(45px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.main-gw-bg-box5 {
    width: 129px;
    height: 229px;
    border-radius: 40px;
    -webkit-filter: blur(45px);
    filter: blur(45px);
    position: absolute;
    left: 0;
    top: 94px;
    z-index: -1;
}

.main-gw-bg-login .main-gw-bg-box1, .main-gw-bg-login .main-gw-bg-box2, .main-gw-bg-login .main-gw-bg-box3 {
    background-color: rgba(236, 250, 255, 0.9);
}

.main-gw-bg-login .main-gw-bg-box4, .main-gw-bg-login .main-gw-bg-box5 {
    background-color: rgba(206, 1, 0, 0.05);
}

.main-gw-bg-register .main-gw-bg-box1, .main-gw-bg-register .main-gw-bg-box2, .main-gw-bg-register .main-gw-bg-box3 {
    background-color: rgba(206, 1, 0, 0.05);
}

.main-gw-bg-register .main-gw-bg-box4, .main-gw-bg-register .main-gw-bg-box5 {
    background-color: rgba(236, 250, 255, 0.9);
}

#main-gw-bg.main-gw-bg-lobby {
    height: 705px;
}

.main-gw-bg-lobby .main-gw-bg-box1 {
    background-color: rgba(236, 250, 255, 0.9);
    height: 456px;
}

.main-gw-bg-lobby .main-gw-bg-box3 {
    background-color: rgba(206, 1, 0, 0.05);
}

.main-gw-bg-lobby .main-gw-bg-box2 {
    background-color: rgba(236, 250, 255, 0.9);
}

#main-gw {
    width: 419px;
    height: 747px;
    border-radius: 60px;
    position: absolute;
    top: -47px;
    right: 60px;
    display: inline-block;
    z-index: 100;
    box-shadow: 0 17px 40px 0 rgba(17, 43, 85, 0.1);
    background-color: #ffffff;
    overflow: hidden;
}

    #main-gw.main-gw-captcha {
        padding-top: 40px;
    }

    #main-gw.showLobby {
        box-shadow: none;
        height: 685px;
        top: 0;
        border-radius: 0;
        background: transparent;
        padding: 27px 57px 42px 58px;
    }

.showLoginPadding {
    padding: 85px 80px 90px 81px;
}

.showLogin {
    animation: showLogin 0.2s forwards;
}

.showRegisterPadding {
    padding: 53px 80px 40px 29px; /*53px 80px 40px 81px;*/
}

.showRegister {
    animation: showRegister 0.2s forwards;
}

@keyframes showLogin {
    0% {
        transform: translateX(-103%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes showRegister {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-103%);
    }
}
/*#endregion*/
/*#region main-gw-forms */
#main-gw-register-form, #register-verify {
    display: none;
}

    #main-gw-login-form .logo, #main-gw-register-form .logo, #main-gw-lobby-form .logo, #register-verify {
        text-align: center;
    }

        #register-verify .registerVerifyCode {
            border: 1px solid #ddd8d8;
            border-radius: 10px;
            background-color: #f5f2f2;
            height: 45px;
            color: #cb0006;
            font-size: 20px;
            text-align: center;
            direction: ltr;
            width: 152px;
        }

        #register-verify #step2-center-label {
            float: initial;
        }

        #register-verify #regisre-very {
            margin-top: 20px;
        }

    #main-gw-login-form .main-title, #main-gw-register-form .main-title {
        font-size: 28px;
        color: #cb0006;
        text-align: center;
        padding-top: 5px;
    }

#main-gw-lobby-form {
    text-align: right;
}

    #main-gw-lobby-form .main-title {
        font-size: 28px;
        color: #cb0006;
        text-align: center;
        padding-top: 9px;
    }

    #main-gw-lobby-form .main-title-email {
        font-size: 16px;
        color: #cb0005;
        text-align: center;
    }

    #main-gw-login-form .main-title span, #main-gw-register-form .main-title span, #main-gw-lobby-form .main-title span {
        font-size: 28px;
        color: #cb0006;
        text-align: center;
        padding-top: 16px;
    }

#main-gw-register-form .logo, #main-gw-register-form .main-title, #main-gw-register-form .sub-title {
    margin-left: 52px;
}

#main-gw-login-form .sub-title, #main-gw-register-form .sub-title {
    font-size: 16px;
    color: #404040;
    text-align: center;
    padding-top: 7px;
}

#main-gw-lobby-form .sub-title {
    font-size: 16px;
    color: #404040;
    text-align: center;
    padding-top: 16px;
}

#main-gw-lobby-form label.termsLabel {
    padding-right: 0;
}

#main-gw-login-form .signinOr, #main-gw-register-form .signinOr, #ConnectAccountModel .signinOr {
    padding-top: 30px;
    width: 258px;
}
#ConnectAccountModel {
    z-index: 2600; /*must be above ModalLoginPopup*/
}


#ConnectAccountModel .signinOr {
    width: 258px;
    height: 40px;
    margin: auto;
}

#main-gw-login-form .orLine, #main-gw-register-form .orLine, #ConnectAccountModel .orLine {
    border-bottom: 1px solid #404040;
    width: 114px;
    height: 11px;
    display: inline-block;
    opacity: 0.5;
}

#main-gw-login-form .orText, #main-gw-register-form .orText, #ConnectAccountModel .orText {
    font-size: 14px;
    color: #404040;
    width: 30px;
    text-align: center;
    display: inline-block;
    opacity: 0.5;
}

#main-gw-login-form .login-form {
    padding: 33px 0 23px 0;
    /*   height: 320px;*/
}

    #main-gw-login-form .login-form label, #main-gw-lobby-form #lobbyform label {
        font-size: 14px;
        color: #404040;
        font-weight: normal;
    }

        #main-gw-login-form .login-form label.error {
            color: #CB181C;
        }

#main-gw-login-form .login-form-captcha {
    height: 413px;
}

#main-gw-login-form .field-icon, #main-gw-register-form .field-icon {
    float: left;
    color: #404040;
    margin-left: 12px;
    margin-top: -29px;
    position: relative;
    z-index: 2;
    opacity: 0.7;
    display: none;
}

#main-gw-login-form .linksDiv {
    height: 24px;
}

#main-gw-login-form .login-form .rememberme, #main-gw-login-form .login-form .forgotpwd {
    width: 50%
}

#main-gw-login-form .login-form .forgotpwd {
    text-align: left;
}

    #main-gw-login-form .login-form .forgotpwd a {
        font-size: 14px;
        color: #404040;
    }

#main-gw-login-form #loginCaptcha {
    margin-right: -23px;
}

#main-gw-login-form .loginBtn {
    padding-top: 31px;
}

    #main-gw-login-form .loginBtn .btn-primary, #main-gw-register-form .registerBtn .btn-primary {
        width: 258px;
        height: 50px;
        border-radius: 27px;
    }

#main-gw-bg .btn-primary {
    padding: 0;
}


#main-gw-login-form .otp {
    padding-top: 13px;
}

    #main-gw-login-form .otp a {
        font-size: 14px;
        color: #cb0006;
    }

#main-gw-login-form .smsOtp, #main-gw-login-form .mailOtp {
    width: 100%;
    text-align: center;
}

#main-gw-login-form .mailOtp {
    text-align: left;
}

#main-gw-register-form .registerScroll {
    width: 100%;
    height: 330px;
    padding-top: 0px;
    overflow: auto;
}

#main-gw-register-form .register-1 {
    width: 258px;
}

#main-gw-register-form label {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
}

    #main-gw-register-form label.error {
        color: #CB181C;
        padding-left: 10px;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

    #main-gw-register-form label a, #main-gw-lobby-form label a {
        font-size: 14px;
    }

#main-gw-register-form .registerBtn {
    text-align: center;
    padding-top: 16px;
}

#main-gw-register-form .passwordCriteria {
    display: none;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: 95px;
    box-shadow: 0 17px 40px 0 rgba(17, 43, 85, 0.1);
    border-radius: 25px;
    margin: 3px 0 0 0;
    padding-top: 18px;
    /*background-color: #ffffff;*/
}

    #main-gw-register-form .passwordCriteria .valid, #main-gw-register-form .passwordCriteria .invalid {
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
    }

        #main-gw-register-form .passwordCriteria .valid b, #main-gw-register-form .passwordCriteria .invalid b {
            font-family: Arial;
            font-size: 12px;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: right;
        }

    #main-gw-register-form .passwordCriteria .valid {
        color: #000000;
    }

        #main-gw-register-form .passwordCriteria .valid:before {
            padding: 0 10px;
            position: relative;
            content: "✔";
            color: green;
        }

    #main-gw-register-form .passwordCriteria .invalid {
        color: #5d5d5d;
    }

        #main-gw-register-form .passwordCriteria .invalid:before {
            position: relative;
            padding: 0 10px;
            content: "✖";
            color: red;
        }

#main-gw-register-form .registerScroll > div {
    padding: 0;
}

#main-gw-register-form #registerCaptcha {
    padding-top: 11px;
    margin-bottom: 15px;
}

#main-gw-register-form input.styled-check + label:lang(he) {
    margin: 0 0 7px 0px;
}

#main-gw-lobby-form {
    display: none;
}

    #main-gw-lobby-form #lobbyform {
        padding-top: 16px;
    }

        #main-gw-lobby-form #lobbyform > div {
            padding: 0;
        }

    #main-gw-lobby-form input.styled-check:lang(he) {
        margin: -4px 0 -5px 7px;
    }

    #main-gw-lobby-form input.styled-check + label:lang(he) {
        margin: 0 0 7px 0px;
    }

    #main-gw-lobby-form #lobbyform > div.btn-area {
        padding-top: 0px;
        text-align: center;
    }

    #main-gw-lobby-form #LobbySave {
        padding: 4px 27px 4px 27px;
    }

    #main-gw-lobby-form #CloseLobby {
        margin-left: 0;
    }

    #main-gw-lobby-form #lobbyform .form-group {
        margin-bottom: 10px;
    }
/*#endregion*/
/*#region main-gw-ads */
#main-gw-ad-register, #main-gw-ad-login, #main-gw-ad-lobby {
    width: 382px;
    position: absolute;
    top: 105px;
    display: inline-block;
    z-index: 20;
}

    #main-gw-ad-register .adTitle, #main-gw-ad-login .adTitle {
        font-size: 28px;
        color: #cb0006;
        text-align: center;
        padding-top: 48px;
    }

    #main-gw-ad-register .adText, #main-gw-ad-login .adText {
        font-size: 16px;
        color: #404040;
        text-align: center;
        padding-top: 8px;
    }

    #main-gw-ad-register .adButton, #main-gw-ad-login .adButton {
        text-align: center;
        padding-top: 25px;
    }

#main-gw-ad-register {
    left: 61px;
}

#main-gw-ad-lobby {
    left: 61px;
}

#main-gw-ad-login {
    right: 61px;
}

#main-gw-ad-lobby {
    display: none;
}

    #main-gw-ad-lobby .lobbyImg {
        width: 330px;
        margin: auto;
    }

    #main-gw-ad-lobby img {
        width: 330px;
    }

    #main-gw-ad-lobby .adDesc {
        width: 319px;
        height: 121px;
        border-radius: 30px;
        box-shadow: 0 17px 40px 0 rgba(17, 43, 85, 0.1);
        background-color: rgba(255, 255, 255, 0);
        margin: auto;
    }

    #main-gw-ad-lobby .main-title {
        font-size: 28px;
        color: #cb0006;
        text-align: center;
    }

    #main-gw-ad-lobby .sub-title {
        font-size: 16px;
        color: #404040;
        text-align: center;
    }
/*#endregion*/
input .input-validation-error {
    border: 1px dashed #cb0006;
}

span.field-validation-error {
    color: #cb0006;
    font-size: 12px;
}

#ConnectAccountModel .modal-content {
    height: auto;
    padding-block: 100px;
}

#ConnectAccountModel .connectPwd {
    width: 258px;
    text-align: center;
    margin: auto;
}

    #ConnectAccountModel .connectPwd .form-group {
        margin-bottom: 24px;
        text-align: right;
    }

    #ConnectAccountModel .connectPwd label {
        text-align: right;
        font-size: 14px;
        color: #404040;
    }

#ConnectAccountModel .step1-content {
    padding-bottom: 32px;
}

#ConnectAccountModel .connectPwdLink, #ConnectAccountModel .connectOTPLink {
    padding-top: 30px;
    text-align: center;
}

    #ConnectAccountModel .connectPwdLink a, #ConnectAccountModel .connectOTPLink a {
        font-size: 14px;
        color: #cb0006;
    }
/*#ConnectAccountModel .connectPwdLink {
    display: none;
}*/
#ConnectAccountModel .connectOTP {
    width: 258px;
    padding-top: 24px;
    margin: auto;
    display: none;
}
/*#endregion*/
/*#region Google Login*/
#gSignInWrapper {
    width: 258px;
    padding-top: 18px;
    text-align: center;
}

.customGoogleSignIn {
    padding: 0 24.5px 0 10px;
    display: inline-block;
    background: white;
    color: #444;
    width: 258px;
    height: 50px;
    border-radius: 27px;
    border: thin solid #cb0006;
    /*box-shadow: 1px 1px 1px grey;*/
    white-space: nowrap;
}

    .customGoogleSignIn:hover {
        cursor: pointer;
    }

    .customGoogleSignIn span.label {
        font-family: serif;
        font-weight: normal;
    }

    .customGoogleSignIn span.google-icon {
        background: url('/Content/images/g-normal.png') transparent no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        margin-top: 5px;
    }

span.buttonText {
    margin: 12px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    padding-left: 55px;
    font-size: 16px;
    font-weight: 600;
    color: #cb0006;
    /* Use the Roboto font that is loaded in the <head> */
    font-family: 'Assistant';
}

#appleSignInWrapper {
    width: 100%;
    padding-top: 16px;
    /*text-align: center;*/
    margin: auto;
}

.customAppleSignIn {
    padding: 0 24.5px 0 10px;
    display: inline-block;
    background: white;
    color: #444;
    width: 258px;
    height: 50px;
    border-radius: 27px;
    border: thin solid #000;
    /*box-shadow: 1px 1px 1px grey;*/
    white-space: nowrap;
}

    .customAppleSignIn:hover {
        cursor: pointer;
    }

    .customAppleSignIn span.label {
        font-family: serif;
        font-weight: normal;
    }

    .customAppleSignIn span.apple-icon {
        background: url('/Content/images/apple-icon.png') transparent no-repeat;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        margin-top: 10px;
    }



    .customAppleSignIn span.buttonText {
        display: inline-block;
        vertical-align: middle;
        padding-left: 55px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        /* Use the Roboto font that is loaded in the <head> */
        font-family: 'Assistant';
    }
/*#endregion*/

.btn-primary-wide {
    width: 258px;
    height: 50px;
    border-radius: 27px;
}

.btn-primary-short {
    height: 50px;
    width: 144px;
    border-radius: 27px;
}

#main-gw-bg .form-control {
    border-radius: 10px;
    font-size: 16px;
    height: 45px;
    border: solid 1px #ddd8d8;
    background-color: #f5f2f2
}

    #main-gw-bg .form-control::-webkit-input-placeholder { /* WebKit browsers */
        font-size: 14px;
        font-style: italic;
    }

    #main-gw-bg .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 14px;
        font-style: italic;
    }

    #main-gw-bg .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 14px;
        font-style: italic;
    }

    #main-gw-bg .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
        font-size: 14px;
        font-style: italic;
    }

#logoff {
    display: none;
}

.validation-summary-errors ul {
    color: #cb0006;
    letter-spacing: 0.32px;
    font-size: 14px;
    list-style: none;
}

#idfieldGroup #UserID {
    text-align: right;
}




.modal-body input.styled-check:lang(he) {
    margin-top: 4px;
}

#register #slide2 {
    display: none;
}

.backOp {
    width: 80px;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0 17px 40px 0 rgba(17, 43, 85, 0.1);
    background-color: #ffffff;
    z-index: 999;
    top: 13px;
    right: 0px;
    position: relative;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 11px;
}

    .backOp .desctop_back {
        display: inline-block;
        width: 28px;
        height: 17px;
        font-family: Arial;
        font-size: 16px;
        text-align: right;
        color: #cb0006;
        margin: auto;
        margin-top: 9px;
    }

.mobile_display {
    display: none;
}

.lp_display {
    display: none;
}

.desctop_display {
    display: contents;
}


/* ResetPassword page*/
div.container:has( > div#ResetPassword) {
    padding: 0px;
}

#ResetPassword {
    display: flex;
    justify-content: center;
    margin: auto;
    padding: 0px;
    flex-direction: column;
}

    #ResetPassword .topForm-BG {
        margin-bottom: 0px;
    }

    #ResetPassword #main-gw-bg {
        margin-top: 35px;
        height: 683px;
    }


    #ResetPassword #main-gw-rp {
        width: 419px;
        height: 747px;
        position: absolute;
        top: -47px;
        right: 60px;
        display: inline-block;
        z-index: 100;
    }

    #ResetPassword .Form-BG-Copy-5 {
        width: 319px;
        border-radius: 30px;
        box-shadow: 0 17px 40px 0 rgba(17, 43, 85, 0.1);
        background-color: rgba(255, 255, 255, 0);
        margin-top: -65px;
        padding-bottom: 20px;
    }

    #ResetPassword .login-form button.btn {
        margin-top: 15px;
    }

    #ResetPassword #main-gw-ad-login .adTitle {
        padding-top: 25px;
    }

    #ResetPassword #collapse5 .field-icon {
        float: left;
        color: #404040;
        margin-left: 12px;
        margin-top: -29px;
        position: relative;
        z-index: 2;
        opacity: 0.7;
    }

    #ResetPassword #collapse5 .passwordCriteria {
        position: absolute;
        width: 258px;
    }

#forgotPasswordModal {
    display: none;
}

    #forgotPasswordModal .modal-content.step1 {
        height: 490px;
    }

    #forgotPasswordModal .modal-content.step2 {
        height: 340px;
    }

    #forgotPasswordModal .step1-content {
        padding-bottom: 10px;
    }

    #forgotPasswordModal .step2-content {
        padding-bottom: 27px;
    }

#ResetPassword .Ballons {
    width: 307px;
    height: 289px;
    object-fit: contain;
}

#ResetPassword .logo {
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}

#ResetPassword .goHome .arrow {
    border: solid #cb0006;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin: 16px;
}

#ResetPassword .goHome .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/*ResetPassword END*/
#UpdateModal .modal-content {
    height: 470px;
}

.main-gw-bg-login .main-gw-back, .main-gw-bg-register .main-gw-back, .main-gw-bg-lobby .main-gw-back {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    box-shadow: 0 13px 24px 0 rgba(17, 43, 85, 0.15);
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
    top: -100px;
}

    .main-gw-bg-login .main-gw-back i, .main-gw-bg-register .main-gw-back i, .main-gw-bg-lobby .main-gw-back i {
        font-size: 26px;
        color: #cb0006;
        font-weight: bold;
        position: absolute;
        left: 16px;
        top: 6px;
    }


.blur-box, .blur-box-menu, #inner-blur-boxes {
    display: none;
}

#forgotPasswordModal .forlabel {
    font-weight: normal !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ CSS styles go here */

    .main-gw-bg-box1, .main-gw-bg-box2, .main-gw-bg-box3, .main-gw-bg-box4, .main-gw-bg-box5 {
     /*   display: none !important;*/
    }
}


/*region laptop AND Tablet Resolution */
@media (max-width: 1024px) {

    #appleSignInWrapper {
        width: 258px;
      
        margin: auto;
    }

        .backOp {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        box-shadow: 0 13px 24px 0 rgba(17, 43, 85, 0.15);
        background-color: #ffffff;
    }

    .arrow_r {
        width: 8px;
        height: 14px;
        object-fit: contain;
    }

    /*הרשמה*/
    #main-gw-ad-register {
        width: 258px;
        height: 54px;
        object-fit: contain;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}

@media only screen and (min-device-width : 992px) and (max-device-width : 1370px) {
    .lp_display {display: contents!important;}
    .mobile_display {display: none!important;}    
    .desctop_display {display: none!important;}

    .showLoginPadding {
        padding: 38px 80px 71px 81px;
    }
    #main-gw-login-form .loginBtn {
        padding-top: 24px;
    }
    #gSignInWrapper {     
        padding-top: 22px;        
    }
    .btnPanel {
        width: 939px;
    }

    .backOp {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        box-shadow: 0 13px 24px 0 rgba(17, 43, 85, 0.15);
        background-color: #ffffff;
        top: 100px;
        right: 90px;
        z-index: 999;
        position: relative;
        display: flex;
        cursor: pointer;
        text-decoration: none;
        padding: 0px;
    }

    .backOp .desctop_back {
        display: none;
    }

    .backOp .arrow_r {
        width: 8px;
        height: 14px;
        object-fit: contain;
        margin: auto;
    }

    #main-gw-bg {
        width: 939px;
        height: 549px;
        margin: 70px 0 0 0;
    }

    /*איפוס סיסמה*/
    #ResetPassword #main-gw-bg {
        height: 705px;
    }
    #ResetPassword .Form-BG-Copy-5{
        width:307px;
        height:289px;
    }
    #ResetPassword #main-gw-ad-register {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 307px;
    }


    .main-gw-bg-box1 {        
        height: 352px;        
    }
    .main-gw-bg-box3 {
        width: 144px;
        height: 342px;        
        -webkit-filter: blur(42px);
        filter: blur(42px);        
    }

    .main-gw-bg-register .main-gw-bg-box3 {
        width: 382px;
        height: 419px;
        border-radius: 40px;
        -webkit-filter: blur(42px);
        filter: blur(42px);
        background-color: rgba(206, 1, 0, 0.05);
        position: absolute;
        right: 0;
        bottom: 0;
        /* z-index: -1; */
    }

    #main-gw {     
        height: 760px;
    }

    #main-gw-ad-register, #main-gw-ad-login, #main-gw-ad-lobby {
        width: 297px;
        position: absolute;
        top: 109px;
        left: 95px;
        z-index: 20;
    }
        
    .main-gw-bg-login #main-gw-ad-register {
        left: 61px;
        width: 302px;
        position: absolute;
        top: 105px;
        display: inline-block;
        right: auto;
        z-index: 20;
    }

#main-gw-ad-lobby .adDesc {
    display: none;
}

     .main-gw-bg-box2,  .main-gw-bg-box4 {
        display: none !important;
    }
    #main-gw-login-form .otp {
       padding-top: 0;
    }
    #main-gw-ad-register .adTitle, #main-gw-ad-login .adTitle {        
        padding-top: 20px;
    }
    .main-gw-bg-login .main-gw-back, .main-gw-bg-register .main-gw-back, .main-gw-bg-lobby .main-gw-back {
        top: -46px;
    }
}
/*#endregion Tablet*/

/*#region MOBILE*/
@media only screen and (max-width: 992px) {

    #ModalLoginPopup .modal-title{
        padding-inline:15px;
        white-space: pre-line;
    }
    #ModalLoginPopup .modal-dialog {
        /*   padding-bottom:300px;*/
    }
    #dvLoginPopup #ModalLoginPopup {
        margin-top: 15px;
        padding-top: 160px;
        overflow-y: auto;
    }
    #ModalLoginPopup.mypostModal .modal-content {
        max-width: 375px;
        margin: 0;
    }
    #ModalLoginPopup.mypostModal .close {
        left: 15px;
        top: 0px;
    }
    .mobile_display {
        display: contents;        
    }
    .desctop_display {
        display: none!important;
    }
    .lp_display {
        display: none!important;
    }

    .main-content {
        margin: auto !important;
        z-index: 6;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #main-gw-register-form .logo, #main-gw-register-form .main-title, #main-gw-register-form .sub-title {
        margin-left: 0px; 
    }
    /*.main-gw-bg-box4, .main-gw-bg-box5 {
        display: none;
    }*/

    /*.main-gw-bg-box2, .main-gw-bg-box4, .main-gw-bg-box5 {
        display: none !important;
    }*/
    .main-gw-bg-login .main-gw-bg-box1 {
        width: 115px;
        height: 205px;
        border-radius: 35.8px;
        -webkit-filter: blur(37.6px);
        filter: blur(37.6px);
        background-color: rgba(206, 1, 0, 0.05);
        position: absolute;
        left: 0px;
        margin-top: 84px;
        display:inline-block;
        z-index:2;
    }


    .main-gw-bg-login .main-gw-bg-box3 {
        width: 129px;
        height: 347px;
        border-radius: 35.8px;
        -webkit-filter: blur(37.6px);
        filter: blur(37.6px);
        background-color: rgba(206, 1, 0, 0.05);
        position: absolute;
        right: 0px;
        bottom: 0px;
        display: inline-block;
        z-index: -1;
    }
    .main-gw-bg-register .main-gw-bg-box1 {
        width: 115px;
        height: 205px;
        border-radius: 35.8px;
        -webkit-filter: blur(45px);
        filter: blur(45px);
        background-color: rgba(236, 250, 255, 0.9);
        position: absolute;
        left: 0px;
        margin-top: 84px;
        display: inline-block;
        z-index: -1;
    }

    .main-gw-bg-register .main-gw-bg-box3 {
        width: 129px;
        height: 448px;
        border-radius: 35.8px;
        -webkit-filter: blur(45px);
        filter: blur(45px);
        background-color: rgba(236, 250, 255, 0.9);
        position: absolute;
        right: 0;
        padding-bottom:246px;
        z-index: -1;
    }
    .btnPanel {
        width: 375px;
        margin: auto;
    }

    .backOp {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        box-shadow: 0 13px 24px 0 rgba(17, 43, 85, 0.15);
        background-color: #ffffff;
        top: 26px;
        right: 28px;
        z-index: 999;
        position: relative;
        display: flex;
        cursor: pointer;
        text-decoration: none;
        padding: 0px;
    }

        .backOp .desctop_back {
            display: none;
            margin: auto;
        }

        .backOp .arrow_r {
            width: 8px;
            height: 14px;
            object-fit: contain;
            margin: auto;
        }

    #main-gw {
        top: initial;
        right: initial;
        display: inline-block;
        box-shadow: none;
        background-color: #ffffff;
        overflow: hidden;
        width: 375px;
        border-radius: 0px;
        box-shadow: none;
        position: static;
        display: contents;
        z-index: 100;
        background-color: #ffffff;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        /*flex-direction: column;*/
        /*   order: 1;*/
        height: auto;
    }

    .showLoginPadding {
        padding: 21px 0px 0px 0px;
    }

    #main-gw-bg {
        box-shadow: none;
        background-color: #ffffff;
        width: 375px;
        height: 653px;
        border-radius: 0px;
        margin: auto;
        position: relative;
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 100;
    }

    #main-gw-login-form {
        width: 258px;
        margin: auto;
    }

    #gSignInWrapper {
        width: 100%;
        padding-top: 24px;
        text-align: center;
    }

    #main-gw-login-form .signinOr, #main-gw-register-form .signinOr, #ConnectAccountModel .signinOr {
        padding-top: 24px;
        width: 258px;
        display: flex;
        flex-direction: row;
        align-items: unset;
        justify-content: center;
        margin: auto;
    }

    #main-gw-login-form .login-form {
        padding: 33px 0 23px 0;
        width: 258px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

   #main-gw-ad-login, #main-gw-ad-lobby {
        width: 375px;
        position: static;
        z-index: 9999;
        display: inline-block;
    }

   
    #main-gw-ad-lobby .adDesc {
        display:none;
        border-radius: 0px;
        box-shadow: none;
        background-color: #fff;
    }
    .main-gw-ad-bg {
        margin: -54px;
        width: 406px;
        height: 62px;
        display: block;
    }

        .main-gw-ad-bg #LoginAdMobileBG {
            width: 375px;
            height: 75px;
            object-fit: contain;
        }


    /*הרשמה*/
    #main-gw-ad-register {
        width: 258px;
        height: 54px;
        object-fit: contain;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        margin: auto;
        margin-top: 30px;
        position:static;
    }

        #main-gw-ad-register .adText {
            display: none;
        }

    #main-gw-ad-lobby {
        display: none;
    }


    .showRegisterPadding {
        width: 375px;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #main-gw-register-form {
        width: 320px;
        height:auto;
        margin: auto;
        /*display: flex;
        flex-direction: column;
        align-items: center;*/
    }
   
    #main-gw-ad-register .adButton button#gotoRegister.btn-primary-short {
    }

    #main-gw-ad-register .adButton button#gotoRegister.btn-primary {        
        border-radius: 0px;  
        border: none;
        background: none;
        width: 60px;
        height: 22px;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: normal;
        text-align: right;
        color: #cb0006;
        text-decoration: underline;
        cursor: pointer;
    }

        #main-gw-ad-register .adButton button#gotoRegister.btn-primary::before {
            content: "ל";
        }
  /*  #main-gw-ad-register div img{
        width:50px;
        height:67px;
    }*/
    #main-gw-ad-register .adTitle {
        order: 2;
        width: 100%;
        height: 16px;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: normal;
        text-align: left;
        color: #535353;
        padding-top: 2px;
        padding-left: 6px;
    }
    #main-gw-ad-register .adButton {
        order: 1;
        padding-top: 0px;
    }
    .main-gw-bg-login .main-gw-bg-box4, .main-gw-bg-register .main-gw-bg-box4 {
        width: 129px;
        height: 347px;
        border-radius: 35.8px;
        filter: blur(37.6px);        
        top: 320px;
        z-index: -1;
    }
    .main-gw-bg-login .main-gw-bg-box5, .main-gw-bg-register .main-gw-bg-box5 {
        width: 115px;
        height: 205px;
        border-radius: 35.8px;
        filter: blur(37.6px);        
        top: 84px;
        z-index: -1;
    }
  

    .main-gw-bg-box2 { /*, .main-gw-bg-box4, .main-gw-bg-box5*/
        display: none !important;
    }

    .main-gw-bg-register {
        width: 375px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #main-gw-register-form .register-1 {
        width: 258px;
        margin:auto;
    }
    #main-gw-register-form #registerBtn {
        width: 258px;
        margin: auto;
        
    }


    /* להיתחברות*/
    #main-gw-ad-login {
        display: flex;
        flex-direction: row-reverse;
        /*flex-wrap: wrap-reverse;*/
        align-items: center;
        margin-top: 35px;
        width: 300px;
    }
    #main-gw-ad-login .adText {
        display:none;        
    }
        #main-gw-ad-login .adTitle {
            order: 3;
            height: 16px;
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
            text-align: right;
            color: #686868;
            padding-top: 2px;
            margin: 0px;
            padding-left: 5px;
            margin-bottom: 10px;
        }
        #main-gw-ad-login .adTitle span {
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
            text-align: right;
        }

        #main-gw-ad-login .adButton {
            order: 2;
            padding-top: 0px;
            margin-bottom: 10px;
        }

        #main-gw-ad-login .adButton button#gotoLogin.btn-primary {
            border-radius: 0px;
            border: none;
            background: none;
            width: 143px;
            height: 22px;
            font-family: Arial;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: normal;
            text-align: right;
            color: #cb0006;
            text-decoration: underline;
            cursor: pointer;
            width: 83px;
        }
            #main-gw-ad-login .adButton button#gotoLogin.btn-primary span {
                font-family: Arial;
                font-size: 14px;
                font-weight: bold;
                letter-spacing: normal;
                color: #e00003;
                text-decoration: underline;
            }

            #main-gw-ad-login .ad-login-img {
                order: 3;
                width:90px;
                height:58px;
            }

    #registerScroll.registerScroll {
        overflow: hidden;
        cursor: default;
    }
   
    
    /*איפוס סיסמה*/
    #ResetPassword #main-gw-ad-register {
        display: none;
    }

    #ResetPassword #main-gw-rp {
        width: 375px;        
        position: absolute;
        top:auto;
        right: auto;
        display: inline-block;
    }
    #ResetPassword .main-gw-bg-login .main-gw-bg-box1 {
        width: 115px;
        height: 205px;
        border-radius: 35.8px;
        -webkit-filter: blur(37.6px);
        filter: blur(37.6px);
        background-color: rgba(206, 1, 0, 0.05);
        position: absolute;
        left: 0px;
        margin-top: 84px;
        display: inline-block;
        z-index: 2;
    }


    #ResetPassword .main-gw-bg-login .main-gw-bg-box3 {
        width: 129px;
        height: 347px;
        border-radius: 35.8px;
        -webkit-filter: blur(37.6px);
        filter: blur(37.6px);
        background-color: rgba(206, 1, 0, 0.05);
        position: absolute;
        right: 0px;
        bottom: 0px;
        display: inline-block;
        z-index: 1;
    }
    #forgotPasswordModal .modal-content.step1 {
        height: 540px;
    }

    #main-gw-login-form .login-form-captcha {
        height: auto;
    }
    body.Apphidden #ModalLoginPopup #main-gw-login-form .login-form {
        height: auto;
    }

    #ModalLoginPopup .registerfrm {
        margin-bottom: 45px;
    }
    #ModalLoginPopup .chkAgress {
        margin-top: 20px;
    }
    #otpStep4{
        margin:0px;text-align:center;
    }

    body.Apphidden .main-content {
        margin-bottom: 0px !important;
    }

    body.Apphidden #ModalLoginPopup .modal-dialog .form-group label.error {
        color: #CB181C;
    }
    body.Apphidden .form-body-extraText, body.Apphidden #bodyComponentDiv, body.Apphidden .form-body-component-container,
    body.Apphidden .components-left, body.Apphidden .banner, body.Apphidden .hidden-desktop {
        display: none;
    }

    #FAQDiv,#PhoneDiv {
        display: block;
    }

    body.Apphidden .cloce {
        display: none;
    }

    body.Apphidden .connectOTPLink {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
        body.Apphidden .connectOTP .otpStep3 {
            text-align: center;
        }
}
/*#endregion MOBILE*/

