 /*
* demo.css
* File include item demo only specific css only
******************************************************************************/

/* .light-style .menu .app-brand.demo {
  height: 64px;
} */

/* .dark-style .menu .app-brand.demo {
  height: 64px;
} */

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}


.makeLogo{max-width: 140px;}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}



/* Jyoti Css */
.layout-menu-toggle .menu-toggle-icon {
  background-color: white !important; /* Make the button fully white */
  border: none !important; /* Remove any borders */
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

/* Remove the default icon from ::before */
.layout-menu-toggle .menu-toggle-icon::before {
  content: none !important;
}

/* Add orange dot using ::after */
.layout-menu-toggle .menu-toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: orange;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.menu-item.active{color: #fff;}
.menu-item img{margin-right: 15px;}
.listedText h6{color: #091437; font-size: 1.06rem; font-weight: 500; margin-bottom: 0;}
.listedText p{color: #454545; margin-bottom: 0; font-size: 0.875rem; font-family:"Plus Jakarta Sans"; font-weight: 400;}
.adminName h5{color:#2FA0D7; font-weight: 600; font-size:1rem; margin-bottom: 0; padding-right:10px;}
.adminName p{margin-bottom: 0; font-size: 1rem; font-weight: 400; color: #091437; padding-right: 15px;}
.schoolRow{background: linear-gradient(218deg, rgba(255, 255, 255, 0.60) 43.61%, rgba(233, 251, 255, 0.60) 91.27%);
backdrop-filter: blur(32px); border: 1px solid #D5D5D5; border-radius: 6px;}
.snamecard{background: radial-gradient(92.08% 92.08% at 7.92% 50%, #FFF 0%, rgba(255, 255, 255, 0.30) 100%); border: 1px solid #E4E4E7; border-radius: 5px; padding:30px 20px;}
.snamecard{position: relative;}
.snamecard h6{position: relative; margin-bottom:0;  color: #091437; font-weight: 500; font-size: 0.875rem;}
.snamecard:after{content:""; position: absolute; top: 50%; right:15px; transform: translateY(-30%); background-image:url('./../img/icons/dottedBG.svg'); background-repeat: no-repeat;width: 40px; height: 40px;}
.serchSort button{box-shadow: none!important;}
.customSelect{color: #3F3F46!important; font-size:0.87rem !important; background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.50) 100%)!important; border: 1px solid #E4E4E7!important; }
.selectWrapper{position: relative;}
.selectWrapper:after{content: ""; background-image: url('./img/icons/sortIcon.svg'); background-repeat: no-repeat; position: absolute; right: 15px; top: 15px; width: 15px; height: 15px;}
.inputGrp {
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.50) 100%) !important;
}
.inputGrp .form-control,
.inputGrp .input-group-text {
  background: transparent !important;
}
.chat-search-input::placeholder{color: #3F3F46!important; font-size: 0.87rem;}
.serchSort .form-control:focus, .form-select:focus{border-color: #E4E4E7!important; box-shadow: none!important;}
.page-link{background:radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.50) 100%)!important; border: 1px solid #E4E4E7!important; color: #6F6B7D!important;}
.page-item.active .page-link{background: linear-gradient(90deg, #2FA0D7 0%, #11599C 100%)!important; color: #fff!important; font-weight: 600;}
.previousBtn{background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%)!important;}
.nextBtn{background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.80) 100%)!important;}
.snamecard:hover{background: linear-gradient(90deg, #2FA0D7 0%, #11599C 100%); backdrop-filter: blur(20px);}
.snamecard:hover h6 {
  color: #fff !important;
  font-weight: 700;
}
.snamecard:hover:after{content:""; position: absolute; top: 50%;transform: translateY(-30%); right:15px; background-image:url('./../img/icons/whitedots.svg'); background-repeat: no-repeat;width: 40px; height: 40px;}
.template-customizer-open-btn{display:none!important;}
.welcomeSection{border-radius: 15px 0px 0px 15px; overflow: hidden;}
.welcomeSection img{width: 100%; height: 100%; object-fit: cover;  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #121212 100%); }
  .formPart{border-radius: 0px 15px 15px 0px;}
.loginTitle h4{color:#091437; font-size: 1.5rem; font-weight: 600; text-transform: uppercase;}
.loginForm::placeholder{color:#6F6B7D; font-weight: 400; font-size: 1rem;}
.submitBtn{font-size: 0.87rem; color:#fff; font-weight: 700; text-transform: uppercase; background: linear-gradient(90deg, #2FA0D7 0%, #11599C 100%); padding: 10px 20px; border: none; border-radius: 5px;  font-family: "Inter", sans-serif;}
.forgotText{color:#6F6B7D; font-size: 0.75rem; font-weight:500;}
.formPart{background: #FFF;}
.welcomeSection{display: inline-block;}
.welcomeText{ position: absolute; bottom: 40px; left:40px;}
.welcomeText h4{color: #fff; font-size: 1.87rem;font-weight:300; text-transform: uppercase; margin-bottom: 0;}
.welcomeText h3{color: #fff; font-weight: 700; text-transform: uppercase; margin-bottom: 0; font-size: 2.81rem;}
.sectionFirst{background: linear-gradient(114deg, #C9EDFF -0.84%, #FFEDDD 41.95%, rgba(201, 237, 255, 0.50) 121.4%);}
.sectionPage{background: linear-gradient(218deg, rgba(255, 255, 255, 0.60) 43.61%, rgba(233, 251, 255, 0.60) 91.27%); backdrop-filter: blur(32px); border-radius: 6px;}
#layout-menu {
  background: linear-gradient(218deg, rgba(255, 255, 255, 0.60) 43.61%, rgba(233, 251, 255, 0.60) 91.27%) !important;
  backdrop-filter: none;
  transition: all 0.3s ease; /* Smooth */
  border-radius: 6px;
}

/* When Sidebar is Collapsed & Hover */
.layout-menu-collapsed #layout-menu:hover {
  background: rgba(255, 255, 255, 0.90) !important;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
.shadowBlack { position: absolute; inset: 0;  /* top:0; right:0; bottom:0; left:0; */ background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #121212 100%);}
.logout-fixed {position: absolute;bottom: -10px;width: 100%;}
.batchBox{background: linear-gradient(283deg, #FFF 15.28%, rgba(255, 255, 255, 0.30) 53.52%, #FFF 85.57%); border-radius: 5px; border: 1px solid #E4E4E7; padding: 20px 20px; height: 100%; min-height: 245px; display: block;}
.batchname{background: #FFA046; border-radius: 5px; margin-bottom: 20px;}
.batchname h6{color: #091437; font-weight: 500; font-size: 0.875rem; padding: 10px 5px;}
.batchDay{color: #091437; font-size: 0.87rem; font-weight: 600; margin-bottom: 7px;}
.batchTime{color: #6F6B7D; font-weight: 400; font-size:0.875rem;}
.batchnameSec{background: #C5ECFF; border-radius: 5px; margin-bottom: 20px;}
.batchnameSec h6{color: #091437; font-weight: 500; font-size: 0.875rem; padding: 10px 5px;}
.profileSection{background:radial-gradient(46.39% 43.63% at 36.81% 58%, #C0F4FF 0%, rgba(255, 255, 255, 0.70) 100%);
  backdrop-filter: blur(32px);
  border: 1px solid #C0F4FF;backdrop-filter: blur(32px);border-radius: 5px;}
 .profilePhoto{border-radius: 100%; overflow: hidden; height: 140px; width: 140px;}
  .profilePhoto img{width:100%;  height: auto;}
.myacWrap{background: linear-gradient(283deg, #FFF 15.28%, rgba(255, 255, 255, 0.30) 53.52%, #FFF 85.57%); border-radius: 5px;
  border: 1px solid #DADAF2;}
  .teacherName h5{color:#091437; font-size: 1.5rem; font-weight:600; font-family: "Inter", sans-serif;}
  .contactNo a{color: #3F3F46; font-size:1rem;font-weight: 500;}
  .mailInfo a{color: #3F3F46; font-weight: 400; font-family:"Inter", sans-serif;}
  .formTitle{color: #091437; font-weight: 600; font-size:1.25rem; position: relative;}
  .formTitle{
  border-top: 2px solid #A6A6A6;
  border-bottom: 2px solid #A6A6A6;
  padding: 15px 0;
  }
  .formWrap label{color: #3F3F46; font-weight: 600; font-size: 1rem; margin-bottom: 25px;}
  .formWrap .form-value{color: #3F3F46; font-weight: 400; font-size: 1rem; position: relative; margin-left:10px}
  @media(max-width:575px){
    .formWrap label{width: 90%;}
    .formWrap .form-value{margin-left: 0;}
  }
  .formWrap .form-value:before{content: ":"; position: absolute; top: 0px; left: -20px;}
  .breadcrumb li{list-style: none; position: relative; padding: 0 10px; }
  .breadcrumb li a{color: #333;font-weight: 400; font-size: 0.87rem;}
  .breadcrumb li:after{content: ""; position: absolute; top: 1px; right: 0px; background:#333; height: 15px; width: 1px; transform: rotate(347deg);}
  .breadcrumb li:last-child::after {
    display: none;
  }
.backBtn{border: none; background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.50) 100%); border-radius: 5px; border: 1px solid #E4E4E7; padding: 0.422rem 0.875rem; font-weight: 400;font-size: 0.87rem;color: #333;}

@media (max-width: 767.98px) {
  .serchSort .row {flex-direction: column;align-items: stretch;}

  .serchSort .col-auto,
  .serchSort .col-md-3,
  .serchSort .col-12 { width: 100%;}

  .serchSort .inputGrp { margin-top: 0.5rem;}
}
.lessonBox{background:linear-gradient(283deg, #FFF 15.28%, rgba(255, 255, 255, 0.30) 53.52%, #FFF 85.57%); border: 1px solid #DADAF2; border-radius: 5px; padding: 25px 30px;}
.lessonSec p{font-size: 1rem; font-weight: 600; color: #333; margin-bottom: 1.8rem;}
.lessonBtn{background:linear-gradient(90deg, #2FA0D7 0%, #11599C 100%); color: #fff; border-radius: 4px; font-size: 0.875rem; font-weight: 700; text-transform: uppercase; padding: 10px 10px;  font-family: "Inter", sans-serif;}
.lessonBtn:hover{color: #fff;}
.lessonName {background: #F69429; border-radius: 5px;  padding: 10px 5px;}
.lessonName h6{margin-bottom: 0; color: #fff; font-size: 0.875rem; font-weight: 600;}
.viewBtn{font-size: 0.875rem; font-weight: 600; color: #247BC0; text-transform: uppercase; border: 1px solid #2FA0D7;border-radius:4px; background: #fff; padding: 5px 15px;}
.breadcrumb li:first-child{
  padding-left: 0;
}
#lessonpopup h4{color: #091437; font-size: 1rem; font-weight: 500;}
.modalForm input::placeholder, .modalForm textarea::placeholder{color: #3F3F46; font-size: 0.875rem; font-weight: 400;}
.exportBtn{border: none; background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.50) 100%); border-radius: 5px; border: 1px solid #E4E4E7; padding: 0.422rem 0.875rem; font-weight: 400;font-size: 0.87rem;color: #333;}

.attendanceTable th{background: #2FA0D7!important; color: #fff !important; font-weight: 600!important; font-size: 0.875rem !important; font-family:"Plus Jakarta Sans"; vertical-align: middle;}
.attendanceTable td{color: #091437!important; font-size: 0.875rem!important; font-weight: 400!important;}
.month-input-wrapper {
  position: relative;
  width: 140px;
}
.month-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  color: #333;
  cursor: pointer;
  z-index: 2;
}
.arrow-left {
  left: 8px;
}
.arrow-right {
  right: 8px;
}
.month-display-input {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  border: none;
background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.50) 100%) !important;
 border-radius: 5px; border: 1px solid #E4E4E7!important; padding: 0.422rem 0.875rem!important; /* Same as left padding in .backBtn */ font-weight: 400;font-size: 0.87rem!important;color: #333!important;gap: 0.5rem;
}

@media(max-width:576px){
  #layout-menu
   {
      background: linear-gradient(218deg, rgba(255, 255, 255, 0.95) 43.61%, rgba(233, 251, 255, 0.95) 91.27%) !important;
      backdrop-filter: blur(8px); /* adds a blur to whatever is behind */
      -webkit-backdrop-filter: blur(8px); /* for Safari */
      transition: all 0.3s ease;
      border-radius: 6px;

  }
}
.bg-custom{background: #F69429;}

   .attendanceBg{background: #2FA0D7!important; color: #fff !important; font-weight: 600!important; font-size: 0.875rem !important; font-family:"Plus Jakarta Sans"; text-align: center;}
    .border-end{border-right:1px solid #E4E4E7;}
    .borderedsec{ border-right:1px solid #E4E4E7;}
    .borderBottom{border-bottom: 1px solid #E4E4E7;}



    .table-responsive-scroll {
      overflow-x: auto;
      position: relative;
      max-width: 100%;
    }

/* Hide unwanted left border that appears between sticky and scrollable content */

    .attendance-wrapper {
      overflow-x: auto ;
      position:relative;
    }

    /* Optional: Add hover effect */
    .attendanceTable td:nth-child(2)::after:hover {
      text-decoration: underline;
    }

    .attendance-table {
       border-collapse: separate;
       border-spacing: 0;
       min-width: 1000px; /* or more depending on column count */
       width: max-content;
         border-right: 1px solid #ccc;
    }

    .attendance-table th,
    .attendance-table td {
      border: 1px solid #ccc;
      padding: 0.25rem;
      white-space: nowrap;
    }

    .attendance-table th:last-child,
    .attendance-table td:last-child {
      border-right: 1px solid #ccc !important;
     }

    /* First column - Roll No. */
    .attendance-table th:nth-child(1),
    .attendance-table td:nth-child(1) {
      width: 40px;
      text-align: center;
    }

    /* Second column - Student Name */
    .attendance-table th:nth-child(2),
    .attendance-table td:nth-child(2) {
      /* width: 160px; */
      text-align: left;
      padding-left: 10px;
    }

    /* All date columns */
    .attendance-table th:nth-child(n+3),
    .attendance-table td:nth-child(n+3) {
      width: 45px;
      text-align: center;
      vertical-align: middle;
      background: linear-gradient(283deg, #FFF 15.28%, rgba(255, 255, 255, 0.30) 53.52%, #FFF 85.57%);
    }

.attendance-table th:nth-child(n+3),
.attendance-table td:nth-child(n+3) {
  width: 35px;
  text-align: center;
  vertical-align: middle;
  padding: 0.3rem 0.5rem!important;
}


.table-scroll-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.scrollable-table-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  margin-left: 0 !important;
  padding-left: 0 !important;
  display: inline-block;
  padding-right: 1px;
}

.table-scroll-container {
  position: relative; /* Allow absolute positioning inside the container */
}


.scroll-btn.left {
  position: absolute;
  top: 0;
  left: 244px; /* Width of Roll No. */
  transform: translateX(-100%);
  background-color: #F69429;
  color: white;
  border: none;
  font-size: 20px;
  padding: 9px;
  height: 70px; /* Make it full height to match header */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
  border-radius: 10px 0 0 10px;
}

.scroll-btn.right {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #F69429;
  color: white;
  border: none;
  height: 70px;
  padding: 9px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.3s;
  border-radius: 0px 10px 10px 0px;
}

.scroll-btn.right.hide {
  opacity: 0;
  pointer-events: none;
}


.scroll-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 10;
  font-size: 18px;
  border-radius: 4px;
}

.scroll-btn.left {
  margin-right: 5px;
}

.scroll-btn.right {
  margin-left: 5px;
}

    .nav-arrow {
      text-align: center;
      background-color: #f5f5f5;
    }
    .nav-arrow button {
      border: none;
      background: none;
      font-size: 18px;
      cursor: pointer;
    }

    .attendance-table th:first-child,
    .attendance-table td:first-child {
      position: sticky;
      left: 0;
      z-index: 5;
      background-color: #fff;

    }

.attendance-table th:nth-child(2),
.attendance-table td:nth-child(2) {
  position: sticky;
  left: 61px; /* depends on Roll No. column width */
  z-index: 5;
  background-color: #fff;
}

    .attendance-table .studentHead{ z-index: 50!important;}
    .attendance-table td:nth-child(1),
    .attendance-table td {
      z-index: 1!important;

    }


    body{overflow-x: hidden;}

    .fc-header-toolbar.fc-toolbar{background: #247BC0;}
    .fc-toolbar-title{color: #fff; font-weight: 600; font-size: 1rem;}
      .fc-scrollgrid-section-header{background: #C0F4FF;}
      .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button){color: #fff!important;}
      .bg-custom {
        background: #F69429!important;}
        .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{float: left;}
        .fc-col-header-cell-cushion{color: #091437!important; font-weight: 600; font-size: 1rem;}
        .fc .fc-view-harness .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top .fc-daygrid-day-number{color: #091437!important; font-weight: 600; font-size: 1rem;}


  .menu-item img {
    filter: brightness(0) invert(0); /* black */
  }
input[type="checkbox"] {

  width: 16px;
  height: 16px;
  /* border: 1px solid #333; */
  border-radius: 0;
  position: relative;
  cursor: pointer;
}

input.customeCheck[type="checkbox"]:checked::after  {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Custom checkbox styling */
.customeCheck {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

/* When checked, change background and add white tick */
.customeCheck:checked {
  background-color: #3498db; /* Blue when selected */
  border-color: #3498db;
}



/* Optional: highlight the row background if all checkboxes in that row are selected using JS */
tr.all-selected td {
  background-color: #eaf6ff; /* Light blue row background */
}

  .customeCheck {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background-color: #C5E5F5 !important; /* light blue background */
    border-radius: 0;
    cursor: pointer;
    position: relative;
  }

  .customeCheck:checked {
    background-color: #3498db !important; /* darker blue when checked */
  }

  .customeCheck:checked::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 2px;
    font-size: 12px;
    border: solid #fff;
  }


  .menu-item.active img {
    filter: brightness(0) invert(1); /* white */
  }
   .fc-daygrid-day-bottom{color: #091337; font-weight: 600; font-size: 0.875rem; font-family: "Inter", sans-serif;}
  /* .fc-daygrid-day-number{position: absolute; content: ""; background-image: url('/assets/img/icons/Polygon-img.svg'); top: 0; left: 0; background-repeat: no-repeat;} */


  .firstSection{background: linear-gradient(283deg, #FFF 15.28%, rgba(255, 255, 255, 0.30) 53.52%, #FFF 85.57%); border-radius: 5px; border: 1px solid #DADAF2; padding: 10px 10px;}
  .resultPara p{color: #333; font-weight: 400; font-size: 1rem; margin-bottom: 0;}
  .resultTable td{color: #333!important; font-size: 14px!important;}
  .resultTable{border-radius: 4px;
    background: var(--box_2, linear-gradient(283deg, #FFF 15.28%, rgba(255, 255, 255, 0.30) 53.52%, #FFF 85.57%));}
  .resultTable th{color: #091337!important; font-size: 1rem!important; font-weight: 600!important; background: #C0F4FF!important;}
  .resultDetails h6{color: #091337; font-size: 1rem; font-weight: 600; margin-bottom: 0;}

  .file-upload-wrapper {
    position: relative;
    /* width: 170px; */
  }

  .fake-file-input {
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    background-color: #fff;
    cursor: pointer;
  }

  input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }
/*
  .table > :not(caption) > * > *{padding: 0.55rem 1rem!important;} */

  /* .flatpickr-calendar{display: none!important;} */
  .border-bottom{display: none!important;}

  .custom-dropdown-wrapper {

    position: relative;
    width: 200px;
  }

  .selected-box {
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, rgba(255, 255, 255, 0.50) 100%) !important;
  }

  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
    z-index: 999;
  }

  .dropdown-content input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
  }

  #schoolList {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
  }

  #schoolList li {
    padding: 10px;
    cursor: pointer;
  }

  #schoolList li:hover {
    background: #f0f0f0;
  }

  .search-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }

  .search-wrapper input {
    flex: 1;
    padding: 8px;
    border: none;
    outline: none;
  }

  .search-icon-btn {
    background: none;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
  }

  .search-icon-btn img {
    width: 16px;
    height: 16px;
  }
  #schoolList {
    max-height: 200px;
    overflow-y: auto;
  }

  #schoolList::-webkit-scrollbar-track {
    background: #2FA0D7; /* light gray background */
    border-radius: 0px;
  }

  .form-check-input[type=checkbox] {
    border-radius: 50px!important;
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color:#F2520E;
  border-color: #F2520E;
}
.calendarSchedule .form-check-label{color: #000; font-weight: 400; font-size: 0.875rem;}
.fc-popover-title{color: #fff!important; font-weight: 600;}
.fc-icon-x::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('./../img/icons/close.svg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 10px;
}
.fc-daygrid-day-events > .fc-daygrid-event-harness:first-child::before {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url('./../img/icons/Polygon-img.svg');
  z-index: 1;
  background-repeat: no-repeat;
}
.fc-dayGridMonth-view, .fc-listMonth-view, .fc-timeGridWeek-view, .fc-timeGridDay-view{padding-left: 24px; padding-right: 24px;}
/* .fc .fc-popover{top: 343.1px!important;} */

#myTable td.active,
#myTable th.active {
    background-color: #2FA0D7!important; /* or any color you prefer */
}

#calendar{
  border: 1px solid #ccc;
}

.light-style .fc .fc-toolbar .fc-prev-button .fc-icon, .light-style .fc .fc-toolbar .fc-next-button .fc-icon{color: #fff!important;}
.fc .fc-toolbar.fc-header-toolbar, .app-calendar-wrapper .fc-header-toolbar{margin-bottom: 0!important;}

@media (max-width: 767px) {
    #myTable th.roll-no,
    #myTable td.roll-no {
        width: 40px;
        font-size: 12px;
    }

    #myTable th.student-name,
    #myTable td.student-name {
        width: 100px;
        font-size: 12px;
    }
}

@media(max-width:576px){
  .attendance-table th:first-child, .attendance-table td:first-child {padding: 0;}
  .attendance-table th:nth-child(1), .attendance-table td:nth-child(1){padding-left: 0;}
  .attendance-table th:nth-child(2), .attendance-table td:nth-child(2){left: 45px; padding: 5px;}
  .attendanceTable td{font-size: 0.75rem!important;}
  .scroll-btn.left, .scroll-btn.right{height: 62px}
  .scroll-btn.left{left: 200px;}
 .scroll-btn.right{right: 2px;}
 .formPart{border-radius: 0; padding: 20px 0 ;}
 .resultPara p{font-size: 0.8rem; margin-top: 10px;}
 .fc .fc-toolbar .fc-button:not(.fc-next-button):not(.fc-prev-button) {
    padding: 0.485rem 0.9rem!important;
}

.fc-list-table{padding:0 30px;}
 .fc .fc-toolbar.fc-header-toolbar{margin-bottom:0!important}
.app-calendar-wrapper .fc-header-toolbar{margin-bottom: 0!important;}
.fc .fc-view-harness .fc-daygrid-body .fc-daygrid-day .fc-daygrid-day-top .fc-daygrid-day-number{font-size: 0.7rem;}
.fc-daygrid-day-events > .fc-daygrid-event-harness:first-child::before { top:-27px;}
.fc .fc-view-harness .fc-event{font-size: 0.6rem!important; padding: 0.2rem 0.2rem!important;}
.fc-direction-ltr .fc-daygrid-more-link{font-size:0.6rem!important;}
.fc-scrollgrid-sync-inner .fc-col-header-cell-cushion{font-size: 0.6rem!important;}
.fc-list-day-text, .fc-list-day-side-text{font-size: 0.6rem!important;}
.fc .fc-button-group{font-size: 0.8rem!important;}
.light-style .fc .fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion, .fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion{font-size: 0.6rem!important;}
}

/* Force full height to fit event content */
/* .fc .fc-timegrid-event {
  min-height: 48px !important;
  white-space: normal !important;
  line-height: 1.2;
} */

/* Make sure event title wraps and displays fully */
/* .fc .fc-event-title {
  white-space: normal !important;
  overflow: visible;
  text-overflow: unset;
  font-weight: 500;
  font-size: 13px;
} */
 .color-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px; /* use 50% for a circle */
  margin-left: 6px;
  border: 1px solid #ccc; /* Optional: adds a border for visibility on light colors */
}
.bg-primary{
    background: #7367f0!important;
}
.fc-holiday-date {
  background-color: #6c757d !important; /* bootstrap secondary */
  color: white !important;
  border-radius: 0 !important;
  opacity: 0.7;
  pointer-events: none; /* prevent interaction on holiday day cells */
}
#monthPicker{
    padding: 5px 21px;
    text-align: center;
}
.name-wrap {
    display: inline-block;
    max-width: 170px;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
}

.fancyContent {
  min-width: 300px; /* base minimum for mobile */
}

/* Tablet (≥ 768px) */
@media (min-width: 768px) {
  .fancyContent {
    min-width: 500px;
  }
}

/* Desktop (≥ 1024px) */
@media (min-width: 1024px) {
  .fancyContent {
    min-width: 500px;
    max-width: 700px;
  }
}
.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
    border-radius: 50%;         /* makes it circular */
    overflow: hidden;           /* hides any overflow from the image */
    display: inline-block;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* ensures image fills and crops to fit */
    display: block;
}
