@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,
p{
    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;
}
.aside-menu .menu-item {
	padding: 1px;
}
.table.gy-5 td, .table.gy-5 th {
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.form-control.form-control-flush {
	border: 0;
	background-color: transparent;
	outline: 0 !important;
	box-shadow: none;
	border-radius: 3px !important;
	border: 1px solid #0094d0;
}

.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;
}

.card-border-color {
	border: 1px solid #0094d0;
}
.card-border-color-green {
	border: 2px solid #17c653 !important;
}

.orange {
    color: #ef943a !important;
}

.green {
    color: #93c301 !important;
}
.bg-green {
    background-color: #93c301 !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 .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;
}
.aside {
    background-color: #fff;
}

.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 */
.caustom-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;
}


/* Tableau de board */
.text-green {
	color: #17c653 !important;
}
.stat-card-border-color {
    border: 1px solid #17c653  !important;
}

.stat-card-border-color-light-red {
	background-color: #f8285a !important;
}

.stat-card-border-color-light-green {
	background-color: #17c653 !important;
}

.card-header-bg-color {
    background-color: #0094d0 !important;
}
/* No data  */
.am5-modal {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1 !important;
	top: 0px;
	left: 0px;
}


/* SMS */
.input-group [data-toggle="datetimepicker"] {
	cursor: pointer;
}
.recurence [data-toggle="cursor"] {
	cursor: pointer;
}

