@font-face {
  font-family: "IRANSans";
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
  font-weight: 900;
  font-style: "normal";
}
@font-face {
  font-family: "IRANSans";
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
  font-weight: "bold";
  font-style: "normal";
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: "normal";
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: "normal";
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: "normal";
}

@font-face {
  font-family: "IRANSans";
  src: url("../fonts/eot/IRANSansWeb.eot");
  src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
  font-weight: "normal";
  font-style: "normal";
}
@font-face {
  font-family: "OMNES-ARABIC-REGULAR";
  src: url("../fonts/OMNES-ARABIC-REGULAR.ttf") format("truetype");
  font-style: "normal";
}
body {
  font-family: IRANSans, Helvetica Neue, Roboto, Arial, Droid Sans, sans-serif;
  /* font-family: OMNES-ARABIC-REGULAR, IRANSans, Helvetica Neue, Roboto, Arial,
    Droid Sans, sans-serif;
  font-size: 15px;
  font-weight: 500; */
  margin: 0;
  padding: 0;
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/housing.jpeg") no-repeat top center fixed;
  /* background: url("../images/Logo1.png") no-repeat center center fixed; */
  background-size: cover;
  /* background-position: center; */
  background-repeat: no-repeat;
  opacity: 0.7; /* درجة الشفافية */
  z-index: -1; /* خلف المحتوى */
}
a{
  text-decoration: none;
}
footer p{
  font-size: 12px;
}
a{
  color:#52a8c1;
  
}
a:hover{
  color:#61bdd9;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.container{
  min-height: 100vh;
  display: flex;
  justify-content: center; /* محاذاة أفقية */
  align-items: center;  
  flex-direction: column;
}

.dynamic-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  min-height: 350px;
}

.dynamic-card h2 {
  font-size: 1.8rem;
  color: #495057;
  text-align: center;
  margin-bottom: 20px;
}

.dynamic-card button {
  background-color: #173562;
  color: white;
  border: none;
  font-size: 1rem;
  /* padding: 10px; */
  border-radius: 20px;
  transition: all 0.3s ease;
  box-shadow: 0px 2px 5px #f98e67;
}

.dynamic-card button:hover {
  background-color: #1f4783;
}
.dynamic-card button:active{
  background-color: #173562 !important;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  box-shadow: none !important;
  border:1px solid #adadad !important;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child){
  border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: none !important;
    border:1px solid #adadad !important;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
  background-color: #ea6924 !important;
  color: #fff !important;
}
.btn-default {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  width: 60px !important;
}
p {
  margin-bottom: 0;
}
footer {
  background-color: #0d1e37;
    border-top: 5px solid #bf4c22;
  color: white;
  text-align: center;
  padding: 10px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
/* update student data page css */
input:read-only{
  background-color: #f8f9fa !important;
}
.required{
  color: red;
}
.custom-checkbox .form-check-input:checked {
  background-color: white; /* Background when checked */
  border-color: #007bff;
}
.custom-checkbox .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23007bff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}
.form-check-input:focus{
  box-shadow: none !important;
}
.form-control{
  font-size: 14px;
}
.col-form-label{
  font-size: 15px;
  font-weight:600;
}
.cursor-pointer{
  cursor: pointer;
}
.text-info,.for-plus{
  color: #f26633 !important;
  font-weight: bold;
  font-size: 15px;
}
.fa{
  font-size: 20px;
}
.profile-image-container {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  position: relative;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.profile-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #999;
}

.profile-name {
  margin-top: 20px;
  color: #333;
  font-weight: bold;
}

.rounded-circle {
  border-radius: 50% !important;
}
@media (min-width:776px){
.col3-for-image{
  width:22% !important;
}
.col6-for-image{
  width:45% !important;
}
}
@media (max-width: 768px) {
  .profile-image-container {
      width: 80px;
      height: 80px;
  }
}
@media (max-width: 576px) {
  .profile-image-container {
      width: 60px;
      height: 60px;
  }
}