body {
    text-align: center;
}

.ant-layout-sider-children .ant-menu {
    text-align: left;
}

.ant-layout-sider {
    position: sticky !important;
    top: 0
}

#Home {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.main-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.button-right {
    float: right;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
}

.actionTop {
    margin: 0 1%;
}

.login-form {
    max-width: 400px;
    min-width: 340px;
}

.login-form-welcome {
    max-width: 600px;
    margin-top: 30px;
    min-width: 340px;
}

.login-form-forgot {
    float: right;
    color: white;
}

.ant-form-item-children {
    color: white;
}

.ant-form-item-children>a {
    color: white;
}

.login-form-button {
    width: 100%;
}

.login {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.logo img {
    max-width: 100%;
    object-fit: contain;
}

.time {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
}

.time button {
    margin-bottom: 10px;
}

.header {
    background: #f0f2f5;
    padding-bottom: 16px;
}

.content {
    display: flex !important;
    justify-content: center;
}

.date {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.date h2 {
    margin: 0;
}

.time [type="button"] {
    padding: 0;
}

.column-day {
    padding-right: 5px;
    padding-left: 5px;
}

.column-day:hover {
    background: #e1e9f0;
    transition: 0.3s;
    cursor: pointer;
}

.headerContentDrawer {
    display: flex;
    margin-bottom: 10px;
}

#WorkingShift {
    background-color: #f2f2f2;
}

.header-table-work-shift {
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    border-bottom: 0.5px solid #e8e8e8;
}

.content-work-shift {
    display: flex;
    justify-content: space-between;
    height: 85vh;
    margin-top: 10px;
}

.table-require-change .ant-table-row-expand-icon-cell {
    display: none;
}

.table-require-change .ant-table-expand-icon-th {
    display: none;
}

.table-require-change .ant-table-expanded-row td:first-child {
    display: none;
}

.table-require-change .ant-table-expanded-row {
    background: white !important;
}

.table-require-change {
    width: 100%;
    background: white;
    margin: 20px;
    padding: 20px;
}

.table-left-working-shiff .ant-table-tbody>tr>td {
    padding: 10px 16px !important;
    height: 53px !important;
}

.ant-table-footer {
    background: white;
    display: flex;
    justify-content: flex-end;
}

.timer-picker {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.reset-width-edit {
    text-align: right;
    margin: 0;
    width: 100px;
}

.timer-picker-nested-table {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}


/*.edit-copy{*/


/*    display: flex;*/


/*    flex-direction: row;*/


/*    justify-content: center;*/


/*}*/

.button-dropdown-full-width {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 3px;
    margin-bottom: 10px;
}

.list-user-full-column {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.list-user {
    /* padding: 10px 10px; */
    overflow: auto;
    /* padding-top: 50px; */
    margin: 10px 25px 10px 20px;
    background-color: #fafafa;
}

.style-button-save {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: -20px;
}

.item-l ist-user {
    text-align: left;
    background: #fafafa;
}

.header-layout {
    flex: 2;
    display: flex;
    align-items: center;
    margin-right: 20%;
}

.input-search {
    padding-left: 10px !important;
    width: 350px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.select-box {
    margin-left: 20px !important;
    width: 25% !important;
    margin-bottom: 20px !important;
    margin-top: 10px !important;
}

@media (max-width: 1199px) {
    .content-work-shift {
        display: block;
    }
}

@media (max-width: 767px) {
    .login {
        height: auto;
    }
    .select-box {
        margin-left: 10px !important;
        width: 45% !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .btn-right-float {
        margin-top: 10px !important;
    }
    .ant-table-layout-fixed table {
        table-layout: auto !important;
    }
    .header-layout {
        flex: 2;
        display: flex;
        align-items: center;
    }
    .input-search {
        padding-left: 10px;
        width: 200px !important;
        margin-left: 10px !important;
        margin-bottom: 10px !important;
        margin-top: 20px !important;
    }
    .ant-layout-header {
        line-height: 50px;
    }
    .timer-picker {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .button-mobile {
        width: 100px !important;
    }
    .reset-width-edit {
        text-align: right;
        margin: 0;
        width: unset;
    }
    .actionTop {
        display: inline-block !important;
    }
    .actionTop .button-right {
        width: 150px !important;
        margin-right: 20px;
    }
    .button-right-object {
        width: 100px !important;
        margin-right: 20px;
    }
    .ant-table-row-cell-break-word {
        word-break: unset !important;
    }
    .updateTop {
        display: block !important;
    }
}

.table-nested-footer {
    width: 100%;
    display: flex;
}

.header-report {
    height: 54px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-left: 30px;
}

.header-report-text {
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 25px 0px 0px;
    align-items: center;
    background-color: white;
}

.button-breadcrumb {
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.25);
    flex-direction: row-reverse;
}

.ant-upload .ant-upload-select .ant-upload-select-picture-card {
    width: 100%;
}

.ant-upload.ant-upload-select-picture-card {
    width: 100%;
}

.button-breadcrumb span {
    margin-right: 15px;
    margin-left: 0 !important;
}

.ant-checkbox+span {
    color: white;
}

.particle-canvas>canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.particles-js {
    width: 100%;
    height: 100vh;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: rgba(12, 206, 188, 1);
    /* Old Browsers */
    background: -moz-linear-gradient( -45deg, rgba(12, 206, 188, 1) 0%, rgba(49, 93, 183, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient( left top, right bottom, color-stop(0%, rgba(12, 206, 188, 1)), color-stop(100%, rgba(49, 93, 183, 1)));
    /* Chrome, Safari4+ */
    background: -webkit-linear-gradient( -45deg, rgba(12, 206, 188, 1) 0%, rgba(49, 93, 183, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient( -45deg, rgba(12, 206, 188, 1) 0%, rgba(49, 93, 183, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient( -45deg, rgba(12, 206, 188, 1) 0%, rgba(49, 93, 183, 1) 100%);
    /* IE 10+ */
    background: linear-gradient( 135deg, rgba(12, 206, 188, 1) 0%, rgba(49, 93, 183, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0ccebc', endColorstr='#315db7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.site-logo {
    display: table;
    height: 5.625rem;
    color: white;
    font-size: 2.1875rem;
    font-weight: 500;
    width: 300px;
    line-height: 1.6875rem;
}

.site-logo a {
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.row-logo {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.ant-modal-confirm-body {
    text-align: left;
}

.ant-result-success {
    background: white;
    border-radius: 4px;
}

.ant-form-item-label {
    font-weight: 500;
}

.tableAcademy .ant-form-item-label {
    text-align: left !important;
}

.ant-form-item-label>label {
    margin-bottom: 0px;
}

.country-name {
    color: #6b6b6b;
}

.country-list .search-box {
    color: #6b6b6b;
}

.react-tel-input .form-control {
    width: 100% !important;
}

img.zoomed {
    cursor: zoom-out;
}

.frame {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 1;
    background: white;
    transform: translateZ(0);
}

.material-upload .ant-upload.ant-upload-select-picture-card {
    width: 100%;
}

.ant-cuttext-table {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.blue-link {
    color: #40a9ff !important;
    text-decoration: underline !important;
}


/*@media (max-width:550px)  {*/


/*    .ant-layout-content{*/


/*        overflow-x: scroll;*/


/*    }*/


/*}*/

.ant-modal-close-x svg {
    background: black !important;
    color: white !important;
    border-radius: 5px;
    padding: 3px
}

.ant-menu-item {
    display: flex !important;
    flex-direction: row;
}

.ant-menu-item i {
    align-self: center;
}

.ant-menu-item span {
    align-self: center;
}

.health-select li {
    text-align: left !important;
}

.big-modal {
    width: 80% !important;
}

.ant-comment-inner {
    padding: 8px !important;
}

.journey-view .ant-upload.ant-upload-select-picture-card {
    width: 100% !important;
    height: 350px !important;
}

.journey-view .ant-upload.ant-upload-select-picture-card img {
    width: auto !important;
    max-width: 100% !important;
    object-fit: cover;
    height: 350px !important;
}