@charset "UTF-8";
.ubermenu-nav,
.container,
.row,
.row.row-small,
.row.row-collapse,
.row.row-large {
  max-width: 1260px;
}

.overlay_skyteam,
.overlay_menuhover {
  opacity: 0;
  transition: all 0.3s;
}

.overlay_skyteam.active {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7882352941);
  z-index: 9999;
  transition: all 0.3s;
}

.overlay_menuhover.active {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5568627451);
  z-index: 8;
  transition: all 0.3s;
}

.button,
img {
  -webkit-user-select: none;
          user-select: none;
  -moz-user-select: none;
}

select,
textarea,
input {
  outline: none;
  box-shadow: unset;
}
select:focus,
textarea:focus,
input:focus {
  outline: none;
}

.localtion_picker {
  display: none;
}

.animate__animated {
  visibility: hidden;
}

.d-block {
  display: block;
}

/* width */
.select2-container {
  z-index: 10002;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #707070;
}

/* Handle */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #720303;
}

/* Handle on hover */
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #680202;
}

/* Đối với trình duyệt Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Đối với trình duyệt Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.PaginationSkyteam {
  margin-top: 12px;
  z-index: 1;
  position: relative;
}

.PaginationSkyteam .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 0;
}

.PaginationSkyteam .page-numbers > li {
  position: relative;
  margin: 0;
}

.PaginationSkyteam .page-numbers > li .page-number {
  width: 36px;
  height: 36px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(51, 51, 51);
  border: none !important;
  margin: 0;
  font-weight: 500;
  background: #f1f1f1;
  border-radius: 50%;
}

.PaginationSkyteam .page-numbers > li .page-number.current {
  margin: 0px;
  color: #fff;
  background: var(--Brand-Blue);
  position: relative;
}

.PaginationSkyteam .page-numbers > li .page-number.current::after {
  content: "";
  position: absolute;
  width: 36px;
  border: 1px solid var(--Brand-Blue);
  height: 36px;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.PaginationSkyteam .page-numbers > li .page-number:hover {
  background: var(--Brand-Blue);
  color: #fff;
}

.hide {
  display: none !important;
}

.blocker {
  z-index: 99;
}

#snackbar {
  visibility: hidden;
  /* Mặc định ẩn */
  min-width: 350px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 12px 16px;
  position: fixed;
  z-index: 888888;
  left: 50%;
  bottom: 5px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: translateX(-50%);
  font-size: 14px;
}

#snackbar.show {
  visibility: visible;
  /* Hiển thị khi thêm class 'show' */
  animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

#snackbar .icon {
  margin-right: 8px;
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 5px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 5px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.select2-container--language .select2-selection--single {
  border: unset;
  background-color: unset;
  box-shadow: unset;
}
.select2-container--language .select2-selection--single .select2-selection__rendered .text-name-languge {
  display: none;
}
.select2-container--language .select2-dropdown {
  border: unset;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-width: 90px !important;
}
.select2-container--language .select2-dropdown .select2-results .select2-results__option {
  font-size: 12px;
  padding: 10px;
  margin: 0;
}
.select2-container--language .select2-dropdown .select2-results .select2-results__option img {
  margin-right: 6px;
  width: 28px;
}
.select2-container--language .select2-dropdown .select2-results .select2-results__option:hover {
  background: var(--Brand-Geay);
}

.select2-container--pick_location .select2-dropdown {
  border: unset;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.select2-container--pick_location .select2-dropdown .select2-results .select2-results__options {
  max-height: 265px;
  overflow-y: scroll;
}
.select2-container--pick_location .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
}
.select2-container--pick_location .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}
.select2-container--pick_location .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.select2-container--pick_location .select2-dropdown .select2-results .select2-results__option {
  font-size: 14px;
  margin: 0;
  padding: 5px 12px;
  min-height: 36px;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.select2-container--pick_location .select2-dropdown .select2-results .select2-results__option:hover {
  background: var(--Brand-Geay);
}
.select2-container--pick_location .select2-dropdown .select2-results .select2-results__option.select2-results__option--disabled {
  background: #fff;
  color: #a5a5a5;
  cursor: not-allowed;
}
.select2-container--pick_location .select2-search .select2-search__field {
  box-shadow: unset;
  border-radius: 5px;
  padding: 0 15px;
}

@keyframes smoke {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 1920px bottom;
  }
}
.blocker {
  z-index: 1001;
}

.jquery-modal.blocker #id-popup-motorbike {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.jquery-modal.blocker #open-photo-gallery {
  max-width: 1000px;
  padding: 15px;
}
.jquery-modal.blocker #open-photo-gallery .grid {
  width: 100%;
}
.jquery-modal.blocker #open-photo-gallery .grid .grid-item {
  margin-right: 0;
  margin-bottom: 5px;
  display: block;
  width: calc(33.3333333333% - 20px);
}

/* CSS cho masonry grid items trong modal */
.modal .grid .grid-item {
  transition: opacity 0.1s ease-in-out;
}

.iti--inline-dropdown .iti__dropdown-content {
  animation-duration: 0s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 2px 4px 20px 0 rgba(34, 41, 57, 0.1019607843);
  box-sizing: border-box;
  border-radius: 16px;
  z-index: 999999;
  border: unset;
  margin-top: 30px;
}
.iti--inline-dropdown .iti__dropdown-content .iti__search-input {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #ffffff;
  height: 32px !important;
  margin-top: 8px;
  margin-bottom: 5px;
  line-height: 1 !important;
  display: block;
  padding: 4px 15px !important;
  width: calc(100% - 10px);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 12px;
  box-shadow: unset;
}
.iti--inline-dropdown .iti__country-list::-webkit-scrollbar {
  width: 4px;
}
.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #a8a8a8;
}
.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-track {
  background-color: #f3f3f3;
}
.iti--inline-dropdown .iti__country-list .iti__country {
  font-size: 13px;
  margin: 0;
  padding: 5px 12px;
  height: 36px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.iti--inline-dropdown .iti__country-list .iti__country:hover {
  background: #f1f1f1;
}

:root {
  --spacing: 0.25rem;
}

.toolbar-admin {
  position: sticky;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 99999;
  display: flex;
  height: 32px;
  width: 100%;
  min-width: 600px;
  align-items: center;
  justify-content: space-between;
  background-color: #1d2327;
  font-size: 13px;
  color: #c3c4c7;
}

.admin-bar-root-default {
  margin-bottom: calc(var(--spacing) * 0);
  box-sizing: content-box;
  display: flex;
  list-style-type: none;
  align-items: center;
  -moz-column-gap: calc(var(--spacing) * 3);
  column-gap: calc(var(--spacing) * 3);
  --tw-leading: 2.46153846;
  line-height: 2.46153846;
}

.admin-bar-root-default > .menupop {
  position: relative;
  margin-bottom: 0;
}

.admin-bar-root-default > .menupop > .ab-sub-wrapper {
  position: absolute;
  top: 32px;
  left: calc(var(--spacing) * 0);
  z-index: 99999;
  display: none;
  min-width: 150px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #2e353b;
  background-color: #2c3338;
}

.admin-bar-root-default > .menupop > .ab-sub-wrapper > .ab-submenu {
  margin: calc(var(--spacing) * 0);
  list-style-type: none;
  padding: calc(var(--spacing) * 0);
}

.admin-bar-root-default > .menupop > .ab-sub-wrapper > .ab-submenu > .ab-item {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(var(--spacing) * 2);
  column-gap: calc(var(--spacing) * 2);
  padding-inline: calc(var(--spacing) * 3);
  text-wrap: nowrap;
  white-space: nowrap;
}

.admin-bar-root-default > .menupop > .ab-item {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(var(--spacing) * 2);
  column-gap: calc(var(--spacing) * 2);
  padding-inline: calc(var(--spacing) * 3);
  text-wrap: nowrap;
  white-space: nowrap;
  color: #c3c4c7;
}

.admin-bar-root-default > .menupop:hover {
  background-color: #2c3338;
}

.admin-bar-root-default > .menupop:hover > .ab-item {
  color: #72aee6;
}

.admin-bar-root-default > .menupop:hover > .ab-sub-wrapper {
  display: block;
}

.admin-bar-root-default > .menupop > .ab-sub-wrapper > .ab-submenu > .ab-item > .ab-item-link {
  display: block;
  width: 100%;
}

.admin-bar-root-default > .menupop:hover > .ab-sub-wrapper > .ab-submenu > .ab-item:hover > .ab-item-link {
  color: #72aee6;
}

.ab-top-secondary {
  margin-bottom: calc(var(--spacing) * 0);
  box-sizing: content-box;
  display: flex;
  list-style-type: none;
  align-items: center;
  -moz-column-gap: calc(var(--spacing) * 3);
  column-gap: calc(var(--spacing) * 3);
  --tw-leading: 2.46153846;
  line-height: 2.46153846;
}

.ab-top-secondary > .menupop > .ab-item {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(var(--spacing) * 2);
  column-gap: calc(var(--spacing) * 2);
  padding-inline: calc(var(--spacing) * 3);
}

.ab-top-secondary > .menupop > .ab-item:hover {
  color: #72aee6;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 0;
}/*# sourceMappingURL=reset.css.map */