@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  position: relative;
  background: #dee2e6;
}

.playfair-display {
  font-family: "Playfair Display", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  font-family: "Poppins", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}

.top-area {
  padding: 10px 0;
  background-color: #182444;
}

.top-area .college_name {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
  letter-spacing: 0.5px;
}
.top-area .right-area .dropdown-menu{
  min-width: 17rem;
  padding: 0;
}
.top-area .right-area .dropdown-menu .dropdown-item{
  font-size: 14px;
  border-bottom: 1px solid #a89c9c;
}

.logout-area {
  color: #fff;
  display: inline-block;
  background-color: #0a58ca;
  font-size: 15px;
  border-radius: 5px;
  padding: 3px 10px;
  font-weight: 600;
  margin-top: 3px;
  border-bottom: 3px solid #0d6efd;
  border: 0;
}
.logout-area:hover{
  background-color: #fff;
  color: #000;
}
.logout-area:focus{
  background-color: #fff;
  color: #000;
  box-shadow: none;
}

main {
  min-height: 76vh;
}

.navbar {
  padding: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.navbar .nav-item .nav-link {
  font-size: 16px;
  color: #000 !important;
  border-right: 1px dotted rgba(54, 41, 41, 0.7019607843);
  padding-right: 10px;
}

.navbar .dropdown-menu {
  padding: 0;
  background-color: #182444;
}

.navbar .dropdown-menu .dropdown-item {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #a09393;
}

.navbar .dropdown-menu .dropdown-item:hover {
  color: #000 !important;
}

.content-area {
  margin: 20px 0;
}

.content-area .co_box {
  padding: 10px;
}

.content-area .inner1 {
  background-color: #63c2de;
  position: relative;
  transition: all 0.3s;
  margin-top: 10px;
}

.content-area .inner1:hover {
  background-color: #182444;
  color: #fff;
}

.content-area .inner1:hover .triangle-topleft {
  border-top: 158px solid #015fc9;
}

.content-area .inner1:hover .link p {
  color: #b8bdc5 !important;
  padding-left: 10px;
}

.content-area .link p {
  color: #000;
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
}

.content-area .link p:hover {
  color: #1a2b49;
}

.content-area .common_cl {
  font-size: 67px;
}

.content-area .triangle-topleft {
  width: 0;
  height: 0;
  border-top: 158px solid #1a2b49;
  border-right: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.content-area .inner2 {
  background-color: #20a8d8;
}

.content-area .inner3 {
  background-color: #ffc107;
}

.content-area .inner4 {
  background-color: #f86c6b;
}

.darksoul-fluid-liquid--circle {
  position: absolute;
  margin: auto;
  width: 60px;
  height: 60px;
  right: 15%;
  top: 20%;
  background-image: linear-gradient(120deg, #015fc9 0%, #c2e9fb 100%);
  border-radius: 39% 61% 55% 45%/44% 37% 63% 56%;
  -webkit-animation: fluid-anim 5s infinite linear;
  animation: fluid-anim 5s infinite linear;
  z-index: 1;
}

@-webkit-keyframes fluid-anim {
  0% {
    border-radius: 39% 61% 55% 45%/44% 37% 63% 56%;
  }

  25% {
    border-radius: 45% 55% 48% 52%/60% 36% 64% 40%;
  }

  50% {
    border-radius: 56% 44% 28% 72%/46% 63% 37% 54%;
  }

  75% {
    border-radius: 62% 38% 37% 63%/39% 32% 68% 61%;
  }

  100% {
    border-radius: 39% 61% 55% 45%/44% 37% 63% 56%;
  }
}

@keyframes fluid-anim {
  0% {
    border-radius: 39% 61% 55% 45%/44% 37% 63% 56%;
  }

  25% {
    border-radius: 45% 55% 48% 52%/60% 36% 64% 40%;
  }

  50% {
    border-radius: 56% 44% 28% 72%/46% 63% 37% 54%;
  }

  75% {
    border-radius: 62% 38% 37% 63%/39% 32% 68% 61%;
  }

  100% {
    border-radius: 39% 61% 55% 45%/44% 37% 63% 56%;
  }
}

.feesm-system {
  margin: 20px 0;
  text-align: center;
  background:#182444;
  /* nested div inside the container */
  /* keyframe */
}

.feesm-system h2 {
  font-size: 16px;
  color: #000;
  margin-top: 30px;
  display: inline-block;
  padding: 5px 10px;
}

.feesm-system .marquee {
  font-size: 2vw;
  color: #e2d8d8;
  height: 2.5vw;
  overflow: hidden;
  background-color: #182444;
  position: relative;
}

.feesm-system .marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  -webkit-animation: marquee 12s linear infinite;
  animation: marquee 12s linear infinite;
  font-size: 20px;
}

.feesm-system .marquee div i {
  color: #9797a5;
}

@-webkit-keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.footer_txt {
  text-align: center;
  background-color: #002C54;
  padding: 5px;
}

.footer_txt p {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.footer_txt p a {
  color: #fff;
  text-decoration: underline;
}

.login-page .login-box {
  margin-top: 45px;
  height: auto;
  background: #182444;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 10px;
}

.login-page .login-title {
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  letter-spacing: 2px;
  margin-top: 15px;
  font-weight: bold;
  color: #ECF0F5;
}

.login-page .login-form {
  margin-top: 25px;
  text-align: left;
  padding: 0 15px;
}

.login-page input {
  background-color: #1A2226;
  border: none;
  border-bottom: 2px solid #0DB8DE;
  border-top: 0px;
  border-radius: 0px;
  font-weight: bold;
  outline: 0;
  margin-bottom: 20px;
  padding: 10px;
  color: #ECF0F5;
  margin-top: 10px;
  font-size: 13px;
}

.login-page .form-group {
  margin-bottom: 20px;
  outline: 0px;
}

.login-page .form-control:focus {
  border-color: inherit;
  box-shadow: none;
  border-bottom: 2px solid #0DB8DE;
  outline: 0;
  background-color: #1A2226;
  color: #ECF0F5;
}

.login-page input:focus {
  outline: none;
  box-shadow: 0 0 0;
}

.login-page label {
  margin-bottom: 0px;
}

.login-page .form-control-label {
  font-size: 14px;
  color: #6C6C6C;
  font-weight: bold;
  letter-spacing: 1px;
}

.login-page .btn-outline-primary {
  border-color: #0DB8DE;
  color: #0DB8DE;
  border-radius: 0px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-size: 16px;
  padding: 5px 25px;
}

.login-page .btn-outline-primary:hover {
  background-color: #000;
  right: 0px;
  color: #fff;
}

.login-page .login-button {
  padding-right: 0px;
  text-align: center;
  margin-bottom: 25px;
}

.login-page .login-text {
  text-align: left;
  padding-left: 0px;
  color: #A2A4A4;
}

.login-page .loginbttm {
  padding: 0px;
}

@media screen and (min-width: 991px) {
  .sidebar_menu {
    display: none;
  }
}

@media screen and (max-width: 991px) {
    .login-page .login-box{
        margin-top:0;
        min-height:94vh;
    }
  .sidebar_menu {
    display: none;
  }
.navbar .nav-item .nav-link{
    border-right:0;
}
  .bck1 {
    display: none;
  }

  .top-area .college_name {
    font-size: 13px;
  }

  .top-area .signout {
    padding: 5px 10px;
  }

  .navbar {
    padding: 10px;
    background-color: #fff;
  }
  .navbar .nav-item .nav-link {
    font-size: 16px;
    color: #fff !important;
    border-right: 1px dotted rgba(54, 41, 41, 0.7019607843);
    /* padding-right: 10px; */
    background: #182444;
    padding: 5px 10px;
}
.navbar-light .navbar-toggler{
    margin-bottom:10px;
}



  .feesm-system {
    margin: 0;
  }

  .feesm-system .marquee {
    height: 7.5vw;
  }

  .content-area {
    margin-top: 0;
    margin-left: 0;
  }


  .ft-none {
    display: none;
  }

  .ft-1 {
    margin-top: 10px;
    position: relative;
    width: auto;
    margin-left: 13px;
    margin-right: 16px;
  }

  .form-area .form-title {
    font-size: 20px !important;
  }

  .back_area ul {
    justify-content: start !important;
  }

  .ft-1 p {
    font-size: 11px;
    padding: 10px 0;
  }

  .footer_txt {
    bottom: 0;
  }

  .table-area .tab_title {
    font-size: 20px;
  }

  .btn_list .btn {
    font-size: 12px;
  }
  .box-areag input,select{
      width:100%!important;
      margin-top:10px;
  }
  .box-areag label{
      margin-top:10px;
  }
  .back_area ul a {
    font-size: 15px!important;
  }
  .stf .btn-submit,.stf .stff-btn{
      margin-top:10px;
  }
  .ed-del button {
    font-size: 12px;
  }
}



/*-------------------------------*/

.sidebar_menu .logout {
  right: 10px;
  position: absolute;
}

.sidebar_menu .logout a {
  color: #fff;
  font-size: 14px;
}

.sidebar_menu .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 78px;
  background: #11101d;
  padding: 6px 14px;
  z-index: 99;
  transition: all 0.5s ease;
}

.sidebar_menu .sidebar.active {
  width: 240px;
}

.sidebar_menu .sidebar .logo_content .logo {
  color: #fff;
  display: flex;
  height: 50px;
  width: 100%;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.sidebar_menu .sidebar.active .logo_content .logo {
  opacity: 1;
  pointer-events: none;
}

.sidebar_menu .logo_content .logo i {
  font-size: 28px;
  margin-right: 5px;
}

.sidebar_menu .logo_content .logo .logo_name {
  font-size: 14px;
  font-weight: 600;
}

.sidebar_menu .sidebar #btn {
  position: absolute;
  color: #fff;
  top: 6px;
  left: 50%;
  font-size: 22px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transform: translateX(-50%);
}

.sidebar_menu .sidebar.active #btn {
  left: 90%;
}

.sidebar_menu .sidebar ul {
  margin-top: 20px;
  height: 300px;
  overflow-y: scroll;
}

.sidebar_menu .sidebar ul li {
  position: relative;
  height: 50px;
  width: 100%;
  margin: 0 5px;
  list-style: none;
  line-height: 50px;
  margin: 5px 0;
}

.sidebar_menu .sidebar ul li .tooltip {
  position: absolute;
  left: 125px;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 6px;
  height: 35px;
  width: 120px;
  background: #fff;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0s;
  opacity: 0;
  pointer-events: none;
  display: block;
}

.sidebar_menu .sidebar.active ul li .tooltip {
  display: none;
}

.sidebar_menu .sidebar ul li:hover .tooltip {
  transition: all 0.5s ease;
  opacity: 1;
  top: 50%;
}

.sidebar_menu .sidebar ul li input {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 12px;
  outline: none;
  border: none;
  background: #1d1b31;
  padding-left: 50px;
  font-size: 18px;
  color: #fff;
}

.sidebar_menu .sidebar ul li .bx-search {
  position: absolute;
  z-index: 99;
  color: #fff;
  font-size: 22px;
  transition: all 0.5 ease;
}

.sidebar_menu .sidebar ul li .bx-search:hover {
  background: #fff;
  color: #1d1b31;
}

.sidebar_menu .sidebar ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 12px;
  white-space: nowrap;
  transition: all 0.4s ease;
}

.sidebar_menu .sidebar ul li a:hover {
  color: #11101d;
  background: #fff;
}

.sidebar_menu .sidebar ul li i {
  font-size: 18px;
  font-weight: 400;
  height: 50px;
  min-width: 50px;
  border-radius: 12px;
  line-height: 50px;
  text-align: center;
}

.sidebar_menu .sidebar .links_name {
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.sidebar_menu .sidebar.active .links_name {
  transition: 0s;
  opacity: 1;
  pointer-events: auto;
}

.sidebar_menu .sidebar .profile_content {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}

.sidebar_menu .sidebar .profile_content .profile {
  position: relative;
  padding: 10px 6px;
  height: 60px;
  background: none;
  transition: all 0.4s ease;
}

.sidebar_menu .sidebar.active .profile_content .profile {
  background: #1d1b31;
}

.sidebar_menu .profile_content .profile .profile_details {
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: all 0.4s ease;
}

.sidebar_menu .sidebar.active~.profile .profile_details {
  opacity: 1;
  pointer-events: auto;
}

.sidebar_menu .profile .profile_details img {
  height: 45px;
  width: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.sidebar_menu .profile .profile_details .name_job {
  margin-left: 10px;
}

.sidebar_menu .profile .profile_details .name {
  font-size: 15px;
  font-weight: 400;
}

.sidebar_menu .profile .profile_details .job {
  font-size: 12px;
}

.sidebar_menu .profile #log_out {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.4s ease;
  background: #1d1b31;
}

.sidebar_menu .sidebar.active .profile #log_out {
  left: 88%;
}

.sidebar_menu .sidebar.active .profile #log_out {
  background: none;
}

.sidebar_menu .home_content {
  position: absolute;
  height: 100%;
  width: calc(100% - 86px);
  left: 78px;
  background: #E4E9F7;
  transition: all 0.5s ease;
}

.sidebar_menu .sidebar.active~.home_content {
  z-index: 100;
}

.sidebar_menu .home_content .text {
  font-size: 25px;
  font-weight: 500;
  color: #1d1b31;
  margin: 12px;
}

.sidebar_menu .sidebar.active~.home_content {
  width: calc(100% - 240px);
  left: 240px;
}

.form-area {
  margin-bottom: 20px;
  min-height: 100vh;
}

.form-area .box8 {
  box-shadow: 0px 0px 5px 1px #999;
  padding: 10px;
  background: #fff;
}

.form-area label {
  font-size: 16px;
  color: #000;
  padding: 10px 0;
}
.form-area .form-control:focus{
  color: #000!important;
}

.form-area input,
.form-area select,
.form-area textarea {
  font-size: 14px;
  color: #000;
  padding: 5px;
}

.form-area textarea {
  height: 100px;
}

.form-area .form-title {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
    background: #00000026;
    /* display: inline-block; */
    padding: 6px;
    /* border-radius: 10px; */
}

.form-area .btn-submit {
  font-size: 18px;
  padding: 5px 30px;
  background-color: #182444 !important;
  border: none;
}

.table-area {
  margin: 30px 0;
}

.table-area .table {
  border: 1px solid;
}

.table-area .tab_title {
  font-size: 25px;
  color: #fff;
  margin-bottom: 20px;
  background: #182444;
  display: inline-block;
  padding: 6px;
  border-radius: 10px;
}

.table-area thead {
  background-color: #182444;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.table-area thead tr {
  color: #fff;
}

.table-area tr,
.table-area td {
  color: #000;
  font-size: 14px;
  text-align: center;
  border: 1px solid #182444;
}

.table-area tr:nth-child(even) {
  background-color: #dee2e6;
}

.back_area {
  margin-top: 20px;
}

.back_area ul {
  display: flex;
  gap: 10px;
  justify-content: start;
}

.back_area ul a {
  font-size: 16px;
  color: #000;
}

.back_area ul .active {
  color: #0a58ca;
}

.dropcontent {
  visibility: hidden;
  width: 100%;
  border-radius: 12px !important;
  padding: 10px;
  height: auto !important;
}

.dropcontent ul {
  height: auto !important;
  margin-top: 0 !important;
}

.dropcontent a {
  color: #fff !important;
  border: 0;
  font-size: 13px;
}

.open {
  visibility: visible;
  z-index: 1;
  position: relative;
  width: 100%;
  background-color: #182444;
}

.dropcontent ul li {
  line-height: 0 !important;
  width: 100%;
  height: auto !important;
  padding: 10px 0;
  border: 0;
  background-color: unset !important;
  border-bottom: 1px solid #917a7a;
}
.pagin-area {
    padding-bottom:20px;
}

.pagin-area .pagination {
  justify-content: center;
}

.pagin-area .page-link {
  font-size: 16px;
  color: #000;
}

.btn_list .btn {
  font-size: 16px;
  padding: 5px 10px;
}

.mod-form{
  min-height: auto!important;
}

.mbox{
  display: flex;
  align-items: center;
  gap: 10px;
}

.box-areag{
    padding: 20PX;
    margin-bottom: 50px;
    margin-top: 50px;
    box-shadow: 0 0 4px 2px #e9ecef;
    border: 1px solid #0e020230;
    background:#fff;

}

.box-areag input, .box-areag select, .box-areag textarea {
    font-size: 14px;
    color: #000;
    padding: 5px;
}
.submit_btn{
  color: #fff!important;
  background-color: #0a58ca!important;
  border: 0;
  width:65%;
  transition: all 0.3s;
}
.submit_btn:hover{
  background-color: #0a58ca !important;
}




/* Style for suggestion-box */

#suggestion-box {
    border: 1px solid #ccc;
    max-height: 200px; /* Set a max height for the dropdown */
    overflow-y: auto;  /* Add scroll if the list exceeds max-height */
    position: absolute;  /* Positioning for the suggestion list */
    width: 200px;  /* Ensure it aligns with the input width */
    background-color: white;
    z-index: 9999;  /* Make sure the suggestion box appears on top of other elements */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Add shadow for depth */
    border-radius: 4px; /* Slightly rounded corners */
}

/* Style for each list item in suggestion box */
#suggestion-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#suggestion-box li {
    padding: 10px;
    cursor: pointer;  /* Show a pointer on hover */
    font-size: 14px; /* Adjust this value to make the text bigger */
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd; /* Subtle divider between items */
}

#suggestion-box li:hover {
    background-color: #f0f0f0;  /* Highlight on hover */
}

/* Style for the staff ID */
.staff-id {
    font-weight: bold;
    color: #333; /* Darker color for the ID to make it stand out */
}

/* Style for the staff name */
.staff-name {
    color: #555; /* Lighter color for the name */
    margin-left: 8px; /* Space between ID and name */
}

/* Optionally style the input field to match the suggestion box width */
#staff_id {
    position: relative;
}


.height{
  margin-top: 23px;
}
.box-sh{
  padding: 20PX;
  margin-bottom: 50px;
  box-shadow: 0 0 4px 2px #e9ecef;
  border: 1px solid #0e020230;
  min-height: 240px;
  overflow: hidden;
}
.p_name{
  font-size: 20px;
  margin-top: 20px;
  color: #000;
}
.w-71{
  width: 27%;
  font-size: 13px;

}
#profile_image{
  font-size: 13px;
}





.ed-del button{
    margin:5px;
    font-size:14px;
}
.mod-tittle{
    font-size: 20px;
    color: #182444;
    margin-bottom: 20px;
    background: rgb(0 0 0 / 15%);
    /* display: inline-block; */
    padding: 6px;
    /* border-radius: 10px; */
}
.mod-btn{
    width:100%;
}
.form-control {

    -webkit-appearance: auto;
    -moz-appearance: none;
    appearance: auto;
}



/* General Style for Suggestion Box */
.suggest-box {
    border: 1px solid #ccc;
    max-height: 200px; /* Set max height for scroll */
    overflow-y: auto; /* Enable scroll if content exceeds max height */
    position: absolute; /* Position relative to input field */
    width: inherit; /* Ensure it aligns with the input width */
    background-color: white;
    z-index: 9999; /* Ensure it appears above other elements */
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for better visibility */
    border-radius: 4px; /* Slight rounding of corners */
    display: none; /* Initially hidden */
}

/* Style for list inside suggestion box */
.suggest-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Individual Suggestion Item */
.suggest-box li {
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

/* Highlight the suggestion when hovered */
.suggest-box li:hover {
    background-color: #f0f0f0;
}

#error_message{
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;

