﻿:root {
  --padding: 16px;
  --line-height: 24px;
  --text-font-size: 15px;
  --height-form-control: 44px;
  --pacing-lr-modal: 32px;
  --border-radius-card: 16px;
  --border-radius-input: 8px;
  --primary-color: #0D8A97;
  --highlight-color: #EEB809;
  --text-color: #161616;
  --text-note-color: #535252;
  --table-border-color: #E7E7E7;
  --input-border-color: #E7E7E7;
  --bg-menu-gradient: linear-gradient(#F3C01B,#E3AD00);
  --bg-menu-gradient-hover: #F3C01B;
  --table-background-thead: #F0F0F0;
  --card-heading-background: #FFFDEB;
  --bg-form-control: #F5F5F5;
  --bg-table: #F9F9F9;
  --bg-menu-hover: #319CA7;
  --box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

@media (max-width: 768px) {
  :root {
    --padding: 12px;
    --line-height: 20px;
    --text-font-size: 14px;
    --pacing-lr-modal: 16px;
    --border-radius-card: 12px;
  }
}
::placeholder {
  color: #BABABA;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BABABA;
}

html {
  line-height: var(--line-height);
}

.d-flex {
  display: flex;
}

.align-items-cener {
  align-items: center;
}

.text-color-vna {
  color: #1d9fb9;
}

.text-color-vietjet {
  color: #df2321;
}

.text-color-bamboo {
  color: #14b243;
}

.text-color-vietravel {
  color: #ffbe0d;
}

body.subpage-bg {
  background-color: white;
  color: var(--text-color);
  line-height: var(--line-height);
}

img {
  max-width: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

div#send-mail-ticket-face-modal .modal-dialog {
  max-width: 1100px;
  width: initial;
}
div#send-mail-ticket-face-modal .box-config-show-text {
  display: flex;
  align-items: center;
}
div#send-mail-ticket-face-modal .box-config-show-text .lbl-checkbox {
  white-space: nowrap;
  margin-right: var(--padding);
}
@media (max-width: 576px) {
  div#send-mail-ticket-face-modal .box-config-show-text {
    display: block;
  }
  div#send-mail-ticket-face-modal .box-config-show-text .lbl-checkbox {
    margin-bottom: 6px;
  }
}

#modalRegisterShop .modal-backdrop.in, #modalLoginShop .modal-backdrop.in {
  opacity: 0.75;
}
#modalRegisterShop .modal-dialog, #modalLoginShop .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modalRegisterShop .modal-dialog .modal-content, #modalLoginShop .modal-dialog .modal-content {
  min-width: 360px;
  border-radius: 12px;
  background: url(images/bg-login-1.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}
#modalRegisterShop .modal-dialog .modal-content:before, #modalLoginShop .modal-dialog .modal-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(2, 147, 164, 0.95));
  border-radius: 11px;
}
#modalRegisterShop .modal-dialog .modal-content form, #modalLoginShop .modal-dialog .modal-content form {
  position: relative;
}
#modalRegisterShop .modal-dialog .modal-header, #modalLoginShop .modal-dialog .modal-header {
  padding: 30px 30px 0;
  border-bottom: 0;
}
#modalRegisterShop .modal-dialog .modal-footer, #modalLoginShop .modal-dialog .modal-footer {
  padding: 0 30px 30px;
  border-top: 0;
}
#modalRegisterShop .modal-dialog .modal-body, #modalLoginShop .modal-dialog .modal-body {
  padding: 30px 30px 4px;
}
#modalRegisterShop .modal-dialog .modal-body .form-group, #modalLoginShop .modal-dialog .modal-body .form-group {
  margin-bottom: 20px;
}
#modalRegisterShop .modal-dialog .form-control, #modalLoginShop .modal-dialog .form-control {
  height: 38px;
  border-color: transparent;
}
#modalRegisterShop .modal-dialog .btn-primary, #modalLoginShop .modal-dialog .btn-primary {
  width: 100%;
  height: 44px;
  text-transform: uppercase;
  background: #eab819;
  transition: all 0.3s;
  font-size: 15px;
}
#modalRegisterShop .modal-dialog .btn-primary:hover, #modalLoginShop .modal-dialog .btn-primary:hover {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#modalRegisterShop .close, #modalLoginShop .close {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  div#send-mail-ticket-face-modal .modal-dialog {
    max-width: initial;
  }
}
#modalSearchVoucher {
  background: rgba(0, 51, 57, 0.75);
}
#modalSearchVoucher .modal-dialog {
  margin: 20px auto;
  max-width: 600px;
}
#modalSearchVoucher .close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 0;
  background: white !important;
  opacity: 1;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 24px;
  border-radius: 16px;
  box-shadow: 0 0px 8px #32646b;
}
#modalSearchVoucher .modal-body {
  padding: 0;
}
@media (max-width: 576px) {
  #modalSearchVoucher .modal-body {
    font-size: 13px;
  }
}
#modalSearchVoucher #frm-search-voucher-request {
  border-radius: 20px;
}
#modalSearchVoucher #frm-search-voucher-request .img-header {
  border-radius: 20px 20px 0 0;
}
#modalSearchVoucher #frm-search-voucher-request .img-footer {
  border-radius: 0 0 20px 20px;
}
#modalSearchVoucher .d-flex {
  display: flex;
  align-items: center;
}
#modalSearchVoucher #voucherCode {
  height: 34px;
  border-radius: 17px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 10px;
  border: 1px solid #666;
}
@media (max-width: 576px) {
  #modalSearchVoucher #voucherCode {
    height: 28px;
  }
}
#modalSearchVoucher #btnSearchVoucher {
  height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  min-height: unset;
}
@media (max-width: 576px) {
  #modalSearchVoucher #btnSearchVoucher {
    height: 28px;
    min-height: 28px;
    line-height: 28px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#modalSearchVoucher #btnSearchVoucher span {
  height: 34px;
  display: block;
  background: url(../images/button-search-voucher-center.png) repeat-x top left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 34px;
}
@media (max-width: 576px) {
  #modalSearchVoucher #btnSearchVoucher span {
    height: 28px;
    line-height: 28px;
    background-size: contain;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#modalSearchVoucher #btnSearchVoucher:before, #modalSearchVoucher #btnSearchVoucher:after {
  width: 20px;
  top: 0;
  position: absolute;
  content: "";
  height: 34px;
}
@media (max-width: 576px) {
  #modalSearchVoucher #btnSearchVoucher:before, #modalSearchVoucher #btnSearchVoucher:after {
    height: 28px;
    width: 17px;
  }
}
#modalSearchVoucher #btnSearchVoucher:before {
  left: 0;
  background: url(../images/button-search-voucher-left.png) no-repeat top left;
  background-size: contain;
}
#modalSearchVoucher #btnSearchVoucher:after {
  right: 0;
  background: url(../images/button-search-voucher-right.png) no-repeat top left;
  background-size: contain;
}
#modalSearchVoucher #btnSearchVoucher:focus {
  outline: none;
  box-shadow: none;
}
#modalSearchVoucher .content-form-voucher {
  background: url(../images/bg-popup-voucher-center.jpg) repeat-y left top;
  background-size: 100%;
  padding: 0 40px;
  min-height: 185px;
}
@media (max-width: 576px) {
  #modalSearchVoucher .content-form-voucher {
    padding: 0 20px;
    min-height: 165px;
  }
}
#modalSearchVoucher .voucher-status {
  font-size: 16px;
  color: #0741ff;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  #modalSearchVoucher .voucher-status {
    font-size: 13px;
  }
}
#modalSearchVoucher .voucher-price {
  font-size: 24px;
  color: #fe0100;
}
@media (max-width: 576px) {
  #modalSearchVoucher .voucher-price {
    font-size: 20px;
  }
}
#modalSearchVoucher strong {
  padding-left: 6px;
}
#modalSearchVoucher hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #888888;
}
@media (max-width: 576px) {
  #modalSearchVoucher hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  #modalSearchVoucher p {
    margin: 10px;
  }
}
#modalSearchVoucher .using-vouchers {
  background: #dadbdc url(../images/bg-popup-voucher-bottom-content.png) no-repeat top left;
  background-size: contain;
  padding: 15px;
  font-size: 13px;
  border-radius: 0 0 20px 20px;
}
#modalSearchVoucher .using-vouchers .bg-popup-voucher-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
}
#modalSearchVoucher .using-vouchers p {
  display: flex;
  margin-bottom: 6px;
}
#modalSearchVoucher .using-vouchers p span {
  min-width: 16px;
}
#modalSearchVoucher .ic-hotline {
  max-width: 80%;
  margin: 0 auto 10px;
}
@media (max-width: 576px) {
  #modalSearchVoucher .ic-hotline {
    max-width: 84%;
  }
}

.BookingShopManagement table thead {
  position: sticky;
  top: 0;
}

.dataTables_processing {
  z-index: 1;
}

/*202410*/
.popup .popup-content {
  max-width: 100%;
  max-height: 100%;
}
.popup .popup-content .img {
  max-width: 100%;
  max-height: 100%;
}
.popup .popup-content .img .banner {
  max-width: 100% !important;
  max-height: 90vh !important;
  border-radius: 16px !important;
}

.footer {
  border: 0;
  padding: 0;
  margin: 20px 0 0;
}

.lbl-checkbox input:checked ~ .checkmark {
  background-color: var(--primary-color);
}
.lbl-checkbox input:checked ~ .checkmark:after {
  color: white;
}

.module-content {
  margin-top: 10px;
}

input[type=radio] {
  accent-color: var(--primary-color);
  width: 16px;
  height: 16px;
}

input[type=radio]:focus {
  outline: none;
  outline-offset: 0;
}

.vue-treeselect__control {
  font-weight: 500;
  border-width: 2px;
  height: 44px;
}
.vue-treeselect__control .vue-treeselect--multi .vue-treeselect__input {
  padding-top: 0;
  padding-bottom: 0;
}

.form-control {
  font-weight: 500;
  border-width: 2px;
}
.form-control[type=date], .form-control[type=time], .form-control[type=datetime-local], .form-control[type=month] {
  line-height: 28px;
}
.form-control.hasDatepicker {
  background: url(../images/svg/icon-cld.svg) no-repeat right 12px center !important;
}
.form-control.hasDatepicker#add-infant-birthday, .form-control.hasDatepicker#add-flight-search-departure-date, .form-control.hasDatepicker#departure-date {
  background: url(../images/svg/icon-cld.svg) no-repeat right 12px center !important;
}
.form-control.form-control-select {
  background: url(../images/svg/icon-arrow-down.svg) no-repeat right 12px center !important;
  background-size: 20px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #f3f8fd !important;
}

#frm-edit-request i,
#frm-create-request i {
  font-size: 0.875rem;
}
#frm-edit-request .col-xs-3,
#frm-create-request .col-xs-3 {
  padding-top: 12px !important;
}
#frm-edit-request #price-monitor-type,
#frm-create-request #price-monitor-type {
  align-items: start;
}
#frm-edit-request #price-monitor-type > label,
#frm-create-request #price-monitor-type > label {
  padding-top: 0;
}
#frm-edit-request .box-switch .switch,
#frm-create-request .box-switch .switch {
  margin-bottom: 0;
}

select.form-control {
  appearance: none;
  background: url(../images/svg/icon-arrow-down.svg) no-repeat right 12px center;
  background-size: 20px;
}
@media (max-width: 768px) {
  select.form-control {
    background-size: 18px;
  }
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
  border: 2px solid var(--input-border-color) !important;
  line-height: 28px;
  font-weight: 500;
  border-radius: 8px !important;
  margin-bottom: 0;
  min-height: 44px;
}
@media (max-width: 768px) {
  .select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    border-radius: 8px !important;
  }
}
.select2-container .select2-selection--multiple {
  min-height: 44px;
  height: initial !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background: #EBFDFF;
  border: 0;
  border-radius: 8px;
  font-size: 0.875rem;
}
.select2-container .select2-selection--multiple .select2-search--inline {
  padding: 0;
  border: 0;
}
.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  border: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 8px 16px;
  color: var(--text-color);
  min-height: 44px;
  height: 44px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 6px 16px;
  color: var(--text-color);
}
.select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  padding: 0 4px;
  margin-right: 24px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 12px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../images/svg/icon-arrow-down.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 768px) {
  .select2-container .select2-selection--single .select2-selection__arrow {
    background-size: 18px;
  }
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--below.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(-180deg);
}

.btn {
  line-height: 28px;
  font-weight: bold;
  min-height: 44px;
}

#ui-datepicker-div {
  box-shadow: var(--box-shadow);
  border: 0;
  padding: 16px;
  width: 360px;
  border-radius: 20px;
}

.panel {
  border: 2px solid var(--input-border-color);
  border-radius: var(--border-radius-card);
}
.panel .panel-heading {
  font-size: 1.25rem;
  background: none;
}
.panel .panel-heading > .icon {
  display: none;
}
.panel .panel-heading a {
  font-size: 1rem;
  text-transform: none;
  display: inline-flex;
  align-items: center;
}
.panel .panel-heading a img {
  margin-right: 6px;
}
.panel .panel-heading .text-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}
.panel .panel-heading .text-right .btn {
  min-width: 140px;
  padding: 6px 8px;
  text-align: center;
}
@media (max-width: 768px) {
  .panel .panel-heading {
    padding-bottom: 16px;
  }
  .panel .panel-heading .row > div[class*=col-] {
    width: 100%;
    text-align: left !important;
  }
  .panel .panel-heading .row > div[class*=col-].text-right {
    justify-content: start;
    margin-top: 12px;
  }
}
.panel .table.panel-body {
  padding-left: 0;
  padding-right: 0;
}
.panel .pr-48 {
  padding-right: 15px;
}
@media (max-width: 768px) {
  .panel .pr-48 {
    padding-right: 0;
  }
}
.panel .form-control-textarea {
  width: 100%;
}
.panel label:has(.action-group) {
  display: flex;
  margin-bottom: 16px;
}
.panel label:has(.action-group) .action-group {
  margin-right: 8px;
  margin-top: 2px;
}

.custom-form .row.form-group {
  display: flex;
  align-items: center;
}
.custom-form .row.form-group:has(#RemindMinuteBeforeExpire) {
  align-items: start;
}
.custom-form .row.form-group:has(#RemindMinuteBeforeExpire) label {
  padding-top: 12px;
}
@media (max-width: 768px) {
  .custom-form .row.form-group {
    flex-wrap: wrap;
  }
  .custom-form .row.form-group > * {
    flex: 0 0 100%;
    width: 100%;
  }
}
.custom-form .row.form-group > label {
  margin-bottom: 0;
}
.custom-form .note {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  #divUpdateAgent .btn-group {
    margin: 0 -4px;
  }
  #divUpdateAgent .btn-group .btn {
    border-radius: 8px !important;
    margin: 0 4px 8px !important;
    min-width: 150px !important;
  }
}

#destroyAgentBillForm #btnSearch {
  padding: 0 16px;
  margin-top: 29px;
}
@media (max-width: 768px) {
  #destroyAgentBillForm #btnSearch {
    margin-top: 0;
  }
}

.booking-management .col-actions .btn {
  border-radius: 6px;
}
.booking-management .booking-status {
  border-radius: 6px;
}

#report-datatables_paginate .pagination {
  margin: 0;
  padding-right: 15px;
}

input#password-confirm[onclick*=removeAttribute] {
  background: #f5f5f5 !important;
  cursor: text;
}

table.dataTable {
  border: 0 !important;
}
table.dataTable thead tr th {
  color: var(--primary-color);
  background: #EBFDFF;
  border: 1px solid var(--input-border-color);
}
table.dataTable thead tr th:first-child {
  border-left: 0;
}
table.dataTable thead tr th:last-child {
  border-right: 0;
}
table.dataTable tbody tr td {
  background: none;
  border: 1px solid var(--input-border-color);
}
table.dataTable tbody tr td:first-child {
  border-left: 0;
}
table.dataTable tbody tr td:last-child {
  border-right: 0;
}

.dataTables_wrapper {
  font-size: calc(1rem - 1px);
}
.dataTables_wrapper.form-inline {
  display: block !important;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length {
  font-size: 0.85rem;
}
.dataTables_wrapper .dataTables_filter label, .dataTables_wrapper .dataTables_length label {
  font-weight: 600;
}
.dataTables_wrapper .dataTables_info {
  font-size: 0.85rem;
  padding-left: 15px;
}
.dataTables_wrapper .dataTables_length {
  padding-left: 15px;
}
.dataTables_wrapper .dataTables_length select {
  border-radius: 6px;
  margin: 0 8px;
  padding: 2px 8px;
  min-width: 60px;
  appearance: none;
  height: inherit;
  border: 1px solid var(--input-border-color);
  background: url(../images/svg/icon-arrow-down.svg) no-repeat right 4px center;
  background-size: 16px;
}
.dataTables_wrapper .dataTables_length select:focus {
  border-color: var(--primary-color);
  outline: none;
}
.dataTables_wrapper .dataTables_filter {
  padding-right: 15px;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 6px;
  margin-left: 8px;
  padding: 2px 8px;
  min-width: 60px;
  appearance: none;
  height: inherit;
  border: 1px solid var(--input-border-color);
}
.dataTables_wrapper .dataTables_filter input:focus {
  border-color: var(--primary-color);
  outline: none;
}
.dataTables_wrapper .dataTables_scroll {
  position: relative;
}
.dataTables_wrapper .dataTables_scroll:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: var(--bg-table);
  position: absolute;
  border-radius: 12px;
  z-index: -1;
}
.dataTables_wrapper .dataTables_scroll > div {
  min-width: 100%;
}
.dataTables_wrapper .dataTables_scrollHead {
  position: sticky !important;
  top: 0;
  z-index: 1;
  padding-right: 17px;
  width: 100% !important;
}
.dataTables_wrapper .dataTables_scrollBody {
  max-height: calc(100vh - 120px);
  min-height: 100px;
  width: 100% !important;
}
.dataTables_wrapper .dataTables_paginate:has(span:empty) {
  display: none;
}
.dataTables_wrapper .btn-sm {
  border-radius: 6px;
  width: 36px;
  padding: 0;
}
@media (max-width: 768px) {
  .dataTables_wrapper .blockUI.blockMsg {
    width: 200px !important;
    left: calc((100vw - 200px) / 2) !important;
  }
}

#tbl-announcement td > hr {
  margin-bottom: 20px;
}
#tbl-announcement .box-summary > img {
  border-radius: 12px;
  width: 120px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
#tbl-announcement .box-summary .title-article {
  display: block;
  margin-bottom: 8px;
}
#tbl-announcement .box-summary .announcement-title {
  font-size: 1.125rem;
  color: var(--text-color);
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}
#tbl-announcement .box-summary .date-update {
  font-size: 0.875rem;
  margin-bottom: 0;
  font-style: normal;
}
#tbl-announcement .box-summary a[data-toggle=collapse] {
  padding-right: 24px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  min-width: 110px;
  display: inline-block;
  color: var(--primary-color);
}
#tbl-announcement .box-summary a[data-toggle=collapse]:hover {
  background: var(--bg-menu-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}
#tbl-announcement .box-summary a[data-toggle=collapse]:after {
  content: "";
  background: url(../images/svg/icon-arrow-left.svg) no-repeat right center;
  background-size: 18px;
  position: absolute;
  transform: rotate(-90deg);
  display: block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 2px;
}
#tbl-announcement .box-summary a[data-expanded=true]:after {
  transform: rotate(90deg);
}
#tbl-announcement .collapsing, #tbl-announcement .collapse {
  padding-left: 120px;
}
#tbl-announcement .collapsing > .panel-body, #tbl-announcement .collapse > .panel-body {
  padding-right: 0;
}

section.module-content.module-homepage {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.search-report .row .col-sm-4.col-xs-6 {
  width: 50%;
}
.search-report .row .col-sm-4.col-xs-6.col-sm-offset-1 {
  margin-left: 0;
}
.search-report .row .col-sm-9 {
  width: 100%;
}
.search-report .btn {
  width: inherit;
  min-width: 200px;
}

.swal-modal {
  background: white;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .swal-modal {
    border-radius: 16px;
    width: calc(100% - 48px);
    max-width: 420px;
  }
}
.swal-modal .swal-icon--warning {
  border: 0;
  background: url(../images/svg/icon-warning.svg) no-repeat center;
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .swal-modal .swal-icon--warning {
    width: 64px;
    height: 64px;
    background-size: 64px;
  }
  .swal-modal .swal-icon--warning .swal-icon {
    margin-top: 24px;
    margin-bottom: 12px;
  }
}
.swal-modal .swal-icon--warning .swal-icon--warning__body {
  display: none;
}
.swal-modal .swal-text {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
.swal-modal .swal-button {
  background: var(--primary-color);
  color: white;
  font-size: 1.125rem;
  border-radius: 12px;
  min-width: 100px;
  padding: 12px 24px;
}
.swal-modal .swal-button:hover {
  background: var(--bg-menu-gradient);
}
.swal-modal .swal-button:focus {
  outline: none;
  box-shadow: none;
}
.swal-modal .swal-footer {
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .swal-modal .swal-footer {
    padding-top: 0;
  }
}

.table-responsive {
  border: 0 !important;
}

.booking-book-manage #announcement-content {
  margin-top: 0 !important;
}
.booking-book-manage #announcement-content img {
  border-radius: 16px;
  margin-bottom: 16px;
  width: 100%;
  height: auto;
}
.booking-book-manage #announcement-content img:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .booking-book-manage #announcement-content {
    margin-top: 12px !important;
  }
  .booking-book-manage #announcement-content img {
    border-radius: 8px;
  }
}

#send-ticket-face-email {
  /*.wrap-scroll-responsive {
      > div {
          width: inherit !important;
      }
  }*/
}
#send-ticket-face-email .form-group.text-right {
  text-align: center;
}
#send-ticket-face-email #btn-apply {
  border-radius: 16px;
  min-width: 40%;
}
#send-ticket-face-email .group-checkbox {
  margin-bottom: 20px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  #send-ticket-face-email .group-checkbox > div {
    width: 100%;
    margin-bottom: 12px;
  }
}
#send-ticket-face-email .tab {
  display: flex;
  justify-content: center;
}
#send-ticket-face-email .tab .bg {
  background: var(--bg-form-control);
  padding: 8px;
  border-radius: 30px;
}
#send-ticket-face-email .tab .ticket-face-type {
  background: none;
  font-weight: bold;
  color: var(--text-color);
  padding: 8px 20px;
}
#send-ticket-face-email .tab button.active {
  background: var(--primary-color);
  color: white;
}

#sms-reservation .modal-footer button[data-dismiss=modal] {
  display: none;
}
#sms-reservation #btn-copy-content-booking, #sms-reservation #btn-copy-unsigned-content-booking {
  background: var(--primary-color);
  border: 0;
}
#sms-reservation #btn-copy-content-booking:hover, #sms-reservation #btn-copy-unsigned-content-booking:hover {
  background: var(--bg-menu-gradient);
}

.search-report .custom-checkbox .lbl-checkbox {
  position: relative;
  display: flex !important;
  top: 0;
}
.search-report .col-sm-4, .search-report .col-xs-6.col-md-4, .search-report .col-sm-6.col-md-4 {
  width: 50%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .search-report .col-sm-4, .search-report .col-xs-6.col-md-4, .search-report .col-sm-6.col-md-4 {
    width: 100%;
    margin-bottom: 6px;
  }
}
.search-report .col-sm-offset-1 {
  margin-left: 0;
}

.panel > .panel-body h3 {
  margin-bottom: 20px;
}
.panel .form-inline {
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .panel .form-inline {
    display: block;
  }
  .panel .form-inline > div {
    max-width: inherit !important;
    min-width: 240px !important;
  }
}
.panel .form-inline > *.form-group {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .panel .form-inline > *.form-group {
    display: block;
  }
}
.panel .form-inline > *.form-group .form-control {
  flex: 1;
}
.panel .form-inline > *.form-group label {
  margin: 0;
}
.panel .form-inline > *.btn {
  flex: 0 0 180px;
  width: 180px;
  justify-content: center;
}
@media (max-width: 768px) {
  .panel #frm-search-global .form-inline {
    display: flex;
    align-items: end;
  }
  .panel #frm-search-global .form-inline > .form-group {
    margin-bottom: 0;
    min-width: initial !important;
  }
}
.panel #frm-search-global .form-inline > *.btn {
  flex: 0 0 120px;
  width: 120px;
  min-width: 120px;
}
.panel #frm-search-global .form-inline > * label {
  flex: 0 0 120px;
  width: 120px;
  margin-bottom: 0;
  font-weight: 500;
}
.panel input[id*=AgentConfigurations] {
  font-weight: 500;
  background: #f5f5f5;
  border: 0;
  padding: 12px 16px;
  height: inherit;
  line-height: 28px;
  border-radius: 12px;
  font-size: 1rem;
}

.ui-dialog[aria-labelledby=ui-dialog-title-panel-location] {
  width: 900px !important;
}
.ui-dialog[aria-labelledby=ui-dialog-title-panel-location] .ui-dialog-titlebar {
  border-bottom: 0;
}
.ui-dialog[aria-labelledby=ui-dialog-title-panel-location] .ui-dialog-titlebar .ui-dialog-title {
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ui-dialog[aria-labelledby=ui-dialog-title-panel-location] {
    width: inherit !important;
  }
}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: 1.5rem;
}

.airline-promotion-short-description {
  margin-top: 20px;
  border: 0;
  padding-top: 0;
}
.airline-promotion-short-description img {
  border-radius: 16px;
}
@media (max-width: 768px) {
  .airline-promotion-short-description img {
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .panel-body.group-button-action {
    padding-bottom: 20px !important;
  }
  .panel-body.group-button-action > .clearfix {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 6px;
  }
  .panel-body.group-button-action > .clearfix:before {
    display: none;
  }
  .panel-body.group-button-action .btn {
    margin: 0 !important;
    min-width: 150px;
    text-align: center;
    padding: 0 8px;
  }
}

.search-report .search-item {
  padding-left: 160px;
}
@media (max-width: 768px) {
  .search-report .search-item {
    padding-left: 0;
  }
}

.main-wrapper .shopping-cart .btn:has(.height-button):hover {
  background: none;
}
.main-wrapper .shopping-cart .shop-cart-item {
  border: 2px solid var(--input-border-color);
  border-radius: var(--border-radius-input);
}
.main-wrapper .shopping-cart .shop-cart-item .product-quantity {
  border: 2px solid var(--input-border-color);
  border-radius: var(--border-radius-input);
  overflow: hidden;
}
.main-wrapper .shopping-cart .shop-cart-item .product-quantity .btn {
  width: 44px;
  height: 44px;
  border: 0;
}
.main-wrapper .shopping-cart .shop-cart-item .product-quantity .quantity {
  border: 0 !important;
  max-width: 60px;
}
.main-wrapper .shopping-cart .form-control {
  font-weight: 500;
  border: 2px solid var(--input-border-color) !important;
  padding: 8px 16px;
  height: inherit;
  line-height: 24px;
  border-radius: var(--border-radius-input);
  font-size: 1rem;
  height: 44px;
}
.main-wrapper .shopping-cart .form-item .btn {
  border-radius: var(--border-radius-input);
}
.main-wrapper .shopping-cart .form-item .btn p {
  display: inline;
}
.main-wrapper > .content {
  min-height: 80vh;
  padding-left: 16px;
  padding-right: 16px;
}
.main-wrapper .lbl-checkbox {
  padding-left: 0 !important;
}
.main-wrapper .news-page {
  margin-left: -16px;
  margin-right: -16px;
}
.main-wrapper .news-page .box-search-news .btn-search {
  margin-top: 0;
  top: 0;
  min-height: 36px;
}
.main-wrapper .news-page .box-search-news .form-control-search {
  height: 36px;
}
.main-wrapper .news-page .box-search-news .select2-selection--single {
  border: 0 !important;
}
.main-wrapper .news-page .box-search-news .select2-selection--single .select2-selection__rendered {
  min-height: 36px;
  padding: 4px 12px;
}
.main-wrapper .news-page .title-primary {
  margin-top: 10px;
}

#update-passport-form .passport-form-item .col-sm-2 {
  padding-top: 24px;
}
@media (max-width: 768px) {
  #update-passport-form .passport-form-item .col-sm-2 {
    padding-top: 0;
    margin-bottom: 8px;
  }
}
#update-passport-form .passport-form-item + .passport-form-item {
  margin-top: 15px;
}

div#content > .module-content {
  min-height: 80vh;
}

table#tbl-flights .show-full-seat-class, table#tbl-flights .hide-full-list-price {
  display: none !important;
}
table#tbl-flights td.flight-time {
  white-space: nowrap;
}
table#tbl-flights td.flight-code {
  min-width: 82px;
}

div#content {
  position: unset;
  padding: 0;
  margin: 0 auto;
  width: unset;
}
div#content .container, div#content .container-fluid {
  max-width: 1320px;
}

.container, .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 576px) {
  .container, .container-fluid {
    max-width: 540px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container, .container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-fluid {
    max-width: 960px;
  }
  .modal-dialog {
    width: 800px;
    margin: 20px auto;
  }
}
@media (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 1140px;
  }
  .modal-dialog.modal-lg {
    width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container, .container-fluid {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-fluid {
    max-width: 1320px;
  }
  .modal-dialog.modal-lg {
    width: 1320px;
  }
}
#send-mail-ticket-face-modal .wrap-scroll-responsive:has(#Horizontal[style="display: block;"]) > div {
  width: inherit !important;
}
@media (max-width: 576px) {
  #send-mail-ticket-face-modal .modal-dialog {
    margin: 10px;
  }
  #send-mail-ticket-face-modal .modal-dialog .modal-body {
    padding-left: 10px;
    padding-right: 10px;
  }
  #send-mail-ticket-face-modal .box-note table.table-box-note {
    display: block;
  }
  #send-mail-ticket-face-modal .box-note table.table-box-note > tbody {
    display: block;
  }
  #send-mail-ticket-face-modal .box-note table.table-box-note > tbody > tr {
    display: block;
  }
  #send-mail-ticket-face-modal .box-note table.table-box-note > tbody > tr > td {
    display: block;
    width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #send-mail-ticket-face-modal .table-booking-id {
    display: block;
  }
  #send-mail-ticket-face-modal .table-booking-id tbody, #send-mail-ticket-face-modal .table-booking-id tr, #send-mail-ticket-face-modal .table-booking-id td {
    display: block;
  }
  #send-mail-ticket-face-modal #horizontal-ticket-face-content {
    font-size: 13px !important;
  }
}

.box-seats-train {
  max-height: 63vh;
}

#search-booking-form .group-button-action .btn {
  min-width: 168px;
  font-weight: 600;
  font-size: 0.975rem;
}

#change-booking-flight-modal #search-flight .form-control,
#add-flight-modal #search-flight .form-control {
  border: 2px solid var(--input-border-color);
}
#change-booking-flight-modal #search-flight select.form-control,
#add-flight-modal #search-flight select.form-control {
  background: url(../images/svg/icon-arrow-down.svg) no-repeat right 12px center;
}
#change-booking-flight-modal #search-flight .form-control.hasDatepicker,
#add-flight-modal #search-flight .form-control.hasDatepicker {
  background: url(../images/svg/icon-cld.svg) no-repeat right 12px center !important;
  cursor: default;
}
