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

/*------ NUEVOS ESTILOS JM -------*/

body {
    background-color: #295697!important;
}


.group-title {
    display: none;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: transparent!important;
}

.question-container {
    margin-bottom: 5px;
    background: transparent;
    color: #444;
    border-bottom: none;
    /* border: none; */
}

.question-title-container {
    padding-top: 0em;
    padding-bottom: 0em;
}

.answer-container {
    border-width: 0px;
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

.answer-container, .question-help-container {
    border-color: transparent;
}

.text-info {
    --bs-text-opacity: 1;
    color: white!important;
    display:none;
}

.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 0px;
}

.ls-answers {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}

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

.btn-primary {
    color: #494949;
    background-color: #f8cd00;
    border-color: #f8cd00;
}

.btn-primary:hover {
    color: #494949;
    background-color: #FFF;
    border-color: #f8cd00;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 2px 10px;
    font-size: 1rem;
    border-radius: 12px;
}

div#survey-nav {
    display: none;
}

.top-container .progress {
    height: 21px;
    margin-bottom: 0;
    display: none;
}


.form-control {
    display: block;
    width: 100%;
    padding: 2px 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

article {
    margin-top: -175px;
}

.completed-text  {
    color:#FFF!important;
    margin-top:390px!important;
    text-align:center!important;
  }

.text-danger {
    --bs-text-opacity: 1;
    font-size: 8px;
    color: #ffc107!important;
    margin-right: 4px;
    padding-top: 11px;
    display: block;
}

.checkbox-item label::before {
   
    position: relative;
    left: -4px!important;
    
}


.checkbox-item label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
    color: #FFF;
}

html.es-CO.dir-ltr.js {
    overflow-x: hidden;
}

.mb-1 {
    margin-bottom: 0.25rem!important;
    margin-top: -17px;
    margin-left: 13px;
}









