body {
  font-family: sans-serif;
	background: #fff;
}
*, ::before, ::after {
  -webkit-font-smoothing: antialiased;
}
.lead { font-weight: unset; }
input[type="text"], input[type="text"]:focus,
input[type="password"], input[type="password"]:focus
{
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
input[type="checkbox"] + label {
  margin-bottom: 0;
  line-height: 3em;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #FFF;
    padding: 14px;
    border-radius: 5px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 8px;
    margin-right: 15px;
    outline: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 1px solid #c5c5c5 !important;
}
input[type="checkbox"]:checked:after {
    position: absolute;
    top: 1px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    content: "\2713";
    color: #000;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 1px 0 0;
    left: 0;
}
.cursor {
  position: relative;
  display: inline;
}
.cursor i {
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: gray;
  left: 0;
  top: 10%;
  animation-name: blink;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  opacity: 1;
}

.cursor input:focus + i {
  display: none;
}

@keyframes blink {
  0% {opacity: 0}
  49%{opacity: 0}
  50% {opacity: 1}
}
#cc input { border: 0 !important; padding-left: 0; padding-top: 0; padding-bottom: 0; }
#cc input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

#cc input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

#cc input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
.transition {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main-wrapper { height: 100vh; }
.back-btn { position: absolute; top: 20px; left: 20px; }
.question, .main-title, .jumbo-box { 
	background-color: transparent; 
	text-align: center; 
	position: relative; 
	top: 30%;
  opacity: 1;
}
#cod-client, #info-client, #evaluare-client {
  background-color: transparent; 
  text-align: center; 
  position: absolute; 
  top: 50%;
  transform: translateY(-40%);
  opacity: 1;
}
#evaluare-client { z-index: 1; }
#info-client { z-index: 2; }
#cod-client { z-index: 3; }

#info-consultatie {
	margin: 0;
  padding: 0;
  font-size: 22px;
}
#gr-input { 
    width: 40px;
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
    background: #fff !important;
    border: 1px solid #ced4da !important;
}
.main-title, .jumbo-box { top: 0; }
.question {  }
.iu { 
	width: 100px; 
	background: transparent; 
	border: 0; 
	outline: none; 
	border-radius: 0;
	line-height: 10px;
  color: #212529;
}
#cod-client .form-inline { justify-content: center; display: inline-flex; }
#info-client .center-block { margin: 2em 0; }
#info-client .lead, .qbox .lead { font-size: 24px; }
#controls {
  display: none;
	position: absolute;
  width: 100%;
  bottom: 0;
}
.o-0 { opacity: 0 !important; }
.o-1 { opacity: 1 !important; }
.b-0 {
  top: 100% !important;
  transform: translateY(100%) !important;
}
.goup {
  top: 0 !important;
  opacity: 0 !important;
  transform: translateY(-100%) !important;
}
.comeup {
  opacity: 1 !important;
}
.carousel-inner .qbox, #q0{
  opacity: 0.2;
  pointer-events: none;
}
.qbox.o-1, #q0.o-1 {
  pointer-events: unset;
}
#ocb {
    position: fixed;
    top: 40%;
    width: 100vw;
    height: 1px;
    z-index: -1;
}
.btn.disabled { opacity: 0.4; }
#q0 { margin-top: 20%; }
#q6 { margin-bottom: 20%; }
.thank-you {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#btn-confirma, #btn-intra, #btn-cgr, #btn-trimite-q {
  background-color: #61b329;
  border-color: #60a532;
}
#btn-try {
  background-color: #B82A50;
  border-color: #8e1a39;
}
#logo { 
  position: absolute;
  padding: 20px;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  padding-bottom: 0;
}
#logo img { margin-left: 20px; max-width: 200px; }
#logo #avatar-logo img { max-height: 100px; margin-right: 20px; }