:root {
  --tiffany-blue: #6bffe6;
  --aqua: #00d1c3;
  --ice-blue: #edfffb;
  --sea: #41a5a3;
  --dark: #232d41;
  --slate-grey: #545b6c;
  --steel: #707994;
  --blue-grey: #bec3d2;
  --grey: #e6eaf0;
  --light-grey: #f4f5f8;
  --pale-grey: #fafdff;
  --white: #ffffff;
  --watermelon: #eb4667;
  --straw: #fff176;
  --greenish-cyan: #4ce2a7;
  --light-royal-blue: #2d4ef5;
  --black: #333333;
  --Robin-Egg: #7ae7ff;
  --azure: #25b9f5;
  --cerulean: #0077c2;
  --ice-blue-two: #ebf8ff;
  --warm-grey-60: rgba(153, 153, 153, 0.6);
}

.qc-nav, .qc-nav-dark, .qc-nav-white{
  height: 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fafdff;
}

.qc-nav {
  background-color: #fafdff;
  padding-top: 0;
  padding-bottom: 0;
}

.qc-nav-dark {
  background-color: #20283b;
}

.qc-nav-white {
  background-color: #ffffff;
}

.qc-nav .navbar-brand, .qc-nav-white .navbar-brand {
    width: 234px;
    background-image: url('/assets/img/cloud-qc.svg');
    background-repeat: no-repeat;
    background-position: center;
    transition-property: none;
    height: 26px;
    margin-left: 14px;
}

.qc-nav-dark .navbar-brand {
  width: 234px;
  background-image: url('../img/cloud-qc-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition-property: none;
  height: 26px;
  margin-left: 30px;
  margin-top: 5px;
}

.btn-account {
  background-image: url('../img/account.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  border: none;
  background-size: contain;
}
.nav-link{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
}

.logout-btn {
  border-radius: 10px;
  width: 90px;
  height: 36px;
  align-self: center;
  border: solid 1px var(--pale-grey);
  color: var(--pale-grey);
  font-size: 14px;
}

@media (max-width: 768px) {
  .qc-nav  .navbar-brand {
    margin-left: 15px;
  }

  .qc-nav-dark .navbar-brand {
    margin-left: 15px;
    width: 48px;
    height: 30px;
    background-image: url('../img/cloud-qc-white.svg');
    background-position-x: left;
  }


  .qc-nav-white .navbar-brand {
    margin-left: 0em;
    width: 48px;
    height: 30px;
    background-image: url('../img/logo-cloud-dark.svg');
  }
  
  .nav-link {
    padding-left: 0px;
  }
  .qc-nav,
  .qc-nav-dark  {
    height: 64px;
  }
}

.login-progress {
  font-size: 14px;
  margin-top: 48px;
  font-family: Montserrat;
  line-height: 1.71;
  color: var(--blue-grey);

}

.login-progress .active.num {
  font-weight: bold;
  color: #42a5f5;
}

.login-progress .active.text {
  font-weight: bold;
  color: var(--slate-grey);
}

.login-progress .text {
  margin-left: 4.5px;
}

.login-progress .chevron {
  margin-left: 4.5px;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  position: relative;
}

.login-progress .chevron::before {
  content: "";
  background-image: url(/en/account/assets/img/chevron-right.svg);
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
}

footer {
  font-size: 14px;
  line-height: 1.71;
  color: var(--blue-grey);
  margin-top: auto;

  display: flex;
  background-color: rgba(238, 241, 246, 0.5);
  min-height: 78px;
  padding-top: 15px;
  padding-bottom: 15px;
}

footer p {
  height: min-content;
  display: flex;
  align-self: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

footer .asus-logo {
  background-image: url(/assets/img/quantum-cloud-x-asus.svg);
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  height: 28px;
  width: 237px;
  align-self: center;
}

nav.navbar.activity-icon{
  position: fixed;
  right: 48px;
  bottom: 5vh;
  z-index: 1030;
  cursor: pointer;
}

@media (min-width: 992px) {
  footer {
      padding-top: 0px;
      padding-bottom: 0px;
  }

  footer p {
      margin-left: 120px;
      margin-right: 0px;
  }

  footer .asus-logo {
      margin-right: 120px;
      margin-left: auto;
  }
}