*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }

body {
  box-sizing: border-box; }

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.7; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .5rem; }

.heading-secondary {
  color: #777;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2rem; }

.heading-secondary-white {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .2rem; }

.card {
  background-color: #fff;
  font-size: 2rem;
  padding: 2.5rem;
  border-radius: 3px;
  margin: 5rem;
  text-align: center;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  transition: transform .3s;
  width: 25rem;
  cursor: pointer; }
  .card__icon {
    background-image: linear-gradient(to right bottom, rgba(69, 197, 219, 0.8), rgba(1, 20, 54, 0.8));
    -webkit-background-clip: text;
    color: transparent; }
  .card:hover {
    transform: translateY(-1.5rem) scale(1.03); }

.form-control {
  height: 42px;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 0 35px 0 19px;
  color: #999;
  margin-right: 3rem; }

.form-group {
  display: flex;
  padding-left: 5rem;
  padding-right: 5rem; }

.chart-container {
  box-shadow: 0 0 10px rgba(173, 176, 180, 0.3);
  background-color: #fff;
  height: 400px;
  width: 500px;
  padding: 2rem; }

.chart {
  padding-top: 4rem;
  height: 90%;
  width: 100%; }

.chart2 {
  padding-top: 4rem;
  height: 80% !important;
  width: 100% !important; }

.full-width {
  width: 100%; }

.multi-scroll-custom + .select2-container {
  max-height: 8rem;
  overflow-y: scroll; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 70%; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  cursor: pointer; }

.modal-header, .modal-body {
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem; }

.modal-body {
  height: 40rem; }

.head {
  font-size: 1.5rem; }

.button {
  background-color: #45C5DB;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  position: absolute;
  right: 22rem;
  bottom: 10rem; }

.cust-row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2rem; }

#Progress_Status {
  width: 50%;
  background-color: #ddd;
  margin-left: 20rem; }

#myprogressBar {
  width: 1%;
  height: 35px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 32px;
  color: black; }

#message {
  text-align: center; }

#result-value {
  font-size: 2rem;
  color: #45C5DB;
  text-align: center; }

#linkedin-value {
  font-size: 3rem;
  color: #45C5DB;
  text-align: center; }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
  .row::after {
    content: '';
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-3 {
    width: calc(( 2 * (100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-2-of-4 {
    width: calc(( 2 * (100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(( 3 * (100% - 3 * 6rem) / 4) + 2 * 6rem); }

.header {
  height: 100vh;
  background-image: linear-gradient(to right bottom, rgba(69, 197, 219, 0.8), rgba(1, 20, 54, 0.8)), url(../img/main.jpg);
  background-size: cover;
  background-position: top; }
  .header__text-box {
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -2%); }
  .header__selection {
    position: absolute;
    top: 30%;
    width: 100%; }
  .header__flex-container {
    display: flex;
    justify-content: center; }

.content {
  height: 100%;
  background-color: #45C5DB; }
  .content__container {
    width: 120rem;
    margin: 0 auto; }
  .content__header {
    padding-top: 2rem;
    padding-left: 2rem;
    display: flex;
    justify-content: space-between; }
  .content__logo-text {
    padding-left: 1rem;
    padding-top: 0.5rem; }
  .content__evolve {
    margin-top: 5rem;
    padding-bottom: 5rem; }
