@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ---------------------------------------------------
  TYPOGRAPHY
----------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

:root {
  --theme: #0c8bf1;
}

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #0c8bf1;
}

::selection {
  color: #ffffff;
  background: #0c8bf1;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

body {
  height: 100%;
  font-size: 15px;
  color: #2f3245;
  background: #f0f1f3;
  font-weight: 400;
  font-family: "Inter";
}

p {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  /* color: #999; */
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter";
  /* font-family: 'Varela Round', sans-serif; */
}

.shadow {
  -webkit-box-shadow: 0 0.04rem 0.45rem 0 rgba(58, 59, 69, 0.09) !important;
  box-shadow: 0 0.04rem 0.45rem 0 rgba(58, 59, 69, 0.09) !important;
}

.smaller {
  font-size: 0.7rem;
}

.o-hidden {
  overflow: hidden !important;
}

.bg-admin {
  background: #ffffff;
  /* background: rgb(29, 155, 240); */
  /*  background: #5da9dd;*/
  -webkit-box-shadow: 0 2px 17px 2px rgb(233, 221, 247);
  box-shadow: 0 2px 17px 2px rgb(233, 221, 247);
}

.radius-25 {
  border-radius: 25px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-50 {
  border-radius: 50%;
}

.text-theme {
  color: #0c8bf1 !important;
}
.text-primary {
  color: rgb(29, 155, 240) !important;
}

.text-theme-40 {
  color: hsla(207, 91%, 50%, 0.4) !important;
}

.text-muted-30 {
  color: #a6a7a7 !important;
}

.table td,
.table th {
  vertical-align: middle !important;
}

.table th {
  color: #0f0f0f;
  font-weight: 700;
  /* font-family: 'Product Sans Regular'; */
}

.table td {
  font-size: 14px;
  padding: 1rem;
}

/* .bgheaders
  {
    background-color: #1D9BF0;
    color: #fff;
  } */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #ffffff;
  /* background-color: #f8f9fc; */
  border-bottom: 1px solid hsla(226, 30%, 92%, 0.6);
}

.card-footer {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-top: 1px solid hsla(226, 30%, 92%, 0.6);
}

.badge {
  display: inline-block;
  padding: 2px 4px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgb(108 185 248 / 45%);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.btn-primary {
  color: #fff;
  background-color: rgb(29, 155, 240) !important;
  border-color: rgb(29, 155, 240) !important;
}
.bg-primary {
  background-color: rgb(29, 155, 240) !important;
}
/*--------------------------
       Accordion
  -------------------------------*/
.accordion-item {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #f2f4f5;
}
.accordion-header {
  border-bottom: 2px solid #ccc;
  margin-bottom: -1px;
}
.accordion-button {
  padding: 0.5rem 1.25rem;
  color: rgb(29, 155, 240) !important;
  /*    background: #f8f9fa !important;*/
}
.accordion-button:not(.collapsed) {
  /*    color: #0c63e4;*/
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/*New Styles*/
/*
  .accordion-item {
      background-color: #fff;
      border: 0 !important;
      margin-bottom: 6px;
  }
  .accordion-header {
      border-bottom: 1px solid #ccc;
  }
  .accordion-body {
      border:1px solid #ebedef;
  }
  .accordion-button {
      padding: 0.5rem 1.25rem;
      color: #2b80fd!important;
      background: #f8f9fa !important;
  }
  .accordion-button:not(.collapsed) {
   background-color: #fff;
      box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
  }
  .accordion-button:focus {
      z-index: 3;
      border-color: #86b7fe;
      outline: 0;
      box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
  }
  
  */

/* ---------------------------------------------------
      Button Style
  ----------------------------------------------------- */

.btn-theme {
  /*  font-size: 14px;*/
  /* min-width: 100px;*/
  color: #fff !important;
  background-color: rgb(29, 155, 240);
  border-color: rgb(29, 155, 240);
  box-shadow: 0 3px 6px hsla(207, 91%, 50%, 0.5);
}

.btn-theme:hover {
  color: #fff;
  background-color: #007adf;
  border-color: #007adf;
}

.btn-theme.focus,
.btn-theme:focus {
  box-shadow: 0 0 0 0.2rem hsla(207, 91%, 50%, 0.5);
}

.btn-theme:not(:disabled):not(.disabled).active,
.btn-theme:not(:disabled):not(.disabled):active {
  color: #fff;
  border-color: #007adf;
  background-color: #007adf;
}

.btn-theme-2 {
  font-size: 14px;
  min-width: 100px;
  color: #fff !important;
  background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
  border: none;
  box-shadow: 0 3px 6px hsla(207, 91%, 50%, 0.5);
}

.btn-theme-2:hover {
  color: #fff;
  background-image: linear-gradient(135deg, #8d62f3 0px, #0c8bf1 100%);
  border: none;
}

.btn-theme-2.focus,
.btn-theme-2:focus {
  box-shadow: 0 0 0 0.2rem hsla(207, 91%, 50%, 0.5);
}

.btn-theme-2:not(:disabled):not(.disabled).active,
.btn-theme-2:not(:disabled):not(.disabled):active {
  color: #fff;
  border: none;
  background-image: linear-gradient(135deg, #8d62f3 0px, #0c8bf1 100%);
}

.btn-outline-theme {
  font-size: 14px;
  min-width: 100px;
  color: #0c8bf1;
  border-color: #0c8bf1;
  background: transparent;
  box-shadow: 0 2px 10px hsla(207, 91%, 50%, 0.5);
}

.btn-outline-theme:hover {
  color: #fff;
  background-color: #0c8bf1;
  border-color: #0c8bf1;
}

.btn-outline-theme.focus,
.btn-outline-theme:focus {
  box-shadow: 0 0 0 0.2rem hsla(207, 91%, 50%, 0.5);
}

.btn-outline-theme:not(:disabled):not(.disabled).active,
.btn-outline-theme:not(:disabled):not(.disabled):active {
  color: #fff;
  border-color: #0c8bf1;
  background-color: #0c8bf1;
}

button:nth-of-type(1).active {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

button:nth-of-type(2).active {
  color: #fff !important;
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

button:nth-of-type(3).active {
  color: #212529 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.btn-light {
  color: #212529;
  background-color: #e9eaeb;
  border-color: #e9eaeb;
}

.btn-theme-120,
.btn-outline-theme-120 {
  min-width: 120px;
}

.btn-theme-150,
.btn-outline-theme-150 {
  min-width: 150px;
}

.btn-theme-200,
.btn-outline-theme-200 {
  min-width: 200px;
}

.w_100 {
  width: 100px;
}

.w_150 {
  width: 150px;
}

.w_200 {
  width: 200px;
}

/* ---------------------------------------------------
      Gredient Style
  ----------------------------------------------------- */

.bg-gradient-theme {
  background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
}

.bg-gradient-primary {
  background-image: linear-gradient(135deg, #673ab7 0px, #2196f3 100%);
}

.bg-gradient-info {
  background-image: linear-gradient(135deg, #009688 0px, #42a5f5 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(135deg, #f9d423 0px, #e65c00 100%);
}

.bg-gradient-success {
  background-image: linear-gradient(135deg, #cddc39 0px, #4caf50 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(135deg, #ff0000 0px, #dc281e 100%);
}

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-left-success {
  border-left: 0.25rem solid #37c116 !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #ef3934 !important;
}

/* ---------------------------------------------------
      Preloader Style
  ----------------------------------------------------- */

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0c8bf1;
  z-index: 99999;
  overflow: hidden;
}

.loader {
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loader:before {
  content: "";
  width: 40px;
  height: 5px;
  background: #ffffff;
  opacity: 0.2;
  position: absolute;
  top: 49px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow 0.4s linear infinite;
  -moz-animation: shadow 0.4s linear infinite;
  -ms-animation: shadow 0.4s linear infinite;
  animation: shadow 0.4s linear infinite;
}

.loader:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-animation: animate 0.4s linear infinite;
  -moz-animation: animate 0.4s linear infinite;
  -ms-animation: animate 0.4s linear infinite;
  animation: animate 0.4s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}

@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -webkit-transform: translateY(0) rotate(90deg);
  }
}

@-moz-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -moz-transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -moz-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -moz-transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -moz-transform: translateY(0) rotate(90deg);
  }
}

@-ms-keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }

  25% {
    -ms-transform: translateY(9px) rotate(22.5deg);
  }

  50% {
    -ms-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }

  75% {
    -ms-transform: translateY(9px) rotate(67.5deg);
  }

  100% {
    -ms-transform: translateY(0) rotate(90deg);
  }
}

@-webkit-keyframes shadow {
  0%,
  100% {
    -webkit-transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.2, 1);
  }
}

@-moz-keyframes shadow {
  0%,
  100% {
    -moz-transform: scale(1, 1);
  }

  50% {
    -moz-transform: scale(1.2, 1);
  }
}

@-ms-keyframes shadow {
  0%,
  100% {
    -ms-transform: scale(1, 1);
  }

  50% {
    -ms-transform: scale(1.2, 1);
  }
}

@keyframes shadow {
  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1);
  }
}

/* ---------------------------------------------------
      Header Navabr Style
  ----------------------------------------------------- */

.navbar {
  border: none;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link > i {
  font-size: 28px;
  margin-top: 4px;
}

.dropdown-item {
  font-size: 15px;
  display: flex;
  align-items: center;
}

.dropdown-item i {
  padding-right: 8px;
  font-size: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0c8bf1;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

/* Search icon */

.navbar-nav .form-inline .input-group {
  width: 100%;
}

.has-search .form-control {
  padding-left: 2.375rem;
  border: 1px solid #ffffff;
  border-radius: 25px;
  height: 36px;
  background: transparent;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.navbar-light .navbar-nav .nav-item {
  margin: 0px;
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #21232e;
  font-family: "Varela Round", sans-serif;
  margin: 0px 8px;
  padding: 0px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.75);
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 400;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  margin-top: 12px;
  /*
      content: '\f105';
    font-family: 'Font Awesome 5 Free';
  */
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
  content: "\f107";
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-item .nav-link:focus {
  outline: none;
}

.navbar-nav .nav-item .nav-link .badge {
  position: absolute;
  left: 1.5rem;
  top: 0.2rem;
  font-weight: 400;
  font-size: 0.5rem;
}

@media (max-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav .form-inline .input-group {
    width: auto;
  }
}

a[aria-expanded="true"].dropdown-toggle::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*
  a[aria-expanded="false"].dropdown-toggle::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  */

/* ---------------------------------------------------
      Notifications Styles
  ----------------------------------------------------- */

.notification,
.mailbox,
.logout {
  width: 215px;
  border: 1px solid hsla(226, 30%, 92%, 0.4);
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.notification ul,
.mailbox ul {
  padding: 0px;
}

.notification ul li,
.mailbox ul li {
  list-style: none;
}

.notification ul li .drop-title,
.mailbox ul li .drop-title {
  font-weight: 500;
  padding: 2px 20px 5px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.notification ul li .nav-link,
.mailbox ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-top: 5px;
  padding-bottom: 0;
  color: #333333;
}

.btn-circle {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 8px;
}

.notification .notification-center,
.mailbox .message-center {
  height: 220px;
  overflow: auto;
  position: relative;
}

.notification .notification-center a,
.mailbox .message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  display: block;
  text-decoration: none;
  padding: 0px 15px;
}

.notification .notification-center a:hover,
.mailbox .message-center a:hover {
  background: #f2f4f8;
}

.notification .notification-center a div,
.mailbox .message-center a div {
  white-space: normal;
  padding: 5px;
}

.notification .btn-circle,
.mailbox .btn-circle {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  padding: 9px !important;
}

.mailbox .message-center a .user-img {
  width: 40px;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
}

.mailbox .message-center a .user-img img {
  width: 100%;
}

.mailbox .message-center a .user-img .profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}

.mailbox .message-center a .user-img .online {
  background: #26c6da;
}

.mailbox .message-center a .user-img .busy {
  background: #fc4b6c;
}

.mailbox .message-center a .user-img .away {
  background: #ffb22b;
}

.mailbox .message-center a .user-img .offline {
  background: #ffb22b;
}

.notification .notification-center a .notification-contnet,
.mailbox .message-center a .mail-contnet {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
  padding-left: 10px;
}

.notification .notification-center a .notification-contnet h5,
.mailbox .message-center a .mail-contnet h5 {
  margin: 5px 0px 0;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notification ul li a.nav-link,
.mailbox ul li a.nav-link {
  color: #333333 !important;
}

.notification .notification-center a .notification-contnet .mail-desc,
.notification .notification-center a .notification-contnet .time,
.mailbox .message-center a .mail-contnet .mail-desc,
.mailbox .message-center a .mail-contnet .time {
  font-size: 12px;
  display: block;
  margin: 1px 0;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #67757c;
  white-space: nowrap;
}

/* ---------------------------------------------------
      Side navbar Style
  ----------------------------------------------------- */

#sidebar {
  width: 270px;
  position: fixed;
  /* top: 0; */
  top: 0px;
  left: 0;
  height: 100%;
  z-index: 999;
  color: #fff;
  background: #0f77f1;
  /*  background: #f9f9f9;*/
  /* -webkit-box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13);
    box-shadow: 0 2px 17px 2px rgba(82, 63, 105, 0.13); */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s;
  overflow-y: auto;
}

#sidebar.active {
  margin-left: -270px;
}

#sidebar .sidebar-header {
  padding: 18px 20px;
  background-image: linear-gradient(135deg, #0c8bf1 0px, #8d62f3 100%);
}

#sidebar .sidebar-header > a {
  text-transform: uppercase;
}

#sidebar .sidebar-header .navbar-brand {
  position: relative;
  padding-bottom: 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar .side-menu {
  position: relative;
  margin-bottom: 60px;
  margin-top: 35px;
  padding-bottom: 40px;
  padding: 0px 0px 0 16px;
  list-style: none;
}

.icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25px;
}

.side-menu .icon {
  font-size: 18px;
  text-align: center;
  margin-right: 8px;
  margin-left: 0;
  display: inline-block;
}

#sidebar .side-menu .nav-item.active .icon,
#sidebar .side-menu .nav-item:focus .icon {
  color: #cf0921;
}

#sidebar .side-menu .nav-item.active .nav-link {
  text-decoration: none;
  color: #0f77f1;
  /* background: #f9f9f9; */
  background: #f0f1f3;
  padding-top: 15px;
  padding-bottom: 15px;
  /* border-left: 3px solid #ffffff; */
  cursor: pointer;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
#sidebar .side-menu .nav-item:hover .nav-link,
#sidebar .side-menu .nav-item:focus .nav-link {
  text-decoration: none;
}

#sidebar .side-menu .nav-item.active .nav-link {
  position: relative;
}

/* #sidebar .side-menu .nav-item.active .nav-link:before {
    height: 100px;
    width: 0;
    border-left: 3px solid rgb(29, 155, 240) !important;
    content: '';
    position: absolute;
    right: 0;
  } */

#sidebar .side-menu .nav-item {
  margin-bottom: 20px;
  position: relative;
}
#sidebar .side-menu .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 80%;
  border-bottom: 1px solid #0f77f1;
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}
#sidebar .side-menu .nav-item.active .nav-link::before {
  border: none;
}
#sidebar .side-menu .nav-item .nav-link {
  /* font-family: 'Varela Round', sans-serif; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px 5px 20px;
  /* font-size: 14px; */
  -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  /* color: #8a8a8a; */
  color: #ffffff;
  /*  border-top: 1px solid rgba(145, 25, 132, .04);*/
  /* border-left: 3px solid #0c8bf1; */
  overflow: hidden;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  /* margin-bottom: 20px; */
}
/*
  #sidebar .side-menu .nav-item {
      border-top:1px solid rgba(145, 25, 132, .04);
  }
  #sidebar .side-menu .nav-item:first-child{
      border-top:0 !important;
  }
  */
#sidebar .side-menu .nav-item.active .nav-link img {
  filter: inherit !important;
}
#sidebar .side-menu .nav-item .nav-link img {
  filter: brightness(0) invert(1);
}
#sidebar .side-menu .sub-menu {
  padding: 0;
  font-size: 0.9rem;
}

#sidebar .side-menu .sub-menu {
  /* padding-left: 25px; */
  position: relative;
  /* background: #f9f9f9; */
}

#sidebar .side-menu .sub-menu .subnav-item {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding: 12px 0 12px 50px; */
  font-size: 14px;
  color: #ffffff;
  border-top: 1px solid rgba(145, 25, 132, 0.04);
  margin-top: 5px;
}

#sidebar .side-menu .sub-accordion .subnav-item {
  padding-left: 0;
}
/* #sidebar .side-menu .sub-menu .subnav-item.active,
  #sidebar .side-menu .sub-menu .subnav-item:hover,
  #sidebar .side-menu .sub-menu .subnav-item:focus {
    background: #ffffff;
    color: #FFFFFF;
   cursor:pointer;
  } */

/* #sidebar .side-menu .sub-menu .subnav-item.active::before,
  #sidebar .side-menu .sub-menu .subnav-item:hover::before,
  #sidebar .side-menu .sub-menu .subnav-item:focus::before {
    position: absolute;
    content: '';
    background: #0c8bf1;
    border: 1px solid #0c8bf1;
    top: 18px;
    left: 25px;
    width: 8px;
    height: 8px;
    z-index: 1;
    border-radius: 50%;
  } */

/* #sidebar .side-menu .sub-menu .subnav-item:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    font-size: 6px;
    left: 31px;
    width: 14px;
    height: 44px;
    border-left: 2px solid #6d7b82;
  } */

#sidebar .side-menu .sub-menu .subnav-item .subnav-link:before {
  content: "";
  position: absolute;
  width: 80%;
  border-bottom: 1px solid #ffffff;
  /* opacity: 0.38; */
  right: 0;
  bottom: 0;
}
#sidebar .side-menu .sub-menu .subnav-item .subnav-link {
  text-decoration: none;
  color: #ffffff;
  display: block;
  font-size: 12px;
  padding: 12px 0 12px 12px;
  margin-left: 48px;
}
/*   
  #sidebar .side-menu .sub-menu .subnav-item .subnav-link:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: 16px;
    border-radius: 50%;
    font-size: 6px;
    z-index: 100;
    left: 28px;
    background-color: #6d7b82;
  } */
/*   
  #sidebar .side-menu .sub-menu .subnav-item .subnav-link:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 19px;
    font-size: 6px;
    left: 35px;
    width: 14px;
    border-bottom: 2px solid rgba(109, 123, 130, 0.6);
  } */

#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link,
  /* #sidebar .side-menu .sub-menu .subnav-item:hover .subnav-link, */
  #sidebar .side-menu .sub-menu .subnav-item:focus .subnav-link {
  text-decoration: none;
  color: #cf0921;
  background: #f5ced3;
  border-radius: 8px;
}
#sidebar .side-menu .sub-menu .subnav-item.active .subnav-link::before {
  border: none;
}

.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

#sidebar .side-menu .nav-item .nav-link[data-bs-toggle="collapse"]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  font-size: 22px;
  font-family: "Material Icons";
  content: "chevron_right";
  border: none;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  -o-font-feature-settings: "liga";
}
#sidebar
  .side-menu
  .sub-menu
  .subnav-item
  .subnav-link[data-bs-toggle="collapse"]::after {
  display: block;
  position: absolute;
  top: 8px;
  right: -4px;
  font-size: 22px;
  font-family: "Material Icons";
  content: "chevron_right";
  border: none;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  -o-font-feature-settings: "liga";
}

.nav-link[data-bs-toggle="collapse"]::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-link[data-bs-toggle="collapse"].collapsed::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (max-width: 767px) {
  .bg-admin #sidebarCollapse {
    order: 1;
  }
  .header-area {
    width: -webkit-fill-available;
    transition: all 0.3s;
    position: fixed;
    right: 0px;
    left: 0px !important;
    top: 0px;
    z-index: 999;
    margin-right: 20px;
  }
  .info-divider {
    border-left: 1px solid #ddd;
    height: 13px !important;
    margin: 0 1rem;
  }
  .info-card {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: inline-table !important;
    align-items: center;
    padding: 1rem;
    height: 100px;
    width: -webkit-fill-available;
  }
}

/* ---------------------------------------------------
    Main Wrapper
  ----------------------------------------------------- */

.main-wrapper {
  /* background: #f8f9fc; */
  /* background: #e9edf4; */
  width: calc(100% - 270px);
  /* min-height: 100vh; */
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50px;
  /* z-index: 0; */
}

.main-wrapper.active {
  width: 100%;
}

.header-area {
  width: -webkit-fill-available;
  transition: all 0.3s;
  position: fixed;
  right: 0px;
  left: 300px;
  top: 0px;
  z-index: 999;
  margin-right: 20px;
}

.header-area.active {
  width: 100%;
}

@media (min-width: 768px) {
  .main-wrapper {
    padding: 10px 0;
  }

  .header-area .bg-admin {
    padding: 15px 8px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -270px;
    top: 71px !important;
  }

  #sidebar.active {
    margin-left: 0;
  }

  .header-area,
  .main-wrapper {
    width: 100%;
  }

  /* .main-wrapper.active {
      width: calc(100% - 230px);
    } */

  #sidebarCollapse span {
    display: none;
  }

  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 0;
    top: 68px;
    z-index: 99;
  }
}

.content-wrapper {
  width: 100%;
  min-height: 100vh;
  padding: 30px 20px;
}

/* ---------------------------------------------------
      BREADCRUMBS CSS
  ----------------------------------------------------- */

.breadcrumbs-area,
.breadcrumbs-area2 {
  position: relative;
}

.breadcrumbs-area h1,
.breadcrumbs-area2 h1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.breadcrumbs-area h1 small,
.breadcrumbs-area2 h1 small {
  font-size: 13px;
  text-transform: capitalize;
}

.breadcrumbs-area .breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin: 0;
}

.breadcrumbs-area .breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}

.breadcrumbs-area2 .breadcrumbs-list {
  padding: 0;
  margin: 0;
}

.admin-breadcrumbs .breadcrumb {
  padding: 0.2rem 1rem;
  margin-bottom: 10px;
  align-items: center;
  background: transparent !important;
}

.admin-breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  padding-top: 4px;
}

/* ---------------------------------------------------
      Analysis Cards CSS
  ----------------------------------------------------- */
.patient_info_card {
  border-top: 2px solid rgb(29, 155, 240) !important;
}
.analysis-cards {
  position: relative;
}

/* .analysis-cards .card {
    border-radius: 65px;
  } */

.analysis-cards .card .card-body .icon-block {
  text-align: center;
  /* line-height: 70px; */
  line-height: 55px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  color: #ffffff;
}

.analysis-cards .card .card-body .icon-block {
  font-size: 30px;
}

.analysis-cards .card .card-body .analysis-count {
  font-size: 0.875rem;
  line-height: 1.2rem;
}

.analysis-cards .card .card-body .analysis-count p {
  font-size: 14px;
  line-height: 1.2rem;
}

/* ---------------------------------------------------
      Activities Cards CSS
  ----------------------------------------------------- */

.activities {
  position: relative;
}

.activities .activity-block {
  position: relative;
  height: 22rem;
  width: 100%;
}

.activities .activity-block .activity-icon {
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}

.activities .activity-block .activity-icon i {
  font-size: 24px;
}

.activities .activity-block .activities-content {
  font-size: 0.875rem;
  line-height: 1.2rem;
  text-align: right;
}

.activities .activity-block .activities-content h6 {
  font-size: 13px;
  line-height: 1.2rem;
  margin-bottom: 04px;
}

.activities .activity-block .activities-content p {
  font-size: 12px;
  line-height: 1.2rem;
}

/* ---------------------------------------------------
      Tickets-view CSS
  ----------------------------------------------------- */
.tickets-view .card .card-body .list-unstyled .ticket-list p {
  color: #21232e;
  font-size: 12px;
  line-height: 1.2rem;
}

.tickets-view
  .card
  .card-body
  .list-unstyled
  .ticket-list
  .list-inline
  .list-inline-item,
.tickets-view .card .card-body .list-unstyled .ticket-list .dueint {
  color: #21232e;
  font-size: 12px;
  line-height: 1.2rem;
}

/* ---------------------------------------------------
      Full-view-tickets CSS
  ----------------------------------------------------- */

.full-view-tickets .ticket-view-list .single-element {
  margin-bottom: 6px;
}

.full-view-tickets .ticket-view-list .single-element p {
  color: #21232e;
  font-size: 13px;
  line-height: 1.2rem;
}

.full-view-tickets .ticket-view-list .conversation .conversation-body {
  height: 250px;
  overflow-y: auto;
}

.full-view-tickets
  .ticket-view-list
  .conversation
  .conversation-body
  .msge-box {
  color: #212529;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.045);
}

.full-view-tickets
  .ticket-view-list
  .conversation
  .conversation-body
  .msge-box
  p {
  color: #636161;
  font-size: 14px;
}

.full-view-tickets
  .ticket-view-list
  .conversation
  .conversation-body
  .msge-box
  p.time {
  color: #21232e;
  font-size: 13px;
}

.full-view-tickets
  .ticket-view-list
  .conversation
  .conversation-body
  ul.list-unstyled
  li.sent
  .msge-box {
  background: transparent;
  display: block;
  border: 1px solid #e6e8e9;
  border-radius: 0px 25px 25px 25px;
}

.full-view-tickets
  .ticket-view-list
  .conversation
  .conversation-body
  ul.list-unstyled
  li.replies
  .msge-box {
  text-align: right;
  background: #f7f7f7;
  border: 1px solid #e6e8e9;
  border-radius: 25px 0px 25px 25px;
}

@media (min-width: 768px) {
  .full-view-tickets
    .ticket-view-list
    .conversation
    .conversation-body
    ul.list-unstyled
    li.sent {
    margin-right: 3rem;
  }

  .full-view-tickets
    .ticket-view-list
    .conversation
    .conversation-body
    ul.list-unstyled
    li.replies {
    margin-left: 3rem;
  }
}

@media (max-width: 767px) {
  .full-view-tickets
    .ticket-view-list
    .conversation
    .conversation-body
    ul.list-unstyled
    li.sent {
    margin-right: 0rem;
  }

  .full-view-tickets
    .ticket-view-list
    .conversation
    .conversation-body
    ul.list-unstyled
    li.replies {
    margin-left: 0rem;
  }
}

/* ---------------------------------------------------
      chart-area CSS
  ----------------------------------------------------- */
@media (min-width: 768px) {
  .chart-area {
    height: 20rem;
  }
}

.chart-area {
  position: relative;
  height: 19.5rem;
  width: 100%;
}

/* ---------------------------------------------------
      Login CSS
  ----------------------------------------------------- */

.login-page {
  position: relative;
  /* background: #0c8bf1; */
  background-image: url("../../images/admin-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.login-page .row {
  height: 100vh;
  z-index: 1;
  padding: 20px;
}

.login-page .card-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: hsla(0, 0%, 100%, 0.6);
  background-clip: border-box;
  border: 1px solid #607d8b;
  border-radius: 0.92rem;
}

.login-page .card-block::before {
  content: "";
  border-radius: 0.92rem;
  position: absolute;
  background: hsla(0, 0%, 100%, 0.6);
  transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  left: 5px;
  bottom: 5px;
  width: 100%;
  height: 100%;
}

.login-page .card-block::after {
  content: "";
  border-radius: 0.92rem;
  position: absolute;
  background: hsla(0, 0%, 100%, 0.6);
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  right: 5px;
  bottom: 5px;
  width: 100%;
  height: 100%;
}

.login-page .card-block form {
  position: relative;
  z-index: 9;
}

.login-page .card-block .title h1 {
  color: #0f0f0f !important;
}

.login-page .form-field {
  position: relative;
  margin-bottom: 2em;
}

.login-page .label {
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  bottom: 0;
  left: 0;
  color: #0f0f0f;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.login-page .input {
  width: 100%;
  font-size: 100%;
  border: 0;
  padding: 0;
  background-color: transparent;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #607d8b;
  color: #070707;
  transition: all 0.2s ease-in;
}

.login-page .input:focus {
  outline: 0;
  border-color: #0c8bf1;
}

.login-page .input:focus + .label,
.login-page input:valid + .label {
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #0f0f0f;
}

/* ---------------------------------------------------
    Error Page CSS
  ----------------------------------------------------- */

.error-box .error-body {
  margin-top: 80px;
}

/* ---------------------------------------------------
      To DO List CSS
  ----------------------------------------------------- */

.todo-list-block .list-wrapper {
  height: 100%;
  max-height: 325px;
  overflow-y: scroll;
  padding-right: 8px;
}

.list-wrapper ul {
  padding: 0;
  text-align: left;
  list-style: none;
  margin-bottom: 0;
}

.list-wrapper ul li {
  font-size: 0.9375rem;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-wrapper ul li .form-check {
  max-width: 90%;
  margin: 0.8rem 0;
  padding-left: 4px;
}

.list-wrapper input[type="checkbox"] {
  margin-right: 15px;
}

.list-wrapper ul li .form-check,
.list-wrapper ul li .form-check .form-check-label {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
}

.list-wrapper .remove {
  cursor: pointer;
  font-weight: 600;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}

.list-wrapper .completed .form-check .form-check-label {
  text-decoration: line-through;
  text-decoration-color: #0c8bf1;
  color: #0c8bf1;
}

.list-wrapper .completed .remove {
  color: #0c8bf1 !important;
}

/* ---------------------------------------------------
    Form Section
  ----------------------------------------------------- */
textarea.form-control {
  height: auto;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  /*  font-size: 14px;*/
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0c8bf1;
  outline: 0;
  box-shadow: none;
}

.custom-forms {
  position: relative;
}

.custom-forms .form-group {
  width: 100%;
  position: relative;
}

.custom-forms .form-group .form-control {
  font-size: 14px;
  border-radius: 4px;
}

.custom-forms .form-group .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0c8bf1;
  outline: 0;
  box-shadow: none;
}

.label-txt {
  font-size: 13px;
  position: absolute;
  left: 0.5rem;
  padding: 3px 6px;
  font-family: sans-serif;
  font-weight: 400;
  color: #787878;
  background: #ffffff;
  width: 85%;
  transition: ease 0.3s;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  pointer-events: none;
  margin-bottom: 0;
}

.label-active {
  /* top: -1.3em; */
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  background: #fff;
  color: #0c8bf1;
  width: auto;
  left: 8px;
  padding: 0px 4px;
}

/* --- check box toggle css --*/

.custom-switch .custom-control-input:checked ~ .custom-control-label {
  color: #0c8bf1;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0c8bf1;
  background-color: #0c8bf1;
}

/* ---------------------------------------------------
      Checkboxes and Radios CSS
  ----------------------------------------------------- */

/* .form-check {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
  } */

.form-check .form-check-label {
  min-height: 18px;
  display: block;
  /*  margin-left: 1.75rem;*/
  font-size: 0.875rem;
  line-height: 1.5;
}

.rtl .form-check .form-check-label {
  margin-left: 0;
  margin-right: 1.75rem;
}

.form-check .form-check-label input {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.rtl .form-check .form-check-label input {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before,
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  position: absolute;
  top: 0;
  left: 0;
}

.rtl
  .form-check
  .form-check-label
  input[type="checkbox"]
  + .input-helper:before,
.rtl
  .form-check
  .form-check-label
  input[type="checkbox"]
  + .input-helper:after {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #248afd;
  border-width: 2px;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  font-family: "Material Icons";
  content: "check";
  border: none;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  -o-font-feature-settings: "liga";
  font-size: 0.9375rem;
  font-weight: bold;
  color: #ffffff;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:before {
  background: #248afd;
  border-width: 0;
}

.form-check
  .form-check-label
  input[type="checkbox"]:checked
  + .input-helper:after {
  font-family: "Material Icons";
  content: "check";
  width: 18px;
  opacity: 1;
  line-height: 18px;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check
  .form-check-label
  input[type="checkbox"]:disabled
  + .input-helper:before {
  border-color: #c9ccd7;
}

.form-check
  .form-check-label
  input[type="checkbox"]:disabled:checked
  + .input-helper:after {
  background: #c9ccd7;
  color: #ffffff;
}

.form-check .form-check-label input[type="radio"] + .input-helper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: solid #248afd;
  border-width: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:before {
  left: auto;
  right: 0;
}

.form-check .form-check-label input[type="radio"] + .input-helper:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  top: 6px;
  left: 6px;
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  transition-duration: 0s;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  position: absolute;
}

.rtl .form-check .form-check-label input[type="radio"] + .input-helper:after {
  left: auto;
  right: 6px;
}

.form-check
  .form-check-label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #248afd;
  border-width: 0;
}

.form-check
  .form-check-label
  input[type="radio"]:checked
  + .input-helper:after {
  opacity: 1;
  line-height: 1.5;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.form-check
  .form-check-label
  input[type="radio"]:disabled
  + .input-helper:before {
  border-color: #c9ccd7;
}

.form-check
  .form-check-label
  input[type="radio"]:disabled:checked
  + .input-helper:before {
  background: #c9ccd7;
}

.form-check
  .form-check-label
  input[type="radio"]:disabled:checked
  + .input-helper:after {
  background: #ffffff;
}

.form-check-primary.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-primary.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: #248afd;
}

.form-check-primary.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-primary.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #248afd;
}

.form-check-secondary.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-secondary.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: #a3a4a5;
}

.form-check-secondary.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-secondary.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #a3a4a5;
}

.form-check-success.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-success.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: #71c016;
}

.form-check-success.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-success.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #71c016;
}

.form-check-info.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-info.form-check label input[type="radio"] + .input-helper:before {
  border-color: #68afff;
}

.form-check-info.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-info.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #68afff;
}

.form-check-warning.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-warning.form-check
  label
  input[type="radio"]
  + .input-helper:before {
  border-color: #f5a623;
}

.form-check-warning.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-warning.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #f5a623;
}

.form-check-danger.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-danger.form-check label input[type="radio"] + .input-helper:before {
  border-color: #ff4747;
}

.form-check-danger.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-danger.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #ff4747;
}

.form-check-light.form-check
  label
  input[type="checkbox"]
  + .input-helper:before,
.form-check-light.form-check label input[type="radio"] + .input-helper:before {
  border-color: #f8f9fa;
}

.form-check-light.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-light.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #f8f9fa;
}

.form-check-dark.form-check label input[type="checkbox"] + .input-helper:before,
.form-check-dark.form-check label input[type="radio"] + .input-helper:before {
  border-color: #282f3a;
}

.form-check-dark.form-check
  label
  input[type="checkbox"]:checked
  + .input-helper:before,
.form-check-dark.form-check
  label
  input[type="radio"]:checked
  + .input-helper:before {
  background: #282f3a;
}

.list-wrapper.multi-select {
  height: 11em;
  border: solid 1px #c0c0c0;
  overflow: auto;
}

.list-wrapper.multi-select .list-unstyled li {
  margin: 0;
  padding: 6px 14px;
}

.list-wrapper.multi-select .list-unstyled li .form-check {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------
      Footer
  ----------------------------------------------------- */

footer.footer {
  z-index: 9;
}

/* ---------------------------------------------------
      scroll-to-top
  ----------------------------------------------------- */

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  background: hsl(352.73deg 91.67% 42.35%);
  line-height: 65px;
  z-index: 999;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #ffffff;
  background: #0c8bf1;
}

.scroll-to-top i {
  font-weight: 800;
  font-size: 24px;
}

/*Wellness
  ----------------------*/
#accordionMain .card {
  margin-bottom: 4px;
  border-radius: 0;
  border-bottom: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
}

#accordionMain.Registration .card {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

#accordionMain .card-header {
  padding: 0;
  background: #f9f9f9;
}

#accordionMain .card-header .btn,
#accordionMain .card-header a {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  border-radius: 0;
  padding: 0.7rem 1.26rem;
  color: rgb(29, 155, 240);
}

#accordionMain .card-header .btn:hover,
#accordionMain .card-header a:hover,
#accordionMain .card-header .btn:focus,
#accordionMain .card-header a:focus {
  background-color: #ffffff !important;
  color: rgb(29, 155, 240);
  text-decoration: none;
}

#accordionMain .card-header .btn::after,
#accordionMain .card-header a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 12px;
  top: 13px;
}

.accordion .card-header .btn[aria-expanded="true"]::after,
.accordion .card-header a[aria-expanded="true"]::after {
  font-weight: 900;
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  left: 7px !important;
}

#accordionMain .card-header .btn[aria-expanded="false"]::after,
#accordionMain .card-header a[aria-expanded="false"]::after {
  font-weight: 900;
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
}

/*labe styles
  -------------------------*/
.text-height {
  line-height: 17px;
  font-size: 13px;
  text-align: right;
}

/*Past History
  --------------------------*/
/***Input typehead***/

/* autocomplete tagsinput*/
.clinical-history .label-info {
  background-color: #ccccccad;
  display: inline-block;
  padding: 0.5rem;
  font-size: 64%;
  font-weight: 700;
  line-height: 1;
  color: #4e4d4db8;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  margin: 2px 0px;
}

.clinical-history .bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
}

/* .clinical-history .bootstrap-tagsinput {
            position: relative;
        }
  
        .clinical-history .bootstrap-tagsinput::after {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f002";
            position: absolute;
            font-weight: 600;
            top: 5px;
            right: 10px;
            font-size: 16px;
            color: #ccc;
        } */

.clinical-history .bootstrap-tagsinput .tag [data-role="remove"] {
  background: #716565ad;
  cursor: pointer;
  border-radius: 50%;
  padding: 1px 4px;
  width: 5px;
  height: 5px;
  margin-left: 2px;
}

.clinical-history .bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* display: flex; */
  padding: 0px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  margin: 4px 0px;
}

.clinical-history .bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: 85px;
  max-width: inherit;
}

.clinical-history .twitter-typeahead {
  position: relative;
  display: inline-block;
}

.clinical-history input.tt-hint {
  position: relative;
  border: 1px solid transparent;
  background: transparent;
}

.clinical-history .tt-menu {
  border: 1px solid #ccc;
}

.clinical-history .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.clinical-history .tt-suggestion:hover,
.clinical-history .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/*LT Dashboard
      ------------------------------------------*/
.patient-tabs .tab-card,
.qualitycheck-tabs .tab-card {
  border-top: 0;
  border-radius: 0;
}

.patient-tabs .nav-tabs .nav-item .nav-link,
.qualitycheck-tabs .nav-tabs .nav-item .nav-link {
  border: 1px solid #cccccca1;
  border-bottom: 0;
  border-radius: 0 !important;
}

.patient-tabs .nav-tabs .nav-item .nav-link.active,
.qualitycheck-tabs .nav-tabs .nav-item .nav-link.active {
  border-top: 2px solid #007bff !important;
}

/*IT Dashboard
  ----------------------------*/
.itRegistration .search-form .w-fit {
  width: 16.8% !important;
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
}

.itRegistration .col-form-label {
  padding-top: calc(0.375rem + 3px);
}

p.brd-dashed {
  border-bottom: 1px dashed #c9c4c4;
  padding-top: 5px;
}

/*Check Buttons*/
#ck-button {
  margin: 4px;
  background-color: #efefef;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
  float: left;
  position: relative;
}

#ck-button:hover {
  background: #ccc;
}

#ck-button label {
  float: left;
  /*    width:4.0em;*/
}

#ck-button label span {
  text-align: center;
  padding: 4px 8px;
  display: block;
}

#ck-button label input {
  position: absolute;
  top: -20px;
}

#ck-button input:checked + span {
  background-color: #6c757d;
  color: #fff;
}

#ck-button #Present:checked + span {
  background-color: #dc3545 !important;
  color: #fff;
}
#ck-button #Absent:checked + span {
  background-color: #198754 !important;
  color: #fff;
}
#ck-button #Suspected:checked + span {
  background-color: #ffc107 !important;
  color: #fff;
}
#ck-button #Unknown:checked + span {
  background-color: #6c757d !important;
  color: #fff;
}

.sel2_height .select2-container .select2-selection--multiple {
  height: 66px;
  /* overflow: scroll; */
  overflow-y: scroll;
}

/*
  .small_card_h {
      height: 175px;
  }*/

/*Visits*/
.visits_list {
  list-style: none;
}
.visits_list li {
  position: relative;
  padding-left: 10px;
}
.visits_list li:after {
  content: "";
  position: absolute !important;
  top: 0;
  /* font-size: 6px; */
  left: -10px;
  width: 14px;
  height: 21px;
  border-left: 1px dashed #6d7b82;
}
.visits_list li a:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px !important;
  font-size: 6px;
  left: -9px !important;
  width: 14px;
  border-bottom: 1px dashed rgba(109, 123, 130, 0.6);
}

/*Login Styles
  -----------------------*/

.login-screen {
  position: relative;
  width: 100%;
  height: 100%;
  /* background-image: url("../../images/login_bg.png"); */
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.rt-wrap-card::before {
  /* content: ""; */
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 6%;
  background-image: url(../../images/pattern.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.rt-wrap-card {
  background: #fff;
  position: relative;
  z-index: 999;
  background: #ffffff;
  box-shadow: 4px 7px 11px rgba(0, 0, 0, 0.07);
  border-radius: 32px;
}

.login-screen .row-card {
  position: relative;
  /* background:#F9F9F9 !important;
    opacity: 1; */
}
/* .login-screen .row-card::before {
  content: '';
  background: #F9F9F9 !important;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
} */

.login_wrapper {
  /*    padding: 40px 0;*/
  min-height: 100vh;
  position: relative;
  /* background: #fff !important; */
}

/* .login-scree .login_wrapper {

  background: #fff !important;

} */
.login-screen .blue-wrapper {
  padding: 40px 0;
  min-height: 100vh;
  position: relative;
  z-index: 0;
}
/* .blue-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/lft-wrapper.png);
  z-index: -1;
  background-size: 54% 100%;
  background-position: left;
  background-repeat: no-repeat;
} */
/* .login_wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../images/rt-wrapper.png');
  background-size: 54% 100%;
  background-position: right;
  background-repeat: no-repeat;
} */
/* .login-screen  #inputUser {
  border: 1px solid #1d9bf0;
} */

.login-screen .image-2 img {
  margin-left: 274px;
  margin-top: 29px;
}

.remember-label small {
  font-size: 16px;
  margin-left: 11px;
}

.remember-label::before {
  top: 0rem;
  width: 1.5rem;
  height: 1.5rem;
}

.remember-label::after {
  top: 0rem;
  width: 1.5rem;
  height: 1.5rem;
}

.forgot-label small {
  font-size: 16px;
}

.login-screen .login-btn {
  /* background: #0979c1;
  border-radius: 12px; */
  background: #004ea9 !important;
  border: 1px solid transparent !important;
  border-radius: 34px;
  padding: 10px 15px;
  box-shadow: 0px 4px 8px -4px rgba(76, 78, 100, 0.42);
  border-radius: 44px;
}

.login-screen .row-card {
  position: relative;
  /* background: #fff !important; */
}

.login-screen .bg-light-blue {
  background: #fff;
  min-height: 100vh;
  display: grid;
  align-items: center;
}

.label-form-styles {
  margin-bottom: 20px;
  position: relative;
}
.label-form-styles .form-label {
  font-weight: 600 !important;
}
.label-form-styles .form-control {
  background: #f0f4f9;
  border: 1px solid #d8d8dd;
  border-radius: 44px;
  padding: 16px 15px !important;
  height: calc(2.65em + 0.75rem + -2px);
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.cus-check .form-check-input:checked {
  background-color: #004ea9;
  border-color: #004ea9;
}
.cus-check .form-check-input:focus {
  border-color: #dd5263;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(255 255 255) !important;
}
.lbl-txt {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */

  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
}
.lbl-txt.text-muted {
  color: rgba(76, 78, 100, 0.6);
}
.lbl-txt.fpas {
  color: #0f77f1 !important;
}

.cm_sec {
  margin-top: 145px !important;
}

.field-icon {
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
  font-size: 14px;
  color: #bebebe;
}

@media (max-width: 1024px) {
  .person_title {
    font-size: 14px;
  }
  .person_designation {
    font-size: 12px;
  }
  .cm_sec {
    margin-top: 25px !important;
  }
}
@media (max-width: 768px) {
  .login-screen .row-card {
    padding: 0px !important;
  }
  .login-screen .login_wrapper {
    min-height: 50vh;
  }
  .login-screen .blue-wrapper {
    padding: 20px;
    min-height: 50vh;
    display: grid;
    align-items: center;
    margin-top: 10px;
  }
  .login-screen .blue-wrapper h6 {
    font-size: 12px;
  }
  .label-form-styles {
    margin-bottom: 0.5rem;
  }
  .login-screen .bg-light-blue {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 50vh;
    display: grid;
    align-items: center;
  }
  .remember-label small {
    font-size: 12px;
    margin-left: 0;
  }
  .remember-label::before {
    top: 0.25rem;
    width: 1rem;
    height: 1rem;
  }
  .remember-label::after {
    top: 0rem;
    width: 1rem;
    height: 1rem;
  }
  .forgot-label small {
    font-size: 12px;
  }
  .login-screen .image-2 img {
    margin-left: 125px;
    margin-top: 29px;
  }
}

.ab-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  /* line-height: 32px; */
  /* identical to box height, or 133% */

  letter-spacing: 0.18px;

  color: #003d85;
}
.ab-sub-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  /* line-height: 32px; */
  /* identical to box height, or 200% */

  letter-spacing: 0.18px;

  color: #cf0921;
}
.log-disc {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  color: #0c0f22;
}

.login-head {
  width: 100px;
  height: 100px;
  margin: auto;
  text-align: center;
  border-radius: 50%;
  background: #0f77f138 !important;
  margin-top: -80px;
  color: #ffffff;
}
.login-head img {
  margin-top: 18px;
}
.hlp-text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */

  display: flex;
  align-items: center;
  letter-spacing: 0.15px;

  color: #636578;
}

.mini_card {
  background: #ffffff;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.mini_card .row.no-gutters {
  min-height: 80px;
}

.db-box {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #ffffff;
}
.vmore {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */

  color: #3a466b;
}

.mini_card_title.mct_ht {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0c0f22;
}
.sec_title {
  font-family: "Inter";
  font-style: normal;
  /* line-height: 39px; */
  /* identical to box height */
}
.sec_title.sec-sub-title {
  color: #0c0f22;
  font-weight: 400;
  font-size: 15px;
}
.card-cnt {
  font-weight: 600;
  color: #cf0921;
  font-size: 32px;
}
.mini_card .card-footer {
  background: #e2e9f1;
}
.dist-table th,
.dist-table td,
.drug-table th,
.drug-table td {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  color: #0c0f22;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.dist-table .dist-report1 {
  background-color: #b8d0e7;
}
.dist-table .dist-report2 {
  background-color: #f5e3ce;
}
.dist-table .sub-report {
  background-color: #ebf0f8;
}
.dist-table .sub-report1 {
  background-color: #fbf3ee;
}

.drug-table .drug-report {
  background-color: #f5e3ce !important;
}
.drug-table .drug-report1 {
  background-color: #fbf3ee;
}
.dist-table tr:nth-child(odd) {
  background: #fff;
}
.drug-table tr:nth-child(odd) {
  background: #fff;
}
.dist-table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}
.drug-table {
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
}
.dist-table a,
.drug-table a {
  color: #3775ed;
}
.dload-btn {
  background: #cf0921;
  border-radius: 24px;
  padding: 10px 15px;
  color: #fff;
}
.dload-btn:hover {
  color: #fff;
}
.f18 {
  font-size: 18px;
}
.search-bg {
  background-color: #3974e2 !important;
  color: #fff;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.inputbg {
  background-color: #d9d9d9;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.select-bg {
  border: 1px solid #3592ffb2 !important;
  border-radius: 8px !important;
  background-color: #f0f1f3 !important;
  color: #0a4cc5 !important;
  height: 44px !important;
}
.info-card {
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 1rem;
  height: 100px;
}

.info-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.info-divider {
  border-left: 1px solid #ddd;
  height: 60px;
  margin: 0 1rem;
}

.info-text {
  flex-grow: 1;
}

.info-label {
  font-size: 0.9rem;
  color: #555;
}

.info-value {
  font-size: 1.3rem;
  font-weight: bold;
}

.card-red {
  border-left: 10px solid #f29993;
}

.card-purple {
  border-left: 10px solid #5c4e8e;
}

.card-yellow {
  border-left: 10px solid #ffc000;
}

.icon-placeholder {
  width: 50px;
  height: 50px;
}
.dashboard-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  min-height: 40vh;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}

.small-text {
  font-size: 0.85rem;
  color: #666;
}

.chart-value {
  font-size: 1rem;
  font-weight: bold;
}

.status-label {
  font-size: 0.9rem;
}
.f14 {
  font-size: 14px !important;
}
.fw-medium {
  font-weight: 600 !important;
}
.small-text {
  font-size: 12px;
  color: #666;
}
.resolved-dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 6px;
  background-color: #b862c9;
}
.pending-dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 6px;
  background-color: #f28e8e;
}
.legend-box {
  border: 2px solid #007bff;
  padding: 10px 15px;
  display: inline-block;
  margin: 20px 0px 15px;
  font-size: 11px;
  width: -webkit-fill-available;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.legend-color {
  width: 25px;
  height: 15px;
  margin-right: 10px;
  border: 1px solid #007bff;
}
.card {
  margin: 30px auto;
  max-width: 1200px;
}
.table th {
  background-color: #25a3ff;
  color: white;
  text-align: center;
  padding: 1rem;
  border: 0px;
  white-space: nowrap;
  font-family: "Inter";
}
.table td {
  vertical-align: middle;
  text-align: center;
  border-bottom-color: #000 !important;
  font-family: "Inter";
}
.status-present {
  color: green;
  font-weight: 600;
}
.status-absent {
  color: red;
  font-weight: 600;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e4f4ff;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
.search-section {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.br12 {
  border-radius: 12px;
}
.brtl {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important ;
}
.btlr {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important ;
}
.brt {
  border-top-left-radius: 12px;
}
.brl {
  border-top-right-radius: 12px;
}
.leaflet-right {
  right: 0;
  display: none;
}
.theme-btn,
.theme-btn:hover {
  background-color: #0f77f1;
  border: 1px solid #0f77f1;
  color: #fff;
  padding: 10px 25px 10px 25px;
  border-radius: 25px;
  margin-bottom: 12px;
}
.info-card1{
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    height: 110px;
}
.info-divider1 {
    border-left: 1px solid #ddd;
    height: 80px;
    margin: 0 1rem;
}
