
.text-color-white{
    color: #ffffff;
}

.cinza-pro-corretor {
   color: #3D3D3B !important;
}

.azul-pro-corretor {
   color: #303079 !important;
}

.cinza-default-procorretor {
   color: #6c757d !important;
}

.verde-pro-corretor {
   color: #198754 !important;
}

.btn-success-pro-corretor {
   background-color: #198754 !important;
   color: #fff !important;
}

.btn-voltar-pro-corretor {
   background-color: #6c757d !important;
   color: #fff !important;
}

.btn-cinza-pro-corretor {
   background-color: #6c757d !important;
   color: #fff !important;
}

.azul-pro-corretor {
   color: #0d6efd !important;
}

.vermelhor-pro-corretor {
   color: #dc3545 !important;
}


.btn-info-procorretor {
   background-color: #0d6efd !important;
   color: #fff;
}

.btn-info-procorretor-outline {
   background-color: #fff !important;
   color: #0d6efd;
   border: 1px solid #0d6efd;
}

.btn-info-procorretor-outline:hover,
.btn-info-procorretor-outline:focus {
   background-color: #0d6efd !important;
   color: #fff;
   border: 1px solid #0d6efd;
   transition: all 0.3s;
}

.flex {
    display: flex;
}
.flex.h-center {
    align-items: center;
}

.flex.v-center {
    justify-content: center;
}


.btn-whats     { font-size: 0.9rem; height: 100%; }

@media only screen and (max-width: 767px) {
   .btn-whats  { font-size: 0.8rem; }
}
