


.loginSectionBg {}

.hero-bg {
  background-image: url(../img/curved-images/curved-10.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  height: 90vh;
}



/*Background color*/
#grad1 {
  background-color: #9C27B0;
  background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
#msform {

  position: relative;
  font-family: var(--bs-body-font-family);
}




/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}




/*progressbar*/
#progressbar {
  margin-top: 50px;
  overflow: hidden;
  color: lightgrey;
  padding-left: 0;
  text-align: center;
}

#progressbar .active {
  color: #000000;
}

#progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #categories:before {
  font-family: FontAwesome;
  content: "\f09d";
}

#progressbar #institution:before {
  font-family: FontAwesome;
  content: "\2616";
}

#progressbar #committee:before {
  font-family: FontAwesome;
  content: "\265C";
}

#progressbar #infrastructure:before {
  font-family: FontAwesome;
  content: "\26EB";
}

#progressbar #students:before {
  font-family: FontAwesome;
  content: "\2625";
}

/*ProgressBar before any progress*/
#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before,
#progressbar li.active:after {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(203, 12, 159, 0.6) 0, #9b0979 100%);
}

/*Imaged Radio Buttons*/
.radio-group {
  position: relative;
  margin-bottom: 25px;
}

.radio {
  display: inline-block;
  width: 204;
  height: 104;
  border-radius: 0;
  background-image: radial-gradient(370px circle at 80% 50%, rgba(203, 12, 159, 0.6) 0, #9b0979 100%);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  margin: 8px 2px;
}

.radio:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
  width: 100%;
  object-fit: cover;
}

.student-list {
  height: 70vh;
  overflow: auto;
}


.nav.nav-pills .nav-link {
  font-weight: 700;
  font-size: 14px !important;
  width: 100%;

}

.nav.nav-pills .nav-link.active {

  background-color: #f6e6f2 !important;
  color: #CB0C9F !important;
}

.table thead th {
  padding: 8px !important;
  font-size: 12px !important;
}

.table td {
  font-size: 14px !important;
}

.carousel-inner {
  border-radius: 6px;
  overflow: hidden;
}

.carousel-item img {
  height: 300px;
  object-fit: cover;
}

/* width */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  overflow: hidden;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e31cb5;
}


.attendance-img {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.attendance-img-box {
  position: relative;
}

.attendance-img-box .attendance-img-layer {

  width: 50%;
  padding: 20px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.attendance-img-layer h6 {
  background-color: #ffffff83;
  color: #9C27B0;
  border-radius: 20px;
  font-size: 11px;
  padding: 4px 20px;
  display: inline-block;
}

#attendanceForm td .btn {
  color: #000;
}

#attendanceForm td .btn:hover {
  background-color: auto !important;
}

.fs-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.inputGropTitle {
  font-size: 14px;
  font-weight: 700;
  color: #595959;
  margin-bottom: 0px;
}

.inputGropTitle span {

  padding-right: 10px;
  position: relative;
}


.modelOverley {

  background-color: #0000005b;
}

/* Tooltip text */

.tooltips {
  position: relative;
}

.tooltiptext {
  background-color: #fff;
  color: #000;
  padding: 4px 20px 4px 10px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  width: max-content;
  top: -25px;
  left: -10px;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.tooltiptext::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 8px;
  margin-left: -5px;
  /* Adjust this value to position the before element */
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.dormitoriesIcon:hover .dormitoriesText {
  opacity: 1;
}

.studyIcon:hover .studyText {
  opacity: 1;
}

.studyIcon:hover .studyText {
  opacity: 1;
}

form .card {
  padding: 0px;
  margin: 10px 10px 1rem;
  width: calc(100% - 20px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

form .card .card-header {
  padding: 10px 20px;
  background-color: #efefef;
}

form .card .card-body {
  padding: 10px 20px;
}

.card-body .school-attached {
  border: 1px solid #ddd;
  padding: 16px 10px;
  border-radius: 10px;
}

.school {
  background-color: #fff;
}

.tab-pane hr {
  background: #bbbbbb !important;
}

.tab-pane h6.text-primary,
.modal-content h6.text-primary {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.tab-pane h6,
.modal-content h6 {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.tab-pane .bg-white,
.modal-content .bg-white {
  background-color: #E9ECEF !important;
}

#myTable .selected {
  background-color: rgb(255, 238, 251) !important;
  font-weight: 600;
}

#myTable tr {
  border-width: 1px;
}


.btn-verify {
  background-color: transparent !important;
  text-transform: capitalize !important;
  display: inline-flex !important;
  align-items: center !important;
  column-gap: 4px !important;
  color: green !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.btn-verify i {
  font-size: 16px !important;
}


.myMenulines {
  width: 152px;
  display: flex;
  flex-direction: column;
}

.myMenuSpan {}

#pagination-container {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin-top: 20px;
}

#pagination-container button {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 6px;
}

#pagination-container button.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

#sidemenu-btn {
  display: none;
}

#sidemenuclose-btn {
  display: none;
}


.logo{
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.logo img{
  height: 54px;
}

.logo h2{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.logo h1{
  font-size: 16px;
  margin-bottom: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link{
  margin: auto 0 !important;
}
.fa-circle{
  color: rgb(0, 97, 0);
  font-size: 8px;
}
.profileIcon{
  border: 1px solid #d2d6da;
  padding: 10px;
  border-radius: 4px;
  
}




.dashboardBody{
  min-height: 83vh;
}

.footer{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  font-size: 14px;
  
}

.footerMenu ul{
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 0;
}
.footerMenu ul li{
  text-decoration: underline;
}

.pageTitle{
  display: inline-block;
  font-size: 24px;
  margin: 0 10px 20px;
  color: #535353;
  position: relative;
  font-weight: 500;
}
.pageTitle::after{
  content: "";
  width: 30px;
  height: 4px;
  background-color: #9b0979;
  position: absolute;
  left: 2px;
  bottom: -8px;
}
.navbar{
  margin: 16px 0;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 0 !important;
    
}



.pagination {
  display: flex;
  justify-content: start;
  margin-top: 10px;
  column-gap: 10px;
}
.pagination li {
  cursor: pointer;
  padding: 10px 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.pagination .active {
  font-weight: bold;
  background-color: #bcdcff;
  border: 1px solid #007bff;
  color: #007bff;
}

.tableBody{
  height: 70vh;
  overflow: auto;
}


.mandatory{
  color: rgb(198, 0, 0);
  font-weight: bold;
  margin-left: 2px;
}
.acceptedFormat{
  
  font-size: 11px;
  font-weight: 500;
  margin: 2px 0 0 6px;
}


.fileImgPreview{
  width: 50px;
  height: 40px;
  margin-left: 4px;
  background-color: #eeeeee;
  border-radius: 4px;
  overflow: hidden;
}
.fileImgPreview img {
  width: 50px;
  height: 40px;
  object-fit: cover;
}

.mediumImage{
  width: 300px;
  object-fit: contain;
  display: block;
  border-radius: 10px;
  margin-bottom: 10px;
}

.imageModelGallery img{
  height: 160px;
  object-fit: cover;
  cursor: pointer;
}

.inputPassword{
  position: relative;
}
.inputPassword .password-toggle{
  position: absolute;
  right: 14px;
  top: 14px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}