.cc-as-input-focus-important {
    border-color: #169acd !important;
    box-shadow: inset 0 1px 3px 0 #c5c5c5 !important;
}
.cc-smart-select-arrow {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -9px;
    font-size: 20px;
}
.cc-smart-select-option-ul {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 99999;
    border: 1px solid #919191;
    background: white;
    margin-top: -3px;
    opacity: 0;
    overflow-x: hidden;
    max-height: 360px;
}
.cc-smart-select-option-ul > li {
    padding: 5px 0;
    cursor: default;
}
.cc-smart-select-option-ul > li:hover {
    background: #00a5ff;
}
.cc-smart-select-value-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}