/* Scroll */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 75, 154, 0.25);
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(0, 75, 154);
    ;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(0, 75, 154);
    ;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
    ;
}

::-webkit-scrollbar-corner {
    background: transparent;
}


/*  end  */

.table-row:hover {
    background-color: rgba(182, 196, 241, 0.5);
}

* > svg{
    height: 1.2rem;
    width: 1.2rem;
    color: inherit;
}

.x-icon-80 > svg{
    height: 80px;
    width: 80px;
}
.x-icon-60 > svg{
    height: 60px;
    width: 60px;
}
.x-icon-40 > svg{
    height: 40px;
    width: 40px;
}

.x-color > svg{
    color: inherit;

}

/* Nav */

.nav-ittem{
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Table DataTable */

div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    border-color: #dee2e6;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}