/*
Theme Name: LongAnWeb
Author: LongAnWeb
Template: flatsome
Version: 3.11
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*----------------HEADER--------------------*/
.header-nav .menu-item {
  display: flex;
  align-items: center;
}
.nav-dropdown {
  top: 45px !important;
}
/*----------------END HEADER--------------------*/
/*----------------NAP-CHUYEN-KHOAN--------------------*/
/* Customize tab color */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #007bff !important;
  color: #fff !important;
}

/* Style active tab indicator */
.nav-tabs > .active > a::after,
.nav-tabs > .active > a:hover::after,
.nav-tabs > .active > a:focus::after {
  border-top-color: #007bff !important;
}

/* Style inactive tabs */
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  background-color: #f0f0f0;
  color: #333;
}

/* Style tab content */
.tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
}

/* Style tab headings */
.tab-heading {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banking-form input[type="number"],
.banking-form input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}
.wpcf7-submit {
  float: none !important;
}
.banking-form {
  max-width: 400px;
  margin: auto;
}
.banking-form-input input {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}

.wpcf7-submit {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

.has-spinner {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-form-control-wrap input:not([type="submit"]) {
  border: 1px solid #2579f2 !important;
}
.banking-info-wrapper {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
}

.banking-info-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.banking-info span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.banking-info img {
  max-width: 100%;
  display: block;
  margin: 20px auto 10px;
}

.banking-info + p {
  margin-top: 20px;
}

.banking-info + p strong {
  font-weight: bold;
}

.banking-info + p:last-child {
  margin-bottom: 0;
}

/*----------------END-NAP-CHUYEN-KHOAN--------------------*/
/*----------------BREAD--------------------*/
/* Page title */
.page-title {
  background-color: #f2f2f2;
  padding: 20px 0;
}

.page-title h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 14px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #333;
  transition: color 0.2s ease-in-out;
}

.breadcrumbs a:hover {
  color: #007bff;
}

.breadcrumbs .divider {
  margin: 0 5px;
}

/*----------------END-BREAD--------------------*/
/*----------------BEST-TOP-UP--------------------*/
.top-up-col {
}

.top-up-col > .col-inner {
  padding: 0px !important;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #007bff;
}

.woo-wallet-transactions-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1f2d3d;
  padding: 10px 15px;
}

.woo-wallet-transactions-summary:last-of-type {
  border-bottom: none;
}

.woo-wallet-transactions-summary p {
  margin: 0;
  font-weight: bold;
}

.woo-wallet-transactions-summary h4 {
  margin: 0;
  text-align: right;
}
.top-up-col .amount {
  font-weight: 600;
  color: #1f2d3d;
  text-align: center;
  vertical-align: middle;
  user-select: none;
}

/*----------------END-BEST-TOP-UP--------------------*/
/*----------------PRODUCT-BOX--------------------*/
.product-small {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.product-small:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.box-image {
  position: relative;
  overflow: hidden;
}

.box-image img {
  display: block;
  width: 100%;
  height: auto;
}

.box-text {
  padding: 20px;
  text-align: center;
}

.product-cat {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

.product-title a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.price-wrapper {
  margin-top: 15px;
}

.price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.add-to-cart-button a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}
.add-to-cart-button .is-gloss::after {
  box-shadow: none !important;
}
.add-to-cart-button a:hover {
  background-color: #666;
}

.box-text {
  padding: 20px;
}

.box-text img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.box-text .title-wrapper {
  margin-bottom: 10px;
}

.box-text .pro-box-info {
  margin-bottom: 5px;
}

.box-text .price-wrapper {
  margin-top: 10px;
}

.box-text .add-to-cart-button {
  margin-top: 10px;
}

.pro-box-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pro-box-info label {
  font-weight: bold;
  margin-right: 10px;
}

.pro-box-info img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #ccc;
}

/*----------------END-PRODUCT-BOX--------------------*/

/*----------------MOBILE CARD FORM--------------------*/
.mobile-card {
  margin-right: -15px;
  margin-left: -15px;
}
.mobile-card-all {
  display: flex;
  justify-content: center;
  margin: 40px;
}
.mobile-card-wrapper {
  max-width: 600px;
  width: 100%;
  border: 1px solid #2579f2;
  border-radius: 4px;
}
.panel-heading {
  padding: 10px 15px;
  background-color: #2579f2;
  border-color: #2579f2;
  border-bottom: 1px solid #2579f2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.mobile-card-form {
  margin: 15px;
}
.form-group {
  display: flex;
  align-items: center;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
  width: 100px;
}
.form-control {
  display: block !important;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px !important;
  transition: box-shadow 0.3s ease-in-out;
}

/* Style the form input fields when they are focused */
.form-control:focus {
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

/* Style the form select menus when they are focused */
.form-control:not([multiple]):focus {
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

/* Style the form input fields and select menus when they are focused */
.form-control:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(92, 184, 92, 0.6);
}

/* Style the "NẠP NGAY" button */
.btn-success {
  display: inline-block;
  margin: 10px auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.15s ease-in-out;
}

/* Style the "NẠP NGAY" button when it is hovered or focused */
.btn-success:hover,
.btn-success:focus {
  color: #fff;
  text-decoration: none;
}
.warning-mess-wrapper {
  max-width: 600px;
  margin: auto;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.warning-mess {
  border: 1px solid #ffa500; /* Set border color to orange */
  background-color: #ffffe0; /* Set background color to light yellow */
  padding: 10px; /* Add some padding around the content */
  margin-bottom: 20px; /* Add some space below the warning message */
  font-size: 16px; /* Set font size to 16px */
}

.warning-mess label {
  font-weight: bold; /* Make the label text bold */
  margin-right: 10px; /* Add some space to the right of the label */
}

.warning-mess p {
  margin: 0 0 10px; /* Add some space below each paragraph */
}

.warning-mess span {
  font-weight: bold; /* Make the text inside the span element bold */
}

/*----------------END MOBILE CARD FORM--------------------*/
/*----------------FOOTER--------------------*/
ul li.bullet-arrow:before {
  color: #fff !important;
}
/*----------------END-FOOTER--------------------*/

.error-msg {
  background-color: #ffebeb;
  border: 1px solid #ff9494;
  color: #ff3c3c;
  padding: 10px;
  margin-bottom: 10px;
}
.success-msg {
  background-color: #ebfff3;
  border: 1px solid #bdff94;
  color: #1ced46;
  padding: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
#responsive-form {
  max-width: 600px /*-- change this to get your desired form width --*/;
  margin: 0 auto;
  width: 100%;
}
.form-row {
  width: 100%;
}
.column-half,
.column-full {
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 549px) {
  .title-wrapper {
    height: auto !important;
  }
  .small-columns-2 > .col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .column-half {
    width: 50%;
  }
}
