/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2025 | 08:31:33 */
.custom-popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-popup {
    background: #fff;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    border-radius: 10px;
    position: relative;
}
.custom-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}
.zalo-button {
    background: #0068ff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.zalo-button:hover {
    background: #0056d9;
}
.form-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.form-section {
  width: 100%;
  text-align: center;
}

.form-control {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.form-section input{
	border-radius:50px;
	text-align: center;
}
.wpcf7-form-control.submit-btn {
  margin-top: 0px;
  background-color: #007584 !important;
  color: white;
  padding: 0px 30px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
}

.wpcf7-form-control.submit-btn:hover {
  background-color: #1565c0;
}

.zalo-btn {
  display: inline-block;
  background-color: #0088ff;
  color: white;
  padding: 10px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
}

.zalo-btn:hover {
  background-color: #0066cc;
	color:#fff;
}

.form-separator {
  font-weight: bold;
  color: #111;
}
