.module-login.Right {
   position: fixed;
   top: 0;
   right: 0;
   height: 100%;
   width: 475px;
   /* overflow-x: auto; */
   z-index: 99999;
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
   visibility: hidden;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   -webkit-box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);
   -moz-box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);
   box-shadow: -5px 0 6px -2px rgba(43,43,43,.35);
}

.module-login.Right.Active {
   -webkit-transform: translateX(0);
   transform: translateX(0);
   visibility: visible
}

.module-login.Center {
   position: fixed;
   top: -100%;
   left: 0;
   right: 0;
   height: 100%;
   width: 100%;
   overflow-x: auto;
   background-color: transparent;
   z-index: 9999999;
   visibility: hidden;
   transition: all 0.5s;
   transition: all .3s ease;
   display: flex;
   justify-content: center;
}

.module-login.Center.Active {
   visibility: visible;
   top: 0;
}

.module-login.TopFull {
   position: fixed;
   top: -100%;
   left: 0;
   right: 0;
   /* height: 500px; */
   width: 100%;
   overflow-x: auto;
   z-index: 99999;
   visibility: hidden;
   transition: all 0.5s;
   transition: all .3s ease;
   display: flex;
   justify-content: center;
}

.module-login.TopFull.Active {
   visibility: visible;
   top: 0;
}

.module-login .ModuleArea {
   background: #1f272e;
   height: inherit;
   width: 100%;
   position: relative;
   z-index: 10000;
}

.module-login .right-siderbar {
   position: relative;
   padding: 0;
}

.module-login.Center .right-siderbar {
   position: relative;
   width: 100%;
}

.module-login.Center .ModuleArea {
   z-index: 111111;
   width: 100%;
   text-align: center;
   max-width: 440px;
   margin: 30px auto;
   height: fit-content;
}

.module-login.TopFull .ModuleArea {
   height: fit-content;
}

.module-login.Center .ModuleArea .Container {
   padding: 28px;
}

.module-login .right-siderbar .siderbar-container {
   padding-top: 0;
   background: transparent;
   width: 100%;
   position: relative;
   top: 12px;
   margin-bottom: 40px;
   padding: 0;
   display: inline-block;
}

.module-login .right-siderbar .siderbar-container .siderbar-hader {
   position: relative;
   display: flex;
   justify-content: flex-end;
   align-items: center
}

.module-login .right-siderbar .siderbar-container .siderbar-hader > .title {
   font-size: 14px;
   color: #000;
   display: flex;
   align-items: center;
   font-weight: 600
}

.module-login .right-siderbar .siderbar-container .siderbar-hader > .close {
   font-size: 18px;
   padding: 12px;
   cursor: pointer;
   color: #000;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-direction: column;
   position: relative;
   z-index: 99
}

.module-login .right-siderbar .siderbar-container .siderbar-hader > .close > .icon-text {
   font-size: 13px;
   font-weight: 600;
   position: relative;
   left: 2px
}

.module-login .right-siderbar .siderbar-container .siderbar-hader > .close > .icon-ifa {
   margin-left: 4px;
   font-size: 18px;
   margin-bottom: 4px
}

.module-login .right-siderbar .siderbar-container .popUp-center-pic .popUp-picture {
   /* display: block; */
   text-align: center;
}

.module-login .right-siderbar .siderbar-container .popUp-center-pic .popUp-picture img {
   /* display: block; */
   display: inline-block;
}

.module-login .right-siderbar .siderbar-container .popUp-left-pic {
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
   transform: translateX(-100%);
}

.module-login.TopFull .right-siderbar .siderbar-container .popUp-left-pic {
   display: none
}

.module-login .right-siderbar .siderbar-container .popUp-left-pic .popUp-picture {
}

.module-login .right-siderbar .siderbar-container .popUp-left-pic .popUp-picture .popUp-picture-element {
}

.module-login .right-siderbar .siderbar-container .identity-popup-top-header {
   display: flex;
}

.module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-signIn-button {
}

.module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-signUp-button {
}

.module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons {
   flex: 1;
   text-align: center;
   cursor: pointer;
}

.module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons .signIn-popUp-button {
   cursor: pointer;
}

.module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons .signUp-button {
}

.module-login .right-siderbar .siderbar-container .siderbar-body {
   position: relative;
   top: 0;
   text-align: left;
   padding: 0 35px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body.card-body {
   max-height: 375px;
   height: 100%;
   overflow-y: auto
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content {
   position: relative;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"] {
   display: none
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"] span {
   display: none;
   background: #fff;
   padding: 4px;
   font-size: 13px;
   border-radius: 4px;
   margin-top: 8px;
   border: 1px dashed #f00;
   color: #f00;
   font-weight: 300;
   text-align: center;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"].Active {
   display: flex;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content[CD="ErrorBox"].Active span.Active {
   display: block;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.PasswordArea {
   display: flex;
   align-items: center;
   justify-content: flex-end;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.SocialArea {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-direction: column;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.checkbox {
   text-align: left;
   padding: 0;
   padding-top: 0;
   margin: 0;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.checkbox strong {
   color: #000;
   text-decoration: underline;
   cursor: pointer
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.input {
   background: #ffffff;
   position: relative;
   z-index: 1;
   margin-bottom: 10px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.label {
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input {
   width: 100%;
   transition: .3s;
   text-indent: 5px;
   font-size: 16px;
   z-index: 1;
   position: relative;
   background: transparent;
   color: #000;
   border: 0;
   padding: 20px 13px 8px 13px;
   border-radius: 2px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input::placeholder {
   color: #000
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content input {
   text-indent: 5px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea {
   display: flex;
   align-items: center;
   margin-bottom: 30px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea .checkbox-label {
   margin-right: 20px;
   cursor: pointer;
   font-size: 15px;
   color: #000;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea .checkbox-label::before {
   border-radius: 50%;
   width: 20px;
   height: 20px;
   top: -3px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea input:checked + .checkbox-label::before {
   background-color: #000;
   border-color: #000;
   color: #fff;
   line-height: 21px;
}

@media only screen and (min-width: 991px) {
   .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.genderArea .checkbox-label:hover {
       opacity:.7
   }
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-input~.label-form {
   position: absolute;
   /* top: 33px; // left: 0; // transition: .3s; */
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.Focus .form-input~.label-form {
   /* font-size: 13px; // transition: .3s; // background: #fff; // padding: 0 3px; // margin: 0; */
   z-index: 2;
   color: rgba(140, 140, 140, 1);
   top: 6px;
   left: 14px;
   font-size: 13px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-input~.label-form {
   position: absolute;
   top: 16px;
   left: 14px;
   /* transition: .3s; // z-index: 0; */
   z-index: -1;
   color: #383838;
   font-size: 15px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-alert,.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-input {
   border-color: #fc1d1b;
   color: #fc1d1b;
   opacity: 1;
   visibility: visible;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .label-form,.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input {
   border-color: #43ab45;
   color: #43ab45!important;
   opacity: 1;
   visibility: visible;
}

/*.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input~.label-form{top: 8px;left: 12px;font-size: 13px;transition: .3s;margin-left: 8px;}
*/
.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.OK .form-input~.label-form {
   top: 6px;
   left: 14px;
   font-size: 13px;
   transition: .3s;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success.OK .form-input~.label-form {
   left: 8px;
}

/*.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.error .form-input~.label-form{top: 8px;left: 4px;font-size: 13px;transition: .3s;}
*/
.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.success .form-input~.label-form::before {
   content: "\e93e";
   font-family: 'MissZenne' !important;
   color: #4fca3a;
   position: relative;
   z-index: 2;
   left: 0;
   margin-right: 5px;
   top: 0;
   font-size: 11px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-input~.label-form::before {
   content: "";
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .title {
   font-size: 16px;
   font-weight: 600;
   color: #52ffb1;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .icon-ifa {
   width: 60px;
   height: 40px;
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   top: 33px;
   right: -10px;
   top: 8px;
   font-size: 22px!important;
   color: #bbb;
   transition: .3s;
   cursor: pointer;
   opacity: 0;
   visibility: hidden;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .icon-ifa:hover {
   color: #000;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.Focus > .icon-ifa {
   opacity: 1;
   visibility: visible;
   z-index: 3;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.Focus.OK >[CD="inputClear"].icon-ifa {
   visibility: hidden;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .forgot-link {
   cursor: pointer;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-line {
   position: relative;
   color: #fff;
   font-size: 14px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-alert {
   position: relative;
   transition: .3s;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .form-alert.Error {
   animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
   transform: translate3d(0,0,0);
   backface-visibility: hidden;
   perspective: 1000px;
   display: block;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label {
   text-align: left;
   display: block;
   padding-left: 30px;
   position: relative;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .checkbox-label::before {
   content: "";
   position: absolute;
   left: 0;
   top: -3px;
   width: 18px;
   height: 18px;
   border: 1px solid #bbb;
   text-align: center;
   font-size: 12px;
   line-height: 18px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content input:checked + .checkbox-label::before {
   content: "\e93e";
   font-family: 'MissZenne' !important;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.LoadingBtn {
   pointer-events: none;
   background-color: #7d7d7d;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content > .form-button.LoadingBtn::before {
   content: "";
   width: 12px;
   height: 12px;
   background: 0 0;
   border: 2px solid #fff;
   border-radius: 50%;
   -webkit-clip-path: inset(0 0 50% 0);
   clip-path: inset(0 0 50% 0);
   transform: translate(-50%,-50%) rotate(0);
   -webkit-animation: spin .6s linear infinite;
   animation: spin .6s linear infinite;
   margin-right: 10px;
   position: absolute;
   left: 12px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input {
   width: 100%;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input .form-input {
   width: 100%;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input .country-list {
   width: 370px;
}

.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content .intl-tel-input .iti-flag {
   background-image: url(https://static3.farktor.com/Library/SystemBox/img/q74Xp00ONi5l.png);
}

.module-login.TopFull .right-siderbar {
   display: flex;
   width: 100%;
   justify-content: center;
   position: relative;
   margin: 50px 0px;
}

.module-login.TopFull .right-siderbar > .TopFull {
   top: 0;
   padding: 0;
   box-shadow: none;
   margin: 50px 0px;
   border-left: 1px solid #000;
   padding-left: 125px;
   width: 50%;
   max-width: 589px;
}

.module-login.TopFull .right-siderbar .siderbar-container {
   top: 0;
   padding: 0;
   box-shadow: none;
   width: 50%;
   max-width: 580px;
   margin-right: 125px;
   margin-top: 50px;
}

.module-login .right-siderbar .siderbar-body-right {
   top: 0;
   padding: 0;
   box-shadow: none;
   max-width: 589px;
   margin-bottom: 20px;
}

.module-login.TopFull .right-siderbar .siderbar-body-right {
   /* top: 0; */
   /* padding: 0; */
   /* box-shadow: none; */
   /* margin: 50px 0px; */
   /* border-left: 1px solid #000; */
   /* padding-left: 125px; */
   /* width: 50%; */
   /* max-width: 589px; */
}

.module-login .signUp-button-section {
   margin-top: 30px;
}

.module-login .signUp-header-section .signUp-header-text {
   text-align: start;
}

.module-login .signUp-middle-section .product-item {
   display: flex;
   align-items: center;
}

.module-login .signUp-middle-section .product-item .ifa-icon {
}

.module-login .signUp-middle-section .product-item .product-item-text {
   margin-left: 10px;
}

.module-login .signUp-middle-section .product-item .product-item-text .product-item-bold-text {
   font-weight: normal;
   letter-spacing: 1px;
}

.module-login .signUp-button-section .signUp-button-content {
}

.module-login .signUp-button-section .signUp-button-content .signUp-button-element {
   width: 100%;
   border-radius: 3px;
   max-height: 52px;
   background-color: #fff;
   border: 1px solid #000;
}

.module-login .signUp-button-section .signUp-button-content .signUp-button-element .signUp-button-text {
   color: #000;
   padding: 16px 0;
   font-size: 15px;
   font-weight: normal;
   text-align: center;
   letter-spacing: 1px;
}

.module-login .signUp-middle-section .product-item:last-child {
   /* margin-bottom: 28px; */
}

.module-login .signUp-middle-section .product-item img {
   height: 30px
}

.module-login .signUp-button-section .signUp-button-content .signUp-button-element:hover {
   background-color: #000;
}

.module-login .signUp-button-section .signUp-button-content .signUp-button-element:hover .signUp-button-text {
   color: #fff;
}

.module-login .right-siderbar .siderbar-hader {
   position: absolute;
   top: 0px;
   right: 50px;
   z-index: 1;
}

.module-login .right-siderbar .siderbar-hader.form {
   position: absolute;
   top: 0px;
   right: 50px;
   z-index: 1;
}

.module-login .right-siderbar .siderbar-hader.formOut {
   position: absolute;
   top: 0px;
   left: -50px;
   z-index: 1;
   right: inherit;
}

.module-login .right-siderbar .siderbar-hader.formIn {
   position: absolute;
   top: 0;
   left: -25px;
   right: inherit;
   z-index: 1;
}

.module-login .right-siderbar .siderbar-hader .close {
   display: flex;
   flex-direction: column;
   align-items: center;
   cursor: pointer;
   color: inherit;
}

.module-login .right-siderbar .siderbar-hader .close .icon-ifa {
}

.module-login .right-siderbar .siderbar-hader .close .icon-text {
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form {
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container {
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input {
   border: 0;
   border-bottom: 1px solid #bbb;
   font-size: 14px;
   padding: 13px 3px;
   width: 100%;
   transition: .3s;
   font-weight: 600;
   color: #000;
   font-family: inherit
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-content {
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .tab-content {
   display: none;
   padding-top: 18px;
   position: relative
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .tab-content#email {
   display: block
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title {
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text {
   color: #000;
   width: 100%;
   display: block;
   text-align: center;
   margin-bottom: 14px
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text:first-child {
   font-size: 18px;
   font-weight: 900
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-tab-title > .icon-text:last-child {
   font-size: 13px;
   line-height: 17px
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .forgot-link .forgot-icon {
   width: 20px;
   height: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   margin-right: 3px;
   color: #333;
   border: 1px solid #e6e6e6;
   border-radius: 50%;
   font-size: 15px;
   font-weight: 900;
   text-align: right
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content> .forgot-link {
   font-size: 15px;
   display: inline-block;
   text-align: right;
   margin-bottom: 15px;
   position: relative;
   top: -7px;
   cursor: pointer;
   color: #408be0;
   text-decoration: underline
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select {
   display: flex;
   justify-content: center;
   align-items: center;
   margin: 24px 0 9px
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select > .item {
   flex: 1;
   border-bottom: 1px solid transparent;
   padding: 10px 0;
   cursor: pointer;
   color: #333;
   text-align: center;
   font-size: 16px
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .forgot-select >.item.active {
   border-color: #333
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content .form-button.forgot-btn {
   margin: 18px 0;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content .form-button {
   width: 100%;
   font-size: 14px;
   font-weight: 600;
   color: #fff;
   height: auto;
   padding: 15px 20px;
   background-color: #000;
   border: 0;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content > .icon-ifa {
   position: absolute;
   top: 33px;
   right: 6px;
   top: 28px;
   font-size: 22px!important;
   color: #bbb;
   transition: .3s;
   cursor: pointer;
   opacity: 0;
   visibility: hidden;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content > .icon-ifa:hover {
   color: #000;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content.success > .icon-ifa,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-content.OK > .icon-ifa {
   opacity: 1;
   visibility: visible;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-button {
   width: 100%;
   font-size: 14px;
   font-weight: 600;
   color: #000;
   height: auto;
   padding: 15px 20px;
   background-color: #fff;
   border: 1px solid #333;
   transition: .3s
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .form-button:hover {
   background-color: #000;
   border-color: #fff;
   color: #fff
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input~.label-form {
   position: absolute;
   top: 33px;
   left: 0;
   color: #000;
   transition: .3s;
   font-size: 16px;
   font-family: inherit;
   font-weight: 100
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content > .form-input~.label-form {
   position: absolute;
   top: 33px;
   left: 0;
   color: #000;
   transition: .3s;
   font-size: 16px;
   font-family: inherit;
   font-weight: 100
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content:hover .form-input~.label-form,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content:focus .form-input~.label-form {
   top: 8px;
   left: 0px;
   font-size: 13px;
   transition: .3s;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-input~.label-form {
   position: absolute;
   top: 33px;
   left: 4px;
   color: #000;
   transition: .3s;
   font-size: 16px;
   font-family: inherit;
   font-weight: 100;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-input {
   border-color: #fc1d1b;
   color: #fc1d1b;
   opacity: 1;
   visibility: visible;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-alert {
   position: relative;
   text-align: left;
   margin-top: 6px;
   ;font-size: 13px;
   transition: .3s;
   line-height: 19px;
   display: block;
   text-align: left
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-alert {
   animation: shake .82s cubic-bezier(.36,.07,.19,.97) both;
   transform: translate3d(0,0,0);
   backface-visibility: hidden;
   perspective: 1000px
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .label-form,.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input {
   border-color: #43ab45;
   color: #43ab45;
   opacity: 1;
   visibility: visible;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input~.label-form {
   top: 8px;
   left: 12px;
   font-size: 13px;
   transition: .3s;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success.OK .form-input~.label-form {
   left: 20px;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.OK .form-input~.label-form {
   top: 8px;
   left: 0;
   font-size: 13px;
   transition: .3s;
}

/*.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.error .form-input~.label-form{top: 8px;left: 4px;font-size: 13px;transition: .3s;}
*/
.module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content input.contract-checkbox {
   position: absolute;
   opacity: 0;
   visibility: hidden;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content.success .form-input~.label-form::before {
   content: "\e93e";
   font-family: 'MissZenne' !important;
   color: #4fca3a;
   position: absolute;
   z-index: 2;
   left: -18px;
   top: 0;
   font-size: 13px;
}

.Popup .Modal .Htm .Document .Popup_Center .forgot-form .forgot-container .form-content .form-input~.label-form::before {
   content: "";
}

@media only screen and (max-width: 768px) {
   .module-login {
       width:100%;
       overflow-y: auto;
   }

   .module-login .right-siderbar {
   }

   .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content:last-child {
       margin-bottom: 18px
   }

   .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content {
       padding-top: 0;
   }

   .module-login .right-siderbar .siderbar-container .siderbar-body .login-form {
       padding: 0 0;
   }

   .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.button>.icon-ifa {
       top: 41px
   }

   .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.input>.icon-ifa {
       right: -8px;
       top: 5px;
   }

   .module-login .right-siderbar .siderbar-container {
       padding: 0 20px;
       margin: 0;
   }

   .module-login.Center .ModuleArea .Container {
       height: 100%;
       overflow-y: auto;
   }

   .module-login .right-siderbar .siderbar-container .identity-popup-top-header {
       padding-right: 30px;
   }

   .module-login .right-siderbar .siderbar-container .siderbar-body .login-form .form-content.title {
       padding-top: 0
   }

   .module-login.Center .ModuleArea {
       max-width: 100%;
       margin: 0;
       height: 100%;
   }

   .module-login.Center .right-siderbar .siderbar-container .siderbar-body {
       padding: 0 0;
   }

   .module-login .right-siderbar .siderbar-container .popUp-left-pic {
       display: none;
   }

   .module-login .right-siderbar .siderbar-container .identity-popup-top-header .top-header-buttons {
       padding: 12px 6px;
   }

   .module-login .right-siderbar .siderbar-hader.form {
       top: 10px;
       right: 10px;
       margin: 0;
       position: fixed;
       z-index: 15;
       padding: 15px;
   }

   .module-login .right-siderbar .siderbar-container .popUp-center-pic .popUp-picture img {
       width: 100%;
   }

   .module-login.TopFull.Active {
       top: 0;
       bottom: 0;
       height: 100%;
       margin: 0;
   }

   .module-login.TopFull .ModuleArea {
       /*height: 100%;max-width: 100%;*/
       margin: 0;
   }

   .module-login.TopFull .right-siderbar {
       display: block;
       margin-top: 27px;
       height: 100%;
       /* overflow-y: auto; */
   }

   .module-login.TopFull .right-siderbar .siderbar-container {
       width: 100%;
       max-width: 100%;
       margin: 0 0;
       margin-top: 25px;
   }

   .module-login.TopFull .right-siderbar .siderbar-container .siderbar-body {
       padding: 0 20px;
   }

   .module-login.TopFull .right-siderbar .siderbar-body-right {
       padding: 0 20px;
       padding-bottom: 20px;
   }

   .module-login.TopFull .right-siderbar > .TopFull {
       width: 100%;
       max-width: 100%;
       margin: 0 0;
       padding: 0 0;
       display: block;
       border: 0;
   }

   .module-login.TopFull .right-siderbar > .TopFull .signUp-header-section {
       display: none;
   }
}

@keyframes shake {
   10%,90% {
       transform: translate3d(-1px,0,0)
   }

   20%,80% {
       transform: translate3d(2px,0,0)
   }

   30%,50%,70% {
       transform: translate3d(-4px,0,0)
   }

   40%,60% {
       transform: translate3d(4px,0,0)
   }
}

.pageOverlay.Show {
   transition: .3s;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   z-index: 9999 ! important;
   cursor: pointer;
}

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.module-000166 {
   background-color: #fff;
}

.module-000166 .wrapper {
   margin-top: 62px;
}

.module-000166 .wrapper .content-area {
   display: flex;
   justify-content: center;
   position: relative;
}

.module-000166 .wrapper .content-area .bg-img {
   position: absolute;
   left: 0;
   top: 0;
   background-image: url(./../img/tsbackground47.svg);
   height: 370px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   width: 100%;
   display: block;
}

.module-000166 .wrapper .content-area .login-area {
   max-width: 500px;
   width: 100%;
   border-radius: 5px;
   box-shadow: 0px 3px 6px #00000029;
   padding: 35px 60px 35px;
   background-color: #ffffff;
   margin-top: 68px;
   position: relative;
}

.module-000166 .wrapper .content-area .login-area .top-area {
   text-align: center;
}

.module-000166 .wrapper .content-area .login-area .top-area .title {
   font-size: 23px;
   font-weight: 700;
   color: #701011;
}

.module-000166 .wrapper .content-area .login-area .top-area .text {
   padding-top: 10px;
   font-size: 16px;
   color: #000000;
   font-weight: 300;
}

.module-000166 .wrapper .content-area .login-area > .form-area {
   margin-top: 28px;
}

.module-000166 .wrapper .content-area .login-area > .form-area .form-group > label {
   display: block;
   font-size: 13px;
   font-weight: 500;
   color: #434343;
}

.module-000166 .wrapper .content-area .login-area > .form-area .form-group .tel-number {
   margin-top: 8px;
   font-family: inherit;
   background-color: transparent;
   border: 1px solid #BEBEBE;
   border-radius: 3px;
   padding: 0;
   padding-left: 15px;
   width: 100%;
   height: 50px;
}

.module-000166 .wrapper .content-area .login-area > .form-area.warning .form-group .tel-number {
   border-color: crimson;
}

.module-000166 .wrapper .content-area .login-area > .form-area.success .form-group .tel-number {
   border-color: #5ff59b;
}

.module-000166 .wrapper .content-area .login-area > .form-area .btn-area {
   padding-top: 32px;
   position: relative;
}

.module-000166 .wrapper .content-area .login-area > .form-area .btn-area .messg-area {
   position: absolute;
   top: 10px;
   left: 0;
}

.module-000166 .wrapper .content-area .login-area > .form-area .btn-area .messg-area > .messg-text {
   font-size: 13px;
   font-weight: 300;
   color: crimson;
   white-space: nowrap;
}

.module-000166 .wrapper .content-area .login-area > .form-area .btn-area .login-btn {
   font-family: inherit;
   border: none;
   border-radius: 3px;
   background-color: #E9EFF6;
   width: 100%;
   height: 50px;
   cursor: pointer;
}

.module-000166 .wrapper .content-area .login-area > .form-area.success .btn-area .login-btn {
   background-color: #701011;
}

.module-000166 .wrapper .content-area .login-area > .form-area .btn-area .login-btn > span {
   font-size: 14px;
   font-weight: 700;
   color: #777777;
}

.module-000166 .wrapper .content-area .login-area > .form-area.success .btn-area .login-btn > span {
   color: #ffffff;
}

.module-000166 .wrapper .content-area .login-area .info-text {
   margin-top: 35px;
   font-size: 15px;
   font-weight: 300;
   color: #BEBEBE;
   text-align: center;
}

.module-000166 .wrapper .content-area .login-area .info-text .sign-in {
   text-decoration: underline;
   color: #701011;
   cursor: pointer;
}

@media screen and (max-width: 991px) {
   .module-000166 .wrapper {
       margin-top: 0px;
   }

   .module-000166 .wrapper .content-area {
       padding-left: 18px;
       padding-right: 18px;
   }

   .module-000166 .wrapper .content-area .bg-img {
       height: 252px;
   }

   .module-000166 .wrapper .content-area .login-area {
       padding: 37px 18px 28px;
       margin-top: 58px;
   }

   .module-000166 .wrapper .content-area .login-area .top-area .title {
       font-size: 21px;
   }

   .module-000166 .wrapper .content-area .login-area > .form-area .btn-area {
       padding-top: 24px;
   }

   .module-000166 .wrapper .content-area .login-area > .form-area .btn-area .messg-area {
       top: 6px;
   }

   .module-000166 .wrapper .content-area .login-area .info-text {
       margin-top: 28px;
   }
}

.Popup.B1.module-000166-popUp .Modal.w40 {
   max-width: 530px;
}

.Popup.B1.module-000166-popUp .PopupOverlay {
   background: rgba(0,0,0,.36);
   pointer-events: all;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Close {
   width: 20px;
   height: 20px;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Close.Outside.close-icon {
   top: 18px;
   right: 18px;
   border-radius: 0;
   font-size: 18px;
   font-weight: 500;
   color: #2E2E2E;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center {
   padding: 34px 60px;
   border-radius: 5px;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area {
   text-align: center;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area .title {
   font-size: 23px;
   font-weight: 500;
   color: #52ffb1;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area .text {
   margin-top: 13px;
   font-size: 15px;
   font-weight: 300;
   color: #ffffff;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc label {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   -webkit-clip-path: inset(50%);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   width: 1px;
   white-space: nowrap;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc {
   position: relative;
   margin-top: 16px;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc .fieldset-sms {
   border: 0;
   padding: 0;
   margin: 0;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc .input-group {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content > .otc legend.label {
   font-size: 13px;
   font-weight: 500;
   color: #434343;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .fieldset-sms .input-group > input[type="number"] {
   width: 45px;
   height: 43px;
   line-height: 1;
   margin-top: 10px;
   padding: 8px 0 4px;
   font-size: 15px;
   font-weight: 500;
   text-align: center;
   appearance: textfield;
   -webkit-appearance: textfield;
   border: 1px solid #808080;
   color: #434343;
   border-radius: 3px;
   font-family: inherit;
   outline: none;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .fieldset-sms .input-group > input[type="number"].input-code.timeup {
   border-color: #FF0000;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .fieldset-sms .input-group > input[type="number"].input-code.full {
   border-color: #3F8B07;
   background-color: #F9FFF5;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .left-time {
   margin-top: 16px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .left-time .timekeeper {
   font-size: 15px;
   color: #52ffb1;
   font-weight: 500;
   cursor: pointer;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .left-time .time-text {
   font-size: 13px;
   font-weight: 500;
   color: #B5B5B5;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .verify-area {
   margin-top: 24px;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .verify-area .btn-verify {
   font-family: inherit;
   border: 0;
   background-color: #E9EFF6;
   border-radius: 3px;
   cursor: pointer;
   display: block;
   width: 100%;
   height: 50px;
   font-size: 14px;
   font-weight: 700;
   color: #777777;
   transition: all .3s linear;
}

.Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .otc .verify-area .btn-verify.success {
   background-color: #701011;
   color: #fff;
}

@media screen and (max-width: 991px) {
   .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center {
       padding: 46px 18px 21px;
   }

   .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Center .popup-content .top-area .title {
       font-size: 21px;
   }

   .Popup.B1.module-000166-popUp .Modal.w40 .Htm .Document .Popup_Close.Outside.close-icon {
       right: 12px;
   }
}


.popup-content .SuccessLoad,.module-login.Center .ModuleArea .Container .SuccessLoad{
   display: flex;
   align-items: center;
   justify-content: center;
}
.popup-content .SuccessLoad>img,.module-login.Center .ModuleArea .Container .SuccessLoad>img{
   height: 0;
   background: #fff;
   border-radius: 32px;
   transition: 0.3s;
}
.popup-content .SuccessLoad.Active>img,.module-login.Center .ModuleArea .Container .SuccessLoad.Active>img{
   height: 44px;
   transition: 0.3s;
}































.modLoginBox{/* display:none; */position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;background: #fff;}
.modLogin_container {
   width: 100%;
   height: 100%;
   display: flex;
   align-items: stretch;
   justify-content: space-between;
   position: relative;
   z-index: 0;
}

.modLogin_container_left_area {
   width: 100%;
   height: 100%;
   display: block;
}

.modLogin_container_left_area_closed {
   width: 100%;
}

.modLogin_container_left_area_item_01 {
   width: 100%;
   background-image: url('/Library/Img/Rectangle_2228.jpg');
   height: 100%;
   background-size: cover;
}

.modLogin_container_left_area_item_02 {
   width: 100%;
}

.modLogin_container_left_area_item_03 {
   width: 100%;
}

.modLogin_container_right_area {
   width: 840px;
   flex: none;
   padding: 120px 24px;
}

.modLogin_container_right_area_container{width: 360px;margin: 0 auto;}

.modLogin_container_right_area_closed {
   width: 100%;
}

.modLogin_container_right_area_tab_box {
   width: 100%;
   display: none;
}

.modLogin_container_right_area_tab_box_item {
   width: 100%;
}

.modLogin_container_right_area_tab_view {
   width: 100%;
   display: none;
}
.modLogin_container_right_area_tab_view.active {
   display: block;
}

.modLogin_container_right_area_title_box {
   width: 100%;
}

.modLogin_container_right_area_title_box_text01 {
   width: 100%;
}

.modLogin_container_right_area_title_box_text02 {
   width: 100%;
}

.modLogin_container_right_area_title_box_text03 {
   width: 100%;
}

.modLogin_container_right_area_title_box_text04 {
   width: 100%;
}

.modLogin_container_right_area_form {
   width: 100%;
}

.modLogin_container_right_area_form_box01 {
   width: 100%;
}

.modLogin_container_right_area_form_box_input {
   width: 100%;
   position: relative;
}

.modLogin_container_right_area_form_box_input input{
   display: block;
   width: 100%;
   font-size: 12px;
   font-weight: 500;
   line-height: 1.5;
   color: var(--bs-gray-700);
   appearance: none;
   background-color: var(--bs-body-bg);
   background-clip: padding-box;
   border: 1px solid var(--bs-gray-300);
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   border-bottom: 1px solid #000000;
   border-radius: 0;
   line-height: 18px;
   padding: 16px 3px 0px 1px;
}

.modLogin_container_right_area_form_box_input .inputClear{position:absolute;right: 5px;bottom: 24px;color: #4d4d4d;font-size: 16px;display: none;}
.modLogin_container_right_area_form_box_input .inputClear:hover{color: #000000;}
.modLogin_container_right_area_form_box_input label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    font-size: 12px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    color: #7B7B7B;
    line-height: 42px;
}
.modLogin_container_right_area_form_box_input input:not(:placeholder-shown){
    padding-top: 16px;
}
.modLogin_container_right_area_form_box_input input:focus~label,.modLogin_container_right_area_form_box_input input:not(:placeholder-shown)~label {
    font-size: 10px;
    color: #7B7B7B;
    line-height: 18px;
}
.modLogin_container_right_area_form_box_input input:focus~button,.modLogin_container_right_area_form_box_input input:not(:placeholder-shown)~button {
    display:block
}
.modLogin_container_right_area_form_box_input input:not(:placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem .5rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: .65rem;
}
.modLogin_container_right_area_form_box_input_content {
   width: 100%;
   margin: 6px 0px 3px 0px;
}

.modLogin_container_right_area_form_box_input_error {
   width: 100%;
   color: #f00;
   font-size: 11px;
   font-weight: 100;
   height: 12px;
   opacity: 0;
}

.modLogin_container_right_area_form_box_remember {
   width: 100%;
}

.modLogin_container_right_area_form_box_remember_group {
   width: 100%;
}

.modLogin_container_right_area_form_box_btn_group {
   width: 100%;
}

.modLogin_container_right_area_form_box_btn {
   width: 100%;
   background: #000000;
   font-size: 12px;
   color: #FFFFFF;
   display: flex;
   align-items: center;
   justify-content: center;
   line-height: 40px;
   margin-bottom: 16px;
   cursor: p;
}
.modLogin_container_right_area_form_box_btn_group .modLogin_container_right_area_form_box_btn[fr="{change_form_btn}"]{
   background: #ffffff;
   color: #000000;
   border: 1px solid;
}
.modLogin_container_right_area_form_box_btn[fr="{alternative_login_mail}"]{
   background: #ffffff;
   color: #000000;
   border: 1px solid;
   height: 26px;
   line-height: 24px;
}

.modLogin_container_right_area_form_box_social_box {
   width: 100%;
}

.modLogin_container_right_area_form_box_social_box_container {
   width: 100%;
   margin: 50px 0px 20px 0px;
}

.modLogin_container_right_area_form_box_social_text01 {
   width: 100%;
   font-size: 15px;
}

.modLogin_container_right_area_form_box_social_text02 {
   width: 100%;
}

.modLogin_container_right_area_form_box_social_contract01 {
   width: 100%;
   font-size: 12px;
   line-height: 14px;
   margin: 12px 0px;
}

.modLogin_container_right_area_form_box_social_contract02 {
   width: 100%;
   display: none;
}

.modLogin_container_right_area_form_box_social_btn_group {
   width: 100%;
}

.modLogin_container_right_area_form_box_social_btn {
   width: 100%;
   height: 40px;
   display: flex;
   align-items: center;
   font-size: 12px;
   border: 1px solid #ccc;
   margin-bottom: 16px;
   justify-content: center;
   position: relative;
}
.modLogin_container_right_area_form_box_social_btn[fr="{social_btn_facebook}"]{
   background: #3A76F3;
   border-color: #3A76F3;
   color: #fff;
}
.modLogin_container_right_area_form_box_social_btn[fr="{social_btn_facebook}"]>i{
   background: url(/Library/Img/mod_login_icon_05.svg);
   height: 16px;
   width: 16px;
   position: absolute;
   left: 17px;
}
.modLogin_container_right_area_form_box_social_btn[fr="{social_btn_google}"]{
   background: #ffffff;
   border-color: #000000;
   color: #000000;
}
.modLogin_container_right_area_form_box_social_btn[fr="{social_btn_google}"]>i{
   background: url(/Library/Img/mod_login_icon_04.svg);
   height: 16px;
   width: 16px;
   position: absolute;
   left: 17px;
}
.modLogin_container_right_area_form_box_social_btn[fr="{social_btn_apple}"]{
   display:none
}

.modLogin_container_right_area_form_box_contract {
   width: 100%;
}

.modLogin_container_right_area_form_box_contract_conntainer {
   width: 100%;
}

.modLogin_container_overflow {
   width: 100%;
}

.modLogin_closed {
   background: url(/Library/Img/mod_login_icon_02.svg);
   height: 11px;
   width: 16px;
   position: fixed;
   left: 40px;
   top: 40px;
   z-index: 1;
   cursor: pointer;
}


.modLogin_container_right_area_form_box02 {
   width: 100%;
}
.modLogin_container_right_area_form_box03 {
   width: 100%;
}
.modLogin_container_right_area_form_box_change_register_text01{display :none}