@import url("https://fonts.googleapis.com/css2?family=REM:ital,wght@0,100..900;1,100..900&display=swap");
/* SASS VAR */
/* SASS VAR */
/* HTML REDESIGN */
* {
  font-family: "REM", sans-serif;
}

body {
  color: #000;
  font-size: 16px;
}
@media (max-width: 1400px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 13px;
  }
}

a:hover, .btn:hover, .link-*:hover {
  transition: all ease-in-out 0.2s;
  filter: brightness(90%);
}

a {
  color: #4188F1;
  text-decoration: none;
  cursor: pointer;
}

section {
  margin-top: 3rem;
}

button:not([class*=btn-outline-]), button:not([class*=btn-outline-]):hover, button:not([class*=btn-outline-]):active, button:not([class*=btn-outline-]):focus, .dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:active, .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-dark, .btn-dark:hover, .btn-dark:active, .btn-dark:focus, .btn-light, .btn-light:hover, .btn-light:active, .btn-light:focus, .btn-white, .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-black, .btn-black:hover, .btn-black:active, .btn-black:focus, .btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning-50, .btn-warning-50:hover, .btn-warning-50:active, .btn-warning-50:focus, .btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus, select, select:hover, select:active, select:focus, input, input:hover, input:active, input:focus, .navbar-toggler, .navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-width: 0 !important;
}

a:hover {
  color: #1F1F33;
  text-decoration: none;
}

.space-1 {
  height: 100px;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
  font-weight: 400;
}

h4 {
  font-size: 1.4em;
  font-weight: 700;
}

h5 {
  font-size: 1.2em;
  font-weight: 700;
}

h6 {
  font-size: 1.1em;
  font-weight: 100;
}

/* ANTI BOOTSTRAP */
.bg-primary, .btn-primary, .btn-primary:focus, .btn-primary:focus-visible, .btn-primary:active, .btn-outline-primary:hover, .dropdown-item.active, .dropdown-item:active {
  background-color: #4188F1 !important;
}

.bg-secondary, .btn-secondary, .btn-secondary:focus, .btn-secondary:focus-visible, .btn-secondary:active, .btn-outline-primary.active, .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  background-color: #FF9327 !important;
}

.bg-info, .btn-info, .btn-info:focus, .btn-info:focus-visible, .btn-info:active {
  background-color: #6496ca !important;
}

.bg-info-25 {
  background-color: rgba(100, 150, 202, 0.25) !important;
}

.bg-info-10 {
  background-color: rgba(100, 150, 202, 0.1) !important;
}

.bg-success, .btn-success, .btn-success:focus, .btn-success:focus-visible, .btn-success:active {
  background-color: #60b957 !important;
}

.bg-danger, .btn-danger, .btn-danger:focus, .btn-danger:focus-visible, .btn-danger:active {
  background-color: #f82828 !important;
}

.bg-danger-25 {
  background-color: rgba(248, 40, 40, 0.25) !important;
}

.bg-danger-50 {
  background-color: rgba(248, 40, 40, 0.5) !important;
}

.bg-warning, .btn-warning, .btn-warning:focus, .btn-warning:focus-visible, .btn-warning:active {
  background-color: #FCBA04 !important;
}

.bg-warning-25 {
  background-color: rgba(252, 186, 4, 0.25) !important;
}

.bg-warning-50, .btn-warning-50 {
  background-color: rgba(252, 186, 4, 0.5) !important;
}

.bg-dark, .btn-dark, .btn-dark:focus, .btn-dark:focus-visible, .btn-dark:active, .dropdown-menu, .dropdown-item:focus, .dropdown-item:hover, .modal-backdrop.show {
  background-color: #1F1F33 !important;
}

.bg-light, .btn-light, .btn-light:focus, .btn-light:focus-visible, .btn-light:active, .carousel-indicators .active, #share .nav-link:hover, #animat .nav-link, .bootstrap-select .dropdown-item:focus, .bootstrap-select .dropdown-item:hover, .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active, .bs-searchbox input {
  background-color: #ECEEF1 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white, .btn-white, .bootstrap-select .dropdown-menu, .bootstrap-select .btn-light {
  background-color: #fff !important;
}

.bg-danger-degra {
  background-color: transparent !important;
  background-image: linear-gradient(rgba(248, 40, 40, 0), #f82828);
}

.bg-danger-degra.text-white h2 {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2666666667);
}

h1, h2, .text-primary, .btn-outline-primary, .btn-light, .link-primary, .dropdown-item:focus, .dropdown-item:hover, #menu .nav-link.active, #menu .nav-link:hover, .breadcrumb-item a, #animat .nav-link, #share .nav-link:hover i, form label {
  color: #4188F1 !important;
}

.text-secondary, .link-secondary, .btn-outline-secondary {
  color: #FF9327 !important;
}

.text-info {
  color: #6496ca !important;
}

.text-success {
  color: #60b957 !important;
}

.text-danger, .text-danger span {
  color: #f82828 !important;
}

.text-warning {
  color: #FCBA04 !important;
}

.text-light, .btn-dark, .link-light, .dropdown-item {
  color: #ECEEF1 !important;
}

.text-dark, .link-dark, .breadcrumb-item:hover a, .breadcrumb-item.active {
  color: #1F1F33 !important;
}

.text-black, .form-control, .bootstrap-select .dropdown-item, .bootstrap-select .btn-warning-50 {
  color: #000 !important;
}

.text-white, .link-white, .btn-primary, .bg-primary h2, .btn-secondary, .btn-info, .btn-outline-primary:hover, .btn-outline-primary.active, .btn-outline-secondary:hover, #menu .nav-link {
  color: #fff !important;
}

.border-primary, .btn-outline-primary {
  border-color: #4188F1 !important;
}

.border-secondary, .btn-outline-secondary, .btn-outline-primary.active {
  border-color: #FF9327 !important;
}

.border-info, .btn-outline-info, #share .nav-link, .bs-searchbox input {
  border-color: #6496ca !important;
}

.border-success, .btn-outline-success {
  border-color: #60b957 !important;
}

.border-danger, .btn-outline-danger {
  border-color: #f82828 !important;
}

.border-warning, .btn-outline-warning {
  border-color: #FCBA04 !important;
}

.border-dark, .btn-outline-dark {
  border-color: #1F1F33 !important;
}

.border-light, .btn-outline-light {
  border-color: #ECEEF1 !important;
}

.border-white, .btn-outline-white {
  border-color: #fff !important;
}

.btn {
  border-radius: 0.75em;
}

.btn {
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
.btn i {
  font-size: 1.5em;
}

.btn-sm {
  padding: 2px 10px;
}

.bootstrap-select .dropdown-menu {
  z-index: 2000;
}
.bootstrap-select .btn-light, .bootstrap-select .btn-warning-50 {
  text-transform: none;
  font-weight: normal;
  color: #1F1F33 !important;
  padding: 0.7em 1.5em !important;
}
.form-floating .bootstrap-select .btn-light, .form-floating .bootstrap-select .btn-warning-50 {
  padding: 0.2em 0.75em !important;
}

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
  vertical-align: -0.1em;
}

.text-decoration-line-through span {
  text-decoration: line-through !important;
}

form label {
  font-size: 0.8em;
  font-weight: light;
  text-transform: uppercase;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.form-switch .form-check-input:checked {
  background-color: #FCBA04; /* Example: #007bff for blue */
  border-color: #FCBA04; /* Match border color for consistency */
}

#content p {
  margin-bottom: 0.6rem;
  line-height: 1.8;
  text-align: justify;
}
#content.text-center p {
  text-align: center;
}
#content p:last-of-type {
  margin-bottom: 0;
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
  margin-top: 2rem !important;
}

.carousel-indicators [data-bs-target] {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  list-style-type: none;
}

.card {
  border: 0;
}
.card h2 {
  font-size: 24px;
}
.card .card-img-overlay {
  background-color: rgba(31, 31, 51, 0.7);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.card.hover {
  background-color: transparent !important;
}
.card.hover:hover {
  background-color: #ECEEF1 !important;
}

@media (max-width: 576px) {
  .fs-5:not(.table-responsive):not(.table-responsive *) {
    font-size: 1em !important;
  }
}

@media (max-width: 576px) {
  .fs-6:not(.table-responsive):not(.table-responsive *) {
    font-size: 0.9em !important;
  }
}

.fs-7 {
  font-size: 0.9rem !important;
}
@media (max-width: 576px) {
  .fs-7:not(.table-responsive):not(.table-responsive *) {
    font-size: 0.8em !important;
  }
}

.fs-8 {
  font-size: 0.8rem !important;
}
@media (max-width: 576px) {
  .fs-8:not(.table-responsive):not(.table-responsive *) {
    font-size: 0.7em !important;
  }
}

.fs-9 {
  font-size: 0.7rem !important;
}
@media (max-width: 576px) {
  .fs-9:not(.table-responsive):not(.table-responsive *) {
    font-size: 0.6em !important;
  }
}

.fs-10 {
  font-size: 0.6rem !important;
}
@media (max-width: 576px) {
  .fs-10:not(.table-responsive):not(.table-responsive *) {
    font-size: 0.5em !important;
  }
}

.form-control-lg, .form-select-lg {
  font-size: 1em;
  font-weight: 400;
  padding: 0.7em 1.5em;
}
.form-control-lg::-moz-placeholder, .form-select-lg::-moz-placeholder {
  color: #1F1F33;
}
.form-control-lg::placeholder, .form-select-lg::placeholder {
  color: #1F1F33;
}

.table tr {
  background-color: #fff;
}
.table td, .table.bg-transparent tr {
  background-color: transparent !important;
}

.page-link {
  border: 0 !important;
  outline: 0 !important;
  background-color: #fff;
  font-size: 1em;
  padding: 3px 10px;
  margin: 0 2px;
  color: #1F1F33 !important;
}
.page-link:hover, .page-link:focus {
  background-color: #4188F1;
  color: #fff !important;
}
.active .page-link {
  background-color: #4188F1;
  color: #fff !important;
  font-weight: bold;
}

.toggler {
  position: relative;
}
.toggler .form-control, .toggler input {
  padding-right: 50px;
}
.toggler i {
  position: absolute;
  right: 5px;
  transform: translate(-100%, -50%);
  top: 50%;
}

.unValid {
  color: #fff;
  font-weight: 500;
  background-color: #f82828;
  border-radius: 0.5rem;
  padding: 5px 15px;
  margin-top: 5px;
  display: inline-block;
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1.3;
}

.bs-searchbox {
  position: relative;
}
.bs-searchbox input {
  border-radius: 0.3rem;
  border-width: 1px !important;
  border-style: solid !important;
  padding-left: 40px;
}
.bs-searchbox::after {
  position: absolute;
  top: -6px;
  left: 20px;
  padding: 1rem 0;
  font-family: bootstrap-icons !important;
  font-weight: 400;
  content: "\f52a";
  color: #1F1F33;
}

/* SOCIAL ICONE COLOR */
a:hover i.fa-facebook-square, a:hover i.fa-facebook, a:hover i.fa-facebook-f, a:hover i.fa-facebook-official, #share .nav-link i.fa-facebook {
  color: #3b5998;
}

a:hover i.fa-linkedin, a:hover i.fa-linkedin-square, #share .nav-link i.fa-linkedin {
  color: #007bb6;
}

a:hover i.fa-youtube, a:hover i.fa-youtube-play, a:hover i.fa-youtube-square, a:hover i.fa-envelope-square, a:hover i.fa-envelope, a:hover i.fa-envelope-o, #share .nav-link i.fa-youtube {
  color: #bb0000;
}

a:hover i.fa-instagram, #share .nav-link i.fa-instagram {
  color: #833AB4;
}

a:hover i.fa-twitter, a:hover i.fa-x-twitter, a:hover i.fa-twitter-square, #share .nav-link i.fa-twitter, #share .nav-link i.fa-x-twitter {
  color: #00aced;
}

a:hover i.fa-whatsapp, a:hover i.fa-phone, #share .nav-link i.fa-whatsapp {
  color: #4FCE5D;
}

.facebook {
  background-color: #3b5998;
  color: #fff;
}

.facebook:hover {
  background: #fff;
  color: #3b5998;
}

a.facebook:hover i.fa-facebook {
  color: #3b5998;
}

.youtube {
  background-color: #bb0000;
  color: #fff;
}

.youtube:hover {
  background: #fff;
  color: #bb0000;
}

a.youtube:hover i.fa-youtube {
  color: #bb0000;
}

.twitter {
  background-color: #00aced;
  color: #fff;
}

.twitter:hover {
  background: #fff;
  color: #00aced;
}

a.twitter:hover i.fa-twitter, a.twitter:hover i.fa-x-twitter {
  color: #00aced;
}

.whatsapp {
  background-color: #4FCE5D;
  color: #fff;
}

.whatsapp:hover {
  background: #fff;
  color: #4FCE5D;
}

a.whatsapp:hover i.fa-whatsapp {
  color: #4FCE5D;
}

.linkedin {
  background-color: #007bb6;
  color: #fff;
}

.linkedin:hover {
  background: #fff;
  color: #007bb6;
}

a.linkedin:hover i.fa-linkedin {
  color: #007bb6;
}

.print {
  background-color: #F1EDEE;
  color: #888;
}

.print:hover {
  background: #fff;
  color: #888;
}

a.print:hover i.fa-print {
  color: #888;
}

a:hover i.fa-print, #share .nav-link i.fa-print {
  color: #444;
}

.envelope {
  background-color: #da2c38;
  color: #fff;
}

.envelope:hover {
  background: #fff;
  color: #da2c38;
}

a.envelope:hover i.fa-envelope, #share .nav-link i.fa-envelope {
  color: #da2c38;
}

/* OCTOBER FLASH CSS */
.oc-flash-message {
  border-left: 15px solid;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2666666667);
  padding: 20px;
  font-weight: bold;
}

.oc-flash-message.success {
  background: #fff;
  color: #4188F1;
  border-left-color: #4188F1;
}

.oc-flash-message.error {
  background: #fff;
  color: #f82828;
  border-left-color: #f82828;
}

.oc-flash-message.warning {
  background: #fff;
  color: #FCBA04;
  border-left-color: #FCBA04;
}

.oc-flash-messages .flash-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}

.oc-progress-bar {
  height: 10px;
  background-color: rgba(255, 147, 39, 0.75);
}

#datatable td, #datatable th {
  vertical-align: middle;
}

#speedForm .fade {
  transition: opacity 0.025s ease-in;
}
#speedForm .nav-link {
  border-radius: 1rem 1rem 0 0;
  display: inline-flex;
}
#speedForm .nav-link.active {
  padding: 0.5rem 1.5rem;
  color: #fff;
  background-color: #4188F1;
  font-weight: bold;
}
#speedForm .nav-link.active::before {
  content: "\f4f9";
  font-family: bootstrap-icons !important;
  font-weight: 400;
  padding-right: 0.5rem;
}

/* LIGHT CSS */
body {
  background-image: url("../img/bg.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

header .menuContent .dropdown-center a {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #ECEEF1;
  padding: 0 1.5em;
}
header .menuContent .dropdown-center a i {
  font-size: 3em;
}
header .menuContent .dropdown-center a.user i {
  font-size: 4em;
}
header .menuContent .dropdown-center a span {
  font-size: 0.7em;
  text-transform: uppercase;
  margin-top: 0.5em;
}
header .menuContent .dropdown-center a:hover, header .menuContent .dropdown-center a.user i {
  color: #4188F1;
  cursor: pointer;
}
header .menuContent .dropdown-center a::after {
  display: none;
}
header .menuContent .dropdown-item {
  text-align: center;
  margin: 15px 0 !important;
  padding: 0 30px !important;
}
header .menuContent .dropdown .dropdown-menu {
  display: none;
}
header .menuContent .dropend .dropdown-menu {
  background-color: #ECEEF1 !important;
}
header .menuContent .dropend .dropdown-menu .dropdown-item {
  color: #1F1F33 !important;
  background-color: #ECEEF1 !important;
}
header .menuContent .dropend .dropdown-menu .dropdown-item:hover {
  color: #4188F1 !important;
}
header .menuContent .dropdown:hover > .dropdown-menu, header .menuContent .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.1em;
  margin-left: 0.1em;
}
header .menuContent .dropend:hover > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 40%;
}
header .menuContent .dropend .dropdown-toggle {
  margin-left: 0.5em;
}
header .menuContent .dropend .dropdown-toggle::after {
  position: absolute;
  right: 25%;
  top: 30%;
}

.main {
  border-radius: 6em 6em 0 0;
  padding: 6em;
  padding-bottom: 0;
  position: relative;
}
.main.rond {
  border-radius: 2em !important;
  padding: 5em 4em !important;
}

#stats {
  display: flex;
  justify-content: space-around;
  align-items: end;
}
#stats .day {
  width: 10%;
  text-align: center;
}

/* RESPONSIVE */
@media (min-width: 768px) {
  #solde {
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 0 !important;
    position: absolute !important;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 1199px) {
  .main:not(.rond) {
    border-radius: 3em 3em 0 0;
    padding: 3em;
  }
}
@media (max-width: 991px) {
  #stats .day span {
    font-size: 0.7em;
  }
  header .dropdown-center a {
    padding: 0 0.2em;
    margin-bottom: 3em;
  }
  header .dropdown-center a.user {
    padding-left: 1.5em;
  }
  header .dropdown-center a i {
    font-size: 2.7em;
  }
  header .dropdown-center a.user i {
    font-size: 3.7em;
  }
}
@media (max-width: 767px) {
  header .dropdown-center a {
    padding: 0 0.2em;
  }
  header .dropdown-center a.user {
    padding-left: 1.5em;
  }
  header .dropdown-center a .dropdown-item {
    margin: 10px 0 !important;
  }
  #solde {
    text-align: center;
  }
}
@media (max-width: 575px) {
  header {
    zoom: 0.7;
  }
}
@media (max-width: 420px) {
  #stats .day span {
    font-size: 0.4em;
  }
}/*# sourceMappingURL=style.css.map */