.inquiry-container__wrapper {
    padding: 10px 0;
}

.inquiry-container{
    width: 100%;
}

.inquiry-container-title {
    font-size: 0.875rem;
    font-weight: bold;
    color: #FF0000;
    padding: 0 30px;
}

.infor-name {
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #ffffcc;
    width: 30%;
    min-width: 100px;
}

.infor-content {
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 65%;
}

.office-map {
    width: 100%;
    padding: 20px 10px 0px 10px;
}

.custom-checkbox {
    margin-right: 20px;
    display: flex;
}

.custom-radio-button {
    margin-right: 10px;
}

.input-field {
    border: 1px solid #333333;
    height: 30px;
    padding-bottom: 8px;
}

.infor-content .name-field {
    width: 40px;
    font-weight: bold;
}

.infor-content .name-field-large {
    width: 80px;
    font-weight: bold;
}

.input-description {
    font-size: 0.875rem
}

select.input-field {
    font-size: 0.875rem;
    padding: 2px 10px;
    font-weight: 500;
}

.infor-content.textarea {
    min-height: 100px;
}

.select-down-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.input-field {
    min-width: 130px;
}

.action-button {
    background-color: #ffffff;
    border: 1px solid #333333;
    padding: 1px;
    text-decoration: none;
    display: flex;
    margin: 5px;
    max-width: 150px;
}

.action-button .button-content-send {
    background-color: #99cc99;
    color: #ffffff;
    padding: 3px 5px;
    cursor: pointer;
    min-width: 80px;
    width: 100%;
    white-space: nowrap;
    border: none;
    justify-content: center !important;
}

.action-button .button-content-reset {
    background-color: #9980ff;
    color: #ffffff;
    padding: 3px 5px;
    cursor: pointer;
    min-width: 80px;
    width: 100%;
    white-space: nowrap;
    justify-content: center !important;
}

.inquiry-text-imgatt {
    font-size: 0.85rem;
    margin-top: 5px;
}

.inquiry-text-title {
    font-size: 0.85rem;
    margin-top: 5px;
    padding: 10px 0 0 50px;
}

th, td {
    padding: 7px;
}

.table-gray {
    margin-top: 5px;
    width: 100%;
}

.title {
    font-weight: bold;
    font-size: 1.175rem;
}

.inquiry-content {
    padding: 0 30px;
}

.prevent-input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
}
