
* {
    margin: unset;
    padding: unset;
    max-width: 100%;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    background: #fcfcfd;
    font-family: "Inter", sans-serif;
}
html {
    scroll-behavior: smooth;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 16px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 16px;
}
span.ai,
span.human {
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
    text-decoration-color: #fa6767;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
span.human {
    text-decoration-color: #27d594;
}
.stats_breakdown .tooltip .tooltiptext {
    visibility: hidden;
    min-width: 266px;
    max-width: 266px;
    background-color: #2a3136;
    color: #fff;
    text-align: left;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
    z-index: 9999;
    bottom: 150%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 18px;
    pointer-events: none;
    text-wrap: wrap;
    display: none;
    font-weight: 400;
    box-shadow: 0px 10px 20px -4px #0000000f;
}
.stats_breakdown .tooltip:hover .tooltiptext {
    visibility: visible;
    display: block;
    opacity: 1;
}
.stats_breakdown .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
#gifImageOnClick{
    z-index: 9999 !important;
}
.version_btn{
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #56636C;
    line-height: 20px;
    background-color: #FCFCFD;
    border: 1px solid #E1E1E2;
    border-radius: 6px;
}
.version_btn.active{
    color:#2A3136;
    border: 1px solid #2A3136;
}
.dropdown-content{
    z-index: 99 !important;
}
