.sticky-cell {
    position: sticky;
    left: 0;
    z-index: 1;
}

.codeBlock {
    background-color: #f9fafc !important;
    padding: 1rem;
    /* padding-bottom: 0.25px; */
}

.logo-lg img {
    height: 30px;
}

.logo-sm img {
    transform: scale(1.5);
}

.table-footer {
    border-top: 2px solid !important;
}

.bcolor-primary {
    border-color: #02262c !important;
}

.font-size-70 {
    font-size: 70px;
}

.credit-report .card-title {
    /* color: #0c768a; */
    /* color: #02262c; */
}

.left-partition {
    border-left: solid 3px #ecf1f1;
}

.theme-dark-btn {
    background-color: #03262c;
    color: #ffffff;
}

.select2-dropdown {
    z-index: 10000;
}