/*CSS for CMSPanel Accordion*/
a {
    color: #22355b;
}

.card {
    padding: 5px;
}

.panel-title {
    margin: 2px !important;
}

.panel-heading .panel-title a {
    background: #242424;
    padding: 12px;
    color: #fff;
    display: block;
    position: relative;
}

.panel-heading .panel-title a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 111;
    font-size: 17px;
    font-weight: 600;
}

.panel-heading .panel-title a h6 {
    margin: 0;
}

.panel-heading .panel-title a.acc {
    background-color: #22355b !important;
    position: relative;
}

.panel-heading .panel-title a.acc:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 111;
    font-size: 17px;
    font-weight: 600;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #22355b !important;
    color:#fff !important;
}

/* .navbar-white {
    background-color: #22355b !important;
} */

.btn-primary {
    background-color: #f32a38;
    border-color: #f32a38;
}

.nav-pills .nav-link:not(.active):hover {
    color: #f32a38;
}

/* .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
} */

.btn-primary:hover {
    background-color: #22355b;
    border-color: #22355b;
}

/* .main-sidebar {
    background: #fff;
} */

span.fa.fa-pen, span.fa.fa-trash {
    font-size: 14px;
    margin: 0 2px 0 0;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #6c757d;
}

div.dt-button-collection {
    position: absolute;
    z-index: 2001;
    background-color: white;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding: 0rem 0;
    width: 200px;
}

.page-item.active .page-link {
    background-color: #22355b;
    border-color: #22355b;
}
.page-link {
    color: #000; 
}

.form-control:focus {
    border-color: #495057; 
}

a.acc2:after {
    display: none;
}
.addcompoent{
    position: relative;
}
.panel-heading .panel-title a.acc2 {
    padding: 2px 10px;
    position: absolute;
    right: 55px;
    top: 12px;
    font-size: 13px;
    background: #fff;
    border-radius: 27px;
    text-transform: capitalize;
    color: #000 !important;
    font-weight: 700;
}
.card-primary:not(.card-outline)>.card-header {
    background-color: #22355b;
}