.LOGIN_STYLE {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 50%;
  }

.card-img-top {
    width: 100%;
    height: 10vw;
    object-fit: cover;
}

#tools-button:hover {
  background-color: black;
  color:white
}

.mantine-Button-root {
    color: black;
    border-color: black;
}
.mantine-Button-root:hover {
  background-color: black;
  color:white
}

.rc-slider-rail, .rc-slider-track {
    height: 15px; /* Adjust this value to make the slider thicker or thinner */
    background: linear-gradient(to right, red , green);
}

.rc-slider-handle {
    border: solid 2px #4CAF50;
    background-color: #4CAF50;
    width: 10px; /* Adjust these values to make the handle bigger or smaller */
    height: 25px;
    margin-top: -5px; /* This should be negative half of the height to center the handle */
}

.mantine-d0ebk8:checked{
    background-color: black;
    border-color: black;
}

.dash-spinner div {
    background-color: black !important;
}

#comment-sliders-input {
    padding: 0px 0px 25px !important;
}

/* tooltip */
.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 180px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #212529;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #212529;
    /* display: none; */
}

/* accordion */
.mantine-v4lv9f {
    color: rgb(0, 0, 0);
    border-bottom: 1px solid rgb(222, 226, 230);
}

.mantine-xizyzk {
    cursor: pointer;
    border: 0px;
    appearance: none;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 8px 8px 12px calc(0px);
    text-align: left;
}

.mantine-pildck {
    color: #212529;
    font-weight: 500;
    flex: 1 1 0%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mantine-xizyzk:hover{
    background-color: white;
}

.floating-button {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: black;
    color: white;
    border: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.floating-button:hover {
    background-color: white;
    color: black;
}

.floating-button:active {
    background-color: grey;
    color: white;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

.mantine-1137jyz:checked {
    background-color: black;
    border-color: black;
}