﻿.notsynced-cb-wrapper {
    max-width: unset !important;
    width: unset !important;
    flex: 1;
}

    .notsynced-cb-wrapper .inner-cb-label-wrapper {
        position: relative;
        float: left;
    }

    .notsynced-cb-wrapper label::before {
        float: left;
    }

    .notsynced-cb-wrapper label::after {
        top: 9px !important;
    }

.employee-card.not-synced label .employee-name {
    color: #151b26 !important;
    transition: 250ms;
}

.employee-card.not-synced:hover label:before {
    border-color: #0093FD !important;
    transition: 250ms;
}

.employee-card.not-synced:hover label .employee-name {
    color: #0093fd !important;
    transition: 250ms;
}

.unsynced-body.active {
    padding-bottom: 80px;
}


.upload-modal .load-container .action-container .action-row.success {
    width: 139.81px;
}

.upload-modal .load-container .action-container .action-row.failed {
    width: 161.19px;
}

@media screen and (max-width: 1024px) {
    .select-all-header {
        margin-top: 12px !important;
    }
}

@media screen and (max-width: 767px) {
    .unsynced-row .card-table .card-table-header {
        height: unset !important;
    }

        .unsynced-row .card-table .card-table-header .title {
            padding-bottom: 0px !important;
        }

    .unsynced-body.card-table-body {
        padding-top: 48px !important;
    }

    .unsynced-body .card-table .card-table-content .card-table-item div {
        width: unset !important;
    }

    .unsynced-body.active {
        padding-bottom: 104px;
    }
    .select-all-header {
        padding-left:16px !important;
        padding-right:16px !important;
    }
}
