/**
Main Style
 */
html, body {
  scroll-behavior: smooth;
  height: 100vh;
  font-family: "Nunito", sans-serif;
}

body {
  background-image: linear-gradient(to right, #062c33, #55bcee);
}

body::-webkit-scrollbar {
  width: 0.3em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(95, 95, 255, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #66f;
  border-radius: 5px;
}

#mainNav {
  background-image: linear-gradient(to right, #006, #039);
}

div.card.package {
  box-shadow: 0 0 10px #006;
}
div.card.package div.card-header {
  background-image: linear-gradient(to bottom, #039, #66f);
  color: #fff;
}

small.form-text, span.form-text {
  font-size: 0.8rem;
  font-style: italic;
}

div.form-text p, div.form-text span, div.form-text small, div.form-text li, div.form-text label {
  font-size: 0.8rem;
  font-style: italic;
}

.card .close.fa-times {
  position: absolute;
  top: 8px;
  right: 10px;
}

a {
  text-decoration: none;
}

.tooltip {
  z-index: 999999999;
}

div.card-box span.clickable {
  margin-left: 1rem;
}
div.card-box span.clickable:first-of-type {
  margin-left: unset;
}

span.clickable {
  cursor: pointer;
  transition: font-weight 0.3s ease-in-out;
}
span.clickable:hover {
  font-weight: 700;
  color: #66f !important;
}

#form-add-question .form-group.buttons {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.accordion-body ul, .accordion-body p {
  padding-top: 0.8rem;
}
.accordion-body small.controls {
  border-radius: 0.3rem;
  padding: 0;
}
.accordion-body small.controls span.clickable {
  margin-right: 0.8rem;
  padding: 0.3rem 0.5rem;
  background-color: #cce;
}
.accordion-body small.controls span.clickable:hover {
  color: #000;
}
.accordion-body small.controls span.clickable:first-of-type {
  margin-left: 0;
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.accordion-body small.controls span.clickable:last-of-type {
  margin-right: 0;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.dsp-qnr .fa-link {
  transform: rotate(-45deg);
}
.dsp-qnr .qnr-item:first-of-type {
  margin-top: 0.5rem;
}

#qnr-description {
  font-style: italic;
  content: attr(data-content);
}
#qnr-description[data-content="No description."] {
  color: #cce;
}

input[type=radio] {
  margin-left: 0.6rem;
}

code {
  border: 1px dotted #cce;
  color: #006;
  padding: 0.5rem;
  display: block;
  border-radius: 0.5rem;
}

span.rsp-toggle {
  cursor: pointer;
  transition: ease-in-out 0.3s;
  font-size: 1.5rem;
  margin: 0.3rem;
}
span.rsp-toggle:hover {
  opacity: 0.8;
}
span.rsp-toggle.rsp-collapse {
  transform: rotate(-90deg);
}

#chart-qnr-rsp {
  max-height: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #006;
}

.profile-thumb {
  width: 40px;
  height: 40px;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-content: center;
  align-items: center;
  background-color: #039;
}

.data-metric {
  font-size: 1rem;
}

.sh-footer {
  position: relative;
  color: #fff;
  padding: 7rem 0;
  background-image: linear-gradient(to right, #006, #141d34);
}
.sh-footer .container {
  position: relative;
}
.sh-footer h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.5;
}
.sh-footer .links li {
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}
.sh-footer .links li a {
  color: #666873;
}
.sh-footer .links li a:hover {
  color: #fff;
}
.sh-footer .social li {
  display: inline-block;
  position: relative;
}
.sh-footer .social li a {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #039;
  color: #fff;
}
.sh-footer .social li a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sh-footer .footer-logo {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.sh-footer .copyright {
  color: #fff;
}
.sh-footer .cta {
  -webkit-box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
  box-shadow: -20px -20px 0 0 rgba(52, 58, 64, 0.2);
  padding: 20px;
  background-color: #039;
  top: -150px;
  position: relative;
}
.sh-footer .cta h2, .sh-footer .cta h3 {
  line-height: 1.5;
}
.sh-footer .cta h3 {
  font-size: 20px;
}

form div.col {
  padding-top: 0.8rem;
}

#form-question {
  margin: 0.2rem 1.5rem;
}

input[type=file] {
  border-radius: 5px;
  background-color: #cce;
  padding: 1rem;
  cursor: pointer;
}

/* :: 3.4.0 Preloader */
.preloader {
  background-color: #006;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.preloader .lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.preloader .lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #66f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.preloader .lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
  animation: lds-ellipsis1 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
  animation: lds-ellipsis2 0.6s infinite;
}
.preloader .lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
  animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@media (max-width: 600px) {
  div.jconfirm div.jconfirm-box {
    padding: 0.2rem;
  }
  div.jconfirm div.jconfirm-box div.jconfirm-content-pane {
    margin-bottom: 0.1rem;
  }
  div.jconfirm div.jconfirm-box div.jconfirm-content-pane div.jconfirm-content div.container, div.jconfirm div.jconfirm-box div.jconfirm-content-pane div.jconfirm-content div.container-fluid {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

/*# sourceMappingURL=main.css.map */
