/*Login image logo*/
.vw-login-logo {
    background: linear-gradient(60deg, #ffffff, #ffffff) !important;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(0 108 193 / 44%) !important;
}

.vw-login-logo > img {
    width: 100% !important;
}


/*Card subtitle*/
.vw-card-subtitle > table {
    margin-top: 10px;
    margin-bottom: 0px;
    /*list-style-type: none !important;*/
    padding-inline-start: 0px !important;
    border-spacing: 0 !important; /* Removes the cell spacing via CSS */
    border-collapse: collapse !important;
}

.vw-card-subtitle > div > table > tbody > tr > td {
    color: #3C4858;
}

/*Client*/
.btn.btn-blue {
    color: #fff;
    background-color: #006dc2;
    border-color: #1777c5;
    box-shadow: 0 2px 2px 0 rgb(0 109 194 / 15%), 0 3px 1px -2px rgb(3 108 193 / 22%), 0 1px 5px 0 rgb(0 109 194 / 32%);
}

.btn.btn-blue:focus, .btn.btn-blue.focus, .btn.btn-blue:hover {
    color: #fff;
    background-color: #287dc8;
    border-color: #4290d1;
}

.btn.btn-blue:focus, .btn.btn-blue:active, .btn.btn-blue:hover {
    box-shadow: 0 14px 26px -12px rgb(0 107 192 / 55%), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgb(2 108 192 / 32%);
}

.vw-logo-sidebar {
    margin-right: 15px !important;
}

.vw-logo-sidebar > img {
    width: 100%;
}

.vw-sc-reader {
    width: 100%;
    min-height: 100px;
    text-align: center;
    position: relative;
}

.vm-sc-reader-init {
    width: 490px;
    height: 368px;
    position: relative;
    background-color: rgb(51 51 51 / 11%);
    align-content: center;
}

.vw-self-center {
    float: none;
    margin: 0 auto;
}

/*Public*/
.vw-public-panel {
    width: 100% !important;
    float: none !important;
}

/*General*/
.vw-title-section {
    text-wrap: auto;
}