:root {
  --thm-body-font-size: 1rem;
  --thm-body-font-weight: 400;
  --thm-body-line-height: 1.5;
  --thm-body-color: rgba(0, 0, 0, .70);
  --thm-body-bg: #fff;

}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-size: var(--thm-body-font-size);
  font-weight: var(--thm-body-font-weight);
  line-height: var(--thm-body-line-height);
  color: var(--thm-body-color);
  background-color: var(--thm-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.014);
}

a {
  color: var(--thm-body-color) !important;
  letter-spacing: -0.025rem;
  text-decoration: none;
}

html {
  height: -webkit-fill-available;
}

.wrapper {
  display: flex;
}

.wrapper .wrapper-top-img-link{
  padding-bottom: 16px;
}
.wrapper .wrapper-top-img-link img{
  height: 35px;
}

.wrapper-sidebar-lg {
  top: 0;
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: auto;
  width: 15rem;
  background: #f2f7fc;
  position: fixed;
  border-right:1px solid #edebeb ;
}

.wrapper-sidebar-lg>div {
  width: 100%;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #c8cacc;
  content: var(--bs-breadcrumb-divider, "|");
}


.wrapper-content {
  width: 100%;
  padding-left: 15rem;
}
.wrapper-content .navbar {
  border-bottom: 1px solid #edebeb;
}

#open-wrapper-sidebar-lg i {
  color: #bebebe;
}


@media (max-width: 768px) {
  .wrapper-content {
    padding-left: 0px;
    z-index: 9;
  }

  .wrapper-sidebar-lg {
    z-index: 10;
  }

  .wrapper-sidebar-lg-toggle {
    display: none;
  }

  #open-wrapper-sidebar-lg i {
    color: #7a7a7a;
    cursor: pointer;
  }

  .opened-wrapper-sidebar-lg {
    margin-left: 15rem;
  }

}

.b-nav-divider {
  flex-shrink: 0;
  width: 0rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.dropdown-toggle {
  outline: 0;
}

.nav-flush .nav-link {
  border-radius: 0;
}

.btn-no-toggle::after {
  content: none !important;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .4rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .70);
  background-color: transparent;
  border: 0;
  width: 100%;
}

.btn-toggle i{
  margin-top: 3px;
  font-size: 19px;
}
.btn-toggle span{
  margin-left: 10px;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, .85);
  background-color: #d2f4ea;
}

.sidebar-parent-menu-item {
  background-color: #d2f4ea;
  border-radius: 4px;
}

.sidebar-child-menu-item {
  background-color: #d2f4ea;
  border-radius: 4px;
}

.btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
  position: absolute;
  right: 5px;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
  font-size: 1rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold {
  font-weight: 600;
}

.lh-tight {
  line-height: 1.25;
}

/* admin template end */



hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: -0.05rem;
}

h1 {
  font-size: calc(1.425rem + 2.1vw);
}

h1,
h2,
h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

@media (min-width: 1200px) {

  h1 {
    font-size: 3rem;
  }
}

h2 {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {

  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {

  h3 {
    font-size: 1.875rem;
  }

  h4 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}


h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}
.text-sm {
  font-size: 0.875rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-xxs {
  font-size: 0.65rem !important;
}
.text-lg {
  font-size: 1.120rem !important;
}

p {
  line-height: 1.625;
  font-weight: 400;
}


.nav-link {
  color: var(--thm-body-color);
}

.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

.form-control {
  padding: 0.469rem 12px !important
}

.btn {
  letter-spacing: -0.025rem;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
  background-size: 150%;
  background-position-x: 25%;
  transition: all 0.15s ease-in;
  padding: 0.75rem 1.1rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
}

.btn-core,
.btn-core:hover {
  color: #fff !important;
}

.btn:not([class*="btn-outline-"]) {
  border: 0;
}

.btn:active,
.btn:active:focus,
.btn:active:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
  transform: scale(1);
  opacity: 0.85;
}

.btn:hover:not(.btn-icon-only) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
  transform: scale(1.02);
}


.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

button.btn.btn-toggle[aria-expanded=true]>div>div>.fa-angle-right {
  transform: rotate(90deg);
}


.form-check-input {
  width: 20px;
  height: 20px;
}

.form-switch .form-check-input {
  width: 2.7rem;
}

.form-switch .form-check-input {
  border: 1px solid #d3d3d3;
  position: relative;
  background-color: #1a1a1a29;
  height: 1.25em;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}


.form-group {
  margin-bottom: 1rem;
}

label,
.form-label {
  font-size: 0.80rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: var(--thm-body-color);
  margin-left: 0.25rem;
}

label {
  display: inline-block;
}

.border-radius-xs {
  border-radius: 0.125rem;
}

.border-radius-sm {
  border-radius: 0.25rem;
}

.border-radius-md {
  border-radius: 0.5rem;
}

.border-radius-lg {
  border-radius: 0.75rem;
}


.icon-shape {
  width: 48px;
  height: 48px;
  background-position: center;
  border-radius: 0.75rem;
}

.icon-shape i {
  color: #fff;
  opacity: 0.8;
  top: 11px;
  position: relative;
}


.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.card {
  box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 1%);
  border: 1px solid #f0f0f0;

}

.card .card-body {
  padding: 1.5rem;
}

.card-header {
  padding: 1.5rem;
  background-color: #fff;
  border: none;
  border-radius: 1rem 1rem 0 0 !important;
}

.card-footer {
  padding: 1.5rem;
  background-color: transparent;
  border-top: none;
}

.breadcrumb {
  padding: 0.5rem 0rem;

}

.page-item .page-link,
.page-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8392AB;
  padding: 0;
  margin: 0 3px;
  width: 33px;
  height: 27px;
  font-size: 0.875rem;
}

.form-check-input:focus {
  box-shadow: none;
}

.modal-header button>span {
  display: none;
}

.modal-header button {
  font-size: 10px;
}

.modal-content {
  border-radius: 0.75rem;
}

.modal-header {
  padding: 1rem 1.75rem;
}

.modal-body {
  padding: 1rem 1.75rem;
}

.cursor-pointer {
  cursor: pointer;
}


.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}



.rounded-circle,
.avatar.rounded-circle img {
  border-radius: 50% !important;
}

.toast {
  border: none;
  border-radius: 9px;
}

.toast hr {
  color: #b6b5b5;
}

.d-default-none {
  display: none;
}

.w-5 {
  width: 1.5rem;
}

.z-index-sticky {
  z-index: 1020;
}

.dropdown-divider {
  border-top: 1px solid rgb(197 190 190 / 15%);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5;
  border-radius: 7px;
}

.avatar-sm {
  width: 35px !important;
  height: 35px !important;
  font-size: 0.87rem;
}

.avatar {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 0.75rem;
  height: 48px;
  width: 48px;
  transition: all .3s ease-in-out;
}

/* search input css */

.list-group-item:first-child {
  border-top: none !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.search-input {
  padding: 12px 50px !important;
  box-shadow: none;
  border-radius: 5px;
}

.search-input:focus~.search-results {
  margin-top: 0px !important;
}

.search-input-bottom-radius {
  box-shadow: none;
  border-color: #e8e8e8 !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.search-div {
  width: 100% !important;

}

.search-icon {
  top: 10px;
  left: 10px;
  padding: 6px;
  border-radius: 25px;
}

.search-results {
  position: absolute;
  z-index: 9999;
  width: 100%;
}

/* end search input */


/* start microphone */
.input-microphone {
  top: 10px;
  right: 10px;
  color: #605f5f;
  padding: 6px;
  border-radius: 25px;
  cursor: pointer;
  position: absolute;
}

/* end microphone  */

.top-1 {
  top: 1% !important;
}

.end-1 {
  right: 1% !important;
}

.input-md {
  padding: 5px 12px !important;
}

.btn-md {
  padding: 0.6rem 1rem !important;
}

.m-height-250 {
  min-height: 250px;
}

.m-height-200 {
  min-height: 200px;
}

.mx-height-300{
max-height: 300px;
}
.height-100vh {
  height: 100vh;
}

.clr-picker {
  z-index: 9999 !important;
}

.clr-field input {
  padding-left: 30px !important;
}