.anticon{
    vertical-align: initial!important;
}

.main-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.main-layout{
    padding-top: 64px;
    height: 100vh;
}
.header-title{
    line-height: 64px!important;
}

.left-sider{
    height: 100vh;
    position: fixed!important;
    left: 0;
    padding-top: 64px;
    z-index: 90;
}
@media screen and (min-width: 992px) {
    .main-layout.margin-left-layout{
        margin-left: 200px;
    }
    .main-header.margin-left-header{
        margin-left: 200px;
    }
    .left-sider{
        padding-top: 0px;
    }
}
.loading-layer{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(255,255,255,0.5);
}
.loading-layer span{
    top: 45vh;
}

.order-table .ant-pagination-options,
.product-table .ant-pagination-options{
    display: none;
}

.order-table .ant-table-row{
    cursor: pointer;
}

.table-thumbnail{
    height: 60px;
    width: 60px;
}