form button.custom_bt {
  width: 100%;
}

p.warning_error {
  font-weight: 500;
  margin-top: 5px;
  color: #da2424;
  font-size: 14px;
}

a.bt_view_profile,
a.bt_cancel_packe {
  text-decoration: none;
  font-weight: 600;
  color: #1a1a1a;
}

.custom-checkbox-radio input[type="radio"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
  cursor: pointer;
}

.custom-checkbox-radio input[type="radio"]:checked {
  transform: scale(1);
  background-color: #1a1a1a;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #212529;
  border-radius: 0px;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 4px;
  margin-left: -10px;
}

/* .icon-menu-mb {
    color: #fff;
}

.shadow-menu {
    background-color: #03a84e;
    bottom: 50px;
    box-shadow: 0px 0px 2px 1px #03a84e;
    z-index: 99999;
} */

.err_subscribe_email {
  padding-left: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

a.text-current:hover {
  color: #1a1a1a;
}

.not-found img {
  max-width: 80%;
  margin: 25px 0;
}

.oops img {
  max-width: 25%;
  margin: 25px auto;
  display: block;
}

.header-title-hp {
  text-shadow: 5px 5px 1px #1a1a1a;
  font-size: 50px;
  font-weight: 600;
}

.address-heading {
  font-size: 20px;
}

.more-address-item {
  padding: 10px 15px;
  margin-bottom: 25px;
  border: 1px solid #1a1a1a;
  position: relative;
}

.more-address-item .title-address {
  font-size: 20px;
}

button.btn-close-address {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  color: #c60707;
  font-size: 20px;
}

button.btn-close-address:hover {
  opacity: 0.7;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  border-top-width: 0;
  border-bottom-width: 0;
}

p.success_message {
  font-weight: 500;
  color: #0a941f;
  margin-bottom: 10px;
}

a.js_remove_coupon i {
  color: #de2626;
  font-size: 20px;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -10px;
  z-index: 2;
  display: none;
}

.wrap_input_coupon {
  position: relative;
}

.wrap_input_coupon input {
  z-index: 1;
}

.item_login_mb a {
  font-size: 18px;
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 700;
}

.dropdown-menu {
  position: absolute;
  top: 100% !important;
  right: 0 !important;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  border: 1px solid #1a1a1a;
  border-top: 0;
  min-width: 200px;
  transform: inherit !important;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}

a.dropdown-item i {
  padding-right: 5px;
}

hr.dropdown-divider {
  margin: 0.5rem 0;
  color: #1a1a1a;
  border: 0;
  opacity: 0.7;
  background: #1a1a1a;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.btn-login-desk {
  min-width: 200px;
  font-size: 14px;
}

.btn-login-desk i {
  margin: 0 5px;
}

.btn-login-desk:hover {
  cursor: pointer;
}

.login_desk .dropdown-menu a {
  text-decoration: none;
  font-weight: 500;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: none;
}

p.text-already-login {
  margin: 15px 0;
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

p.text-already-login a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  position: relative;
  padding: 0 4px;
}

p.text-already-login a::after {
  content: "";
  height: 1px;
  width: 100%;
  background: #1a1a1a;
  bottom: -2px;
  position: absolute;
  left: 0;
}

p.text-already-login a:hover {
  opacity: 0.85;
}

p.text-or {
  margin: 15px 0;
  text-align: center;
  font-weight: 500;
  color: #9b9b9b;
  font-size: 14px;
  font-style: italic;
}

ul.dropdown-menu li a:hover {
  color: #1a1a1a;
  opacity: 0.8;
  font-weight: 600;
}

.bg-green {
  background-color: #38d430;
}

.footer-general li {
  display: inline-block;
  padding: 15px 25px;
}

.footer-general {
  text-align: center;
  margin-bottom: 50px;
}

ul.footer-general li a {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 20px;
}

ul.footer-general li a:hover {
  opacity: 0.7;
}

.wrap-vat-tax {
  padding: 15px 3.125rem;
}

.form-content-tax {
  margin: 20px 0;
}

/*
 CSS for the tab
*/

.tabset input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset input:first-child:checked ~ .tab-panels .tab-panel:first-child,
.tabset input:nth-child(3):checked ~ .tab-panels .tab-panel:nth-child(2),
.tabset input:nth-child(5):checked ~ .tab-panels .tab-panel:nth-child(3),
.tabset input:nth-child(7):checked ~ .tab-panels .tab-panel:nth-child(4),
.tabset input:nth-child(9):checked ~ .tab-panels .tab-panel:nth-child(5),
.tabset input:nth-child(11):checked ~ .tab-panels .tab-panel:nth-child(6) {
  display: block;
}

.tabset label.ct_underline {
  position: relative;
  display: inline-block;
  padding: 15px 25px;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
  margin-right: 80px;
}

.profile-info {
  border: 1px solid #1a1a1a;
  padding: 50px;
}

.tabset label.ct_underline {
  font-weight: 400;
}

.tabset label.ct_underline:hover {
  opacity: 0.8;
}

.tabset input:focus + label.ct_underline,
.tabset input:checked + label.ct_underline {
  font-weight: bold;
}

.tabset label.ct_underline:hover::after,
.tabset input:focus + label.ct_underline::after,
.tabset input:checked + label.ct_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #1a1a1a;
}

.tabset input:checked + label.ct_underline {
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
}

/*
Demo purposes only
*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.item-top,
.item-center {
  display: block;
  margin-bottom: 40px;
}

a.text-forgot-pass {
  text-decoration: none;
  color: #1a1a1a;
  padding-left: 15px;
}

a.text-forgot-pass:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.btn-cancel-edit-info {
  color: #1a1a1a;
  margin-left: 20px;
}

.select2-container {
  width: 100% !important;
}

.wrap-extend .btn-extend {
  margin-left: 20px;
}

.wrap-extend {
  margin-top: 40px;
}

.benefit-item {
  position: relative;
}

.benefit-item i {
  color: #12d712;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 15px;
}

.benefit-item p {
  padding-left: 25px;
}

.list-history-transaction thead,
.list-history-transaction tbody,
.list-history-transaction tfoot,
.list-history-transaction tr,
.list-history-transaction td,
.list-history-transaction th {
  border-style: dashed;
}

.list-history-transaction .table > :not(caption) > * > *,
.list-endow .table > :not(caption) > * > * {
  padding-left: 0;
}

.list-endow .table > :not(caption) > * > * {
  vertical-align: middle;
  padding-top: 25px;
  padding-bottom: 25px;
}

.list-history-transaction tbody tr td p {
  padding: 10px 0px;
}

.list-history-transaction tbody tr td a.btn-view-vat {
  color: #2402ce;
  text-decoration: none;
}

b.icon-sale {
  font-size: 30px;
  color: #ff0000;
  border: 1px solid #1a1a1a;
  padding: 24px 6px;
  border-radius: 20px;
}

.list-endow td a {
  color: #1a1a1a;
}

p.p-flex {
  display: flex;
}

.pt-7\.5 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

p.wrap-member-number {
  position: relative;
}

span.member-number {
  position: absolute;
  right: 0;
  font-size: 16px;
  top: 50%;
  margin-top: -11px;
}

.form-invite {
  margin-top: 20px;
}

.item-member {
  margin-top: 25px;
}

.pdr-0 {
  padding-right: 0 !important;
}

.pdl-0 {
  padding-left: 0 !important;
}

.flex-center {
  position: relative;
}

.btn-remove-member {
  position: absolute;
  right: 15px;
  color: #1a1a1a;
  top: 50%;
  margin-top: -12px;
  font-size: 14px;
}

.text-disabled {
  opacity: 0.5;
}

.form-user-invite-add-address {
  margin-top: 40px;
}

.address {
  margin-top: 15px;
  margin-bottom: 40px;
}

.toast {
  opacity: 1 !important;
}

.text-error {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  color: #ef1818;
  font-weight: 600;
}

input[type="radio"] + div > .btn-radio,
input[type="checkbox"] + div > .btn-radio {
  width: 1.15rem;
  height: 1.15rem;
}

.wrap-invite-member {
  margin-top: 30px;
}

.message_invite {
  margin-top: 10px;
  font-weight: 600;
}

/* .invite-success {
    color: #0a941f;
}

.invite-error {
    color: #da2424;
} */

h2#swal2-title {
  font-size: 20px;
  font-weight: 400;
}

.spinner {
  display: none;
  /* width: 80px;
    height: 80px; */
}
.spinner:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: spinner 1.2s linear infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.bt_disabled {
  background-color: gray !important;
  color: black !important;
  opacity: 0.5;
  pointer-events: none;
}

.bt_disabled .spinner {
  display: inline-block; /* Show the spinner when the button is disabled */
}
@media (min-width: 992px) {
  .lg\:py-1\.75 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
}

.pagination {
  --bs-pagination-active-bg: #000 !important;
  --bs-pagination-active-border-color: #000 !important;
  --bs-pagination-color: #000 !important;
}

.prose h3 {
  font-size: 2rem;
  line-height: 2.5rem;
}

.btn-extend-cancel {
  margin-left: 0px !important;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .pack-info {
    margin-bottom: 10px;
  }
  .text-right-m-xl {
    font-size: 1rem;
    text-align: right;
    margin-top: 10px;
  }

  .text-m-xl {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-top: 10px;
  }
  .logo {
    /* margin-left: 20px; */
    height: 50px !important;
  }
  .col-span-5 {
    -ms-grid-column-span: span 5 / span 5;
    grid-column: span 7 / span 7;
  }
  .z-9 {
    width: 80% !important;
  }
}
@media (max-width: 992px) {
  .col-span-5 {
    -ms-grid-column-span: span 5 / span 5;
    grid-column: span 7 / span 7;
  }

  .footer-bottom {
    border: 1px solid transparent !important;
    border-bottom: 0;
    flex-direction: column-reverse !important;
    align-items: flex-start !important;
    padding-inline: 0 !important;
    padding-top: 10px !important;
    text-align: start !important;
  }
  .footer-top {
    justify-content: flex-start !important;
  }

  .footer-contact {
    align-items: flex-start !important;
  }
  .takecare-and-copyright {
    align-items: flex-start !important;
    text-align: left !important;
  }
}
.logo {
  height: 70px;
}

.footer-top {
  display: flex;
  justify-content: flex-end;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.footer-bottom {
  border: 1px solid #323232;
  border-bottom: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 28px;
}

.btn-register-mb:hover {
  background-color: #272727;
}
.btn-login-mb:hover {
  background-color: #ececec;
  color: #595959;
}
.system-mb:hover {
  color: #bdbdbd;
}
.takecare-and-copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.co-ads {
  font-weight: 600;
  font-size: 14px;
  width: 200px;
  padding-block: 8px;
  border: 1px solid white;
  border-radius: 8px;
  text-align: center;
  color: white;
}
.co-ads:hover {
  background-color: #ececec;
  color: #595959;
}

.col-span-12 {
  -ms-grid-column-span: span 12 / span 12;
  grid-column: span 12 / span 12;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 30px;
  height: 50px;
  filter: brightness(0.3);
}
.carousel-indicators li {
  background-color: #808080;
}

.carousel-indicators .active {
  background-color: #303030;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.btn-reg-hero {
  margin-top: 30px;
}

.swiper-pagination-bullet-active {
  background: gray !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: gray !important;
}
.swiper-slide {
  padding-top: 20px;
  padding-bottom: 20px;
}

.font-small {
  font-weight: 200;
}
.custom-bullets li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.custom-bullets li::before {
  content: "•";
  color: white;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-bullets-black li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.custom-bullets-black li::before {
  content: "•";
  color: black;
  position: absolute;
  left: 0;
  top: 0;
}

.fixed-icons {
  position: fixed;
  bottom: -150px; /* Ẩn ban đầu */
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 999;
  transition: bottom 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}

.fixed-icons.show {
  bottom: 30px; /* Vị trí khi hiển thị */
  opacity: 1;
}

.icon-messenger {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.icon-zalo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.icon-close {
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #b79558;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  margin-top: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.icon-close:hover,
.icon-messenger:hover,
.icon-zalo:hover {
  transform: scale(1.1);
}

.contact-button {
  font-weight: 600;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 120px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  color: #b79558;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  z-index: 1000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -2px var(--tw-shadow-color);
  transition: transform 0.2s ease, bottom 0.3s ease-out, opacity 0.3s ease-out;
}

.contact-button:hover {
  transform: scale(1.1);
}

.contact-button.hidden {
  bottom: -50px;
  opacity: 0;
}

@media (max-width: 768px) {
  .contact-button {
    bottom: 100px;
    right: 20px;
  }

  .fixed-icons.show {
    bottom: 100px; /* Vị trí khi hiển thị */
    opacity: 1;
  }

  .fixed-icons {
    right: 20px;
  }
}
