/**********************************************
 * BACKGROUND *********************************
 **********************************************/
.bg-primary {
    background-color: #0b53ff !important;
}

.bg-primary-dark {
    background-color: #052775 !important;
}

.bg-shadow-dark {
    background-color: rgba(0, 0, 0, .1);
}

.bg-shadow-light {
    background-color: rgba(255, 255, 255, .1);
}

.bg-semi-light {
    background-color: #d2d3d4 !important;
  }

  .bg-light-grey {
    background-color: #afb1b3 !important;
  }  

/**********************************************
 * TEXT ***************************************
 **********************************************/
.text-default {
    color: #0b53ff !important;
}

.text-default-light {
    color: #3873fd !important;
}

.text-light {
    color: #FFFFFF !important;
}

.text-dark.text-hover-default:hover,
.text-hover-default:hover {
    color: #0b53ff !important;
}

/**********************************************
 * BUTTON *************************************
 **********************************************/
.btn-primary {
    color: #FFFFFF;
    background-color: #0b53ff;
    border-color: #0b53ff;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #632286;
    border-color: #632286;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 34, 134, .5);
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #632286;
    border-color: #632286;
    box-shadow: 0 0 0 .2rem rgba(99, 34, 134, .5);
}

/*********************************************
* BORDER *************************************
**********************************************/
.bordered {
    border-color: #F1F1F1;
}

.border-b-default {
    border-bottom-color: rgba(99, 34, 134, .15) !important;
}

/*********************************************
* EXTRA **************************************
**********************************************/
.d-hotline {
    background-color: #0b53ff !important;
}

.fonte-fundo-azul {
    color: #F8F9FA;
}

.fonte-fundo-azul:hover {
    color: #F8F9FA;
}

.color-alert{
    color: #ffc107 !important;
}

.color-success{
    color: #28a745 !important;
}

.color-error{
    color: #dc3545 !important;
}

.color-info{
    color: #17a2b8 !important;
}