.tableColor {
    padding: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #9733ff;
    color: white;
    font-weight: bold;
}

.tooltip-inner {
    max-width: 600px;
}

.sizeTableVerb {
    min-height: 200px;
    max-height: 250px;
    overflow-y: auto;
    margin-bottom: 16px;
    font-size: 14px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* width */
#children-verbatim ::-webkit-scrollbar {
    width: 10px;
}

/* Track */
#children-verbatim ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    background: transparent;
    border-bottom-right-radius: 8px;
    opacity: .5;
}

/* Handle */
#children-verbatim ::-webkit-scrollbar-thumb {
    background: #8F9BB3;
    border-radius: 8px;
}

/* Handle on hover */
#children-verbatim ::-webkit-scrollbar-thumb:hover {
    background: #90a3ca;
}

.belowSliderStyle {
    max-width: 700px;
    margin: 0 auto 32px;
}

.styleGradient {
    height: 22px;
    min-width: 290px;
    border: rgb(250, 250, 250) 1px solid;
    display: flex;
    /* background: linear-gradient(89.99deg, #FF158A 1.04%, #FFC700 51.58%, #00C875 99.05%); */
}
.emptyBlock {
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    border: 1px solid rgb(255, 255, 255);
    background: #E7EBF3;
    align-self: flex-end;
    justify-self: center;
}

.rc-slider-track {
    background-color: #9733FF;
}
.rc-slider-dot-active {
    border-color: #9733ff8a;
}
.rc-slider-handle {
    border: solid 2px #9733ff;
    background-color: #beb1cb;
}

.totalThemesNum {
    width: 110px;
    color: #8F9BB3;
    font-size: 11px;
}

@media only screen and (max-width: 1320px) {
    .totalThemesNum {
        width: 120px;
        color: #8F9BB3;
        font-size: 11px;
    }
  }

  @media only screen and (max-width: 980px) {
    .totalThemesNum {
        width: 135px;
        color: #8F9BB3;
        font-size: 11px;
    }
  }

