
body{
  font-family: 'Lato', sans-serif !important;
}
 
/*HEADER INI*/
.lang-menu:after{
  right: 32px !important;
}
.active_lang{
  color: #FFAF00 !important;
}
/*HEADER END*/

/*Dashboard INI*/

.dashboard_content{
    display: flex;
    justify-content: center;
    align-items: center;

}
.content-box-dash{
  background-color: #fff;
}
.content-info{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 570px;
}
.chld-info {
    padding: 0px 30px;
}
.chld-info input {
  height: 48px;
  font-size: 16px;
}
.title_dashboard {
    font-size: 37px;
    margin-bottom: 40px;
    color: #000;
}

.text_dashboard {
    font-size: 17px;
    padding: 0px 0px 15px 0px;
    color: #000;
    line-height: 25px;
    /*font-weight: 600;*/
}
.content-img{
  padding: 0px !important;
}
.img_dashboard{
  background-image: url("/public/img/portada_cosmopol.jpg");   
  background-color: #cccccc;
  height: 570px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.text_dashboard_strong {
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}
.text_dashboard_list {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.text_list {
    color: #000;
    margin-bottom: 25px;
}
.text_dashboard_end{
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 25px;
}
/*Dashboard END*/


/*FORM INI*/

.ckbox label::before {
  top:4px !important;
}

.ckbox-default input[type="checkbox"]:checked + label::after{
  margin-top: 3px;
}
#add_adviceP, #add_adviceB {
    margin-top: 20px;
}
.delete-advice {
    height: 41px;
}
.delete-advice a{
    margin-top: 6px;
}
.more-title{
  font-weight: 600 !important;
}

/*FORM END*/

/*RESULT INI*/
.title_alternativa_result {
  font-size: 20px;
  color: #ffaf00;
  margin-left: 30px;
}
.title_product_result {
  color: #000;
  line-height: 30px;    
  font-size: 16px;
}
.text_result .dosis_result{
  font-size: 15px;
  font-weight: 400;
}
.title_acordeon{
  background-color: #e4e7ea;
  /*color: #000 !important;*/
  border-radius: 3px;
}
.title_acordeon a {
  color: #000 !important;
  font-size: 15px;
}
.content_info {
  display: flex;
}
.advice_text {
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
.recomanation_text {
  font-size: 16px;
}
.panel_body_custom .area_recomanation:first-child {
    margin: 40px 0px 30px;
}
.area_recomanation {
  margin: 30px 0px;
}
.panel_body_custom{
  border-bottom: 0px !important;
}
.panel_custom{
  box-shadow: none !important
}
.btn-primary[disabled]{
  background-color: #999 !important;
  border-color: #999 !important;
}
/*RESULT END*/

/*MODAL FORM CREATE INI*/
.modal-content{
  overflow: auto;
}
.modal-footer{
  border: 0px;
}
/*MODAL FORM CREATE END*/



/*MEDIA INI*/
@media (max-width: 400px){
  .img_dashboard{
    margin-top: 30px;
  }
  
}
@media (max-width: 450px){
  .content-info{
    height: 100%;
  }
  .content-img{
    height: 100%;
  }
  .title_dashboard{
    margin-top: 40px;
  }
}
@media(max-width: 850px){
  .modal-dialog{
    width: 95% !important;
  }  
}
@media(min-width: 992px){
  .form-checkbox {
    margin-top: 8px;
  }
}
@media (min-width: 1200px){
  .dashboard_content{
    height: 75vh
  }
  .title_dashboard{
    margin-bottom: 15px;
    font-size: 34px;
  }
   .text_dashboard {
    font-size: 15px;
    padding: 0px 0px 0px 0px;
  }
  .chld-info input {    
    font-size: 15px;
    width: 50%;
  }
  .content-info{
    height: 720px;
  }
  .img_dashboard{
    height: 720px
  }
}

@media (min-width: 1350px){
  .text_dashboard {
    font-size: 16px;   
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
  }
  .title_dashboard{
    margin-bottom: 20px;
    font-size: 37px;
  }
  .chld-info input {    
    font-size: 16px;
  }

}

@media(min-width: 1600px){
  .content-info{
    height: 600px !important;
  }
  .img_dashboard{
    height: 600px !important;
  }
}
@media(max-width: 1642px){
  .size-checkbox{
    width: 100% !important;
  }

}



/*MEDIA END*/


