/* TEMA APRO CLOUD */

body {
    font-family: 'Roboto', sans-serif;
}

.bg-custom {
    background-color: #202E5B!important;
}

.btn-custom {
    color: #fff;
    background-color: #0080FF!important;
    border-color: #0080FF!important;
    
}

.btn-custom:hover {
    color: #fff;
    background-color: #0000DD!important;
    border-color: #0000DD!important;
}
.text-secondary {
    color: #0000DD!important;
}

/* rating para reclamos */

  .star-widget input{
    display: none;
  }
  
  .star-widget label{
    font-size: 15px;
    color: rgb(113, 113, 113);
    padding: 2px;
    float: right;
    transition: all 0.2s ease;
  }
  
  .nonestar {
    color: rgb(113, 113, 113);
    font-size: 15px;  
    padding: 2px;
    float: right;
    transition: all 0.2s ease;  
  }
  
  .fullstar {
    color: #fd4;
    font-size: 15px;  
    padding: 2px;
    float: right;
    transition: all 0.2s ease;  
  }
  
  .star-widget input:not(:checked) ~ label:hover,
  .star-widget input:not(:checked) ~ label:hover ~ label{
    color: #fd4
  }

  .star-widget input:checked ~ label{
    color: #fd4;
  }
