@charset "UTF-8";

@media (max-width: 768px) {
  .statistic-number {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .statistic-block .avatar {
    height: 30px;
    width: 30px;
  }

  .statistic-block p {
    font-size: 0.8rem;
  }
}

@media (max-width: 768px) {
  .icon-28px {
    block-size: 20px !important;
  }
}

.btn-default {
  background-color: #f8f9fa;
  border-color: #ddd;
  color: #444;
}

.btn-default:hover {
  background-color: #f8f9fa;
}

.timeline-inverted {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7e5f0;
  padding-top: 5px;
  margin-left: 2px;
}

.text-tutorials {
  color: #006687;
}

.payment-box .header-title {
  text-transform: inherit;
  font-size: 20px;
  position: relative;
}

.payment-box .header-title:before {
  position: absolute;
  content: "";
  width: 13.5%;
  bottom: -5px;
  height: 1px;
  background: #6c757d;
  left: 2px;
}

.payment-box .pay-in-user {
  border: solid #e1e1e1 2px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.payment-box .pay-in-user .pay-in-avatar img {
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.payment-box .han-muc {
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  min-height: 83px;
}

.payment-box .bank-info,
.payment-box .han-muc {
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .payment-box .bank-info,
  .payment-box .han-muc {
    margin-top: 20px;
  }
}

.payment-box .quick-select {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.payment-box .quick-select .quick-select-amount {
  padding: 5px 10px;
  border: 2px solid #03a9f4;
  margin: 0 5px 5px 0;
  border-radius: 5px;
  cursor: pointer;
}

.payment-box .quick-select .quick-select-amount.selected {
  background: #03a9f4;
  color: #fff;
}

.payment-box .bank-info {
  padding: 5px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.payment-box .bank-info.selected {
  border: 2px solid #03a9f4;
}

.payment-box .bank-info img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.table th {
  text-transform: none;
  vertical-align: middle;
  padding: 1rem !important;
}

.table td {
  padding: 0.5rem !important;
}

.card-drop {
  width: 100%;
  position: relative;
  margin: 0 auto;
  perspective: 800px;
  z-index: 100;
}

.card-drop > a.toggle {
  position: relative;
  z-index: 300;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform-origin: 50% 0%;
  transition: 0.1s linear;
  background-color: #fff;
}

.card-drop a {
  display: block;
  width: 100%;
  height: 40px;
  text-decoration: none;
  color: black;
  background-color: #fff;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 8px 5px;
  overflow: hidden;
}

.card-drop .toggle {
  color: black;
}

.card-drop .toggle::before {
  content: "▼";
  position: absolute;
  right: 0;
  top: 10px;
  width: 10px;
  height: 70%;
  text-align: center;
  font-size: 12px;
  color: #626262;
  transform: translateY(1px);
}

.card-drop ul {
  margin-bottom: 0;
}

.card-drop ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  margin: 0 !important;
  margin-left: auto;
  transition: all 0.3s ease-out;
  list-style: none;
}

.card-drop ul li a {
  background: #e8e8e8;
  border-bottom: 1px solid white;
}

.card-drop ul li a:hover {
  background: var(--bs-primary);
  color: #fff;
}

.card-drop ul li a:hover .text-muted {
  color: #e4e4e4 !important;
}

.card-drop ul li.active a {
  background: var(--bs-primary);
  color: #fff;
  cursor: default;
}

.card-drop ul li.active a .text-muted {
  color: #e4e4e4 !important;
}

.active-icon .toggle::before {
  content: "▲";
}

.singlePrice {
  color: #353535;
  text-align: center;
  width: 100%;
  transition: 0.4s;
}

.singlePrice ul {
  list-style: none;
  margin-bottom: 20px;
}

.singlePrice ul li {
  padding: 7px 0;
}

.singlePrice ul li:nth-child(2n+1) {
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.select2-container--open {
  z-index: 9999 !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  /* chỉnh chiều cao */
  line-height: 40px;
  /* căn giữa chữ */
  padding: 5px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 29px;
  /* chữ căn giữa */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.background-video {
  position: fixed;
  /* đổi từ absolute sang fixed */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  /* đẩy ra sau nội dung */
  background-color: #000;
  /* nếu cần nền trắng khi video chưa load */
  overflow: hidden;
}

.background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.html5-video {
  -o-object-fit: cover;
  object-fit: cover;
}

.background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro-text {
  margin-bottom: 3rem;
}

.intro-text .button-intro {
  background-color: rgba(255, 255, 255, 0.72);
  font-size: 1.1rem;
}

.product-info {
  margin: 0 0 20px 0;
  padding: 6px 15px;
  font-size: 0.85em;
  background-color: #f8f8f8;
  border: 1px solid #efefef;
}

.product-info .config-product {
  padding-left: 20px;
  color: #2b2b2b;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

.product-info .product-title {
  margin: 0;
  font-size: 1.6em;
  border-bottom: 1px solid var(--bs-primary);
  font-size: 22px;
  color: var(--bs-primary);
  padding-bottom: 3px;
}

.product-info p {
  line-height: 20px;
  padding-top: 10px;
  font-size: 14px;
}

.add-on-vps {
  margin: 0;
  border: 1px solid #acadb3;
  padding: 15px 0;
}

#form-user-order label {
  margin-bottom: 0.5rem;
  color: #000;
}

.form-group {
  margin-bottom: 1rem;
}

.select-os {
  border: 1px solid #acadb3;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 10px 20px 0;
}

.select-os label {
  margin-right: 15px;
}

.table.table-sm thead tr th {
  padding: 0.5rem !important;
}


