/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn-orange {
color: #fff;
background-color: #ff7300;
border-color: #fff; }
.btn-orange:hover {
    color: #fff;
    background-color: #ff7300;
    border-color: #fff; }
.btn-orange:focus, .btn-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 133, 108, 0.5); }
.btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #ff7300;
    border-color: #fff; }
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
.show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #ff7300;
    border-color: #fff; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(218, 133, 108, 0.5); 
}

.text-orange {
    color: #ff7300 !important; 
}
  
  a.text-orange:hover, a.text-orange:focus {
    color: #ffa459 !important; 
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.waves-effect.waves-white {
    color: rgb(255, 255, 255); 
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.text-light-super {
    color: #ffffff !important; 
}
  
a.text-light-super:hover, a.text-light-super:focus {
    color: #f3f3f3 !important; 
}