/* Ẩn mũi tên */
  details summary {
    list-style-type: none;
  }

  
/* Hidden "Xóa tiến trình" */
  a[menuitemname="Cancel"][onclick*="RemoveProcess("] {
  	display: none;
  }
/* Hidden message "Phần mềm chưa được bật lên mà :(" */
  .swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
  display: none;
}


/* Note section */
.panel-body.showtext { /* nền trắng và đổ shadow khi thu gọn */
  background-color: #EDF4FC /*#ffffff*/ !important;
  box-shadow: none /*0 2px 5px rgba(0, 0, 0, 0.00)*/ !important;
  border: none !important;

}
.panel-form { /* nền trắng và đổ shadow khi xem tất cả */
  background-color: #EDF4FC /*#ffffff*/ !important;
  box-shadow: none /*0 0px 20px 0 rgba(0, 0, 0, 0.1)*/ !important; /* Đổ bóng */
/*  border: none !important;*/
  border: 1px solid #edf2f7 !important;
  border-radius: 0px !important; /* Bo góc */
}
.panel-form {
  display: block !important;
}
/* always expanding content */
/* Ghi đè lên lớp .hidetext để luôn hiển thị đầy đủ nội dung */
.panel-body.hidetext {
  max-height: none !important;  /* Bỏ giới hạn chiều cao tối đa */
  overflow: visible !important; /* Đảm bảo nội dung không bị ẩn nếu tràn viền */
}
/* Hide "View all" and "Collapse" */
.viewmore,
.viewless {
  display: none !important;
}


/* VPS price */
.price-amount {
  display: inline-block;
  background: linear-gradient(90deg, #007CFC 0%, #0064CC 100%); /* cắt background theo text */
  background-clip: text;
  -webkit-background-clip: text; /*  gradient */
  -webkit-text-fill-color: transparent;
}

  
/* VPS name */
.package-title {
  font-weight: 700;
  color: #525666;
  font-size: 25px;
}


/* Change color icon */
.fa-microchip,
.fa-memory,
.fa-rss,
.fa-server {
  color: #e7770d;
}
.far.fa-check-circle {
  color: #219a21;
}

/* Create gray lines */
.package-features li:first-child {
  border-top: 1px solid #e0e0e0;
  padding-top: 18px;
  margin-top: -13px;
}

/* Change text color of VPS plans */
html.client-product .package-features li {
  color: #525666;
  text-align: start;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/* Change login page background color to transparent */
.main-body-sidebar {
  display: none;
}
.main-body-content {
  flex: 1 1 100%;
  max-width: 100%;
  width: 100%;
}


/* Change color title */
.main-header-title {
    color: #164366;
}
hook-output>h3, .section .section-title, .section>h3 {
    color: #525666;
}


/* Footer font format */
.footer-copyright,
.footer-copyright b,
.footer-copyright strong,
.footer-copyright a {
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 13px !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(82 86 102 / 1) !important;
}
/* Hide language selection function */
.goog-te-gadget-simple {
  display: none !important;
}


/* Lighten text and background color for disabled OS options */
select.custom-select option.min-req {
  color: #999;
  background-color: #f5f5f5;
}
