header {
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 18px;
  z-index: 30;
}
header .dark-light .dark-icon {
  display: none;
}
header #sidebar-collapse-button {
  font-size: 16px;
}
@media (min-width: 1200px) {
  header #sidebar-collapse-button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  header #sidebar-collapse-button {
    font-size: 24px;
  }
}
header #sidebar-collapse-button i {
  pointer-events: none;
}
header .notifications-wrapper {
  width: 224px;
}
@media (min-width) {
  header .notifications-wrapper {
    width: 240px;
  }
}
header .notifications-wrapper .notifications {
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
header .notifications-wrapper .notifications .content {
  padding: 16px;
  text-align: center;
}
header .notifications-wrapper .notifications .notifications-list {
  height: 13rem;
  width: 100%;
  overflow-y: auto;
}
header .notifications-wrapper .notifications .notifications-list.customScroll {
  scrollbar-width: thin;
}
header .notifications-wrapper .notifications .see-all {
  padding: 16px;
  text-align: center;
}
header .notifications-wrapper .notifications .see-all a {
  display: block;
  padding: 8px;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
}
header .notification-number-wrapper {
  font-size: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 50%;
  line-height: 26px;
  text-align: center;
}
@media (min-width: 1200px) {
  header .notification-number-wrapper {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  header .notification-number-wrapper {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  header .notification-number-wrapper {
    width: 24px;
    height: 24px;
  }
}
header .profile .dropdown-show-box {
  width: 160px;
}
header .profile .dropdown-show-box .drop-avatar {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
header .profile img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
header .language .dropdown-show-box {
  text-align: center;
}
header .lf-color-palette .dropdown-show-box {
  width: 200px;
}
header .lf-color-palette .icon-btn div {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
header .lf-color-palette .color-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
header .lf-color-palette .color-section .theme-switch {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.auth-container {
  padding-left: 24px;
  padding-right: 24px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .auth-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1536px) {
  .auth-container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.auth-container .auth-main {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.auth-container .auth-main .auth-form {
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  padding: 24px 30px;
}
@media (min-width: 640px) {
  .auth-container .auth-main .auth-form {
    width: 464px;
  }
}
.auth-container .auth-main .auth-form .auth-positional-image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 428px;
  display: none;
}
@media (min-width: 1280px) {
  .auth-container .auth-main .auth-form .auth-positional-image {
    display: block;
  }
}
.auth-container .auth-main .auth-form .auth-image {
  object-fit: cover;
  object-position: center;
  max-width: 320px;
  height: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .auth-container .auth-main .auth-form .auth-image {
    max-width: 384px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1536px) {
  .auth-container .auth-main .auth-form .auth-image {
    height: 384px;
  }
}
.auth-container .auth-main .auth-form .title {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin: -24px -30px 0;
  padding: 16px;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 1200px) {
  .auth-container .auth-main .auth-form .title {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .auth-container .auth-main .auth-form .title {
    font-size: 24px;
  }
}
.auth-container .auth-main .auth-form .title-style {
  width: 2.5rem;
  height: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}
.auth-container .auth-main .auth-form .field-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.auth-container .auth-main .auth-form input {
  outline: none;
  width: 100%;
  background-color: transparent;
}
.auth-container .auth-main .auth-form .passwordFields {
  position: relative;
}
.auth-container .auth-main .auth-form .passwordFields input {
  margin-right: 20px;
}
.auth-container .auth-main .auth-form .passwordFields .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.auth-container .auth-main .auth-form .passwordFields .open-eye,
.auth-container .auth-main .auth-form .passwordFields .close-eye {
  margin-right: 0;
  width: 17px;
}
@media (min-width: 1536px) {
  .auth-container .auth-main .auth-form .passwordFields .open-eye,
  .auth-container .auth-main .auth-form .passwordFields .close-eye {
    width: 18px;
  }
}
.auth-container .auth-main .auth-form .passwordFields .close-eye {
  display: none;
}
.auth-container .auth-main .auth-form .passwordFields.active .close-eye {
  display: block;
}
.auth-container .auth-main .auth-form .passwordFields.active .open-eye {
  display: none;
}

body.has-expand-sidebar {
  overflow: hidden;
}

@media (max-width: 1024px) {
  #collapse-sidebar {
    position: fixed;
    top: 0;
    height: 100%;
  }
}
#collapse-sidebar {
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  z-index: 40;
  /*Code by zahid*/
  /*Code by zahid*/
}
#collapse-sidebar .lf-short-logo {
  width: 50px;
  height: 50px;
}
#collapse-sidebar .lf-logo {
  display: block;
}
#collapse-sidebar .lf-short-logo {
  display: none;
}
#collapse-sidebar.collapse-sidebar .lf-logo {
  display: none;
}
#collapse-sidebar.collapse-sidebar .lf-short-logo {
  display: block;
}
#collapse-sidebar .sidebar-footer {
  position: sticky;
  bottom: 0;
  padding-top: 16px;
  padding-bottom: 30px;
}
#collapse-sidebar .lfp-sidenav li {
  margin-top: 1px;
  position: relative;
}
#collapse-sidebar .lfp-sidenav li.active-item::after, #collapse-sidebar .lfp-sidenav li:hover::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  height: 40px;
}
#collapse-sidebar .lfp-sidenav li.active-item > a::after {
  content: "\f107";
}
#collapse-sidebar .lfp-sidenav li.active-item > ul {
  display: block;
}
#collapse-sidebar .lfp-sidenav li a {
  height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 24px;
  text-transform: capitalize;
  transition: 0.2s;
  white-space: nowrap;
}
#collapse-sidebar .lfp-sidenav li a::after {
  font-family: "fontawesome";
  content: "\f105";
  line-height: 40px;
  position: absolute;
  top: 0;
}
#collapse-sidebar .lfp-sidenav li a:only-child::after {
  display: none !important;
}
#collapse-sidebar .lfp-sidenav li a .menu-icon {
  width: 32px;
  height: 22px;
  font-size: 20px;
  line-height: 20px;
}
#collapse-sidebar .lfp-sidenav li a .menu-title {
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}
#collapse-sidebar .lfp-sidenav li ul {
  display: none;
}
#collapse-sidebar .lfp-sidenav li ul > li a {
  position: relative;
  margin: 0 !important;
}
#collapse-sidebar .lfp-sidenav li ul > li a::before {
  content: "";
  position: absolute;
  top: -50%;
  height: calc(100% + 2px);
  width: 10px;
}
#collapse-sidebar .lfp-sidenav li ul > li a .menu-icon {
  display: none !important;
}
#collapse-sidebar .lfp-sidenav li ul > li:first-child > a::before {
  top: 0%;
  height: calc(50% + 2px);
}
#collapse-sidebar.collapse-sidebar .lfp-sidenav li::after {
  display: none !important;
}
#collapse-sidebar.collapse-sidebar .lfp-sidenav li a:after {
  display: none !important;
}
#collapse-sidebar.collapse-sidebar .lfp-sidenav li a .menu-title {
  display: none !important;
}
#collapse-sidebar.collapse-sidebar .lfp-sidenav li a .menu-icon {
  text-align: center;
  font-size: 26px;
  height: 26px;
  line-height: 26px;
}
#collapse-sidebar.collapse-sidebar .lfp-sidenav li ul {
  display: none !important;
}
#collapse-sidebar .drop-down-item {
  transition: all 0.3s ease-out;
}
#collapse-sidebar .drop-down-item.sub-item {
  margin-left: 30px;
}
#collapse-sidebar .drop-down-item.sub-item .drop-down-item {
  margin-left: 30px;
}
#collapse-sidebar .drop-down-item .header-line {
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 18px;
  transform: translateY(-50%);
  left: 0px;
}
@media (min-width: 1536px) {
  #collapse-sidebar .drop-down-item .header-line {
    top: 21px;
  }
}
#collapse-sidebar .icon-wrapper {
  transition: all 0.3s ease-out;
  position: sticky;
  top: 0;
  z-index: 50;
  overflow: hidden;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
@media (min-width: 1536px) {
  #collapse-sidebar .icon-wrapper {
    height: 80px;
  }
}
#collapse-sidebar .icon-wrapper .menu-logo-expand {
  width: 100%;
}
#collapse-sidebar .menu-logo-collapse {
  margin: auto;
  width: 32px;
}
@media (min-width: 1536px) {
  #collapse-sidebar .menu-logo-collapse {
    width: 36px;
  }
}
#collapse-sidebar.expand-sidebar {
  width: 250px;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}
@media (min-width: 1536px) {
  #collapse-sidebar.expand-sidebar {
    width: 300px;
  }
}
#collapse-sidebar.expand-sidebar .menu-logo-collapse {
  display: none;
}
#collapse-sidebar.expand-sidebar .footer {
  font-size: 12px;
}
#collapse-sidebar.expand-sidebar .expand-menu-icon {
  display: none;
}
#collapse-sidebar.expand-sidebar .menu-icon {
  width: 18px;
  height: 18px;
}
@media (min-width: 1536px) {
  #collapse-sidebar.expand-sidebar .menu-icon {
    width: 22px;
    height: 22px;
  }
}
#collapse-sidebar.expand-sidebar .shadow-layer {
  width: 250px;
}
@media (min-width: 1536px) {
  #collapse-sidebar.expand-sidebar .shadow-layer {
    width: 300px;
  }
}
#collapse-sidebar.collapse-sidebar {
  width: 96px;
  overflow: visible;
}
@media (min-width: 1536px) {
  #collapse-sidebar.collapse-sidebar {
    width: 104px;
  }
}
#collapse-sidebar.collapse-sidebar .drop-down-header {
  justify-content: center;
}
#collapse-sidebar.collapse-sidebar .menu-arrow {
  display: none;
}
#collapse-sidebar.collapse-sidebar .menu-logo-expand {
  display: none;
}
#collapse-sidebar.collapse-sidebar .footer {
  font-size: 10px;
  padding-top: 16px;
  text-align: center;
}
#collapse-sidebar.collapse-sidebar .collapse-menu-icon {
  display: none;
}
#collapse-sidebar.collapse-sidebar .menu-icon {
  width: 24px;
  height: 24px;
}
#collapse-sidebar.collapse-sidebar .menu-title {
  display: none;
}
#collapse-sidebar.collapse-sidebar .shadow-layer {
  width: 96px;
}
@media (min-width: 1536px) {
  #collapse-sidebar.collapse-sidebar .shadow-layer {
    width: 104px;
  }
}
#collapse-sidebar.collapse-sidebar .header-line {
  display: none;
}
#collapse-sidebar.collapse-sidebar .sub-item {
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 16px !important;
  width: 270px;
}
#collapse-sidebar.collapse-sidebar .sub-item .drop-down-header {
  justify-content: space-between;
}
#collapse-sidebar.collapse-sidebar .sub-item .drop-down-item {
  margin-left: 16px;
}
#collapse-sidebar.collapse-sidebar .sub-item .menu-arrow {
  display: block;
}
#collapse-sidebar.collapse-sidebar .sub-item > ul {
  padding: 16px;
  padding-left: 0px;
  overflow-y: auto;
}
#collapse-sidebar .header-line.collapse-sidebar {
  display: none;
}
#collapse-sidebar .main-section-scroll {
  height: 100vh;
  overflow-y: scroll;
}
#collapse-sidebar .shadow-layer {
  transition: all 0.3s ease;
  position: fixed;
  height: 100vh;
  z-index: 99;
  top: 0;
  pointer-events: none;
  box-shadow: 0 0;
  transition-duration: 300ms;
  z-index: 99;
}
#collapse-sidebar .expand-sidebar .expand-menu-icon,
#collapse-sidebar .collapse-sidebar .collapse-menu-icon {
  display: none;
}

.def-table {
  overflow-x: scroll;
  scrollbar-width: none;
  margin-top: 8px;
}
.def-table table {
  border-collapse: separate;
  border-spacing: 0px 8px;
  width: 100%;
}
.def-table table thead tr {
  text-align: left;
  white-space: nowrap;
}
.def-table table thead tr th {
  font-size: 10px;
  padding-top: 10px;
  font-weight: 500;
  padding-left: 14px;
  padding-right: 16px;
  position: relative;
}
@media (min-width: 1200px) {
  .def-table table thead tr th {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .def-table table thead tr th {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .def-table table thead tr th {
    padding-top: 12px;
  }
}
.def-table table tbody tr {
  font-size: 10px;
  text-align: left;
  height: 44px;
}
@media (min-width: 1200px) {
  .def-table table tbody tr {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .def-table table tbody tr {
    font-size: 14px;
  }
}
.def-table table tbody tr td {
  padding: 6px;
}
@media (min-width: 1536px) {
  .def-table table tbody tr td {
    padding: 14px;
  }
}
.def-table table tbody tr td .action-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.def-table table tbody tr td .first-column {
  display: flex;
}
.def-table table tbody tr td .first-column .tableDropBtn {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
@media (min-width: 1536px) {
  .def-table table tbody tr td .first-column .tableDropBtn {
    width: 20px;
    height: 20px;
  }
}
.def-table table tbody tr td .first-column .tableDropBtn .minus,
.def-table table tbody tr td .first-column .tableDropBtn .plus {
  width: 100%;
}
.def-table table tbody tr td .first-column .tableDropBtn .minus {
  display: none;
}
.def-table table tbody tr td .first-column .tableDropBtn.active .plus {
  display: none;
}
.def-table table tbody tr td .first-column .tableDropBtn.active .minus {
  display: block;
}
.def-table table tbody tr td.dataTables_empty .first-column .tableDropBtn {
  display: none;
}
.def-table table tbody tr td.dataTables_empty .first-column div {
  margin: 0 auto;
}
.def-table table tbody tr td.child-td {
  padding: 10px 14px;
  white-space: normal;
}
.def-table table tbody tr td.child-td:has(ul:empty) {
  display: none;
}
.def-table table tbody tr td.child-td ul li {
  display: inline-block;
  padding: 3px 5px 5px;
  padding-left: 0;
}
.def-table table tbody tr td.child-td ul li label {
  font-weight: bold;
  text-transform: capitalize;
}
.def-table table tbody tr td.child-td ul li .content {
  padding: 3px 5px 5px;
}
.def-table table tbody tr.child:has(.child-td ul:empty) {
  display: none;
}
.def-table.has-hidden table thead tr th:first-child {
  padding-left: 30px;
}
@media (min-width: 1536px) {
  .def-table.has-hidden table thead tr th:first-child {
    padding-left: 36px;
  }
}
.def-table.has-hidden table tbody tr td:first-child:not(.child-td) {
  padding-left: 8px;
}

.pagination-wrapper {
  align-items: center;
}
.pagination-wrapper .pagination {
  display: flex;
  justify-content: end;
  padding: 0;
  list-style: none;
}
.pagination-wrapper .pagination .page-item {
  margin: 0 2px;
}
.pagination-wrapper .pagination .page-item .page-link {
  padding: 8px 14px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 12px;
  border: none;
}
.pagination-wrapper .pagination .page-item .page-link:focus {
  outline: none;
  box-shadow: none;
}
.pagination-wrapper .pagination .page-item.disabled {
  cursor: not-allowed;
}
.pagination-wrapper .pagination .page-item.disabled .page-link {
  border: none;
}
.pagination-wrapper .showing-options {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 3px 8px;
  padding-right: 28px;
  border-radius: 5px;
}

.always-hidden {
  display: none;
}

.no-display {
  display: none;
}

.filter-form #search-by-name {
  min-width: 100px;
}
.filter-form .row-show-options {
  width: 100%;
}
.filter-form .select-items li {
  padding-top: 8px;
  padding-bottom: 8px;
}

.filter-options {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: 400px;
  width: 384px;
}
@media (max-width: 645px) {
  .filter-options {
    left: 0;
  }
}
@media (min-width: 1536px) {
  .filter-options {
    width: 500px;
  }
}
.filter-options .filter-header {
  padding: 14px 16px;
}
@media (min-width: 1536px) {
  .filter-options .filter-header {
    padding: 16px 24px;
  }
}
.filter-options .filter-header h4 {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .filter-options .filter-header h4 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .filter-options .filter-header h4 {
    font-size: 18px;
  }
}
.filter-options .filter-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1536px) {
  .filter-options .filter-body {
    padding: 24px;
  }
}
.filter-options .filter-body .filter-field {
  flex: 1 1 0%;
}
.filter-options .filter-body .filter-field > *:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1536px) {
  .filter-options .filter-body .filter-field > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
.filter-options .filter-body .filter-footer {
  margin-top: 24px;
}
@media screen {
  .filter-options .filter-body .filter-footer {
    margin-top: 12px;
  }
}
.filter-options .filter-body .filter-footer div {
  width: 50%;
}
.filter-options .filter-items {
  min-width: 29%;
}

.app-settings-accordion-title {
  display: flex;
  padding: 16px 24px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.app-settings-accordion-box {
  padding: 24px;
  border-radius: 8px;
}
.app-settings-accordion-box .acco-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 16px;
}

.app-settings-parent-ul .app-settings-parent-li {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 10px;
}
.app-settings-parent-ul .app-settings-parent-li .app-settings-parent-link {
  display: flex;
  align-items: center;
  padding: 16px;
}
.app-settings-parent-ul .app-settings-parent-li .app-settings-parent-link .rotated {
  transform: rotate(90deg);
}
.app-settings-parent-ul .app-settings-parent-li ul li a {
  padding: 10px 16px;
  display: block;
}

.lf-application-settings {
  /*------------------------------------*/
  /* :::::: CHECKBOX STYLE STARTS ::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* ::::::: CHECKBOX STYLE ENDS :::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* :::::::: RADIO STYLE STARTS :::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* ::::::::: RADIO STYLE ENDS ::::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* ::::::: SWITCH STYLE STARTS :::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* :::::::: SWITCH STYLE ENDS ::::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* ::::::: SELECT STYLE STARTS :::::::*/
  /*------------------------------------*/
  /*------------------------------------*/
  /* :::::::: SELECT STYLE ENDS ::::::::*/
  /*------------------------------------*/
}
.lf-application-settings .form-group {
  margin-bottom: 16px;
  align-items: center;
}
.lf-application-settings .form-group label {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 16px;
}
.lf-application-settings .lf-checkbox {
  line-height: 1 !important;
}
.lf-application-settings .lf-checkbox input {
  display: none;
}
.lf-application-settings .lf-checkbox input:checked + label::before {
  content: "\f00c";
}
.lf-application-settings .lf-checkbox label {
  font-size: 12px;
  position: relative;
  padding-left: 27px;
  line-height: 21px !important;
  cursor: pointer;
}
.lf-application-settings .lf-checkbox label.inactive {
  cursor: default !important;
}
.lf-application-settings .lf-checkbox label.active {
  cursor: default !important;
}
.lf-application-settings .lf-checkbox label.active::before {
  content: "\f00c";
}
.lf-application-settings .lf-checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  font-family: fontawesome;
  border-radius: 4px;
  text-align: center;
  line-height: 20px !important;
}
.lf-application-settings .lf-radio {
  line-height: 1 !important;
}
.lf-application-settings .lf-radio input {
  display: none;
}
.lf-application-settings .lf-radio input:checked + label::before {
  content: "\f00c";
}
.lf-application-settings .lf-radio label {
  font-size: 12px;
  position: relative;
  padding-left: 24px;
  line-height: 21px !important;
  cursor: pointer;
}
.lf-application-settings .lf-radio label.inactive {
  cursor: default !important;
}
.lf-application-settings .lf-radio label.active {
  cursor: default !important;
}
.lf-application-settings .lf-radio label.active::before {
  content: "\f00c";
}
.lf-application-settings .lf-radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  font-family: fontawesome;
  border-radius: 50%;
  text-align: center;
  line-height: 20px !important;
}
.lf-application-settings .lf-switch {
  line-height: 0 !important;
  position: relative;
  overflow: hidden;
}
.lf-application-settings .lf-switch .lf-switch-input {
  display: none;
}
.lf-application-settings .lf-switch .lf-switch-input:checked + .lf-switch-label::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lf-application-settings .lf-switch .lf-switch-label-off {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.lf-application-settings .lf-switch .lf-switch-label-on {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.lf-application-settings .lf-switch .lf-switch-label {
  line-height: 1;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  padding: 10px 15px;
  margin: 0;
  text-transform: uppercase;
  z-index: 1;
  transition: all 200ms linear;
}
.lf-application-settings .lf-switch .lf-switch-label::before {
  position: absolute;
  content: "";
  z-index: -1;
  transition: all 200ms linear;
  border-radius: 0;
}
.lf-application-settings .lf-select {
  position: relative;
}
.lf-application-settings .lf-select select {
  border: none;
  appearance: none;
}
.lf-application-settings .lf-select::after {
  font-family: "fontawesome";
  content: "\f107";
  line-height: 50px;
  position: absolute;
  font-size: 20px;
  top: 0;
  right: 20px;
}

.lf-backend-navigation-wrapper .lf-menu-select-nav a {
  padding: 10px 16px;
  display: block;
}
.lf-backend-navigation-wrapper .lf-menu-link-box {
  padding: 3px 0;
  height: 200px;
  border-radius: 10px;
  overflow: auto;
}
.lf-backend-navigation-wrapper .lf-menu-link-box .lf-checkbox {
  padding: 8px;
}
.lf-backend-navigation-wrapper .lf-menu-link-box .lf-checkbox label {
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

.media-file-list .media-box {
  border-radius: 10px;
  overflow: hidden;
}
.media-file-list .media-box .cm-lb-img-link {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.lf-media-folder-box {
  padding: 16px;
  border-radius: 10px;
}
.lf-media-folder-box .lf-directory {
  padding: 16px;
  border-radius: 10px;
}

.lf-user-profile {
  overflow: hidden;
  border-radius: 15px;
}
.lf-user-profile .profile-avatar {
  border-radius: 50%;
  display: inline-block;
  padding: 20px;
  margin: 0 auto;
}
.lf-user-profile .profile-avatar img {
  width: 192px;
  height: 192px;
  object-fit: cover;
  border-radius: 50%;
}
.lf-user-profile .profile-avatar.edit-avatar {
  position: relative;
}
.lf-user-profile .profile-avatar.edit-avatar .cm-uploader-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 16px;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
.lf-user-profile .profile-avatar.edit-avatar .avatar-spinner {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  line-height: 44px;
  border-radius: 50%;
}

.list__item {
  position: relative;
}
.list__item.is-idle {
  transition: 0.25s ease transform;
}
.list__item.is-draggable {
  z-index: 10;
}

.drag-with {
  will-change: transform;
  cursor: move;
}
.drag-with.is-draggable {
  cursor: grabbing;
}
.drag-with.is-draggable .drag-handle {
  cursor: grabbing;
}
.drag-with.not-draggable {
  cursor: default;
}

.list.editing .drag-with {
  cursor: default;
}
.list.editing .edit-date-field:not(.active) {
  pointer-events: none;
  opacity: 0.7;
}
.list.editing .edit-date-field.active > div {
  border-radius: 4px;
}

.list-design-wrapper li {
  font-size: 11px;
  text-transform: capitalize;
  margin-bottom: 16px;
  border-radius: 10px;
  padding: 10px 14px;
}
@media (min-width: 1200px) {
  .list-design-wrapper li {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .list-design-wrapper li {
    font-size: 16px;
  }
}

.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  width: 100%;
  border-radius: 12px;
}
.tag-wrapper .tag-coms-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.tag-wrapper .tag-coms-list.empty-hidden:empty {
  display: none;
}

.tag-com {
  font-size: 10px;
  position: relative;
  display: flex;
  width: fit-content;
  min-width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  padding: 10px 10px;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .tag-com {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .tag-com {
    font-size: 14px;
  }
}
.tag-com.add-btn {
  background: transparent;
}
.tag-com.add-btn i {
  font-size: 12px;
}
.tag-com .edit-tag i {
  font-size: 12px;
}
.tag-com .remove-tag {
  position: absolute;
  height: 14px;
  width: 14px;
  font-size: 10px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  left: 0;
  top: -4px;
  cursor: pointer;
  display: none;
}
.tag-com:hover .remove-tag {
  display: flex;
}

.lf-language strong,
.lf-language textarea,
.lf-language .dropdown-item {
  font-size: 12px;
}
.lf-language .lf-language-no-result {
  height: 452px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
}
.lf-language .lf-language-content .list-group-item {
  padding: 12px;
  cursor: pointer;
}
.lf-language .lf-language-selected-content {
  height: 500px;
  overflow-y: auto;
}
.lf-language .lf-language-selected-content,
.lf-language .lf-language-content,
.lf-language .lf-language-header {
  border-radius: 12px;
  padding: 24px;
}

.lf-lang-table .lf-lang-body {
  padding: 0 8px;
}
.lf-lang-table .lf-lang-body .row {
  border-radius: 16px;
  overflow: hidden;
}
.lf-lang-table .lf-lang-body .row div {
  line-height: 40px;
  padding: 5px 10px;
}

.quotation-request-container {
  padding-left: 24px;
  padding-right: 24px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .quotation-request-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1536px) {
  .quotation-request-container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.quotation-request-container .quotation-request-main {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
.quotation-request-container .quotation-request-main .quotation-request-form {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .quotation-request-container .quotation-request-main .quotation-request-form {
    width: 900px;
  }
}

.custom-calender .calender-view {
  display: flex;
  align-items: center;
  gap: 5px;
}
.custom-calender .calender-view-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  border-radius: 8px;
}
.custom-calender .calender-view-item.active {
  cursor: not-allowed;
}
.custom-calender .def-select select {
  padding-right: 40px;
}
.custom-calender .calendar-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.custom-calender .calendar-table .custom-body-td,
.custom-calender .calendar-table .custom-th {
  width: 14.2857142857%;
  padding: 10px;
}
.custom-calender .calendar-table .custom-body-td {
  text-align: right;
}
.custom-calender .calendar-table .custom-th {
  text-align: center;
  border: 1px solid;
  border-right: none;
}
.custom-calender .calendar-table .custom-body-td {
  min-height: 100px;
}
.custom-calender .calendar-table .day,
.custom-calender .calendar-table .other-month {
  border-left: 1px solid;
  border-bottom: 1px solid;
}
.custom-calender .calendar-table .cl-event {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
  padding-left: 15px;
  cursor: pointer;
  margin: 5px 0;
}
.custom-calender .calendar-table .cl-event::after {
  content: "";
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  margin-top: -4px;
}
.custom-calender .calendar-table .cl-event .cl-event-count {
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 5px;
}
.custom-calender .calendar-table .cl-event .cl-event-title {
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-calender .calendar-table .cl-today {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: auto;
  text-align: center;
  line-height: 40px;
}

.event-date {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.content-item {
  display: flex;
}
.content-item .event-time {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  line-height: 0;
  width: 60px;
  text-align: right;
}
.content-item .event-time:after {
  content: "\f00c";
  position: absolute;
  top: -7px;
  right: -7.5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-family: fontawesome;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
}
.content-item .event-time .ongoing:after {
  content: "\f111";
}
.content-item .event-content-box .event-content-title {
  padding: 10px;
  padding-left: 0;
  width: 100%;
  cursor: pointer;
}
.content-item .event-content-box .event-item-hide-item {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}
.content-item .event-content {
  padding-top: 10px;
  max-height: 500px;
  overflow: auto;
  scrollbar-width: none;
}
.content-item.first-child .event-content-box .event-content-title {
  padding-top: 0;
}
.content-item:last-child > .event-content-box {
  border-bottom: none;
}
.content-item:last-child > .event-content-box .event-item-hide-item {
  margin-bottom: 0;
}
.content-item small,
.content-item .event-time {
  font-size: 12px;
}

.day-number {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Calender Week View */
.calendar-days,
.calendar-week {
  padding: 20px;
  border-radius: 8px;
}

.calendar-week .week-list-box {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.calendar-week .week-box .week-head,
.calendar-week .week-list-box .week-list {
  cursor: pointer;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

.week-content-type-box .week-event-value-box {
  padding: 15px;
  border-radius: 8px;
}

.meeting-time-box {
  display: flex;
}
.meeting-time-box .meeting-time-item {
  border-bottom: none;
  border-right: none;
}

.meeting-event-title-key,
.week-event-title-key,
.week-event-count,
.week-day-title {
  font-size: 12px;
}

.week-content-type-box .type-title,
.week-day {
  font-size: 25px;
  font-weight: 600;
}

.meeting-event-value-box {
  cursor: pointer;
  padding: 15px;
  border-bottom: none;
}

.week-event-value-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.week-content-type-box {
  margin-bottom: 10px;
}
.week-content-type-box .type-title {
  width: 100%;
}
.week-content-type-box:last-child {
  margin-bottom: 0;
}

.week-event-value {
  min-width: 200px;
}

.days-box {
  display: flex;
  align-items: center;
  overflow: auto;
  scrollbar-width: none;
  gap: 10px;
}

.days-date {
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .calendar-table .custom-body-td {
    min-height: 50px;
  }
  .day-number {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.multilang-input .def-input {
  border-radius: 10px 0 0 10px;
  width: 100%;
  min-height: 50px;
  outline: none;
  border: none;
}
.multilang-input .lang-dropdown .dropdown-toggle {
  border-radius: 0px 10px 10px 0px;
  padding: 12px 0;
  min-width: 60px;
}
.multilang-input .lang-dropdown .lang-dropdown-menu {
  position: absolute;
  right: 0;
  z-index: 10;
  list-style: none;
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
}
.multilang-input .lang-dropdown .lang-dropdown-menu li {
  padding: 8px 0px;
}
.multilang-input .lang-dropdown .lang-dropdown-menu li:hover {
  background-color: #C0C0C0;
}
.multilang-input .lang-dropdown .lang-dropdown-menu li a {
  padding: 10px 19px;
  text-decoration: none;
  color: #000;
}

/*# sourceMappingURL=app.css.map */
