.UIContactUs .popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 10000;
}
.UIContactUs .popup-content {
        background-color: white;
        padding: 2rem;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 90%;
        max-width: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
}
.UIContactUs .captcha-input {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.25rem;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 4px;
}
.UIContactUs .captcha-inputs {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        gap: 10px;
}
.UIContactUs .buttons {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
}
.UIContactUs .buttons button {
        /* width: 100%; */
        padding: 10px 5px;
        font-size: 12px;
        color: white;
        background-color: #007bff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        /* margin-top: 1rem; */
        position: relative;
}
.UIContactUs .buttons button:disabled {
        background-color: #cccccc;
        cursor: not-allowed;
}
.UIContactUs button.close {
        position: absolute;
        right: 5px;
        top: 5px;
        border: 0;
        background: none;
        display: block;
}
.UIContactUs button.close:hover {
        background: #e1dede;
        border-radius: 3px;
}
.UIContactUs .popup-content h5 {
        font-size: 17px;
        text-align: center;
}
.UIContactUs button.loading::after {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        border: 4px solid transparent;
        border-top-color: #ffffff;
        border-radius: 50%;
        animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
        from {
                transform: rotate(0turn);
        }
        to {
                transform: rotate(1turn);
        }
}
.UIContactUs {
        background: #f4f4f4 none repeat scroll 0 0;
        padding: 20px;
        border-radius: 3px;
}
.UIContactUs .SubmitForm .btnSubmit.Reset {
        background: #d50606;
}
.UIContactUs .Head {
        padding: 0;
        text-align: center;
        display: none;
}
.UIContactUs .Head .Title {
        color:#da0f00;
        font-size: 16px;
        /* height: 30px; */
        padding: 0;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        display: none;
}
.UIContactUs .InfoError {
        background-color: transparent;
        border: 0 none;
        height: 20px;
        padding: 4px;
        text-align: center;
        /* display: none; */
}
.UIContactUs .InfoError .Msg {
        color: Red;
        font-size: 20px;
        font-family: 'Roboto Condensed', sans-serif;
}
.UIContactUs .FormBody {
        width: 100%;
        margin-top: 20px;
}
.UIContactUs .FormBody .FormContact {
        width: 80%;
        margin: 0 auto;
}
.UIContactUs .FormBody .FormContact .LabelText {
        /* font-family: 'Roboto Condensed', sans-serif; */
        /* height: 30px; */
        padding: 0;
        font-size: 13px;
        font-family: 'Merriweather';
        vertical-align: top;
        padding-right: 20px;
        padding-top: 15px;
}
.UIContactUs .FormBody .FormContact .InputText .InputFied {
        width: 100%;
        padding: 5px 5px;
        border-radius: 3px;
        border: 1px solid #ccc;
        outline: none;
        height: 34px;
}
.UIContactUs .FormBody .FormContact .InputContact {
}
.UIContactUs .FormBody .FormContact .InputContact .Content {
        height: 90px;
        width: 100%;
        border-radius: 3px;
        border: 1px solid #ccc;
        padding: 5px;
}
.UIContactUs .SubmitForm {
        padding: 15px;
        text-align: center;
}
.UIContactUs .SubmitForm .btnSubmit {
        background: var(--bs-danger);
        /* border-radius: 3px; */
        /* box-shadow: 0 1px 2px #ddd; */
        border: none;
        color: #ffffff;
        font-size: 14px;
        /* font-family: 'Roboto Condensed', sans-serif; */
        padding: 6px 12px;
        text-transform: uppercase;
        margin: 15px 0;
        display: inline-block;
        cursor: pointer;
        margin-top: 0;
        border-radius: 3px;
}
.UIContactUs .SubmitForm .btnSubmit:hover {
        background: #278cc4;
}
td.InputText {
        line-height: 0;
}
.UIContactUs .FormBody .FormContact input, .UIContactUs .FormBody .FormContact textarea {
        font: 10pt arial;
}
td.InputText input {
        border-radius: 3px;
        border: 1px solid #ccc;
        width: 100%;
        padding: 5px;
}
.UIContactUs .FormBody .FormContact td {
        padding: 0;
        font-size: 13px;
        font-family: 'Merriweather';
        vertical-align: top;
        padding-right: 20px;
        padding-top: 15px;
}
.UIContactUs .gvwAnswer {
        width: 100%;
}
@media only screen and (max-width: 768px){
        div.UIContactUs {
                width: 100vw;
                padding: 20px 20px !important;
        }
        .UIContactUs .FormBody .FormContact .LabelText{
                text-align: left;
        }
        .UIContactUs .FormBody .FormContact {
                width: 100%;
        }
}
