.bg-info {
    background-color: #fff!important;
    color: #000!important;
}

.small-box a {
    background: #2a2929 !important;
}

.small-box i {
    display: none !important;
}

.breadcrumb {
     display: none !important;
}

.content-header h1 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 600;
}

.small-box h3 {
    text-align: center;
    margin-bottom: 0 !important;
    color: #383838;
}

.small-box p {
    text-align: center;
    margin-bottom: 0 !important;
}

.bg-info {
    height: 85%;
    border: solid 2px #959595;
    border-radius: 10px;
}

.small-box>.small-box-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.inner p {
    font-weight: 600;
    color: #343434;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #232426;
}

.nav-pills .nav-link:not(.active):hover {
    color: #000000;
}

.nav-item a {
    color: #2a2929;
}

.os-content .input-group {
    border: solid 1px #000;
    border-radius: 10px;
}

.os-content .input-group .form-control {
    background: none;
    border: none;
}

.os-content .input-group .input-group-append {
    background: #2a2929;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.os-content .input-group i {
    color: white;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-radius: 10px;
}

.nav-sidebar>.nav-item {
    border-bottom: solid 1px #0000001f;
}


tr {
    border: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(5 97 193 / 5%);
}

td {
        font-size: 15px !important;
}

th {
        font-size: 15px !important;
}

table {
    display: table !important;
}

.table-bordered td, .table-bordered th {
    border: none !important;
}

.table-bordered td, .table-bordered th {
    border-right: solid 1px #00000026 !important;
    border-top: none;
    border-bottom: none;
    border-left: none;
}