html, body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.landing {
    background-image: linear-gradient(141deg, #f9f9f900 0%, #1f6cdb40 51%, #2c30e869 75%);
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.header {
    line-height: 96px;
}

.status-header{
    line-height: 64px;
    background-color: #94cc9c;
    padding: 0px 45px;
    color: #fff;
}

.positive-flow {
    background-color: #94cc9c !important;
    color: #fff;
}

.negative-flow {
    background-color: #fae1e5 !important;
    color: #ff5e6c;
}

.text-left {
    text-align: left;
}

.status-caption {
    padding: 10px 45px;
}

.status-div {
    padding: 0px;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.status-track-row {
    font-size: 14px;
}

.oval {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 2px #ededed;
    margin: auto;
    background-color: #ffffff;
    position: relative;
  }

  .oval-center {
    background-color: #94cc9c;
    top: 30%; left:30%; /* of the container */
    width:10px; /* of the outer-1 */
    height:10px; /* of the outer-1 */
    position: absolute;
    border-radius: 50%;
  }

  .rectangle {
    width: 10px;
    height: 80px;
    border-left: solid 2px #ededed;
    border-right: solid 2px #ededed;
    position: relative;
    top: -20px;
    margin: auto;
  }

  .pipe {
      height: 35px;
  }

  .icon-status {
      z-index: 99
  }

  .language-section {
      position: absolute;
      right: 80px;
      width: 200px;
  }

  .line {
    height: 1px;
    background-color: #ededed;
    margin: 20px 0px;
  }

  .select-language {
    position: relative;
    right: 50px;
    background: #fff;
    top: -20px;
    width: 130px;
    z-index: 9;
    border-radius: 4px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 0px 20px;
    display: none;
  }

  .language-title {
    line-height: 3;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
  }

  .selection-option {
    line-height: 3.5;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
  }

  .selection-option span {
      margin-left: 10px;
  }

  .select-language a:hover{
    text-decoration: none;
  }

  .select-language a {
    color: #000000;
  }

  .selected-language {
    position: absolute;
    right: 20px;
  }

  .mobile-header {
    text-align: left;
    padding: 0px 20px;
  }

  .language-section {
      width: 20px;
  }

  .mobile-content-section {
      margin: 0px 20px;
      box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
      padding: 20px 0px;
  }

  .oval-full {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 2px #94cc9c;
    margin: auto;
    background-color: #94cc9c;
    position: relative;
  }

  .oval-small {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 2px #94cc9c;
    margin: auto;
    background-color: #94cc9c;
    position: relative;
  }

  .rectangle-full {
    width: 4px;
    height: 85px;
    position: relative;
    top: -25px;
    margin: auto;
    background: #93cc9b;
  }

  .extra-info {
      display: none;
  }

  #extra-info-toggler {
      color: #0000e5;
      cursor: pointer;
  }

  .order-tracking-ref {
    color : #0000e5;
    font-weight: bold;
  }

  .version-number {
      font-size: 12px;
  }

  .form-box {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);
  }

  .form-content {
    text-align: left;
    padding: 30px 0px 0px;
  }

  .login-btn-section {
    padding-top: 20px;
  }

  .register-container{
    margin: auto;
    text-align: center;
  }

  .form-item-section {
    padding: 10px 0px;
  }

  .client-title {
    text-transform: capitalize;
  }

  .register-link {
    padding: 15px 0px;
  }
  .value-error {
    border: 1px solid #f90404;
  }

  .back-link {
    text-align: center;
  }

  .form-role-item {
    padding: 20px;
  }

  .form-role-item div {
    padding: 5px;
    text-transform: capitalize;
  }
  .input-password-container {
    position: relative;
  }
  .toggle-pasword-register{
    position: absolute;
    top: 8px;
    right: 25px;
  }
  .toggle-pasword {
    position: absolute;
    top: 8px;
    right: 10px;
  }
  .circular-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite; 
    animation: spin 1s linear infinite;
  }
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .circular-container {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
  }

  /* .form-control {
    margin: 15px 0px;
  } */