@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Nunito" !important;
  font-weight: 500 !important;
  color: var(--color2) !important;
}

:root {
  --color1: #ffffff;
  --color2: #242424;
  --color3: 0 207 255;
  --color4: 255 255 0;
  --color5: 255 75 162;
  --color6: 247 93 52;
  --color7: 65 200 142;
  --color8: #c4c4c4;
  --color9: #f7f8fa;
  --color10: #8a8d8e;
  --radius: 14px;
  --checkbox-color: var(--color7);
  --shadow: "";
}

::selection {
  background-color: rgb(var(--color3));
  color: var(--color1);
}

.white-color {
  color: var(--color1) !important;
}

.white-bg {
  background-color: var(--color1) !important;
}

.black-color {
  color: var(--color2) !important;
}

.black-bg {
  background-color: var(--color2) !important;
}

.blue-color {
  color: rgb(var(--color3)) !important;
}

.blue-bg {
  background-color: rgb(var(--color3)) !important;
}

.l-blue-bg {
  background-color: rgb(var(--color3) / 50%) !important;
}

.blue-border {
  border-color: rgb(var(--color3)) !important;
}

.yellow-color {
  color: rgb(var(--color4)) !important;
}

.yellow-bg {
  background-color: rgb(var(--color4)) !important;
}

.l-yellow-bg {
  background-color: rgb(var(--color4) / 50%) !important;
}

.yellow-border {
  border-color: rgb(var(--color4)) !important;
}

.pink-color {
  color: rgb(var(--color5)) !important;
}

.pink-bg {
  background-color: rgb(var(--color5)) !important;
}

.l-pink-bg {
  background-color: rgb(var(--color5) / 50%) !important;
}

.pink-border {
  border-color: rgb(var(--color5)) !important;
}

.orange-color {
  color: rgb(var(--color6)) !important;
}

.orange-bg {
  background-color: rgb(var(--color6)) !important;
}

.l-orange-bg {
  background-color: rgb(var(--color6) / 50%) !important;
}

.orange-border {
  border-color: rgb(var(--color6)) !important;
}

.green-color {
  color: rgb(var(--color7)) !important;
}

.green-bg {
  background-color: rgb(var(--color7)) !important;
}

.l-green-bg {
  background-color: rgb(var(--color7) / 50%) !important;
}

.green-border {
  border-color: rgb(var(--color7)) !important;
}

.grey-color {
  color: var(--color8) !important;
}

.grey-bg {
  background-color: var(--color8) !important;
}

.lgrey-color {
  color: var(--color9) !important;
}

.lgrey-bg {
  background-color: var(--color9) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.except-top-border-color {
  border-bottom-color: var(--color8) !important;
  border-right-color: var(--color8) !important;
  border-left-color: var(--color8) !important;
}

a {
  cursor: pointer;
  text-decoration: none !important;
}

.font-size-10 {
  font-size: 10px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-20 {
  font-size: 20px !important;
  line-height: 25px;
}

.font-size-22 {
  font-size: 22px !important;
  line-height: 27px;
}

.font-size-24 {
  font-size: 24px !important;
  line-height: 29px;
}

.font-size-26 {
  font-size: 26px !important;
  line-height: 31px;
}

.font-size-28 {
  font-size: 28px !important;
}

.font-size-30 {
  font-size: 30px !important;
  line-height: 35px;
}

.font-size-36 {
  font-size: 36px;
  line-height: 41px;
}

.font-size-40 {
  font-size: 40px;
  line-height: 45px;
}

.font-size-46 {
  font-size: 46px;
  line-height: 51px;
}

.gap-15 {
  gap: 15px;
}

.gap-25 {
  gap: 25px;
}

.msj-shadow {
  box-shadow: var(--shadow) !important;
}

.msj-radius {
  border-radius: var(--radius) !important;
}

.msj-logo {
  width: 180px;
}

.msj-authentication-bg {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color9);
}

.msj-input-group .input-group-text {
  background-color: var(--color1);
  border-right-width: 0;
  color: rgb(var(--color7));
  border-color: var(--color8);
  border-radius: 9px;
}

.msj-input-group .form-control {
  border-left-width: 0;
  border-color: var(--color8) !important;
  border-radius: 9px;
  color: var(--color2);
  box-shadow: none !important;
}

.msj-input-group .form-control:-webkit-autofill {
  background-color: var(--color1) !important;
}

.msj-input-group .form-floating > label {
  font-size: 16px;
}

.msj-input-group .form-floating > .form-control-plaintext:-webkit-autofill,
.msj-input-group .form-floating > .form-control:-webkit-autofill {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.msj-input-group .form-floating > .form-control-plaintext ~ label,
.msj-input-group .form-floating > .form-control:focus ~ label,
.msj-input-group .form-floating > .form-control:not(:placeholder-shown) ~ label,
.msj-input-group .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-1.6rem) translateX(0.15rem);
  color: var(--color2);
}

.msj-input-group .form-floating > .form-control-plaintext ~ label::after,
.msj-input-group .form-floating > .form-control:focus ~ label::after,
.msj-input-group
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label::after,
.msj-input-group .form-floating > .form-select ~ label::after {
  background-color: var(--color1);
}

.msj-input-group .form-floating > .form-control-plaintext:focus,
.msj-input-group
  .form-floating
  > .form-control-plaintext:not(:placeholder-shown),
.msj-input-group .form-floating > .form-control:focus,
.msj-input-group .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.msj-eye-auth {
  position: absolute;
  top: 17px;
  right: 19px;
  color: var(--color2);
  cursor: pointer;
}

.msj-input-floating.form-floating > label {
  font-size: 14px;
  color: var(--color2) !important;
  line-height: 1.8;
}

.msj-input-floating.form-floating .form-control {
  font-size: 14px !important;
  background-color: var(--color9);
  border-radius: 50px;
  border-color: var(--color8);
  box-shadow: none !important;
}

.msj-textarea-floating.form-floating > label {
  font-size: 14px;
  color: var(--color2) !important;
  z-index: 0;
}

.msj-textarea-floating.form-floating .form-control {
  font-size: 14px !important;
  background-color: var(--color9);
  border-radius: 25px;
  border-color: var(--color8);
  box-shadow: none !important;
}

.msj-select-field .form-label {
  margin-bottom: 0.3rem;
  color: rgb(var(--color3));
  font-size: 14px !important;
}

.msj-select-field select {
  padding: 1.05rem 0.75rem !important;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color2) !important;
  background-color: var(--color9) !important;
  border: 0.8px solid var(--color8);
  border-radius: 50px !important;
  box-shadow: none !important;
}

.msj-select-field select:focus {
  border-color: var(--color8);
}

.msj-checkbox .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid rgb(var(--checkbox-color));
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

.msj-checkbox .form-check-input:checked {
  background-color: rgb(var(--checkbox-color));
  border-color: rgb(var(--checkbox-color));
}

.msj-checkbox .form-check-input:focus {
  border-color: rgb(var(--checkbox-color));
  box-shadow: 0 0 0 0.25rem rgb(var(--checkbox-color) / 32%);
}

.msj-otp-input-fields {
  width: auto;
  display: flex;
  gap: 10px;
}

.msj-otp-input-fields input {
  height: 60px;
  width: 60px;
  background-color: transparent;
  border-radius: 12px;
  border: 2px solid rgb(var(--color7));
  text-align: center;
  outline: none;
  font-size: 24px;

  &::-webkit-outer-spin-button,
  &::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}

.msj-otp-input-fields input:focus {
  border-width: 3px;
  font-size: 25px;
  background-color: rgb(var(--color7));
}

.btn.msj-select-btn {
  font-size: 12px;
  border-radius: 6px;
  padding: 9.977px 12.472px;
  text-transform: capitalize;
  --bs-btn-color: var(--color2);
  --bs-btn-bg: var(--color1);
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: var(--color8);
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: rgb(var(--color4));
  --bs-btn-hover-border-color: rgb(var(--color4));
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: rgb(var(--color7));
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color1);
  --bs-btn-disabled-border-color: var(--color1);
}

.btn-check:disabled + .btn.msj-select-btn,
.btn-check[disabled] + .btn.msj-select-btn {
  opacity: 1;
}

.btn.msj-btn {
  --bs-btn-padding-x: 0.75rem !important;
  --bs-btn-padding-y: 0.8rem !important;
  --bs-btn-font-size: 14px !important;
  --bs-btn-font-weight: 700 !important;
  --bs-btn-line-height: 1.5 !important;
  --bs-btn-color: var(--color2);
  --bs-btn-border-radius: 9px !important;
}

.msj-btn.msj-black-btn {
  --bs-btn-color: var(--color1);
  --bs-btn-bg: var(--color2);
  --bs-btn-border-color: var(--color2);
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: rgb(var(--color3));
  --bs-btn-hover-border-color: rgb(var(--color3));
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: rgb(var(--color3));
  --bs-btn-active-border-color: rgb(var(--color3));
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-black-outline-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: var(--color1);
  --bs-btn-border-color: var(--color2);
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-white-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: var(--color1);
  --bs-btn-border-color: var(--color1);
  --bs-btn-hover-color: var(--color2);
  --bs-btn-hover-bg: rgb(var(--color3));
  --bs-btn-hover-border-color: rgb(var(--color3));
  --bs-btn-active-color: var(--color2);
  --bs-btn-active-bg: rgb(var(--color3));
  --bs-btn-active-border-color: rgb(var(--color3));
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-blue-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: rgb(var(--color3));
  --bs-btn-border-color: rgb(var(--color3));
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: rgb(var(--color3));
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-blue-outline-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgb(var(--color3));
  --bs-btn-hover-color: rgb(var(--color3));
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: rgb(var(--color3));
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-yellow-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: rgb(var(--color4));
  --bs-btn-border-color: rgb(var(--color4));
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: rgb(var(--color4));
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-yellow-outline-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgb(var(--color4));
  --bs-btn-hover-color: rgb(var(--color4));
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: rgb(var(--color4));
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-pink-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: rgb(var(--color5));
  --bs-btn-border-color: rgb(var(--color5));
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: rgb(var(--color5));
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-pink-outline-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgb(var(--color4));
  --bs-btn-hover-color: rgb(var(--color4));
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: rgb(var(--color4));
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-orange-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: rgb(var(--color6));
  --bs-btn-border-color: rgb(var(--color6));
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: rgb(var(--color6));
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-orange-outline-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgb(var(--color6));
  --bs-btn-hover-color: rgb(var(--color6));
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: rgb(var(--color6));
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-green-btn {
  --bs-btn-color: var(--color1);
  --bs-btn-bg: rgb(var(--color7));
  --bs-btn-border-color: rgb(var(--color7));
  --bs-btn-hover-color: var(--color1);
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: var(--color1);
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: rgb(var(--color7));
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-btn.msj-green-outline-btn {
  --bs-btn-color: var(--color2);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: rgb(var(--color7));
  --bs-btn-hover-color: rgb(var(--color7));
  --bs-btn-hover-bg: var(--color2);
  --bs-btn-hover-border-color: var(--color2);
  --bs-btn-active-color: rgb(var(--color7));
  --bs-btn-active-bg: var(--color2);
  --bs-btn-active-border-color: var(--color2);
  --bs-btn-disabled-color: var(--color2);
  --bs-btn-disabled-bg: var(--color8);
  --bs-btn-disabled-border-color: var(--color8);
}

.msj-select-dropdown > a {
  font-size: 14px !important;
  background-color: var(--color1);
  /* box-shadow: var(--shadow); */
  border: 1px solid rgb(var(--color3));
  color: var(--color2);
  width: 100%;
  padding: 1rem 0.75rem;
  display: block;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.9;
  border-radius: 0;
}

.msj-select-dropdown .dropdown-menu li.highlighted {
  background-color: rgb(var(--color3));
}

.msj-select-dropdown .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 100%;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 14px;
  --bs-dropdown-color: var(--color2);
  --bs-dropdown-bg: var(--color1);
  --bs-dropdown-border-radius: var(--radius);
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-link-color: var(--color2);
  --bs-dropdown-link-hover-color: var(--color2);
  --bs-dropdown-link-hover-bg: rgb(var(--color3));
  --bs-dropdown-link-active-color: var(--color2);
  --bs-dropdown-link-active-bg: rgb(var(--color3));
  max-height: 300px;
  overflow: auto;
  box-shadow: var(--shadow);
  width: 100%;
}

.msj-select-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

.msj-select-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}

.msj-select-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--color4);
  border-radius: 10px;
}

.msj-auth-card-footer p {
  font-size: 14px;
  color: var(--color2);
  margin-bottom: 0;
}

.msj-auth-card-footer {
  border-top: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background-color: rgb(var(--color3) / 11%) !important;
}

.msj-header {
  padding: 15px 0;
  width: 100%;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  background-color: var(--color1);
}

.msj-header .nav-link {
  font-size: 16px;
  color: var(--color2);
  text-transform: uppercase;
}

.msj-header .navbar-nav {
  gap: 10px;
}

.msj-header .dropdown:hover .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s ease forwards;
}

.msj-header .dropdown-center.msj-citi-dropdown:hover > .dropdown-menu {
  display: flex;
  flex-direction: column;
}

.msj-header .dropdown-center:hover > .dropdown-menu {
  display: flex;
}

footer .list-unstyled li {
  font-size: 14px;
}

footer a {
  color: var(--color2);
  transition: all 0.3s ease-in-out;
}

footer a:hover {
  color: rgb(var(--color3)) !important;
}

.msj-footer {
  padding-top: 50px;
  padding-bottom: 10px;
}

.msj-social-icons > a {
  height: 30px;
  width: 30px;
  background-color: rgb(var(--color3));
  border-radius: 50%;
  color: var(--color2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.msj-social-icons > a:hover {
  background-color: var(--color2);
  color: rgb(var(--color3));
}

.upload__btn {
  height: 122px;
  width: 155px;
  background-color: var(--color9);
  border: 1px solid var(--color8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--color2);
  cursor: pointer;
  border-radius: var(--radius);
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.upload__img-box {
  width: 155px;
  position: relative;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  background-color: var(--color1);
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: 20px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='20' viewBox='0 0 20 20' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x'%3E%3Cpath d='M18 6 6 18'%3E%3C/path%3E%3Cpath d='m6 6 12 12'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  right: 2px;
  left: 0;
  bottom: 0;
}

.img-bg-size {
  height: 122px;
  width: 155px;
  object-fit: cover;
  border-radius: var(--radius);
}

.upload__img-profile {
  position: absolute;
  top: 0;
}

.upload__img-profile .dropdown > a {
  color: var(--color1);
}

.upload__img-profile .form-check-label {
  font-size: 14px;
}

.msj-sidebar-toggle-btn {
  position: absolute;
  right: -18px;
  top: 35px;
  background-color: var(--color1);
  border-radius: 50%;
  z-index: 99;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--color4);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 240px;
  z-index: 10;
  transition: all 0.5s ease;
  background-color: var(--color1);
}

.sidebar.close {
  width: 78px;
}

.sidebar .logo-details {
  height: 115px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding-top: 25px;
  overflow: hidden;
}

.sidebar .msj-sidebar-logo {
  display: block;
}

.sidebar.close .msj-sidebar-logo {
  display: none;
}

.sidebar .msj-sidebar-logo.small {
  display: none;
  margin-right: 0;
}

.sidebar.close .msj-sidebar-logo.small {
  display: block;
}

.sidebar p {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color10);
  margin-bottom: 0;
  margin-left: 35px;
  transition: opacity 0.3s ease-in-out;
}

.sidebar.close p {
  opacity: 0;
}

.sidebar .nav-links {
  padding: 0 0 15px 15px;
  transition: all 0.3s ease-in-out;
}

.sidebar.close .nav-links {
  padding: 0 0 15px 0;
}

.sidebar.close .nav-links {
  overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-links li {
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}

.sidebar > div > .nav-links > li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.sidebar .nav-links li .sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}

.sidebar .nav-links li .sidebar-link a {
  /* width: 100%; */
  flex-grow: 1;
}

.sidebar.close .nav-links li .sidebar-link {
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
}

.msj-sidebar-icon {
  display: block;
}

.sidebar .nav-links li .msj-sidebar-icon {
  min-width: 55px;
  text-align: center;
  color: var(--color10);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.sidebar .nav-links li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sidebar > div > .nav-links > li > a {
  height: 50px;
}

.sidebar > div > .nav-links > li > div > a {
  height: 42px;
}

.sidebar .nav-links li a .link_name {
  font-size: 16px;
  color: var(--color10);
  transition: all 0.4s ease;
  white-space: pre;
  line-height: 1;
  height: 15px;
}

.sidebar .nav-links li.active a .msj-sidebar-icon,
.sidebar .nav-links li.active a .link_name {
  color: var(--color2);
}

.sidebar .nav-links li.active > div.sidebar-link > a {
  background-color: rgb(var(--color3));
  border-radius: var(--radius);
}

.sidebar.close .nav-links li a .link_name {
  opacity: 0;
  pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
  padding: 6px 6px 14px 57px;
  margin-top: -10px;
  display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
  display: block;
}
.sidebar .nav-links li.showMenu .sub-menu a.active {
  color: rgb(var(--color3));
  font-weight: 700;
}

.sidebar .nav-links li .sub-menu a {
  color: var(--color10);
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.sidebar.close .nav-links li .sub-menu a {
  color: var(--color1);
}

.sidebar .nav-links li .sub-menu a.active {
  font-weight: 700;
  position: relative;
}

.sidebar.close .nav-links li .sub-menu {
  position: absolute;
  left: 80%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}

.sidebar.close .nav-links li:hover .sub-menu {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
  background-color: var(--color4);
}

.sidebar .nav-links li span {
  color: var(--color4);
}

.sidebar.close .nav-links li span {
  display: none;
}

.sidebar .nav-links li .sub-menu .link_name {
  display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
  font-size: 16px;
  opacity: 1;
  display: block;
}

.sidebar .nav-links li .sub-menu.blank {
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}

.navbar-nav-scroll {
  max-height: 87vh !important;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-y: scroll;
}

/* Specifically for Webkit browsers */
.navbar-nav-scroll::-webkit-scrollbar {
  display: none; /* Hide the scrollbar */
}

.sidebar .nav-links li:hover .sub-menu.blank {
  top: 50%;
  transform: translateY(-50%);
}

.content-section {
  position: relative;
  min-height: calc(100vh - 100px);
  left: 240px;
  width: calc(100% - 240px);
  transition: all 0.5s ease;
  top: 100px;
  background-color: var(--color9);
}

.sidebar.close ~ .content-section {
  left: 78px;
  width: calc(100% - 78px);
}

.msj-navbar {
  padding: 20px 20px 10px 20px;
  width: 100%;
  z-index: 8;
  position: fixed;
  padding-left: 275px;
  transition: all 0.3s ease-in-out;
  background-color: var(--color9);
}

.msj-navbar.sidebar-closed {
  padding-left: 120px;
}

.msj-search-bar .input-group-text {
  border-radius: 50px;
  border-color: var(--color8) !important;
  color: var(--color10);
  border-right: 0;
  padding-right: 0;
}

.msj-search-bar .form-control {
  border-radius: 50px;
  padding: 0.6rem 0.75rem !important;
  color: var(--color2);
  background-color: var(--color9) !important;
  box-shadow: none !important;
  border-color: var(--color8) !important;
  border-left: 0;
  font-size: 15px;
}

.msj-profile-img {
  border: 1px solid var(--color4);
  border-radius: 50px;
  padding: 10px;
}

.msj-profile-img img {
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.msj-nav-dropdown-link .dropdown-menu {
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 14px;
  --bs-dropdown-color: var(--color3);
  --bs-dropdown-bg: #f8f8f9;
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
  --bs-dropdown-link-color: var(--color3);
  --bs-dropdown-link-hover-color: var(--color3);
  --bs-dropdown-link-hover-bg: var(--color6);
  --bs-dropdown-link-active-color: var(--color1);
  --bs-dropdown-link-active-bg: var(--color3);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  box-shadow: var(--bs-dropdown-box-shadow);
}

.msj-sidebar-mobile-toggle {
  background-color: rgb(var(--color7));
  width: 30px;
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 3;
  align-items: center;
  justify-content: center;
  display: none;
}

.msj-table th span,
.msj-table td span {
  word-break: break-word !important;
}

.msj-table > thead th {
  background-color: rgb(var(--color3)) !important;
  color: var(--color2);
  padding: 1rem 0.5rem;
}

.msj-table > thead th:nth-child(1) {
  border-radius: 10px 0 0 0;
}

.msj-table > thead th:last-child {
  border-radius: 0 10px 0 0;
}

.msj-table > tbody {
  background-color: var(--color6) !important;
}

.msj-table > tbody td,
.msj-table > tbody th {
  color: var(--color2) !important;
}

.msj-table > tbody tr.checked td {
  background-color: rgb(var(--color3) / 20%) !important;
  color: var(--color2) !important;
}

.msj-table tbody:before {
  content: "-";
  display: block;
  line-height: 0.8em;
  color: transparent;
  background-color: var(--color1);
}

table.msj-table tbody tr {
  border-bottom: 1px solid #ddd;
  /* Adjust color and thickness as needed */
}

.msj-table {
  font-size: 16px;
  font-weight: 600;
}

.msj-action-icons {
  color: var(--color10);
  cursor: pointer;
}

.msj-bg-icons {
  color: var(--color2);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.msj-profile-upload .avatar-upload {
  position: relative;
  max-width: 200px;
  /* margin: 0 auto; */
}

.msj-profile-upload .avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: fit-content;
}

.msj-profile-upload .avatar-upload .avatar-edit input {
  display: none;
}

.msj-profile-upload .avatar-upload .avatar-edit input + label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
  border-radius: 10px;
  background: var(--color1);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
  padding: 5px 10px;
  box-shadow: var(--shadow);
}

.msj-profile-upload .avatar-upload .avatar-preview {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 100%;
  border: 1px solid var(--color8);
  overflow: hidden;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.msj-profile-upload .avatar-upload .avatar-preview img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.msj-profile-upload .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.loading-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
}

.loading-dot {
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: var(--color1);
  border-radius: 50%;
  opacity: 0;
  animation: dot-animation 1s infinite;
  transform-origin: center;
}

.loading-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dot:nth-child(3) {
  animation-delay: 0.4s;
}

.custom-tooltip {
  --bs-tooltip-bg: rgb(var(--color3)) !important;
  color: var(--color1) !important;
  border-radius: 12px !important;
  z-index: 9999 !important; /* Ensure it's above all UI */
  backdrop-filter: none !important; /* Remove any glass effect */
  opacity: 1 !important; /* Ensure it's fully visible */
}

.custom-tooltip .tooltip-inner {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--color1) !important;
  background-color: rgb(var(--color3)) !important;
}

.tooltip.show {
  opacity: 1 !important;
}

@keyframes dot-animation {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}

.shimmer {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 2s infinite linear;
  background-repeat: no-repeat;
}

@keyframes shimmer {
  0%,
  100% {
    background-position: 0% 0;
  }

  50% {
    background-position: 100% 0;
  }
}

.modal.show.msj-modal {
  --bs-modal-width: 50%;
}

.modal.show.msj-modal-30 {
  --bs-modal-width: 30%;
}

.modal.show.msj-modal::-webkit-scrollbar {
  display: none;
}

.msj-modal-dialog .modal-content {
  background-color: var(--color1);
  padding: 30px;
  border-radius: var(--radius);
}

.msj-modal-dialog .modal-content .modal-header {
  padding-bottom: 0 !important;
}

.msj-modal-dialog .modal-content .modal-header .btn-close {
  --bs-btn-close-color: rgb(var(--color3));
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(0) grayscale(0%) brightness(0%);
  width: 0.8em;
  height: 0.8em;
  padding: 0;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  opacity: var(--bs-btn-close-opacity);
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
  background-color: rgb(0 0 0 / 80%) !important;
  z-index: 99;
}

.msj-seven-days-calendar-day {
  text-align: center;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.msj-seven-days-calendar-day.active {
  background-color: rgb(var(--color3));
}

.msj-seven-days-calendar-day.clicked {
  background-color: rgb(var(--color6));
}

.msj-seven-days-calendar-day.active p.day-weekday {
  color: var(--color2) !important;
}

.msj-seven-days-calendar-day.clicked p.day-weekday {
  color: var(--color2) !important;
}

.msj-height-box {
  min-height: 335px;
  max-height: 335px;
  overflow: auto;
}

.msj-height-box::-webkit-scrollbar {
  width: 8px;
}

.msj-height-box::-webkit-scrollbar-track {
  background: var(--color9);
  border-radius: 10px;
}

.msj-height-box::-webkit-scrollbar-thumb {
  background: var(--color10);
  border-radius: 10px;
}

.msj-scroll-bar::-webkit-scrollbar {
  width: 8px;
}

.msj-scroll-bar::-webkit-scrollbar-track {
  background: var(--color9);
  border-radius: 10px;
}

.msj-scroll-bar::-webkit-scrollbar-thumb {
  background: var(--color10);
  border-radius: 10px;
}

.msj-home {
  background-image: url("../images/icon-bg.svg");
  height: 100vh;
  background-position: left;
  background-size: contain;
  display: flex;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.msj-home img {
  max-width: 500px;
  width: 100%;
}

.msj-auth-bg {
  /* background-image: url("../images/auth-bg.jpg"); */
  background-position: center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.msj-auth-bg.msj-login-bg {
  background-image: url("../images/msj-login-bg.jpg");
}

.msj-auth-main-image {
  width: 68%;
}

.msj-auth-fields {
  display: flex;
  flex-direction: column;
  padding: 5% 9%;
  max-height: 100vh;
  overflow: auto;
}

.msj-auth-box {
  background-color: var(--color9);
  padding: 25px;
  border-radius: var(--radius);
  margin-bottom: 20px;
}

.msj-pagination .pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  /* --bs-pagination-font-size: 1rem; */
  --bs-pagination-font-size: 14px;
  --bs-pagination-color: var(--color2);
  --bs-pagination-bg: transparent;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: transparent;
  --bs-pagination-border-radius: 4px;
  --bs-pagination-hover-color: var(--color2);
  --bs-pagination-hover-bg: rgb(var(--color3));
  --bs-pagination-hover-border-color: rgb(var(--color3));
  --bs-pagination-focus-color: var(--color2);
  --bs-pagination-focus-bg: rgb(var(--color3));
  --bs-pagination-active-color: var(--color2);
  --bs-pagination-active-bg: rgb(var(--color3));
  --bs-pagination-active-border-color: rgb(var(--color3));
  --bs-pagination-disabled-color: var(--color2);
  --bs-pagination-disabled-bg: #e6e6e6;
  --bs-pagination-disabled-border-color: var(--color8);
  justify-content: space-between;
  gap: 10px;
}

.msj-pagination .pagination.pagination2 .page-item .page-link {
  border-radius: 2px !important;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: transparent;
}

.msj-pagination .pagination .page-item .page-link {
  border-radius: 4px !important;
  height: 24px;
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-color: var(--color8);
}

.shrinkBox {
  display: flex;
  flex-direction: row;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.leftBox {
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.shrinkLeft {
  width: 70%;
}

.rightBox {
  width: 0;
  box-sizing: border-box;
  overflow: hidden;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.rightBox.show {
  width: 30%;
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.msj-notification-dropdown .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 25rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.msj-notification-list {
  max-height: 400px;
  overflow: auto;
}

.msj-notification-list::-webkit-scrollbar {
  width: 8px;
}

.msj-notification-list::-webkit-scrollbar-track {
  background: var(--color9);
  border-radius: 10px;
}

.msj-notification-list::-webkit-scrollbar-thumb {
  background: var(--color10);
  border-radius: 10px;
}

.msj-search-chat .form-control {
  background-color: var(--color9) !important;
  color: var(--color2) !important;
  border-radius: 12px !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0.9rem 0.75rem;
}

.msj-dropdown-media .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 14rem;
  --bs-dropdown-padding-x: 0.5rem;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--radius);
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: calc(
    var(--bs-border-radius) - var(--bs-border-width)
  );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  box-shadow: var(--bs-box-shadow);
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .msj-sidebar-mobile-toggle {
    display: flex;
  }

  .msj-auth-fields {
    padding: 5% 4%;
  }

  .msj-auth-main-image {
    width: 88%;
  }

  .auth-logo > img {
    width: 75%;
  }

  .auth-logo.mb-5 {
    margin-bottom: 20px !important;
  }

  .sidebar {
    position: fixed;
    top: 0 !important;
    left: -73% !important;
    background-color: var(--color1) !important;
  }

  .content-section {
    left: 0 !important;
    width: 100% !important;
    top: 110px !important;
  }

  .sidebar.close ~ .content-section {
    left: 0 !important;
    width: 100% !important;
  }

  .sidebar.close .msj-sidebar-logo {
    display: block;
  }

  .sidebar.close .msj-sidebar-logo.small {
    display: none;
  }

  .msj-sidebar-toggle-btn {
    right: 0;
    background-color: var(--color1);
    color: var(--color2);
  }

  .sidebar.close {
    width: 280px !important;
    left: 0 !important;
    z-index: 12 !important;
  }

  .sidebar.close .nav-links li a .link_name {
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .sidebar.close .nav-links li span {
    display: block !important;
  }

  .sidebar.close .nav-links li .icon-link {
    display: flex !important;
  }

  .sidebar.close .nav-links li .sub-menu a {
    color: var(--color2) !important;
  }

  .sidebar.close .nav-links li:hover .sub-menu {
    background-color: var(--color1) !important;
  }

  .sidebar.close .nav-links li .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    padding: 10px 20px;
    display: none;
  }

  .sidebar .logo-details {
    height: 80px !important;
  }

  .sidebar .nav-links li.showMenu .sub-menu {
    display: block !important;
    opacity: 1 !important;
  }

  .sidebar.close .nav-links li .sub-menu .link_name {
    display: none !important;
  }

  .msj-navbar {
    padding: 20px 20px 20px 20px !important;
  }

  .msj-table {
    table-layout: fixed;
  }

  .msj-table th,
  .msj-table td {
    width: 200px !important;
    word-wrap: break-word;
  }

  /* .msj-table th:first-child, .msj-table td:first-child{
        width: 30px !important;
        word-wrap: break-word;
    } */
}

@media only screen and (max-width: 768px) {
  .msj-home {
    padding: 20px;
  }

  .msj-auth-bg {
    display: none;
  }

  .msj-auth-fields {
    padding: 7%;
    width: 100%;
    height: 100vh;
  }

  .auth-logo > img {
    width: 75%;
  }

  .auth-logo.mb-5 {
    margin-bottom: 20px !important;
  }

  .msj-otp-input-fields input {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }

  .msj-otp-input-fields input:focus {
    font-size: 18px;
  }

  .font-size-36 {
    font-size: 34px;
    line-height: 39px;
  }

  .font-size-44 {
    font-size: 38px;
    line-height: 43px;
  }

  .msj-pagination .pagination {
    --bs-pagination-padding-x: 0.3rem;
    --bs-pagination-padding-y: 0.2rem;
    --bs-pagination-font-size: 0.8rem;
  }

  .msj-sidebar-mobile-toggle {
    display: flex;
  }

  .sidebar {
    position: fixed;
    top: 0 !important;
    left: -73% !important;
    background-color: var(--color1) !important;
  }

  .content-section {
    left: 0 !important;
    width: 100% !important;
    top: 175px !important;
  }

  .sidebar.close ~ .content-section {
    left: 0 !important;
    width: 100% !important;
  }

  .sidebar.close .msj-sidebar-logo {
    display: block;
  }

  .sidebar.close .msj-sidebar-logo.small {
    display: none;
  }

  .msj-sidebar-toggle-btn {
    right: 0;
    background-color: var(--color1);
    color: var(--color2);
  }

  .sidebar.close {
    width: 100% !important;
    left: 0 !important;
    z-index: 12 !important;
  }

  .sidebar.close .nav-links li a .link_name {
    opacity: 1 !important;
    pointer-events: none !important;
  }

  .sidebar.close .nav-links li span {
    display: block !important;
  }

  .sidebar.close .nav-links li .icon-link {
    display: flex !important;
  }

  .sidebar.close .nav-links li .sub-menu a {
    color: var(--color2) !important;
  }

  .sidebar.close .nav-links li:hover .sub-menu {
    background-color: var(--color1) !important;
  }

  .sidebar.close .nav-links li .sub-menu {
    position: relative;
    left: 0;
    top: 0;
    padding: 10px 20px;
    display: none;
  }

  .sidebar .logo-details {
    height: 80px !important;
  }

  .sidebar .nav-links li.showMenu .sub-menu {
    display: block !important;
    opacity: 1 !important;
  }

  .sidebar.close .nav-links li .sub-menu .link_name {
    display: none !important;
  }

  .msj-navbar {
    padding: 20px 20px 20px 20px !important;
  }

  .msj-table {
    table-layout: fixed;
  }

  .msj-table th,
  .msj-table td {
    width: 150px !important;
    word-wrap: break-word;
  }

  .msj-table th.profile_td {
    width: 250px !important;
  }
  .msj-table td.profile_td {
    width: 250px !important;
  }

  .shrinkLeft {
    width: 100%;
  }

  .rightBox {
    width: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
    background-color: var(--color1);
  }

  .rightBox.show {
    width: 100%;
    opacity: 1;
    visibility: visible;
    height: 100%;
  }

  .showMobile {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: height 0.3s ease-in-out, width 0.3s ease-in-out;
  }
}

.compose .compose-form {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
}

.compose .feed-upload .upload-wrap {
  position: relative;
  height: auto;
  width: 140px;
}

.compose .feed-upload .upload-wrap .remove-file {
  position: absolute;
  top: -4px;
  right: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s;
}

.compose .feed-upload .upload-wrap .remove-file:hover {
  background: #e8e8e8;
}

.compose .feed-upload .upload-wrap .remove-file svg {
  height: 16px;
  width: 16px;
  stroke: #757a91;
}

.compose .feed-upload .upload-wrap img {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.5rem;
}

.compose .feed-upload .upload-wrap video {
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 0.5rem;
}

.compose img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.compose .control {
  width: 100%;
  margin-left: 20px;
}

.compose .control .textarea {
  padding: 0;
  border-color: rgba(0, 0, 0, 0);
  resize: none;
}

.compose .control .form-control {
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 700;
}

.compose-options {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  border-radius: 0 0 0.85rem 0.85rem;
  background: #fff;
  cursor: pointer;
}

.compose-options .is-full {
  width: 100% !important;
  margin: 0 auto !important;
}

.compose-options .is-narrower {
  padding: 0.3rem 0.5rem !important;
}

.compose-options .compose-option {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 16px;
  margin-right: 10px;
  background: #f7f7f7;
  border-radius: 500px;
  font-size: 0.85rem;
  color: #888da8;
  transition: all 0.3s;
}

.compose-options .compose-option.is-centered {
  margin: 0 auto;
}

.compose-options .compose-option:hover {
  background: #f2f2f2;
}

.compose-options .compose-option:hover svg {
  stroke: #393a4f;
}

.compose-options .compose-option span {
  display: block;
  padding: 0 8px;
}

.compose-options .compose-option svg {
  height: 20px;
  width: 20px;
  transition: all 0.3s;
}

.compose-options .compose-option img {
  display: block;
  height: 20px;
  width: 20px;
}

.compose-options .compose-option input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.compose-options select {
  padding: 6px 16px;
  /* margin-right: 10px; */
  background: #f7f7f7;
  border-radius: 500px;
  font-size: 0.85rem;
  color: #888da8;
  transition: all 0.3s;
  outline: 0 !important;
  border: 0;
}

.compose-options .input-group-text {
  padding: 6px 16px;
  /* margin-right: 10px; */
  background: #f7f7f7;
  border-radius: 500px;
  font-size: 0.85rem;
  color: #888da8;
  transition: all 0.3s;
  outline: 0 !important;
  border: 0;
  border-right: 1px solid var(--color8);
}

.compose-options .input-group .form-control {
  padding: 6px 16px;
  /* margin-right: 10px; */
  background: #f7f7f7;
  border-radius: 500px;
  font-size: 0.85rem;
  color: #888da8;
  transition: all 0.3s;
  outline: 0 !important;
  border: 0;
  border-left: 1px solid var(--color8);
  box-shadow: none !important;
}

.msj-feed-search-input > input {
  padding: 6px 16px;
  /* margin-right: 10px; */
  background: #f7f7f7 !important;
  border-radius: 500px;
  font-size: 0.85rem;
  color: #888da8;
  transition: all 0.3s;
  outline: 0 !important;
  border: 0;
  box-shadow: none !important;
}

.msj-feed-dropdown .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 8rem;
  --bs-dropdown-padding-x: 0.5rem;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: #f7f7f7;
  --bs-dropdown-border-radius: var(--radius);
  --bs-dropdown-border-width: 0;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--color2);
  --bs-dropdown-link-hover-color: var(--color2);
  --bs-dropdown-link-hover-bg: var(--color8);
  --bs-dropdown-link-active-color: var(--color2);
  --bs-dropdown-link-active-bg: var(--color8);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  max-height: 250px;
  overflow: auto;
}

.msj-feed-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.msj-feed-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}

.msj-feed-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: rgb(var(--color3));
  border-radius: 10px;
}

.msj-feed-dropdown .dropdown-menu .form-check-input:checked {
  background-color: rgb(var(--color7));
  border-color: rgb(var(--color7));
}

.msj-feed-dropdown .dropdown-menu .form-check-input:focus {
  border-color: rgb(var(--color7));
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(var(--checkbox-color) / 32%);
}

.compose-options select:hover {
  background: #f2f2f2;
}

.more-wrap {
  align-items: center;
  padding: 8px;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 6px 6px;
  background: #fafafa;
}

.compose .textarea {
  font-size: 0.9rem;
  border-radius: 0.65rem;
  transition: all 0.3s;
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
  width: 100%;
  outline: 0 !important;
}

.post-image img {
  width: 100%;
  /* height: 100px !important; */
  border-radius: var(--radius);
}

.post-image video {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}

.post-image .fab-wrapper.is-comment {
  right: 50px;
}

.post-image .fab-wrapper {
  position: absolute;
  bottom: -21px;
  max-height: 43px;
}

.post-image .like-wrapper {
  position: absolute;
  bottom: -21px;
  max-height: 43px;
  right: 0;
}

.card-footer .likers-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card-footer .likers-group img {
  height: 38px;
  width: 38px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.card-footer .likers-group img:not(:first-child) {
  margin-left: -12px;
}

.like-wrapper .like-button {
  position: relative;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 5px 43px rgba(0, 0, 0, 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  opacity: 1 !important;
  overflow: hidden;
  color: rgb(var(--color3));
}

.fab-wrapper.is-comment a {
  background: rgb(var(--color3));
  box-shadow: 0 14px 26px -12px rgba(85, 150, 230, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 150, 230, 0.2) !important;
}

.fab-wrapper.is-comment a:hover {
  background: #8ab7ee;
}

.fab-wrapper .small-fab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  color: var(--color1);
  opacity: 1;
  transition: all 0.3s;
}

.fab-wrapper .small-fab svg {
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}

.card.msj-feed-box,
.card.msj-comment-box {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
    var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--color1), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--color1);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

.msj-comment-box .card-footer {
  border: 1px solid var(--color8);
  margin: 12px;
  border-radius: var(--radius) !important;
  padding: 0;
  overflow: hidden;
  min-height: 150px;
  height: 150px;
  max-height: 150px;
}

.msj-comment-box .card-footer textarea {
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 10px;
}

.masonry {
  column-count: 3;
  column-gap: 1rem;
}

.masonry img {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.modal.msj-feed-modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 90%;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(
    var(--bs-border-radius-lg) - (var(--bs-border-width))
  );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.msj-feed-modal .carousel-item img {
  height: 80vh;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius);
}

.msj-feed-modal .close-button {
  position: absolute;
  top: -6px;
  right: 5px;
}

.msj-comment-box {
  overflow: auto;
  max-height: 400px;
}

.msj-comment-box::-webkit-scrollbar {
  width: 6px;
}

.msj-comment-box::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}

.msj-comment-box::-webkit-scrollbar-thumb {
  background: rgb(var(--color3));
  border-radius: 10px;
}

.msj-comment-box {
  border-radius: 0 0 10px 10px !important;
  height: auto !important;
}

.msj-feed-box.msj-comment-box-open {
  border-radius: 10px 10px 0 0;
}

/* video player */
.video-player-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}

.video-player {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: black;
}

.custom-video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.video-controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 5px;
}

.video-controls button {
  color: white;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.video-controls button:hover {
  color: #ff5722;
}

.video-thumbnail-list {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.thumbnail {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  object-fit: cover;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.thumbnail.active {
  border-color: #ff5722;
}

.thumbnail:hover {
  border-color: #ff5722;
}

.react-calendar {
  border: none !important;
  font-family: "Nunito" !important ;
}

.react-calendar__tile {
  font-family: "Nunito" !important ;
}

.normal-tile {
  background-color: #e6e6e6 !important;
  color: #000;
  border-radius: 50%;
  width: 30px !important;
  height: 50px !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}

/* Selected date in red */
.selected-tile {
  background-color: #c1121f !important;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 50px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px !important;
}

.react-calendar__month-view__weekdays__weekday > abbr {
  text-decoration: none !important;
  margin: 2px !important;
}

.statics-img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .statics-img {
    width: 100% !important;
    margin-top: 14px !important;
    height: auto !important;
  }
}

.select-important {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding: 2px !important;
  font-size: 15px !important;
}

.tracker-container {
  max-height: 1110px;
}

@media only screen and (max-width: 768px) {
  .tracker-container {
    height: auto;
  }
}
