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

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');



body {
    background-color : rgba(239, 239, 239, 0.6);
  
         font-family: 'DM Sans', sans-serif!important;
   
}

.text-info {
      color: #060835!important;
}

/*Buttons*/
.group-container {
    background-color: #fff;
}
.group-description.row {
    margin: 0!important;
    border: 0px solid transparent!important;
    background-color: transparent!important;
    box-shadow: none;
} 
.btn-primary {
    background-color : #03045e;
    border-color: #03045e;
    min-width: 170px;
    padding: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.btn-primary:hover {
    background-color : #03045e;
    border-color: #03045e;
    
}
/*Typo*/
h1 {
    color: #060835!important;
    text-transform : uppercase;
}
p {
    line-height: 1.3;
}

/*Progressba*/
.progress-bar {
    background-color: #005869;
}
.progress {
    width : 25%;
   margin : 0 auto;
}

/*Navbar*/
.navbar-default {
background-color: #fff;
border : 0;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.question-container {
    background-color: transparent;
    border-color: transparent;
}

.question-title-container {
    font-size : 16px;
    position: relative;
   
}

ul.yesno-button {
    width : 50%;
    float: none;
    margin : 0 auto;
}
ul.yesno-button > li.button-item  {
    border : 2rem solid #f8f8f8;
}

.group-title {
    font-size : 35px;
   color: #060835!important;
}

.checkbox-item label:after {
    background-color: #005869;
        border: 1px solid  #005869;
    color: #fff;

}
.text-primary {
    color : black;
}

.help-hidden .question-help-container

{display: none}
.td-first-hide table tr th:nth-child(1){display:none!important; }
.td-first-hide table tr td:nth-child(1){display:none!important; } 


.td-first-hide  table.ls-answers tr {border: 0!important;}
.td-first-hide  table.ls-answers td {border: 0!important; }
.td-first-hide  .table-bordered td {border: 0!important; }
.td-first-hide  .table-bordered th {border: 0!important; }
.td-first-hide  .table-bordered  {border: 0!important; }
.td-first-hide  .table-bordered  {margin-bottom: 3rem; }

.ls-answers,
.question-title-container {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.ls-input-group-extra {
    display: none;
}
li.radio-item, li.checkbox-item, li.radio-text-item, li.checkbox-text-item {
    margin-bottom : 0.5rem;
}
