.icon_trans {
    height: 25px;
    width: 25px;
    margin: auto;
}

.nk-tb-col .icon_trans {
    margin: unset !important;
}

#customers td,
#customers th {
    text-align: center;
    margin: auto;
}

.base--bg {
    background-color: var(--color) !important;
}

.base--bg-two {
    background-color: #062c4e !important;
}

.page__head {
    background: linear-gradient(90deg, #125c72f2, #125c72f2) !important;
}

.bg {
    background-color: #0b9b0b !important;
}

.bg--1 {
    background-color: #f05454 !important;
}

.bg--2 {
    background-color: #403dee !important;
}

.bg--3 {
    background-color: #ed1568 !important;
}

.bg--4 {
    background-color: #403dee !important;
}

.badge {
    font-weight: 400;
    padding: 4px 10px;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-inner {
    overflow: auto;
}

.file_select {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
}
