/*
  Product Name : Endoctor
  Version : 1.0.0
  Developed By : Widelast Technology Team
  Company Name : Widelast Technology Pvt Ltd.
  Website : www.widelast.com
  Started On :12 Jan 2024
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
  --primary-color: #232323;
  --primary-color-hover: var(
  --black-color);
  --secondary-color: #E11634;
  --secondary-color-hover: #EA2744;
  --menu-color: #808080;
  --table-header: var(
  --bs-dark);
  --table-border: #d3d3d3;
  --font-family:
  'Open Sans', sans-serif;
  --form-field-border: #959595;
  --table-icon: #AFAFAF;
  --main-panel-bg: #F8F8F8;
  --search-bg: #F5F6F7;
  --pagination-color: #9B9B9B;
  --tab-count-bg: #EBEBEB;
  --tag-bg: #EDEDED;
  --table-footer: #8E8E8E;
  --btn-secodary-color: #c8c8c8;
  --gray: #A3A3A3;
  --edit-color: #14AB2C;
  --delete-color: #DF442E;
  --warning-color: #F58C2A;
  --placeholder: #BBBBBB;
  --accordian-table-bg: #FAFAFA;
  --back-btn-bg: #EFEFEF;
  --back-btn-color: #808080;
  --gray-btn-bg: #F1F1F1;
  --gray-btn-color: #A3A3A3;
  --blue-btn-bg: #EBF3FF;
  --blue-btn-color: #3686FF;
  --green-btn-bg: #E7F6EC;
  --green-btn-color: #1B9942;
  --orange-btn-bg: #FFEFD7;
  --orange-btn-color: #FFAF36;
  --red-btn-bg: #ff998c;
  --red-btn-color: #DF442E;
  --info-btn-bg: #EDF4FF;
  --info-btn-color: #3686FF;
  --gray-btn-bg: #F2F2F2;
  --gray-btn-color: #7F7F7F;
  --email-tag-bg: #E1EDFF;
  --transparent-btn-color:#8A8A8A;
  --transparent-btn-bg: #CFCFCF;
  --task-dept-bg:rgba(234, 234, 234, 0.30);
  --task-dept-color:#989898;
  --task-color:#A6A6A6;
  --icon-box:#f4f4f4;
  --meeting-header-bg:#F6F6F6;
  --meeting-table-border:#F2F2F2;
  --scrollbar-track:#A6A6A6;
  --scrollbar-thumb:var(
  --primary-color);
  --scrollbar-thumb-hover:var(
  --secondary-color-hover)
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: var(--font-family);
}

img {
  max-width: 100%;
}

.form-control::placeholder {
  color: var(--placeholder);
}

hr {
  margin: 1rem 0 2rem;
  color: inherit;
  background-color: var(--hr-color);
  border: 0;
  opacity: .25;
}

button:focus {
  outline: none;
}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
  height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
  height: 10px;
}

*:hover::-webkit-scrollbar {
  height: 10px;
}

/*loader*/
#preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: var(--preloader-bg);

}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  z-index: 999;
  width: 75px;
  height: 75px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--primary-color);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--secondary-color);
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: var(--bs-white);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*login page*/
.login-logo {
  position: absolute;
  top: 10px;
  width: 150px;
}

.wlt-c-lg-login-page {
  width: 100%;
  height: 100vh;
  background: var(--bs-white);
  background-size: cover;
  position: relative;
}

.wlt-c-lg-loginbox {
  width: 100%;
  height: 100vh;
  margin: auto;
}

/* .wlt-c-lg-login-page::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(../img/login-before.png) no-repeat bottom left;
  background-size: 100%;
}

.wlt-c-lg-login-page::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url(../img/login-after.png) no-repeat bottom left;
  background-size: 100%;
} */

.wlt-c-lg-login-page .carousel-caption {
  color: var(--primary-color-hover);
}

.wlt-c-lg-login-page .carousel-caption h5 {
  color: var(--secondary-color);
  font-weight: 700;
}

.wlt-c-lg-login-left {
  text-align: center;
}

.wlt-c-lg-login-left-img img {
  width: 450px;
  height: 450px;
}

.wlt-c-lg-login-container {
  max-width: 1200px;
  background: var(--bs-white);
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(148, 148, 148, 1);
  -moz-box-shadow: 0px 0px 35px 0px rgba(148, 148, 148, 1);
  box-shadow: 0px 0px 35px 0px rgba(148, 148, 148, 1);
  margin: auto;
}

.wlt-c-lg-logo {
  padding: 10px;
}

.wlt-c-lg-login {
  text-align: center;
}

.wlt-c-lg-login img {
  width: 350px;
}

.wlt-c-lg-login h1 {
  font-size: 32px;
  font-weight: 100;
  margin: 10px 0 5px;
  color: var(--primary-color);
}

.wlt-c-lg-login p {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--login-paragrap);
}

.wlt-c-lg-welcome {
  text-align: left;
}

.wlt-c-lg-welcome img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}

.wlt-c-lg-welcome h1 {
  text-transform: uppercase;
  border: 1px solid var(--bs-white);
  padding: 10px;
  margin: 20px 0px;
  font-size: 32px;
}

.wlt-c-lg-welcome h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
  line-height: 36px;
  color: var(--black-color);
}

.wlt-c-lg-login-form h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0;
  line-height: 36px;
  color: var(--secondary-color);
  text-align: center;
}

.wlt-c-lg-login-form p {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--login-paragrap);
}

.wlt-c-lg-login-form a {
  color: var(--primary-color);
}

.wlt-c-lg-login-form a:hover {
  color: var(--primary-color-hover);
}

.wlt-c-lg-welcome p {
  font-weight: 100;
  font-size: 14px;
  margin: 0 0 30px;
  color: var(--welcome-paragraph)
}

.wlt-c-lg-login-form {
  width: 100%;
  padding: 3em;
  color: var(--primary-color-hover);
  background: #FFFFFF;
  border: 1px solid #dcdcdc;
  max-width: 400px;
  margin: auto;
}

.wlt-c-lg-login-page label {
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  color: var(--primary-color);
  margin: 0 0 .3rem;
}

.wlt-c-lg-login-page .form-control {
  background: var(--bs-white);
  border: 1px solid var(--form-field-border);
  height: auto;
  padding: 10px 5px !important;
  font-size: .875rem !important;
  border-radius: 0.125rem !important;
  margin-bottom: 10px;
}
.wlt-c-lg-login-page .input-group .input-group-text.toggle-password {
  color: var(--form-field-border);
  cursor: pointer;
  display: flex;
}
.wlt-c-lg-login-page .input-group .input-group-text {
  background: transparent;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border: none;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 44px;
  height: 40px;
}
.wlt-c-lg-login-page .form-control::placeholder {
  color: var(--placeholder);
}

.wlt-c-lg-login-page .has-icon .form-control {
  padding-left: 2.375rem;
}

.wlt-c-lg-login-page .has-icon .from-control-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: var(--from-control-icon);
  right: auto;
}

.wlt-c-lg-login-page .has-icon .from-control-icon svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.wlt-c-lg-login-form {
  position: relative;
  z-index: 2;
}

.wlt-c-lg-welcome.forgot {
  width: 85px;
  height: 85px;
  position: absolute;
  background: var(--bs-white);
  box-shadow: 0px -1px 4px rgb(125 124 124 / 25%);
  border-radius: 50%;
  padding: 1em;
  top: -45px;
  left: 39%;
}

.wlt-c-lg-welcome.forgot img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  object-position: center;
}

.form-group-otp input.otp {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 15px 10px;
  background: var(--nav-tab-bg);
  border-radius: 5px;
  border: 1px solid transparent;
}

.form-group-otp input.otp:focus {
  border: 1px solid var(--primary-color-hover);
  background: var(--bs-white);
}

.wlt-c-lg-login-page .wlt-c-lg-btn-primary {
  color: var(--bs-white) !important;
  background: var(--secondary-color);
  box-shadow: 0px 4px 5px 1px rgba(255, 255, 255, 0.25) !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.wlt-c-lg-login-page .wlt-c-lg-btn-primary:hover {
  background: var(--secondary-color-hover);
  color: var(--bs-white) !important;
  border: 1px solid var(--secondary-color-hover) !important;
}

.wlt-c-lg-login-page .wlt-c-lg-btn-primary {
  padding: 10px 16px;
}

.wlt-c-lg-login-page .mat-form-field-wrapper {
  padding-bottom: 1em;
}

.wlt-c-lg-login-page .mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  color: var(--bs-white);
}

.wlt-c-lg-forgot a {
  color: var(--primary-color);
}

.wlt-c-lg-forgot a:hover {
  color: var(--primary-color);
}

.wlt-c-lg-forgot {
  text-align: center;
  font-size: 12px;
}

/*navbar*/
.navbar-toggler:focus {
  box-shadow: none;
}

.wlt-c-lg-navbar {
  background: var(--bs-white);
  z-index: 1001;
  width: calc(100% - 200px);
}

.navbar-brand {
  padding: 15px;
  font-size: 1rem;
  background-color: var(--bs-white);
  width: 100%;
  text-align: center;
  margin: 0;
}

.navbar-brand img {
  /* height: 35px; */
}
h1.brand-logo, h1.brand-logo-mini {
  margin: 0;
  font-size: 20px;
  color: var(--bs-white);
}
.navbar-brand .brand-logo-mini img {
  height: 45px;
  padding: 5px 0;
}

.navbar .navbar-menu-wrapper {
  width: 100%;
}

.wlt-c-lg-welcome-text {
  font-family: var(--font-family);
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  border: none;
  outline: none;
  color: var(--primary-color);
  padding: 0px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wlt-c-lg-welcome-text div.name {
  color: var(--primary-color);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
}

.wlt-c-lg-welcome-text div.role {
  display: block;
  color: var(--menu-color);
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
}

.ms-auto {
  margin-left: auto !important;
}

/* .dropdown {
  float: left;
  overflow: hidden;
} */
.wlt-c-lg-task-dept .dropdown-toggle::after{
  display: none;
}
.wlt-c-lg-task-dept .dropdown-menu{
  min-width: 4.75rem;
  border-radius: 0.25rem;
  border: none;
  padding: 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.10));
}
.wlt-c-lg-task-dept .dropdown-menu .dropdown-item{
  color: #7A7A7A;
  font-size: 0.875rem;
  font-weight: 500;
  padding: .5rem;
}
.wlt-c-lg-task-dept .dropdown-menu .dropdown-item.active, .wlt-c-lg-task-dept .dropdown-menu .dropdown-item:active{
  background: transparent;
}
.wlt-c-lg-task-dept .dropdown-menu .dropdown-item:focus, .wlt-c-lg-task-dept .dropdown-menu .dropdown-item:hover{
  background: transparent;
}
.wlt-c-lg-task-dept .dropdown-menu::before {
  content: "";
  border-style: solid;
  border-width: 8px 10px 8px 0;
  border-color: transparent var(--bs-white) transparent transparent;
  position: absolute;
  left: 7px;
  top: -12px;
  transform: rotateY(0deg) rotate(90deg);
}


.wlt-c-lg-welcome-text img {
  border-radius: 50%;
  /* background: var(--secondary-color-hover); */
  box-shadow: 0px 4px 4px rgba(79, 79, 79, 0.25);
  width: 35px;
  height: 35px;
  margin-right: 5px;
  object-position: center;
  object-fit: cover;
}


.wlt-c-lg-sidebar-icon-only .navbar-brand {
  width: 50px;
  /* position: absolute; */
  /* padding: 0; */
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}

.wlt-c-lg-sidebar-icon-only .navbar-brand.brand-logo {
  display: none;
}

@media (max-width: 480px) {
  .wlt-c-lg-sidebar .navbar-brand {
    width: 55px;
  }

  .navbar .navbar-menu-wrapper {
    padding-left: 3.5rem;
    width: calc(100% - 100px);
  }

  .wlt-c-lg-count {
    right: 96px;
    top: 18px;
  }

  .wlt-c-lg-sidebar-icon-only .navbar-brand img {
    display: inline-block;
  }

  .wlt-c-lg-navbar {
    background: var(--bs-white);
    z-index: 10;
  }
}

@media (max-width: 991px) {
  .wlt-c-lg-sidebar .navbar-brand {
    width: 55px;
  }

  .navbar .navbar-menu-wrapper {
    padding-left: 3.5rem;
    width: calc(100% - 100px);
  }

  .wlt-c-lg-count {
    right: 96px;
    top: 18px;
  }

  .wlt-c-lg-sidebar .navbar-brand {
    padding: 10px 0;
  }

  .wlt-c-lg-sidebar-icon-only .navbar-brand img {
    display: inline-block;
  }

  .wlt-c-lg-navbar {
    background: var(--bs-white);
    z-index: 10;
  }
}

.wlt-c-lg-sidebar .navbar-brand-wrapper.navbar-brand .brand-logo-mini {
  display: none;
  padding-left: 0;
  text-align: center;
  /* background: var(--bs-white); */
}

.wlt-c-lg-sidebar .navbar-brand-wrapper {
  background: var(--secondary-color);
  position: fixed;
  top: 0;
  width: 200px;
  z-index: 9;
}

.form-group {
  position: relative;
}

.navbar .form-group.has-icon {
  position: relative;
}

.navbar .has-icon .form-control {
  padding-right: 2.375rem;
  border: none;
  background: var(--search-bg);
  border-radius: 5px;
  width: 340px;
}

.navbar .has-icon .from-control-icon {
  position: absolute;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: var(--from-control-icon);
}

.navbar .has-icon .from-control-icon svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

/* Sidebar */
.wlt-c-lg-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  padding: 0;
  overflow-y: auto;
  /* box-shadow: 4px 0px 13px rgba(0, 0, 0, 0.13); */
  background: var(--bs-white);
  width: 200px;
  transition: width 0.25s ease, background 0.25s ease;
  -webkit-transition: width 0.25s ease, background 0.25s ease;
  -moz-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
  -ms-transition: width 0.25s ease, background 0.25s ease;
}

.wlt-c-lg-sidebar .nav {
  overflow: hidden;
  flex-wrap: nowrap;
  flex-direction: column;
}

.wlt-c-lg-sidebar .nav .nav-item {
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  transition-property: background;
  -webkit-transition-property: background;
  cursor: pointer;
  margin: 5px 15px;
}

.wlt-c-lg-sidebar .nav .nav-item .collapse {
  z-index: 999;
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  padding: 10px 15px;
  color: var(--menu-color);
  border-radius: 0px;
  -webkit-transition-duration: 0.45s;
  -moz-transition-duration: 0.45s;
  -o-transition-duration: 0.45s;
  transition-duration: 0.45s;
  transition-property: color;
  -webkit-transition-property: color;
  font-weight: 400;
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link svg {
  stroke: none;
  fill: var(--menu-color);
  margin-right: 10px;
}

.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link svg {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item {
  margin: 0;
}

@media (max-width: 991px) {
  .wlt-c-lg-sidebar .nav .nav-item .nav-link {
    border-radius: 0;
  }
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link i.menu-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  margin-right: 0;
  color: var(--menu-color);
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item>.nav-link[aria-expanded="true"] i.menu-arrow {
  transform: rotateY(0deg) rotate(90deg);
  /* needs Y at 0 deg to behave properly*/
  transition: transform .2s;
  color: var(--bs-white);
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link svg {
  font-size: 22px;
  line-height: 1;
  width: 24px;
  text-align: center;
  margin-right: 1rem;
  color: var(--menu-color);
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item>.nav-link[aria-expanded="true"] svg {
  fill: var(--bs-white);
  stroke: none;
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item>.nav-link[aria-expanded="true"] .wlt-c-lg-menu-title {
  color: var(--bs-white);
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link .mat-icon:before {
  vertical-align: middle;
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link i.menu-arrow:before {
  content: "\e5cc";
  font-family: "Material Icons";
  font-style: normal;
  display: block;
  font-size: 0.687rem;
  font-size: 12px;
  line-height: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link i.menu-arrow {
  display: none;
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link .wlt-c-lg-menu-title {
  color: inherit;
  display: inline-block;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle;
  color: var(--menu-color);
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link .badge {
  margin-left: auto;
}

.rtl .wlt-c-lg-sidebar .nav .nav-item .nav-link .badge {
  margin-left: 0;
  margin-right: auto;
}

.wlt-c-lg-sidebar .nav .nav-item .nav-link[aria-expanded="true"] svg.feather.feather-chevron-down:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wlt-c-lg-sidebar .nav .nav-item.active {
  border-radius: 0px 20px 20px 0px;
}

.wlt-c-lg-sidebar .nav .nav-item.active>.nav-link {
  background: var(--scrollbar-thumb-hover);
  position: relative;
  font-weight: 500;
}

.wlt-c-lg-sidebar .nav .nav-item.active>.nav-link .mat-icon,
.wlt-c-lg-sidebar .nav .nav-item.active>.nav-link .wlt-c-lg-menu-title,
.wlt-c-lg-sidebar .nav .nav-item.active>.nav-link .menu-arrow {
  color: var(--secondary-color);
}

.wlt-c-lg-sidebar .nav .nav-item.active>.nav-link .wlt-c-lg-menu-title {
  font-size: 14px;
}

/* .wlt-c-lg-sidebar .nav .nav-item.active > .nav-link i.menu-arrow::before {
content: "\e64b";
} */

.wlt-c-lg-sidebar .nav .nav-item:hover>.nav-link .mat-icon,
.wlt-c-lg-sidebar .nav .nav-item:hover>.nav-link .wlt-c-lg-menu-title,
.wlt-c-lg-sidebar .nav .nav-item:hover>.nav-link .menu-arrow {
  color: var(--secondary-color);
}

.wlt-c-lg-sidebar .nav .nav-item.nav-category {
  color: #404040;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  margin: 0 30px;
  font-size: 11px;
  font-weight: 700;
  padding: 20px 0px 5px 0px;
  text-transform: uppercase;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item.nav-category {
  color: var(--bs-white);
  border-bottom: none;
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu .nav-item .nav-link {
  font-size: 14px;
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu) {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item {
  margin-top: .2rem;
}

/* .wlt-c-lg-sidebar .nav li:last-child.nav-item {
  position: absolute;
  bottom: 10px;
} */

.wlt-c-lg-sidebar .nav li:last-child.nav-item:hover>.nav-link {
  background: transparent;
  color: var(--menu-color);
}

.wlt-c-lg-sidebar .nav li:last-child.nav-item>.nav-link svg {
  stroke: var(--menu-color);
  fill: none;
}

.wlt-c-lg-sidebar .nav li:last-child.nav-item:hover>.nav-link svg {
  stroke: var(--secondary-color);
  fill: none;
}

.wlt-c-lg-sidebar .nav li:last-child.nav-item:hover>.nav-link .wlt-c-lg-menu-title {
  color: var(--secondary-color);
}
.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav li:last-child.nav-item:hover>.nav-link .wlt-c-lg-menu-title {
  color: var(--bs-white);
}
.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item.active>.nav-link,
.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item.active[aria-expanded="true"] ,
.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item:hover>.nav-link,
.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item:hover[aria-expanded="true"] {
  /* background: rgb(0 0 0 / 20%); */
  color: var(--secondary-color);
  background: transparent;
  border-radius: 6px;
}
.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item.active>.nav-link svg,
.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item:hover>.nav-link svg {
  stroke: none;
  fill: var(--secondary-color);
}

.nav-item:hover svg {
  stroke: var(--bs-white);
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item>.nav-link {
  margin: 0;
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item>.nav-link[aria-expanded="true"] {
  /* border-radius: 0; */
  color: var(--bs-white);
  background: var(--secondary-color);
  border-radius: 6px;
}

.wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item.active {
  background: transparent;
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu {
  margin-bottom: 0;
  margin-top: 0;
  list-style: none;
  padding: 0rem;
  /* background: rgb(0 0 0 / 20%); */
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu .nav-item a {
  padding: 5px 15px 5px 2px;
  color: var(--menu-color);
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu .nav-item:hover {
  /* background-color: rgb(0 0 0 / 25%); */
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu .nav-item:hover a {
  color: var(--primary-color);
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item {
  padding: 0;
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: 16px;
  border-radius: 50%;
  background: #b2b2b2;
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link {
  color: var(--bs-white);
  padding: 0.7rem 1rem;
  position: relative;
  font-size: 12px;
  line-height: 1;
  height: auto;
  border-top: 0;
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link:hover {
  color: #000;
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link.active {
  color: #1F3BB3;
  background: transparent;
}

.wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item:hover {
  background: transparent;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar {
  background: #232227;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item .nav-link {
  color: var(--bs-white);
  position: relative;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item .nav-link .wlt-c-lg-sidebar-icon-only {
  color: #1E283D;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item .nav-link i {
  color: inherit;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item .nav-link i.menu-icon {
  color: var(--bs-white);
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item .nav-link .wlt-c-lg-menu-title {
  color: inherit;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item .nav-link[aria-expanded="true"] .wlt-c-lg-menu-title {
  color: var(--bs-white);
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item.active>.nav-link {
  background: transparent;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item.active>.nav-link:before {
  content: '';
  width: 2px;
  height: 100%;
  background: var(--bs-white);
  left: 0;
  top: 0;
  position: absolute;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item.active>.nav-link .wlt-c-lg-menu-title,
.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav .nav-item.active>.nav-link i {
  color: var(--bs-white);
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item:hover>.nav-link {
  background: transparent;
  color: var(--bs-white);
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item:hover>.nav-link:before {
  content: '';
  width: 2px;
  height: 100%;
  background: var(--bs-white);
  left: 0;
  top: 0;
  position: absolute;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item:hover>.nav-link .menu-arrow {
  color: var(--bs-white);
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu)>.nav-item .nav-link[aria-expanded="true"] {
  background: #1a1f26;
  color: var(--bs-white);
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu {
  background: #1a1f26;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link {
  color: var(--bs-white);
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link:before {
  color: white;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link.active {
  color: var(--bs-white);
  background: transparent;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link:hover {
  color: #9a94a7;
}

.wlt-c-lg-sidebar-dark .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item:hover {
  background: transparent;
}

/* style for off-canvas menu*/
@media screen and (max-width: 991px) {
  .wlt-c-lg-sidebar-offcanvas {
    position: fixed;
    top: 56px;
    bottom: 0;
    overflow: auto;
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .wlt-c-lg-sidebar-offcanvas.active {
    left: 0;
  }
}

@media (min-width: 992px) {
  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .navbar-brand-wrapper {
    width: 50px;
    height: auto;
    /* padding-left: 1.625rem; */
    background: var(--secondary-color);
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .navbar-brand-wrapper .navbar-toggler {
    color: #484848;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .navbar-brand-wrapper .brand-logo {
    display: none;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .navbar-brand-wrapper .brand-logo-mini {
    display: block;
  }

  .wlt-c-lg-sidebar-icon-only .navbar .navbar-menu-wrapper {
    width: calc(100% - 0px);
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar {
    width: 50px;
    background: var(--bs-white);
    overflow: unset;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav {
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item {
    position: relative;
    /* padding: 0 0.5px 0 0; */
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link {
    display: block;
    padding-left: 0.5rem;
    padding-right: .5rem;
    text-align: center;
    position: static;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu .nav-item .nav-link {
    text-align: left;
    font-size: 12px;
    padding: 5px 10px;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu {
    padding: 0;
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link {
    color: #484848;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link .wlt-c-lg-menu-title,
  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link .badge,
  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link .menu-sub-title {
    display: none;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link .wlt-c-lg-menu-title {
    border-radius: 0 5px 0px 0px;
    background: var(--secondary-color);
  }

  .rtl.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link .wlt-c-lg-menu-title {
    border-radius: 5px 0 0 5px;
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link .wlt-c-lg-menu-title {
    background: #484848;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link svg.feather.feather-chevron-down {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: var(--bs-white);
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link svg.feather.feather-chevron-down {
    color: rgba(31, 59, 179, 0.7);
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link svg.feather.feather-chevron-down {
    display: none;
  }

  .wlt-c-lg-sidebar .nav .nav-item .nav-link svg.feather.feather-chevron-down .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link[aria-expanded] .wlt-c-lg-menu-title {
    border-radius: 0 5px 0 0px;
  }

  .rtl.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link[aria-expanded] .wlt-c-lg-menu-title {
    border-radius: 5px 0 0 0;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .collapse {
    display: none;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .nav-link .wlt-c-lg-menu-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    /* background: #33397b; */
    color: var(--bs-white);
    padding: 0.5rem 0.5rem;
    left: 50px;
    position: absolute;
    text-align: left;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 1;
    line-height: 1.8;
    -webkit-box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: 4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .nav-link .wlt-c-lg-menu-title {
    background: #0071b9;
  }

  .rtl.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .nav-link .wlt-c-lg-menu-title {
    left: auto;
    right: 70px;
    text-align: left;
    -webkit-box-shadow: -4px 0px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: -4px 0px 7px 0px rgba(182, 185, 189, 0.25);
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .nav-link .wlt-c-lg-menu-title {
    color: #484848;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .nav-link .wlt-c-lg-menu-title:after {
    display: none;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .nav-link:hover .wlt-c-lg-menu-title {
    background: var(--secondary-color);
    border-radius: 0 5px 0px 0;
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .nav-link:hover .wlt-c-lg-menu-title {
    background: var(--primary-color);
    ;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .collapse,
  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .collapsing {
    display: block;
    border-radius: 0 0 5px 0;
    position: absolute;
    left: 50px;
    width: 150px;
    height: 225px;
    overflow-y: scroll;
    background: #f6f6f6;
    -webkit-box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: 4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .collapse,
  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .collapsing {
    background: #232227;
  }

  .rtl.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .collapse,
  .rtl.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.wlt-c-lg-hover-open .collapsing {
    left: auto;
    right: 70px;
    border-radius: 0 0 0 5px;
    -webkit-box-shadow: -4px 4px 7px 0px rgba(182, 185, 189, 0.25);
    box-shadow: -4px 4px 7px 0px rgba(182, 185, 189, 0.25);
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.nav-category {
    display: none;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--secondary-color);
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.active .wlt-c-lg-sub-menu .nav-link:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item.active .nav-link i.menu-icon {
    color: var(--primary-color);
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu) .nav-item.active {
    border-radius: 0;
    background: transparent;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav:not(.wlt-c-lg-sub-menu) .nav-item:hover .nav-link {
    border-radius: 0;
    /* background: var(--scrollbar-thumb-hover); */
    /* margin: 0; */
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu {
    padding: 0;
  }

  .sidebar-dark.wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu {
    background: var(--bs-white);
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav.wlt-c-lg-sub-menu.nav-item .nav-link {
    text-align: left;
    padding-left: 20px;
  }

  .wlt-c-lg-sidebar-icon-only .main-panel {
    width: calc(100% - 70px);
  }
}

/*
* Main Panel
*/

.wlt-c-lg-mainpanel {
  transition: width 0.25s ease, margin 0.25s ease;
  width: calc(100% - 200px);
  min-height: calc(100vh - 0px);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 42px !important;
  background: var(--main-panel-bg);
}

@media (min-width: 992px) {
  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-mainpanel {
    width: calc(100% - 50px);
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-navbar {
    width: calc(100% - 50px);
  }
}

/*
* breadcrumb
*/
.wlt-c-lg-content-header {
  padding: 8px 0;
}

.wlt-c-lg-content-header h1 {
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
  margin: 0;
}

.wlt-c-lg-content-header .breadcrumb {
  background: transparent;
  padding: 0;
  font-size: 12px;
  margin-bottom: 0;
}

.wlt-c-lg-content-header .breadcrumb li {
  color: var(--primary-color);
}

.wlt-c-lg-content-header .breadcrumb li a {
  color: var(--menu-color);
  text-decoration: none;
}

.wlt-c-lg-content-header .breadcrumb li a:hover {
  color: var(--primary-color-hover);
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color-hover);
}

@media (min-width: 992px) {
  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-footer {
    width: calc(100% - 50px);
  }
}

@media (max-width: 820px) {
  .wlt-c-lg-sidebar .navbar-brand-wrapper .navbar-brand.brand-logo {
    display: none;
  }

  .navbar .navbar-brand-wrapper.navbar-brand .brand-logo-mini {
    display: block;
  }

  .navbar-brand .brand-logo-mini img {
    height: 31px;
  }

  .wlt-c-lg-navbar {
    background: var(--bs-white);
    z-index: 10;
  }

  .wlt-c-lg-sidebar .navbar-brand {
    width: 55px;
    margin: 0;
  }

  .navbar .navbar-menu-wrapper {
    padding-left: 0;
    width: calc(100% - 55px);
  }

  .wlt-c-lg-sidebar {
    top: 50px;
  }

  .wlt-c-lg-sidebar {
    width: 266px;
  }

  .wlt-c-lg-mainpanel {
    width: 100%;
    min-height: calc(100vh - 100px);
  }

  .wlt-c-lg-footer {
    width: 100%;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar {
    width: 0;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .navbar-brand-wrapper {
    width: 55px;
    height: 53px;
    background: var(--bs-white);
  }

  .wlt-c-lg-btn-secondary {
    min-width: 80px;
    padding: 5px 10px;
  }

  .wlt-c-lg-btn-primary {
    min-width: 80px;
    padding: 5px 10px;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link svg {
    margin-right: 10px;
  }

  .wlt-c-lg-sidebar-icon-only .wlt-c-lg-sidebar .nav .nav-item .nav-link svg.menu-arrow {
    display: block;
  }
}


/*
* card style
*/
.wlt-c-lg-card {
  background: var(--bs-white);
  border-radius: 0.25rem;
  padding: 15px;
}


/*
* Data table
*/
#wlt-c-lg-datatable {
  position: relative;
  box-sizing: border-box;
}

#wlt-c-lg-datatable table {
  width: 100%;
  border-collapse: collapse;
}

#wlt-c-lg-datatable thead>tr {
  border-radius: 5px;
}

#wlt-c-lg-datatable th {
  font-weight: 500;
  font-size: .875rem;
  line-height: 17px;
  color: var(--table-header);
  padding: 12px 10px;
  white-space: nowrap;
  /* border-top: 1px solid var(--table-border); */
  border-bottom: 1px solid var(--table-border);
}

#wlt-c-lg-datatable th:first-child {
  /* border-radius: 5px 0px 0px 5px; */
}

#wlt-c-lg-datatable th:last-child.action,
#wlt-c-lg-datatable td:last-child.action {
  /* border-radius: 0px 5px 5px 0px; */
  position: sticky;
  position: -webkit-sticky;
  right: 0;
  text-align: center;
  width: 120px;
}

#wlt-c-lg-datatable th:last-child {}

#wlt-c-lg-datatable td:last-child.action {
  background-color: var(--bs-white);
}

#wlt-c-lg-datatable td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--table-border);
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
}

#wlt-c-lg-datatable td {
  font-weight: 400;
  font-size: .875rem;
  line-height: 14px;
  color: var(--black-color);
}

/* #wlt-c-lg-datatable tr:nth-of-type(odd) {
  background: #eee;
} */
#wlt-c-lg-table-bottom {
  position: relative;
}

.box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box ul.pagination {
  top: 0;
  margin: 5px 0;
}

.box ul.pagination>li>a {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: var(--pagination-color);
  padding: 5px;
  border: 1px solid transparent;
  text-decoration: none;
  margin: 0 5px;
}

.box ul.pagination>li.active>a {
  border: 1px solid var(--secondary-color-hover);
  color: var(--bs-white);
  background: var(--secondary-color);
  border-radius: 3px;
}

.box .dvrecords {
  padding: 5px 0;
  font-size: 0.875rem;
  color: var(--table-footer);
}

.box .dvrecords .records {
  margin: 5px;
  background-color: transparent;
  border: 1px solid var(--form-field-border);
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  min-width: 50px;
  outline: none;
}

/*
* button
*/
.wlt-c-lg-btn-primary {
  color: var(--bs-white) !important;
  border: 1px solid var(--secondary-color) !important;
  background: var(--secondary-color);
  /* box-shadow: 0px 4px 4px rgba(167, 167, 167, 0.25); */
  border-radius: 5px !important;
  font-weight: 500;
  font-size: .875rem;
  line-height: 22px;
  min-width: 100px;
  padding: 8px 15px;
}
.wlt-c-lg-btn-primary:hover {
  background: var(--secondary-color-hover);
}

.wlt-c-lg-btn-secondary {
  color: var(--menu-color) !important;
  border: 1px solid var(--btn-secodary-color) !important;
  background: transparent;
  border-radius: 5px !important;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
  min-width: 100px;
  padding: 8px 15px;
}

.wlt-c-lg-btn-secondary:hover {
  background: var(--bs-white);
  color: var(--primary-color) !important;
  border-radius: 5px !important;
}

.wlt-c-lg-btn-back {
  color: var(--back-btn-color) !important;
  border: 1px solid var(--back-btn-bg) !important;
  background: var(--back-btn-bg);
  border-radius: 5px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  min-width: 100px;
  padding: 8px 15px;
}

.wlt-c-lg-btn-back:hover {
  background: var(--bs-white);
  color: var(--back-btn-color) !important;
  border: 1px solid var(--back-btn-color) !important;
  border-radius: 5px !important;
}
.wlt-c-lg-btn-gray {
  color: var(--gray-btn-color) !important;
  border: 1px solid var(--gray-btn-bg) !important;
  background: var(--gray-btn-bg);
  border-radius: 0.25rem !important;
  padding: 0.375rem 0.625rem 0.375rem 0.5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.wlt-c-lg-btn-gray:hover {
  /* background: var(--bs-white); */
  color: var(--gray-btn-color) !important;
  border: 1px solid var(--gray-btn-color) !important;
  border-radius: 5px !important;
}

.wlt-c-lg-btn-gray svg {
  fill: var(--gray-btn-color);
  margin-right: 10px;
}

.wlt-c-lg-btn-gray:hover svg {
  fill: var(--gray-btn-color);
}

.wlt-c-lg-btn-transparent {
  color: var(--transparent-btn-color) !important;
  border: 1px solid var(--transparent-btn-bg) !important;
  background: transparent;
  border-radius: 0.25rem !important;
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  min-width: 100px;
}

.wlt-c-lg-btn-transparent:hover {
  /* background: var(--bs-white); */
  color: var(--transparent-btn-color) !important;
  border: 1px solid var(--transparent-btn-bg) !important;
  border-radius: 5px !important;
}
.wlt-c-lg-btn-blue {
  color: var(--blue-btn-color) !important;
  border: 1px solid var(--blue-btn-bg) !important;
  background: var(--blue-btn-bg);
  border-radius: 0.25rem !important;
  padding: 0.375rem 0.625rem 0.375rem 0.5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.wlt-c-lg-btn-blue:hover {
  /* background: var(--bs-white); */
  color: var(--blue-btn-color) !important;
  border: 1px solid var(--blue-btn-color) !important;
  border-radius: 5px !important;
}

.wlt-c-lg-btn-blue svg {
  fill: var(--blue-btn-color);
  margin-right: 10px;
}

.wlt-c-lg-btn-blue:hover svg {
  fill: var(--blue-btn-color);
}

.wlt-c-lg-btn-primary svg,
.wlt-c-lg-btn-secondary svg {
  stroke: none;
  margin-right: 5px;
  fill: var(--bs-white);
}

.wlt-c-lg-btn-primary:hover svg,
.wlt-c-lg-btn-secondary:hover svg {
  stroke: none;
  fill: var(--bs-white);
}

.wlt-c-lg-dash-table td .wlt-c-lg-btn-green,
.wlt-c-lg-data-table td .wlt-c-lg-btn-green {
  background: var(--green-btn-bg);
  border-radius: 0.25rem;
  padding: 3px 10px;
  color: var(--green-btn-color);
  font-size: 10px;
  text-align: center;
  min-width: 60px;
}

.wlt-c-lg-dash-table td .wlt-c-lg-btn-red,
.wlt-c-lg-data-table td .wlt-c-lg-btn-red {
  background: var(--red-btn-bg);
  border-radius: 0.25rem;
  padding: 3px 10px;
  font-size: 10px;
  color: var(--red-btn-color);
  text-align: center;
  min-width: 60px;
}

.wlt-c-lg-dash-table td .wlt-c-lg-btn-info,
.wlt-c-lg-data-table td .wlt-c-lg-btn-info {
  background: var(--info-btn-bg);
  border-radius: 4px;
  padding: 3px 10px;
  color: var(--info-btn-color);
  font-size: 10px;
  text-align: center;
  min-width: 60px;
}

.wlt-c-lg-dash-table td .wlt-c-lg-btn-gray,
.wlt-c-lg-data-table td .wlt-c-lg-btn-gray {
  background: var(--gray-btn-bg);
  border-radius: 4px;
  padding: 3px 10px;
  color: var(--gray-btn-color);
  font-size: 10px;
  text-align: center;
  min-width: 60px;
  display: inline;
  border:none !important;
}
.wlt-c-lg-dash-table td .wlt-c-lg-btn-gray:hover,
.wlt-c-lg-data-table td .wlt-c-lg-btn-gray:hover{
  border:none !important;
}

.wlt-c-lg-data-table ul.action-icons {
  padding: 0;
  margin: 0;
}

.wlt-c-lg-data-table ul.action-icons li {
  padding: 5px 0px;
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}

.wlt-c-lg-data-table ul.action-icons li>a {
  color: var(--primary-color);
  text-decoration: none;
  padding: 10px 0;
  font-size: 14px;
}

.wlt-c-lg-data-table ul.action-icons li>a:hover {
  color: var(--secondary-color-hover);
}

.wlt-c-lg-data-table ul.action-icons li>a>svg {
  stroke: var(--secondary-color-hover);
  /* margin-right: 10px; */
}

.wlt-c-lg-data-table ul.action-icons li>a>svg.edit,
.wlt-c-lg-data-table ul.action-icons li>a>svg.delete,
.wlt-c-lg-data-table ul.action-icons li>a>svg.view {
  stroke: var(--table-icon);
}

.wlt-c-lg-data-table ul.action-icons li>a:hover>svg.edit {
  stroke: var(--edit-color);
}

.wlt-c-lg-data-table ul.action-icons li>a:hover>svg.delete {
  stroke: var(--delete-color);
}

.wlt-c-lg-data-table ul.action-icons li>a:hover>svg.view {
  stroke: var(--secondary-color);
}

/*
* filter
*/
.wlt-c-lg-filter form {
  padding: 8px 0;
  display: flex;
  justify-content: end;
  align-items: center;
}

.wlt-c-lg-filter.wlt-c-lg-filter-indivitual {
  border-radius: 8px;
  margin-bottom: 10px;
}

.wlt-c-lg-filter .form-group.has-icon {
  position: relative;
}

.wlt-c-lg-filter .form-group {
  margin: 0;
}

.wlt-c-lg-filter .has-icon .form-control {
  padding-right: 2.375rem;
  border: none;
  background: var(--bs-white);
  font-size: 14px;
  border-radius: 5px;
}

.wlt-c-lg-filter .has-icon .from-control-icon {
  position: absolute;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 1.85rem;
  text-align: center;
  pointer-events: none;
  color: var(--from-control-icon);
}

.wlt-c-lg-filter .has-icon .from-control-icon svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.wlt-c-lg-filter .wlt-c-lg-filter-field .form-control {
  background-color: var(--bs-white);
  border-radius: 5px;
  border: 1px solid transparent;
  width: auto;
  color: var(--primary-color);
  font-size: 14px;
}

.wlt-c-lg-filter .wlt-c-lg-filter-field {
  margin-right: 10px;
  min-width: 150px;
}

.wlt-c-lg-filter-field .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 5px;
}

.wlt-c-lg-filter-field .choices__inner {
  padding: 5px;
  min-height: 2rem;
  min-width: 150px;
}

@media (min-width: 640px) {

  .wlt-c-lg-filter-field .choices__list--dropdown .choices__item--selectable,
  .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 10px !important
  }

  .wlt-c-lg-filter-field .choices__list--dropdown .choices__item--selectable::after,
  .choices__list[aria-expanded] .choices__item--selectable::after {
    display: none;
  }
}

.wlt-c-lg-filter-field .choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: var(--pagination-color) !important;
}

.wlt-c-lg-filter-field .choices__list--dropdown .choices__item--selectable:hover::before {
  background: var(--pagination-color) !important;
}

/*
*Tab
*/
.wlt-c-lg-card .nav-tabs {
  border-bottom: 1px solid var(--table-border);
}

.wlt-c-lg-card .nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  text-transform: capitalize;
  padding: 10px 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  text-align: center;
}

.wlt-c-lg-card .nav-tabs .nav-link>span {
  background: var(--tab-count-bg);
  border-radius: 0.625rem;
  margin: 0 8px;
  padding: 5px;
  font-size: 0.625rem;
  color: var(--primary-color);
}

.wlt-c-lg-card .nav-tabs .nav-link.active>span {
  background: var(--secondary-color);
  border-radius: 0.625rem;
  margin: 0 5px;
  padding: 5px;
  font-size: 0.625rem;
  color: var(--bs-white);
}

.wlt-c-lg-card .nav-tabs .nav-link span>svg {
  margin-right: 10px;
  stroke: var(--secondary-color);
}

.wlt-c-lg-card .nav-tabs .nav-item.show .nav-link.active,
.wlt-c-lg-card .nav-tabs .nav-link.active span>svg {
  stroke: var(--secondary-color-hover);
}

.wlt-c-lg-card .nav-tabs .nav-item.show .nav-link.active,
.wlt-c-lg-card .nav-tabs .nav-link.active {
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: 3px solid var(--secondary-color);
}



.wlt-c-lg-card .form-group,  .form-group{
  margin-bottom: 1rem;
}
.form-check label {
  margin: 3px 0 0;
}
.wlt-c-lg-alert .form-check{
  display: flex;
  align-items: center;
}
.wlt-c-lg-card label, label {
  font-weight: 400;
  font-size: .875rem;
  line-height: 19px;
  color: var(--primary-color);
  margin: 0 0 5px;
  display: block;
}

.wlt-c-lg-card .form-control,  .form-control{
  border: 1px solid var(--form-field-border);
  transform: matrix(1, 0, 0, 1, 0, 0);
  border-radius: 0.125rem;
  font-size: 14px;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

input[type="radio"] {
  display: none;
  height: calc(2.25rem + 2px);
}

input[type="radio"]:checked,
input [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked+label,
input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 22px;
  margin-right: 15px;
  display: inline-block;
  height: calc(2.25rem + 2px);
  color: var(--radio-lable);
  /* display: flex; */
}

input[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--radio-border);
  border-radius: 100%;
  background: var(--bs-white);
}

input[type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  background: var(--bs-white);
}

input[type="radio"]:checked+label:after,
input[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--secondary-color);
  position: absolute;
  top: 7px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-group.has-icon {
  position: relative;
}

.has-icon .form-control {
  transform: matrix(1, 0, 0, 1, 0, 0);
  border-radius: 0;
}

.has-icon .from-control-icon {
  position: absolute;
  right: 0px;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2rem;
  text-align: center;
  pointer-events: none;
  color: var(--from-control-icon);
}

.has-icon .from-control-icon svg {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

label.cabinet {
  display: block;
  cursor: pointer;
  position: relative;
}

label.cabinet input.file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top: -30px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  visibility: visible !important;
  background-position: 95% 50%;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  min-width: 90px;

}

.btn-close {
  width: 0.75rem;
  height: 0.75rem;
  /* text-align: right; */
  opacity: .3;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.65em auto no-repeat;
}

.btn-close:focus {
  box-shadow: none;
}

.modal-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-color);
}

.modal-header {
  padding: 0.5rem 1rem;
  border: none
}

.modal-body {
  padding: 0.5rem;
}

.modal-footer {
  padding: 0.5rem 1rem;
  border: none
}

.modal-dialog .wlt-c-lg-card {
  padding: 0;
  box-shadow: none;
}

/* invalid tooltip  */
.was-validated .form-control:valid {
  border: 1px solid var(--form-field-border) !important;
  background-image: none !important;
}

.form-control:valid:focus {
  box-shadow: none !important;
  border-color: var(--menu-color);
}

.form-control:invalid:focus {
  box-shadow: none !important;
  border-color: var(--menu-color);
}

.invalid-tooltip {
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 12px;
  color: var(--delete-color);
  background-color: transparent !important;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0;
  /* position: relative; */
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--delete-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.1em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.wlt-c-lg-tab-title h1 {
  font-size: .875rem;
  color: var(--primary-color);
  font-weight: 600;
  margin: 10px 0;
}

.wlt-c-lg-analytics-date ul {
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.wlt-c-lg-analytics-date li {
  list-style: none;
  color: var(--gray);
  position: relative;
  font-size: 0.875rem;
}

.wlt-c-lg-analytics-date li>strong {
  color: var(--primary-color);
}

.wlt-c-lg-analytics-date li::after {
  content: '';
  position: absolute;
  right: -34%;
  width: 1px;
  height: 25px;
  background: var(--form-field-border);
}

.wlt-c-lg-analytics-date li:last-child:after {
  display: none;
}

.text-info {
  color: var(--secondary-color) !important;
}

.text-warning {
  color: var(--warning-color) !important;
}

.wlt-c-lg-accordion-toggle {
  cursor: pointer;
}

.wlt-c-lg-accordion-toggle[aria-expanded="true"] td>svg {
  transition: all .5s;
  transform: rotate(180deg);
}

table.wlt-c-lg-accordian-table {
  background: var(--accordian-table-bg);
  margin: 0 1rem 1rem;
}

#wlt-c-lg-datatable table.wlt-c-lg-accordian-table td {
  border: none;
  font-size: .765rem;

}

#wlt-c-lg-datatable table.wlt-c-lg-accordian-table th:last-child,
#wlt-c-lg-datatable table.wlt-c-lg-accordian-table td:last-child {
  position: relative;
  background: var(--accordian-table-bg);
  left: 0;
  text-align: left;
  right: auto;
  width: auto;
}

#wlt-c-lg-datatable td.hiddenRow {
  background: var(--accordian-table-bg);
  padding: 0;
}

.wlt-c-lg-accordian-table thead th {
  text-align: left;
  font-size: .765rem !important;
}

.wlt-c-progress-green {
  background: var(--edit-color);
}

.wlt-c-progress-warning {
  background: var(--warning-color);
}

.wlt-c-progress-red {
  background: var(--delete-color);
}

.progress {
  height: 4px;
}

.wlt-c-lg-card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--table-border);
}

.wlt-c-lg-card-title h2 {
  padding: 10px 10px;
  font-size: 0.875rem;
  color: var(--primary-color);
  font-weight: 600;
  border-bottom: 3px solid var(--secondary-color);
  margin: 0;
}

.wlt-c-lg-file .input-group {
  border: 1px solid var(--form-field-border);
}

.wlt-c-lg-file .form-control {
  border: none;
}

.wlt-c-lg-file .btn-choose {
  padding: 0 0.75rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  color: var(--primary-color);
  border-left: 1px solid var(--form-field-border);
  display: flex;
  align-items: center;
  flex-direction: row;
}

.wlt-c-lg-file .btn-choose svg {
  stroke: var(--secondary-color);
  margin-left: .5rem;
}
.wlt-c-lg-alert h1{
  font-size: 1.25rem;
  font-weight: 600;
  margin: .65rem 0;
  color: var(--primary-color);
}
.wlt-c-lg-alert p{
  margin-bottom: 1rem;
  color: var(--menu-color);
  font-size: .875rem;
  font-weight: 400;
}
.wlt-c-lg-alert .wlt-c-lg-btn-primary{
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
}
.wlt-c-lg-alert .modal-body {
  padding: 0.5rem 0.5rem 1.25rem;
}
.wlt-c-lg-alert .wlt-c-lg-btn-primary{
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
}
.wlt-c-lg-popup .modal-body {
  padding: 1.25rem;
}
.wlt-c-lg-popup  h1{
  font-size: 1.25rem;
  font-weight: 600;
  margin: .65rem 0;
  color: var(--primary-color);
  padding-bottom: 5px;
  position: relative;
}
.wlt-c-lg-popup  h1::after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, var(--secondary-color) 0%, rgba(255, 255, 255, 0) 105.71%);
  border-radius: 8px 0px 0 8px;
  height: 5px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -5px;
}
.wlt-c-lg-popup  p{
  margin-bottom: 1rem;
  color: var(--menu-color);
  font-size: .875rem;
  font-weight: 400;
}
.wlt-c-lg-filter-field .choices__placeholder{
  color: var(--menu-color);
  opacity: 1;
}
.wlt-c-lg-task-process{
  border-radius: 0.25rem;
  border: 1px solid var(--tag-bg);
  background: var(--bs-white);
  padding: .875rem;
  min-height: 100vh;
}
.wlt-c-lg-task-box{
  border-radius: 0.25rem;
  border: 1px solid var(--tag-bg);
  background: var(--bs-white);
  padding: .5rem;
  margin: .5rem 0;
}
.wlt-c-lg-task-dept{
  border-bottom: 1px solid var(--tag-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wlt-c-lg-task-dept h3{
  border-radius: 0.25rem;
  background: var(--task-dept-bg);
  color: var(--task-dept-color);
  font-size: 0.75rem;
  padding: .5rem 1rem;
  font-weight: 500;
  margin: 0 0 .5rem;
}
.wlt-c-lg-task{
  margin-top: .875rem;
  color: var(--task-color);
  font-size: 0.875rem;
}
.wlt-c-lg-task-title{
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: .5em;
}
.wlt-c-lg-task-title h1{
  font-size: 1rem;
  color: var(--primary-color);
  margin: 0 0 0;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.high{
  font-size: 0.75rem;
  color: var(--delete-color);
}
.mid{
  font-size: 0.75rem;
  color: var(--warning-color);
}
.low{
  font-size: 0.75rem;
  color: var(--edit-color);
}
.deadline{
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: .5rem;
}
.wlt-c-lg-task-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--menu-color);
  font-size: 0.75rem;
}
.wlt-c-lg-task-footer ul{
  padding: 0;
  margin: 0;
}
.wlt-c-lg-task-footer ul li{
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
.wlt-c-lg-task-footer ul li .random-1,
.wlt-c-lg-task-footer ul li .random-2,
.wlt-c-lg-task-footer ul li .random-3{
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  line-height: 1.625rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
}
.wlt-c-lg-task-footer ul li:first-child .random-1,
.wlt-c-lg-task-footer ul li:first-child .random-2,
.wlt-c-lg-task-footer ul li:first-child .random-3{
  position: relative;
  z-index: 3;
  left: 0;
}
.random-1{
  background: var(--blue-btn-bg);
  color: var(--blue-btn-color);
}
.random-2{
  background: var(--orange-btn-bg);
  color: var(--orange-btn-color);
  position: relative;
  left: -10px;
  z-index: 2;
}
.random-3{
  background: var(--green-btn-bg);
  color: var(--green-btn-color);
  position: relative;
  left: -20px;
  z-index: 1;
}
.wlt-c-lg-user-icon {
  width: 4.9375rem;
  height: 4.9375rem;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--info-btn-bg);
  border-radius: 50%;
}
.wlt-c-lg-user-icon h1 {
  color: var(--info-btn-color);
  margin: 0;
}
.wlt-c-lg-user-detail{
  float: left;
  margin-left: 10px;
}
.wlt-c-lg-user-detail h2{
  margin: 0;
  font-size: 1.375rem;
  font-weight: 600;
}
.wlt-c-lg-user-detail h3{
  font-size: 0.875rem;
  font-weight: 400;
  margin: .5rem 0 0;
  color: var(--menu-color);
}
.wlt-c-lg-status h4{
  font-size: .875rem;
  color: var(--primary-color);
  font-weight: 400;
  margin: 0 0 0 10px;

}
.wlt-c-lg-status h1{
  color: var(--primary-color);
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 0;
}
.wlt-c-lg-status h1>span{
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--menu-color);
}
.wlt-c-lg-status-icon {
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 0.25rem;
  background: var(--icon-box);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wlt-c-lg-form-select .choices__inner{
  min-height: auto;
  padding: 3px 7.5px 3px !important;
}

.wlt-c-lg-calendar-nav{
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  background: var(--main-panel-bg);
  color: var(--table-header);
  border:none;
  outline: none;
}
.wlt-c-lg-meeting-table, .wlt-c-lg-meeting-time{
  width: 100%;
  border:none
}
.wlt-c-lg-meeting-time td{
  border:none;
  vertical-align: bottom;
  text-align: right;
  font-size: 0.75rem;
  color: var(--primary-color);
  font-weight: 400;
  padding: 0 0px;
  height: 3.75rem;
}
.wlt-c-lg-meeting-time td:first-child{
  padding: 0 10px 0 0;
  width: 66px;
  position: relative;
}
.wlt-c-lg-meeting-time td:first-child::before{
  content: '';
  width: 7px;
  height: 1px;
  background: var(--meeting-table-border);
  position: absolute;
  right: 0px;
  bottom: 0;
}
.wlt-c-lg-meeting-table th, .wlt-c-lg-meeting-table td{
  width: calc(100% / 7);
}
.wlt-c-lg-meeting-table th{
  background: var(--meeting-header-bg);
  color: var(--primary-color);
  font-size: 0.875rem;
  font-weight: 400;
  height: 2.8125rem;
  border:1px solid var(--meeting-table-border);
  text-align: center;
}
.wlt-c-lg-meeting-table th:first-child{
  border-radius: 0.25rem 0rem 0rem 0rem;
  background: transparent;
  border: none;
  width: 30px;
}
.wlt-c-lg-meeting-table th:last-child{
  border-radius: 0rem 0.25rem 0rem 0rem;
}
.wlt-c-lg-meeting-table th.currentDate{
  color: var(--bs-white);
  background: var(--secondary-color);
}
.wlt-c-lg-meeting-table tr.currentTime td{
  background-color: var(--green-btn-bg);
}
.wlt-c-lg-meeting-table td{
  background: var(--bs-white);
  color: var(--primary-color);
  font-size: 0.875rem;
  font-weight: 400;
  border:1px solid var(--meeting-table-border);
  padding: 6px;
  height: 3.75rem;
}
.wlt-c-lg-meeting-table td:first-child{
  text-align: right;
  vertical-align: top;
  padding: 0;
  border: 0;
  width: 30px;
}
.wlt-c-lg-meeting-table td.currentDate{
  color: var(--bs-white);
  background: var(--accordian-table-bg);
}
.wlt-c-lg-meeting-table td.schedule{
  /* border-left: 3px solid var(--secondary-color); */
  background: var(--info-btn-bg) !important;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%; */
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wlt-c-lg-meeting-table td.schedule ul{
  padding: 0;
  margin: 0;
}
.wlt-c-lg-meeting-table td.schedule ul li{
  list-style: none;
  border-left: 3px solid var(--secondary-color);
  margin: .5rem 0;
  padding-left: .5rem;
  cursor: pointer;
}
.wlt-c-lg-meeting-table td.schedule h3{
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-color);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* position: absolute; */
  /* top: 5px; */
}
.wlt-c-lg-meeting-table td.schedule p{
  font-size: 0.625rem;
  font-weight: 400;
  color: var(--menu-color);
  margin: 0;
  /* display: flex; */
  /* align-items: center; */
  /* position: absolute; */
  /* bottom: 5px; */
}
.wlt-c-lg-meeting-table td.schedule p>.material-icons{
  font-size: 11px;
}
#meetingDetail .wlt-c-lg-popup h6{
  font-size: 0.875rem;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0;
}
.meeting-value{
  font-size: .875rem;
  font-weight: 400;
  color: var(--primary-color);
}
.input-group .input-group-text.toggle-password {
  color: var(--form-field-border);
  cursor: pointer;
  display: flex;
}
.input-group .input-group-text {
  background: transparent;
  border-radius: 0 0.25rem 0.25rem 0 !important;
  border: none;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 40px;
    height: 35px
}
.wlt-c-lg-report-filter {
  border-radius: 0.25rem;
  border: 1px solid var(--table-border);
  padding: 0.5rem;
}
.wlt-c-lg-report-filter h1{
  font-size: 1rem;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
}
.wlt-c-lg-report-filter .row{
  justify-content: end;
}
.wlt-c-lg-report-filter .choices {
  margin-bottom: 0;
}
.wlt-c-lg-report-filter .form-group{
  margin-bottom: 0;
}
.wlt-c-lg-report-filter .form-group label{
  margin: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:var(--secondary-color);
    border-color: var(--secondary-color);
}
.page-link {
    color: var(--primary-color);
}
