body {
  background-color: #f2f2f2;
}

/*navbar css*/

/* Custom styles for collapsed and expanded navbar */
/* Neumorphic Styles */
.neumorphic {
  background-color: #fff; /* Dark background */
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2), -8px -8px 15px rgba(0, 0, 0, 0.2); /* Soft shadows */
  border-radius: 20px;
  margin: 11px;
}

.navbar-collapsed {
  width: 80px;
  transition: width 0.7s ease-in-out;
}

.navbar-expanded {
  width: 250px;
  transition: width 0.7s ease-in-out;
}

.nav-item .nav-link span {
  display: none;
}

.navbar-expanded .nav-item .nav-link span {
  display: inline;
}

.navbar-collapsed .nav-item .nav-link i {
  font-size: 24px;
}

.navbar-toggler {
  display: block;
  margin-left: auto;
}

.nav-name {
  background-color: #04496e;
  padding: 4px;
  margin-top: 3px;
  text-align: center;
}

/* Dropdown Styles */
.dropdown-menu {
  background-color: #fdfdfd; /* Same background as sidebar */
  border: none; /* Remove border for dropdown */
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.2),
    -8px -8px 15px rgba(255, 255, 255, 0.2); /* Neumorphic effect */
}

.dropdown-item {
  color: #fff; /* Text color for dropdown items */
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1); /* Hover effect */
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 0;
  height: 98vh;
  /*z-index: 1030;*/
  /*border-radius: 20px;  */
}

header {
  background-color: #343a40;
  color: white;
  padding: 1rem;
  text-align: center;
}
.content {
  margin-left: 80px;
  transition: margin-left 0.7s ease-in-out;
}
.navbar-expanded ~ .content {
  margin-left: 250px;
}

/*navbar css end*/

/*count card css*/
.counter-box {
  display: block;
  background: #f6f6f6;
  padding: 40px 20px 37px;
  text-align: center;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #909090;
  font-size: 18px;
  font-weight: 500;
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #d2d2d2;
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #666;
  line-height: 28px;
}

.counter-box.colored {
  background: #3acf87;
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
  color: #fff;
}
/*counter card css end*/

/*login page css*/
.login {
  background-image: url("../../asset/image/login-bg.png");
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: cover; /* Ensures the image covers the entire element */
  background-position: center; /* Centers the image */
}
/*login page css end*/

/*form div css*/
.content {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: -3px -3px 7px #ffffff73, 2px 2px 5px rgba(94, 104, 121, 0.288);
}

.field input {
  /*height: 100%;*/
  /*width: 100%;*/
  padding-left: 17px;
  font-size: 18px;
  outline: none;
  border: none;
  color: #595959;
  background: #f5f5f5;
  border-radius: 6px;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
  text-transform: uppercase;
}

.field input:focus ~ label,
.field select:focus,
.field input:focus {
  box-shadow: inset 2px 2px 5px #babecc, inset -1px -1px 2px #ffffff73;
}

/*.field:nth-child(2){*/
/*  margin-top: 17px;*/
/*}*/

.field span {
  position: absolute;
  width: 50px;
  line-height: 50px;
  color: #595959;
}

/*.field label{*/
/*  position: absolute;*/
/*  top: -36%;*/
/*  left: 22px;*/
/*  pointer-events: none;*/
/*  color: #535353;*/
/*  transform: translateY(-50%);*/
/*}*/

.field input:focus ~ label {
  opacity: 0;
}

.field1 input {
  /*height: 100%;*/
  /*width: 100%;*/
  padding-left: 17px;
  font-size: 18px;
  outline: none;
  border: none;
  color: #595959;
  background: #f5f5f5;
  border-radius: 6px;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
  /*text-transform: uppercase;*/
}

.field1 input:focus ~ label,
.field1 select:focus,
.field1 input:focus {
  box-shadow: inset 2px 2px 5px #babecc, inset -1px -1px 2px #ffffff73;
}

/*.field:nth-child(2){*/
/*  margin-top: 17px;*/
/*}*/

.field1 span {
  position: absolute;
  width: 50px;
  line-height: 50px;
  color: #595959;
}

/*.field label{*/
/*  position: absolute;*/
/*  top: -36%;*/
/*  left: 22px;*/
/*  pointer-events: none;*/
/*  color: #535353;*/
/*  transform: translateY(-50%);*/
/*}*/

.field1 input:focus ~ label {
  opacity: 0;
}

.sub-btn {
  margin: 25px 0 0 0;
  width: 20%;
  height: 50px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  background: #c6eaff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #babecc, -5px -5px 10px #ffffff73;
}

.sub-btn:focus {
  color: #3498db;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
}

.field select {
  /*width: 100%;*/
  /*height: 50px;*/

  padding-left: 15px;
  font-size: 18px;
  outline: none;
  border: none;
  background: #f5f5f5;
  border-radius: 6px;
  color: #595959;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
  position: relative;
}

.field select:after {
  content: " ";
  position: absolute;
  top: 18px;
  right: 15px;
  color: #595959;
}

.field textarea {
  padding: 15px;
  font-size: 18px;
  outline: none;
  border: none;
  background: #f5f5f5;
  border-radius: 10px;
  color: #595959;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
  resize: none; /* Optional: to prevent resizing */
  text-transform: uppercase;
}

.field textarea:focus {
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73,
    0 0 15px rgba(0, 0, 0, 0.1); /* Slight glow on focus */
}

/*form div css end*/

/*table css*/
.con-tbl {
  /*   width: 190px;*/
  /*height: 254px;*/
  border-radius: 20px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
  overflow-x: scroll;
}

.sub-btn1 {
  /*margin: 25px 0 0 0;*/
  width: 116px;
  /*height: 50px;*/
  color: #000;
  /*font-size: 18px;*/
  /*font-weight: 600;*/
  background: #c6eaff;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #babecc, -5px -5px 10px #ffffff73;
}

.sub-btn1:focus {
  color: #3498db;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #ffffff73;
}

.export-btn {
  display: flex;
  flex-direction: row;
  float: right;
}

/* Neumorphic Pagination Styles */
.neumorphic-pagination .page-link {
  background-color: #fdfdfd;
  color: #00496c;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1),
    -5px -5px 10px rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.neumorphic-pagination .page-link:hover {
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1),
    inset -5px -5px 10px rgba(255, 255, 255, 0.7);
  background-color: #f0f0f0;
}

.neumorphic-pagination .page-item.active .page-link {
  background-color: #f7f7f7;
  color: #04496e;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1),
    inset -5px -5px 10px rgba(255, 255, 255, 0.7);
}

.neumorphic-pagination .page-item {
  margin: 0 5px;
}

.neumorphic-pagination .page-item.disabled .page-link {
  opacity: 0.6;
  pointer-events: none;
}

/*table css end*/

/*daily thoght css */
.thought-box {
  height: 20vh;
  text-align: center;
  background: #00486d;
  align-content: center;
}

.thought-text {
  font-family: "Noto Serif", serif;
  color: wheat;
}

.font {
  font-family: "Afacad Flux", sans-serif;
}

.data-table {
  max-width: 1650px;
}

/*css for screen print */
/* Hide the Summary column on screen */
.summary-col {
  display: none;
}

.heading {
  display: none;
}

/* Print-specific styling */
@media print {
  body {
    visibility: hidden;
  }
  #reportSection,
  #reportSection * {
    visibility: visible;
  }
  #reportSection {
    position: absolute;
    left: 0;
    top: 0;
  }

  /* Hide the Action column and show the Summary column when printing */
  .action-col {
    display: none;
  }
  .summary-col {
    display: table-cell;
  }

  .heading {
    display: block;
  }
}

.count {
  height: 60vh;
  width: 19%;
}

.msg-btn {
  width: 150px;
}

/* css for no cpy data */
/* .nocopy {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
} */

.reminder-popup {
  position: fixed;
  top: 20px;
  right: 20px;
  background: white;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
  max-width: 350px;
  font-family: Arial, sans-serif;
}
.reminder-popup h4 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #333;
}
.reminder-popup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.reminder-popup li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.reminder-popup button {
  margin-top: 5px;
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  color: white;
  border-radius: 5px;
  font-size: 12px;
}
.reminder-popup button:first-of-type {
  background-color: #007bff;
}
.reminder-popup button:first-of-type:hover {
  background-color: #0056b3;
}
.reminder-popup button:last-of-type {
  background-color: #dc3545;
}
.reminder-popup button:last-of-type:hover {
  background-color: #b02a37;
}

/* Fixed Buttons */
.scroll-btn {
  position: fixed;
  right: 20px;
  padding: 12px 15px;
  font-size: 16px;
  color: white;
  background: #dedfe1;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}

/* Scroll to Top Button */
#scrollToTop {
  bottom: 130px;
}

/* Scroll to Bottom Button */
#scrollToBottom {
  bottom: 80px;
}

/* Hover Effect */
.scroll-btn:hover {
  background: #0056b3;
}

/* message send loading css */

#loadingSpinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: rgb(4 73 110);
  color: white;
  padding: 150px;
  text-align: center;
  border-radius: 10px;
}
