
.item-visiable {
    opacity: 1 !important;
    visibility: visible !important;
}
.mg-data-table.mg-table {
    margin-bottom: 0;
}

.mg-data-table .mg-table--head-column-cell {
    padding: 20px;
    border: 1px solid;
    border-color: #5636d1 #320ebd #5636d1 #5636d1;
    background-color: #5636d1;
    color: #fff;
    vertical-align: middle;
    text-align: center
}

.mg-data-table .mg-table--head-column-cell-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.mg-data-table .mg-table--head-column-cell-icon {
    padding-left: 10px;
    line-height: 1
}

.mg-data-table .mg-table--body-row-cell-icon img,
.mg-data-table .mg-table--head-column-cell-icon img {
    width: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.mg-data-table .mg-table--body-row-cell-icon svg,
.mg-data-table .mg-table--head-column-cell-icon svg {
    width: 14px;
    height: auto;
    fill: currentColor
}
thead.mg-table--head {
    display: contents;
}

tbody.mg-table--body {
    display: contents;
}
.mg-data-table .mg-table--body-row:nth-child(even),
.mg-data-table .mg-table--body-row:nth-child(odd) {
    background-color: #fff
}

.mg-data-table .mg-table--body-row:nth-child(even):hover {
    background-color: rgba(86, 54, 209, .08)
}

.mg-data-table .mg-table--body-row:nth-child(odd):hover {
    background-color: rgba(232, 53, 124, .08)
}

.mg-data-table .mg-table--body-row-cell {
    padding: 15px;
    border: 1px solid #ddd;
    background-color: transparent;
    vertical-align: middle
}

.mg-data-table .mg-table--body-row-cell-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.mg-data-table .mg-table--body-row-cell-icon {
    padding-left: 10px;
    line-height: 1
}

.mg-data-table .mg-table--body .mg-table--head-column-cell {
    display: none
}

.mg-data-table.mg-column-icon-bottom .mg-table--head-column-cell-icon,
.mg-data-table.mg-column-icon-top .mg-table--head-column-cell-icon {
    width: 100%
}

.mg-data-table.mg-column-icon-left .mg-table--head-column-cell-icon,
.mg-data-table.mg-column-icon-right .mg-table--head-column-cell-icon {
    width: auto
}

.mg-row-icon-bottom .mg-data-table .mg-table--body-row-cell-icon,
.mg-row-icon-top .mg-data-table .mg-table--body-row-cell-icon {
    width: 100%
}

.mg-row-icon-left .mg-data-table .mg-table--body-row-cell-icon,
.mg-row-icon-right .mg-data-table .mg-table--body-row-cell-icon {
    width: auto
}

.mg-data-table.mg-column-icon-left .mg-table--head-column-cell-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mg-data-table.mg-column-icon-right .mg-table--head-column-cell-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.mg-data-table.mg-column-icon-top .mg-table--head-column-cell-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.mg-data-table.mg-column-icon-bottom .mg-table--head-column-cell-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.mg-row-icon-left .mg-data-table .mg-table--body-row-cell-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.mg-row-icon-right .mg-data-table .mg-table--body-row-cell-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.mg-row-icon-top .mg-data-table .mg-table--body-row-cell-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.mg-row-icon-bottom .mg-data-table .mg-table--body-row-cell-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    .mg-data-table .mg-table--head {
        display: none
    }

    .mg-data-table .mg-table--body .mg-table--body-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .mg-data-table .mg-table--body .mg-table--body-row-cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: -1px;
        padding: 0 !important
    }

    .mg-data-table .mg-table--body .mg-table--body-row-cell:first-child {
        margin-top: auto
    }

    .mg-data-table .mg-table--body .mg-table--head-column-cell {
        display: block;
        width: 100%
    }

    .mg-data-table .mg-table--body .mg-table--body-row-cell-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

        .mg-row-icon-left .mg-data-table .mg-row-alignment-left .mg-table--body-row-cell-wrap {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

        .mg-row-icon-left .mg-data-table .mg-row-alignment-center .mg-table--body-row-cell-wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

        .mg-row-icon-left .mg-data-table .mg-row-alignment-right .mg-table--body-row-cell-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .mg-row-icon-bottom .mg-data-table .mg-row-alignment-left .mg-table--body-row-cell-wrap,
    .mg-row-icon-top .mg-data-table .mg-row-alignment-left .mg-table--body-row-cell-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .mg-row-icon-bottom .mg-data-table .mg-row-alignment-center .mg-table--body-row-cell-wrap,
    .mg-row-icon-top .mg-data-table .mg-row-alignment-center .mg-table--body-row-cell-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .mg-row-icon-bottom .mg-data-table .mg-row-alignment-right .mg-table--body-row-cell-wrap,
    .mg-row-icon-top .mg-data-table .mg-row-alignment-right .mg-table--body-row-cell-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -ms-flex-align: end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }
}