.rs-contact-one .rs-contact-form {
    overflow: visible;
}

.rs-contact-one .rs-contact-input {
    position: relative;
    z-index: 1;
}

.rs-contact-one .rs-contact-input:has(.nice-select.open) {
    z-index: 20;
}

.rs-contact-one .rs-contact-input .nice-select {
    width: 100%;
    height: 52px;
    line-height: 50px;
    float: none;
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    padding: 0 25px;
    font-size: 16px;
}

.rs-contact-one .rs-contact-input .nice-select::after {
    color: rgba(255, 255, 255, 0.7);
    inset-inline-end: 25px;
}

.rs-contact-one .rs-contact-input .nice-select .current {
    color: rgba(255, 255, 255, 0.7);
}

.rs-contact-one .rs-contact-input .nice-select.open,
.rs-contact-one .rs-contact-input .nice-select:active,
.rs-contact-one .rs-contact-input .nice-select:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

.rs-contact-one .rs-contact-input .nice-select .list {
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    z-index: 100;
    border-radius: 2px;
}

.rs-contact-one .rs-contact-input .nice-select .option:hover,
.rs-contact-one .rs-contact-input .nice-select .option.focus,
.rs-contact-one .rs-contact-input .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.rs-contact-one #form-messages {
    margin-top: 15px;
    color: var(--rs-white);
}

.rs-contact-one #form-messages.success {
    color: #8fd18f;
}

.rs-contact-one #form-messages.error {
    color: #ff8a8a;
}
