body{
    background: linear-gradient(180deg, #1C0B54, #271B87, #2B219A, #1D0B55, #1D0B56, #1E0C59, #22116A, #2C219B, #281B88, #1D0B55) !important;
}
.button{
    cursor: pointer !important;
}
.image_wrapper,
.circle_wrapper_container{
    overflow: hidden !important;
}
.header_elem{
    transition: 0.2s;
    width: fit-content;
    cursor: pointer;
    display: flex !important;
    justify-content: center !important;
}
.header_elem div{
    width: fit-content !important;
    text-wrap: nowrap !important;
    /*font-size: 0.937vw !important;*/
}
.header_elem:hover div{
    color: #4DF6FF !important;
}
.logo_header{
    width: 20.73vw !important;
    @media screen and (max-width: 1200px){
        width: 45vw !important;
    }
}
.logo_header div{
    background-size: contain !important;
    background-position: top !important;
     @media screen and (max-width: 1200px){
        background-position: left !important;
    }
}
ul[role="menu"] li:has(a[role="menuitem"]){
    position: relative !important;
}
/*ul[role="menu"] li:has(a[role="menuitem"]):before{*/
/*    content: "" !important;*/
/*    background-color: #4DF6FF !important;*/
/*    border-radius: 50px !important;*/
/*    width: 15px !important;*/
/*    height: 15px !important;*/
/*    display: flex !important;*/
/*    position: absolute !important;*/
/*    left: -30px !important;*/
/*    top: 3px !important;*/
/*}*/
div[data-tooltip-hook="#submenu:more"] .t794__content{
    padding: 50px 0 0 0 !important;
    justify-content: flex-start !important;
}
#gauge-label_1:before{
    content: ">";
    font-size: inherit;
    font-color: inherit;
}