.color-test {
    color: red;
}

body {
    background-color: #FFFFFF;
}

.dashboard-nav {
    color: #9e9e9e;
    background: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 1px #efefef;
}

.nav-item-custom {
    padding: 10px 10px 10px 10px;
}

.nav-link-custom {
    color: #565656;
    font-weight: 500;
}

.fintigo-padding-tp {
    padding-top: 2%;
}

.card-edit {
    background-color: #ffffff;
    box-shadow: 0px 8px 25px 5px #efefef;
    padding: 1.4rem 0;
    margin-right: 12px;
}

.field-credit-text {
    font-size: 12px;
    line-height: 12px;
    color: #A1A1A1;
}

.detail-credit-text {
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
}


.text-dark {
    font-weight: 500;
}

.table-text-field {
    font-size: 14px;
    line-height: 14px;
    color: #000000;

}

.table-text-value {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #000000;
}

/*------------------ Start Fintigo Table ------------------*/

.fintigo-table {
    font-size: 14px;
    width: 100%;
}

.fintigo-table th {
    padding-bottom: 1rem;
    padding-left: 1rem;
    min-width: 8rem;
}

/* start restore styles */
.fintigo-table td {
    padding: 1rem 1rem;
}

.fintigo-table .rose {
    background: #fff7f6;
}

/* width */

.table-responsive::-webkit-scrollbar {
    height: 5px;
}

/* Track */

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* end restore styles */

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #FFF7F6;
}
