.login-box .card,
.register-box .card {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%) !important;
    border-radius: 20px !important;
    padding: 20px;
}

.login-logo,
.register-logo {
    font-weight: 500 !important;
}

.form-control {
    height: auto !important;
    padding: 10px 20px !important;
    border-radius: 8px;
}

.login-box,
.register-box {
    width: 400px !important;
}

@media (max-width: 576px) {

    .login-box,
    .register-box {
        margin-top: 0.5rem;
        width: 90% !important;
    }
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
    height: auto !important;
}
.info-box{
    padding: 0px !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.info-box .info-box-icon{
    width: 100px !important;
    border-radius: 8px 0 0 8px !important;
    height: 100px;
    -webkit-border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    -ms-border-radius: 8px 0 0 8px !important;
    -o-border-radius: 8px 0 0 8px !important;
}
.info-box .info-box-text, .info-box .progress-description{
    font-size: 18px;
}
.info-box .info-box-number {
    display: block;
    margin-top: 0px;
    font-weight: 700;
    font-size: 26px;
}
.login-page{
    background-image: url('../img/bg.png');
    background-position: center;
    background-size: cover;
}
.icon{
    background: #5B009B;
    padding: 8px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width: 35px;
    display: inline-block;
}
.icons{
    background: #5B009B;
    padding: 8px 15px;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.icons:hover {
    color: #fff;
    background: #343a40;
}
table{
    vertical-align: middle;
}
table thead{
    background: #343a40;
    color: #fff;
    border-bottom: 0px;
    vertical-align: middle;
}
.icon{
    color: #fff !important;
}
.layout-fixed .main-sidebar{
    box-shadow: none !important;
}
.login-logo{
    background: #5B009B;
    border-right: 1px solid #efefef;
}
.navbar {padding: 9px 10px;}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover{
    background-color: rgb(0 123 255)!important;
    color: #fff!important;
}
[class*=sidebar-dark-]{
    background-color: #343a40 !important;
}
/* .main-footer{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 22;
} */
.justify-content-center{
    justify-content: center;
}
.info-box{
    min-height: 55px !important;
}
.small_logo{
    display: none;
}
.large_logo{
    display: block;
}
.sidebar-collapse .small_logo{
    display: block;
}
.sidebar-collapse .large_logo{
    display: none;
}
.login-box .login-logo{
    background: transparent;
    border-right: none;
}

.alert.alert-danger ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.has-error {
    border: 1px solid red;
    border-radius: .25rem;
}
.error-block {
    font-size: 14px;
    color: red;
}
.b-0 {
    border: none;
}
.list-p {
    margin-bottom: 10px;
}
.table-main-wrap {
    overflow-y: auto;
}
.load-wrap {
    text-align: center;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert p{
    margin-bottom: 0px;
}
.pagination-wrapper svg{
    width: 20px;
}
.pagination-wrapper .pagination{
    float: right;
}
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #8400de;
    border-color: #8400de;
}
.login-box .login-logo {
    padding-bottom: 15px;
}
.report_wise .info-box .info-box-icon {
    height: auto;
}

.report_wise .info-box {
    border-radius: 8px;
    padding: 10px 10px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.border-info {
    background: rgb(23 162 184 / 10%);
}
.bg-danger {
    background-color: #ed5d37 !important;
}
.border-danger {
    background: rgb(237 93 55 / 10%);
    border-color: #ed5d37 !important;
}

.border-success {
    background: rgb(40 167 69 / 10%);
}

.border-warning {
    background: rgb(255 193 7 / 10%);
}

.border-secondary {
    background: rgb(108 117 125 / 10%);
}

.border-primary {
    background: rgb(91 0 155 / 10%);
}
.report_wise .info-box {
    background: rgb(52 58 64 / 0%) !important;
    color: #343a40 !important;
    box-shadow: none;
    border: 1px solid #343a40;
}
.report_wise .info-box:hover {
    background: #343a40 !important;
    color: #fff !important;
}
.btn {border-radius: 8px;}

.input-group input {
    border-radius: 8px;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    border-radius: 0px 8px 8px 0px;
}
.table td, .table th {
    padding: 10px 5px;
    vertical-align: middle;
}

.icon {
    border-radius: 8px;
    text-align: center;
    width: 35px;
    height: 35px;
}

.report_card .info-box {
    padding: 11px 20px !important;
    border-radius: 8px;
    min-height: auto !important;
}

.report_card .info-box .info-box-icon {
    height: auto;
}
.content-header h1 {
    color: #5b009b;
    font-weight: 600;
}
/* .content-wrapper {
    background-color: #fff;
} */
.custom-file-label {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.btn-danger {
    color: #fff;
    background-color: #ed5d37;
    border-color: #ed5d37;
    box-shadow: none;
}
.btn-danger:hover {
    color: #fff;

    background-color: #fa896b;
    border-color: #fa896b;
}
.modal-title {
    color: #343a40;
    font-weight: 600;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(52 58 64 / 1%);
}
.report_card button.info-box {
    background-color: rgb(91 0 155 / 1%) !important;
    color: #5b009b !important;
    border: 1px solid #5b009b;
    box-shadow: none;
    font-weight: 600;
}

.report_card button.info-box:hover {
    background-color: #5b009b !important;
    color: #fff !important;
}
body:not(.layout-fixed) .main-sidebar .sidebar {
    padding: 0;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link {
    padding: 10px 10px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
.bg-primary {
    background-color: #343a40 !important;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #fff;
    background: #5b009b;
    border-radius: 8px;
    padding: 5px 20px;
}
.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default:hover {
    color: #fff;
    background: #8400de;
    border-radius: 8px;
    padding: 5px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    background: rgb(52 58 64 / 10%);
}

.dropdown-menu {
    border-radius: 8px !important;
    overflow: hidden;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header p {
    margin: 0;
    padding: 5px 0;
}


[class*=sidebar-dark-] .sidebar a {
    color: #ffffff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #5b009b;
    color: #fff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active:before {
    content: '';
    position: absolute;

    right: 0;
    top: 0;
    border-radius: 0;
    border: 17px solid #f4f6f9;
    border-top: 22px solid #fff0;
    border-bottom: 22px solid #fff0;
    border-left: 22px solid #fff0;
}
body {
    background: #f4f6f9;
}
.breadcrumb-item.active {
    color: #343a40;
    font-weight: 600;
}
.breadcrumb-item a:hover {
    color: #5b009b;
}
.card-body>.table {
    border-radius: 10px;
    overflow: hidden;
    background: #f4f6f9;
    text-align: center;
}
.main-sidebar:before {
    background-image: url(../img/sidebar-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0.5;
}

.report_wise_row .info-box-icon {background-color: #5b009b !important;    color: #fff !important;}

.report_wise_row .info-box {
    border: 1px solid #5b009b !important;
    background: transparent !important;
}

.report_wise_row .info-box .info-box-content {
    background: transparent !important;
}
@media (min-width:993px){
    body:not(.layout-fixed) .main-sidebar {
        border-radius: 16px;
    }

    .wrapper {
        padding: 10px;
    }

    nav.main-header.navbar.navbar-expand.navbar-white.sticky-top.bg-primary {
        border-radius: 16px;
    }
    body:not(.layout-fixed) .main-sidebar {
        height: inherit;
        min-height: calc(100% - 18px);
        position: absolute;
        box-shadow: none !important;
        top: 8px;
    }
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 260px;
    }
    .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
        margin-left: -260px;
    }
    .content-wrapper {
        min-height: calc(100vh - 94px) !important;
        border-radius: 16px !important;
        margin: 15px 0 0 0;
            border: 2px solid rgb(52 58 64 / 10%);
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #343a40 !important;
    font-size: 14px !important;
    border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin: 0 !important;
    color: #fff !important;
    border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:nth-child(even) {
    background: #5b009b !important;;
}
