@import url("./reset.css");

@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

body {
    font-family: vazirmatn, roboto, sans-serif !important;
    font-feature-settings: "ss01";
    font-weight: 500;
    min-height: 100vh;
    background: linear-gradient(to right, #333399, #ff00cc);
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}


/* Login Card */
.login-card {
    width: 350px;
    background: rgba(255, 255, 255, .5);
    padding: 4rem;
    border-radius: 10px;
    position: relative;
}

.login-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .15);
    transform: rotate(-6deg);
    border-radius: 10px;
    z-index: -1;
}
/* ---------- */

/* Login Card Logo */
.login-card-logo {
    margin-bottom: 0rem;
}

.login-card-logo img {
    width: 90%;
}
/* ---------- */

/* Login Card Standard */
.login-card-logo,
.login-card-header,
.login-card-container,
.login-card-footer {
    text-align: center;
}

.login-card a {
    text-decoration: none;
    color: #35339a;
}

.login-card a:hover {
    text-decoration: underline;
}
/* ---------- */

/* Login Card Header */
.login-card-header {
    margin-bottom: 2rem;
}

.login-card-header h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.login-card-header h1+div {
    font-size: calc(1rem * .8);
    opacity: .8;
}
/* ---------- */

/* Login Card Form */
.login-card-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.login-card-form .form-item {
    position: relative;
}

.login-card-form .form-item .form-item-icon {
    position: absolute;
    top: .82rem;
    left: 0.8rem;
    font-size: 1.3rem;
    opacity: .4;
}

.login-card-form .checkbox {
    display: flex;
    align-items: center;
    gap: 7px;
}

.login-card-form .form-item-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: calc(1rem * .8);
    margin-bottom: .5rem;
}
/* ---------- */

/* Login Card Footer */
.login-card-footer {
    margin-top: 1.5rem;
    font-size: calc(1rem * .8);
}
/* ---------- */

/* Login Card Form Elements */
.login-card input[type="text"],
.login-card input[type="password"],
.login-card input[type="email"] {
    border: none;
    outline: none;
    background: rgba(255, 255, 255, .3);
    padding: 1rem 1.5rem;
    padding-left: calc(1rem * 2.5);
    border-radius: 100px;
    width: 85%;
    transition: background .5s;
}

.login-card input:focus {
    background: white;
}

.login-card input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: black;
}

.login-card button {
    background: #262661;
    color: white;
    padding: 0.7rem;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: background .5s;
}

.login-card button:hover {
    background-color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}
/* ---------- */



/* Responsive */
@media (max-width: 768px) {

    body {
        padding: 2rem 0;
    }

    .login-card {
        width: 280px;
        padding: 2rem;
    }
    
    .plan-tags {
        right: 0.6em !important;
    }
}
/* ---------- */

/* User page */
.user-stat {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}
/* ---------- */


.span-button:hover {
    background-color: rgba(0, 0, 0, 0.85);
    color: rgba(255, 255, 255);
    cursor: pointer;
}

/* Captcha */
#captcha_button {
    opacity: 1;
}
#captcha_img {
    width: 85%;
}
/* ---------- */

/* Custom */
button {
    font-weight: 600 !important;
}
.button-alt {
    background: linear-gradient(to right, #333399, #ff00cc) !important;
}
.button-alt2 {
    background: linear-gradient(to right, #2a2b29, #752866) !important;
}
.button-special {
    background: #c65ca2 !important;
}
.error {
  color: red;
}
.success-bg {
    background: #3e7433 !important;
}
.hidden {
    opacity: .01;
    height:0;
    position:absolute;
    z-index: -1;
}

.bold {
    font-weight: 1000 !important;
}

.disabled {
    background:rgb(105, 105, 105) !important;
}

.disabled:hover {
    cursor: not-allowed !important;
    pointer-events: all !important;
}

.plan-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0rem; /* Adjust the gap between the plan elements as needed */
}

.plan-member {
    border-radius: 30px;
    border-color: #eee;
    border-width: 0.05em;
    border-style: solid;
    margin: 0.6rem;
    padding: 0.4rem;
}

.plan-member:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}

.plan-tags {
    position: absolute;
    right: 2.5em;
    /**
    z-index: -1;
    top:2em;
    right: -1em;
    **/
}

.plan-tag {
    background-color: #fff;
    border-radius: 9px;
    padding-right: 0.3em;
    padding-left: 0.3em;
}

.plan-columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

.plan-price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.plan-price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.plan-price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.plan-price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.plan-price .grey {
  background-color: #eee;
  font-size: 20px;
}

.plan-switch {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.plan-switch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 1rem;
}

.plan-switch .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.plan-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.plan-switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.plan-switch input:checked + .slider {
    background-color: #2196F3;
}

.plan-switch input:checked + .slider:before {
    transform: translateX(26px);
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .plan-columns {
    width: 100%;
  }
}
/* ---------- */