/* Color
    Bleu : #0094d0
    Red : #df1227
    Orange : #ef943a
    Green : #588c5b
*/

@font-face {
    font-family: "Century Gothic";
    src: url("../fonts/century-gothic/CenturyGothic.eot");
    src: url("../fonts/century-gothic/CenturyGothic.eot?#iefix")
    format("embedded-opentype"),
    url("../fonts/century-gothic/CenturyGothic.woff") format("woff"),
    url("../fonts/century-gothic/CenturyGothic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* Body */
body {
    font-family: "Century Gothic" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Century Gothic", sans-serif !important;
}


/* ALL BTN */
.custom-theme-btn-auth-submit {
    color: #fff !important;
    border-color: var(--bs-primary) !important;
    background-color: #E01225 !important;
}

.custom-theme-btn-logout {
    color: #fff !important;
    border-color: var(--bs-primary) !important;
    background-color: #E01225 !important;
}

.aside .btn-custom:hover:not(.btn-active) {
    color: #fff !important;
    border-color: var(--bs-primary) !important;
    background-color: #0094d0 !important;
}

.red {
    color: #E01225 !important;
}

.bleu {
    color: #0094d0 !important;
}

.orange {
    color: #ef943a !important;
}

.green {
    color: #588c5b !important;
}


.header-fixed .header {
    background-color: #edf5fd;
    border-bottom: 1px solid #0094d0;
}

.aside .aside-logo {
    background-color: #edf5fd;
    border-right: 1px solid #0094d0;
    border-bottom: 1px solid #0094d0;
}
.aside-menu .menu-item {
	padding: 1px !important;
}
.aside .hover-scroll-overlay-y {
	--scrollbar-space: 0.1rem;
	scrollbar-color: #0094d0 transparent;
}
.aside .hover-scroll-overlay-y:hover {
	scrollbar-color: #0094d0 transparent;
}
.aside-menu .menu-item .menu-link .menu-icon, .aside-menu .menu-item .menu-link .menu-icon .svg-icon, .aside-menu .menu-item .menu-link .menu-icon i {
	color: #0094d0;
}
.aside-menu .menu-item .menu-link .menu-title {
	color: #08445b;
	/* font-weight: 500; */
	/* font-size: 12px; */
	/* font-weight: bold; */
}
.aside {
    background-color: #fff;
    /* border-right: 1px solid #0094d0; */
}

.aside .aside-toggle i {
    color: #0094d0;
}

.aside-menu .menu-item .menu-link .menu-title {
    color: #071437;
}

.aside-menu .menu-item .menu-link.active {
    background-color: #0094d0;
    color: #fff;
}

.aside-menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    background-color: #0094d0;
    color: #fff;
}

.aside-menu .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) {
    background-color: #0094d0;
    color: #fff;
}

.menu-heading {
    color: #0094d0;
}


/* Data table */
.table:not(.table-bordered).table-row-solid tr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--bs-border-color);
}

/* Card */
.card {
    --bs-card-box-shadow: var(--bs-root-card-box-shadow);
    --bs-card-border-color: var(--bs-root-card-border-color);
    border: 1px solid #1b84ff;
}


.card .card-header-perso {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: 20px;
	padding: 0 2.25rem;
}

/* .card .card-header-other {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	min-height: 70px;
	padding: 0 2.25rem;
} */
.am5-modal {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1 !important;
	top: 0px;
	left: 0px;
}