/* Golden7 / CA28 / T1 */
/*
:root {
  --primary-color: purple !important;
  --white: #FFFFFF !important;
}

/* App NavBar */

div.navlink-box > a:nth-child(1) {
  order: 1;
}

div.navlink-box > a:nth-child(2) {
  order: 2;
}

div.navlink-box > a:nth-child(3) {
  order: 6;
}

div.navlink-box > a:nth-child(4) {
  order: 4;
}

div.navlink-box > a:nth-child(5) {
  order: 5;
}

div.navlink-box > a:nth-child(6) {
  order: 3;
}

div.navlink-box > a:nth-child(7) {
  order: 7;
}

div.navlink-box > a:nth-child(n+8) {
  order: 8;
}

@media all and (max-width: 991px) {
	div.login-popup-wrapper > div.login-box > div.box-form {
    height: calc(100vh - 2* 31px) !important;
  }
}


div.login-popup-wrapper > div.login-box {
  background-image: url(1146d59de34364f52120.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

div.login-popup-wrapper > div.login-box > div.darken-background {
	background: rgba(0, 0, 0, 0.50) !important;
}

div.login-popup-wrapper > div.login-box > div.box-form {
	background: rgba(22, 17, 6, 0.95) !important;
}

div.login-popup-wrapper > div.login-box > div.box-logo {
	background: rgba(64, 53, 18, 0.80) !important;
}

div.login-popup-wrapper > div.login-box > div.box-logo > div.background-overlay {
	background: transparent !important;
}
