@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'SFPro-Regular' !important;
    background: #fbf9ff !important;
}

@font-face {
    font-family: 'SFPro-Regular';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFPro-Medium';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFPro-Bold';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Futura PT Medium'), url('../fonts/FuturaCyrillicMedium.woff') format('woff');
}

p {
    font-family: 'SFPro-Regular' !important;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 25px;
    color: #28282A;
    margin-bottom: 1rem;
}

a,
a:hover {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-decoration: none !important;
    cursor: pointer
}

button,
button:hover {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-decoration: none !important;
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'SFPro-Medium' !important;
    font-weight: 600
}

h1 {
    font-size: 45px;
    line-height: 55px;
}

h2 {
    font-size: 35px;
    line-height: 45px;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 25px;
    line-height: 35px;
}

.sidebar h6 {
    font-family: 'Futura PT Medium' !important;
}

/* ===== Scrollbar CSS ===== */
* {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

/* Firefox */
*::-moz-scrollbar {
    width: 5px;
}

*::-moz-scrollbar-track {
    background: #ffffff;
}

*::-moz-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    border: 3px solid transparent;
}

/* Disable the eye icon in Edge */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

/* ===== Scrollbar CSS ===== */

.alignSection {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.theme-color {
    color: #635bff;
}

.login-btn {
    justify-content: end;
}

.login-btn button {
    background: #5E17EC;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
}

.login-btn button:hover {
    background: #333;
}

.login-btn button.black-bg {
    background: #fff;
    border: 2px solid #B7B7B7;
    color: #333;
}

.login-btn button.black-bg:hover {
    background: #333;
    border: 2px solid #333;
    color: #fff;
}

.login-btn input[type="search"] {
    background: #EEEEEE;
    border: none;
    padding: 10px 20px;
    border-radius: 35px;
    color: #000;
    font-size: 16px;
    border: none;
    box-shadow: none;
    outline: none;
}

.mobile-hide {
    display: block;
}

.desktop-hide {
    display: none;
}

.loginform {
    background: #fff;
    border: 2px solid #b7b7b765;
    border-radius: 15px;
    width: 550px;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -30px;
}

.loginform button.btn {
    background: #006BE6;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.loginform button.btn:hover {
    background: #111;
    color: #fff;
}

button.btn.grey-btn {
    background: #F3F3F3;
    color: #333;
    border: 1px solid #b5b5b566;
}

button.btn.grey-btn:hover {
    background: #111;
    color: #fff;
}

button.btn.face-btn {
    background: #3C72D4;
    color: #fff;
    border: 1px solid #b5b5b566;
}

button.btn.face-btn:hover {
    background: #111;
    color: #fff;
}

.loginform input.form-control {
    padding: 10px;
}

.loginform label.form-label {
    font-weight: 600;
}

.login-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 16px;
}

.form-control,
.form-select {
    display: block;
    width: 100%;
    padding: 12px 15px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto;
}

.main-content .form-control,
.main-content .form-select {
    display: block;
    width: 100%;
    padding: 8px 15px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto;
}

.main-content .btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

.login-page input {
    font-size: 14px;
    border: 1px solid #707070;
    border-radius: 8px;
}

.login-page label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.login-page .login-container {
    width: 80%;
    padding-left: 70px;
    padding-right: 70px;
}

.login-container button.btn.btn-primary {
    background: #006BE6;
    border-radius: 6px !important;
    padding: 12px;
    text-transform: uppercase;
}

.login-page .login-page-title {
    font-size: 24px;
    color: #191919;
}

.otp input {
    border: 1px solid #006BE6;
    margin: 0 5px;
    width: 35px;
    color: #333;
    padding: 12px 5px !important;
    text-align: center;
}

.login-container button.btn.btn-primary {
    background: #006BE6;
    border-radius: 6px !important;
    padding: 12px 15px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

.sidebar.sidebar-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1030;
    background: #1E2228;
}

.simplebar-content-wrapper {
    background: #1E2228;
}

.simplebar-content {
    background: #1E2228 !important;
    margin: 0 7px;
}

.nav-item img {
    margin-right: 5px;
}

.wintable th {
    background: #006BE61A;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #fff !important;
    color: var(--bs-table-striped-color);
}

.table-hover tbody tr:hover {
    background-color: transparent !important;
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: #fff !important;
    color: var(--bs-table-hover-color);
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
    padding: 10px 10px;
}

table.dataTable>tbody>tr {
    background-color: #fff;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 0px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
    border-color: #f5f5f5;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
    opacity: 1;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\2193";
    display: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 1em;
    content: "\2191";
    display: none;
}

table.dataTable>thead>tr>th {
    padding: 10px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.3);
}

.view-job a {
    color: #006BE6;
    text-transform: capitalize;
    text-decoration: underline !important;
    font-size: 15px;
    font-weight: 500;
}

.topdate input {
    background: url(/assets/images/selectbg.svg) no-repeat;
    background-position: 5px 10px;
}

.addjob button {
    background: #006BE6 url(/assets/images/addjob.svg) no-repeat;
    background-position: 7px 10px;
    padding-left: 35px;
}

.addjob a {
    background: #006BE6 url(/assets/images/addjob.svg) no-repeat;
    background-position: 8px 10px;
    padding-left: 35px;
}

.wintable .previous a.page-link {
    background: #fff url(/assets/images/leftarrow.png) no-repeat;
    padding-left: 27px;
    background-size: 18px;
    background-position: left center;
}

.wintable .next a.page-link {
    background: #fff url(/assets/images/rightarrow.png) no-repeat;
    padding-right: 27px;
    background-size: 18px;
    background-position: right center;
}

.wintable .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: transparent;
}

.wintable .page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 0px solid #dee2e6;
}

.wintable div.dataTables_wrapper div.dataTables_info {
    padding-top: 5px;
    white-space: nowrap;
}

.page-title h4 {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
}

.sidebar-nav .nav-link {
    border-radius: 5px;
    font-size: 16px;
}

.sidebar-nav .nav-link:hover {
    color: var(--cui-sidebar-nav-link-hover-color, rgba(255, 255, 255, 0.87));
    text-decoration: none;
    background: #006be64d;
}

.sidebar-nav .nav-link.active {
    color: var(--cui-sidebar-nav-link-active-color, rgba(255, 255, 255, 0.87));
    background: #006BE6;
}

.b-line {
    border-bottom: solid 3px #006BE6;
    padding-bottom: 10px;
}

p#cancel-upload {
    background: url(/assets/images/close-btn.png);
    padding: 5px;
    text-indent: -10000px;
    width: 12px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.relative {
    position: relative;
}

p#select-date {
    background: url(/assets/images/date-red.svg) no-repeat;
    padding-left: 25px;
    color: #006BE6;
    font-weight: 600;
}

p.calenderIcon {
    background: url(/assets/images/date-red.svg) no-repeat;
    padding-left: 25px;
    color: #006BE6;
    font-weight: 600;
}

p#select-job {
    background: url(/assets/images/setting-red.svg) no-repeat;
    padding-left: 25px;
    color: #006BE6;
    font-weight: 600;
}

.settingsIcon {
    background: url(/assets/images/setting-red.svg) no-repeat;
    padding-left: 25px;
    color: #006BE6;
    font-weight: 600;
}

.wintable div#datatable-jobview_length {
    display: none;
}

/* span.not-start {
    background: #E84F4F url(/assets/images/not-started.svg) no-repeat;
    border-radius: 5px;
    background-position: 6px 6px;
    font-size: 14px;
} */
.red-text {
    background: red url(/assets/images/not-started.svg) no-repeat;
    border-radius: 5px;
    background-position: 6px 6px;
    font-size: 14px;}

span.not-start {
    background: #808080 url(/assets/images/not-started.svg) no-repeat;
    border-radius: 5px;
    background-position: 6px 6px;
    font-size: 14px;
}

span.inprogress {
    background: #E6A500 url(/assets/images/inprogress.svg) no-repeat;
    color: #fff;
    border-radius: 5px;
    background-position: 6px 6px;
    font-size: 14px;
}

span.completed {
    background: #43A846 url(/assets/images/completed.svg) no-repeat;
    border-radius: 5px;
    font-size: 14px;
    background-position: 6px 6px;
}

.avatar img {
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.dropdown-menu {
    padding: 5px !important;
}

a.dropdown-item {
    padding: 5px;
    display: block;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 3rem;
    padding: 0.5rem 1rem;
    color: var(--cui-footer-color, rgba(44, 56, 74, 0.95));
    background: var(--cui-footer-bg, #ebedef);
    border-top: var(--cui-footer-border-width, 1px) solid var(--cui-footer-border-color, #d8dbe0);
    position: fixed;
    bottom: 0;
    width: 100%;
}

.main-content {
    padding-bottom: 25px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 5px #006BE621;
    border-radius: 8px;
    margin-bottom: 75px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px;
    border-color: #f5f5f5;
    vertical-align: middle;
}

table.table-bordered.dataTable tbody td {
    font-size: 15px;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

.trightbg input[type=date] {
    font-size: 15px;
    height: 45px;
    padding: 0 0 0 15px !important;
}

.trightbg input[type=date] {
    font-size: 15px;
}

::-webkit-calendar-picker-indicator {
    width: 45px;
    height: 45px;
    background-image: url(/assets/images/date.png);
    background-position: 0px 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: rgba(204, 204, 204, 0);
}

.wintable div#datatable-json_length {
    display: none;
}

.wintable div#datatable-json_filter {
    display: none;
}

.modal-body label.form-label {
    text-align: left;
    display: block;
}

sup {
    color: red;
}

.main-content .form-label {
    margin-bottom: .5rem;
    color: #555;
    font-weight: bold;
}

p#upload_file_name {
    color: #555;
    font-weight: bold;
}

.modal-content {
    max-height: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.sidebar-brand {
    background: #1e2228;
}

.bg-light {
    background-color: #F5F9FF !important;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 3rem;
    padding: 0.5rem 1rem;
    color: var(--cui-footer-color, rgba(44, 56, 74, 0.95));
    background: #fff;
    border-top: #f5f5f5, 1px solid;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/******table th fixed******/
.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    min-height: auto;
    max-height: 400px;
}

.table-scroll table {
    width: 100%;
    min-width: 1280px;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid rgb(222, 226, 230);
}

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
    padding: 10px;
    border-bottom: 1px solid #DEE2E6;
    background: #fff;
    vertical-align: top;
}

.table-scroll thead th {
    background: #637381;
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
}

/* safari and ios need the tfoot itself to be position:sticky also */
.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #666;
    color: #fff;
    z-index: 4;
}


.table-scroll th {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.table-scroll td {
    color: #111827;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
}

.table-scroll td a {
    color: #111827;
    font-size: 16px;
}

/* Custom radio buttons */
input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"] {
    display: none !important;
    display: inline;
}

input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #006BE6;
    border: 1px solid #006BE6;
}


/* Custom checkbox */
input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
}

input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 5px;
}

input[type="checkbox"] {
    display: none !important;
    display: inline;
}

input[type="checkbox"]:checked+label:after {
    content: "✔";
    font-size: 20px;
    line-height: 20px;
    color: #b7b7b7;
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.topright input#date-filter {
    padding: 0 0 0 15px !important;
    height: 40px;
}

/******table th fixed******/
.border-bottom-1 {
    border-bottom: 1px solid #ccc;
}

.btn-secondary {
    border: 2px solid #006BE6 !important;
    background: #fff !important;
    color: #006BE6 !important;
}

.btn-secondary:hover {
    border: 2px solid #333 !important;
    background: #fff !important;
    color: #333 !important;
}

.modal-footer .btn-secondary {
    border: 1px solid #006BE6 !important;
    background: #fff !important;
    color: #006BE6 !important;
}

.modal-footer .btn-secondary:hover {
    border: 1px solid #333 !important;
    background: #fff !important;
    color: #333 !important;
}

.modal-header .btn-close {
    display: none;
}

span.fielderror {
    color: red;
    font-size: 14px;
    text-align: left;
}

.refresh img {
    width: 35px;
    box-shadow: 0px 1px 3px #bbb;
    border-radius: 50%;
    cursor: pointer;
}

.not-show {
    pointer-events: none;
    cursor: not-allowed;  
    opacity: 0.5;         
  }
  

.rotate {
    animation: rotation 1s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#add-new-user-modal {
    text-align: left;
}

#spinner-div {
    position: fixed;
    display: none !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.spinnerlogo {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.inputfield {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.input {
    height: 3em;
    width: 3em;
    border: 2px solid #dad9df;
    outline: none;
    text-align: center;
    font-size: 1.5em;
    border-radius: 0.3em;
    background-color: #ffffff;
    outline: none;
    /*Hide number field arrows*/
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#submit {
    background-color: #044ecf;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px 25px;
    color: #ffffff;
    border-radius: 8px;
    margin: 1em auto 0 auto;
    cursor: pointer;
    display: block;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.input:disabled {
    color: #89888b;
}

.input:focus {
    border: 3px solid #ffb800;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: #fff !important;
}

input#from_date {
    height: 45px;
    padding-right: 0 !important;
}

input#to_date {
    height: 45px;
    padding-right: 0 !important;
}

.modal-body h5 {
    line-height: 30px;
}

.modal-footer button {
    padding: 10px 25px;
}

.wintable {
    padding: 0;
}

.wintable .table {
    margin: 0;
    width: 100% !important;
}

.table.dataTable th {
    color: #000;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

/*****media start******/
@media (min-width: 320px) and (max-width: 767px) {
    section.content-section {
        min-height: 450px;
        position: relative;
    }

    .mobile-hide {
        display: none;
    }

    .desktop-hide {
        display: block;
    }

    .login-btn {
        justify-content: center;
        display: block !important;
        text-align: center;
    }


}

@media (min-width: 1281px) and (max-width: 1365px) {
    .login-btn button {
        background: #006BE6;
        border: none;
        padding: 10px 15px;
        border-radius: 5px;
        color: #fff;
    }

    .login-page .login-container {
        width: 80%;
        padding-left: 55px;
        padding-right: 55px;
    }
}

/* table dispaly none search and filter */
/* .dt-layout-cell.dt-start {
    display: none !important;
  }
  .dt-layout-cell.dt-end {
	display: none !important;
} */
.dt-column-order {
    display: none;
}

.table.dataTable th {
    border: none;
    background-color: #006BE61A;
    padding-top: 15px;
    padding-bottom: 15px;
    pointer-events: none;
}

.dt-layout-cell.dt-start .dt-length {
    display: none !important;
}

.input-group-text.serach {
    background-color: #006BE6;
    color: #fff;
    border: none;
}

.input-group-text.serach i {
    font-size: 20px;
}

.job_detail_section .dt-layout-row:nth-child(1) {
    display: none !important;
}

.dt-layout-row:nth-child(3) {
    padding: 25px;
}

.dt-column-order {
    display: none;
}

.yes-btn {
    padding: 20px;

}

.no-btn {
    padding: 20px;
    background-color: #fff;
    color: #0b5ed7;
}

.job_view_pg_section .dt-layout-row:nth-child(1) {
    display: none !important;
}

.user_manage_pg_section .dt-layout-row:nth-child(1) {
    display: none !important;
}

.dt-layout-row:nth-child(1) {
    display: none !important;
}

.pointer {
    color: #006BE6;
    cursor: pointer;
}

.simplebar-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit-row img {
    transition: .25s ease-out;
}

.edit-row img:hover {
    transform: scale(1.1);
}

.delete-row img {
    transition: .25s ease-out;
    cursor: pointer;
}

.delete-row img:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.input-group-text.serach {
    cursor: pointer;
}

/* dt-paging-button current */


.dt-paging .dt-paging-button {
    /* background-color: hsl(240 5.88% 90% / 1) !important; */
    border-radius: 10px !important;
    color: #0000 !important;
    padding: 0.2em 0.7em !important;
}

.dt-paging .dt-paging-button.current {
    background-color: #006BE6 !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
}

.dt-paging .dt-paging-button.current:hover {
    background-color: #006BE6 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
}

.dt-paging .dt-paging-button:hover {
    background: hsl(240 4.88% 83.92% / 1) !important;
    color: black !important;
    border-color: hsl(240 4.88% 83.92% / 1) !important;
    /* border: none !important; */
}

.dt-processing {
    padding: 30px !important;
}

/* Custom CSS to position the notifications at the top right corner */
.jnotification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
    width: auto;
    z-index: 9999;
}

/* Custom styling for normal notifications */
.jnotification-container {
    background: #17b968 !important;
    color: #fff;
}

/* Custom styling for error notifications */
.jnotification-error .jnotification-container {
    background: #FF4B4B !important;
    color: #fff;
}

.job_seq_list {
    padding: 15px;
    border-top: #ccc;
}

.job_seq_list .title {
    color: #2C2C2C;
    font-weight: 700;
}

.job_seq_list .view_details_btn {
    color: #006BE6;
    cursor: pointer;
    text-decoration: underline;
}

@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.loader_line {
    height: 20px;
    margin-bottom: 10px;
    margin: 10px;
    border-radius: 2px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-lines 2s infinite ease-out;
}

#add_emp_user_search_list .active {
    background-color: #0d6efd;
}

#add_emp_user_search_list .active :hover {
    background-color: #0d6efd;
}

#add_emp_user_search_list .active .dropdown-item {
    color: #fff !important;
}

#add_emp_user_search_list .dropdown-item:active {
    background-color: #fff;
    color: #000;
}

#add_emp_user_search_list {
    max-height: 50vh;
    overflow-y: scroll;
}

#add_emp_user_search_list::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#add_emp_user_search_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4285F4;
}

#add_emp_user_search_list {
    scrollbar-width: thin;
    scrollbar-color: #F5F5F5 #fff;
}

#add_emp_section_search {
    padding-left: 34px !important;
}



.badge_status {
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 10px 8px 10px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.badge_status.approved {
    background: #43A846;
}

.badge_status.rejected {
    background: #E84F4F;
}

.badge_status.Initiated {
    background: #E6A500;
}

.badge_status.not_approved {
    background: #E6A500;
}
.not.approved{
    background: #E6A500;
}
.job_status_detail_span {
    width: 210px;
    text-align: left;
}

#emplyee_job_add_btn .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
    margin-left: 2px;
}

#download_rpt_btn .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
    margin-left: 2px;
}

#add_full_emp_btn .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
    margin-left: 2px;
}

button .spinner-border {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
    margin-left: 2px;
}

.btn-disabled {
    pointer-events: none;
    opacity: 0.6;
}

#date_of_birth_id {
    padding: 0 0 0 15px !important;
}

#date_of_birth_edit {
    padding: 0 0 0 15px !important;
}

.attendance_badge {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 14px;
    min-width: 80px;
    color: #fff;
    text-align: center;
}

.attendance_badge.Present {
    background-color: #43A846;
}

.attendance_badge.Leave {
    background-color: #E84F4F;
}

.attendance_badge.Away {
    background-color: #E6A500;
}

#useredit-modal .mb-4 {
    text-align: left !important;
}