/* your styles go here */
.fa-xl{
    margin-right:10px;
    margin-bottom:10px;
}

.gst-gray-hover {
    transition: background-color 0.3s ease;
    padding: 6px;
}

.gst-gray-hover:hover {
    border-radius: 8px;
    background-color: whitesmoke;

}

.gst-text-info {
    color: #796AEE;
}

.gst-text-success {
    color: #54e69d;
}

.gst-text-danger {
    color: #ff7676;
}

.gst-text-warning {
    color: #ffc36d;
}

.gst-pointer{
    cursor:pointer;
}

.card-header .fa {
    transition: .3s transform ease-in-out;
}

.card-header.collapsed .fa {
    transform: rotate(90deg);
}

select{
    cursor:pointer;
}

.gst-hideon850 {
    display:;
}

@media (max-width: 850px) {
    .gst-hideon850 {
        display: none;
    }
}

.sidebar-link.active{
    color: #fff;
    border-left: 4px solid #3b25e6;
    background: #796AEE;
}