       #register-doctor .register-doctor-container .step-next-button {
        	cursor: pointer;
        	padding: 10px;
        	display: flex;
        	justify-content: center;
        	align-items: center;
        	color: #fff;
        	position: relative;
        	width: 185px;
        	height: 46px;
        	border-radius: 23.3px;
        	background-color: #13d2f3;
        }
        
        #register-doctor .register-doctor-container .step-actions {
        	display: flex;
        	align-items: center;
        	justify-content: space-between;
        }
        
        #register-doctor .register-doctor-container .step-prev-button {
        	cursor: pointer;
        	display: flex;
        	justify-content: center;
        	align-items: center;
        	position: relative;
        	width: 185px;
        	padding: 10px;
        	height: 46px;
        	border-radius: 23.3px;
        	color: #c5c9d5;
        	border: 2px solid #c5c9d5;
        }
        
         #register-doctor .register-doctor-container .invalid-feedback-mk {
        	margin-top: 8px;
        	text-align: right;
        	margin-right: 12px;
        	color: red;        
        	top: 100%;
        }
        
        .print-button {
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	font-size: 1rem;
        	width: 110px;
        	height: 25px;
        	border-radius: 12.5px;
        	color: #545456;
        	cursor: pointer;
        	margin: 10px auto;
        	background-color: #febe10;
        }
        .print-button:hover {
          background-color: #0056b3;
        }
        /*********hatmi***********/
        .price {
        	color: #35d6c1;
            font-size: 14px;
            font-weight: 500;
        }
        
        .toast-center {
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
            position: fixed;
            z-index: 9999;
         }
         
         /* لودر اصلي */
        .deepseek-loader {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.8);
          z-index: 9999;
          display: flex;
          justify-content: center;
          align-items: center;
          backdrop-filter: blur(2px);
        }
        
        .loader-container {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 8px;
          width: 80px;
          height: 40px;
        }
        
        .loader-circle {
          width: 12px;
          height: 12px;
          border-radius: 50%;
          background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
          animation: loader-bounce 1.2s infinite ease-in-out;
        }
        
        .loader-circle:nth-child(1) { animation-delay: -0.32s; }
        .loader-circle:nth-child(2) { animation-delay: -0.16s; }
        .loader-circle:nth-child(3) { animation-delay: 0s; }
        .loader-circle:nth-child(4) { animation-delay: 0.16s; }
        
        @keyframes loader-bounce {
          0%, 80%, 100% { 
            transform: scale(0);
            opacity: 0.5;
          }
          40% { 
            transform: scale(1);
            opacity: 1;
          }
        }
        
        
        .overlay{
            display: none;
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 999;
            background: rgba(255,255,255,0.8) url("../img/loader.gif") center no-repeat;
        }
        /* Turn off scrollbar when body element has the loading class */
        body.loading{
            overflow: hidden; 
             
        }
        /* Make spinner image visible when body element has the loading class */
        body.loading .overlay{
            display: block;
        }

        
        @media print {
            
            body.printing * { display: none; }           
            body.printing #printme { display: block; }
        }
        
        .doctor-card {
          background: #f9f9f9;
          border-radius: 12px;
          padding: 10px;
          width: 140px;
        }
        
        .avatar-wrapper {
          width: 80px;
          height: 80px;
          margin: 0 auto;
          position: relative;
        }
        
        .status-icon {
          position: absolute;
          bottom: 0;
          right: 0;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          border: 2px solid white;
        }
        
        .comment-bubble {
          background: #e0f7fa;
          border-radius: 12px;
          min-width: 200px;
        }
        .swiper-slide .icon-container {
          z-index: 10;
          position: absolute;
          top: -10px;
          left: -10px;
        }
        
        .swiper-slide .comment-card {
          padding-top: 2.5rem; /* ???? ?? ???? ???? ????? ???? */
          position: relative;
        }
        
        /**************                 agent/detail            **********************/
        .card-custom {
              background-color: #fff;
              border-radius: 16px;
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
              padding: 20px;
            }
        
            .profile-img {
              width: 120px;
              height: 120px;
              border-radius: 50%;
              object-fit: cover;
              border: 3px solid #00c28b;
            }
        
            .badge-code {
              background-color: #00c28b;
              color: #fff;
              border-radius: 30px;
              padding: 6px 16px;
              font-weight: bold;
              font-size: 16px;
            }
        
            .dot {
              width: 10px;
              height: 10px;
              display: inline-block;
              background-color: #00c28b;
              border-radius: 50%;
              margin-left: 5px;
            }
            ul {
              padding-right: 1rem;
            }
            .detail-contact {
            	margin-top: 45px;
            	-webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
            	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
            	padding: 10px 0px 0px 0px;
            	background: #ffffff;
            }
            @keyframes ring {
              0% { transform: rotate(0); }
              1% { transform: rotate(15deg); }
              3% { transform: rotate(-15deg); }
              5% { transform: rotate(10deg); }
              7% { transform: rotate(-10deg); }
              9% { transform: rotate(5deg); }
              11% { transform: rotate(-5deg); }
              13% { transform: rotate(2deg); }
              15% { transform: rotate(-2deg); }
              17%, 100% { transform: rotate(0); }
            }
            
            @keyframes pulse {
              0% {
                box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
              }
              70% {
                box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
              }
              100% {
                box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
              }
            }
            
            .btn-shake {
              animation: ring 1.5s infinite;
              transform-origin: center;
              border-radius: 50px !important;
              padding: 12px 24px;
              font-weight: bold;
              font-size: 16px;
              position: relative;
              z-index: 1;
              background-color: #0d6efd;
              color: #fff;
              border: none;
              transition: all 0.3s ease;
            }
            
            .btn-shake::after {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              width: 100%;
              height: 100%;
              transform: translate(-50%, -50%);
              border-radius: 50px;
              z-index: -1;
              animation: pulse 2s infinite;
            }
            
            .icon-container {
                z-index: 10;
              }
              
              .comment-swiper {
                padding: 10px;
              }
              .comment-card {
                min-height: 180px;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
              }
              .icon-container {
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
              }
              .swiper-pagination-bullet-active {
                background: #0d6efd;
              }

        /*                  form agent/actor*/
         #content {
            background: #f7f9fc;
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 0 15px rgba(0,0,0,0.05);
          }
        
          .agent-item {
              display: flex;
              align-items: center;
              justify-content: space-between;
              text-decoration: none;
              padding: 12px;
              border-bottom: 1px solid #eee;
              background-color: #fff;
              border-radius: 12px;
              margin-bottom: 10px;
              transition: transform 0.2s ease;
              position: relative;
            }
        
          .agent-item:hover {
            background: #eef2f7;
            transform: scale(1.01);
          }  
          
          .ripple {
              position: absolute;
              border-radius: 50%;
              background: rgba(0, 123, 255, 0.2); /* ??? ????? Bootstrap */
              width: 20px;
              height: 20px;
              transform: scale(0);
              animation: ripple-animation 0.6s linear;
              pointer-events: none;
              z-index: 1;
            }
            
            @keyframes ripple-animation {
              to {
                transform: scale(8);
                opacity: 0;
              }
            }
        
          
          .agent-info {
              display: flex;
              align-items: center;
            }
        
          /* ?? */
          .agent-side {
              display: flex;
              align-items: center;
              gap: 8px;
          }
          .agent-code {
              background-color: #e0f0ff;
              color: #0d6efd;
              padding: 6px 12px;
              border-radius: 16px;
              font-size: 14px;
              white-space: nowrap;
          }
          .arrow-icon {
              font-size: 1.2rem;
              color: #888;
          }
        
          .agent-photo {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            object-fit: cover;
            margin-left: 12px;
          }
        
          .agent-texts {
              display: flex;
              flex-direction: column;
              font-size: 15px;
              color: #333;
            }
          .agent-texts span {
              font-size: 13px;
              color: #777;
          }
          
          .search-controls {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
          }
        
          .search-controls input[type="text"] {
            flex: 1;
            padding: 8px 12px;
            border-radius: 10px;
            border: 1px solid #ccc;
            font-size: 14px;
          }
        
          .btn-search {
            border: none;
            padding: 8px 16px;
            border-radius: 10px;
            font-size: 14px;
            cursor: pointer;
            background-color: #28a745;
            color: white;
            transition: background 0.2s ease;
          }
        
          .btn-search:hover {
            background-color: #218838;
          }
          
          .btn-search.canceling {
              background-color: #dc3545; /* ???? */
            }
        
          .no-result {
            text-align: center;
            color: #888;
            font-size: 14px;
            margin-top: 20px;
          }
            
            .pagination {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              margin-top: 20px;
              gap: 10px;
            }
            .page-btn {
              padding: 8px 14px;
              border: 1px solid #ddd;
              border-radius: 20px;
              background-color: #f8f9fa;
              color: #333;
              text-decoration: none;
              transition: 0.2s ease-in-out;
              font-size: 14px;
              cursor: pointer;
            }
            .page-btn:hover {
              background-color: #0d6efd;
              color: white;
              border-color: #0d6efd;
            }
            .page-btn.active {
              background-color: #0d6efd;
              color: white;
              font-weight: bold;
              border-color: #0d6efd;
            }
        
        
        
          @media (max-width: 600px) {
            .agent-item {
              flex-direction: column;
              align-items: flex-start;
            }
            .agent-code {
              margin-top: 10px;
            }
          }
        
    /*              login form **********************/
         
    .login-card {
      background-color: #f0fff8;
      border-radius: 2rem;
      padding: 2rem;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
      max-width: 400px;
      margin: 5vh auto;
    }
    .form-control {
      border-radius: 1.5rem;
      padding-right: 2.5rem;
      font-size: 0.95rem;
    }
    .form-group {
      position: relative;
    }
    .login-card .form-group .bi {
      position: absolute;
      right: 1rem;  
      top: 50%;    
      transform: translateY(-50%);
      color: #6c757d;
    }
    .btn-login {
      border-radius: 2rem;
      background-color: #28a745;
      color: white;
      font-size: 1rem;
      padding: 0.6rem 1.5rem;
    }
    .btn-login:hover {
      background-color: #218838;
    }
    .error-message {
      color: red;
      font-size: 0.9rem;
      display: none;
    }
   
    @media (max-width: 576px) {
      .login-card {
        margin: 2vh auto;
        padding: 1.5rem;
      }
    }
    
    /*                Form signup*/
    
    .register-card {
      background: white;
      border-radius: 20px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      padding: 30px;
      max-width: 420px;
      margin: auto;
    }
    .form-control {
      border-radius: 12px;
    }
    .form-control:focus {
      border-color: #4caf50;
      box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25);
    }
    .signup .btn-success {
      border-radius: 25px;
      padding: 10px;
      font-weight: bold;
      font-size: 16px;
    }
    .form-icon {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      color: #4caf50;
    }
    .form-group {
      position: relative;
      margin-bottom: 20px;
    }
    .section-description-box {
          background: #f9f9f9;
          border-radius: 12px;
          padding: 20px;
          margin-bottom: 25px;
          border: 1px solid #e0e0e0;
        }
        
    .section-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 16px;
      color: #333;
    }
    
    .alert-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    
    .alert-item {
      display: flex;
      align-items: flex-start;
      background: #fff;
      padding: 12px 14px;
      border-left: 4px solid #00a97f;
      border-radius: 8px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
    
    .alert-icon {
      width: 20px;
      height: 20px;
      stroke-width: 1.8;
      margin-top: 4px;
      margin-left: 10px;
      color: #00a97f;
      flex-shrink: 0;
    }
    
    .alert-item p {
      margin: 0;
      font-size: 14px;
      color: #444;
      line-height: 1.6;
    }
    
    .alert-icon {
      font-size: 18px;
      color: #00a97f;
      margin-left: 10px;
      margin-top: 2px;
    }
    
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .animate-fadeInUp {
      animation: fadeInUp 0.6s ease-out;
    }
        
    /*****    chargeeeee   **/
     .charge-wrapper {
    
          animation: fadeInUp 1s ease;
          max-width: 500px;
          margin: 60px auto;
          background-color: #fff;
          border-radius: 20px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          padding: 2rem;
        }
        .form-control,
        .form-select {
          border-radius: 50px;
          padding-right: 45px;
        }
        .form-group {
          position: relative;
        }
        .charge-wrapper .form-group i {
          position: absolute;
          right: 16px;
          top: 54px;
          transform: translateY(-50%);
          color: #28a745;
          font-size: 18px;
          pointer-events: none;
        }
        .charge-title {
          color: #28a745;
          font-weight: bold;
        }
        .alert-custom {
          background-color: #f1f8e9;
          border: 1px solid #dcedc8;
          font-size: 0.95rem;
          padding: 1rem;
        }
        .alert-custom i {
          color: #28a745;
          margin-left: 6px;
        }
        @keyframes fadeInUp {
          0% { opacity: 0; transform: translateY(40px); }
          100% { opacity: 1; transform: translateY(0); }
        }
    }  
    
    /* افکت ورود نرم از پايين */
        @keyframes fadeInUp {
          from {
            opacity: 0;
            transform: translateY(20px);
          }
          to {
            opacity: 1;
            transform: translateY(0);
          }
        }
        
        .step-icon img {
          transition: transform 0.3s ease;
          animation: fadeInUp 0.8s ease forwards;
        }
        
        /* افکت هاور */
        .step-icon:hover img {
          transform: scale(1.15);
        }  
        
        /*  steper */
        .stepper-container {
            max-width: 800px;
            margin: 50px auto;
            background: white;
           
            
        }
        
        .stepper {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin-bottom: 30px;
        }
        
        /* خط اتصال اصلي */
        .stepper::before {
            content: '';
            position: absolute;
            top: 20px;
            right: 50px;
            left: 50px;
            height: 3px;
            background: #e0e0e0;
            z-index: 1;
        }
        
        .step {
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            z-index: 2;
            flex: 1;
        }
        
        .step-number {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #e0e0e0;
            color: #9e9e9e;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: bold;
            margin-bottom: 8px;
            border: 3px solid #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);            
            transition: all 0.3s ease;
        }
        
        .step-title {
            color: #9e9e9e;
            font-size: 14px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .step.active .step-number {
            background: #4CAF50;
            color: white;
            transform: scale(1.1);
        }
        
        .step.active .step-title {
            color: #333;
            font-weight: bold;
        }
        
        .step.completed .step-number {
            background: #8BC34A;
            color: white;
        }
        
        .step.completed .step-number span {
            display: none;
        }
        
        .step.completed .step-number::after {
            content: "\f26a";
            font-family: 'bootstrap-icons';
            font-weight: 900;
            font-size: 18px;
            color: white;
        }
        
        .step.completed .step-title {
            color: #666;
        }
        
         .step:first-child::before,
        .step:last-child::before {
          display: none;
        }
        
        /* تغيير رنگ خط اتصال براي مراحل تکميل شده */
        .step.completed ~ .step::before {
            background: #e0e0e0;
        }
        
        .step.completed + .step::before,
        .stepper::before {
            background: #8BC34A;
        }
        
        /* نسخه موبايل */
        @media (max-width: 600px) {
            .stepper {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .stepper::before {
                display: none;
            }
            
            .step {
                flex-direction: row;
                margin-bottom: 20px;
                width: 100%;
                align-items: center;
            }
            
            .step-number {
                margin-left: 15px;
                margin-bottom: 0;
                margin-right: 15px;
            }
            
            .step-title {
                text-align: right;
            }
        }
    /**************************مرحله 3 رجيستر********************/    
        
    .doctor-contact-info {
      background: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      max-width: 900px;
      margin: auto;
    }
    .section-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    
    .address-help {
      margin: 10px 0;
      color: #555;
      font-size: 14px;
    }
    #contract-box {
      max-height: 400px;
      overflow-y: auto;
      background: #fcfcfc;
      padding: 15px;
      border: 1px solid #ccc;
      margin-top: 20px;
      font-size: 14px;
      line-height: 2;
      white-space: pre-wrap;
    }
    .checkbox-wrapper {
      margin-top: 15px;
      font-size: 14px;
    }
    
    .print-button:hover {
      background-color: #0056b3;
    }
    
 