.error {
    font: Normal 11px Tahoma, Verdana, Helvetica;
    color: #e70606;
    margin: 0 0 5px 0;
    position: relative;
    top: -3px;
}

.loginBillName {
    font-family: 'Open Sans', sans-serif;
    color: #0e70cb;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 50px !important;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-shadow: -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff,
        4px 4px 0 #88e1fb,
        5px 5px 10px #88e1fb;
    text-align: center;
    margin-top: 40px;
}

.app-card-settings .form-label {
    font: Bold 11px Tahoma, Verdana, Helvetica;
}

.input-sm {
    padding: 3px 5px;
    height: auto;
    border-radius: 0px;
}

.custom-table-th {
    background: #c0d1e0 !important;
    color: #000 !important;
}

/* Default style for small devices (text-align: left) */
.custom-level {
    text-align: left;
}

/* Media query for larger devices (min-width: 768px) */
@media (min-width: 768px) {
    .custom-level {
        text-align: right;
    }
}

.suggestion-level {
    font: Normal 11px/11px Tahoma, Verdana, Helvetica;
    display: block;
    color: green;
    position: relative;
    top: 1px;
}

.custom-form-control {
    font-size: 12px !important;
    font-weight: 600;
}

input,
input::placeholder,
select {
    font-size: 12px !important;
}

.lightGray {
    background-color: #bdbaba !important;
    color: #fff8f8 !important;
    font-weight: 100 !important;
}

.green2 {
    background-color: #0FA721 !important;
    color: #fff8f8 !important;
}

.blue2 {
    background-color: #2b69c7 !important;
    color: #fff8f8 !important;
}

.red2 {
    background-color: #f83d28 !important;
    color: #fff8f8 !important;
}

.orange2 {
    background-color: #f39c12 !important;
    color: #fff8f8 !important;
}

.yellow2 {
    background-color: #F5DF49 !important;
    color: #fff8f8 !important;
}