.rounded-none {
  border-radius: 0px !important;
}
.rounded-sm {
  border-radius: 0.125rem;
} /* 2px */
rounded {
  border-radius: 0.25rem;
} /* 4px */
.rounded-md {
  border-radius: 0.375rem;
} /* 6px */
.rounded-lg {
  border-radius: 0.5rem;
} /* 8px */
.rounded-xl {
  border-radius: 0.75rem;
} /* 12px */
.rounded-2xl {
  border-radius: 1rem;
} /* 16px */
.rounded-3xl {
  border-radius: 1.5rem;
} /* 24px */
.rounded-full {
  border-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
.rounded-s-none {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.border-none {
  border: none !important;
}
.fw-bold {
  font-weight: bold !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-40px {
  font-size: 40px !important;
}
.text-55px {
  font-size: 55px !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.flex {
  display: flex;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.items-center {
  align-items: center;
}
.items-between {
  align-items: space-between;
}
.items-around {
  align-items: space-around;
}
.items-evenly {
  align-items: space-evenly;
}
.items-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-none {
  flex: none;
}

.gap-1 {
  gap: 1rem;
}
.gap-0 {
  gap: 0.5rem;
}
.fixed {
  position: fixed;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 1rem;
}
.top-2 {
  top: 2rem;
}
.top-3 {
  top: 3rem;
}
.top-4 {
  top: 4rem;
}
.top-5 {
  top: 5rem;
}
.top-6 {
  top: 6rem;
}
.right-0 {
  right: 0;
}
.h-0 {
  height: 0px;
}
.h-px {
  height: 1px;
}
.h-1 {
  height: 0.25rem; /* 4px */
}
.h-2 {
  height: 0.5rem; /* 8px */
}
.h-3 {
  height: 0.75rem; /* 12px */
}
.h-4 {
  height: 1rem; /* 16px */
}
.h-5 {
  height: 1.25rem; /* 20px */
}
.h-6 {
  height: 1.5rem; /* 24px */
}
.h-7 {
  height: 1.75rem; /* 28px */
}
.h-8 {
  height: 2rem; /* 32px */
}
.h-9 {
  height: 2.25rem; /* 36px */
}
.h-10 {
  height: 2.5rem; /* 40px */
}
.h-11 {
  height: 2.75rem; /* 44px */
}
.h-12 {
  height: 3rem; /* 48px */
}
.h-14 {
  height: 3.5rem; /* 56px */
}
.h-16 {
  height: 4rem; /* 64px */
}
.h-20 {
  height: 5rem; /* 80px */
}
.h-24 {
  height: 6rem; /* 96px */
}
.h-28 {
  height: 7rem; /* 112px */
}
.h-32 {
  height: 8rem; /* 128px */
}
.h-36 {
  height: 9rem; /* 144px */
}
.h-40 {
  height: 10rem; /* 160px */
}
.h-44 {
  height: 11rem; /* 176px */
}
.h-48 {
  height: 12rem; /* 192px */
}
.h-52 {
  height: 13rem; /* 208px */
}
.h-56 {
  height: 14rem; /* 224px */
}
.h-60 {
  height: 15rem; /* 240px */
}
.h-64 {
  height: 16rem; /* 256px */
}
.h-72 {
  height: 18rem; /* 288px */
}
.h-80 {
  height: 20rem; /* 320px */
}
.h-96 {
  height: 24rem; /* 384px */
}
.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-min {
  height: min-content;
}
.h-max {
  height: max-content;
}
.h-fit {
  height: fit-content;
}
.p-0 {
  padding: 0;
}
.p-05 {
  padding: 0.5rem;
}
.p-1 {
  padding: 1rem;
}
.p-2 {
  padding: 2rem;
}
.p-3 {
  padding: 3rem;
}
.p-4 {
  padding: 4rem;
}
.p-5 {
  padding: 5rem;
}
.m-auto {
  margin: auto;
}
.w-0 {
  width: 0px;
}
.w-px {
  width: 1px;
}
.w-1 {
  width: 0.25rem; /* 4px */
}
.w-2 {
  width: 0.5rem; /* 8px */
}
.w-3 {
  width: 0.75rem; /* 12px */
}
.w-4 {
  width: 1rem; /* 16px */
}
.w-5 {
  width: 1.25rem; /* 20px */
}
.w-6 {
  width: 1.5rem; /* 24px */
}
.w-7 {
  width: 1.75rem; /* 28px */
}
.w-8 {
  width: 2rem; /* 32px */
}
.w-9 {
  width: 2.25rem; /* 36px */
}
.w-10 {
  width: 2.5rem; /* 40px */
}
.w-11 {
  width: 2.75rem; /* 44px */
}
.w-12 {
  width: 3rem; /* 48px */
}
.w-14 {
  width: 3.5rem; /* 56px */
}
.w-16 {
  width: 4rem; /* 64px */
}
.w-20 {
  width: 5rem; /* 80px */
}
.w-24 {
  width: 6rem; /* 96px */
}
.w-28 {
  width: 7rem; /* 112px */
}
.w-32 {
  width: 8rem; /* 128px */
}
.w-36 {
  width: 9rem; /* 144px */
}
.w-40 {
  width: 10rem; /* 160px */
}
.w-44 {
  width: 11rem; /* 176px */
}
.w-48 {
  width: 12rem; /* 192px */
}
.w-52 {
  width: 13rem; /* 208px */
}
.w-56 {
  width: 14rem; /* 224px */
}
.w-60 {
  width: 15rem; /* 240px */
}
.w-64 {
  width: 16rem; /* 256px */
}
.w-72 {
  width: 18rem; /* 288px */
}
.w-80 {
  width: 20rem; /* 320px */
}
.w-96 {
  width: 24rem; /* 384px */
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-half {
  width: 50%;
}
.w-49-p {
  width: 49%;
}
.w-75-p {
  width: 75%;
}
.w-quarter {
  width: 25%;
}
.w-one-third {
  width: 33%;
}
.w-screen {
  width: 100vw;
}
.w-min {
  width: min-content;
}
.w-max {
  width: max-content;
}
.w-fit {
  width: fit-content;
}

.text-black {
  color: black !important;
}
.text-white {
  color: white !important;
}
.text-gray {
  color: #787878 !important;
}
.text-green {
  color: var(--theme-color-1) !important;
}
.text-blue {
  color: #337ab7 !important;
}
.bg-light-green {
  background-color: #e3ffe6;
}
.bg-warning {
  background-color: #f0ad4e;
}
.mw-1475 {
  max-width: 1475px;
  margin: auto;
}
.mw-1440 {
  max-width: 1440px;
  margin: auto;
}
.mw-1350 {
  max-width: 1350px;
  margin: auto;
}
.mw-1300 {
  max-width: 1300px;
  margin: auto;
}
.mw-1200 {
  max-width: 1200px;
  margin: auto;
}
.mw-1100 {
  max-width: 1200px;
  margin: auto;
}
.w-95-p {
  width: 95%;
}
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.shadow {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}
.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
}
.shadow-none {
  box-shadow: 0 0 #0000;
}
.on-mouse-underline:hover {
  text-decoration: underline;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.leading-1 {
  line-height: 1 !important;
}
.leading-1-5 {
  line-height: 1.5 !important;
}
.leading-2 {
  line-height: 2 !important;
}
.cursor-pointer {
  cursor: pointer;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.border-green {
  border: 2px solid var(--theme-color-1) !important;
}
.border-r-2-green {
  border-right: 2px solid var(--theme-color-1);
}
.border-r-4-green {
  border-right: 4px solid var(--theme-color-1);
}
.border-b-2-gray {
  border-bottom: 2px solid #e0e0e0;
}
.border-t-2-gray {
  border-top: 2px solid #e0e0e0;
}
.border-t-gray {
  border-top: 1px solid #e0e0e0;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.bg-blue-gradient {
  background-image: linear-gradient(
    179.7deg,
    rgb(223, 236, 247) 22.1%,
    rgba(255, 255, 255, 1) 77.3%
  );
}
.bg-gray-tw {
  background-color: #e3e3e3 !important;
}
@media (max-width: 767px) {
  .text-right-under-767 {
    text-align: right !important;
  }
  .text-left-under-767 {
    text-align: left !important;
  }
  .text-center-under-767 {
    text-align: center !important;
  }
}
.alert-custom {
  border-radius: 8px;
  width: 100%;
  padding: 1rem;
  display: none;
}
.alert-custom-success {
  color: var(--theme-color-1);
  background-color: var(--theme-light-green);
  border: 1px solid var(--theme-color-1);
}
.basis-15p {
  flex: 0 0 15% !important;
}
.basis-15p {
  flex: 0 0 20% !important;
}
.basis-33p {
  flex: 0 0 33% !important;
}
.basis-50p {
  flex: 0 0 50% !important;
}
