@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:wght@200;300;400;600;700&family=Manrope:wght@400;600;700&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #f1f1f1 !important;
  color: #444444 !important;
}

.nav-item .add-space {
  margin-bottom: 600px !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

@media only screen and (max-width: 1199px) {
  /* header .logo {
    display: none !important;
  } */

  .header .toggle-sidebar-btn {
    padding-left: 0px;
  }
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  background-color: #FFFFFF;
  padding: 20px 24px;

}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: black;
}

.header .pick-now {
  width: 200px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #060808;
  margin-left: 20px;
  padding: 8px 20px;
  border-radius: 4px;
  border: none;
  background: #0608080A;
}

@media(max-width: 600px) {
  .input-group {
    display: block !important;
  }

  .header .pick-now {
    display: none;
  }

  .header-nav .nav-profile i {
    display: none;
  }

  .header-nav .nav-profile span {
    display: none;
  }
}

/*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: var(--bs-primary);
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: var(--bs-primary);
}

.header-nav .nav-profile i {
  color: black;
  margin-right: 14px;
  font-size: 18px;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-family: 'Nunito Sans';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: #060808;
  margin-left: 8px;
  margin-right: 5px;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}


.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 260px;
  z-index: 996;
  transition: all 0.3s;
  padding: 24px;
  overflow-y: auto;
  scrollbar-width: none;
  background-color: #FFFFFF;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 270px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav hr {
  margin: 10px;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 8px;
}


.sidebar-nav .nav-heading {
  color: #64748B;
  padding: 0px 0 12px 0px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;

}

.sidebar-nav .nav-link {
  color: #191D23;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  border-radius: 4px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.sidebar-nav .nav-link svg {
  margin-right: 10px;
}

.sidebar-nav .nav-link.active {
  background: #12A550;
  color: #FFFFFF;

}

.sidebar-nav .nav-link.active i {
  color: #FFFFFF;
}

.sidebar .sett {
  background: #7070FD;
  border: none;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  margin-top: 16px;
  border-radius: 4px;
  width: 100%;
}

.sidebar .sett a {
  text-decoration: none;
  color: #FFFFFF;
}

.sidebar .sett i {
  margin-right: 15px;
  font-size: 18px;
  color: #FFFFFF;
}

.sidebar .sett span {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.sidebar .logg {
  background: #E14444;
  border: none;
  display: flex;
  align-items: center;
  padding: 12px 12px;
  margin-top: 16px;
  border-radius: 4px;
  width: 100%;
}

.sidebar .logg i {
  margin-right: 15px;
  font-size: 18px;
  color: #FFFFFF;
}

.sidebar .logg span {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 20px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*=========================================================
             DASHBOARD CSS
=========================================================== */
.row-custom-padding {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.table-data {
  padding: 12px 16px !important;
  vertical-align: middle !important;
}

.custom-table tbody tr {
  border-bottom: 1px solid #060808;
  height: auto !important;
}

.custom-table tbody tr:hover {
  background-color: #f8f9fa;
}

.dashboard-box {
  border-radius: 12px;
  /* background: #FFF; */
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.02);
}

.dashboard-box {
  width: 230px !important;
}

.text-style {
  color: rgba(0, 24, 10, 0.40);
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.box-color {
  background-color: #FFFFFF;
  padding: 1rem !important;
}

.number-style {
  font-family: 'Merriweather Sans', sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.ratio-style {
  display: flex;
  margin-bottom: 0 !important;
  align-items: flex-start;
  gap: 4px;
  flex: 1 0 0;
  padding-top: 6px;
}

/* ==============================
Dropdown button
================================= */
/* Remove default Bootstrap dropdown caret */
.dropdown-toggle::after {
  display: none !important;
}

/* ✅ Show your custom image */
.dropdown-icon {
  width: 18px;
  height: 18px;
  margin-left: 8px;
  display: inline-block;
  padding-bottom: 3px;
  font-size: 20px !important;
  /* ✅ Fix */
}


/* Align button text + icon */

.custom-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background-color: #FFF;
}


/* Remove focus border */

.custom-dropdown-btn:focus {
  outline: none !important;
  border: none !important;
}


/* 
============================================================================
Graph Heading
========================================================================== */

.graph {
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.btn-style {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  border-radius: 8px !important;
  background: #FFF !important;
}

.button {
  background: #FFF !important;
  border-radius: 8px !important;
}


/* 
===============================================================================
Graph
================================================================================
*/
.chart-box {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  height: 400px;
  overflow: hidden;
}

.graph {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.btn-style {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #FFF;
}

.button {
  background: #FFF;
  border-radius: 8px;
}


/* 
=======================================================================================
media query
======================================================================================= */

@media(max-width:425px) {
  .graph {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0px;
  }

  .btn-style {
    font-size: 12px !important;
    padding-top: 9px !important;
  }

  .img-color {
    margin-top: 10px;
  }
}


/* Add to your CSS file */

.chart-container {
  height: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 24px 0;
}


/* 
================================
padding
================================= */

.custom-spacing {
  --bs-gutter-x: 1rem !important;
  --bs-gutter-y: 1rem !important;
  padding-bottom: 1.5rem !important;
}

.costom-margin {
  margin-bottom: 0.5rem !important;
}

.number-padding {
  padding-bottom: 18px !important;
}


/* 
================================================
GRAPH SECTION CSS
================================================= */


/* Apply horizontal padding (replaces px-2 on col-6) */

.chart-box {
  overflow-x: auto;
  padding-bottom: 10px;
}

.chart-box canvas {
  min-width: 1200px;
  /* Customize this to match your label count */
}

.custom-spacing-row .col-6:first-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.min-width {
  min-width: 1200px;
}

.over-flow {
  width: 100%;
}


/* Apply bottom padding (replaces pb-3) */

.custom-spacing-row .col-6:last-child {
  padding-bottom: 1rem;
}

/* Small search box width only */

.small-width-search {
  position: relative;
  width: 200px;
  /* Adjust as needed */
}


/* Search input */

.search-input {
  width: 100%;
  height: 45px;
  padding: 0 2.2rem 0 1rem;
  border-radius: 6px;
  border: none;
  background-color: #ffffff;
  font-size: 14px;
}

.search-input:focus {
  outline: none;
  box-shadow: none;
}


/* Search icon */

.search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  pointer-events: none;
}


/* Assign button styling */

.custom-search-btn {
  display: flex;
  width: 200px;
  padding: 8px 12px !important;
  align-items: center;
  gap: 8px;
  background: #12A550 !important;
  border: none !important;
}

.custom-search-btn i {
  color: white;
  margin-right: 8px;
}

/* Breadcrumb styles */

.link-styling {
  color: rgba(0, 24, 10, 0.40);
  font-family: "Merriweather Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none !important;
}

.link2-styling {
  color: #060808;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}

.download-now {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.subject-style {
  color: #FFF;
  font-family: Roboto;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}

.subject-style a {
  text-decoration: none;
  color: #FFF;
}

.assig {
  color: #12A550;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 24px;
}

.assig .assign-space {
  margin-top: 40px;
}

/* Margin below breadcrumb */

.breadcrumb-wrapper {
  margin-bottom: 24px;
}


/* Replacing breadcrumb divider */

.custom-breadcrumb {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");
}


/* Margin below heading + search */

.heading-search-wrapper {
  margin-bottom: 24px;
}


/* Search input style */

.custom-search-input {
  background-color: #f8f9fa;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding-right: 40px;
  padding-left: 16px;
}

#tableSearch {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: #f9f9f9;
  /* optional */
  border-radius: 8px;
  /* optional */
  padding: 8px 12px;
  /* optional */
}

#tableSearch:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}



/* Black Search Icon */

.search-icon-black {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  /* Black color */
  pointer-events: none;
}

@media (max-width: 767.98px) {

  /* Reduce search bar width on small screens */
  .small-width-search {
    width: 100% !important;
  }

  /* Make the button full width or auto-adjust */
  .custom-search-btn {
    width: 100% !important;
    justify-content: center;
  }

  /* Align heading and controls in stacked layout */
  .row.align-items-end {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .row.align-items-end .col-12,
  .row.align-items-end .col-md-6 {
    width: 100%;
  }

  /* Optional: reduce font size of heading on small screens */
  .assig {
    font-size: 18px;
    line-height: 24px;
  }
}


/* 
========================================================
              ASSIGN SUBJECT TABEL CSS
======================================================== */

.table-heading {
  color: #060808;
  font-family: "Merriweather Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.table-data {
  /* color: rgba(6, 8, 8, 0.60); */
  color: rgba(6, 8, 8, 0.60) !important;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}


/* Table appearance */

.custom-table {
  background-color: rgba(255, 255, 255, 1);
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
  /* border: 1px solid #060808 !important; */
}

/* Add dim borders to table rows */
.custom-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

/* Remove vertical borders and DataTable sort icons */

.custom-table th,
.custom-table td {
  border-left: none !important;
  border-right: none !important;
  vertical-align: middle;
}


/* Remove DataTables default arrow icons */

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  display: none !important;
}

/* Column width definitions for proper alignment */
.custom-table th:nth-child(1),
.custom-table td:nth-child(1) {
  width: 50px;
  text-align: center;
}

.custom-table th:nth-child(2),
.custom-table td:nth-child(2) {
  width: 180px;
}

.custom-table th:nth-child(3),
.custom-table td:nth-child(3) {
  width: 220px;
}

.custom-table th:nth-child(4),
.custom-table td:nth-child(4) {
  width: auto;
  min-width: 250px;
}

.custom-table th:nth-child(5),
.custom-table td:nth-child(5) {
  width: 120px;
  text-align: center;
}

.custom-table th:nth-child(6),
.custom-table td:nth-child(6) {
  width: 150px;
  text-align: center;
}

/* Table heading text */

.text-heading {
  font-weight: 600;
  color: #212529;
  background-color: #f9f9f9;
  padding: 12px 16px !important;
  vertical-align: middle !important;
}

/* .table-responsive {
    overflow-x: auto;
} */


/* Search bar styles */

.custom-search-input {
  padding-left: 1rem;
  padding-right: 2.5rem;
  border: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  background-color: #f8f9fa;
}

.search-icon-black {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  pointer-events: none;
}

/* =========================
Table pagination
=


/* pagination */


.branch-text {
  color: rgba(6, 8, 8, 0.60);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 20px;
}

.pagination {
  padding-top: 20px;
}

.pagination .page-item .page-link {
  border-radius: 8px;
  border: none;
  margin-left: 4px;
  background-color: #FFF;
  color: #060808;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pagination .page-item .page-link:hover {
  background: #12A550;
  color: #FFF;
}

.pagination .page-item.active .page-link {
  background: #36BB17;
  color: #FFF;
  border: none;
}

.pagination .page-item.disabled .page-link {
  color: #000;
  pointer-events: none;
  background: rgba(6, 8, 8, 0.16);
}

.pagination .page-link:hover {
  background-color: #E2E6EA;
}

/* notification page styling */
.notifi-wrap {
  padding-top: 16px;
}

.enteries-css {
  color: rgba(6, 8, 8, 0.60);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

/* 
media query for enteries */

@media (max-width: 425px) {
  .enteries-css {
    font-size: 10px !important;
  }

  .custom-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: coloumn !important;
  }
}

/* 
inline spacing of datatable */


/* icons styling */

.icon-pading {
  padding-right: 15px;

}

.fs {
  font-size: 16px;
}

.privacy-bg {
  padding: 20px !important;
}

.yellow {
  background-color: rgba(225, 196, 3, 0.08) !important;
  outline: none !important;
  border: none !important;
  letter-spacing: 1.5px;

}

.green {
  background-color: rgba(18, 165, 80, 0.08) !important;
  outline: none !important;
  border: none !important;
}

.link-padding {
  padding: 7px !important;
}

.link-padding-2 {
  padding: 7px !important;

}

.link-padding-3 {
  padding: 5px !important;
}

/* .btn-padding{
    padding-left: 10px !important;
} */
.search-padding {
  padding-left: 10px !important;
}

.togle-img {
  padding-top: 5.8px !important;
  padding-right: 15px !important;
}

.table-sec {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE & Edge */
  border-radius: 1rem;
  padding-bottom: 5px;
  display: block;
}

.form-padding {
  padding: 1rem !important;
}

.no-border-select {
  border: 1px solid rgba(6, 8, 8, 0.2) !important;
  box-shadow: none !important;
  background-color: white;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
}

.no-border-select-input {
  border: 1px solid rgba(6, 8, 8, 0.2) !important;
  box-shadow: none !important;
  background-color: white;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
}

.no-border-select-input:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid rgba(6, 8, 8, 0.2) !important;

}

.option-color {
  color: gray !important;
}

.lable-css {
  color: #060808;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 3px;
  /* 171.429% */
}

.assig-padding {
  padding-bottom: 20px;
}

.padding-con {
  padding-left: 24px !important;
}

.give {
  width: 100px !important;
}

.icon-padding-2 {
  padding-left: 20px !important;
}

.red {
  background-color: rgba(225, 68, 68, 0.08) !important;
  outline: none !important;
  border: none !important;
}

.custom-border-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

/*========================================================
                 ALL BRANCHES PAGE CSS  
==========================================================*/
nav {
  --bs-breadcrumb-divider: '>';
}

.breadcrumb-item.active {
  color: rgba(6, 8, 8, 0.36);
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
  margin-top: 7px;
}

.breadcrumb-page-link {
  color: #060808;
  font-family: "Nunito Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
  text-decoration: none;

}

.breadcrumb-page-link:hover {
  color: #060808;
}

.branch-title {
  color: #12A550;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  margin-bottom: 0px;
}

.branch-spacing {
  height: 100%;
  padding-top: 25px;
}

.add-branch-butn {
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  background: #12A550;
  padding: 8px 12px;
  border-radius: 4px;
  border-color: transparent;
  float: right;
}

.branch-card {
  background: #FFF;
  padding: 20px;
  border-radius: 12px;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 1rem;
  box-sizing: border-box;
  height: 100%;
}

.branch-card-pic-sec {
  display: flex;
  justify-content: space-between;
}

.branch-card-pic-sec a {
  background: rgba(18, 165, 80, 0.08);
  height: auto;
}

.branch-card-inactive-sec {
  display: flex;
  justify-content: space-between;
}

.branch-card-inactive-sec a {
  background: rgba(225, 68, 68, 0.08);
}

.branch-card-inactive-sec a:hover {
  color: #E14444;
}

.branch-card-pic-sec a img {
  padding-right: 4px;
}

.branch-card-pic-sec a:hover {
  color: #12A550;
}

.active-btn {
  color: #12A550;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  padding: 4px 8px;
  border-radius: 50px;
  text-decoration: none;
  gap: 8px;
}

.inactive-btn {
  color: #E14444;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  padding: 4px 8px;
  border-radius: 50px;
  text-decoration: none;
  gap: 8px;
}

.campus-title {
  color: #060808;
  padding-top: 25px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 175% */
}

.branch-card-info {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 8px;
}

.branch-card-info p {
  margin-bottom: 0px;
  color: rgba(6, 8, 8, 0.60);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
}

.branch-text {
  color: rgba(6, 8, 8, 0.60);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 20px;
}

.pagination {
  padding-top: 20px;
}

.pagination .page-item .page-link {
  border-radius: 8px;
  border: none;
  margin-left: 4px;
  background-color: #FFF;
  color: #060808;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.pagination .page-item .page-link:hover {
  background: #12A550;
  color: #FFF;
}


.pagination .page-item.active .page-link {
  background: #36BB17;
  color: #FFF;
  border: none;
}

.pagination .page-item.disabled .page-link {
  color: #000;
  pointer-events: none;
  background: rgba(6, 8, 8, 0.16);

}

.pagination .page-link:hover {
  background-color: #e2e6ea;
}



/* ====== Media Query ====== */
@media (max-width: 425px) {
  .branch-title {
    justify-content: center !important;
    /* text-align: center; */
  }

  .add-branch-butn {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

/* DELETE MODAL STYLING */
.branch-name {
  color: #060808;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px;
}

.back-btn {
  width: 40% !important;
  color: #060808;
  padding: 8px 12px !important;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 8px;
  margin-right: 12px;
  background: rgba(6, 8, 8, 0.08) !important;
}

.modal-title {
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  font-size: 17px;
}

.back-btn a {
  color: #060808;
  text-decoration: none;
}

.back-btn:focus {
  box-shadow: none;
}

.remove-btn {
  width: 40% !important;
  color: #FFF;
  padding: 12px 12px !important;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 8px;
  background: #E14444 !important;
}

.remove-btn a {
  color: #FFF;
  text-decoration: none;
}

.remove-btn:focus {
  box-shadow: none;
}

@media (max-width: 425px) {
  .reply-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .read-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
  }
}

/*=======================================
             All Forms Styling
==========================================*/



.detail-heading {
  color: #060808;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 12px;
  margin-bottom: 0px;
  /* margin-left: 14px; */
}

.branch-detail-info {
  background: #FFF;
  padding: 20px;
  border-radius: 12px;
  /* margin-left: 14px;
    margin-right: 14px; */
}

.form-name {
  color: #060808;
  font-family: "Merriweather Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-bottom: 5px;
  padding-top: 20px;
}

.form-in {
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  color: #06080833;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}

.form-in::placeholder {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  /* leading-trim: NONE; */
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #06080833;
}

.form-in:focus {
  box-shadow: none;

}

.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 100%;
  padding: 3px;
  border: 1px solid rgba(6, 8, 8, 0.20);
  border-radius: 8px;
}

.choose-file-button {
  flex-shrink: 0;
  color: #FFF;
  background: #12A550;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 5px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  overflow: hidden;
  color: rgba(6, 8, 8, 0.20);
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  border: 1px solid rgba(6, 8, 8, 0.20);
  z-index: 2;
  /* sits above everything */
}

.mt-100 {
  margin-top: 100px;
}


.details-btns {
  padding: 24px 0px;
}

.cancel-btn {
  padding: 12px 35px !important;
  color: #060808;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  background: rgba(6, 8, 8, 0.08) !important;
  border-radius: 4px !important;
  margin-right: 12px !important;
  border: none !important;
}

.danger-btn {
  background: #E14444 !important;
  padding: 12px 35px !important;
  border-radius: 4px !important;
  margin-right: 12px !important;
  border: none !important;
}

.danger-btn a {
  text-decoration: none;
  color: #FFF !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
}

.cancel-btn:focus {
  box-shadow: none;
}

.cancel-btn a {
  color: #060808;
  text-decoration: none;
}

.save-btn {
  padding: 12px 12px;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  border-radius: 4px;
  background: #12A550 !important;
  border: none;
}

.save-btn a {
  color: #FFF;
  text-decoration: none;
}

.save-btn:hover {
  color: #FFF;
}

@media (max-width: 768px) {
  .save-btn {
    margin-top: 12px;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .cancel-btn {
    /* width: 100%; */
    justify-content: center;
    text-align: center;
  }

  .file-drop-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }
}



.del-img {
  border-radius: 4px;
  background: #E14444;
  padding: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.del-img i {
  font-size: 24px;
  color: white;
}

.add-img {
  border-radius: 4px;
  background: #12A550;
  padding: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}

.add-img i {
  font-size: 24px;
  color: white;
}

@media (max-width: 425px) {
  .del-img {
    margin-top: 10px;
  }

  .add-img {
    margin-top: 10px;
  }

  #main {
    padding: 20px 0px !important;
  }
}




.form-inside {
  align-items: center;
  border-radius: 8px;
  color: #06080833;
  resize: none;
}

.form-inside:focus {
  box-shadow: none;
}

.form-name {
  margin-bottom: 0px !important;
}

.date-input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(6, 8, 8, 0.20);
  color: #06080833;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.chat-box-btn {
  padding-top: 20px;
}

.chat-btn {
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 12px 12px;
  border-radius: 4px;
  background: #7070FD !important;
  text-decoration: none;
}

.chat-btn:focus {
  box-shadow: none;
}

.chat-btn a {
  color: #FFF;
  text-decoration: none;
}

.save-only-btn {
  padding: 12px 32px;
  color: #FFF;
  margin-right: 12px;
}

.save-only-btn:focus {
  box-shadow: none;
}

@media (max-width: 768px) {
  .chat-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .save-only-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
  }
}



/* ========== View Syllabus Page Styling===========*/




.del-btn {
  padding: 12px 48px !important;
  color: #FFF !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  border-radius: 4px !important;
  background: #E14444 !important;
  margin-right: 12px !important;
}

.pdf-doc-area {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.del-btn a {
  color: #FFF;
  text-decoration: none;
}

.del-btn:focus {
  box-shadow: none;
}

/* ========== Media Query of Delete Button ========== */
@media (max-width: 768px) {
  .del-btn {
    margin-top: 12px;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .pdf-doc-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }

}




/* ========== View Syllabus Page Styling End===========*/
.edt-del-btn {
  padding: 12px 20px;
}

.users-btns {
  margin-left: 12px;

}

.personal-btn {
  background: #FFF;
  padding: 8px 20px;
  margin-top: 8px;
  font-weight: 700;
  color: #060808;

  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  line-height: 24px;
  border-radius: 4px;
}

.personal-btn:focus {
  box-shadow: none;
}

.modal-content {
  border-radius: 12px;
  background: #FFF;
  padding: 0px;
}

.logout-btns-sec {
  margin-top: 20px !important;
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

.modal-body {
  padding: 20px;
}

.reply-btn {
  color: #060808 !important;
  width: 49%;
  padding: 12px !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  border-radius: 8px !important;
  background: rgba(6, 8, 8, 0.08) !important;
}

.reply-btn a {
  color: #060808;
  text-decoration: none;
}

.reply-btn:focus {
  box-shadow: none;
}

.read-btn {
  color: #FFF !important;
  padding: 12px !important;
  width: 50%;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  border-radius: 8px !important;
  background: #12A550 !important;
}

.read-btn a {
  color: #FFF;
  text-decoration: none;
}

.read-btn:focus {
  box-shadow: none;
}

@media (max-width: 425px) {
  .reply-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .read-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
  }
}

/* ==============================================
=================================================
New Page Styling 
==================================================
==================================================*/
.photo-sesn {
  height: 300px;
  border-radius: 8px;
  border: 1px solid rgba(6, 8, 8, 0.20);
  background: #FFF;
}

.photo-sesn img {
  width: 100%;
  height: 300px;
  border-radius: 8px;
}

.new-css {
  color: #060808;
  margin-bottom: 12px;
  font-family: 'Merriweather Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;

}

.padding {
  padding-top: 20px;
}

.assign-class {
  color: #060808;
  font-family: "Merriweather Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 24px;
  /* 150% */
}

.main-class {
  padding-top: 20px !important;
}


.card-img {
  background-image: url(../img/dff86e5e9cd26506b026e5faaafc5656b75734e6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 15rem !important ; */
}

.card-img-2 {
  background-image: url(../img/2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 15rem !important ; */
}

.card-img-3 {
  background-image: url(../img/3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 15rem !important ; */
}

.card-img-4 {
  background-image: url(../img/4.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 15rem !important ; */
}

.card-img-5 {
  background-image: url(../img/6.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 15rem !important ; */
}

.card-img-6 {
  background-image: url(../img/7.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 15rem !important ; */
}

.card-img-7 {
  background-image: url(../img/5.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* width: 15rem !important ; */
}

.w-50 {
  height: 150px !important;
}

.curve-divider {
  background: white;
  clip-path: polygon(45% 0, 62% 17%, 100% 18%, 100% 100%, 73% 100%, 42% 100%, 23% 100%, 0 100%, 0 0, 19% 0);
  /* height: 140px; */
  /* background-color: #36BB17; */
  width: 100% !important;
  /* ✅ This is required for full width */
  /* display: flex; */
  padding-top: 35px;
  padding-left: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rounde {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}


.grade-text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  z-index: 2;
}

.clip {
  color: #191D23;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  /* 171.429% */
}

.pdf {
  color: #191D23;
  font-family: "Nunito Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}

.grade {
  color: #191D23;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  /* 171.429% */
}

.padding-clip {
  padding-top: 30px !important;
}

.pad .c-down {
  color: #4343FE;
  font-size: 20px;
  margin-right: 12px;
}

.pad .r-trash {
  color: #E14444;
  font-size: 20px;
  margin-right: 12px;
}

.lab-work {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
}

@media (max-width: 767.98px) {
  .med {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .med {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.bootom {
  padding-bottom: 15px !important;
}



/*====================================
          DELETE MODEL CSS
======================================*/
.del-modal h5 {
  font-family: 'Merriweather Sans';
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 8px;
}

.del-modal p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px
}

.cancl-btn {
  border-radius: 4px;
  padding: 12px;
  background: #06080814;
  border: none;
  width: 50%;
}

.del-less {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  background: #E14444;
}


/* .img-color {
  /* background-color: rgba(6, 8, 8, 0.08) !important; */
/* height: 140px !important; */
/* padding-left: 10px !important; */


.img-radius {
  border-radius: 20px !important;
  height: 150px !important;
  width: 100% !important;
}

.container-padding {
  padding: 20px !important;
  border-radius: 12px;
}

.custom-gap {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  margin-bottom: 20px;
}

.ai-text {
  color: #060808;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
  margin: 0px;
  padding: 8px 12px;
}

.ai-coloumn {
  background-color: rgba(6, 8, 8, 0.16) !important;
  padding: 0px !important;
}

.ai-coloumn-2 {
  padding: 0px !important;
  background-color: rgba(6, 8, 8, 0.16) !important;
}

.ai-pading {
  padding: 20px !important;
}

.title-class {
  color: #060808;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 171.429% */
}

.title-para {
  color: #060808;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.row-margin {
  padding-top: 30px !important;
  padding-left: 19px;
}

.chat-wrapper {
  /* max-width: 600px; */
  /* margin: 60px auto; */
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.input-field {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 0;
  outline: none;
}

.input-field:focus {
  border-color: none;
}

.send-icon-button {
  background: none;
  border: none;
  padding: 0 12px;
  font-size: 1.5rem;
  color: black;
  cursor: pointer;
}

.send-icon-button:hover {
  color: #084cdf;
}

.attach-button {
  color: #12a550;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.attach-button:hover {
  background-color: #e9ecef;
}

.bot-text {
  color: rgba(6, 8, 8, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.chat-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* NOTIFICATION  */
.cancell {
  border-radius: 4px !important;
  background-color: rgba(6, 8, 8, 0.08) !important;
  color: #060808;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.cancell a {
  text-decoration: none;
  color: #060808;
}

.cancell:focus {
  border: none !important;
}

.cancell-2 {
  border-radius: 4px !important;
  background-color: #12A550 !important;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  width: 100px;
}

.cancell-2 a {
  text-decoration: none;
  color: #FFF;
}

@media(max-width: 425px) {
  .custom-media {
    font-size: 15px !important;
  }
}

.custom-padding {
  padding: 1.5rem;
  /* replaces p-3 */
}

.custom-vertical-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
  /* replaces py-3 */
}

.custom-margin {
  margin-bottom: 1rem;
  /* replaces mb-3 */
  margin-top: 1rem;
  /* replaces mt-3 */
}

.lable-setting {
  color: #060808;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 10px;
  /* 171.429% */
}

input:disabled {
  background-color: #FFFFFF !important;
  /* light gray or any color you want */
  color: #060808 !important;
  /* optional: change text color if needed */
}

textarea:disabled {
  background-color: #FFFFFF !important;
  /* light gray or any color you want */
  color: #060808 !important;
  /* optional: change text color if needed */
  opacity: 1;
}

.custom-top {
  margin-top: 10px !important;
}

.reply-to {
  color: #060808;
  font-family: "Merriweather Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.custom-padding {
  margin-bottom: 18px !important;
}

textarea.form-control {
  resize: none;
}

/*=================================
    ACCOUNT SETTINGS
=================================== */
.user {
  color: #12A550;
  font-family: "Merriweather Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  /* 150% */
}

.btn-new {
  margin: auto;
  outline: none !important;
  border: none !important;
  border-radius: 0.5rem;
  background: rgba(6, 8, 8, 0.08);
}

.btn-new-2 {
  margin: auto;
  outline: none !important;
  border: none !important;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #12A550 0%, #12A550 100%), #FFF;
}

.btn-new {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn-new-2:focus,
.btn-new-2:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* NAV TABS PILLS CSS*/
.items-space .nav-link {
  background: #FFFFFF !important;
  border-radius: 5px !important;
  color: #060808 !important;
  margin-right: 12px;
  font-weight: 700;
  font-size: 14px;
}

.custom-nav .nav-link.active {
  background-color: #12A550 !important;
  color: #FFFFFF !important;
}

.tab-pane:not(.active) {
  display: none !important;
}

.upload {
  color: #060808;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
}

.student-image {
  position: relative;
}

.student-image img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  object-fit: cover;
}

.student-image .photoo {
  position: absolute;
  top: 163px;
  display: flex;
  width: 200px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #12A550;
  border: none;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* ================================================================
====================================================================
Accadmic Clender
=====================================================================
==================================================================== */
.custom-btn {
  background-color: rgba(0, 24, 10, 0.02) !important;
  color: rgba(0, 24, 10, 0.72);
  text-align: center;
  font-family: "Merriweather Sans";
  font-size: 14px;
  margin-bottom: 5px !important;
  font-style: normal;
  margin-left: 6px !important;
  /* width: 100px; */
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}

.span-css {
  color: rgba(0, 24, 10, 0.4);
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.common-css {
  color: #e14444;
  font-family: "Merriweather Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

.common-para {
  color: rgba(0, 24, 10, 0.4);
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  /* 133.333% */
}

.div-bg-1 {
  background-color: rgba(225, 68, 68, 0.08);
  border-left: 2px solid rgba(225, 68, 68, 1);
}

.div-bg-2 {
  background-color: rgba(18, 165, 80, 0.08) !important;
  border-left: 2px solid rgba(18, 165, 80, 1) !important;
}

.div-bg-3 {
  background-color: rgba(225, 196, 3, 0.08);
  border-left: 2px solid rgba(225, 196, 3, 1);
}

.div-color-1 {
  background-color: rgba(18, 165, 80, 0.08) !important;
  border: 1px solid rgba(18, 165, 80, 0.12) !important;
}

.div-color-2 {
  background-color: rgba(225, 196, 3, 0.08) !important;
  border: 1px solid rgba(225, 196, 3, 1) !important;
}

.no {
  text-decoration: none;
  color: #12a550;
  font-family: "Merriweather Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 160% */
}

.dot-sm {
  width: 6px;
  height: 6px;
}

.space {
  color: rgba(0, 24, 10, 0.4);
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.padding-bottom {
  padding-top: 354px !important;
  padding-bottom: 0px !important;
  padding-left: 10px !important;
}

.cards-pading {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pad-bottom {
  padding-bottom: 10px !important;
}

.custom-border-top {
  border-top: 1px solid rgba(6, 8, 8, 0.08) !important;
}

/* Replace px-1 */
.spacing-x {
  margin-left: 0.25rem;
  /* 4px */
  margin-right: 0.25rem;
}

/* Replace pb-2 / gy-2 */
.button-spacing {
  padding-bottom: 0.5rem;
  /* 8px */
  row-gap: 0.5rem;
}

/* Replace mb-1 */
.btn-custom {
  margin-bottom: 0.25rem;
  /* 4px */
}

/* Replace px-2 */
.custom-hr {
  padding-top: 20px !important;
}

.custom-card {
  padding: 1rem;
  /* Replaces p-3 */
}

.custom-bottom-padding {
  padding-bottom: 0.5rem;
  /* Replaces pb-2 */
}

.custom-inner-padding {
  padding: 0.5rem;
  /* Replaces p-2 */
}

.custom-vertical-gap {
  row-gap: 1rem;
  /* Replaces gy-3 */
}

.custom-zero-margin {
  margin: 0 !important;
}

.custom-flex-gap {
  gap: 0.5rem;
  /* replaces gap-2 */
}

.custom-icon-padding {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  /* replaces px-2 */
}

.box-style {
  padding: 0.25rem 0.25rem;
  /* replaces px-1 py-1 */
  border-radius: 0.75rem;
}

.custom-date-text {
  padding: 0.5rem 0.75rem;
  /* replaces px-3 py-2 */
  margin: 0;
}

.custom-task-text {
  margin: 0;
}

.custom-dot-spacing {
  margin-right: 0.5rem;
  /* replaces me-2 */
}

.custom-container-spacing {
  padding-top: 1rem;
  /* Replaces py-3 */
  padding-bottom: 1rem;
}

.custom-inner-spacing {
  padding: 1.5rem;
  /* Replaces p-1 */
}

.castom {
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}

.fluid-padding {
  padding-bottom: 1rem !important;
  padding-top: 3rem !important;
}

@media(max-width: 768px) {
  .padding-bottom {
    padding-top: 20px !important;
  }

  /* .header .pick-now{
    width: 25%!important;
  } */
}

/* =========================================================================================================== */
.total-students-card {
  display: flex;
  align-items: stretch;
  margin-top: 16px;
}

.total-students-card .outer-card-body {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.02);
  border: none;
  width: 100%;
}

.total-students-card .inner-card-body {
  padding: 16px 16px;
}

.total-students-card h5 {
  color: rgba(0, 24, 10, 0.40);
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.total-students-card .Student-svg {
  display: flex;
  float: right;
}

.total-students-card h2 {
  color: #060808;
  font-family: "Merriweather Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
}

.total-students-card p {
  color: #E14444;
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  margin-bottom: 0px;
}

.total-students-card .percentage-text {
  color: #12A550;
  font-family: "Merriweather Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
}

.graph-heading {
  display: flex;
  justify-content: space-between;
  margin-top: 46px;
}

.graph-outer {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.02);
  margin-top: 26px;
}

.graph {
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}

.btn-style {
  display: flex;
  padding: 8px 12px;
  align-items: center;
  gap: 16px;
  border-radius: 8px !important;
  background: #FFF !important;
}

.button {
  background: #FFF !important;
  border-radius: 8px !important;
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
  #main {
    padding: 0px !important;
  }

  #calendarGrid {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.35rem !important;
    /* padding: 10px 0px !important; */
  }
}

@media only screen and (max-width: 320px) {
  #weekdayHeader {
    display: block !important;
  }

  #calendarGrid {
    display: grid !important;
    grid-template-columns: none !important;
    gap: 0.35rem !important;
  }
}

@media (max-width: 425px) {
  #calendarGrid {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px !important;
    /* padding: 10px 0px !important; */
  }

  #calendarGrid>div {
    min-height: 56px;
    padding: 10px 0px !important;
  }
}


/* ======================== NEWW CSS ==================== */
.login-section .login-card {
  width: 480px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.login-section .login-card .card-body {
  padding: 20px;
}

.login-section .brand-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
  margin-bottom: 12px;
}

.login-section .small-muted {
  color: #060808 !important;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  margin-bottom: 4px;
}

.login-section .form-control,
.form-select {
  border-radius: 8px;
  height: 40px;
  color: rgba(6, 8, 8, 0.20);
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.login-section .btn-login {
  border-radius: 8px;
  background: #12A550;
}

.login-section .btn-login:hover {
  background-color: #0f8b40;
}

.login-section .forgot-link {
  color: #e03b3b;
  font-size: 0.95rem;
}

.login-section .small-muted {
  color: #9b9b9b;
  text-decoration: none;
}

/* ---------------Performance Page CSS --------------- */
.title {
  color: #12A550;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  margin-bottom: 8px;
}

.text-muted {
  color: #191D23 !important;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.tabs-container {
  border-radius: 12px;
  background: #12A550;
  display: flex;
  padding: 8px;
  margin-bottom: 24px;

}

.tab-btn {
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  font-size: 13px;
  background: transparent;
  color: #fff;
  transition: 0.3s;
}

.tab-btn.active {
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.32);
}

/* New Css */
.off-white {
  background-color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 20px !important;
}

.update-btn {
  background: #12A550 !important;
  border-radius: 4px;
  padding: 12px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
  border: none;
}

.green-btn {
  width: 225px;
  background-color: #12A550 !important;
  padding: 8px;
  border-radius: 8px;
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF !important;
  border: none;
  text-align: start;
}

.sennt-btn {
  width: 160px !important;
  background-color: #12A550 !important;
  padding: 8px;
  border-radius: 8px;
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF !important;
  border: none;
  text-align: center;
}

.sennt-btn img {
  width: 24px;
  height: 24px;
}

.green-btn img {
  width: 24px;
  height: 24px;
}

.pro-input {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #060808;
}

.pro-input:focus {
  box-shadow: none;
  border: 1px solid #060808;
}

@media(max-width: 600px) {
  .btn-colum {
    display: block !important;
  }

  .sennt-btn {
    width: 100% !important;
  }

  .new-container {
    display: block !important;
  }

  .tab-btn {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .pro-input {
    margin-bottom: 10px !important;
  }

  .green-btn {
    width: 100% !important;
    text-align: center !important;
  }

  .input-group {
    display: block !important;
  }
}

@media only screen and (max-width: 375px) {
  .green-btn {
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  .green-btn {
    width: 100% !important;
  }
}

@media (min-width: 425px) {
  .green-btn {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .green-btn {
    font-size: 11px !important;
  }
}

@media (min-width: 1024px) {
  .sennt-btn {
    width: 145px !important;
  }
}

@media (min-width: 768px) {
  .green-btn {
    width: 200px !important;
  }
}

.cancell-3 {
  border-radius: 4px !important;
  background-color: #12A550 !important;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 12px !important;
}

/* ================================================== ACCOUNT SETTING ==================================================== */
.off-white {
  background-color: #FFFFFF !important;
  border-radius: 12px !important;
  padding: 20px !important;
}

.update-btn {
  background: #12A550 !important;
  border-radius: 4px;
  padding: 12px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF !important;
  border: none;
}

.green-btn {
  width: 225px;
  background-color: #12A550 !important;
  padding: 8px;
  border-radius: 8px;
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF !important;
  border: none;
  text-align: start;
}

.sennt-btn {
  width: 160px !important;
  background-color: #12A550 !important;
  padding: 8px;
  border-radius: 8px;
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF !important;
  border: none;
  text-align: center;
}

.sennt-btn img {
  width: 24px;
  height: 24px;
}

.green-btn img {
  width: 24px;
  height: 24px;
}

.pro-input {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid #060808;
}

.pro-input:focus {
  box-shadow: none;
  border: 1px solid #060808;
}

@media(max-width: 600px) {
  .btn-colum {
    display: block !important;
  }

  .sennt-btn {
    width: 100% !important;
  }

  .new-container {
    display: block !important;
  }

  .tab-btn {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .pro-input {
    margin-bottom: 10px !important;
  }

  .green-btn {
    width: 100% !important;
    text-align: center !important;
  }

  .input-group {
    display: block !important;
  }
}

@media only screen and (max-width: 375px) {
  .green-btn {
    width: 100% !important;
  }
}

@media only screen and (max-width: 320px) {
  .green-btn {
    width: 100% !important;
  }
}

@media (min-width: 425px) {
  .green-btn {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .green-btn {
    font-size: 11px !important;
  }
}

@media (min-width: 1024px) {
  .sennt-btn {
    width: 145px !important;
  }
}

@media (min-width: 768px) {
  .green-btn {
    width: 200px !important;
  }
}

.cancell-3 {
  border-radius: 4px !important;
  background-color: #12A550 !important;
  color: #FFF;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  padding: 12px !important;
}

.check-labell {
  font-family: Nunito Sans;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #060808;
}


/* DATA TABLE CSS */
/* Make table wrapper with scrollable body */
.dataTables_wrapper {
  display: flex;
  flex-direction: column;
}

/* Scrollable table section - horizontal scroll only */
.dataTables_wrapper .dataTables_scroll {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}

.dataTables_wrapper table {
  width: 100% !important;
}

/* Keep pagination and info fixed at bottom */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding: 1rem !important;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  font-family: 'Roboto', sans-serif !important;
  color: rgb(106 107 107) !important;
  font-size: 14px !important;
  margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate {
  clear: none;
  float: right;
  padding: 1rem !important;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
}

/* .dataTables_wrapper .dataTables_paginate .paginate_button{
    background-color: #0f8b40 !important;
    border: none !important;
    color: #060808 !important;
    font-family: "Nunito Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    /* 171.429% */
/* margin-left: 0px !important;
    margin-right: 0px !important;
    border: none !important;  
}    */
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  background: none !important;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  border: none !important;


}

/* Show Entries Section Styling */
.dataTables_wrapper .dataTables_length {
  margin-bottom: 1rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  display: none;
}

.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: #060808;
  font-size: 14px;
}

.dataTables_wrapper .dataTables_length select {
  padding: 0.375rem 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  color: #060808;
  cursor: pointer;
  min-width: 70px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: left !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
  display: none !important;
}

.dataTables_wrapper .dataTables_info {
  color: var(--bs-primary);
  font-family: 'Roboto', sans-serif !important;
  color: rgb(106 107 107) !important;
  font-size: 14px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em .4em !important;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
  background-color: #36bb17;
  color: white;
}

/* Modal box styling */
.logout-modal-content {
  border-radius: 12px;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 0px !important;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  font-family: "Inter", sans-serif;
  display: block;
}

/* Heading */
.logout-modal-title {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Main message */
.logout-modal-message {
  font-size: 14px !important;
  color: #555;
  margin-bottom: 6px;
}

/* Subtext */
.logout-modal-subtext {
  font-size: 14px !important;
  color: #666;
  display: block;
}

/* Footer alignment */
.logout-modal-footer {
  border-top: none;
  padding: 0px !important;
  display: flex;
  justify-content: center;
  gap: 15px;
}

/* Cancel Button */
.logout-cancel-1 {
  background: #f2f2f2;
  border: none;
  padding: 12px 0 !important;
  width: 140px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin: 0;
}

.logout-cancel-1:hover {
  background: #e4e4e4;
}

/* Logout Button */
.logout-confirm-1 {
  background: #e74c3c;
  border: none;
  padding: 12px 0 !important;
  width: 140px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin: 0;
}

.logout-confirm-1:hover {
  background: #cf3f30;
}

.logout-modal-footer form {
  margin: 0;
  padding: 0;
  display: contents;
}

/* Force black text color for all inputs */
input,
select,
textarea,
.form-control,
.form-select {
  color: #000000 !important;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}