/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.feather-16{
    width: 16px;
    height: 16px;
}
.feather-24{
    width: 24px;
    height: 24px;
}
.feather-32{
    width: 32px;
    height: 32px;
}

.sortable-th:not(.cursor-default) {
    cursor: pointer;
}

.sortable-th:not(.active) .direction {
    display: none;
}

.table-collapse .adaptive-label {
    display: none;
}
@media screen and (max-width: 768px) {
    .table-collapse thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-collapse tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
        line-height: 1rem;
    }
    .table-collapse td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: right;
    }
    .table-collapse td::before {
        content: attr(data-label);
        float: left;
        margin: 0 10px 0 0;
        font-weight: 600;
    }
    .table-collapse .adaptive-label {
        display: block;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #343d55;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

::-o-scrollbar {
    width: 15px;
}

::-o-scrollbar-thumb {
    border-radius: 10px;
    background: #343d55;
}

::-o-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}
