
@media screen and (min-width : 1199px) {
    .content-layout {
        border-left: 2px solid #18203910;
        margin-left: 20%;
        width: 80%;
    }
}


.bottom-header li a {
    font-weight: 500;
    background-size: 200% 200%;
    background-position: left bottom;
    border-radius: 4px;
    padding: 8px 12px;
    color: #6e6b7b;
    transition: all 0.3s ease;
}

.darkmodeactivated .bottom-header li a {
    color: #fff;
}

.bottom-header li .active {
    background: #0066ff;
    background-size: 200% 200%;
    background-position: left bottom;
    border-radius: 4px;
    padding: 8px 12px;
    color: #fff;
    transition: all 0.3s ease;
}
.darkmodeactivated {
    background: #182039 !important;
}

.note-label-theme{
    background-color: #0066ff;
    padding: 10px;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 4px;
}

.rounded-number{
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: bold;
    padding: 2%;
    
}