/*
Theme Name: Renev Child
Theme URI: https://wp.Framerpeak.com/renev/
Author: Mthemeus
Author URI: https://themeforest.net/user/mthemeus
Template: renev
Tested up to: 5.8
Requires PHP: 7.4 
Description:  Renev - Modern Creative Digital Agency WordPress Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: renev-child
Copyright (C) 2025 Mthemeus
*/
.nice-select .current{color:#fff;}
/* Contact form dropdown - scrollable options */
.input-area .nice-select .list {
    max-height: 220px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* Optional: scrollbar styling */
.input-area .nice-select .list::-webkit-scrollbar {
    width: 6px;
}

.input-area .nice-select .list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.input-area .nice-select .list::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

/* Firefox */
.input-area .nice-select .list {
    scrollbar-width: thin;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #183d5d;
    border-radius: 5px;
    border: solid 1px #183d5d;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-top: 18px;
}