﻿body {
     font-family: 'Vazirmatn', sans-serif;
     direction: rtl;

}
 
    .info-label {
        font-weight:500;
        color: #333;
    }

    .info-value {
        color: #555;
    }

   


         .enhanced-title {
            color: #e74c3c;
            font-size: 2rem;
            font-weight: 300;
            text-transform: uppercase;
            text-align: center;
            background: linear-gradient(90deg, #27ae60, #3498db);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            margin-bottom: 1rem;
            border :2px solid #C0C0C0;
            border-radius:20px;

        }



           .custom-file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}

.custom-button:hover {
  background-color: #003366;
}

.file-name {
  font-size: 14px;
  color: #333;
}