/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);
}
.dark-mode {
  color: #000;
}
/* .noti-contanier {
    
   display: none;
    justify-content: center;
    position: absolute;
    top: 60px;
    right: 300px;
    width: 257px;
    
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    z-index: 1000;
} */

.notification-popup.show {
  display: block;
  background-color: var(--body-bg);
}
.notification-popup {
  display: none;
  justify-content: center;
  position: absolute;
  top: 78px;
  right: 300px;
  width: 257px;
  background: var(--bg-color);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
}

.notification-header {
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--h1);
}

.notification-item {
  padding: 15px 0;
}

.notification-item:last-child {
  border-bottom: none;
}

.notification-title {
  color: #0378a4;
  font-size: 18px;
  margin-bottom: 8px;
  width: 200px;
}
.notification-item span {
  margin-right: 10px;
}

.notification-text {
  font-family: Urbanist;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #5a5a5a;
  margin-bottom: 15px;
  margin-left: 17px;
}

.notification-actions {
  display: flex;
  gap: 10px;
  margin-left: 14px;
}

.btn-see-now {
  width: 83px;
  height: 27px;

  background: #0378a4;
  color: white;
  border: none;

  border-radius: 18px;
  cursor: pointer;
  font-size: 10px;
}

.btn-remove {
  width: 83px;
  height: 27px;
  background: var(--engagement-item);
  color: #0378a4;
  border: 1px solid #0378a4;

  border-radius: 18px;
  cursor: pointer;
  font-size: 10px;
}

/* Add this to your existing bell icon style if needed */
.bell {
  cursor: pointer;
}

.cv-modal {
  display: none;
}

.cv-modal.show {
  display: flex;
}
.cv-modal-content p {
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 30px 0;
  color: var(--h1);
}

.cv-modal-content {
  position: absolute;
  top: 60px;
  right: 200px;
  background: var(--modal-bg);
  padding: 0 30px;
  border-radius: 10px;
  border-bottom: 7px solid #0378a4;
  width: 626px;
  height: 361px;
  max-width: 90%;
  z-index: 1001;
  text-align: center;
  border: 1px solid var(--border-color);
}
.moti-modal-header {
  border-bottom: 1px solid #e5e5e5;
}

.cv-options label {
  display: flex;
  gap: 10px;

  font-size: 16px;
  color: var(--h1);
}
.label-p {
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
  color: var(--p);
}
label {
  display: flex;
  color: var(--h1);
}

.cv-modal-actions {
  display: flex;

  gap: 20px;
}

.cv-confirm-btn,
.cv-cancel-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.cv-options {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: px;
  margin-top: 20px;
}

.cv-options label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.cv-options input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #0378a4;
  width: 20px;
  height: 20px;
  border-radius: 50%;

  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.cv-options input[type="radio"]:checked {
  border-color: #0378a4;
}

.cv-options input[type="radio"]:checked::before {
  content: "";
  width: 12px; /* Adjust size for the inner circle */
  height: 12px;
  border-radius: 50%;
  background-color: #0378a4; /* Active color for the selected radio button */
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  transition: background-color 0.2s ease;
}

.cv-confirm-btn {
  width: 185px;
  height: 58px;
  color: white;
  background-color: #0378a4;

  border-radius: 30px;
  opacity: 0px;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.cv-cancel-btn {
  width: 185px;
  height: 58px;
  color: #0378a4;
  background-color: var(--engagement-item);
  border: 1px solid #0378a4;

  border-radius: 30px;
  opacity: 0px;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

#newSpaceModal .modal-content {
  background-color: var(--modal-bg);
  margin: 3% auto;
  width: 90%;
  max-width: 790px;
  border-bottom: 7px solid #0378a4;
  border-radius: 10px;
  overflow: hidden;
}

#newSpaceModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;
  color: var(--h1);
  padding: 30px;
  height: 90px;
}

#newSpaceModal .modal-header h2 {
  margin: 0;
  font-size: 20px;
}

#newSpaceModal .modal-body {
  padding: 50px;
  max-height: 70vh;
  overflow-y: auto;
}

#newSpaceModal .form-group {
  margin-bottom: 35px;
}

#newSpaceModal .form-group label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: var(--h1);
}

#newSpaceModal .form-group input,
#newSpaceModal .form-group textarea {
  padding: 20px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 18px;
}

#newSpaceModal .form-group textarea {
  height: 180px;
  resize: vertical;
}

#newSpaceModal .btn {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 26px;
  font-size: 18px;
  cursor: pointer;
  height: 55px;
  margin-top: 10px;
}

#newSpaceModal .btn-primary {
  background-color: #0378a4;
  color: white;
}

/* Style for the create button */
.create-button {
  background-color: #0378a4;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

/* Styles for the first modal (createModal) */
#createModal .modal-content {
  overflow-y: scroll;
  margin: 10% auto;
  padding: 90px 20px;
  border-radius: 15px;
  background-color: var(--body-bg);
  max-width: 1035px;
  text-align: center;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-bottom: 7px solid #0378a4;
}
#createModal .modal-content::-webkit-scrollbar {
  height: 5px;
}

#createModal .modal-content h2 {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}

#createModal .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top: -62px;
  margin-right: 10px;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

#createModal .modal-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

#createModal .option {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  width: 215px;
  height: 195px;
  text-align: center;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

#createModal .option p {
  margin-top: 10px;
  font-size: 25px;
  font-family: "Urbanist", sans-serif;
}

#createModal .circle {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 85px;
  height: 85px;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin: 0 auto;
}
#createModal .circle img {
  width: 42px;
  height: 42px;
  margin: 0 auto;
}

/* Styles for the second modal (courseModal) */

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  width: 90%;
  max-width: 790px;

  border-radius: 8px;
  overflow: hidden;
}
.modal-course-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;
  background-color: var(--body-bg) !important;

  color: var(--h1);
  padding: 20px 20px;
  height: 90px;
}

.modal-course-header h2 {
  margin: 0;
  font-size: 20px;
}

.close {
  color: #0378a4;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-body {
  padding: 50px;
  max-height: 70vh;
  overflow-y: auto;
  background-color: var(--body-bg);
}

.form-group {
  margin-bottom: 35px;
}

.form-group label {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: var(--h1);
}
.form-row {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
.form-col {
  width: 100%;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 10px;
  height: 70px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 18px;
}

.form-group textarea {
  height: 180px;
  resize: vertical;
}
.user-avatartii {
  background-color: lightgray;
  width: 32px;
  height: 30px;

  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ccreate-btnn {
  max-width: 90px;
  width: 100% !important;
  background: #0378a4;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
}

.btn {
  width: 100% !important;
  padding: 10px;
  border: none;
  border-radius: 26px;
  background-color: var(--engagement-item);
  font-size: 18px;
  cursor: pointer;
  height: 55px;
  margin-top: 10px;
}

.btn-outline {
  background-color: #0378a4 !important;

  color: white !important;
  border: 2px solid #0378a4;
}

.btn-primary {
  background-color: var(--engagement-item);
  color: #0378a4;
  border: 1px solid #0378a4 !important;
}
#journalModal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;
  background-color: var(--body-bg);

  color: var(--h1);
  padding: 30px 30px;
  height: 90px;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;

  color: black;
  padding: 30px 30px;
  height: 90px;
}

.select {
  height: 70px;
  border-radius: 10px;
  padding: 30px;
}

.input {
  height: 70px;
  border-radius: 10px;
}
.label-slybus {
  font-size: 20px;
  color: #0077b6;
}
input::placeholder {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
textarea::placeholder {
  padding-left: 30px;
  padding-top: 20px;
}
Style for the form group .form-group {
  margin-bottom: 20px;
  /* Clean and modern font */
}

/* Label styling */
.label-slybus {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
}

/* catagary */
h1 {
  font-size: 24px;
  font-weight: 500;
  /* margin-bottom: 20px; */
}

.grades-table {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  max-width: 800px;
}

.table-header {
  display: grid;
  height: 55px;
  grid-template-columns: 1fr 1px 1fr;
  background: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
}

.header-cell {
  padding: 16px 24px;
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--h1);
  background-color: var(--accord);
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  border-bottom: 1px solid #e5e7eb;
}
.row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.table-row:last-child {
  border-bottom: none;
}

.table-cell {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: left;
  background-color: var(--body-bg);
}
.table-cell1 {
  width: 100%;
  display: flex;
  background-color: var(--body-bg);
  align-items: center;
  height: 80px;
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: left;
  padding: 27px;
  color: #5a5a5a;
}
.table-cell p {
  padding: 20px 20px;
}

.center-line {
  background-color: #e5e7eb;
}

input[type="number"] {
  width: 285px;
  height: 43px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 16px;
  color: #6b7280;
  outline: none;
}

input[type="number"]:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 1px #2563eb;
}

/* Hide number input spinners */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

@media (max-width: 640px) {
  .header-cell,
  .table-cell {
    padding: 12px 16px;
    font-size: 14px;
  }
}
/* Custom Modal styling */
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  background-color: rgba(0, 0, 0, 0.5);
}

.custom-modal-content {
  background-color: var(--modal-bg);
  margin: 5% auto;
  width: 90%;
  max-width: 1042px;
  border-bottom: 7px solid #0378a4;

  border-radius: 10px;
}

.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  font-weight: 600;

  color: var(--h1);
  padding: 30px 30px;
  height: 90px;
}
.custom-modal-body {
  padding: 50px;
  max-height: 65vh;
  overflow-y: auto;
}
.syllabus-table {
  width: 100%;
  border-spacing: 0 8px;
  font-family: system-ui, -apple-system, sans-serif;
}
.custom-syllabus-table-wrapper {
  width: 902px;
}

.syllabus-header {
  background-color: #f1f5f9;
  border-radius: 10px;

  height: 77px;
}

.syllabus-header th {
  background-color: var(--accord);
  color: var(--h1);
  padding: 16px 16px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-family: Urbanist;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.syllabus-header th::after {
  content: "↕";
  position: absolute;
  right: 8px;
  color: #9ca3af;
  font-size: 12px;
}

.syllabus-header th:last-child::after {
  content: none;
}

.syllabus-row {
  background: var(--post-bg);
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-bottom: 8px;
}
table {
  position: relative;
}
.syllabus-row td {
  height: 76px;
  padding: 20px 24px;
  color: var(--p);
  font-family: Urbanist;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  letter-spacing: 0.01em;
  text-align: left;

  margin-top: 20px;
}
.week-cell {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.assignment-cell {
  border-bottom: 1px solid #e5e5e5;

  border-top: 1px solid #e5e5e5;
}
.action-cell {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.date-cell {
  border-bottom: 1px solid #e5e5e5;

  border-top: 1px solid #e5e5e5;
}
.topic-cell {
  border-bottom: 1px solid #e5e5e5;

  border-top: 1px solid #e5e5e5;
}

.week-cell {
  color: #1f2937;
  font-weight: 500;
}

.action-cell {
  text-align: center;
  color: #9ca3af;
  font-size: 20px;
  cursor: pointer;
  color: #1f2937;
  font-weight: 500;
}

.date-cell {
  color: #6b7280;
}

.topic-cell {
  font-weight: 500;
  color: #1f2937;
}

.assignment-cell {
  color: #4b5563;
}
.action-popup {
  display: none;
  position: absolute;
  top: 200px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  z-index: 1000;
  width: 227px;
  height: 118px;
  padding: 10px 15px;
}

.action-popup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
  margin-top: 5px;
  cursor: pointer;
  font-family: Urbanist;
  font-size: 16.01px;
  font-weight: 400;
  line-height: 19.22px;
  letter-spacing: 0.01em;
  text-align: left;
}

.action-popup-item:hover {
  background-color: #0378a40d;
  color: #0378a4;
}

.action-popup-item img {
  width: 16px;
  height: 16px;
}

.action-cell {
  position: relative;
  cursor: pointer;
}

.action-popup.show {
  display: block;
}
.custom-btn {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.custom-btn-outline {
  background-color: #fff;
  color: #007bff;
  border: 1px solid #007bff;
  margin-right: 10px;
}

.custom-btn-primary {
  background-color: #007bff;
  color: #fff;
}

/* Style for options */
.select-option {
  font-size: 18px;
  padding: 10px; /* Padding for option items */
  background-color: #fff;
}

/* Optional hover effect for the select box */
.select:hover {
  border-color: #888; /* Darker border on hover */
}

/* Style for focus */
.select:focus {
  border-color: #555;
  outline: none; /* Remove default outline */
}
.table-head,
.form-group h3 {
  font-size: 20px;
}
.grades-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #ddd;
  padding: 20px 20px;
  border-color: #ddd;
  border-radius: 10px;
}
.option-link {
  text-decoration: none; /* Remove underline from the anchor */
  color: inherit; /* Inherit text color from parent */
  display: block; /* Ensure the entire option div is clickable */
}

.option-link:hover {
  cursor: pointer; /* Change cursor to pointer on hover */
}

.breadcrumbs {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
}
.breadcrumb-link {
  color: gray;
  text-decoration: none;
}
.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb-separator {
  margin: 0 8px;
  color: #888;
}
.breadcrumb-active {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}
.breadcrumb-active:hover {
  text-decoration: underline;
}
.checkbox-group {
  display: flex;
  gap: 20px;
}
.checkbox-group input {
  width: 20px;
  height: 20px;
}
.code {
  font-family: "Urbanist", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  margin-bottom: 20px;
}
.mobile-header {
  display: none;
}

.navbar-searchbar-animt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-searchbar-animt {
  font-size: 1.25rem;
  font-weight: bold;
}

.search-container-searchbar-animt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-input-container-searchbar-animt {
  position: absolute;
  right: 40px;
  transition: all 0.3s ease-in-out;
  width: 0;
  opacity: 0;
}
.search-input-container-searchbar-animt input {
  background-color: var(--post-bg);
}
.search-input-container-searchbar-animt.visible-searchbar-animt {
  width: 16rem;
  opacity: 1;
}

#searchInput-searchbar-animt {
  width: 100%;
  height: 2.5rem;
  padding-left: 2.5rem !important;
  padding-right: 1rem !important;
  border-radius: 9999px !important;
  border: 1px solid #e5e5e5;
  outline: none;
  transition: all 0.3s ease-in-out;
  background-color: var(--input);
  color: var(--input-txt-clr);
}
#searchInput-searchbar-animt::placeholder {
  padding: 0px !important;
}

.search-icon-input-searchbar-animt {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  color: #9ca3af;
}

#searchToggle-searchbar-animt {
  position: relative;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: none;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#searchToggle-searchbar-animt.hidden-searchbar-animt {
  opacity: 0;
  visibility: hidden;
}

.search-icon-button-searchbar-animt {
  width: 1.25rem;
  height: 1.25rem;
}
@media (max-width: 768px) {
  .custom-modal-body {
    padding: 15px;
    /* max-height: 65vh; */
    /* overflow-y: auto; */
  }

  .custom-modal-header {
    height: 70px;
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
  }
  .mobile-header-content {
    width: 343px !important;
  }
  /* #createModal .modal-options{
        display: flex;
        flex-direction: column;
        justify-content: center;

    } */

  #createModal .modal-content {
    width: 343px;
    margin: 30% auto;
    height: 70vh;
    overflow-y: scroll !important;
  }
  .modal-body {
    padding: 10px;
  }
  .mobile-search-icon-input {
    display: none;
  }
  .mobile-search-input-container {
    max-width: 100px;
  }
  .mobile-search-input-container input {
    position: relative;
    right: 146px;
  }
}

@media (max-width: 1024px) {
  /* #createModal .modal-content{
        margin:30% auto ;
         height: fit-content;
          
    } */
  .custom-modal-content {
    background-color: var(--modal-bg);
    margin: 30% auto;
    width: 90%;
    max-width: 1042px;
    border-bottom: 7px solid #0378a4;

    border-radius: 10px;
  }
  .modal-content {
    margin: 30% auto;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
  }
  .mobile-header-action-div {
    width: 154px;
    display: flex;
    justify-content: end;
    gap: 5px;
    align-items: center;
  }
  .avtar-div {
    /* width: 51px; */
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid var(--border-color);
    border-radius: 100px;
  }
  .mobile-header-drpdown {
    margin-right: 5px;
  }
  .btn-deskto {
    width: 100px !important;
    background-color: red !important;
  }
  .mobile-profile-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }
  .mobile-search-icon-input {
    display: none;
  }
  .image-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #0378a4;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: Arial, sans-serif;
    /* font-weight: bold; */
  }
}

/* .header-actions > * {
  margin-left: 15px;
} */
#searchToggle-searchbar-animt img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(0%) saturate(1%)
    hue-rotate(335deg) brightness(89%) contrast(85%);
}
.side-navigation img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(0%) saturate(1%)
    hue-rotate(335deg) brightness(89%) contrast(85%);
}
.modi-srch-button-wrapper {
  background-color: var(--body-bg);
}
.custom-close {
  cursor: pointer;
  cursor: pointer;
}
