
.inputs-row-nowrap {
    flex-wrap: wrap !important;
    overflow-x: visible !important;
    white-space: normal;
}

.inputs-row-nowrap > .col { overflow: visible; position: static;}

.form-control .Select-control {
    height: 38px !important;
    padding: 0 !important;
    line-height: 38px !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.div-drop .Select {
    width: auto !important;
    min-width: 60px !important;
    display: inline-block;
}

.div-drop .Select-value-label {
    white-space: nowrap !important; 
    overflow: visible !important;
    text-overflow: clip !important;
}

.div-drop .Select-control {
    padding-left: 6px;
    padding-right: 6px;
}

input[type="date"],
input[type="text"],
.Select-control .form-control {
    height: 36px;
    min-height: 36px; 
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow-y: visible;
    background: #fff;
}

.Select-menu-outer {
    display: block !important;
    position: relative;
    z-index: 9999;
}

.dash-cell div.dash-cell-value {
    overflow: visible;
}