﻿.my-custom-pagination {
    margin: 4px 0;
}

    .my-custom-pagination .ant-pagination-item,
    .my-custom-pagination .ant-pagination-item-link {
        /*border-radius: 100%;*/
    }

.editable-cell {
    position: relative;
}

.editable-cell-value-wrap {
    padding: 5px 12px;
    cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
    padding: 4px 11px;
    border: 1px solid #808080;
    border-radius: 4px;
}

.editable-row:hover, .editable-row:hover > td {
    padding: 4px 11px;
    border: 1px solid #e4e0e0;
    border-radius: 4px;
}

[data-theme='dark'] .editable-row:hover .editable-cell-value-wrap {
    border: 1px solid #434343;
}

.containerCustom > * {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 16px -8px rgba(0,0,0,.08),0 9px 28px 0 rgba(0,0,0,.05),0 12px 48px 16px rgba(0,0,0,.03)
}

@media screen and (max-width:480px) {
    .containerCustom {
        width: 100% !important
    }

        .containerCustom > * {
            border-radius: 0 !important
        }
}

.ant-pro-setting-drawer-handle {
    position: absolute;
    top: 45px;
    right: 300px;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    background: #1890ff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    pointer-events: auto
}

.anticonCustomDark {
    display: inline-block;
    color: white;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: 0em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.anticonCustomLight {
    display: inline-block;
    color: black;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: 0em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

