@import url("https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600&display=swap");

/* hide pivot table elements */
.pvtHorizList {
    display: none !important;
}
.pvtVertList {
    display: none !important;
}
.pvtRenderers {
    display: none !important;
}
.pvtVals {
    display: none !important;
}

/* hide 'show hidden columns' button */
.show-hide {
    display: none !important;
}

/*styles for multi dropdown*/
.Select--multi .Select-value {
    /* position: relative; */
    background-color: #e2e2e2 !important;
    border-color: #e2e2e2 !important;
    color: #383838 !important;
    border-radius: 10px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.Select-value-label {
    padding-left: 0px !important;
}

.Select-value-icon {
    /* position: absolute; */
    border: none !important;
    font-size: 25px;
    /* right: -6px; */
    /* top: -2px; */
    /* padding-right: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.Select-value-icon:hover {
    background-color: transparent !important;
    color: #fc5f29 !important;
}

/*wrap values in multi dropdown */
.Select--multi .Select-multi-value-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px;
}
.Select--multi .Select-control {
    height: auto !important;
    min-height: 38px;
    overflow-y: auto !important;
}
.Select--multi .Select-multi-value {
    margin: 2px !important;
}

/*minimal width for select*/
.Select--multi {
    min-width: 160px;
}

.Select-clear {
    /* color: black; */
    /* margin: 8px; */
    font-size: 18px !important;
    min-width: 130px !important;
    padding: 5px !important;
    color: #fc5f29;
}

.Select-clear:hover {
    color: red !important;
}

.Select-arrow-zone {
    width: auto !important;
    color: #fc5f29;
    margin-top: 5px !important;
    font-size: 18px !important;
    padding: 5px !important;
}

.Select-arrow-zone:hover {
    color: red !important;
}

body {
    margin: 0;
    padding: 0;
}

.Select-value {
    padding-right: 10px !important;
}
