body {
    background-color: RGB(243,244,246);
    color: var(--bs-body-color);
}

a[data-toggle="modal"] {
    color: #085E87;
    text-decoration: none;
}
a[data-toggle="modal"]:hover {
    color: #085E87;
    text-decoration: underline;
}

a {
    color: #085E87;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}
a:hover {
    color: #085E87;
    border-bottom: 0px;
    text-decoration: none;
}
canvas {
    width: 100%;
    cursor: pointer;
}
.card-fullscreen {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 99vw !important;
    height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    z-index: 1055;
    overflow: auto;
}
.card {
    background-color: var(--bs-card-bg);
    border: 1px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}
.card-header {
    background-color: transparent;
    border-bottom-width: 0;
}
.card-body .table tbody tr:last-child td {
  border-bottom: none;
}

.card-fullscreen canvas {
    width: 100% !important;
    height: 85vh !important;
    transition: height 0.3s ease;
}
.card-fullscreen table {
    width: 100% !important;
    height: 85vh !important;
    transition: height 0.3s ease;
}

.nav-pills .nav-link {
    border-radius: 0;
    border: 0.5px solid #D9D9D9;
    border-left: 0px;
    padding: 5px 15px;
    font-size: 90%;
    color: #000000;
}
.nav-pills .nav-link:hover {
    color: #1677FF;
}
.nav-pills .active:hover {
    color: #FFFFFF;
    background-color: #4096FF;
}
.nav-pills .nav-link>.active:hover {
    color: #FFFFFF;
    background-color: #4096FF;
}

.nav-pills li:last-child .nav-link {
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}
.nav-pills li:first-child .nav-link {
    border-left: 0.5px solid #D9D9D9;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
