/******************
    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
*/

body {
    color: #1a1a66;
    font-family: 'Montserrat', sans-serif;
}

input[type="text"].form-control {
    border-radius: 4px;
}

.form-control {
    border-width: 1px;
    border-radius: 4px;
    
}

.form-control:focus {
    box-shadow: 4px 4px 10px #3e7dd58c;
}

.form-select {
   border-radius: 4px;
}

.group-container .group-title {
     margin-bottom: 60px;
}
.group-title {
    color: #1a1a66;
   
}

 .ls-label-question {
     color: #1a1a66;
}

.control-label {
    font-size: 1rem !important;
}
 
 .navbar {
    
 }


.ls-label-question {
    hyphens: none;
}
    
.star-rating {
    font-size: 52px;
    height: 100%;
    width: 60px;
}

.ls-answers .ls-heading th, .ls-answers th {
     line-height: 40px;
      font-size: 1rem;
}

.ls-answers label, .answer-item label, .control-label {
    color: #1a1a66;
}

.ls-answers {
    color: #1a1a66;
}

.answertext, .answer-text {
    color: #1a1a66 !important;
}

.logo-container > img {
    padding: 0;
}

.question-text {
    margin-bottom: -10px;
}

.date-custom {
    margin-bottom: -40px;
}

.date-custom .question-title-container {
    margin-bottom: 30px;
}

.date-custom .question-valid-container {
    margin-bottom: -5px;
}

.date-custom .input-group.answer-item.date-timepicker-group {
    width: 355px;
}

.date-custom .form-control.date-control.date, .input-group-addon.btn.btn-primary {
    height: 38px !important;
}

.date-custom .fa.fa-calendar.ri-calendar-2-fill {
    font-size: 14px;
}

.date-custom .tip.help-block {
    font-size: 12px;
}

.date-custom .ls-questionhelp  {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

#navbar-menu {
    display: none;
}

olor: #1a1a66