﻿.billy-white-btn-group .btn-outline-primary {
    color: #111928;
    border-color: #ced4da;
    background-color: #f3f4f6;
}

    .billy-white-btn-group .btn-outline-primary:hover {
        color: #f8f8f8;
        background-color: #026f7f;
        border-color: #026f7f;
    }

    .billy-white-btn-group .btn-outline-primary.active {
        color: #f8f8f8;
        background-color: #045a67;
        border-color: #045a67;
    }

.privacy-details p {
    font-weight: 300;
    color: #FFF1F1;
}

.privacy-details ul li {
    color: #FFF1F1;
}    

.privacy-details-table th {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    background-color: #0f616e !important;
}

.privacy-details-table thead th {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    background-color: #0d9488 !important;
}

.privacy-details-table tr,
.privacy-details-table td {
    font-size: 16px;
    color: #ffffff !important;
    background-color: #0f616e !important;
}
