.field-error {
    border: 1px solid red;
}

#supplier-registration-message .error {
    color: #b30000;
    margin-top: 10px;
}

#supplier-registration-message .success {
    color: #008000;
    margin-top: 10px;
}

#supplier-registration-message .loading {
    color: #333;
    margin-top: 10px;
}


.profile-form select,
.profile-form input[type="url"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #babdbf;
    width: 100%;
    outline: none;
    background: #fff;
    border-radius: 5px;
    height: 44px;
    font-size: 16px;
    color: #000;
    padding: 5px 16px;
    /* -webkit-box-shadow: 0 0 0 30px white inset !important; */
}

.equipment-form.loading::after {
    content: '';
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/loader.gif) center center / 50px 50px no-repeat white;
    opacity: 0.6;
}

.add-equipment-block .input-wrap select {
    border: 1px solid #d3d6d9;
    border-radius: 5px;
    height: 40px;
    background: #eceef0;
    padding: 8px;
    font-size: 14px;
    letter-spacing: -0.02em;
    width: 100%;
}

.checkbox-list input[type="checkbox"]:focus+label::before {
    outline: 2px solid #007bff;
    outline-offset: 2px;
}

.add-equipment-block #dropzone .dz-success-mark,
.add-equipment-block #dropzone .dz-error-mark {
    display: none !important;
}

/* General preview container */
.add-equipment-block #dropzone .dz-preview {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 8px;
    margin: 8px 0;
    position: relative;
    display: flex;
    width: 100%;
    height: 120px;
    box-sizing: border-box;
}

/* Preview image */
.add-equipment-block #dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #f1f1f1;
}

.add-equipment-block #dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

/* Cross button */
.add-equipment-block #dropzone .dz-details {
    width: calc(100% - 130px);
}

.add-equipment-block #dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.equipment-btn-group {
    list-style: none;
    display: flex;
    padding-left: 0;
    ;
}

.equipment-btn-group li {
    margin-right: 10px;
}

/* .equipment-image-wrap{
    text-align: center;
    width: 100px;
} */
.equipment-image-wrap img {
    max-height: 100px;
}

.equipment-table {
    width: 100%;
}

.equipment-table th {
    text-align: left;
    padding: 10px;
    background: #f5f5f5;
}

.equipment-table th:first-child,
.equipment-table td:first-child {
    max-width: 92px;
}

.equipment-table .action-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.equipment-block .equipment-filter .filter-catelogue-form .checkbox-group * {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
}

#document-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0px;
}

#document-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 5px;
}

#document-list li button {
    background: none;
    border: none;
    color: #d33;
    cursor: pointer;
    font-size: 14px;
}

.add-equipment-block .footer-links.loading {
    background: none;
}

.add-equipment-block .footer-links.loading {
    position: relative;
    pointer-events: none;
    /* disable clicks while loading */
    opacity: 0.8;
}

.add-equipment-block .footer-links.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 330px;
    width: 16px;
    height: 16px;
    border: 2px solid #00bb6f;
    border-top-color: transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.8s linear infinite;
}

.gform_wrapper.gform-theme form .gform_footer input.button:hover,
.gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button:hover {
    color: #000000 !important;
}

.header-wrap .logo {
    max-width: 188px;
}

.header-wrap .logo img {
    max-width: 100%;
    height: auto;
}

span.status-publish {
    background: #00BB6F;
    border-radius: 10px;
    padding: 5px 10px;
    color: #FFFFFF;
}

span.status-pending {
    background: yellow;
    border-radius: 10px;
    padding: 5px 10px;
    color: #000;
}

span.status-draft {
    background: lightgray;
    border-radius: 10px;
    padding: 5px 10px;
    color: #000;
}

.action-links a {
    color: #007DA8;
}

.section-heading-block .text-wrap {
    display: flex;
    gap: 16px;
}

.equipment-content .upload-area {
    max-height: 345px;
}

.equipment-content input[type='file'] {
    width: 100%;
}

.equipment-table-wrap {
    overflow-x: auto;
}

/* optional spinner animation */
@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.bt-0.choose-equipment-block .equipment-cta {
    border: none;
}

.bt-0.choose-equipment-block .choose-equipment-lists {
    padding: 0px;
}

.section-cta-black .choose-equipment-box {
    background: #000000;
    color: #FFFFFF;
}

@media (min-width:1024px) {
    .gform_wrapper.gform-theme form .gform_footer {
        margin-top: 0px;
    }

    .gform_wrapper.gform-theme form .gform_footer input.button,
    .gform_wrapper.gform-theme form .gform_footer input[type='submit'].gform_button {
        height: 50px !important;
    }

    .footer-top .row {
        grid-template-columns: 1fr 246px 0px;
    }
}

.add-equipment-block .input-wrap select[multiple] {
    height: 200px;
}

.header-wrap .logo-alt img {
    max-width: 140px;
}

@media (min-width:1280px) {
    .header-wrap .logo {
        max-width: 250px;
    }
}
.gform_wrapper #gform_1 .gfield .ginput_container_select {
    border-radius: 10px;
}
div.gform_wrapper .gfield .ginput_container_select select {
    height:50px;
    border-radius:8px;
}