@keyframes spin3D{from{transform:rotate3d(0.5,0.5,0.5,360deg)}to{transform:rotate3d(0deg)}}#loading{height:100%;background-color:#1d2630;display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;overflow:hidden;z-index:99999999}.spinner-box{width:300px;height:300px;display:flex;justify-content:center;align-items:center;background-color:transparent}.leo{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%}.blue-orbit{width:165px;height:165px;border:1px solid #91daffa5;animation:spin3D 3s linear .2s infinite}.green-orbit{width:120px;height:120px;border:1px solid #91ffbfa5;animation:spin3D 2s linear 0s infinite}.red-orbit{width:90px;height:90px;border:1px solid #ffca91a5;animation:spin3D 1s linear 0s infinite}.white-orbit{width:60px;height:60px;border:2px solid #fff;animation:spin3D 10s linear 0s infinite}.w1{transform:rotate3D(1,1,1,90deg)}.w2{transform:rotate3D(1,2,0.5,90deg)}.w3{transform:rotate3D(0.5,1,2,90deg)}
/* @media screen and (max-width: 1366px)
#home {
    display: grid;
    grid-template-columns: 68px 1fr 1fr 280px !important;
}

#home {
    grid-template-columns: 260px 1fr 1fr 300px;
    width: 100% ;
} */
/* 
#main {
    grid-area: main;
    display: grid;
    grid-template-rows: 60px 1fr 30px;
    grid-template-columns: 1fr;
    margin-top: 8px;
}
#sideBar {
    grid-area: right;
    margin: 8px 8px 0 0;
    background-color: var(--sidebar-bg);
}
#left-side {
    grid-area: left;
    margin: 8px 0 0 8px;
    border-right: 1px solid var(--sidebarBlock-border-color);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--sidebar-bg);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
*/
.profile-menu {
    display: none !important;
}
/*
#custom-searchbar input {
    height: 100%;
    width: 100%;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0 54px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M508.9 478.7L360 330a201.6 201.6 0 0045.2-127.3C405.3 90.9 314.4 0 202.7 0S0 91 0 202.7s91 202.6 202.7 202.6c48.2 0 92.4-17 127.3-45.2L478.7 509c4.2 4.1 11 4.1 15 0l15.2-15.1c4.1-4.2 4.1-11 0-15zm-306.2-116c-88.3 0-160-71.8-160-160s71.7-160 160-160 160 71.7 160 160-71.8 160-160 160z' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%235C5D71'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 25px 50%;
    color: var(--searchbar-color);
    font-family: Source Sans Pro,sans-serif;
    font-weight: 600;
    outline: none;
}
#mainContent {
    opacity: 0.97 !important;
}
.side-wrapper {
    padding: 30px !important;
} */
