﻿body {
    --bs-body-font-family: Open Sans !important
}

.cursor-pointer {
    cursor: pointer;
}

.navbar-custom {
    background-color: #3398cc;
}

.bg-gray {
    --bs-body-bg: #f2f2f2;
}

.text-blue {
    --bs-body-color: #3398cc;
    color: #3398cc
}

.nav-link.active {
    background: white;
    color: black !important;
}

.btn-blue {
    --bs-btn-bg: #3398cc;
}

.wd-90 {
    width: 90%
}

.wd-80 {
    width: 80%
}

/*.accordion-button:not(.collapsed) {
    color: #000;
    --bs-accordion-active-color: black;
}*/

.list-group-flush > .list-group-item a {
    --bs-link-color: black;
}

.list-group-item.active > a {
    --bs-link-color: #fff;
}

.view_logo {
    width: 140px;
    text-align: center;
    background: #3398cc;
    color: #fff;
    padding: 5px 0;
    cursor: pointer;
}

.view_logo_mobile {
    width: 284px;
    text-align: center;
    background: #3398cc;
    color: #fff;
    padding: 5px 0;
    cursor: pointer;
}
