.form-control {
  height: 40px!important;
}

.btn{
    height: 40px!important;
}

.btn, .btn-group>.btn {
    line-height: 26px!important;
}

a {
    color: rgb(0 0 0);
}

.form-control:focus {
    border-color: #272727 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(109 109 109 / 60%) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(215 215 215 / 60%) !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: rgb(0 0 0)!important;
}

.nav-tabs>li.active>a i.menu-icon, .nav-tabs>li.active>a:focus i.menu-icon, .nav-tabs>li.active>a:hover i.menu-icon {
    color: rgb(0 0 0)!important;
}

.top_stats_wrapper {
    padding: 12px 22px 20px 22px;
    background: #fff;
    border-radius: 0.625em;
    box-shadow: 0px 0px 7px 0 rgba(38, 43, 67, .16);
    border: none !important;
}

.panel, .panel_s {
    border-radius: 0.625em;
    box-shadow: 0px 0px 7px 0 rgba(38, 43, 67, .16);
    border: none !important;
}

.navbar-pills-flat {
    border-radius: 0.625em;
    box-shadow: 0px 0px 7px 0 rgba(38, 43, 67, .16);
    border: none !important;
}

.sidebar li a {
    color: #f1f5f9;
    padding: 10px 13px;
    font-size: 14px;
    margin-top: .25rem;
    font-weight: 500 !important;
}

a:focus, a:hover {
    color: #717171;
    text-decoration: underline;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(0 0 0);
    border-color: rgb(0 0 0);
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .sm\:tw-bg-neutral-900\/50 {
        background-color: #ffffff!important;
    }
}

@media (min-width: 640px) {
    .sm\:tw-bg-neutral-900\/50 {
        background-color: rgb(255 255 255)!important;
    }
}


