@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);

:root {
  /* Color - Brand */
  --color-primary: #9146FF;
  --color-secondary: #4f2a5f;

  --color-primary-hover: #360761;
  --color-primary-selected: #996219;
  --color-primary-lightest: #e6e401;

  /* Color - Extended */
  --color-red-lightest: #faeaea;
  --color-red-lighter: #e9aaaa;
  --color-red-light: #d96a6a;
  --color-red: #c92a2a;
  --color-red-dark: #ab2424;
  --color-red-darker: #8d1d1d;
  --color-red-darkest: #6f1717;

  --color-pink-lightest: #fbebf0;
  --color-pink-lighter: #efadc4;
  --color-pink-light: #e27098;
  --color-pink: #d6336c;
  --color-pink-dark: #b62b5c;
  --color-pink-darker: #96244c;
  --color-pink-darkest: #761c3b;

  --color-grape-lightest: #f7ecfa;
  --color-grape-lighter: #dfb2e9;
  --color-grape-light: #c678d9;
  --color-grape: #ae3ec9;
  --color-grape-dark: #9435ab;
  --color-grape-darker: #7a2b8d;
  --color-grape-darkest: #60226f;

  --color-violet-lightest: #f1edfd;
  --color-violet-lighter: #c6b6f6;
  --color-violet-light: #9b7fef;
  --color-violet: #7048e8;
  --color-violet-dark: #5f3dc5;
  --color-violet-darker: #4e32a2;
  --color-violet-darkest: #3e2880;

  --color-indigo-lightest: #eceffd;
  --color-indigo-lighter: #b3c1f7;
  --color-indigo-light: #7b92f1;
  --color-indigo: #4263eb;
  --color-indigo-dark: #3854c8;
  --color-indigo-darker: #2e45a5;
  --color-indigo-darkest: #243681;

  --color-blue-lightest: #e8f2fa;
  --color-blue-lighter: #a3c9ea;
  --color-blue-light: #5fa1db;
  --color-blue: #1a79cb;
  --color-blue-dark: #1667ad;
  --color-blue-darker: #12558e;
  --color-blue-darkest: #0e4370;

  --color-cyan-lightest: #e7f2f4;
  --color-cyan-lighter: #9eccd3;
  --color-cyan-light: #56a6b2;
  --color-cyan: #0d8091;
  --color-cyan-dark: #0b6d7b;
  --color-cyan-darker: #095a66;
  --color-cyan-darkest: #074650;

  --color-teal-lightest: #e6f2ef;
  --color-teal-lighter: #9cccbd;
  --color-teal-light: #52a58c;
  --color-teal: #087f5b;
  --color-teal-dark: #076c4d;
  --color-teal-darker: #065940;
  --color-teal-darkest: #044632;

  --color-green-lightest: #ebf7ed;
  --color-green-lighter: #afe0b8;
  --color-green-light: #73c982;
  --color-green: #37b24d;
  --color-green-dark: #2f9741;
  --color-green-darker: #267d36;
  --color-green-darkest: #1e622a;

  --color-lime-lightest: #f1f8e8;
  --color-lime-lighter: #c7e3a2;
  --color-lime-light: #9ecd5c;
  --color-lime: #74b816;
  --color-lime-dark: #639c13;
  --color-lime-darker: #51810f;
  --color-lime-darkest: #40650c;

  --color-orange-lightest: #fef0e6;
  --color-orange-lighter: #fcc29c;
  --color-orange-light: #f99551;
  --color-orange: #f76707;
  --color-orange-dark: #d25806;
  --color-orange-darker: #ad4805;
  --color-orange-darkest: #883904;

  --color-yellow-lightest: #fef5e5;
  --color-yellow-lighter: #fbd999;
  --color-yellow-light: #f8bc4c;
  --color-yellow: #f59f00;
  --color-yellow-dark: #d08700;
  --color-yellow-darker: #ac6f00;
  --color-yellow-darkest: #875700;

}

body.showPopup::before {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #333;
  opacity: .5;
}

nav.navbar {
  border-bottom: 2px solid var(--color-violet-darkest);
}

ul.navbar-nav {
  width: 100%;
  display: inline-block;
}

li.nav-item {
  display: inline-block;
}

.menuItem {
  margin-top: 5px;
}

.dropdown .dropdown-menu {
  transition: none;
}

#userDropdown {
  float: right;
}

.marginTop-s {
  margin-top: 10px;
}

.center {
  text-align: center;
}

#loginDropdownWrapper {
  padding: 20px;
  background-color: #4f2a5f;
  width: 300px;
}

#Top-Header {
  text-align: right;
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 100;
}

.solid {
  opacity: 1;
  color: #ccc;
}

.footer {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
  left: 0px;
  border-top: 1px solid #555;
  padding-top: 10px;
}

#loginForm label {
  font-weight: bold;
  color: #fff;
}

input {
  padding: 5px;
  color: #881cb6;
  font-weight: bold;
  border-radius: 5px;
  /* Use !important here to override bootstrap styles */
  border: 2px solid #000;
}

#reg {
  font-weight: bold;
  color: #fff;
  margin-bottom: 0px;
}

.btn {
  padding: 10px 20px;
  border: 2px solid #333;
  background-color: #9146FF;
  font-weight: bold;
  color: white;
  border-radius: 10px;
  position: relative;
}

.demoBtn {
  background-color: #333;
  font-size: 14px;
  padding: 5px 10px;
  border: 2px solid #9146FF;
}

.btn:hover {
  background-color: #4a0b86;
  border: 2px solid #ccc;
}

.btn.btnSmall {
  padding: 5px 10px;
}

.btn.cancelButton {
  background-color: whitesmoke;
  color: #881cb6;
}

.page-scroll .btn-circle i.animated {
  transition: transform 1s;
  animation: 1s infinite pulse;
}

.page-scroll .btn-circle:hover i.animated {
  animation: 1.5s infinite pulse;
}

.page-scroll {
  width: 100%;
}

.btn-circle {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 60px;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: background .4s ease-in-out;
  -moz-transition: background .4s ease-in-out;
  transition: background .4s ease-in-out;
}

.btn-circle i {
  margin-top: 5px;
}

#moreInfoLabel {
  font-size: 16px;
  line-height: 16px;
  display: block;
  top: 25px;
  position: relative;
}

.btn-circle:hover {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

body {
  --sb-track-color: #231f25;
  --sb-thumb-color: #580a71;
  --sb-size: 5px;
  scrollbar-width: thin;
  scrollbar-color: #580a71 #5a5a5a;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;

}

.btn:active {
  top: 2px;
}

.popupBackground {
  width: 100%;
  height: 100%;
  background-color: rgba(25, 25, 25, .5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: none;
}

.popupBackground.opened .popupDialog {
  display: block;
  overflow: hidden;
}

.popupBody {
  padding: 20px;
  white-space: nowrap;
}

.popupTitle {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  border-bottom: 2px solid #999;
  background-color: #8c5cea;
  padding: 5px 20px;
}

.popupDialog {
  display: none;
  position: fixed;
  background-color: #4f5e65;
  border: 2px solid #333;
  border-radius: 5px;
  min-width: 35%;
  min-height: 100px;
  z-index: 10;
}

.popupCloseButton.topClose {
  float: right;
  color: whitesmoke;
  transition: transform .5s ease-in-out;
}

.popupCloseButton.topClose:hover {
  cursor: pointer;
  transform: rotate(90deg);
}

.popupFooter {
  text-align: center;
  padding: 5px;
}
.feedback-message {
	margin-bottom: 15px;
	margin-top: 2px;
	position: absolute;
    bottom: 0px;
}
.feedBackMessage {
  display: none;
  position: fixed;
  top: 5px;
  padding: 0px 10px;
  border-radius: 5px;
  border: 2px solid #333;
  box-shadow: 2px 2px 5px 0px rgba(25, 25, 25, .5);
  z-index: 50;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  left: 50%;
  /*transform: translateX(-50%);*/
}

.feedBackMessage::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-color: #fff;
  animation: progress 10s linear forwards;
}

.message {
  position: relative;
  display: inline-block;
  top: -6px;
  margin-left: 10px;
  text-align: center;
}

#errorFeedback {
  background-color: #fe5250;
  border-color: firebrick;
}

#successFeedback {
  background-color: rgb(75 176 79);
  border-color: green;
  color: white;
}

#warningFeedback {
  background-color: rgb(254 194 6);
  border-color: orange;
  color: #333;
}

#infoFeedback {
  background-color: #2F539B;
}


@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}

@media only screen and (max-width: 800px) {
  .feedBackMessage {
    left: 5px;
    right: 5px;
    transform: translateX(0px);
  }

  .feedBackMessage {
    padding: 5px;
  }

  .feedbackIcon {
    display: block;
    text-align: center;
  }

  .message {
    width: 100%;
    margin-left: 0px;
  }
}