/******************
    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: Texta;
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/font-src/Texta/TextaBlack.ttf');
}

@font-face {
  font-family: Texta;
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/font-src/Texta/TextaHeavy.ttf');
}

@font-face {
  font-family: Texta;
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/font-src/Texta/TextaBold.ttf');
}

@font-face {
  font-family: Texta;
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/font-src/Texta/TextaMedium.ttf');
}

@font-face {
  font-family: Texta;
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/font-src/Texta/TextaRegular.ttf');
}

@font-face {
  font-family: Texta;
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/font-src/Texta/TextaLight.ttf');
}

@font-face {
  font-family: Texta;
  font-weight: 100;
  font-style: normal;
  src: url('/assets/fonts/font-src/Texta/TextaThin.ttf');
}

body {
    font-family: Texta, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important;
    --bs-primary-rgb: rgb(0, 98, 155);
    --bs-info-rgb: rgb(0, 98, 155);
    font-size: 21px;
}

a, a:hover, a:focus, a:active {
    color: var(--bs-primary-rgb);
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #919191;
    transition: all .5s;
    outline: none;
    box-shadow: none;
}

#survey-nav {
    display: block;
    background: white!important;
}

#survey-nav:before {
    border-top: 5px solid var(--bs-primary-rgb);
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    right:0;
    position: relative;
    width: 100%;
}

#survey-nav > .container-fluid {
    max-width: 1534px;
}

#survey-nav .logo {
    padding: 23px 0;
    max-width: 130px;
    max-height: none;
}

#navbar .nav-item a {
    padding: 30px 0 51px;
    font-size: 15px;
    color: var(--bs-primary-rgb);
    border-bottom: 5px solid transparent;
    transition: all 0.;
    display: block;
    padding: 34px 0 30px;
}

#navbar .nav-item a:hover {
    border-color: var(--bs-primary-rgb);
}

.top-container {
    margin-top: 0!important;
    position: relative;
}

.top-container:before {
    height: 200px;
    border-color: rgb(229, 231, 235);
    background-image: linear-gradient(to bottom, #ececec, #fff);
    content: " ";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.btn-primary, .btn-outline-secondary {
    background-color: #2e7ead;
    border-bottom-right-radius: 9999px;
    border-top-right-radius: 9999px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
    padding-left: 0px;
    margin-top: 0;
    max-height: 40px;
    min-width: 190px;
    padding-right: 20px;
    padding-top: 0;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,1,1);
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
    border:none;
    gap: 30px;
    margin-left: 20px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-outline-secondary:hover, .btn-outline-secondary:active {
    background-color: #cce0eb !important;
    color: #00629b !important;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,1,1);
    box-shadow: none;
}

.btn-primary:before, .btn-outline-secondary:before {
    align-items: center;
    background-color: rgba(0, 98, 155, 1);
    background-image: url(https://monalisa.eu/wp-content/themes/monalisa/resources/images/pfeil-ml.png);
    background-repeat: no-repeat;
    border-radius: 9999px;
    border-style: solid;
    content: "";
    height: 40px;
    justify-content: center;
    width: 40px;
    z-index: 1;
    border: none;
    transform: translateX(-50%);

}

.form-control.date + .btn-primary.input-group-addon:after {
    content: 'Select date';
}

.btn-primary.upload:before, .btn-primary.input-group-addon:before {
    display: none;
}

.btn-primary.upload .fa-upload, .btn-primary.upload:hover .fa-upload,
.btn-primary.input-group-addon .fa, .btn-primary.input-group-addon:hover .fa {
    align-items: center;
    background-color: rgba(0, 98, 155, 1);
    border-radius: 9999px;
    border-style: solid;
    content: "";
    height: 40px;
    justify-content: center;
    width: 40px;
    z-index: 1;
    border: none;
    transform: translateX(-50%);
    display: flex;
    color: white;
}

.btn-outline-secondary {
    background-color: #cee0ec;
    color: rgba(0, 98, 155, 1);
}

.btn-outline-secondary:hover {
    background-color: #e6effc!important;
}

#ls-button-previous:before {
    transform: rotate(-180deg) translateX(-50%);
    transform-origin: left;
}


#welcome-container >.survey-name.text-center {
    text-align: left!important;
    color: var(--bs-primary-rgb);
    font-weight: 900;
}

#welcome-container > .survey-welcome {
    font-weight: 400;
    font-size: 21px;
}


.group-title.text-center {
    text-align: left!important;
    color: var(--bs-primary-rgb);
    font-weight: 900;
}

.question-container {
    background: none;
    border: none;
    margin-bottom: 1em;
}

.question-title-container {
    padding-bottom: 10px;
}

.ls-answers {
    padding: 0;
}

.ls-questionhelp  {
    margin-bottom:20px;
    font-size: 17px;
}

.subquestion-list.text-list  {
    border: 1px solid #ced4da;
    padding: 30px;
}

.subquestion-list.text-list > li > * {
    width: 100%!important;
    text-align: left!important;
    font-size: 17px;
    color: var(--bs-primary-rgb);
}

.ls-label-question {
    font-size: 21px;
    color: var(--bs-primary-rgb);
}

.asterisk {
    display: none;
}

.asterisk + .question-text > .ls-label-question:after {
    content: '*';
    color: var(--bs-primary-rgb);
    font-weight: bold;
    font-size: 27px;
    line-height:0;
}


.checkbox-item label::after {
    color: white;
}

.answer-item.checkbox-item label, .answer-item.radio-item label, .checkbox{
    line-height: 1.4em;
    padding-left: 20px;
}

.answer-item.checkbox-item input, .answer-item.checkbox-item label:before, .answer-item.checkbox-item label:after,
.answer-item.radio-item input, .answer-item.radio-item label:before{
    width: 1.4em;
    height: 1.4em;
    font-size: 1em;
}
.answer-item.radio-item label:after {
    width: 1.2em;
    height: 1.2em;
    left: 0.1em;
    top: 0.1em;
    background: var(--bs-primary-rgb);
}

.question-valid-container .text-danger {
    font-size: 17px;
}

[data-number='1'] {
    text-align: left;
}


.checkbox-text-item.is-group {
    background: var(--bs-primary-rgb);
    color: white;
}

.checkbox-text-item.is-group label:before, .checkbox-text-item.is-group label:after, .checkbox-text-item.is-group input {
    display: none;
}

.checkbox-text-item.is-group .checkbox-item {
    padding-left: 0;
}

.checkbox-text-item.is-group label {
    padding-left: 0;
}


.tempus-dominus-widget {
    font-size: 15px;
}

.tempus-dominus-widget .day {
    border-radius: 0!important;
}

.tempus-dominus-widget .day.active {
    background-color: var(--bs-primary-rgb)!important;
}

.tempus-dominus-widget .day.today:before {
    border-bottom-color: var(--bs-primary-rgb)!important;
}
.tempus-dominus-widget .day.today.active:before {
    border-bottom-color: white!important;
}

.help-block {
    font-size: 15px;
}


  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }