.form-upload-files-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  width: 100%;
}
.form-upload-files-container .form-upload-files-left {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.666667%;
  aspect-ratio: 2/1;
}
@media (max-width: 576px) {
  .form-upload-files-container .form-upload-files-left {
    width: 100%;
  }
}
.form-upload-files-container .form-upload-files-right {
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.333333%;
}
@media (max-width: 576px) {
  .form-upload-files-container .form-upload-files-right {
    flex-direction: row;
    width: 100%;
  }
}
.form-upload-files-container .form-upload-files-right > * {
  flex-grow: 1;
  min-height: 7.5rem;
  margin-top: 0.75rem;
}
.form-upload-files-container .form-upload-files-right > *:not(:first-child) {
  margin-left: 0.5rem;
}
@media (min-width: 576px) {
  .form-upload-files-container .form-upload-files-right > *:not(:first-child) {
    min-height: initial;
    margin-top: 0.75rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.form-upload-files-container .form-upload-files-right > *:not(:last-child) {
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .form-upload-files-container .form-upload-files-right > *:not(:last-child) {
    min-height: initial;
    margin-top: 0;
    margin-bottom: 0.75rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.form-upload-files-container .form-upload-files-drop {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 0.475rem;
  width: 100%;
  height: 100%;
}
.form-upload-files-container .form-upload-files-drop:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0.475rem;
  background-color: rgba(0, 0, 0, 0.035);
  transition: all ease 0.3s;
}
.form-upload-files-container .form-upload-files-drop.dragging::before {
  background-color: rgba(0, 0, 0, 0.035);
}
.form-upload-files-container .form-upload-files-drop .form-upload-files-drop-icon {
  z-index: 1;
}
.form-upload-files-container .form-upload-files-drop .form-upload-files-drop-icon > i {
  font-size: 3.5rem !important;
}
.form-upload-files-container .form-upload-files-drop .form-upload-files-drop-icon.small-icon > i {
  font-size: 2.5rem !important;
}
.form-upload-files-container .form-upload-files-drop .form-upload-files-drop-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #252f4a;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  z-index: 1;
}
.form-upload-files-container .form-upload-files-drop .form-upload-files-drop-description {
  font-size: 1rem;
  font-weight: normal;
  color: #78829d;
  margin: 0;
  z-index: 1;
}
.form-upload-files-container .form-upload-files-drop .form-upload-files-drop-description b {
  color: #252f4a;
}
.form-upload-files-container.form-upload-files-sm .form-upload-files-left {
  width: 100%;
}
.form-upload-files-container.form-upload-files-sm .form-upload-files-right {
  flex-direction: row;
  width: 100%;
}
.form-upload-files-container.form-upload-files-sm .form-upload-files-right > * {
  min-height: 7.5rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.form-upload-files-container.form-upload-files-sm .form-upload-files-right > *:not(:first-child) {
  margin-left: 0.5rem;
  margin-right: 0;
}
.form-upload-files-container.form-upload-files-sm .form-upload-files-right > *:not(:last-child) {
  margin-right: 0.5rem;
  margin-left: 0;
}

.form-upload-files-item {
  width: 100%;
  aspect-ratio: 2/1;
}

.form-upload-files-image {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.475rem;
  background-position: center;
  background-size: cover;
}
.form-upload-files-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 0.475rem;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
}
.form-upload-files-image:hover::before {
  background-color: rgba(0, 0, 0, 0.25);
}
.form-upload-files-image .form-upload-files-image-label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  z-index: 1;
}
.form-upload-files-image .form-upload-files-remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}

.category-table .category-name {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0;
}
.category-table .category-status .form-check-input {
  width: 28px;
  height: 18px;
}
.category-table .category-status .form-check-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin-right: 0.75rem;
}

.merchandise-table .merchandise-name {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0;
}
.merchandise-table .merchandise-category {
  font-size: 1rem;
  font-weight: 600;
  color: #78829d;
  margin: 0;
}
.merchandise-table .merchandise-quantity {
  font-size: 1rem;
  font-weight: 600;
  color: #252f4a;
  text-align: center;
  margin: 0;
}
.merchandise-table .merchandise-price {
  font-size: 1rem;
  font-weight: 600;
  color: #1bc5bd;
  margin: 0;
}
.merchandise-table .merchandise-status .form-check-input {
  width: 28px;
  height: 18px;
}
.merchandise-table .merchandise-status .form-check-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin-right: 0.75rem;
}
.merchandise-table .merchandise-table-quantity {
  font-size: 1rem;
  font-weight: 600;
  color: #78829d;
  margin: 0;
}
.merchandise-table .merchandise-quantity-manager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.merchandise-table .merchandise-quantity-manager .merchandise-quantity-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0 1rem;
}
.merchandise-table .merchandise-quantity-manager .merchandise-quantity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  font-size: 2rem;
  border: 0;
  border-radius: 50%;
  background-color: #eeeeee;
}
.merchandise-table .merchandise-quantity-manager .merchandise-quantity-button:hover {
  background-color: #dddddd;
}

.travel-table .travel-name,
.travel-table .travel-brand {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0;
}
.travel-table .travel-category {
  font-size: 1rem;
  font-weight: 600;
  color: #78829d;
  margin: 0;
}
.travel-table .travel-capacity {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0;
}
.travel-table .travel-capacity .ki-duotone {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.travel-table .travel-quantity {
  font-size: 1rem;
  font-weight: 600;
  color: #252f4a;
  text-align: center;
  margin: 0;
}
.travel-table .travel-price {
  font-size: 1rem;
  font-weight: 600;
  color: #1bc5bd;
  margin: 0;
}
.travel-table .travel-status .form-check-input {
  width: 28px;
  height: 18px;
}
.travel-table .travel-status .form-check-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin-right: 0.75rem;
}
.travel-table .travel-quantity-manager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.travel-table .travel-quantity-manager .travel-quantity-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0 1rem;
}
.travel-table .travel-quantity-manager .travel-quantity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  font-size: 2rem;
  border: 0;
  border-radius: 50%;
  background-color: #eeeeee;
}
.travel-table .travel-quantity-manager .travel-quantity-button:hover {
  background-color: #dddddd;
}

.tour-table .tour-name,
.tour-table .tour-datetime {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0;
}
.tour-table .tour-quantity {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  text-align: center;
  margin: 0;
}
.tour-table .tour-category {
  font-size: 1rem;
  font-weight: 600;
  color: #78829d;
  margin: 0;
}
.tour-table .tour-participant {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0;
}
.tour-table .tour-participant .ki-duotone {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.tour-table .tour-price {
  font-size: 1rem;
  font-weight: 600;
  color: #1bc5bd;
  margin: 0;
}
.tour-table .tour-status .form-check-input {
  width: 28px;
  height: 18px;
}
.tour-table .tour-status .form-check-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin-right: 0.75rem;
}
.tour-table .tour-quantity-manager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tour-table .tour-quantity-manager .tour-quantity-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0 1rem;
}
.tour-table .tour-quantity-manager .tour-quantity-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  min-width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  font-size: 2rem;
  border: 0;
  border-radius: 50%;
  background-color: #eeeeee;
}
.tour-table .tour-quantity-manager .tour-quantity-button:hover {
  background-color: #dddddd;
}

.hotel-table .hotel-image-slider {
  position: relative;
  margin-right: 1.5rem;
}
.hotel-table .hotel-image-slider img {
  display: none;
  width: 14rem;
  aspect-ratio: 21/10;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.hotel-table .hotel-image-slider img.active {
  display: block;
}
.hotel-table .hotel-image-slider .hotel-image-empty {
  width: 14rem;
  aspect-ratio: 21/10;
  border-radius: 8px;
  background-color: #eeeeee;
}
.hotel-table .hotel-image-slider .hotel-slide-prev,
.hotel-table .hotel-image-slider .hotel-slide-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  max-height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background-color: white;
  opacity: 0.875;
}
.hotel-table .hotel-image-slider .hotel-slide-prev i,
.hotel-table .hotel-image-slider .hotel-slide-next i {
  font-size: 1.15rem;
  color: #000000;
}
.hotel-table .hotel-image-slider .hotel-slide-prev {
  left: 0.5rem;
}
.hotel-table .hotel-image-slider .hotel-slide-next {
  right: 0.5rem;
}
.hotel-table .hotel-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hotel-table .hotel-info .hotel-title {
  font-size: 1rem;
  font-weight: 600;
  color: #3699ff;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.hotel-table .hotel-info .hotel-description {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin: 0;
}
.hotel-table .hotel-info .hotel-price {
  font-size: 1rem;
  font-weight: 700;
  color: #1bc5bd;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.hotel-table .hotel-facility {
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 500;
  color: #78829d;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hotel-table .hotel-quantity {
  font-size: 1rem;
  font-weight: 600;
  color: #252f4a;
  text-align: center;
  margin: 0;
}
.hotel-table .hotel-price {
  font-size: 1rem;
  font-weight: 600;
  color: #1bc5bd;
  margin: 0;
}
.hotel-table .hotel-status .form-check-input {
  width: 28px;
  height: 18px;
}
.hotel-table .hotel-status .form-check-label {
  font-size: 1rem;
  font-weight: 700;
  color: #252f4a;
  margin-right: 0.75rem;
}

.text-max-line-1 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.text-max-line-2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.text-max-line-3 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text-max-line-4 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.text-max-line-5 {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
