

.sidebar{
    width:60px !important;
    background-color:#F0F0F0;

}

.is-info .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #2986cc;
    height: 50px;
    width: 50px;
    display: flex;
    border: 2px solid black;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
}





.is-danger .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #8C4970;
    height: 50px;
    width: 50px;
    display: flex;
    border: 2px solid black;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: white;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
}

article:hover .fas.fa-arrow-right {
    bottom: 0px;
    opacity: 1;
}

main{background-color:#f8f8f8;}

a i{
    padding: 8px 8px 8px 0px;
    text-deconration: none;
    font-size: 18px;
    color: black;
    display: block;
}


.dropright &::after {
                margin-left: 0;
            }


.dropright {
.dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: $dropdown-spacer;
}

.dropdown-toggle {
    @include caret(right);
&::after {
     vertical-align: 0;
 }
}
}
