@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
:root{
  --base-spacing-unit: 24px;
  --half-spacing-unit: var(--base-spacing-unit)  / 2;
 
  --color-alpha: #1772FF;
  --color-form-highlight: #fffbfbd4;
  --color-button3:#f3d24f;
  --color-button3trans:rgba(243, 210, 79, 0.8);

  --color-button2:#fb6542;
  --color-button2trans:rgba(251, 101, 66, 0.8);

  --color-button1:#059e73;
  --color-button1trans:rgba(159, 237, 215, 0.8);

  --color-button4:#1D4378;
  --color-button4trans:rgba(29, 67, 120, 0.75);

  --color-button5:#000000;
  --color-button4:#1D4378;
  --color-grey:#aaaaaa;

 }
 
.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}
.h-custom {
height: calc(100% - 73px);
}
@media (max-width: 450px) {
.h-custom {
height: 100%;
}
}
body.section { 
  background-color: #fef6ebd4 !important; 
 
}
.errMsg{
  color: red; 
  font-size:small;
}
.error-message{
  color: red; 
  font-size:large;
}
.message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(242, 242, 242, 0.95); /* Semi-transparent white background */
  color: red; 

  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  z-index: 9999; /* Ensure the message is on top of other content */
}
.password-container {
  position: relative;
}
.password-toggle {
 
  position: absolute;
  top: 50%;
  right: 10px; /* Adjust as needed */
  transform: translateY(-50%);
  cursor: pointer;
}
.button-container {
  padding-top: 50px;
  text-align: center; /* Center the buttons horizontally */
  margin-bottom: 10px;
  display: flex;
  justify-content: center; /* Center the buttons horizontally */
  margin-top: 60px;

}
.button-container-index {
  padding-top: 50px;
  text-align: center; /* Center the buttons horizontally */
  margin-bottom: 10px;
  display: flex;
  /* justify-content: center;  */
  margin-top: 60px;

}
.button-containerAddDoctor{
  padding-top: 0px !important;
  margin-top: 0px !important;

}
.programtext{
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
/* 1D4378 D7000F*/

.button33.button33color1 {
  background-color: var(--color-button1trans) !important;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;


}
.button33.button33color2 {
  background-color: var(--color-button2trans) !important;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;


}
.button33.tranparentButton {
  background-color: transparent !important;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;


}
.button33.button33color3 {
  background-color: var(--color-button3trans) !important;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;


}
.button33.button33color4 {
  background-color: var(--color-button4trans) !important;
  font-size: 14px !important;
  color: rgb(0, 0, 0) !important;


}
.button33 {
  /* 1D4378 */
  background-color: var(--color-button4);

  border-radius: 70px;
  box-shadow: rgba(187, 161, 44, 0.2) 0 -25px 18px -14px inset,rgba(187, 161, 44, 0.2) 0 1px 2px,rgba(187, 161, 44, 0.2) 0 2px 4px,rgba(187, 161, 44, 0.2) 0 4px 8px,rgba(187, 161, 44, 0.2) 0 8px 16px,rgba(187, 161, 44, 0.2) 0 16px 32px;
  color: rgb(255, 255, 255) ;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
select {
  width: 250px; /* Set the width of the dropdown */
}

option {
  white-space: pre-wrap; /* Allow wrapping */
  word-wrap: break-word; /* For older browsers */
  overflow-wrap: break-word; /* For newer browsers */
  direction: rtl; 
}

.button33:hover {
  box-shadow: rgba(185, 187, 44, 0.35) 0 -25px 18px -14px inset,rgba(185, 187, 44, 0.35) 0 1px 2px,rgba(185, 187, 44, 0.35) 0 2px 4px,rgba(185, 187, 44, 0.35) 0 4px 8px,rgba(4185, 187, 44, 0.35) 0 8px 16px,rgba(185, 187, 44, 0.35) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

.centerButton{
  
  display: inline-block; /* Display buttons inline */
  margin: 0 10px; 

}


.backImg{
  background-image: url('assets/backimg2.jpg') !important;
  background-repeat: repeat;
  background-size: cover;
}
img.svg-icon {
  width: 20px; /* Set the width */
  height: 20px; /* Set the height */
  vertical-align: middle; /* Align vertically with text */

}


.color1{
  background-color: rgba(159, 237, 215, 0.8); 
  /* border-radius: 25% 10%; */
  border-radius: 100px 10px / 120px;
  border:2px solid  var(--color-button4) !important;

}
.color1:hover {
  background-color: rgba(255, 255, 255, 0.7); /* Change background color on hover */
  color: var(--color-button1); /* Change text color on hover */
  border:2px solid  var(--color-button1)  !important;
}
.color2{
  background-color: var(--color-button2trans);
  border-radius: 100px 10px / 120px;

  /* border-radius: 50% 20% / 10% 40%; */
  border:2px solid  var(--color-button4) !important;

}
.color2:hover {
  background-color: rgba(255, 255, 255, 0.7); /* Change background color on hover */
  color: var(--color-button2); /* Change text color on hover */
  border:2px solid  var(--color-button2)  !important;
}
.color3{
  /* f3d24f */
  background-color: var(--color-button3trans); /* Yellow transparent color */
  border-radius: 10px 100px / 120px;
  border:2px solid  var(--color-button4) !important;

}

.color3:hover {
  background-color: rgba(255, 255, 255, 0.7); /* Change background color on hover */
  color: var(--color-button3); /* Change text color on hover */
  border:2px solid  var(--color-button3)  !important;
}
.color4{
  /* f3d24f */
  background-color: var(--color-button4trans); 
  border-radius: 10px 100px / 120px;
  border:2px solid  var(--color-button4) !important;

}

.color4:hover {
  background-color: rgba(255, 255, 255, 0.7); /* Change background color on hover */
  color: var(--color-button4); /* Change text color on hover */
  border:2px solid  var(--color-button4)  !important;
}
.transparent-button {
  align-items: center;
  border: 0px solid ; /* Set a border color for the buttons */
  /* border-radius: 18px; */
  color: #333; /* Set text color for the buttons */
  padding: 50px 50px; /* Adjust padding for a larger size */
  font-size: 24px; /* Adjust font size for a larger size */
  cursor: pointer;
  margin-right: 80px; /* Adjust the margin between buttons as needed */
}

.transparent-button:last-child {
  margin-right: 0; /* Remove right margin for the last button */
}


/* Add this style to hide the forms initially */
.hidden-form {
  display: none;
}

.program-form {
  position: fixed;

  background-color: rgba(242, 242, 242, 0.9); /* Semi-transparent white background */
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 300px; /* Set the width as needed */
  margin: 20px auto; /* Center the form horizontally and provide top margin */
  border: 1px solid #5d1e1e; /* Add a border around the form */
  /* position: absolute;  */
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; /* Disable horizontal scrolling */
  
  z-index: 1000;  
  top: 0px; /* Position the form at the top */
  left: 50%; /* Center the form horizontally */
  transform: translateX(-50%); /* Adjust for centering with absolute positioning */
}
/* Width of the scrollbar */
::-webkit-scrollbar {
  width: 7px;
}

/* Color of the track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Color of the handle */
::-webkit-scrollbar-thumb {
  background: #1D4378;
}

/* Color of the handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #56729A;
}

/* Styles for the hamburger icon */
.hamburger {
  display: none;
  cursor: pointer;
  margin-right: 100px; 
}

.hamburger div {
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
}
.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--color-button4) !important;
}
/* Media query for smaller screens */

label {
  display: block;
  margin-bottom: 8px;
}

input {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
input[type="submit"] {
  width: 150px;
  background-color: #7ABCD6; /* Green submit button color */
  color: white;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #7ABCD6; /* Darker green on hover */
}
h2 {
  color: var(--color-button5) ;
}
label{
   font-size: 16px;
  }


.year, .Specialization,.level, .day, .course, .hall,.tfrom,.tto, .ddl{
  min-width: 50%;
  font-size: 16px;
  padding: 5px 0;
  /* position: absolute; */
  margin-right: 50px;
  background: #f2f2f2d5;
  border: #f2f2f2d5;
  z-index: 100;
  transition:0.5s padding;
  background:0.5s ;
}


 *, *:before, *:after {
   box-sizing:border-box;
 }
 
 body {
   padding: var(--base-spacing-unit);
   font-family:'Source Sans Pro', sans-serif;
   margin:0;
 }
 
 h1,h2,h3,h4,h5,h6 {
   margin:0;
 }
 
 .container {

   max-width: 1000px;
   margin-right:auto;
   margin-left:auto;
   display:flex;
   justify-content:right;
   align-items:center;
   min-height:20vh;
 }
 
 .table {
   width:100% !important;
   border:1px solid  var(--color-form-highlight);
   /* border-top-left-radius: 12px;
   border-top-right-radius: 12px;  */
 }
 
 .table-header {
   display:flex;
   width:100%;
   background:#1D4378 !important;
   padding:var( --half-spacing-unit * 1.5) 0;
   border-top-left-radius: 12px;
   border-top-right-radius: 12px; 
   padding: 10px 0;
 }
 
 .table-row {
   display:flex;
   width:100%;
   padding:var( --half-spacing-unit * 1.5) 0;
   
   &:nth-of-type(odd) {
     background: var(--color-form-highlight);
   }
   &:nth-of-type(even) {
    
    background: #e0e0e0bc; /* Set background color for even rows */
  }
 }
 .stable-data, .sheader__item {
  flex: 1 1 5%;
  text-align:center;
}

.mtable-data, .mheader__item {
  flex: 1 1 13.5%;
  text-align:center;
}
 .table-data, .header__item {
   flex: 1 1 20%;
   text-align:center;
 }
 
 .header__item {
   text-transform:uppercase;
 }

 
 .filter__link {
   color:white;
   text-decoration: none;
   position:relative;
   display:inline-block;
   padding-left: var(--base-spacing-unit);
   padding-right:  var(--base-spacing-unit);
   
   &::after {
     content:'';
     position:absolute;
     right:var( --half-spacing-unit * 1.5);
     color:white;
     font-size:var(--half-spacing-unit);
     top: 50%;
     transform: translateY(-50%);
   }
   
   &.desc::after {
     content: '(desc)';
   }
 
   &.asc::after {
     content: '(asc)';
   }
   
 }
 .indexheader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.index-images {
  margin-right: auto; /* Align images to the left */
  margin-left: 1px; /* Add some space between images and text */
}

.index-header {
  font-size:26px;
  font-weight: 600;
  text-align: center;
  flex-grow: 1; /* Allow text to expand and occupy remaining space */
  color: var(--color-button4);
}
.imgtrbya{
  width: 100px;
}
.ainshams-removebg{
  width: 70px;
}

 .header {
  position: fixed;
  top: 25px; /* Adjust based on the height of the .header */
  left: 0;
  width: 100%;
  background-color: #EEEEEE !important; /* Adjust as needed */
  z-index: 1000;
}

.small-header {
  display: flex; /* Use flexbox layout */
  align-items: center; /* Align items vertically */
  justify-content: flex-end; /* Align items to the end of the container (right side) */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #aaaaaa!important;
  z-index: 1000;
  padding: 0 12px; /* Add padding to create space between elements */
}

.size {
  color: #bca6a6;
  font-size: medium;
  margin-left: auto; /* Push the element to the right */
}

.svg-icon {
  margin-left: 5px; /* Add space between text and icon */
}


table {
 
  /* Remove spacing between table cells */
  border-collapse: collapse;
  width: 80%; 
  border-radius: 12px; 
  margin: 0 auto; /* Center the table horizontally */
}

table tr:not(:first-child) {
  border: 1px solid var(--color-button4);
}

th, td {
  
  padding: 8px; /* Add padding for content */
  text-align: center;
}

table tr {
  background-color: #fff;
}

table th {
  background-color: #1D4378;
  color: #fff;
}
table tr:first-child th:first-child {

  border-top-left-radius: 15px;

}

table tr:first-child th:last-child {

  border-top-right-radius: 15px;
}


/* Style the header links */
.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 24px 16px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
  font-size: 25px;
  font-weight: bold;
}
.small-header a {
  padding: 0px !important;

  font-size: 14px !important;
  font-weight: bold;
}
/* Change the background color on mouse-over */
.header a:hover {
  background-color:  var(--color-button4);
  
  color: white !important;
}
.small-header a:hover {
  /* background-color: transparent !important; */
  color: white !important;

  /* color: white !important; */
}
/* Style the active/current link*/
.header a.size {
  color: var(--color-button4);
font-weight: 600;
}
.header a.active{
  background-color: var(--color-button4);
  
  color: white !important; 
}

/* Float the link section to the right */
.header-right {
  float: right;

}

.small-header a.size {
  color: var(--color-button4);
  margin-left: 10px;
font-weight: 600;
}

.radio-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.radio-container input[type="radio"] {
  margin-right: 5px; /* Adjust spacing between radio buttons */
}
/* #slider .noUi-pips .noUi-marker {
    background-color: blue !important;
} */
/* #slider .noUi-pips-horizontal .noUi-marker-large, .noUi-marker-sub {
	background: pink ;
} */
/* #slider .noUi-pips-horizontal .noUi-marker-large {
	background: pink ;
} */

/* Example CSS */
#uslider .noUi-connect {
  background: #1D4378;
}
#slider .noUi-connect {
  background: linear-gradient(to bottom, #1D4378 0%, #1D4378 33.333%, #1D4378 33.333%, #1D4378 66.666%, #1D4378 80.666%, transparent 100%);

}

.noUi-marker{
  background: #aaaaaa76 !important;
}
.searchButton{
  border: none; background-color:transparent;
}


.noUi-pips-horizontal {
  padding: 0px 0 !important;
  height: 5px !important;
  top: 100%;
  left: 0;
  width: 100%;
}


/* #uslider .noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
  background: purple;
}
#uslider .noUi-target.noUi-horizontal .noUi-tooltip {
  background-color: purple;
} */

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */



#uslider .noUi-connect {
  background: #1D4378;
}
#slider .noUi-connect {
  /* background: #1D4378; */
  background: linear-gradient(to bottom, #1D4378 0%, #1D4378 33.333%, #1D4378 33.333%, #1D4378 66.666%, #1D4378 80.666%, transparent 100%);

}
.noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
	background: #aaaaaa;
  border-radius: 500px;
  /* height: 30px; */

}
.noUi-horizontal .noUi-marker-large {
  background: #aaaaaa !important;
}


.noUi-pips .noUi-marker {
  background-color: #aaaaaa ; 
}
/* #slider .noUi-pips {
  background: linear-gradient(to right,transparent 0%, red 0%,red 8.33333%,red 16.6667%,red 25%, red 33.333%, red 33.333%, red 40.625%, transparent  40.625%,transparent  48.9583%,transparent 57.2917%, transparent 66.666%, red 66.666%, red 100%) !important;
  size: 20px;
} */

.noUi-pips-horizontal {
  padding: 0px 0 !important;
  height: 5px !important;
  top: 100%;
  left: 0;
  width: 100%;
}
.search-container {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.narrow-input {
  width: 150px; /* Adjust the width as needed */
  margin-right: 0px;
}
.search-container button {
  margin-right: 5px; /* Add margin to the left of each button */
  margin-bottom: 20px;
}
.mobHeaderTable-data {
  display:none;
}
/* Pagination styles */
.pagination {
  width: 80%;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}

.pagination a {
  display: inline-block;
  padding: 8px 16px;
  text-decoration: none;
  color: black;
  border: 1px solid #ccc;
  background-color: var(--color-button4) !important;
  color: white;
  border-radius: 4px;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #303831 !important;
  color: white;
  border: 1px solid #303831 !important;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

@media only screen and (max-width: 1086px) {
  .header-right {
    position: fixed;
    left: -100%;
    top: 5rem;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    /* box-shadow:
        0 10px 27px rgba(0, 0, 0, 0.05); */
}

.header a{
  float: right !important;
  text-align: right;
}
  /* .header-right {
      display: none !important;
  } */
  .header-right.active {
    left: 0;
}

/* .size {
    margin: 2.5rem 0;
} */

.hamburger {
    display: block;
    position: absolute;
    top: 22px; /* Adjust as needed */
    left: auto;
    right: -60px;
    /* left: 190px; */
     cursor: pointer;
}




.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
}

@media screen and (max-width: 500px) {

  .header a {
    float: none !important;
    display: block;
  }
  .header-right {
    float: none !important;
  }
  .table-header {
    display:none;
  }
 
  .table-row {
    flex-direction: column-reverse; /* Change flex direction to column */
  }
  .mobHeaderTable-data{
    background-color: var(--color-grey);
    width: 60%;
    margin: 0 auto;
    text-align: center;
   color: #eee;
    font-size: medium;
    display: block !important;

  }
  .mobHeader, .mobHeaderTable-data {
    
    flex: 1 1 100% !important; /* Each item takes up 100% of the container width */
  }
  .transparent-button {
    align-items: center;
    border: 0px solid; /* Set a border color for the buttons */
    /* border-radius: 18px; */
    color: #333; /* Set text color for the buttons */
    padding: 20px 20px; /* Adjust padding for a larger size */
    font-size: 24px; /* Adjust font size for a larger size */
    cursor: pointer;
    width: 300px; /* Set a fixed width for all buttons */
    margin-right: 20px; /* Adjust the margin between buttons as needed */
}
.button33{
  width: fit-content !important;
  margin: 0 auto !important;
}

  .button-container {
    flex-direction: column;
   
    padding-top: 50px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    margin-top: 50px;
  
  }
  .button-container-index{
    flex-direction: column;
   
    padding-top: 50px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    margin-top: 50px;
  }
  .index-header {
    text-align: right;
    padding-right: 5px;
    font-size: 15px;
  }
  .imgtrbya{
    width: 75px;
  }
  .ainshams-removebg{
    width: 43px;
  }
  .pagination {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 304px) {
  .index-header {
    text-align: right;
    padding-right: 2px;
    font-size: 13px;
  }
  .imgtrbya{
    width: 60px;
  }
  .ainshams-removebg{
    width: 33px;
  }
  .pagination {
    margin-left: 1px;
    margin-right: 1px;
    text-align: center;
  }
}