.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 25.4%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.sidebar-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    outline: 0;
}
.sidebar-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.w-100px {
   width: 100px; 
}

.pt-135 {
    padding-top: 135px;
}


#google_translate_element select{
    /* background-color:#383860;
    color: #e6fcf6; */
    position: relative;
    top: 12px;
    left: 2px;
    border: none;
    border-radius:3px;
    padding:6px 8px !important;
    width: 135px;
}
.goog-te-gadget {
    font-size: 0px !important;
}
.goog-te-gadget span {
    display: none !important;
}


@media (max-width: 500px) {
    .stat-box .value {
        font-size: 17px;
    }
 }