@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

body:after {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.sidebar-brand {
    color: white;
    font-weight: 500;
    font-size: 1.9em;
}

.sidebar-body {
    background: #1e1e2d;
}

.sidebar-nav-parent>* {
    color: azure;
}

.sidebar-nav-children>* {
    color: azure;
}

.sidebar-user {
    text-decoration: none;
    color: azure;
    font-size: 1em;
}

.form-check-input {
    position: relative;
}

.module_checkbox {
    margin-top: 1em;
}

.sync-button {
    border: 1px solid #1e1e2d;
    font-weight: 600;
    width: 11em;
    height: 4em;
    border-radius: 5px;
}

.sync-button:hover {
    background-color: #1e1e2d;
    color: white;

}

.table-card {
    margin-top: 2rem;
    font-size: small;
    background-color: white !important;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

table {
    margin-bottom: 0px !important;
}



.main-sidebar {
    font-weight: 200;
    font-size: 16px;
    background-color: #1e1e2d;
}

.dashboard-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.top-nav {
    border-radius: 20px;
    background-color: white;
    width: 50rem;
}

.nav-link.active {
    border-radius: 20px;
    background-color: #1e1e2d !important;
}

.btn-primary {
    background-color: #1e1e2d !important;
    border-color: #1e1e2d !important;
}

embed {
    border: none;
    height: 10rem;
    width: 12rem;
}

label {
    margin-top: 1rem;
}

.dataTables_wrapper .dataTables_length select {
    width: 4em;
}

div.dataTables_wrapper {
    padding: 1em;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 1em;
}

tr th,
td {
    vertical-align: middle !important;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #ffffff;
}

.accordion-button {
    padding-right: 4em;
}

.fa {
    line-height: revert !important;
}


.card.card-custom {
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
    border: 0;
}

.card.card-custom>.card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
}

.card.card-custom>.card-header .card-title {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    margin-left: 0;
}

.card.card-custom>.card-header .card-title .card-icon {
    margin-right: 0.75rem;
    line-height: 0;
}

.card.card-custom>.card-header .card-title .card-icon i {
    font-size: 1.25rem;
    color: #7E8299;
    line-height: 0;
}

.card.card-custom>.card-header .card-title .card-icon i:after,
.card.card-custom>.card-header .card-title .card-icon i:before {
    line-height: 0;
}

.card.card-custom>.card-header .card-title .card-icon .svg-icon svg {
    height: 24px;
    width: 24px;
}

.card.card-custom>.card-header .card-title .card-icon .svg-icon svg g [fill] {
    transition: fill 0.3s ease;
    fill: #7E8299;
}

.card.card-custom>.card-header .card-title .card-icon .svg-icon svg:hover g [fill] {
    transition: fill 0.3s ease;
}

.card.card-custom>.card-header .card-title,
.card.card-custom>.card-header .card-title .card-label {
    font-weight: 500;
    font-size: 1.275rem;
    color: #181C32;
}

.card.card-custom>.card-header .card-title .card-label {
    margin: 0 0.75rem 0 0;
    flex-wrap: wrap;
}

.card.card-custom>.card-header .card-title small {
    color: #B5B5C3;
    font-size: 1rem;
}

.card.card-custom>.card-header .card-toolbar {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    flex-wrap: wrap;
}

.card.card-custom>.card-header.card-header-tabs-line {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: stretch;
}

.card.card-custom>.card-header.card-header-tabs-line .card-toolbar {
    margin: 0;
}

.card.card-custom>.card-header.card-header-tabs-line .nav {
    border-bottom-color: transparent;
}

.card.card-custom>.card-header.card-header-tabs-line .nav .nav-item {
    align-items: stretch;
}

.card.card-custom>.card-header.card-header-tabs-line .nav .nav-link {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.card.card-custom>.card-header.card-header-right {
    justify-content: flex-end;
}

.card.card-custom>.card-body {
    padding: 2rem 2.25rem;
}

.card.card-custom>.card-footer {
    background-color: transparent;
}

.card.card-custom .card-scroll {
    position: relative;
    overflow: auto;
}

.card.card-custom.card-stretch {
    display: flex;
    align-items: stretch !important;
    flex-direction: column;
    height: 100%;
}

.card.card-custom.card-stretch.gutter-b {
    height: calc(100% - 25px);
}

.card.card-custom.card-stretch.card-stretch-half {
    height: 50%;
}

.card.card-custom.card-stretch.card-stretch-half.gutter-b {
    height: calc(50% - 25px);
}

.card.card-custom.card-stretch.card-stretch-third {
    height: 33.33%;
}

.card.card-custom.card-stretch.card-stretch-third.gutter-b {
    height: calc(33.33% - 25px);
}

.card.card-custom.card-stretch.card-stretch-fourth {
    height: 25%;
}

.card.card-custom.card-stretch.card-stretch-fourth.gutter-b {
    height: calc(25% - 25px);
}

.card.card-custom.card-fit>.card-header {
    border-bottom: 0;
}

.card.card-custom.card-fit>.card-footer {
    border-top: 0;
}

.card.card-custom.card-space {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.card.card-custom.card-space>.card-header {
    padding-left: 0;
    padding-right: 0;
}

.card.card-custom.card-space>form>.card-body,
.card.card-custom.card-space>.card-body {
    padding-left: 0;
    padding-right: 0;
}

.card.card-custom.card-space>form>.card-footer,
.card.card-custom.card-space>.card-footer {
    padding-left: 0;
    padding-right: 0;
}

.card.card-custom.card-sticky>.card-header {
    transition: left 0.3s, right 0.3s, height 0.3s;
    min-height: 70px;
}

.card-sticky-on .card.card-custom.card-sticky>.card-header {
    transition: left 0.3s, right 0.3s, height 0.3s;
    position: fixed;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.1);
    z-index: 101;
    background: #ffffff;
}

.card.card-custom.card-transparent {
    background-color: transparent;
}

.card.card-custom.card-shadowless {
    box-shadow: none;
}

.card.card-custom.card-px-0 .card-header,
.card.card-custom.card-px-0 .card-body,
.card.card-custom.card-px-0 .card-footer {
    padding-left: 0;
    padding-right: 0;
}

.card.card-custom.card-border {
    box-shadow: none;
    border: 1px solid #EBEDF3;
}

.card.card-custom.card-collapsed>form,
.card.card-custom.card-collapsed>.card-body {
    display: none;
}

.card.card-custom .card-header .card-toolbar [data-card-tool=toggle] i {
    transition: all 0.15s ease;
}

.card.card-custom.card-collapsed .card-header .card-toolbar [data-card-tool=toggle] i,
.card.card-custom.card-collapse .card-header .card-toolbar [data-card-tool=toggle] i {
    transition: all 0.15s ease;
    transform: rotate(180deg);
}

.card-spacer {
    padding: 2rem 2.25rem !important;
}

.card-spacer-x {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}

.card-spacer-y {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.card-rounded {
    border-radius: 0.42rem;
}

.card-rounded-top {
    border-top-left-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
}

.card-rounded-bottom {
    border-bottom-left-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

@media (max-width: 767.98px) {
    .card.card-custom>.card-header:not(.flex-nowrap) {
        min-height: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.rounded-card {
    border-radius: 0.42rem;
}

.rounded-card-top {
    border-top-left-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
}

.rounded-card-bottom {
    border-bottom-left-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.aside-menu .menu-nav>.menu-item:hover>.menu-heading .menu-text,
.aside-menu .menu-nav>.menu-item:hover>.menu-link .menu-text,
.aside-menu .menu-nav>.menu-item:hover>.menu-link .menu-icon,
.aside-menu .menu-nav>.menu-item:hover>.menu-heading .menu-icon {
    color: white;
}