@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

    

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(8, 150, 160); 
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(148, 127, 8, 0.562); 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(134, 132, 4, 0.6); 
    cursor: pointer; 
}
body {
    background-color: #050303;
}
.page .sidebar{
    background: linear-gradient(35deg, #5a3e0b, #c59c13);
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.3s ease;
    min-height: 600px;
}


.page .content{
    margin-left: 250px;
    background-color: #00000000;
    transition: all 0.3s ease;
}

.navigationBar {
    background-color: rgba(255, 255, 255, 0);
    height: 50px;
    width: 50px;
    display: flex;
    padding: 38px 0px;
    align-items: center;
    
}

.sidebarToggle {
    font-size: 16px;
    color: rgb(0, 0, 0, 0.8);
    margin-left: -20px;
    z-index: 999;
    border-radius: 50px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    outline: none!important;
    box-shadow: none!important;
}

.sidebarToggle.active {
    margin-left: 10px;
}

.sidebarToggle:hover{
    color: rgb(221, 11, 11);
}

.page .content .container{
    margin: 30px;
    background: #fff;
    padding: 50px;
    line-height: 28px;
}

body.active .page .sidebar{
    left: -250px;
}

body.active .page .content{
    margin-left: 0;
    width: 100%;
}
.sidebar-header {
    padding: 10px 25px 10px 15px;
}
.sidebar-logo-container {
    background-color: rgb(0, 0, 0, 0.2);
    border-radius: 8px;
    padding-left: 3px;
    display: flex;
}

.logo-container {
    max-width: 40px;
    background-color: rgb(0, 0, 0);
    border-radius: 5px;
    margin: 8px;
    padding: 6px 8px;
}

.brand-name-container {
    margin: 10px 55px 0px 2px;
    padding: 0px;
}

.logo-sidebar {
    width: 100%;
    height: auto;
}

.brand-name {
    color: rgb(224, 198, 48); 
    font-size: 15px;
    font-weight: 900;
    width: 100px;
    text-align: center;
    font-family: 'Verdana', sans-serif;

}

.navigation-list {
    list-style-type:none;
    padding: 0px 18px;
    margin-top: 30px;
}
.navigation-list-item {
    padding: 12px 18px 12px 25px;
    margin: 15px 0px;
    border-radius: 8px;
    
}
.navigation-list-item:hover {
    background: rgb(0, 0, 0, 0.05);
    box-shadow: 0 0 0.4em rgb(255, 255, 255, 0.1);
    cursor: pointer;
}
.navigation-list-item.active {
    background: rgb(0, 0, 0, 0.1);
    box-shadow: 0 0 0.4em rgb(255, 255, 255, 0.1);
}
.navigation-link {
    color: rgb(31, 40, 51, 0.8);
    letter-spacing: 0.5px;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.navigation-link i {
    font-size: 18px;
}
.navigation-list-item:hover .navigation-link {
    color: rgb(255, 255, 255, 0.7);
}
.navigation-list-item.active .navigation-link {
    color: rgb(255, 255, 255, 0.8);
    font-weight: 500;
}
.teams-title-container {
    padding-left: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.teams-title {
    letter-spacing: 0.5px;
    font-size: 17px;
    color: rgb(31, 40, 51, 0.8);
    font-family: 'Roboto', sans-serif;
}

.testalva {
    position: absolute;
    bottom: 0px;
}
.img1 {
    width: 50px;
    height: auto;
}