.form-group-1 label {
    font-weight: bold;
    min-width: 160px;
}

.form-group-1 p {
    min-width: 160px;
}

.form-group-1 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.reset-btn {
    background: rgb(252, 9, 9) !important;
    border: 1px solid;
    width: 7%;
    padding: 10px 15px;
    margin-top: 20px;
    color: white;
    border-radius: 5px;
    transition: all 300ms;
}

.reset-btn:hover {
    border: 1px solid black;
    scale: .9;
}

.copy-btn {
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #ac770c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    transition: background-color 300ms;
}

.copy-btn:hover {
    background-color: #EFB036;
}

.box-form-1 {
    scale: 0.9;
    padding: 10px;
    border: 1px solid #EFB036;
    border-radius: 10px;
    /* background: #212121; */
    /* color: #fff; */
    background: #fff;
    color: #000;
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.box-form-1 .input-ia {
    width: 100%;
}

.box-form-1 h2 {
    text-align: center;
}

.box-form-1 .input-ia,
select {
    color: #000;
    /* color: white; */
    border: 2px solid #EFB036;
    border-radius: 10px;
    padding: 10px 15px;
    background: transparent;
    max-width: 90%;
    outline: violet;
}

.box-form-1 select option {
    color: #000;
}

.input-date {
    width: 150px !important;
}

/* sug */
.suggestions {
    margin: 5px 0 15px 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.suggestion-item {
    padding: 8px 12px;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.suggestion-item:hover {
    background-color: #f1dbb1;
}

li {
    list-style: none;
}

#quan-li-1 {
    background: #fff643 !important;
}

.static-input {
    cursor: not-allowed;
    /* Không cho phép hightlight */
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff2005d !important;
    width: 25% !important;
    font-weight: bold;
    color: #292929 !important;
}

.box-button-end {
    gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
    .form-group-1 .goi-y {
        display: none;
    }
    .form-group-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .form-group-1 label,
    .form-group-1 p {
        min-width: 100% !important;
        text-align: left;
        margin-bottom: 5px;
    }

    .box-form-1 .input-ia,
    .box-form-1 select {
        max-width: 100%;
        width: 100% !important;
    }

    .static-input {
        width: 100% !important;
    }

    .input-date {
        width: 100% !important;
    }

    .reset-btn {
        width: 100% !important;
        margin-top: 10px;
    }

    .copy-btn {
        margin-top: 10px;
    }

    .box-button-end {
        flex-direction: column;
    }

    .suggestions {
        flex-direction: column;
    }

    .suggestion-item {
        width: 100%;
        text-align: center;
    }

    #label-1 {
        font-size: 14px;
    }

    .box-form-1 .input-ia,
    .box-form-1 select {
        padding: 8px 12px;
        font-size: 14px;
    }

    .box-form-1 h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .form-group-1 .goi-y {
        display: none;
    }
    .box-form-1 {
        padding: 10px 5px;
    }

    .form-group-1 {
        margin-bottom: 8px;
    }

    .box-form-1 .input-ia,
    .box-form-1 select {
        padding: 6px 10px;
        font-size: 13px;
    }

    .box-form-1 h2 {
        font-size: 1.3rem;
    }
}