@charset "utf-8";
/* CSS Document */
 *{ transition: 1.0s, -webkit-mask-size 1.0s 1.0s; } 
 .main_azzat_body{font-family:'R1'; background: #f9f8f5; direction: rtl}
     .login-container {
      margin: 50px auto;
      background: white;
      border-radius: 15px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }
    .login-left {
      background: #006097;
      color: white;
      padding: 50px;
    }
    .login-left h2 {
      font-size: 28px;
      font-weight: bold;
    }
    .login-left p {
      margin-top: 10px;
      font-size: 16px;
    }
    .feature {
      margin-top: 30px;
    }
    .feature i {
      font-size: 24px;
      margin-left: 10px;
    }
    .login-right {
      padding: 50px;
    }
    .form-control {
      border-radius: 10px;
    }
    .btn-primary {
      border-radius: 10px;
      width: 100%;
    }
    .form-footer {
      margin-top: 15px;
      text-align: center;
    }
   .div_icon {
       display: grid;
       grid-template-columns: 1fr;
       grid-template-rows: repeat(4, 1fr);
       grid-column-gap: 0px;
       grid-row-gap: 5px;
	   font-family: R2;
	   font-size: 18px; 
	   transition: 1.0s, -webkit-mask-size 1.0s 1.0s;  
       }
	 
	 
	.line_k{align-content: center; align-items: baseline;padding-top: 10px;transition: 1.0s, -webkit-mask-size 1.0s 1.0s; }
	.link_img{align-content: center ; text-align: right; vertical-align: middle; cursor: pointer;transition: 1.0s, -webkit-mask-size 1.0s 1.0s; }
	.link_img:hover{ scale(1.01,1.01);-webkit-transform: scale(1.01,1.01); transform: scale(1.01,1.01);transition: 1.0s, -webkit-mask-size 1.0s 1.0s;  }

.nocopy {
     user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     background-color: #eee;
     padding: 10px;
     display: inline-block;
     font-family: monospace;
     font-size: 24px;
     letter-spacing: 5px;
     border: 1px solid #ccc;
     border-radius: 5px;font-size: 20px; font-weight: bold;
 }
.center-page{ 
    justify-content: center;  
    align-items: center;      
    height: 70vh;
    margin-top:10px;
}
.toast {
    position: fixed;
    color: #030303;
    padding: 20px;
    transform: translateX(100%);
    opacity: 0; 
    z-index: 1000;
    width: 100%;
}
.toast.show {
    transform: translateX(0);
    opacity: 1; width: 100%; text-align: center; background: #006097; color: #fff;
}
.toast.success {
    border-left: 4px solid #f00; width: 100%; text-align: center; background: #006097; color: #fff;
} 
.registration-card {
    backdrop-filter: blur(20px);
}
.progress-container {
    margin-bottom: 1rem;
}
.progress-bar {
    width: 100%;
    height: 8px;
    background: #eff5f8;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.progress-fill {
    height: 100%;
    background: linear-gradient(135deg, #1990ca, #5bb0d3);
    width: 25%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
}
.progress-text {
    text-align: center;
    font-size: 0.875rem;
    color: #6d8a9e;
}
.step {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.step.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
.step-header {
    text-align: center;
    margin-bottom: 1.5rem;
}
.step-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #15475e;
    margin-bottom: 0.5rem;
}
.step-header p {
    color: #6d8a9e;
    font-size: 0.875rem;
}
.form-group {
    margin-bottom: 1.5rem;
}
#captchaText {
    font-family: monospace;
    font-size: 1.5rem;
    letter-spacing: 3px;
    background: #f0f4f8;
    padding: 10px;
    border-radius: 6px;
    text-align: center;
    user-select: none;
    color: #006097;
    border: 1px dashed #ccc;
    display: inline-block;
    margin: 10px 0;
    width: 100%;
}
	 

