 @import url('https://fonts.googleapis.com/css?family=Roboto:wght@400;700');

.error-logo {
    max-height: 15rem;
}
.logo-container > img {
    max-height: 15rem !important;
}
.myclass {
    font-size: xx-large;
    max-height: 3rem;
}
    
 .bootstrap-buttons-div .btn-primary {
    border: none;
 }
 
.main-container {
    margin: auto;
    max-width: 50rem;
    background-color: #f4f5f8;
    border-radius: 8px 8px 0 0;
}

.btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary {
    background-color : unset; 
    color :  unset; 
    border-color :  unset; 
    border: unset;
}

.btn-check + .btn {
    padding: 1rem;
    background-color: #f4f5f8
}

.hidden {
    display: none;
}

.asterisk {
    display: none;
}

.ls-move-submit-btn {
  background-color: #c90c0f;
  border-color: #c90c0f;
  font-weight: bold;
}

.ls-label-question {
    text-align: center;  
    font-size: x-large !important;
}

.ls-answers > textarea, .ls-answers > textarea:focus {
    box-shadow: none;
    border: 1px #dcdcdc solid;
    background-color: #f5f5f5;
    border-top: none;
    border-radius: 0;
}

#survey-nav #main-dropdown {
  min-width: 5rem;
  overflow-y: auto;
  max-height: 90vh;
  text-align: right;
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
}

.progress-bar-container {
    width: 100%;
    height: 0.3rem;
    background-color: #f3f3f3;
    border: 1px #dcdcdc solid;
    border-bottom: none;
}

.progress-bar {
    height: 100%;
    background-color: #C90C0F;
    border-radius: 1rem;
    text-align: center;
    color: white;
}

.progress-bar_ {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: 
    radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(hotpink 75%, pink 0);    
}

.my-footer {
    padding: 1rem;
    line-height: 1.5em;
    max-width: 50rem;
    background-color: #f4f5f8; 
}
.thank-message-container {
    margin: 2rem;
}
.col-md-2 {
    width: 20%;
    padding-right: 0 !important;
}
.w-15rem {
    width: 15rem;
}
 
.mylogo-50 {
    width: 50%;
}
.mylogo-10 {
    width: 10%;
}
.mylogo-3 {
    width: 3%;
}
.m-1 {
    margin: 1rem;
}
.mt-1 {
    margin-top: 1rem;
}
.mt-3 {
    margin-top: 3rem;
}
.ta-center {
    text-align: center;
}
.ta-right {
    text-align: right;
}
.font-xl {
    font-size: x-large;
}
.font-xxl {
    font-size: xx-large !important;
}
.font-sm {
    font-size: small;
}
.font-xs {
    font-size: x-small;
}
.langauge-select-icon {
    max-width: 2.5rem;
    height: auto;
}
.langauge-select-icon:hover {
    opacity: 0.5;
    cursor: pointer;
}
.submit-check-icon {
    max-width: 5rem;
    color: #232b38;
    height: auto;
}
.submit-message {
    font-family: Uniform Condensed Bold;
    font-weight: bold !important;
    color: #232b38;
    padding-top: 1rem;
}
.submit-description {
    padding-top: 1rem;
}
.question-text {
    font-family: 'Uniform Condensed Bold';
}

.font-roboto {
    font-family: 'Roboto';
}

.font-uniform {
    font-family: 'Uniform';
}

.font-uniform-condensed-bold {
    font-family: 'Uniform Condensed Bold';
}

@font-face {
  font-family: 'Uniform';
  src:url('fonts/Uniform/Uniform.ttf');
}

@font-face {
  font-family: 'Uniform Condensed Bold';
  src:url('fonts/Uniform/Uniform Condensed Bold.ttf');
}

.space-col {
    margin-top: 0;
    margin-bottom: 1rem;
 }

.row.question-container {
    margin-bottom: 2em;
}

.question-container .question-help-container {
    display: none;    
}

.question-container .ls-label-question {
    font-size: x-large;
    font-weight: 500;
    line-height: 24px;
}
    
.ls-questionhelp {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.ls-question-mandatory {
    text-align: center;
}

.my-footer {
    font-size: 12px;
}

.test_theme {
    padding-top: 34px;
}
.completed-filler {
    padding-top: 0;
    display: none;
    max-width: 50rem;
    margin: auto;
    border-radius: 8px 8px 0 0;
}

#dynamicReloadContainer {
    border-radius: 8px 8px 0 0;
}

.completed-filler-d {
    padding-top: 41px !important;
    background-color: white;
    display: none;
    max-width: 50rem;
    margin: auto;
}
.p-15p {
    padding: 15px;
}
body.error-page .error-title {
    font-size: x-large !important;
    font-weight: 500 !important;
    line-height: 24px;
    margin-top: 65px !important;
}
.choice {
    display: block !important;
    background-size: 3rem;
    background-repeat: no-repeat;
    min-height: 3rem;
    background-position: center; 
}
.btn-check + .btn-primary:hover {
    background-color: unset;
}
.choice-angry {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/angry.png');
}
.choice-sad {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/sad.png');
}
.choice-neutral {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/neutral.png');
}
.choice-positive {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/positive.png');
}
.choice-happy {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/happy.png');
}
.choice-happy:hover {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/happy.hover.png');
}
.btn-check:checked + .btn-primary .choice-angry, 
.btn-check:checked + .btn-primary:focus .choice-angry, 
.btn-check:focus:checked + .btn-primary .choice-angry, 
.btn-check + .btn-primary:hover .choice-angry {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/angry.hover.png');
}
.btn-check:checked + .btn-primary .choice-sad, 
.btn-check:checked + .btn-primary:focus .choice-sad, 
.btn-check:focus:checked + .btn-primary .choice-sad, 
.btn-check + .btn-primary:hover .choice-sad {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/sad.hover.png');
}
.btn-check:checked + .btn-primary .choice-neutral, 
.btn-check:checked + .btn-primary:focus .choice-neutral, 
.btn-check:focus:checked + .btn-primary .choice-neutral, 
.btn-check + .btn-primary:hover .choice-neutral {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/neutral.hover.png');
}
.btn-check:checked + .btn-primary .choice-positive, 
.btn-check:checked + .btn-primary:focus .choice-positive, 
.btn-check:focus:checked + .btn-primary .choice-positive, 
.btn-check + .btn-primary:hover .choice-positive {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/positive.hover.png');
}
.btn-check:checked + .btn-primary .choice-happy, 
.btn-check:checked + .btn-primary:focus .choice-happy, 
.btn-check:focus:checked + .btn-primary .choice-happy, 
.btn-check + .btn-primary:hover .choice-happy {
    background-image: url('https://survey.lab.somera.social/upload/themes/survey/test_theme/files/happy.hover.png');
}

.main.main-container {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.navbar-toggler {
    padding-right: 5px !important;
    padding-top: 5px !important;
}

.dropdown-menu > li > a:hover {
    background-color: #e9ecef !important;
}

.completed-wrapper {
    margin-top: 40px;
}

.completed-heading {
    font-size: xx-large;
    line-height: 36px;
}

@media only screen and (min-height: 800px) and (max-width: 600px) {
    .my-footer {
        position: absolute;
        bottom: 0;
    }
    .main.main-container {
        box-shadow: none;
        border-radius: 0;
    }
}

@media only screen and (max-width: 600px) {
    .main.main-container {
        box-shadow: none;
        border-radius: 0;
    }
    .choice {
        background-size: 1.5rem;
        min-height: 1.5rem;
    }
    .error-logo {
       max-height: 12rem;
    }
     .logo-container > img {
        max-height: 12rem !important;
    }
     .bootstrap-buttons-div_ {
        width: 20%;
     }
     
    .question-valid-container {
        margin: 0 !important;
    }
    .ls-question-mandatory {
        
    }
     .question-container {
        margin-bottom: 1rem;
     }
     
     .group-title {
        display: none;
     }
     
     .row > .bootstrap-buttons-div {
        padding: 0;
     }
     
     .myclass {
        font-size: x-large;
     }

    .row.question-container {
        margin-bottom: 1em !important;
    } 
    .space-col {
        margin-bottom: 0rem;
    }
    
    .thank-message-container {
       margin: 3rem;
    }
     
    body {
        background-color: #f4f5f8 !important;
        padding-top: 0 !important;
    }
     
    .my-footer {
        padding: 0.75rem;     
        padding-bottom: 1rem;
        font-size: 10px !important;
    }
    
    .question-container .ls-label-question {
        font-size: x-large !important;
        font-weight: 500;
        line-height: 26px !important;
    }
    
    .ls-questionhelp {
        font-size: 16px !important;
        font-weight: 500;
        line-height: 22px !important;
    }
    
    .navigator {
        margin-top: 1rem;
    }
    
    .test_theme {
        padding-top: 0 !important;
    }
    
    .completed-filler {
        padding-top: 34px !important;
        display: none;
    }
    
    .completed-filler-d {
        display: none !important;
    }
    
    body.error-page .error-title {
        font-size: x-large !important;
        margin-top: 20px !important;
    }
    
    .completed-wrapper {
        margin-top: 0;
    }
}
