.login-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(51, 51, 51, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  z-index: 998;
}
.login-modal-login-container {
  display: flex;
  max-width: 720px;
  width: 100%;
  height: 37rem;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
  background: #fff;
  transform: translateY(100px) scale(0.4);
}

.login-modal-left {
  padding: 2px;
  background: #fdfaa9;
  flex: 3.5;
  transition-duration: 0.5s;
  transform: translateY(80px);
  opacity: 0;
}

.login-modal-right {
  flex: 2;
  padding: 20px;
  overflow: scroll;
  font-family: "Comic Sans MS", Mulish;
  background: #dcffc0;
  color: #56565a;
}
.login-modal-right h2{
    text-align: center;
}
.login-modal.is-open {
  height: 100%;
  background: rgba(51, 51, 51, 0.85);
}
.login-modal.is-open .login-modal-button {
  opacity: 0;
}
.login-modal.is-open .login-modal-login-container {
  opacity: 1;
  transition-duration: 0.6s;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.login-modal.is-open .login-modal-right img {
  transform: scale(1);
}
.login-modal.is-open .login-modal-left {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.login-icon-button {
  outline: 0;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 750px) {
  .login-modal-login-container {
    width: 90%;
  }

  .login-modal-right {
    display: none;
  }
}





.login-wrap{
	width:100%;
	margin:auto;
	max-width:525px;
	height:100%;
	position:relative;
        overflow: hidden;
        border-radius: 8px;
	background:url(https://pornx.fun/media/porn_backgnd/) no-repeat center;
        background-size: cover;
        color: #ffffff91;
        font:600 16px/18px 'Open Sans',sans-serif;
}
.login-html{
	width:100%;
	height:100%;
	position:absolute;
        overflow-y: scroll;
        border-radius: 8px;
	padding: 90px 37px 35px 37px;
	background: rgb(44 140 43 / 58%);
}
.login-html .sxto-center{
        top: 44px;
        left: 4px;
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	-webkit-backface-visibility:hidden;
	        backface-visibility:hidden;
	transition:all .4s linear;
}
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	border-bottom:2px solid transparent;
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#1161ee;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	color:#fff;
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	padding:15px 20px;
	border-radius:25px;
	background:rgba(255,255,255,.1);
}
.login-form .group .input{
        outline: none;
	transition: 0.2s linear;
}
.login-form .group .input:focus {
        transform: translateX(-2px);
}
.login-form .group .label{
	color: #e8e8e8;
	font-size:12px;
}
.login-form .group .button{
	background:#1161ee;
        transition: all 0.2s linear;
        cursor: pointer;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}

.login-form .group .button:hover {
    transform: translatey(3px);
    box-shadow: none;
}
.login-form .group .button:hover {
    animation: ani9 0.4s ease-in-out infinite alternate;
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}
.login-hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.login-foot-lnk{
	text-align:center;
}.login-foot-lnk a{
	cursor: pointer;
}
@keyframes ani9 {
    0% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(5px);
    }
}

.login-field-icon {
    float: right;
    margin-right: 7px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    color: #ffffffc7;
}
.login-error-info {
    float: right;
    margin-right: 7px;
    margin-top: 2px;
    font-size: 11px;
    color: #770000;
}







.pay-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000020;
  mix-blend-mode: normal;
  backdrop-filter: blur(10px);
  font-family: "Mulish", sans-serif;
  display: none;
  z-index: 999;
}
.pay-container .pay-modal {
  width: 100%;
  max-width: 444px;
  height: fit-content;
  margin: auto;
  background: #FFFFFF;
  border-radius: 10px;
  transform: scale(0.9);
  border: 1px solid #EAEAEA;
}
.pay-container .pay-modal .header {
  width: 100%;
  height: 21px;
}
.pay-container .pay-modal .header .exit-btn {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.pay-container .pay-modal h3 {
  text-align: center;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #1A1B38;
}
.pay-container .pay-modal h4 {
  text-align: center;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #1A1B38;
  margin-top: 15px;
}
.pay-container .pay-modal .card_box {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  width: 100%;
  max-width: 354px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  display: flex;
  justify-content: center;
}


.pay-container .main_card {
  transform: scale(0.9);
  width: 100%;
}
.pay-container .main_card h3 {
  padding-top: 115px;
  margin-left: 90px;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #1A1B38;
}
.pay-container .main_card .select-cards {
  height: auto;
}
.pay-container .main_card .select-cards .select {
  width: 100%;
  height: 65px;
  background: #FFFFFF;
  background-origin: content-box;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.pay-container .main_card .select-cards .select .titles {
  margin-left: 15px;
}
.pay-container .main_card .select-cards .select .titles h4 {
  margin-top: 40px;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 0px;
  color: #1A1B38;
}
.pay-container .main_card .select-cards .select .titles h5 {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #1A1B38;
  margin-top: 1px;
}
.pay-container .main_card .select-cards .select .check-box {
  width: 33px;
  height: 33px;
  background: #FFFFFF;
  border: 2px solid #BCBCBC;
  border-radius: 50%;
  margin-left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pay-container .main_card .select-cards .select .check-box .check-dot {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(0);
}
.pay-container .main_card .select-cards .select[data-selected=true] {
  border-color: #000000;
}
.pay-container .main_card .select-cards .select[data-selected=true] .check-box {
  background: #000000;
  border-color: #000;
  background: #1d3cc6;
  border-color: #1d3cc6;
}
.pay-container .main_card .select-cards .select[data-selected=true] .check-box .check-dot {
  width: 15px;
  height: 15px;
  transform: scale(1);
}

.pay-container .pay-modal .new-card {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  display: block;
  color: #1A1B38;
  margin-left: 20px;
  margin-top: 15px;
}
.pay-container .pay-modal .submit-btn {
  width: 100%;
  max-width: 354px;
  height: 62px;
  background: #1d3cc6;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 26px;
  font-family: Mulish;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pay-container .pay-modal .gpay-btn {
  width: 100%;
  max-width: 307px;
  height: 43px;
  background-image: url(https://www.gstatic.com/instantbuy/svg/dark_gpay.svg);
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 93px 25px;
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  cursor: pointer;
}
.pay-container .pay-modal p {
  text-align: center;
  width: 284px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.pay-container .pay-modal p a {
  text-decoration: underline;
  cursor: pointer;
  color: #1d3cc6;
}