.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-radius-15 {
    border-radius: 15px !important;
}

.border-radius-20 {
    border-radius: 20px !important;
}

.border-radius-25 {
    border-radius: 25px !important;
}

.border-radius-30 {
    border-radius: 30px !important;
}

@media(max-width: 1197px) {
    #divider {
        display: none;
    }
}

@media(max-width: 995px) {
    #icon_m_aside_left {
        display: none;
    }
}

.btn-dark {
    color: #fff;
    background-color: linear-gradient(311deg, rgba(0,0,0,1) 0%, rgba(47,46,46,1) 100%);
    border-color: linear-gradient(311deg, rgba(0,0,0,1) 0%, rgba(47,46,46,1) 100%);
}
