#tasks-count{
color:red;
}
rect {
    fill: transparent !important;
}

.courses__sum {
max-width: 165px;
    padding-right: 14px;
    padding-top: 20px;
    display: inline-block;
}


#update-random-post-btn, #delete-comments-btn { padding: 10px;
    width: 300px;
background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
cursor: pointer;
}

.ui-slider {
  position: relative;
  background: #e0e0f0;
  height: 4px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 4px;
  display: block;
  border: 0;
  background: #0075ff;
}
.ui-slider .ui-slider-handle {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  cursor: pointer;
  position: absolute;
  margin: -10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #2786f5;
  bottom: 3px;
  background: #0075ff;
  z-index: 2;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    background-color: #888;
    color: #fff;
    font-size: 14px;
    border: none;
    user-select: none;
}

.tooltip {
    visibility: hidden;
    width: 250px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
