﻿.olv-sky {
    display: flex;
    padding: 16px;
    width: 220px;
    height: 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border-radius: 0px 24px 24px 0px; */
    border: 1px solid var(--grey-grey-100, #EBEBEB);
    background: var(--grey-grey-50, #F7F7F7);
    color: var(--brand-blue-500, #263184) !important;
}

    .olv-sky.active {
        /*border-radius: 24px 0px 0px 24px; */
        background: var(--brand-blue-200, #DEEBF5);
        color: black !important;
    }

@media only screen and (max-width: 480px) {
    .olv-sky {
        width: 140px;
    }
}

.brl-24 {
    border-radius: 24px 0px 0px 24px;
}

.brr-24 {
    border-radius: 0px 24px 24px 0px;
}

@media only screen and (max-width: 480px) {
    #login_bg {
        width: 100%;
    }

    #logo {
        width: 30%;
    }

    #header-logo {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

@media only screen and (max-width: 650px) {
    #login_bg {
        width: 100%;
    }

    #logo {
        width: 74%;
    }

    #header-logo {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.table:not(.table-dark):not(.table-light) thead:not(.table-dark) th,
.table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th {
    padding-left: 5px !important;
    padding-right: 5px !important;
    background-color: transparent !important;
}

.bt-table {
    width: 139px;
    height: 47px;
}