.admin-list {
    border-top-color: #3c8dbc !Important;
    position: relative;
    background: #ffffff;
    border-top: 2px solid #c1c1c1;
    margin-bottom: 20px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.admin-page {
    border-top: 1px solid #f4f4f4;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #ffffff;
    box-sizing: border-box;
    display: block
}
.fw-bold {
    font-weight: 700 !important;
}
.text-middle {
    vertical-align: middle !important;
}