@import url("https://fonts.googleapis.com/css2?family=Cookie&family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Epilogue", serif;
}
body button,
body input {
  outline: none;
  border: none;
  background: transparent;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.font-34 {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .font-34 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  .font-34 {
    font-size: 32px;
  }
}

.font-24 {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .font-24 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .font-24 {
    font-size: 24px;
  }
}

.font-20 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .font-20 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .font-20 {
    font-size: 20px;
  }
}

.font-19 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .font-19 {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .font-19 {
    font-size: 20px;
  }
}

.font-18 {
  font-size: 13px;
}
@media (min-width: 1200px) {
  .font-18 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .font-18 {
    font-size: 18px;
  }
}

.font-16 {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .font-16 {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .font-16 {
    font-size: 16px;
  }
}

.font-14 {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .font-14 {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .font-14 {
    font-size: 14px;
  }
}

.font-13 {
  font-size: 10px;
}
@media (min-width: 1400px) {
  .font-13 {
    font-size: 13px;
  }
}

.font-12 {
  font-size: 9px;
}
@media (min-width: 1200px) {
  .font-12 {
    font-size: 10px;
  }
}
@media (min-width: 1400px) {
  .font-12 {
    font-size: 12px;
  }
}

#breadcrumb {
  width: 100%;
  margin-bottom: 16px;
}
@media (min-screen: 1536px) {
  #breadcrumb {
    margin-bottom: 24px;
  }
}
#breadcrumb h3 {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1200px) {
  #breadcrumb h3 {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  #breadcrumb h3 {
    font-size: 32px;
  }
}
#breadcrumb .breadcrumb-item {
  padding: 0;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f010";
  font-family: larafont;
  font-size: 10px;
  line-height: 20px;
  padding: 0 2px;
}

.lf-responsive-menu-wrapper-padding {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .lf-responsive-menu-wrapper-padding {
    padding: 0 3rem;
  }
}
@media (min-width: 1536px) {
  .lf-responsive-menu-wrapper-padding {
    padding: 0 6rem;
  }
}

.no-header-logo {
  width: 200px;
}

#edit-tab-content .tab {
  display: none;
}
#edit-tab-content .tab.active {
  display: block;
}

.lf-tab-box {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .lf-tab-box {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .lf-tab-box {
    font-size: 16px;
  }
}
.lf-tab-box .lf-tab-item {
  flex: 1 1 0%;
  padding: 16px;
  text-align: center;
}

.lf-card-box {
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.lf-card-box .lf-card-box-footer {
  padding: 16px;
}
.lf-card-box .lf-card-box-header {
  padding: 16px;
}

.def-label {
  font-size: 11px;
  display: block;
  text-transform: capitalize;
  margin-bottom: 2px;
}
@media (min-width: 1200px) {
  .def-label {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .def-label {
    font-size: 16px;
  }
}

.def-input {
  font-size: 11px;
  border-radius: 10px;
  width: 100%;
  min-height: 44px;
  outline: none;
  border: none;
  padding: 12px 16px;
}
@media (min-width: 1200px) {
  .def-input {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .def-input {
    font-size: 16px;
  }
}
@media (min-width: 1536px) {
  .def-input {
    padding: 10px 20px;
  }
}
.def-input .field-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.def-date-input {
  font-size: 11px;
  border-radius: 10px;
  width: 100%;
  min-height: 44px;
  outline: none;
  border: none;
  padding: 12px 16px;
}
@media (min-width: 1200px) {
  .def-date-input {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .def-date-input {
    font-size: 16px;
  }
}
@media (min-width: 1536px) {
  .def-date-input {
    padding: 10px 20px;
  }
}

.btn-1 {
  font-size: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 300ms;
}
@media (min-width: 1200px) {
  .btn-1 {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .btn-1 {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .btn-1 {
    padding: 10px 20px;
  }
}
.btn-1 svg,
.btn-1 img {
  width: 16px;
}

.btn-2 {
  font-size: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 300ms;
}
@media (min-width: 1200px) {
  .btn-2 {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .btn-2 {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .btn-2 {
    padding: 10px 20px;
  }
}
.btn-2 svg,
.btn-2 img {
  width: 16px;
}

.btn-cancel {
  font-size: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 300ms;
}
@media (min-width: 1200px) {
  .btn-cancel {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .btn-cancel {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .btn-cancel {
    padding: 10px 20px;
  }
}
.btn-cancel svg,
.btn-cancel img {
  width: 16px;
}

.def-logo-btn-1 {
  display: flex;
  width: 40px !important;
  height: 40px !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
}

.search-wrapper {
  position: relative;
}
.search-wrapper .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.search-wrapper .search-btn .search-icon {
  width: 16px;
}
@media (min-width: 1536px) {
  .search-wrapper .search-btn .search-icon {
    width: 18px;
  }
}
.search-wrapper .cancel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  opacity: 0;
  pointer-events: none;
}
.search-wrapper .cancel-btn .cancel-icon {
  width: 16px;
}
@media (min-width: 1536px) {
  .search-wrapper .cancel-btn .cancel-icon {
    width: 18px;
  }
}
.search-wrapper input {
  font-size: 11px;
  border-radius: 10px;
  width: 100%;
  min-height: 44px;
  outline: none;
  border: none;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 1200px) {
  .search-wrapper input {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .search-wrapper input {
    font-size: 16px;
  }
}
@media (min-width: 1536px) {
  .search-wrapper input {
    padding-right: 32px;
    padding-left: 40px;
  }
}
.search-wrapper input:not(:placeholder-shown) + .cancel-btn {
  opacity: 1;
  pointer-events: auto;
}

.primary-btn {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .primary-btn {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .primary-btn {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .primary-btn {
    padding: 10px 20px;
  }
}

.primary-btn-outline {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .primary-btn-outline {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .primary-btn-outline {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .primary-btn-outline {
    padding: 10px 20px;
  }
}

.success-btn {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .success-btn {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .success-btn {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .success-btn {
    padding: 10px 20px;
  }
}

.success-btn-outline {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .success-btn-outline {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .success-btn-outline {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .success-btn-outline {
    padding: 10px 20px;
  }
}

.info-btn {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .info-btn {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .info-btn {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .info-btn {
    padding: 10px 20px;
  }
}

.info-btn-outline {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .info-btn-outline {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .info-btn-outline {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .info-btn-outline {
    padding: 10px 20px;
  }
}

.warning-btn {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .warning-btn {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .warning-btn {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .warning-btn {
    padding: 10px 20px;
  }
}

.warning-btn-outline {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .warning-btn-outline {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .warning-btn-outline {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .warning-btn-outline {
    padding: 10px 20px;
  }
}

.danger-btn {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .danger-btn {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .danger-btn {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .danger-btn {
    padding: 10px 20px;
  }
}

.danger-btn-outline {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .danger-btn-outline {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .danger-btn-outline {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .danger-btn-outline {
    padding: 10px 20px;
  }
}

.black-btn {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .black-btn {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .black-btn {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .black-btn {
    padding: 10px 20px;
  }
}

.black-btn-outline {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .black-btn-outline {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .black-btn-outline {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .black-btn-outline {
    padding: 10px 20px;
  }
}

.white-btn {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .white-btn {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .white-btn {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .white-btn {
    padding: 10px 20px;
  }
}

.white-btn-outline {
  font-size: 10px;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 500;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .white-btn-outline {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .white-btn-outline {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .white-btn-outline {
    padding: 10px 20px;
  }
}

.dropdown-list-color {
  font-size: 10px;
  cursor: pointer;
  padding: 8px;
  display: block;
}
@media (min-width: 1200px) {
  .dropdown-list-color {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .dropdown-list-color {
    font-size: 14px;
  }
}

.menu-drop-down-field {
  font-size: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  padding-right: 28px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  min-height: 44px;
  outline: none;
}
@media (min-width: 1200px) {
  .menu-drop-down-field {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .menu-drop-down-field {
    font-size: 14px;
  }
}

.drop-down-icon {
  width: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}

.icon-btn {
  border-radius: 10px;
  cursor: pointer;
  min-width: 39px;
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
@media (min-width: 1536px) {
  .icon-btn {
    min-width: 50px;
    min-height: 50px;
  }
}
.icon-btn i {
  font-size: 22px;
}
@media (min-width: 1536px) {
  .icon-btn i {
    font-size: 28px;
  }
}

.dropdown-show-box {
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 1000;
  margin-top: 8px;
  min-width: 50px;
}

.dropdown-box {
  cursor: pointer;
}

.gradient-circle {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.4;
  z-index: 99;
}

.gradient-circle-2 {
  pointer-events: none;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.4;
  z-index: 99;
}

.flex-1 {
  flex: 1 1 0%;
}

.action-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-size: 22px;
  text-align: center;
  line-height: 36px;
}

.tooltip-container {
  position: relative;
}
.tooltip-container .tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.tooltip-container .tooltip .tooltip-content {
  display: block;
  white-space: nowrap;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
}
.tooltip-container .tooltip .tooltip-arrow {
  position: absolute;
  width: 8px;
  height: 8px;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.tooltip-container:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -120%);
}

.custom-checkbox {
  display: flex;
  align-items: center;
}
.custom-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.custom-checkbox input[type=checkbox]::after {
  content: "\f031";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6.5px 0 0 -6.5px;
  font-family: larafont;
  transition: transform 0.2s ease-in-out;
  opacity: 0;
  font-size: 13px;
  line-height: 1;
}
.custom-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.custom-checkbox input[type=checkbox]:focus {
  outline: none;
}
.custom-checkbox label {
  font-size: 11px;
  cursor: pointer;
  padding-left: 12px;
}
@media (min-width: 1200px) {
  .custom-checkbox label {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .custom-checkbox label {
    font-size: 16px;
  }
}

.custom-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.custom-radio label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 28px;
  font-size: 16px;
  cursor: pointer;
}
.custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: background 0.3s, border-color 0.3s;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.custom-radio input[type=radio]:checked + label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.custom-switch input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-switch::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform 0.3s, background 0.3s;
}
.custom-switch:has(input[type=checkbox]:checked)::before {
  transform: translateX(26px);
}

.main-section-scroll {
  height: 100vh;
  overflow-y: scroll;
}

.fade-in {
  animation: fade-in 500ms ease-in-out forwards;
}

.def-select {
  position: relative;
}
.def-select select {
  border: none;
  appearance: none;
}
.def-select::after {
  font-family: "fontawesome";
  content: "\f107";
  line-height: 44px;
  position: absolute;
  font-size: 20px;
  top: 0;
  right: 20px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loader {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.upload-file-wrapper {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 200px;
  width: 70%;
  border-radius: 50%;
}
.upload-file-wrapper .drop-area {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100%;
  cursor: pointer;
}
.upload-file-wrapper .drop-area .uploaded-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-file-wrapper .drop-area .uploaded-image-wrapper svg,
.upload-file-wrapper .drop-area .uploaded-image-wrapper i {
  width: 40px;
  height: 40px;
}
.upload-file-wrapper .drop-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.upload-file-wrapper .image-remove-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.upload-file-wrapper .image-remove-btn svg {
  width: 16px;
}
.upload-file-wrapper:hover .image-remove-btn {
  display: flex;
}

.custom-select {
  position: relative;
}
.custom-select::after {
  content: "\f012";
  position: absolute;
  right: 9px;
  top: 13px;
  font-family: "larafont";
  font-size: 12px;
  z-index: 1;
  pointer-events: none;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
}
.custom-select .select-selected {
  font-size: 10px;
  border-radius: 12px;
  min-height: 44px;
  padding: 0 10px;
  padding-right: 28px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .custom-select .select-selected {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .custom-select .select-selected {
    font-size: 14px;
  }
}
.custom-select .select-items {
  z-index: 40;
  min-width: calc(100% + 2px);
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  right: 0;
  margin-top: 4px;
}
.custom-select .select-items li {
  font-size: 10px;
  cursor: pointer;
  padding: 12px 16px;
  display: block;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  text-transform: capitalize;
}
@media (min-width: 1200px) {
  .custom-select .select-items li {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .custom-select .select-items li {
    font-size: 14px;
  }
}
@media (min-width: 1536px) {
  .custom-select .select-items li {
    padding: 14px 20px;
  }
}
.custom-select.left .select-items {
  left: 0;
  right: auto;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .drop-down-icon {
  width: 14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}

.tabButton.active {
  color: #fff !important;
  background-color: #26775d !important;
}

body.dark .dark-light .dark-icon {
  display: block;
}
body.dark .dark-light .light-icon {
  display: none;
}

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;
}

.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;
}
body.dark #collapse-sidebar .lf-logo {
  display: block;
}
body.dark #collapse-sidebar .lf-light-short-logo,
body.dark #collapse-sidebar .lf-light-logo {
  display: none;
}
body.dark #collapse-sidebar.collapse-sidebar .lf-logo {
  display: none;
}
body.dark #collapse-sidebar.collapse-sidebar .lf-short-logo {
  display: block;
}

@media (max-width: 1024px) {
  #collapse-sidebar {
    position: fixed;
    top: 0;
    height: 100%;
  }
  #collapse-sidebar.expand-sidebar {
    left: 0;
  }
  #collapse-sidebar.collapse-sidebar {
    left: -96px;
  }
  #collapse-sidebar.collapse-sidebar .shadow-layer {
    left: -96px;
  }
}
#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-light-short-logo,
#collapse-sidebar .lf-short-logo {
  width: 50px;
  height: 50px;
}
#collapse-sidebar .lf-light-logo {
  display: block;
}
#collapse-sidebar .lf-light-short-logo,
#collapse-sidebar .lf-short-logo,
#collapse-sidebar .lf-logo {
  display: none;
}
#collapse-sidebar.collapse-sidebar .lf-light-logo {
  display: none;
}
#collapse-sidebar.collapse-sidebar .lf-light-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;
  right: 0;
  width: 6px;
  height: 40px;
  border-radius: 6px 0 0 6px;
}
#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;
  right: 10px;
}
#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;
  padding-left: 24px;
}
#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%;
  left: 0;
  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;
}
@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;
  left: 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;
  min-height: calc(100vh - 390px);
  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;
  padding-left: 14px;
}
@media (min-width: 1536px) {
  .def-table table tbody tr td {
    padding: 14px;
    padding-left: 14px;
  }
}
.def-table table tbody tr td:first-child {
  padding-left: 14px;
  border-radius: 12px 0 0 12px;
}
.def-table table tbody tr td:last-child {
  border-radius: 0 12px 12px 0;
}
.def-table table tbody tr td .action-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.def-table table tbody tr td .action-wrapper > *:not(:last-child) {
  margin-right: 4px;
}
@media (min-width: 1536px) {
  .def-table table tbody tr td .action-wrapper > *:not(:last-child) {
    margin-right: 6px;
  }
}
.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.child-td {
  border-radius: 12px;
  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;
  margin: 20px 0;
}
.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 (min-width: 1536px) {
  .filter-options {
    height: 550px;
  }
}
@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%;
}

.def-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 32px 16px;
}
.def-modal-container.lf-scrollable {
  overflow: auto;
}
.def-modal-container .modal-loading {
  font-size: 11px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1200px) {
  .def-modal-container .modal-loading {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .def-modal-container .modal-loading {
    font-size: 16px;
  }
}
.def-modal-container.loading .modal-content {
  display: none;
}
.def-modal-container.loading .modal-loading {
  display: flex;
}
.def-modal-container:has(.def-modal.active) {
  opacity: 1;
  pointer-events: all;
}
.def-modal-container .def-modal-header {
  position: relative;
  padding: 24px 16px;
}
.def-modal-container .def-modal-header button[data-role=cancel] {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -30%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.def-modal-container .def-modal {
  position: relative;
  border-radius: 12px;
  display: none;
  width: 100%;
}
@media (min-width: 640px) {
  .def-modal-container .def-modal {
    width: 58%;
  }
}
@media (min-width: 768px) {
  .def-modal-container .def-modal {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .def-modal-container .def-modal {
    width: 41%;
  }
}
.def-modal-container .def-modal .def-modal-body {
  padding: 16px;
  padding-top: 0;
}
.def-modal-container .def-modal.active {
  display: block;
}
.def-modal-container .def-modal h2 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .def-modal-container .def-modal h2 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .def-modal-container .def-modal h2 {
    font-size: 20px;
  }
}
.def-modal-container .def-modal p {
  padding: 1rem;
}
.def-modal-container .def-modal .def-modal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 16px;
  margin-top: 16px;
}
.def-modal-container .def-modal .def-modal-footer button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  gap: 8px;
}
@media (max-width: 768px) {
  .def-modal-container .modal {
    width: 90%;
  }
}

.lf-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99;
}
.lf-modal-box .transition-opacity {
  inset: 0;
  position: fixed;
}
.lf-modal-box .lf-modal-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 32px 16px;
  text-align: center;
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content {
  width: 400px;
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.3s ease;
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-icon {
  border-radius: 50%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 50px;
  height: 50px;
  font-weight: 700;
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-message {
  font-size: 11px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-message {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-message {
    font-size: 16px;
  }
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-close {
  font-size: 13px;
  display: inline-block;
  margin-left: auto;
  margin-right: 12px;
  margin-top: 12px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-close {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-close {
    font-size: 18px;
  }
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button {
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  text-align: center;
  gap: 8px;
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button {
  font-weight: 700;
  margin: 0;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 5px;
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button.flash-close-button {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button.flash-close-button {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button.flash-close-button {
    font-size: 16px;
  }
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button.lf-confirm {
  font-size: 11px;
}
@media (min-width: 1200px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button.lf-confirm {
    font-size: 13px;
  }
}
@media (min-width: 1400px) {
  .lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button.lf-confirm {
    font-size: 16px;
  }
}
.lf-modal-box .lf-modal-content-wrapper .lf-modal-content .lf-button button:hover {
  opacity: 0.8;
}

.lf-bg-primary {
  background-color: #26775d !important;
}

.lf-text-primary {
  color: #26775d !important;
}

.lf-bg-primary-deep {
  background-color: #835feb !important;
}

.lf-text-primary-deep {
  color: #835feb !important;
}

.lf-bg-secondary {
  background-color: #79a99a !important;
}

.lf-text-secondary {
  color: #79a99a !important;
}

.lf-bg-success {
  background-color: #37af84 !important;
}

.lf-text-success {
  color: #37af84 !important;
}

.lf-bg-info {
  background-color: #47a3cc !important;
}

.lf-text-info {
  color: #47a3cc !important;
}

.lf-bg-warning {
  background-color: #fc8621 !important;
}

.lf-text-warning {
  color: #fc8621 !important;
}

.lf-bg-danger {
  background-color: #db3056 !important;
}

.lf-text-danger {
  color: #db3056 !important;
}

.lf-bg-lara-green {
  background-color: #43dc80 !important;
}

.lf-text-lara-green {
  color: #43dc80 !important;
}

.lf-bg-gray-100 {
  background-color: #f3f4f6 !important;
}

.lf-text-gray-100 {
  color: #f3f4f6 !important;
}

.lf-bg-lara-primary {
  background-color: #24292e !important;
}

.lf-text-lara-primary {
  color: #24292e !important;
}

.lf-bg-black-20 {
  background-color: #f9f7f7 !important;
}

.lf-text-black-20 {
  color: #f9f7f7 !important;
}

.lf-bg-optm-gray-200 {
  background-color: #f2f2f2 !important;
}

.lf-text-optm-gray-200 {
  color: #f2f2f2 !important;
}

.lf-bg-optm-gray-300 {
  background-color: rgba(74, 63, 110, 0) !important;
}

.lf-text-optm-gray-300 {
  color: rgba(74, 63, 110, 0) !important;
}

.lf-bg-near-black-purple {
  background-color: #31345e !important;
}

.lf-text-near-black-purple {
  color: #31345e !important;
}

.lf-bg-dark_1 {
  background-color: #25284d !important;
}

.lf-text-dark_1 {
  color: #25284d !important;
}

.lf-bg-branco-sujo {
  background-color: #c3c3c3 !important;
}

.lf-text-branco-sujo {
  color: #c3c3c3 !important;
}

.lf-bg-dark_2 {
  background-color: #10122b !important;
}

.lf-text-dark_2 {
  color: #10122b !important;
}

.lf-bg-branco {
  background-color: #191d3c !important;
}

.lf-text-branco {
  color: #191d3c !important;
}

.lf-bg-optm-gray-100 {
  background-color: #dedada !important;
}

.lf-text-optm-gray-100 {
  color: #dedada !important;
}

.lf-bg-optm-gray-50 {
  background-color: rgba(37, 40, 77, 0.2) !important;
}

.lf-text-optm-gray-50 {
  color: rgba(37, 40, 77, 0.2) !important;
}

.dark .lf-bg-optm-gray-200 {
  background-color: #191d3c !important;
}

.dark .lf-text-optm-gray-200 {
  color: #191d3c !important;
}

.dark .lf-bg-optm-gray-300 {
  background-color: rgba(74, 63, 110, 0.4) !important;
}

.dark .lf-text-optm-gray-300 {
  color: rgba(74, 63, 110, 0.4) !important;
}

.dark .lf-bg-dark_2 {
  background-color: #fff !important;
}

.dark .lf-text-dark_2 {
  color: #fff !important;
}

.dark .border {
  border-color: #333 !important;
}
.dark .border-bottom {
  border-color: #333 !important;
}
.dark .border-top {
  border-color: #333 !important;
}
.dark .border-left {
  border-color: #333 !important;
}
.dark .border-right {
  border-color: #333 !important;
}
.dark .border-primary {
  border-color: #4f46e5 !important;
}
.dark .border-secondary {
  border-color: #64748b !important;
}
.dark .border-success {
  border-color: #22c55e !important;
}
.dark .border-info {
  border-color: #0ea5e9 !important;
}
.dark .border-warning {
  border-color: #f59e0b !important;
}
.dark .border-danger {
  border-color: #ef4444 !important;
}
.dark .border-light {
  border-color: #6b7280 !important;
}
.dark .border-dark {
  border-color: #1f2937 !important;
}
.dark .border-white {
  border-color: #ffffff !important;
}

.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-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: 1 !important;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  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 {
  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: 44px;
  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 .cm-lb-img-link {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/*------------------------------------*/
/* :::::::: NAVIGATION STARTS ::::::::*/
/*------------------------------------*/
.lf-main-nav {
  line-height: 1 !important;
}
.lf-main-nav > li {
  margin-right: 15px;
}
.lf-main-nav > li.active > a::before {
  width: 100%;
  right: 0;
}
.lf-main-nav > li:hover > a::before {
  width: 100%;
  right: 0;
}
.lf-main-nav > li:hover > a::after {
  content: "-";
}
.lf-main-nav > li > a {
  font-size: 14px;
}
.lf-main-nav > li > a::before {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 2px;
  right: 50%;
  content: "";
  transition: all 0.2s linear;
}
.lf-main-nav li {
  position: relative;
}
.lf-main-nav li.inversed-hover ul {
  left: auto;
  right: 0;
}
.lf-main-nav li.inversed-hover ul li ul {
  left: auto;
  right: 100%;
}
.lf-main-nav li a {
  padding: 20px 13px 20px 0;
  display: block;
  position: relative;
  transition: all 0.2s linear;
}
.lf-main-nav li a::after {
  width: 8px;
  text-align: center;
  height: 8px;
  line-height: 8px !important;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
  content: "+";
  transition: all 0.1s linear;
}
.lf-main-nav li a:only-child {
  padding-right: 0;
}
.lf-main-nav li a:only-child::after {
  display: none;
}
.lf-main-nav li:last-child {
  margin-right: 0;
}
.lf-main-nav li:hover > ul {
  display: block;
}
.lf-main-nav li ul {
  white-space: nowrap;
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 0;
  display: none;
  border-radius: 3px;
  padding: 8px 10px;
}
.lf-main-nav li ul > li:first-child > a {
  border-radius: 3px 3px 0 0;
}
.lf-main-nav li ul > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.lf-main-nav li ul > li a {
  font-size: 12px;
}
.lf-main-nav li ul li a {
  padding: 10px 21px 10px 8px;
}
.lf-main-nav li ul li a::after {
  right: 8px;
}
.lf-main-nav li ul li a:only-child {
  padding-right: 8px;
}
.lf-main-nav li ul li ul {
  left: 100%;
  top: 0;
}

/*-----------*/
/*Mobile menu*/
/*-----------*/
.lf-responsive-menu-wrapper {
  line-height: 1 !important;
}
.lf-responsive-menu-wrapper .slicknav_menu {
  padding: 0;
  border-radius: 4px;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_btn {
  padding: 10px 10px;
  margin: 0;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav {
  z-index: 999999999;
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li {
  margin: 1px 0 0;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row {
  font-size: 12px;
  background: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a.slicknav_item.slicknav_row > a,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row.slicknav_item.slicknav_row > a {
  padding: 0;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a:hover,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row:hover {
  border-radius: 0 !important;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li a .slicknav_arrow,
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li .slicknav_item.slicknav_row .slicknav_arrow {
  position: absolute;
  right: 10px;
  font-family: fontawesome;
}
.lf-responsive-menu-wrapper .slicknav_menu .slicknav_nav li ul {
  margin-left: 10px;
}

/*------------------------------------*/
/* ::::::::: NAVIGATION ENDS :::::::::*/
/*------------------------------------*/
/*------------------------------------*/
/* ::: NAVIGATION VARIATION STARTS :::*/
/*------------------------------------*/
.lf-template-header {
  line-height: 1 !important;
  /*LIGHT*/
  /*TRANSPARENT*/
}
.lf-template-header .dropdown-menu {
  z-index: 2147483647;
}
.lf-template-header.header-transparent {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.lf-template-header.header-transparent .lf-main-nav > li.active > a {
  background: transparent !important;
}

/*------------------------------------*/
/* :::: NAVIGATION VARIATION ENDS ::::*/
/*------------------------------------*/
.lf-user-menu {
  line-height: 1 !important;
}
.lf-user-menu .lf-language .dropdown-show-box {
  min-width: 100px;
  padding: 5px;
}
.lf-user-menu .lf-language button {
  display: flex;
  align-items: center;
  padding: 11px;
  border-radius: 10px;
}
.lf-user-menu .lf-language .dropdown-item {
  padding: 5px 10px;
  text-align: center;
}
.lf-user-menu .lf-language .dropdown-item:last-child {
  border: none;
}
.lf-user-menu .lf-user-notification .dropdown-show-box {
  width: 250px;
}
.lf-user-menu .lf-user-notification .notifications-list {
  height: 13rem;
  width: 100%;
  overflow-y: auto;
}
.lf-user-menu .lf-user-notification .lf-icon {
  width: 38px;
  height: 38px;
  padding: 5px;
  border-radius: 10px;
}
.lf-user-menu .lf-user-dropdown .dropdown-show-box {
  width: 200px;
}
.lf-user-menu .lf-user-dropdown .dropdown-show-box .avatar img {
  border-radius: 5px;
  width: 40px;
  height: 40px;
}
.lf-user-menu .lf-user-dropdown .dropdown-show-box .user-info h6 {
  font-weight: bold;
}
.lf-user-menu .lf-user-dropdown .dropdown-show-box .user-info div {
  font-size: 14px;
}
.lf-user-menu .lf-user-dropdown .lf-user-dp-profile {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 10px;
  cursor: pointer;
}
.lf-user-menu .lf-user-dropdown img {
  width: 100%;
  border-radius: 100%;
}
.lf-user-menu > li {
  margin-right: 10px;
}
@media (min-width: 1536px) {
  .lf-user-menu > li .icon-btn {
    min-height: 38px;
    min-width: 38px;
  }
}
.lf-user-menu > li > a {
  font-size: 12px;
  font-weight: 700;
}
.lf-user-menu > li .dropdown-menu {
  padding: 8px 10px;
}
.lf-user-menu > li .dropdown-menu .dropdown-item {
  padding: 10px 21px 10px 8px;
}

.lf-side-nav-toggler {
  line-height: 1 !important;
  font-size: 22px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.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%;
}

/* toaster */
.toaster-container {
  position: fixed;
  top: 0;
  right: 16px;
  z-index: 99;
  margin-top: 90px;
  padding-bottom: 16px;
}
.toaster-container .toaster-pop-up {
  width: 300px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.toaster-container .toaster-pop-up.toaster-pop-up-hidden {
  opacity: 0;
  transform: translateX(108%);
}
.toaster-container .toaster-pop-up .toaster-cancel-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2;
  transition: opacity 0.5s;
}
.toaster-container .toaster-pop-up .toaster-cancel-btn:hover {
  opacity: 0.7;
}
.toaster-container .toaster-pop-up .toaster-cancel-btn > * {
  width: 100%;
  height: 100%;
}
.toaster-container .toaster-pop-up .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0.75rem;
  padding: 0.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.75rem;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toaster-container .toaster-pop-up .icon-wrapper > * {
  width: 100%;
  height: 100%;
}
.toaster-container .toaster-pop-up .icon-wrapper i {
  text-align: center;
  font-size: 24px;
  margin-top: -2px;
}
.toaster-container .toaster-pop-up .icon-wrapper::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  display: block;
  bottom: -2px;
  left: 8px;
  transform: rotate(-18deg);
  z-index: -10;
}
.toaster-container .toaster-pop-up .msg-body {
  padding: 16px;
  padding-left: 56px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.toaster-container .toaster-pop-up .msg-body::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  display: block;
  bottom: -12px;
  left: 0.5rem;
  border-radius: 50%;
  transform: translateX(-50%) translateY(50%);
}
.toaster-container .toaster-pop-up .msg-body::before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  bottom: 2rem;
  left: 1rem;
  border-radius: 50%;
}
.toaster-container .toaster-pop-up .msg-body .title {
  font-size: 14px;
  text-transform: capitalize;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .toaster-container .toaster-pop-up .msg-body .title {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .toaster-container .toaster-pop-up .msg-body .title {
    font-size: 20px;
  }
}
.toaster-container .toaster-pop-up .msg-body .msg {
  font-size: 10px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .toaster-container .toaster-pop-up .msg-body .msg {
    font-size: 11px;
  }
}
@media (min-width: 1400px) {
  .toaster-container .toaster-pop-up .msg-body .msg {
    font-size: 14px;
  }
}

.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;
}

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