
.content-container {
    gap: 20px;
}
.contact-us {
    gap: 30px;
    padding-bottom: 50px;
}
.content-container .frame-content .section-title-left .text-wrapper {
    color: #068f7f;
    font-size: 23.8px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;padding-bottom: 10px;
}
.content-container
    .frame-content
    .section-title-left
    .infor-wrapper
    .info
    .label-info {
    color: var(--body, #333);
    /* body */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
}
.content-container
    .frame-content
    .section-title-left
    .infor-wrapper
    .info
    .value-info {
    color: var(--body, #333);
    /* body */
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.infor-wrapper {
    padding-bottom:10px ;
}
.infor-wrapper i{
    color: #008f80;
    width: 22px;
    text-align: center;
}
.content-container .frame-content .section-title-right {
}
.content-container
    .frame-content
    .section-title-right
    .text-wrapper
    .label-help {
    color: var(--body, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}

.content-container
    .frame-content
    .section-title-right
    .text-wrapper
    .value-help {
    color: var(--body, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.section-title-right h1{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.section-title-right .input p{
    color: #fff;
    padding-bottom: 5px;
    padding-left: 7px;
    font-size: 14px;
}
.section-title-right .input i{
    color: #e20404;
}
.submit-form-contact-us {
    gap: 10px;
    background: #068f7f;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
}
.content-container .frame-content .section-title-right input {
    
    border: 1px solid #068f7f;
    width: 100%;
    margin-bottom: 5px;
    outline: none;
    font-size: 14px;
    border-radius: 10px;
    padding: 7px 20px;
}
.content-container .frame-content .section-title-right .description {
    border: 1px solid #068f7f;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
    font-size: 14px;
    border-radius: 10px;
    height: 180px;
    padding: 7px 20px;
}
.button-click {
    color: #fff;
    border: initial;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 10px;
    background: var(--primary, #295bae);
}

.re-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

#captchaCanvas {
    border: 2px solid #000;
    background: #fff;
    border-radius: 5px;
}

#captchaInput {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #000;
    border-radius: 5px;
    margin-top: 5px;
}

#captchaError {
    color: red;
    font-size: 14px;
    margin-top: 5px;
}

.refresh-captcha {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 5px;
}

.refresh-captcha:hover {
    transform: rotate(180deg);
    transition: 0.3s;
}
.toast-contact-us-success {
    background-color: #28a745; /* Màu xanh đậm hơn */
    color: #fff; /* Chữ trắng trên nền tối */
    border: 2px solid #1e7e34; /* Viền đậm */
    padding: 10px;
    border-radius: 5px;
}

.toast-contact-us-error {
    background-color: #dc3545; /* Màu đỏ đậm */
    color: #fff;
    border: 2px solid #bd2130;
    padding: 10px;
    border-radius: 5px;
}

.toast-contact-us-success {
    background-color: rgba(1, 255, 111, 0.8);
    color: #000;
    border: none;
    margin-bottom: 10px;
}

.toast-contact-us-error {
    background-color: rgba(255, 1, 1, 0.8);
    color: #000;
    border: 2px solid rgb(255, 158, 1);
}
