/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

@font-face {
  font-family: "PPMori Extralight";
  src: url("../files/PPMori-Extralight.otf") format("opentype");
}

body {
    padding-bottom: 0 !important;
    font-family: PPMori Extralight !important;
    overflow-x: hidden;
}

h1 {
    font-size:40px;
  white-space:pre-wrap;
  word-break:break-word;
  margin-top: 0;
}
@media (max-width: 992px) {
    h1 {
        font-size: 30px;
    }
}
.container-fluid, .container-md{
    padding: 0 1.5rem !important;
}

/* navbar */

#survey-nav > div > button {
    display: none;
}
#survey-nav > div > div.navbar-brand.logo-container.d-none.d-md-block{
    display: block !important;
}
#survey-nav > div > div.navbar-brand.logo-container.d-none.d-md-block > img {
    padding: 15px 0;
    width: 60%;
}
#survey-nav > div > div.Array.space-col > div {
    padding:0 !important;
}

/* result page */

.coupon__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    padding: 0;
    margin: -1rem 0 4rem;
}
.coupon {
    width:100%;
}
.result__wrapper {
    display: flex;
    flex-direction:column;
    align-items:center;
    gap: 2rem;
}
.result__container {
    display:flex;
    gap: 1rem;
    padding: 1rem;
    padding: 0 10rem;
    width: 85%;
}
@media (max-width: 768px) {
    .result__container, .coupon__container {
        padding:0;
    }
    .result__container {
        width: 100%;
    }
        .coupon__container {
        height: 33vh;
    }
}
@media (max-width: 992px) {
    .coupon__container {
        height: 33vh;
        padding:0;
    }
    .result__container {
        padding: 0rem;
    }
}
@media (max-width: 576px) {
    .result__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .coupon__container {
        height: 25vh;
    }
}
.result__h1 {
    text-align:center;
}
.qr__container {
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem
}
.result__qr {
    padding: 1rem;
    border: 2px solid black;
    width: 300px;
    height: 300px;
}
.result__text {
    display:flex;
    flex-direction: column;
}
.result__buttons {
    display:flex;
    gap:1rem;
    margin-bottom: 5rem;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
      html, body {
    height:100%; 
    margin: 0 !important; 
    padding: 0 !important;
    overflow: hidden;
  }
}

/* progress bar */

.progress {
    width: 250px;
    height: 7px !important;
    position:relative !important;
    background-color: white;
    margin: 1rem 0;
}
.progress-gutter {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom:0 !important;
    left:0 !important;
    display:flex;
    flex-direction:row;
}
.progress-step {
    flex: 1;
    border-right: 3px solid white;
        border-left: 3px solid white;

}
.progress-bar {
    background-color: #F04B33 !important;
}
#survey-nav > div > div.Array.space-col {
    margin: 0 !important;
}
.url-wrapper-survey-print {
     display: none;
 }
 
/* survey pages */
@media (max-width: 1024px) {
  .answer-item.radio-item > label {
    display: flex;
    gap: 1rem;
    justify-content: start;
    padding-left: 33% !important;
    align-items: center;
}
}
@media (max-width: 576px) {
  .answer-item.radio-item > label {
    padding-left: 25% !important;
}
}


/* welcome page */

.welcome__container {
    padding: 0 !important;
}

.welcome__content {
    margin: 3rem 0 0 0;
    padding: 0 1rem;
    width: 45%;
}
@media (max-width: 992px) {
    .welcome__content {
        width: 75%;
    }
.welcome__content h1, .welcome__content center {
    text-align:left!important;
}
}
@media (max-width: 576px) {
    .welcome__content {
        width: 100%;
    }
}

.welcome-image__container {
    height: 66vh;
    background-image: url("/upload/surveys/327211/images/head-feedback(1).jpg");
    background-size: cover;
    background-position: center center;
    aspect-ratio: 16 / 9;
}
.welcome-image__text {
    
}
.survey-welcome {
    display: flex;
    flex-direction: column;
    margin-top: -1rem !important;
    align-items: center;
}
.survey-welcome p img {
    min-width: 100vw;
    width: 100vw !important;
    object-fit: cover;
    height: 100%;
}
#navigator-container > div.col-6.text-end {
    width: 100%;
}

/* survey pages */
.navigator {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap:16px;
}
.navigator div {
    display: flex;
    justify-content: center;
}
.firstpage .answer-container div ul {
    display: flex;
    flex-direction: row;
    width:100%;
    flex-wrap:wrap;
}
.firstpage .answer-container div ul li{
    width:33%;
    margin:0;
    padding: 0.5rem 0.5rem;
}
@media (max-width: 768px) {
.firstpage .answer-container div ul li{
    width:50%;
}
}
@media (max-width: 576px) {
.firstpage .answer-container div ul li{
    width:100%;
}
}
body .answer-item label:after {
    background-color: #F04B33;
}
#ls-button-previous, #ls-button-previous:hover, #ls-button-previous:active, #ls-button-previous:focus {
    border: none !important;
    color: rgb(50,50,50) !important;
    text-decoration: underline !important;
    background-color: transparent !important;
    font-size: 12px !important;
}
#ls-button-previous:hover {
    color: rgb(150,150,150) !important;
}

#ls-button-submit, .result__button {
    padding: 12px 4rem !important;
}

#ls-button-submit:hover, .result__button:hover {
    background-color:#F04B33 !important;
    color: white !important;
}
.checkbox-item label::before, .checkbox-item label::after {
    left: 25px;
}
@media (max-width: 1400px) {
    .checkbox-item label::before, .checkbox-item label::after {
        top:91.5% !important;
    }
}
@media (max-width: 1200px) {
    .checkbox-item label::before, .checkbox-item label::after {
        top:89.5% !important;
    }
}
@media (max-width: 992px) {
    .checkbox-item label::before, .checkbox-item label::after {
        top:87% !important;
    }
}
@media (max-width: 768px) {
    .checkbox-item label::before, .checkbox-item label::after {
        top:91% !important;
    }
}
@media (max-width: 576px) {
    .checkbox-item label::before, .checkbox-item label::after {
        top:91% !important;
    }
}
#question3 > .answer-container p:nth-child(2) {
    position: relative;
    left: 25px;
}


.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #000!important;
}
.fruity .text-info {
    display: none;
    color: #6d6d6d!important;
    font-weight: 300;
}
/*header-info-rechts*/
.fruity .navbar .navbar-nav .nav-item {
    position: relative;
    display: none;
}
.question-title-container {
    padding: 0em!important;
}
.ls-answers {
    padding-top: 0px!important;
    padding-bottom: 15px;
    margin-bottom: 0;
}
/*FOOTER*/
footer {
  background-color: black;
  color: gray !important;
  padding: 24px 0;
  font-size: 12px;
}

footer a {
  color: gray !important;
}

.footer-logo {
    width: 175px;
}
.footer-social-icon {
    height: 24px;
}

.footer-contact-item {
white-space: nowrap;
display: inline;
}
@media (max-width: 1199.98px) {
    .footer-container {
        flex-direction: column;
        align-items: start !important;
    }
}



.fruity .btn-primary, .fruity .btn-primary.disabled, .fruity .btn-primary.disabled.active, .fruity .btn-primary.disabled:active, .fruity .btn-primary.disabled:focus, .fruity .btn-primary.disabled:hover {
    background-color: #fff;
    border: 2px solid #F04B33;
    border-radius: 0px;
}
.fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #fff;
    color: #000!important;
    border: 2px solid #F04B33;
    color: #F04B33;
}

.fruity .btn-primary {
    color: #000;
}

.checkbox-item label::before { 
    top: 92.5%;

}
.checkbox-item input[type=checkbox]:checked+label:after, .checkbox-item input[type=radio]:checked+label:after {
    background-color: #f04b33;
    color: #fff;
}
.checkbox-item input[type=checkbox]:checked+label:after, .checkbox-item input[type=radio]:checked+label:after {
    background-color: #f04b33;
    top: 92.5%;

    color: #fff;
}
 
 .fruity .table-bordered,.fruity .table-bordered>tbody>tr>td,.fruity .table-bordered>tbody>tr>th,.fruity .table-bordered>tfoot>tr>td,.fruity .table-bordered>tfoot>tr>th,.fruity .table-bordered>thead>tr>td,.fruity .table-bordered>thead>tr>th {
   border: 5px solid #FFFFFF00!important;
}
.ls-even {
    background-color: #eff2f4;
}
.fruity .form-control {
    background-color: #eff2f4;
    border: 0px solid #ccc;
    box-shadow: none;
}
.fruity .form-control:focus {
    border: 1px solid #fff;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(239,242,244,.6);
}
.text-end {
    text-align: justify!important;
}
.col-6 {
    flex: 0 0 auto;
    width: 47%;
}
.question-container {
    background-color: #ffffff;
    border: none!important;
    box-shadow: none!important; 
}
.fruity .text-danger {
    color: #a94442!important;
    display: none!important;
}
.group-title {
    display: none!important;
}
.btn-outline-primary {
    color: #000!important;
}
.btn-outline-primary:hover {
    color: #f04b33!important;
}
.btn {
    background-color: none;
    border: 2px solid #f04b33!important;
    border-radius: 0px!important;
    font-size: 1.25rem!important;
    font-weight: 100!important;
    padding: 0.5rem 1rem!important;
}
.btn-outline-primary:hover {
    background-color: #fff!important;
    border-color: #f04b33!important;
    color: #fff;
}
tbody, td, tfoot, th, thead, tr {
    border: 1px solid;
    border-color: #FFFFFF00!important;
}
.btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #fff!important;
    border: 1px solid #0f3e12;
    color: #fff;
}
.fruity .btn-outline-secondary {
    background-color: hsla(0,0%,100%,.2);
    border: 1px solid #328637;
    color: #f04b33!important;
}
.checkbox-item label {
    font-size: 16px;
    font-weight: 700;
}
