html,
body {
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  font-family: Poppins;
  color: rgba(0, 0, 0, 0.87);
  background-color: #062c3f;
}
.cursor-pointer {
  cursor: pointer;
}

.header {
  background-attachment: fixed;
  position: relative;
}

.header h1 {
  font-size: 2.3rem;
  letter-spacing: 1px;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.hr-line {
  height: 5px;
  width: 8rem;
  border: 0;
  margin: 2px auto;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.hr-line.right {
  animation-name: fadeInRight;
}

.hr-line.left {
  animation-name: fadeInLeft;
}

#clouds {
  /* position: relative;
  margin-top: -100px; */
  margin-top: -45px;
  fill: white;
}

.dropdowns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px;
  margin-top: -10px;
  background: #062c3f;
}

.dropdowns .dropdown {
  margin: 0 5px;
  border: 2px solid #fff;
  border-radius: 7px;
}

.dropdowns .dropdown-item {
  cursor: pointer;
}
.dropdowns .dropdown-toggle {
  background: #0f0c29;
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
}
.dropdowns .dropdown-menu {
  display: block;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 0 0;
  border-radius: 15px;
  border: 0;
  color: #fff;
  box-shadow: 3px 3px #b1b1b17d, -1px -1px #b1b1b17d;
}
.dropdowns .dropdown-menu.show {
  margin-top: 10px;
  transform: scale(1);
}

.dropdown-menu.left {
  transform-origin: 100% 0;
  top: 100%;
  right: 0%;
  left: auto;
}

.dropdown-menu.center {
  transform-origin: 50% 0;
  left: -100%;
  right: auto;
}
.dropdown-close {
  position: fixed;
  right: 0;
  z-index: 1;
  background: white;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #062c3f;
}
.dropdown-item i {
  vertical-align: middle;
  font-size: 0.95rem;
}
.green {
  color: green;
}
.red {
  color: red;
}
.columns-2 {
  min-width: 390px;
  min-width: max-content;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: -o-max-content;
}
.columns-3 {
  min-width: 700px;
  min-width: max-content;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: -o-max-content;
}

.fixed-top {
  padding: 1rem;
  box-shadow: 0px 1px 2px white;
}

.navbar-brand {
  background: transparent;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  height: 20px;
  outline: none !important;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  width: 22px;
  transition: all 0.2s;
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  margin-top: 4px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.sticky-navbar {
  display: none;
  background: white;
  box-shadow: 0px 1px 2px #6b6b6b;
  padding: 6px 10px;
  width: 90%;
  margin: auto;
  margin-top: 3px;
}

.sticky-navbar h5 {
  margin: 0;
}

.sticky-navbar .navbar-nav {
  flex-direction: row;
}
.sticky-navbar .custom-select {
  width: 75%;
}
.navbar-1 .nav-link,
.navbar-1 .nav-link:hover,
.btn-custom,
.btn-custom :hover {
  color: inherit !important;
}

.navbar-1 .nav-link,
#permission,
.btn-custom {
  padding: 2px 1rem !important;
  margin: 10px;
  border: 2px solid #062c3f;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  background: white;
}

.navbar-1 .nav-link::after,
.btn-custom::after {
  position: absolute;
  transition: 0.3s;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  background: #062c3f;
  height: 120%;
  left: -10%;
  transform: skewX(15deg);
  z-index: -1;
}

.navbar-1 .nav-link:hover,
.btn-custom:hover {
  cursor: pointer;
  color: #fff !important;
}

.navbar-1 .nav-link:hover::after,
.btn-custom:hover::after {
  left: -10%;
  width: 120%;
}

.upgrade-btn {
  position: relative;
  text-transform: uppercase;
  background: white;
  display: block;
  color: inherit !important;
  padding: 2px 1rem !important;
  margin: 10px;
  text-decoration: none;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 32px;
  font-weight: 600;
}
.upgrade-btn:hover {
  text-decoration: none;
  background: linear-gradient(120deg, #c9c0ff, #ffd9d2, #c8bfff);
}
.upgrade-btn:hover > span {
  color: #fff !important;
}
.upgrade-btn i {
  vertical-align: middle;
  color: #ff8e7b;
}
.upgrade-btn:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae);
  background-size: 400% 400%;
  -moz-animation: gradient 3s ease-in-out infinite,
    border 1s forwards ease-in-out reverse;
  -webkit-animation: gradient 3s ease-in-out infinite,
    border 1s forwards ease-in-out reverse;
  animation: gradient 3s ease-in-out infinite,
    border 1s forwards ease-in-out reverse;
}
.upgrade-btn > span {
  vertical-align: middle;
  background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-animation: gradient 3s ease-in-out infinite;
  -webkit-animation: gradient 3s ease-in-out infinite;
  animation: gradient 3s ease-in-out infinite;
}
.navbar-2 {
  box-shadow: 0 0 8px #beb3a4;
  font-size: 0.9rem;
}
/* .navbar-2 ul {
  background: #0a374d; 
}*/
.navbar-2 .dropdown-menu {
  background: #0a374d;
}
.navbar-2 .dropdown-item {
  color: #fff;
}
.navbar-2 .dropdown-item:focus {
  color: #0a374d;
}
.navbar-2 .dropdown-item:focus:active {
  color: #fff;
}
.navbar-2 .dropdown-item:hover {
  color: #062c3f;
}
.navbar-2 .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.nav-mode {
  border: 0;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

.nav-mode .btn {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border: 0 solid transparent;
  border-radius: 16px;
  background: white;
  margin: 0 12px;
}

.nav-mode .btn:hover {
  background: #f5f5f5;
}

.nav-mode .btn.active {
  background: #33b5e530;
}

.form-title img {
  width: 150px;
}

.login-form img {
  width: 25%;
  margin-bottom: 1rem;
}

.login-form input {
  width: 25%;
  margin-bottom: 1rem;
}

.collapse-sidebar {
  background: transparent !important;
}

.collapse-show {
  display: none;
}

.card {
  margin: 1rem;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 1px 5px #ebdfff;
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.section-name {
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.navbar-1 {
  background: #e3c97f;
  background: linear-gradient(to right, #e3c97f, #fff2ce);
}

.question-header,
.col-md-2 .card {
  margin-top: 1rem;
}

.question-header h5 {
  margin: 0;
  align-self: center;
}

.question-header h5:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}

.question-header select {
  width: 200px;
}

.question {
  display: block;
  margin: 2rem 1rem;
  min-height: 200px;
}
.question i {
  vertical-align: top;
}
.banner {
  background: #0f0c29;
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
}

.banner a,
#content-4 a,
#dashboardModal a {
  text-decoration: none;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s all ease-in;
}

.banner a:hover,
#content-4 a:hover,
#dashboardModal a:hover {
  color: white !important;
  background: #062c3f;
}

.banner span.animated {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0 10px;
  -webkit-animation: pulsate-fwd 0.3s ease-in-out infinite both;
  animation: pulsate-fwd 0.3s ease-in-out infinite both;
}

.question-count {
  background: #062c3f;
  color: white;
  padding: 6px 10px;
  display: inline-block;
  border-radius: 18px;
  border: 2px solid;
  top: -16px;
  left: 2rem;
  position: relative;
  font-weight: 300;
  margin: 0;
}

.option-count {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #d8d8d8;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.simplebar-scroll-content {
  padding-right: 36px !important;
}

.section-card {
  margin-top: 5rem;
}
.section-card h4,
.section-card h6 {
  display: inline-block;
  vertical-align: text-top;
}

.section-card h6 {
  border-bottom: 2px solid #062c3f;
}

.test-link {
  color: #000;
  text-align: left;
  border-radius: 100px;
}

.test-link:hover,
.test-link.active {
  background: #33b5e530;
}

.test-link:focus {
  box-shadow: none;
  background: #33b5e530;
}

.btn-collapse {
  color: #646464;
}

.btn-collapse:hover {
  color: #062c3f;
  text-decoration: none;
}

.btn-collapse:hover img {
  margin-left: 10px;
  transition: margin 0.3s ease-in-out;
}

#loginModal {
  padding-right: 0px !important;
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

#loginModal .modal-dialog {
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-50deg);
  -moz-transform: rotateY(-50deg);
  -ms-transform: rotateY(-50deg);
  transform: rotateY(-50deg);
  opacity: 0;
}

#loginModal.show .modal-dialog {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

#loginModal button.close {
  position: absolute;
  top: 0rem;
  right: 0.5rem;
  font-size: 2rem;
}

#loginModal .modal-content {
  border-top: 5px solid #33b5e5;
}

.modal-backdrop.show {
  opacity: 0.65;
}

.login-form .nav-item {
  width: 50%;
}

.login-form .nav-link {
  color: #979faf;
}

.login-form .nav-link.active {
  color: #000;
}

.login-form h4,
.login-form h5 {
  color: #33b5e5;
}

.formRegister {
}
.formRegister input,
.formRegister select {
  width: 45% !important;
  display: inline-block !important;
}

.formRegister input[type="email"],
.formRegister input[name="name"],
.formRegister button,
.formLogin input,
.formLogin button,
.remember {
  width: 91% !important;
}

.formLogin input,
.remember {
  margin: 0 auto 1rem auto !important;
}

.login-form .toggle {
  cursor: pointer;
  position: absolute;
  top: -0;
  right: -0;
  background: #33b5e5;
  width: 50px;
  height: 50px;
  margin: -5px 0 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.login-form .form {
  padding: 10px;
}

.reset {
  display: none;
}

.login-form h2 {
  margin: 0 0 20px;
  color: #33b5e5;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.login-form input,
.formReset input {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.login-form select {
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0;
  height: auto !important;
  width: 100%;
  color: #666666;
}

.login-form button,
.formReset button {
  cursor: pointer;
  background: #33b5e5;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.login-form button:hover {
  background: #178ab4;
}

.login-form .forgetPassword {
  width: 100%;
  padding-top: 10px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}

.login-form .forgetPassword a {
  color: #333333;
  text-decoration: none;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 4px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #33b5e5;
  border-color: #33b5e6;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.delay-1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.row.scroll {
  overflow: hidden;
}

#content {
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#content-2 .btn {
  width: 150px;
  border-radius: 120px;
  text-transform: uppercase;
}

#content-2,
#content-3,
#content-4 {
  display: none;
}

#content-3 .card > div {
  position: relative;
}

#content-3 a {
  cursor: pointer;
}

#content-3 img {
  width: 90%;
  margin: auto;
  border: 2px solid lightgrey;
  padding: 5px;
  filter: blur(0.8px);
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background: #33b5e5;
}

#sidebar {
  -webkit-transition: margin 0.3s ease;
  -moz-transition: margin 0.3s ease;
  -o-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.test {
  display: none;
  height: 100vh;
  background: #eaeef3;
}

.test > .row:nth-of-type(2) {
  height: calc(100% - 74px);
}

.btn-legend {
  border-radius: 100%;
  width: 40px;
  position: relative;
}

.btn-lock {
  cursor: not-allowed !important;
  background: #0000004a;
  border-color: #0000004a;
}

.btn-lock i {
  color: black;
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 18px;
}

.btn-oval {
  border-radius: 100px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.time-container,
.test-sidebar {
  box-shadow: -1px 0 0 #e2e2e2;
}

.test-sidebar > .row {
  border-bottom: 2px solid black;
}

.question_container {
  width: 95%;
  margin: 2.5% auto;
  height: calc(100% - 150px);
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

#ques_2,
#ques_3 {
  display: none;
}

#buttons_container {
  padding: 2.5%;
  /* width: 100%;height:100%;margin-top:20px; */
}

.fullscreen {
  padding: 3px 10px;
}

.fullscreen i {
  margin-top: 2px;
}

hr {
  margin: 0;
}

.permission {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #dbe0df;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.75);
}

.permission h6 {
  line-height: 2rem;
  text-align: center;
  font-size: 0.9rem;
}

#permission {
  margin-left: 2rem;
  border: none;
}

.blue-bg {
  border-bottom: 2px solid;
  line-height: 2rem;
}

.blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* .blur:hover {
  -webkit-filter: blur(0px);
  filter: blur(0px);
} */
.customtooltip {
  /* position: relative; */
  cursor: not-allowed !important;
}

.customtooltip.btn {
  position: relative;
  display: inline-block;
  cursor: not-allowed !important;
  filter: grayscale(80%);
}

.tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;

  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 10%;

  opacity: 0;
  transition: opacity 0.3s;
}

.customtooltip.card .tooltiptext {
  bottom: initial;
  left: 0%;
  top: 20%;
}

.customtooltip.btn .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.customtooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }

  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.md-radio {
  margin: 16px 0;
}

.md-radio.md-radio-inline {
  display: inline-block;
}

.md-radio input[type="radio"] {
  display: none;
}

.md-radio input[type="radio"]:checked + label:before {
  border-color: #337ab7;
  animation: ripple 0.2s linear forwards;
}

.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}

.md-radio label {
  display: inline-block;
  height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}

.md-radio label:before,
.md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}

.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #337ab7;
}

#loader-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  text-align: center;
  background: #fff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.footer {
  position: relative;
  background: #fff;
  font-size: 0.82rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

.footer i {
  font-size: 0.85rem;
  vertical-align: sub;
}

.footer span {
  padding: 0 0.2rem;
}

path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 2s linear forwards;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.filter-btn {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: white;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: 2px solid #062c3f;
}

.filter-btn i {
  vertical-align: inherit;
}
/* common */
.ribbon {
  width: 36px;
  height: 36px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #cc9e1d;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 70px;
  padding: 2px 0;
  background-color: #e3c97f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #062c3f;
  font: 600 9px/1 "Lato", sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-left {
  top: -4px;
  left: -4px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -12px;
  top: 5px;
  transform: rotate(-45deg);
}

.btn-view {
  margin: 2rem auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s;
  border: 3px solid #d8a935;
  color: #d8a935 !important;
  border-radius: 100px;
  font-weight: 500;
  background: #fff;
}

.btn-view:hover {
  color: #000 !important;
}
.btn-view i {
  vertical-align: middle;
}
div.topic {
  margin: 1.25rem 0;
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 2px solid #fff;
  display: block;
  color: #fff;
  background: #0f0c29;
  background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
  background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
}
.background {
  position: absolute;
  z-index: -1;
}
.background img {
  width: 100%;
}

.bg-blue {
  background: #062c3f;
}

.heading {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Rokkitt", serif;
}

.heading.highlight {
  text-shadow: #fc0 0px 6px 20px;
  animation: flash 1s ease-in 0.25s, pulse 1s ease-in 1s;
}

#navbar2 a:focus {
  outline: 0;
}

#testsModal .btn-collapse {
  display: block;
}
@-moz-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@-moz-keyframes border {
  0% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 28px,
      4px 28px,
      4px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }
  25% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 28px,
      119px 28px,
      119px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }
  50% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      100% 0%,
      0% 0%
    );
  }
  75% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 0%,
      0% 0%
    );
  }
  100% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      0% 100%
    );
  }
}
@-webkit-keyframes border {
  0% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 28px,
      4px 28px,
      4px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }
  25% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 28px,
      119px 28px,
      119px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }
  50% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      100% 0%,
      0% 0%
    );
  }
  75% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 0%,
      0% 0%
    );
  }
  100% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      0% 100%
    );
  }
}
@keyframes border {
  0% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 28px,
      4px 28px,
      4px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }
  25% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 28px,
      119px 28px,
      119px 100%,
      100% 100%,
      100% 0%,
      0% 0%
    );
  }
  50% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      119px 4px,
      100% 0%,
      0% 0%
    );
  }
  75% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 4px,
      4px 0%,
      0% 0%
    );
  }
  100% {
    -webkit-clip-path: polygon(
      0% 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      4px 100%,
      0% 100%
    );
  }
}
.compendium-card > div {
  position: relative;
  text-transform: uppercase;
  background: white;
  display: block;
  margin: 8px;
  z-index: 1;
  border-radius: 10px;
}

.compendium-card > div:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  z-index: -1;
  background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae);
  background-size: 400% 400%;
  -moz-animation: gradient 3s ease-in-out infinite 3s;
  -webkit-animation: gradient 3s ease-in-out infinite 3s;
  animation: gradient 3s ease-in-out infinite 3s;
}

@media (min-width: 1192px) {
  .test-link {
    font-size: 0.9rem;
    padding: 1rem 0.2rem;
    border-radius: 0px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    white-space: pre-wrap;
  }

  .fixed-sidebar {
    top: 0px;
    position: fixed;
  }

  .section-card,
  .filter-card,
  .compendium-card {
    margin-left: 0;
  }

  .sidebar-collapsed {
    display: block;
    margin-left: -16.666667%;
  }
}

@media (min-width: 576px) {
  .login-form .form {
    padding: 20px;
  }

  .dropdowns .dropdown:hover .dropdown-menu {
    margin-top: 10px;
    transform: scale(1);
  }

  .dropdowns .dropdown-close {
    display: none;
  }
}

@media (max-width: 576px) {
  /* nav .nav-item {
    width: 50%;
    text-align: center;
    margin: auto;
  } */

  .header h1 {
    font-size: 1.8rem;
  }
  .heading {
    font-size: 2rem;
  }
  .nav-mode .btn {
    margin: auto;
    margin-bottom: 10px;
    width: 50%;
  }

  .dropdowns .dropdown {
    margin: 2px !important;
  }
  .dropdowns .dropdown-menu {
    top: 5% !important;
    left: 5% !important;
    position: fixed;
    width: 90%;
    min-width: 90%;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
    transform-origin: 50% 50% !important;
  }
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.toast {
  opacity: 1;
  display: none;
  position: relative;
  margin: 0 auto !important;
  backdrop-filter: none;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(110%, 0, 0);
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#goToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: none
}