.SIDEBAR_STYLE {
    position: "fixed";
    top: 62.5;
    left: -16rem;
    bottom: 0;
    width: 16rem;
    height: 100%;
    z-index: 1;
    overflow-x: hidden;
    transition: all 0.5s;
    padding: 0rem 0rem;
    background-color : #f8f9fa;
}

.SIDEBAR_OPEN {
    position: fixed;
    top: 62.5;
    left: 0;
    bottom: 0;
    width: 16rem;
    height: 100%;
    z-index: 1;
    overflow-x: hidden;
    transition: all 0.5s;
    padding: 0.5rem 1rem;
    background-color: #f8f9fa,
}

.CONTENT_STYLE {
    transition: margin-left .5s;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2rem 1rem;
    background-color: "#f8f9fa";
}

.CONTENT_STYLE_OPEN {
    transition : margin-left .5s;
    margin-left : 18rem;
    margin-right : 2rem;
    padding: 2rem 1rem;
    background-color : #f8f9fa;
}

.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;
}

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

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

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

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

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

#facebook-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;
}

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

.medium-label {
    font-size: 16px;  /* Adjust size as needed */
}