@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url(Exo2-Regular.ttf);
}

.w3-theme-l5 {color:#000 !important; background-color:#f4f4f6 !important}
.w3-theme-l4 {color:#000 !important; background-color:#d9dbdf !important}
.w3-theme-l3 {color:#000 !important; background-color:#b3b7c0 !important}
.w3-theme-l2 {color:#fff !important; background-color:#8e93a0 !important}
.w3-theme-l1 {color:#fff !important; background-color:#6a6f7f !important}
.w3-theme-d1 {color:#fff !important; background-color:#434650 !important}
.w3-theme-d2 {color:#fff !important; background-color:#3b3f47 !important}
.w3-theme-d3 {color:#fff !important; background-color:#34373e !important}
.w3-theme-d4 {color:#fff !important; background-color:#2d2f35 !important}
.w3-theme-d5 {color:#fff !important; background-color:#25272c !important}

.w3-theme-light {color:#000 !important; background-color:#f4f4f6 !important}
.w3-theme-dark {color:#fff !important; background-color:#25272c !important}
.w3-theme-action {color:#fff !important; background-color:#25272c !important}

.w3-theme {color:#fff !important; background-color:#4b4f5a !important}
.w3-text-theme {color:#4b4f5a !important}
.w3-border-theme {border-color:#4b4f5a !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#4b4f5a !important}
.w3-hover-text-theme:hover {color:#4b4f5a !important}
.w3-hover-border-theme:hover {border-color:#4b4f5a !important}

/* .w3-theme-border-l5 {border-color: #eff2f6 !important;}
.w3-theme-border-l4 {border-color: #cad5e1 !important;}
.w3-theme-border-l3 {border-color: #95aac4 !important;}
.w3-theme-border-l2 {border-color: #6080a6 !important;}
.w3-theme-border-l1 {border-color: #415773 !important;}
.w3-theme-border-d1 {border-color: #1f2a38 !important;}
.w3-theme-border-d2 {border-color: #1c2632 !important;}
.w3-theme-border-d3 {border-color: #18212b !important;}
.w3-theme-border-d4 {border-color: #151c25 !important;}
.w3-theme-border-d5 {border-color: #616161 !important;}
*/
.w3-text-theme-l5 {color: #f4f4f6 !important;}
.w3-text-theme-l4 {color: #d9dbdf !important;}
.w3-text-theme-l3 {color: #b3b7c0 !important;}
.w3-text-theme-l2 {color: #8e93a0 !important;}
.w3-text-theme-l1 {color: #6a6f7f !important;}
.w3-text-theme-d1 {color: #434650 !important;}
.w3-text-theme-d2 {color: #3b3f47 !important;}
.w3-text-theme-d3 {color: #34373e !important;}
.w3-text-theme-d4 {color: #2d2f35 !important;}
.w3-text-theme-d5 {color: #25272c !important;} 

.horizontal-line {
  height: 2px; /* Height of the line */
  background-color: #415773; /* Color of the line */
  width: 60%; /* Width of the line */
  margin: 20px auto; /* Margin above and below the line */
}

.w3-theme-button {
  color: #fff !important;
  background-color: #6080a6 !important;
}

.w3-theme-white-button {
  color: #1f2a38 !important;
  background-color: #fff !important;
}

.w3-theme-light {
  color: #fff !important;
  background-color: #4f94a8 !important;
}

.table {
  min-width: 750px;
}

.table-cell-min-width {
  min-width: 18em;
}

.table-cell-min-width-small {
  min-width: 11em;
}


body, html {
  background-color: #34373e;
  font-family: "Poppins", sans-serif;
}

.title-image {
  filter: brightness(0.7) contrast(0.8) saturate(0.9);
}

.button-shiny {
  color: #0a0a0a !important;
  background-color: #f0e34a !important;
}

.button-subtle {
  color: #ffffff !important;
  background-color: #34373e !important;
  border: 1px solid #ffff00 !important;
}

.w3-text-google-color {
  color: #97b6de !important;
}

textarea::placeholder {
  color: #8e93a0;
  opacity: 1;
}

input::placeholder {
  color: #8e93a0;
  opacity: 1;
}




