.nice-select.wpcf7-select {
    background: #e3e3e3;
    border: 0;
    border-radius: 48px;
    padding: 0 16px;
    height: 48px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    position: relative;
    box-sizing: border-box;
}

.nice-select.wpcf7-select:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0px, -50%);
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/arr-dark.svg) no-repeat center;
    background-size: 12px;
}

.nice-select.open ul.list {
    display: block;
}
.nice-select ul.list {
    position: absolute;
    bottom: -32px;
    transform: translate(0px, 100%);
    padding: 0px;
    width: 86px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(153, 153, 153, 0.7) 100%);
    z-index: 2;
    border-radius: 0;
    display: none;
    overflow: auto;
    border: 0px solid #767676;
    left: auto;
    right: 0;
}
.nice-select.open:after {
    display: block;
}
.nice-select:after {
    content: '';
    display: none;
    width: 100%;
   
    position: absolute;

    top: 48px;
    left: 0;
    z-index: 1;
    border-radius: 0px 0 24px 24px;
    background: #e3e3e3;
}

.nice-select ul.list::-webkit-scrollbar,
.car-search-results ul::-webkit-scrollbar {
    width: 4px;          
    margin: 0px;  
    border-radius: 4px;  
}
  
.nice-select ul.list::-webkit-scrollbar-track,
.car-search-results ul::-webkit-scrollbar-track {
    background: #161616;   
    margin: 0px 0;     
    border-radius: 4px;
}
  
.nice-select ul.list::-webkit-scrollbar-thumb,
.car-search-results ul::-webkit-scrollbar-thumb {
    background-color: #0078D6;   
    border-radius: 20px;      
    border: 0px solid #fff;  
    border-radius: 4px;
   
}

.nice-select ul.list:before {
    content: '';
}

.nice-select.wpcf7-select:focus {
    outline: none;
    box-shadow: none;
}

.nice-select.wpcf7-select.open {
    border-radius: 24px 24px 0 0;
}

.nice-select ul.list li:first-child {
  
}

.nice-select ul.list li {
    margin: 0 0 0px;
}


.nice-select ul.list li.selected {
    font-weight: 700;
}
.nice-select ul.list li {
    cursor: pointer;
    line-height: normal;
    padding: 8px 12px 8px 48px;
    transition: .12s;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin: 0;
}
.nice-select {
    cursor: pointer;
}
.nice-select ul.list {
    border-radius: 16px;
}

.nice-select ul.list {
    border-radius: 16px;
}

.lang-uk:before {}

li.option {}

.lang-block li.option {
    position: relative;
}

.lang-block li.option:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 6px;
}

.lang-block li.lang-uk.option:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/ua-flag.png) no-repeat center;
    background-size: contain;
}

.lang-block li.lang-en.option:before {
    background: url(/wp-content/themes/wp-bootstrap-starter-master/img/en-flag.png) no-repeat center;
    background-size: contain;
}