:root {
    --var-pnlt-main-color: #8b70cd;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}
html, body {
    position: relative;
    min-height: 100vh;
    background-color: #E1E8EE !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'yekanbakh', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: right;
    direction: rtl;
    flex-wrap: wrap;
}
input[type="email"], input[type="tel"], input[type="password"], input[type="text"] {
    outline: 0;
    padding: 11px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: 'yekanbakh', sans-serif;
    width: 100%;
    margin: 0 !important;
}
input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="text"]:focus {
    border: 2px solid var(--var-pnlt-main-color);
}
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, select:focus, input[type="password"]:focus {
    border-color: var(--var-pnlt-main-color) !important;
}
a {
    text-decoration: none;
    font-size: 15px;
}
.woocommerce-form-login__rememberme {
    font-size: 15px;
    display: flex;
    gap: 6px;
    margin-bottom: 10px;
    align-items: center;
}
.woocommerce-form-row {
    font-size: 15px;
    width: 100%;
}
.form-structor {
    border-radius: 15px;
    min-height: 550px;
    width: 350px;
    position: relative;
    overflow: hidden;
    max-width: 100vw;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between !important;
    height: 100%;
    padding: 60px 0 20px;
}
.show-hide-btn {
	position: absolute;
	right: 190px;
	top: 50%;
	cursor: pointer;
	background: white;
	border-radius: 50%;
	padding: 1px;
}
.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
input[type="password"] ~ .show-pass, input[type="text"] ~ .hide-pass {
	display: none;
}
.error-text {
	color: #b52230;
	padding: 8px 10px;
	text-align: center;
	background: #f8d7da;
	font-weight: 600;
	display: none;
    font-size: 15px;
    width: 100%;
}
.success-text {
	color: #427e1b;
	padding: 8px 10px;
	text-align: center;
	background: #dff8d7;
	border: 1px solid #d1f5c6;
	font-weight: 600;
	display: none;
    font-size: 15px;
    width: 100%;
}
.timer-otp {
	position: absolute;
	right: 186px;
	top: 8px;
	cursor: pointer;
	background: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#countdown,
#countdown-signup {
	height: 30px;
	width: 30px;
	text-align: center;
}
#countdown-number,
#countdown-number-signup {
	color: #000;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 2px;
}
#countdown-svg,
#countdown-svg-signup {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	transform: rotateY(-180deg) rotateZ(-90deg);
}
#countdown-svg path,
#countdown-svg-signup path {
	transition: 0.5s all ease-in-out;
	opacity: 0;
}
#countdown-cross,
#countdown-cross-signup {
	visibility: hidden;
}
@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 75px;
  }
}
#otp-box,
#otp-box-signup {
	display: none;
}
.error-refresh-btn {
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	padding: 2px 10px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: auto;
}
.circles-pnlt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles-pnlt li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: var(--var-pnlt-main-color);
    opacity: 0.15 !important;
    animation: animate-circles 25s linear infinite;
    bottom: -150px;
}
.circles-pnlt li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles-pnlt li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles-pnlt li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles-pnlt li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles-pnlt li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles-pnlt li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles-pnlt li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles-pnlt li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles-pnlt li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles-pnlt li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate-circles {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
.go-home-btn-pnlt {
    color: var(--var-pnlt-main-color) !important;
    width: calc(100% - 40px);
    padding: 12px 0 8px;
    border-radius: 14px;
    font-size: 18px;
    text-decoration: none;
    border: 3px solid var(--var-pnlt-main-color);
    font-weight: 500;
    z-index: 1;
    margin-top: 20px;
}
.logo-pnlt-login {
    max-width: 190px;
    height: auto;
    margin: 0 auto 25px;
    max-height: 100px;
    width: auto;
}
.form-login-pnlt {
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 40px);
    z-index: 2;
    flex: 1;
}
.form-row {
    width: 100%;
    margin: 0;
}
button {
    width: 100%;
    border-radius: 15px !important;
    background-color: var(--var-pnlt-main-color) !important;
    color: #fff;
    font-weight: 600;
    padding: 12px !important;
    cursor: pointer;
    font-size: 18px;
}
.woocommerce-error {
    color: #b52230;
    padding: 8px 10px;
    text-align: center;
    background: #f8d7da;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
}
.woocommerce-error[role=alert]::before {
    display: none;
}