.custom-select-container{box-sizing:border-box;cursor:pointer;border:1px solid #ccc;border-radius:5px;width:200px;height:40px;padding:10px;position:relative}.custom-select-container .custom-select-control{justify-content:space-between;align-items:center;display:flex}.custom-select-container .custom-select-control .custom-select-value{flex:1}.custom-select-container .custom-select-control .custom-select-dropdown-indicator{margin-left:8px}.custom-select-container .custom-select-options{background-color:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 5px 5px;width:100%;max-height:200px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 2px 4px #0000001a}.custom-select-container .custom-select-options .custom-select-option{cursor:pointer;padding:8px}.custom-select-container .custom-select-options .custom-select-option:hover{background-color:#f0f0f0}.custom-select-container.open .custom-select-options{display:block}
