@import url("https://fonts.googleapis.com/css2?family=Raleway: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&display=swap");
@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans: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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat: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=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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=Raleway: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=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(33, 35, 42, 0.7);
  z-index: 2;
  cursor: pointer;
}

/* ========= CUSTOM BREADCRUMB ========== */
.item-breadcamb-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumb-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.breadcrumb-nav-container {
  background: #FCFCFD;
  padding: 10px;
  width: 100%;
}
.breadcrumb-navlink {
  text-decoration: none;
  color: #4F4F4F;
font-family: "Poppins";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
button.btn.breadcrumb-items {
  padding: 0px !important;
}
.custom-bread-color  {
  color: rgba(0, 0, 0, 1) !important;
}
.breadcrumb-navlink:hover {
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
}
.breadcrumb-current-page {
  margin-bottom: 0;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.title-page-head {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #011F3B;
  font-family: "Poppins";
}

/* ========= END CUSTOM BREADCRUMB ========== */

/* ========= CUSTOM FORM INPUT ============= */
.ql-container.ql-snow {
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: #ffffff;
}
.ql-toolbar.ql-snow {
  border: 1px solid rgba(0, 0, 0, 0.22);
  border-bottom: 0 !important;
  border-radius: 12px 12px 0 0;
}

/* ========= END CUSTOM FORM INPUT ============= */
.table-responsive::-webkit-scrollbar {
  width: 6px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #fff;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #F39200;
  border-radius: 20px;
  border: 3px solid transparent;
}

@keyframes animate {
	0% {
		transform: rotateX(-20deg) rotateY(-360deg);
	}
	100% {
		transform: rotateX(-20deg) rotateY(0deg);
	}
}

.css-13cymwt-control {
  background: #F2F6FA !important;
}
.react-bootstrap-table table {
  table-layout: auto !important;
}

.score-input-dashboard {
  border-radius: 10px;
  width: 70px;
  height: 100%;
  border: 0;
  background: #f8f8f8 url("../img/icons/select-icon-dark.png") no-repeat right
    0.75rem center/18px 20px;
}

.logo-accueil-header {
  width: 300px;
}

.nav-accueil {
  padding: 30px;
}
.link-icon-container {
  margin: 20px 0;
}
.gfa-intro {
  text-align: justify;
}

img.app-icon {
  width: 100%;
}
.goto-store-label {
  font-size: 20px;
  text-align: center;
  color: #1f497d;
  font-weight: 500;
  margin-bottom: 10px;
}