.borderNone {
    border : none;
    max-width: 130px;
}

.borderNone:focus {
    outline:none;
}

.vdp-datepicker__calendar .cell.selected {
    background-color: #009798 !important;
    border-radius: 4px;
    color : white;
}

.vdp-datepicker__calendar .cell.day-header {
    text-transform: uppercase !important;
}

.vdp-datepicker__calendar .disabled {
    text-decoration : line-through;
}

.vdp-datepicker__calendar .cell:hover {
    border-color: transparent !important;
    border-radius: 4px;
    background-color: #EBEBEB;
}

.media-name-content {
    max-height:300px;
    overflow-y: scroll;
    /*overscroll-behavior-y: contain;*/
}

.more-filter-content {
    max-height : 200px;
    overflow-y: scroll;
}

.vs__selected {
    display : none !important;
}


.cluster div {
    color: #FFF !important;
}