@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.ttf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-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;
}

.bbyte-auto-logo {
  display: inline-block;
  max-width: 125px;
}

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

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

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

.lf-tab-box {
  display: flex;
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  overflow: auto;
  scrollbar-width: none;
}
@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;
  display: flex;
  justify-content: center;
  align-items: 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: 50px;
  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: 50px;
  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: 50px;
  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: 50px;
  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%;
  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: 18px;
  text-align: center;
  line-height: 32px;
}

.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;
  padding-right: 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: 50px;
  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 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: 50%;
  transform: translateY(-50%);
  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: 50px;
  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;
}

.drop-area-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drop-area-container .drop-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.drop-area-container .drop-area .drop-area-text {
  padding: 8px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.drop-area-container .drop-area .drop-area-text i {
  font-size: 30px;
  margin-bottom: 5px;
}
.drop-area-container .drop-area .uploaded-image-wrapper {
  width: 100%;
  height: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop-area-container .drop-area .uploaded-image-wrapper i {
  font-size: 30px;
}
.drop-area-container .drop-area img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 20px;
}
.drop-area-container:hover .image-remove-btn {
  display: flex;
}
.drop-area-container .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;
}

span[disabled],
a[disabled],
button[disabled] {
  pointer-events: none;
  opacity: 0.6;
}

.upload-container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 8px;
}
.upload-container .file-list {
  display: flex;
  gap: 8px;
  min-width: 95%;
  flex-wrap: wrap;
}
.upload-container .file-list .file-tag {
  padding: 2px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.upload-container .file-list .file-tag span {
  font-size: 10px;
  max-width: 142px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-container .file-list .file-tag button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.upload-container .upload-icon {
  cursor: pointer;
  font-size: 20px;
}
.upload-container input[type=file] {
  display: none;
}

.def-modal-container {
  overflow: auto;
  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: 20px;
}
.def-modal-container .def-modal-header .def-modal-title {
  line-height: 1;
}
.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: 20px;
}
.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: 20px;
}
.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;
}

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

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