/*Real custom*/
*:focus {
    outline: none;!important;
}

.sidebar {
    position: fixed;
    top: 16px;
    left: 16px;
    bottom: 16px;
    right: 16px;
    z-index: 100;
    border: none;
    -webkit-box-shadow: 0 0.75rem 0.75rem rgba(167,66,240,.3);
    box-shadow: 0 0.75rem 0.75rem rgba(167,66,240,.3);
    border-radius: 10px;
    padding-right: 0 !important;
    padding-bottom: 0;
    padding-left: 0 !important;
    background: rgb(93,43,233);
    background: linear-gradient(36deg, rgb(87, 51, 192) 0%, rgb(113, 65, 241) 100%);}

#logo{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:760px) {
    #logo{
        width: 20%;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 100;
        border: none;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: unset;
        padding-right: unset;
        padding-bottom: unset;
        padding-left: unset;
        background: rgb(93,43,233);
        background: linear-gradient(36deg, rgb(87, 51, 192) 0%, rgb(113, 65, 241) 100%);
    }
}

@media (max-width:440px) {
    #logo{
        width: 50%;
    }
}

.bg-appsol{
    background-color: #5F2BE9!important;
}

.card {
    border: none;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 0.75rem rgba(93,43,233,.2);
    box-shadow: 0 0.75rem 0.75rem rgba(93,43,233,.2);
}

.form-row{
    padding-top: 16px;
}

.btn-primary{
    background-color: #5F2BE9!important;
    outline: none;
    border: none;
}

/*Datable customization*/
/*Buttons*/
td.text-center.controls > div > button.btn.btn.btn-primary{
    display: flex;
    justify-content: space-between;
    flex: auto;
    align-items: center;
}
td.text-center.controls > div > button.btn.btn.btn-primary > i{
    margin-right: 8px;
    font-size: 18px;
}
td.text-center.controls > div > button.btn.btn.btn-danger{
    display: flex;
    justify-content: space-between;
    flex: auto;
    align-items: center;
}
td.text-center.controls > div > button.btn.btn.btn-danger > i{
    margin-right: 8px;
    font-size: 18px;
}
.active > .page-link, .page-link.active{
    background-color: #5F2BE9!important;
    border-color: #5F2BE9!important;
}
/*Texts*/
.table > tbody > tr > td {
    vertical-align: middle;
}
th, .table > tbody, .dataTables_info, label{
    color: #495057 !important;
}

/*End datable customization*/

body > nav.navbar > div > button {
    border: none;
    outline: none;
}
.user-card {
    border-bottom: none;
}

.h2, p {
    color: #495057 !important;
}
