.content-wrapper {
    background: #F4F9FD !important;
}
.custom-data-table thead tr {
    background: #F9F9F9 !important;
}
.table-collapse .table.custom-data-table  {
    padding: 0 !important;
}
.table-responsive.table-wrapper {
    border-top: 2px solid #027CFB !important;
    margin-top: 8px !important;
}

.ttop {
    display: flex;
    align-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    color: #161A1F;
    margin: 0 0 10px 0;
    width: 300px;
}
.ttop .arrow {
    margin: 2px 0 0 8px;
    font-size: 1rem;
    color: #999;

}

.filter-box {
    padding: 1.8rem 1.8rem 0.8rem 1.8rem !important;
}

.xy_icon {
    width: 35px;
    height: 26px;
    border-radius: 4px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.xy_icon_a {
    color: #FE0000;
    background: #FEECEC;
}

.xy_icon_b {
    color: #006FFF;
    background: #ECF3FE;
}

.xy_icon_c {
    color: #40C200;
    background: #ECFEF0;
}
.xy_icon_o {
    color: #C500FF;
    background: #FBEDFE;
}
.xy_icon_f {
    color: #FF6100;
    background: #FFF3E7;
}

.xy_status {
    font-weight: bold;
    width: 75px;
    height: 30px;
    border-radius: 4px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xy_icon_fail {
    color: #FE0000;
    background: #FEECEC;
}
.xy_icon_suc {
    color: #006FFF;
    background: #ECF3FE;
}


