@charset "UTF-8";
body {
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-family: 'Lato', sans-serif !important;
  background-color: #ffffff;
  background-color: #f1f2f4;
}

.text_primary {
  color: var(--txt-primary) !important;
}

.text_secondary {
  color: var(--txt-secondary) !important;
}

.text_tertiary {
  color: var(--txt-tertiary) !important;
}

.text_light {
  color: var(--txt-light) !important;
}

.surface_clr {
  background-color: var(--surface-color) !important;
}

.container_clr {
  background-color: var(--container-color) !important;
}

.amt_green {
  color: var(--amt-green) !important;
}

.on_container_clr {
  background-color: var(--on-container-color) !important;
}

.h_5 {
  font-size: 23.04px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  font-weight: 900 !important;
}

.h_6 {
  font-size: 19.2px !important;
  line-height: 24px !important;
  letter-spacing: 0.15px !important;
  font-weight: 700 !important;
}

.subtitle_1 {
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 0.15px !important;
  font-weight: 400 !important;
}

.subtitle_2 {
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.1px !important;
  font-weight: 700 !important;
}

.p_lg {
  font-size: 19.2px !important;
  line-height: 24px !important;
  letter-spacing: 0.15px !important;
  font-weight: 400 !important;
}

.p_md {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 0.5px !important;
  font-weight: 400 !important;
}

.p_sm {
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
}

.p_xsm {
  font-size: 11.11px !important;
  line-height: 16px !important;
  letter-spacing: 0.4px !important;
}

.btn_text {
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 1.25px !important;
}

.btn {
  margin-right: 0 !important;
  margin: 0 !important;
}

.btn:focus,
.btn:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary);
}

.caption {
  font-size: 11.11px !important;
  line-height: 12px !important;
  letter-spacing: 0.4px !important;
}

.width_100 {
  width: 100%;
}

.box_shadow_none {
  box-shadow: none !important;
}

.p_sm,
.p_md,
.p_lg,
.btn_text,
.caption {
  vertical-align: middle !important;
}

.text_regular {
  font-weight: 400 !important;
}

.text_semi_bold {
  font-weight: 700 !important;
}

.text_bold {
  font-weight: 900 !important;
}

.text_btn {
  padding: 8px 8px !important;
}

.outline_btn {
  padding: 8px 16px !important;
}

.contained_btn {
  padding: 8px 16px !important;
}

.toggle_btn {
  padding: 12px !important;
}

.border_light {
  border: 1px solid var(--border-light);
}

.text_uppercase {
  text-transform: uppercase !important;
}

.text_lowercase {
  text-transform: lowercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_bottom {
  vertical-align: bottom;
}

.navbar .navbar-nav li.dropdown .dropdown-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .navbar-nav li.dropdown .dropdown-menu a i {
  margin-left: 2rem;
}

.btn:not(.btn-raised).btn-primary,
.input-group-btn .btn:not(.btn-raised).btn-primary {
  color: #fff;
}

.mainBody {
  margin-top: 0 !important;
  padding: 0;
}

#footer footer {
  background-color: var(--surface-color);
  color: var(--txt-primary);
  font-size: 11.11px !important;
  line-height: 16px !important;
  letter-spacing: 0.4px !important;
  padding: 8px 16px;
}
#footer footer a {
  color: var(--primary);
}

.panel-title {
  margin: 1rem 0;
}

.box {
  padding: 0px;
  padding-top: 0px;
  box-shadow: none;
}

.box_8 {
  padding: 8px 16px;
}

.leftSidebar {
  border-radius: 8px;
}
.leftSidebar .page-sideNav.box {
  background-color: var(--on-body-color);
  padding: 8px;
  border-radius: 8px;
}
.leftSidebar .page-sideNav ul li a {
  color: var(--txt-tertiary);
}
.leftSidebar .page-sideNav ul li.active_sub_nav {
  background-color: var(--container-color);
}
.leftSidebar .page-sideNav ul li.active_sub_nav a {
  color: var(--primary);
  color: var(--on-container-color);
}
.leftSidebar .page-sideNav ul li:hover {
  background-color: var(--surface-color);
  z-index: 1;
}
.leftSidebar .page-sideNav .dropdown-menu li a:hover {
  background-color: none !important;
}

.rightSidebar {
  background-color: var(--on-body-color);
  max-height: calc(100dvh - 220px);
  overflow-y: auto;
  border-radius: 8px;
}
.rightSidebar.box {
  padding: 16px;
}

.pageerror img {
  width: 80px !important;
  height: 100%;
  margin: 0;
  padding: 0px;
}
.pageerror .border-Shadow {
  margin-bottom: 8px;
}

.sui.message {
  font-size: 13.33px;
  line-height: 16px;
  letter-spacing: 0.25px;
  font-weight: 400;
  background-color: #ffffff;
  color: var(--txt-tertiary);
  border: var(--border-light);
  border-radius: 4px;
  padding: 14px 21px;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
.sui.message code {
  background-color: rgba(0, 0, 0, 0.06);
  color: var(--txt-tertiary);
  border-radius: 3px;
  display: inline-block;
  font-size: 12.25px;
  font-weight: bold;
  line-height: 1;
  padding: 3px 4px;
  vertical-align: baseline;
}
.sui.message .btn {
  padding: 2px 10px !important;
  background: transparent;
  font-weight: 600;
}
.sui.message.info {
  background-color: #f8ffff;
  color: #276f86;
  border: none;
  box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent;
}
.sui.message.info code {
  color: #276f86;
}
.sui.message.info .btn {
  background-color: #a9d5de;
  border-color: #a9d5de;
  color: #276f86;
}
.sui.message.warning {
  background-color: #fffaf3;
  color: #573a08;
  border: none;
  box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent;
}
.sui.message.warning code {
  color: #573a08;
}
.sui.message.warning .btn {
  background-color: #cdbea1;
  border-color: #cdbea1;
  color: #5b3a00;
}
.sui.message.error {
  background-color: #fff6f6;
  color: #9f3a38;
  border: none;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
}
.sui.message.error code {
  color: #d60400;
}
.sui.message.error .btn {
  background-color: #e0b4b4;
  border-color: #e0b4b4;
  color: #d60400;
}
.sui.message.success {
  background-color: #f1fff5;
  color: #208b3f;
  border: none;
  box-shadow: 0 0 0 1px #6bd188 inset, 0 0 0 0 transparent;
}
.sui.message.success code {
  color: #208b3f;
}
.sui.message.success .btn {
  background-color: #c9ffd8;
  border-color: #f1fff5;
  color: #208b3f;
}
.sui.message .btn:hover,
.sui.message .btn:focus {
  background-color: transparent !important;
  color: inherit !important;
}

.sp_1 {
  margin-top: 8px;
}

.sp_2 {
  margin-top: 16px;
}

.sp_3 {
  margin-top: 24px;
}

.sp_4 {
  margin-top: 32px;
}

.sp_md {
  margin-top: 12px;
}

.page_bread_crumb {
  padding: 0px;
}
.page_bread_crumb ul,
.page_bread_crumb ol {
  margin-bottom: 0;
}

.content_head {
  padding: 0;
  margin-top: 32px;
}
.content_head.sp_0 {
  margin-top: 0px;
}
.content_head.sp_1 {
  margin-top: 8px;
}
.content_head.sp_2 {
  margin-top: 16px;
}
.content_head.sp_3 {
  margin-top: 24px;
}
.content_head.sp_4 {
  margin-top: 32px;
}

.abs_container {
  top: -6px;
  top: -12px;
}

.text_lg {
  padding-left: 0;
}

.dataTables_wrapper .dataTables_filter {
  position: absolute;
  right: -168px;
  top: -40px;
  transform: translate(-50%, 0px);
}
.dataTables_wrapper .dataTables_filter label {
  margin-bottom: 0;
  position: relative;
}
.dataTables_wrapper .dataTables_filter label .table_search_icon {
  position: absolute;
  top: 50%;
  left: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0px, -50%);
}
.dataTables_wrapper .dataTables_filter label .table_search_icon i {
  font-size: 16px;
  color: #a3a9b2;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 4px;
}
.dataTables_wrapper .dataTables_filter input[type="search"] {
  border: 1px solid var(--border-light);
  padding: 6px;
  padding-left: 32px;
  margin-bottom: 0;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  color: var(--txt-secondary);
}

.table_search_bar {
  position: relative;
}
.table_search_bar span {
  position: absolute;
  left: 8px;
}
.table_search_bar span i {
  font-size: 16px;
  color: #a3a9b2;
}
.table_search_bar input {
  border-radius: 4px;
}
.table_search_bar input[type="search"] {
  border: 1px solid var(--border-light);
  padding: 6px;
  padding-left: 32px;
  margin-bottom: 0;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  color: var(--txt-secondary);
  width: 300px;
}

.full_page .dataTables_wrapper .dataTables_filter {
  top: -60px;
  right: -24px;
}
.full_page .dataTables_wrapper .dataTables_filter input[type="search"] {
  padding: 10px;
  padding-left: 32px;
}

#viewClient .full_page .dataTables_wrapper .dataTables_filter {
  top: -44px;
  right: 0px;
}

#contractMonthAttendanceView .dataTables_wrapper .dataTables_filter {
  right: 50px;
  top: -46px;
}
#contractMonthAttendanceView .dataTables_wrapper .dataTables_filter input[type="search"] {
  padding: 8px;
  padding-left: 32px;
}

.searchMore {
  border-radius: 4px;
  padding: 6px;
  margin-bottom: 0;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  color: var(--txt-secondary);
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.sizedBox.hspace_1 {
  margin-right: 1px;
}
.sizedBox.hspace_2 {
  margin-right: 2px;
}
.sizedBox.hspace_3 {
  margin-right: 3px;
}
.sizedBox.hspace_4 {
  margin-right: 4px;
}
.sizedBox.hspace_8 {
  margin-right: 8px;
}
.sizedBox.hspace_12 {
  margin-right: 12px;
}
.sizedBox.hspace_16 {
  margin-right: 16px;
}
.sizedBox.vspace_1 {
  margin-top: 1px;
}
.sizedBox.vspace_2 {
  margin-top: 2px;
}
.sizedBox.vspace_3 {
  margin-top: 3px;
}
.sizedBox.vspace_4 {
  margin-top: 4px;
}
.sizedBox.vspace_8 {
  margin-top: 8px;
}
.sizedBox.vspace_12 {
  margin-top: 12px;
}
.sizedBox.vspace_16 {
  margin-top: 16px;
}

.right_8 {
  right: 8px;
}

.right_16 {
  right: 16px;
}

.right_24 {
  right: 24px;
}

.right_32 {
  right: 32px;
}

.search_adjust.right_8 .dataTables_wrapper .dataTables_filter {
  right: 8px;
}
.search_adjust.right_16 .dataTables_wrapper .dataTables_filter {
  right: 16px;
}
.search_adjust.right_24 .dataTables_wrapper .dataTables_filter {
  right: 24px;
}
.search_adjust.right_32 .dataTables_wrapper .dataTables_filter {
  right: 32px;
}

#contractsTotalList .dataTables_filter {
  top: -60px;
  right: 0;
}
#contractsTotalList .dataTables_filter input[type="search"] {
  padding: 8px;
  padding-left: 32px;
}

#reportTemplateListView .dataTables_filter {
  top: -60px;
  right: 16px;
}
#reportTemplateListView .dataTables_filter input[type="search"] {
  padding: 8px;
  padding-left: 32px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}

table#updateReportTemplateFieldsListTable thead tr th {
  position: sticky;
  top: 0;
}

/* table, */
table.dataTable,
table.emp_pay_list,
table#dataT1 {
  border: 1px solid var(--border-light);
  border-radius: 4px;
  box-sizing: border-box;
}
table.dataTable thead tr th,
table.emp_pay_list thead tr th,
table#dataT1 thead tr th {
  top: 0;
  z-index: 9;
}
table.dataTable thead th,
table.dataTable tfoot th,
table.emp_pay_list thead th,
table.emp_pay_list tfoot th,
table#dataT1 thead th,
table#dataT1 tfoot th {
  border-bottom: 1px solid var(--border-light) !important;
  border-right: none !important;
  padding: 10px 24px !important;
  color: #2f363f !important;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 700 !important;
  background-color: var(--surface-color) !important;
  background-color: var(--table-header-color) !important;
}
table.dataTable tfoot th,
table.emp_pay_list tfoot th,
table#dataT1 tfoot th {
  border-bottom: none !important;
}
table.dataTable tbody tr,
table.emp_pay_list tbody tr,
table#dataT1 tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr:hover,
table.emp_pay_list tbody tr:hover,
table#dataT1 tbody tr:hover {
  background-color: var(--surface-color) !important;
}
table.dataTable tbody td,
table.emp_pay_list tbody td,
table#dataT1 tbody td {
  border-bottom: 1px solid var(--border-light);
  border-right: none;
  padding: 12px 12px !important;
  font-size: 13px;
  color: var(--txt-tertiary) !important;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
}
table.dataTable tbody td a,
table.emp_pay_list tbody td a,
table#dataT1 tbody td a {
  padding: 0 !important;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  color: var(--txt-tertiary) !important;
}
table.dataTable tbody td a.amt_green,
table.emp_pay_list tbody td a.amt_green,
table#dataT1 tbody td a.amt_green {
  color: var(--amt-green) !important;
}
table.dataTable tbody td a.amt_red,
table.emp_pay_list tbody td a.amt_red,
table#dataT1 tbody td a.amt_red {
  color: var(--amt-red) !important;
}
table.dataTable tbody td a.amt_blue,
table.emp_pay_list tbody td a.amt_blue,
table#dataT1 tbody td a.amt_blue {
  color: var(--amt-blue) !important;
}
table.dataTable tbody td a.active,
table.emp_pay_list tbody td a.active,
table#dataT1 tbody td a.active {
  color: var(--primary) !important;
  font-weight: 700 !important;
}
table.dataTable tbody td a.not_active,
table.emp_pay_list tbody td a.not_active,
table#dataT1 tbody td a.not_active {
  font-weight: 400 !important;
  color: var(--txt-tertiary) !important;
}
table.dataTable tbody td a span.label,
table.emp_pay_list tbody td a span.label,
table#dataT1 tbody td a span.label {
  min-width: unset;
  max-width: unset;
  width: fit-content;
  padding: 4px 10px;
  text-transform: capitalize;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  font-weight: 600 !important;
  border-radius: 16px;
}
table.dataTable tbody td a span.label.label-success,
table.emp_pay_list tbody td a span.label.label-success,
table#dataT1 tbody td a span.label.label-success {
  color: #027A48;
  background-color: #ECFDF3;
}
table.dataTable tbody td a span.label.label-dark-success,
table.emp_pay_list tbody td a span.label.label-dark-success,
table#dataT1 tbody td a span.label.label-dark-success {
  color: #027A48;
  background-color: #66cb9f;
}
table.dataTable tbody td a span.label.label-inactive,
table.emp_pay_list tbody td a span.label.label-inactive,
table#dataT1 tbody td a span.label.label-inactive {
  color: #707070;
  background-color: #F2F4F7;
}
table.dataTable tbody td a span.label.label-danger,
table.emp_pay_list tbody td a span.label.label-danger,
table#dataT1 tbody td a span.label.label-danger {
  color: #B42318;
  background-color: #FEF3F2;
}
table.dataTable tbody td a span.label.label-orange,
table.emp_pay_list tbody td a span.label.label-orange,
table#dataT1 tbody td a span.label.label-orange {
  background-color: #ffdfba;
  color: #994c00;
}
table.dataTable tbody td a span.label.label-indigo,
table.emp_pay_list tbody td a span.label.label-indigo,
table#dataT1 tbody td a span.label.label-indigo {
  background-color: #edebfe;
  color: #5521b5;
}
table.dataTable tbody .text_left,
table.emp_pay_list tbody .text_left,
table#dataT1 tbody .text_left {
  text-align: left !important;
  padding-left: 4px !important;
}
table.dataTable tbody td:first-child a,
table.emp_pay_list tbody td:first-child a,
table#dataT1 tbody td:first-child a {
  color: var(--primary) !important;
  font-weight: 700 !important;
}
table.dataTable tbody td:first-child a.not_active,
table.emp_pay_list tbody td:first-child a.not_active,
table#dataT1 tbody td:first-child a.not_active {
  font-weight: 400 !important;
  color: var(--txt-tertiary) !important;
}
table.dataTable tbody tr:last-child,
table.emp_pay_list tbody tr:last-child,
table#dataT1 tbody tr:last-child {
  border-bottom: none;
}
table.dataTable tbody tr:last-child td,
table.emp_pay_list tbody tr:last-child td,
table#dataT1 tbody tr:last-child td {
  border-bottom: none;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #ffffff;
}

table.emp_pay_list {
  border-top: 1px solid var(--border-light);
  border-left: 1px solid var(--border-light);
}

table#dataT1 {
  border-bottom: 1px solid var(--border-light);
  border-left: 1px solid var(--border-light);
  border-top: none;
}

table#dataT1.emp_pay_list thead th,
table#dataT1.emp_pay_list tfoot th {
  border: none !important;
  border-right: 1px solid var(--border-light) !important;
  border-right: none !important;
  padding: 0 24px !important;
  color: #2f363f !important;
}

.img-thumbnail {
  width: 35px;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--border-light);
}

.img-thumbnail.small {
  height: 35px;
}

#employeeView .img-thumbnail {
  width: 84px;
  height: 100%;
}

#searchUserAccFormBlock span.fa-search {
  top: 50%;
  transform: translate(0, -50%);
  left: 10px;
  color: #a3a9b2;
}
#searchUserAccFormBlock .ui-autocomplete-input {
  border: 1px solid var(--border-light) !important;
  padding: 6px 32px;
  margin-bottom: 0;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  color: var(--txt-secondary);
  background-image: none !important;
  border-radius: 4px !important;
}
#searchUserAccFormBlock .form-group .form-control::-webkit-input-placeholder {
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
}

#employeeAdvanceDue .ui-autocomplete-input, #contractsTotalList .ui-autocomplete-input {
  border: 1px solid var(--border-light) !important;
  padding: 6px 32px;
  margin-bottom: 0;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 400 !important;
  color: var(--txt-secondary);
  background-image: none !important;
  border-radius: 4px !important;
  height: 40px;
}

.page {
  padding-top: 0;
}
.page .page-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 4px;
}
.page .page-info .btn {
  margin: 0;
}
.page .page-info #page-bread-crumb-content {
  margin: 0;
}

#page-bread-crumb {
  font-size: 14px;
}
#page-bread-crumb a {
  border: 0;
  box-sizing: border-box;
  color: #0f62fe;
  color: #0052CC;
  display: inline-block;
  display: inline-flex;
  font-family: inherit;
  font-size: 100%;
  font-size: 13.33px;
  font-weight: 400;
  letter-spacing: .16px;
  line-height: 1.28572;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  transition: color 70ms cubic-bezier(0.2, 0, 0.38, 0.9);
  vertical-align: initial;
}

.status_label.statusInfoINACTIVE, .status_label.statusInfofalse,
.label.statusInfoINACTIVE,
.label.statusInfofalse {
  color: #707070;
}

.label.label-default > i,
.label.label-primary > i,
.label.label-warning > i,
.label.label-danger > i,
.label.label-success > i,
.label.label-warning > i {
  display: none !important;
}

.btn.btn-inactive {
  width: 90px !important;
  height: auto !important;
  margin: 0;
  margin-left: 10px;
}

table.dataTable td input {
  margin-right: 8px;
  margin-left: 8px;
}
table.dataTable td input[type='checkbox'] {
  margin: 0;
}

table.dataTable td span {
  padding: 0 10px;
}
table.dataTable td span.toggle {
  padding: 0;
}

form#updateSalariesPaidStatus div.form-group {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
form#updateSalariesPaidStatus div.form-group .control-label {
  margin: 0;
}
form#updateSalariesPaidStatus div.form-group:first-child {
  margin-bottom: 1rem;
}

.hrmStats .box-total-contracts .content {
  font-size: 40px;
}
.hrmStats .box-payroll-date .content {
  margin-top: 16px;
}
.hrmStats .box-recentPayments {
  height: 510px !important;
  overflow: hidden;
}
.hrmStats .expiring-contracts-list, .hrmStats .auditLog-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.hrmStats .expiring-contracts-list .scroll_cont, .hrmStats .auditLog-list .scroll_cont {
  flex: 1;
  height: 100%;
  overflow: auto;
}
.hrmStats #recentPaymentsContainerId, .hrmStats #pendingPayrollContainerId {
  overflow: auto;
  padding-top: 0;
}
.hrmStats #recentPaymentsContainerId #recentPaymentsTable thead tr, .hrmStats #recentPaymentsContainerId #pendingPayrollTable thead tr, .hrmStats #pendingPayrollContainerId #recentPaymentsTable thead tr, .hrmStats #pendingPayrollContainerId #pendingPayrollTable thead tr {
  position: sticky;
  top: 0;
  background-color: #ffffff;
}
.hrmStats #recentPaymentsContainerId #recentPaymentsTable thead tr th, .hrmStats #recentPaymentsContainerId #pendingPayrollTable thead tr th, .hrmStats #pendingPayrollContainerId #recentPaymentsTable thead tr th, .hrmStats #pendingPayrollContainerId #pendingPayrollTable thead tr th {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.navbar .navbar-nav li.dropdown .dropdown-menu a {
  color: var(--txt-secondary);
  font-size: 16px !important;
  line-height: 16px !important;
  letter-spacing: 0.15px !important;
  font-weight: 400;
}

.active_main_nav {
  background-color: var(--container-color) !important;
  color: var(--primary) !important;
  color: var(--on-container-color) !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none !important;
  background-color: var(--surface-color) !important;
  color: var(--primary) !important;
  color: var(--on-container-color) !important;
}

.not_active {
  font-weight: 400 !important;
  color: var(--txt-tertiary) !important;
}

.btn.active {
  background: var(--primary) !important;
  color: #fff !important;
  outline: none !important;
  border-color: var(--primary);
}
.btn.active:hover, .btn.active:active {
  opacity: 0.9;
}

.modal-dialog .modal-body {
  margin-bottom: 8px;
}
.modal-dialog .modal-content > .modal-footer {
  margin-bottom: 16px;
}
.modal-dialog .modal-content > div.text-center {
  padding-bottom: 16px;
}

.btn_custom.send_sms {
  all: unset;
  font-size: 11.11px !important;
  font-weight: 500;
  line-height: 12px !important;
  letter-spacing: 0.4px !important;
  margin: 0 8px !important;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 8px 16px !important;
  color: var(--txt-secondary) !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  border-radius: 2px !important;
  border: 1px solid var(--txt-secondary);
}
.btn_custom.send_sms:hover, .btn_custom.send_sms:active {
  background-color: var(--primary) !important;
  color: #fff !important;
  border-color: var(--primary);
}
.btn_custom.send_sms .ripple-container {
  display: none !important;
}

#billSubmitButtonIdInDataViewText {
  color: #707070;
  background-color: #F2F4F7;
  font-weight: 600;
}
#billSubmitButtonIdInDataViewText.success {
  color: #027A48;
  background-color: #ECFDF3;
}

form .label-floating label.control-label,
.form-group .checkbox label,
.form-group .radio label,
.form-group label {
  color: var(--txt-light) !important;
}

input.form-control,
.form-control {
  color: var(--txt-secondary);
}

.control-label {
  color: var(--txt-light) !important;
}

#contractMonthlyEmpPayrollList .panel.panel-info > .panel-heading {
  background-color: var(--primary);
}

#orgSettingsView .custom_thumbnail {
  height: 100%;
  padding: 0;
  border: 1px solid var(--border-light);
  background-color: #fff;
  display: inline-block;
}

.upload_img_btn {
  bottom: 0px;
  right: 0px;
  border: none;
  padding: 5px 8px;
  padding-right: 16px;
  cursor: pointer;
  background: rgba(174, 174, 174, 0.8);
  color: var(--txt-secondary);
  font-weight: 600;
}
.upload_img_btn .fa-image {
  margin-right: 4px;
}

.file_upload_input {
  pointer-events: none;
}

.table_header_row {
  background: var(--table-header-color) !important;
}
.table_header_row td {
  text-align: center;
  font-weight: 700 !important;
  padding: 8px !important;
  font-size: 14px !important;
}

.custom_radio_input .radio {
  display: flex;
  align-items: center;
}
.custom_radio_input .radio label {
  display: flex;
  align-items: center;
  padding-left: 35px;
  margin-right: 1rem;
}
.custom_radio_input .radio label p {
  color: var(--text-dark);
  margin: 0;
  margin-top: -5px;
}

.radio label {
  position: relative;
}
.radio label label.error {
  position: absolute;
  white-space: nowrap;
  left: -35px;
  top: 24px;
}

.formula-cursor {
  cursor: pointer !important;
}
.formula-cursor.inactive {
  margin: 0 !important;
}

.grid_table_container .text_primary {
  color: var(--primary) !important;
}

.no_data_html {
  text-align: start;
  padding: 8px;
}
.no_data_html h5 {
  color: var(--txt-tertiary);
}

.custom_select_box {
  position: relative;
}
.custom_select_box label.error {
  position: absolute;
  margin-top: 4px;
}

.custom_field_cont div.ml_2 {
  position: relative;
}
.custom_field_cont div.ml_2 label.error {
  position: absolute;
  margin-top: 4px;
}

#contractEmployeeAttendanceMonthListTable .panel.panel-info > .panel-heading {
  background-color: var(--primary);
}

.search_component .input_container {
  position: relative;
}
.search_component input {
  border: none;
  outline: none;
  padding: 4px 4px 4px 45px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  max-width: 360px;
  width: 360px;
}
.search_component .search_icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  margin: 0 10px;
}

.close_modal_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
}
.close_modal_button button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 4px;
  display: flex;
  border-radius: 2px;
}
.close_modal_button button:hover {
  background-color: #e6e6e6;
}

.modal_border_bottom {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.doc_upload_btn {
  line-height: 1;
  padding: 8px 16px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 1;
  transition: opacity ease-in-out 300ms;
}

.doc_upload_btn:hover {
  opacity: 0.9;
}

.docs_grid {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}

.file_cont {
  position: relative;
  padding: 16px;
  display: flex;
}

.file_img {
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.file_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  transform: translate(14%, -40%);
  font-weight: 600;
  text-transform: uppercase;
}
.file_tag.pdf {
  background-color: #d51900;
}
.file_tag.doc {
  background-color: #0067d5;
}
.file_tag.xls, .file_tag.csv {
  background-color: #00b85c;
  background-color: #00c462;
}
.file_tag.png {
  background-color: #a8775d;
}
.file_tag.other, .file_tag.txt {
  background-color: #7f8b98;
}

.doc_component {
  position: relative;
  margin: 8px;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding-bottom: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  transition: box-shadow 250ms cubic-bezier(0.25, 0.48, 0.52, 0.75);
  padding-inline: 8px;
  margin-inline: 0;
  -webkit-font-smoothing: antialiased;
  transition: 0.5s ease-out;
}
.doc_component .doc_download_btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px;
  opacity: 0;
  transition: 0.1s ease-out;
}
.doc_component .doc_download_btn button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  background: var(--primary);
  color: white;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.doc_component:hover .doc_download_btn {
  opacity: 1;
}
.doc_component .actions_transform {
  transform: translate(-50%, 125%);
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-out;
  width: 100%;
}
.doc_component .actions_transform .button {
  border-radius: 1rem;
  border: none;
  font-size: 1rem;
  width: fit-content;
  border-radius: 8px;
  padding: 4px 12px;
}
.doc_component .actions_transform .button.red {
  background-color: #db2828;
  color: #fff;
}
.doc_component .actions_transform .button.red:hover {
  background-color: #d01919;
}
.doc_component .actions_transform .button.blue {
  background-color: #2185d0;
  color: #fff;
}
.doc_component .actions_transform .button.blue:hover {
  background-color: #1678c2;
}
.doc_component .actions_transform .button.primary {
  background-color: var(--primary);
  color: #fff;
}
.doc_component .actions_transform .button.primary:hover {
  opacity: 0.9;
}
.doc_component:hover {
  border-color: #008bf8;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}
.doc_component:hover .actions_transform {
  transform: translate(-50%, 50%);
  opacity: 1;
}
.doc_component .file_cont {
  position: relative;
  padding: 16px;
  display: flex;
}
.doc_component .file_img {
  width: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.doc_component .file_tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: fit-content;
  padding: 5px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
  transform: translate(14%, -40%);
  font-weight: 600;
  text-transform: uppercase;
}
.doc_component .file_tag.pdf {
  background-color: #d51900;
}
.doc_component .file_tag.doc {
  background-color: #0067d5;
}
.doc_component .file_tag.xls, .doc_component .file_tag.csv {
  background-color: #00b85c;
  background-color: #00c462;
}
.doc_component .file_tag.png {
  background-color: #a8775d;
}
.doc_component .file_tag.other, .doc_component .file_tag.txt {
  background-color: #7f8b98;
}
.doc_component .file_name,
.doc_component .upload_time {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 8px;
}
.doc_component .file_name span,
.doc_component .upload_time span {
  font-size: 14px;
  line-height: 17px;
  color: var(--text-normal);
}
.doc_component .upload_time span {
  color: var(--text-placeholder);
}

.modal .sui.form {
  padding: 16px 20px;
}

.modal.right {
  display: flex;
  justify-content: right;
  padding-top: 0 !important;
  top: 100;
  top: 108px;
  margin: 0;
}
.modal.right .modal-dialog {
  margin: 0;
  width: auto;
  background-color: #fff;
  -webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  -o-transform: translate(25%, 0);
  transform: translate(25%, 0);
}
.modal.right .modal-dialog .modal-content {
  box-shadow: none;
}
.modal.right.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.document_view_cont {
  position: relative;
  width: 320px;
  padding: 20px;
}
.document_view_cont .close_document_view {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
}
.document_view_cont .close_document_view button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 4px;
  display: flex;
  border-radius: 2px;
}
.document_view_cont .close_document_view button:hover {
  background-color: #e6e6e6;
}
.document_view_cont .file_name {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: var(--text-dark);
}
.document_view_cont .title,
.document_view_cont .value {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--text-normal);
  line-height: 17px;
}
.document_view_cont .value {
  font-weight: 500;
  color: var(--text-light);
  margin-top: 2px;
}
.document_view_cont .download_button {
  width: 100%;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.sui.header {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
  display: block;
  background: #fff;
  margin: 0;
  padding: 16px 20px;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
}
.sui.header.txt_red {
  color: #ec5525;
}
.sui.form {
  width: 100%;
}
.sui.form form.showOnlyMandatoryFields .field {
  display: none;
}
.sui.form form.showOnlyMandatoryFields .field.required {
  display: block;
}
.sui.form form.showOnlyMandatoryFields .field.required.square_checkbox {
  display: flex;
}
.sui.form form.showValidationErrors .c_error {
  display: block;
}
.sui.form .field {
  position: relative;
}
.sui.form .field .c_error {
  display: none;
  position: absolute;
  bottom: -18px;
  color: #9f3a38 !important;
  font-weight: 600;
}
.sui.form .field .formula_btn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: #e7eef1;
  border: none;
}
.sui.form .field .formula_btn img {
  background: #e7eef1;
  width: 24px;
  padding: 4px;
  border-radius: 4px;
  pointer-events: none;
}
.sui.form .fieldset_group {
  display: flex;
}
.sui.form .fieldset_group.col {
  flex-direction: column;
  flex: 1;
}
.sui.form .fieldset_group.col .fieldset {
  flex: 0;
  margin-bottom: 2rem;
}
.sui.form .fieldset_group.col .fieldset:first-child {
  margin-right: 0px;
}
.sui.form .fieldset_group .fieldset {
  flex: 1;
}
.sui.form .fieldset_group .fieldset:first-child {
  margin-right: 40px;
}
.sui.form .fieldset_group .fieldset .header {
  font-size: 18px;
  font-weight: 600;
}
.sui.form .fieldset_group.inline .fieldset:first-child {
  margin-right: 16px;
}
.sui.form .fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sui.form .fields .field,
.sui.form .fields .fields {
  flex: 1;
  margin-inline: 8px;
}
.sui.form .fields .field.flex_half,
.sui.form .fields .fields.flex_half {
  flex: 0 0 50%;
}
.sui.form .fields .field:first-child {
  margin-left: 0px;
}
.sui.form .fields .field:last-child {
  margin-right: 0px;
}
.sui.form .field {
  margin-bottom: 14px;
}
.sui.form .field.password {
  position: relative;
}
.sui.form .field.password .password_eye_icon_cont {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-12px, 3px);
}
.sui.form .field.password .password_eye_icon_cont .field_icon {
  width: 1.25em;
  height: 1.25em;
  cursor: pointer;
}
.sui.form .field.password .eye_icon {
  display: block;
}
.sui.form .field.password .eye_slash_icon {
  display: none;
}
.sui.form .field.password.show_password .eye_icon {
  display: none;
}
.sui.form .field.password.show_password .eye_slash_icon {
  display: block;
}
.sui.form .inline.fields {
  align-items: center;
  margin-right: 0;
  margin-bottom: 20px;
}
.sui.form .inline.fields label {
  margin: 0 16px 0 0;
}
.sui.form .inline.fields .radio_group {
  display: flex;
}
.sui.form .inline.fields .radio.checkbox,
.sui.form .inline.fields .field {
  margin: 0;
}
.sui.form .inline.fields .field {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  margin-right: 8px;
}
.sui.form .field > label,
.sui.form .fields > label {
  display: block;
  margin: 0 0 4px 0;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  font-weight: 700;
  text-transform: none;
  position: relative;
  width: fit-content;
}
.sui.form .field > label.custom_label,
.sui.form .fields > label.custom_label {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.4;
  width: fit-content;
  width: -moz-fit-content;
  color: var(--txt-tertiary);
  position: relative;
  width: fit-content;
}
.sui.form .field .custom_switch {
  display: flex;
  align-items: center;
}
.sui.form .field input[type=text],
.sui.form .field input[type=password],
.sui.form .field input[type=number],
.sui.form .field input[type=email] {
  width: 100%;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 17px;
  padding: 11px 14px;
  font-size: 14px;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent inset;
  transition: color .1s ease, border-color .1s ease;
  vertical-align: top;
}
.sui.form .field input[type=text]:focus,
.sui.form .field input[type=password]:focus,
.sui.form .field input[type=number]:focus,
.sui.form .field input[type=email]:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85b7d9;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
}
.sui.form .field input[type=checkbox] {
  margin: 0;
}
.sui.form .field.square_checkbox {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sui.form .field.square_checkbox input[type=checkbox] {
  margin: 0;
  display: block;
  opacity: 1;
  width: 18px;
  height: 18px;
  position: relative;
  border: 1px solid #000;
  z-index: 1;
  pointer-events: all;
  margin-right: 4px;
}
.sui.form .field.square_checkbox label {
  margin: 0;
  line-height: 20px;
}
.sui.form .field .radio.checkbox {
  display: flex;
}
.sui.form .field .radio.checkbox input[type=radio] {
  margin: 0;
  opacity: 1;
  width: inherit;
  height: auto;
  overflow: visible;
  position: relative;
  margin-right: 4px;
  cursor: pointer;
}
.sui.form .field .radio.checkbox label {
  padding: 0;
  margin-right: 8px;
  display: flex;
}
.sui.form .field .radio.checkbox label .circle,
.sui.form .field .radio.checkbox label .check {
  display: none;
  pointer-events: none;
}
.sui.form .field .radio.checkbox label.error {
  display: none !important;
}
.sui.form .field .select_box {
  position: relative;
}
.sui.form .field .select_box select {
  width: 100%;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 17px;
  padding: 11px 14px;
  font-size: 14px;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent inset;
  transition: color .1s ease, border-color .1s ease;
  vertical-align: top;
}
.sui.form .field .select_box select:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85b7d9;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
}
.sui.form .field .select_box select option[value=""][disabled][hidden] {
  color: #808595;
}
.sui.form .field .select_box select option[value=""][disabled][selected][hidden] {
  color: #808595;
}
.sui.form .field .select_box select option[value=""][disabled][selected] {
  color: #808595;
}
.sui.form .field .select_box .dropdown.icon {
  position: absolute;
  font-size: 12px;
  line-height: 1;
  height: 14px;
  width: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 18px;
  top: 9px;
  right: 1em;
  z-index: 3;
  margin: -9px;
  padding: 11px;
  opacity: .8;
  transition: opacity .1s ease;
  float: right;
}
.sui.form .field .select_box .dropdown.icon::before {
  content: '\f0d7';
}
.sui.form .field .select_box label.error {
  position: absolute;
  bottom: -29px;
  font-weight: 600;
}
.sui.form .field .select_box label.error + span.select2.select2-container span.select2-selection {
  background: #fff6f6;
  border-color: #e0b4b4;
}
.sui.form .field .select_box .select2-selection {
  height: 40px;
  padding: 4px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(34, 36, 38, 0.15);
}
.sui.form .field .select_box .select2-selection .select2-selection__arrow {
  display: none;
}
.sui.form .field textarea {
  margin: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 11px 14px;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: 0;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent inset;
  transition: color .1s ease, border-color .1s ease;
  font-size: 14px;
  line-height: 18px;
  resize: vertical;
  vertical-align: top;
  width: 100%;
}
.sui.form .field textarea:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85b7d9;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  -webkit-appearance: none;
}
.sui.form .field textarea:not([rows]) {
  min-height: 112px;
  max-height: 336px;
}
.sui.form .field input.error,
.sui.form .field select.error,
.sui.form .field textarea.error {
  background: #fff6f6;
  border-color: #e0b4b4;
  color: #9f3a38 !important;
  box-shadow: none;
}
.sui.form .field label.error {
  color: #9f3a38 !important;
  margin-top: 4px;
}
.sui.form .range_cont {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.sui.form .range_cont .range {
  position: relative;
  margin: 8px;
  outline: 0;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 10px 12px;
  font-size: 12px;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 4px;
  box-shadow: 0 0 0 0 transparent inset;
  transition: color .1s ease, border-color .1s ease;
  vertical-align: top;
  line-height: 1;
  cursor: pointer;
  font-weight: 600;
}
.sui.form .range_cont .range:first-child {
  margin-left: 0;
}
.sui.form .range_cont .range:hover {
  background-color: #e0e1e2;
  border-color: #e0e1e2;
}
.sui.form .range_cont .range.selected {
  background-color: #0067d5;
  color: #fff;
  border-color: #0067d5;
}
.sui.form .range_cont .range.high::before {
  content: "High";
  color: #db2828;
  box-sizing: content-box;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: -17px;
}
.sui.form .range_cont .range.low::after {
  content: "Low";
  color: #767676;
  box-sizing: content-box;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: -17px;
}
.sui.form .disabled_input {
  cursor: not-allowed;
}
.sui.form .disabled_input select,
.sui.form .disabled_input input,
.sui.form .disabled_input textarea,
.sui.form .disabled_input input[type=text],
.sui.form .disabled_input input[type=password],
.sui.form .disabled_input input[type=number],
.sui.form .disabled_input input[type=email],
.sui.form .disabled_input input[type=radio] {
  pointer-events: none;
  background-color: #ededed;
}
.sui.actions {
  padding: 14px;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
}
.sui.actions .button {
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  min-height: 14px;
  outline: 0;
  border: none;
  vertical-align: baseline;
  background-color: #e0e1e2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.25em 0 0;
  padding: 11px 21px;
  text-transform: none;
  text-shadow: none;
  font-weight: 700;
  line-height: 14px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}
.sui.actions .button:hover {
  background-color: #cacbcd;
  background-image: none;
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}
.sui.actions .button.green {
  background-color: #21ba45;
  color: #fff;
}
.sui.actions .button.green:hover {
  background-color: #16ab39;
}
.sui.actions .button.red {
  background-color: #db2828;
  color: #fff;
}
.sui.actions .button.red:hover {
  background-color: #d01919;
}
.sui.actions .button.orange {
  background-color: #f2711c;
  color: #fff;
}
.sui.actions .button.orange:hover {
  background-color: #f26202;
}
.sui.actions .button.yellow {
  background-color: #fbbd08;
  color: #fff;
}
.sui.actions .button.yellow:hover {
  background-color: #eaae00;
}
.sui.actions .button.olive {
  background-color: #b5cc18;
  color: #fff;
}
.sui.actions .button.olive:hover {
  background-color: #a7bd0d;
}
.sui.actions .button.teal {
  background-color: #00b5ad;
  color: #fff;
}
.sui.actions .button.teal:hover {
  background-color: #009c95;
}
.sui.actions .button.blue {
  background-color: #2185d0;
  color: #fff;
}
.sui.actions .button.blue:hover {
  background-color: #1678c2;
}
.sui.actions .button.violet {
  background-color: #6435c9;
  color: #fff;
}
.sui.actions .button.violet:hover {
  background-color: #5829bb;
}
.sui.actions .button.purple {
  background-color: #a333c8;
  color: #fff;
}
.sui.actions .button.purple:hover {
  background-color: #9627ba;
}
.sui.actions .button.pink {
  background-color: #e03997;
  color: #fff;
}
.sui.actions .button.pink:hover {
  background-color: #e61a8d;
}
.sui.actions .button.brown {
  background-color: #a5673f;
  color: #fff;
}
.sui.actions .button.brown:hover {
  background-color: #975b33;
}
.sui.actions .button.grey {
  background-color: #767676;
  color: #fff;
}
.sui.actions .button.grey:hover {
  background-color: #838383;
}
.sui.actions .button.black {
  background-color: #1b1c1d;
  color: #fff;
}
.sui.actions .button.black:hover {
  background-color: #27292a;
}
.sui.actions .button.primary {
  background-color: var(--primary);
  color: #fff;
}
.sui.actions .button.primary:hover {
  opacity: 0.9;
}
.sui.drag_area {
  padding: 40px 16px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%236DB1FFFF' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: #ebf4ff;
  border-radius: 7px;
  text-align: center;
  transform: scale(1);
  transition: transform ease-in-out 300ms;
}
.sui.drag_area.active {
  background-image: none;
  transform: scale(1.03);
  border: 2px solid #4c9af3;
}
.sui.drag_area.error {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='7' ry='7' stroke='%239F3A38FF' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: #fff6f6;
}
.sui.drag_area .has_attachment {
  padding: 0px 8px;
  border-radius: 4px;
  margin-top: 4px;
  font-weight: 700;
  background: #bcdbff;
}
.sui.drag_area .header {
  color: var(--text-placeholder);
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 17px;
}
.sui.drag_area .browse.button {
  color: #2775cf;
  text-decoration: underline;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}
.sui.drag_area .clear.button {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.sui.drag_area .file_path {
  color: #2775cf;
  color: #085ab8;
  font-size: 14px;
  line-height: 17px;
}
.sui input[hidden] {
  display: none;
}
.sui .s_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.sui .s_group .s_prop {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #555;
  margin-bottom: 4px;
}
.sui .s_group .s_value {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  text-transform: capitalize;
  color: #333;
}
.sui .s_group .s_value .NA {
  font-weight: 500;
  color: #3d3d3d;
  font-size: 14px;
}
.sui .s_groups {
  display: grid;
}
.sui .s_groups.s_200 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media screen and (max-width: 768px) {
  .sui.form .fieldset_group {
    flex-direction: column;
  }
  .sui.form .fieldset_group .fieldset_group.col {
    margin: 0;
  }
  .sui.form .fieldset_group .fieldset:first-child {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .sui.form .fields {
    display: block;
  }
  .sui.form .fields .field {
    margin-inline: 0px;
  }
  .sui.form .fields.inline .radio_group {
    display: block;
  }
  .sui .s_groups {
    display: block;
  }
  .sui .s_groups .s_group {
    margin-inline: 0px;
  }
}

.google_locations {
  display: flex;
}

.map_edit_btn {
  border: none;
  outline: none;
  background-color: var(--primary);
  color: #fff;
  padding: 8px 10px;
  line-height: 1;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.map_edit_btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.map_edit_btn:hover {
  opacity: 0.9;
}

.goole_map_card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border: 2px solid #e8edf3;
  border-radius: 20px;
  margin: 16px;
  background-color: #f2f3f5;
}
.goole_map_card .gm-style-cc {
  display: none !important;
}
.goole_map_card a[href^="http://maps.google.com/maps"],
.goole_map_card a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.goole_map_card:hover {
  border-color: #5397be;
}
.goole_map_card .google_map_box {
  width: 360px;
  height: 220px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.goole_map_card .google_map_box .google_map_container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 2px #ccc;
}
.goole_map_card .goole_map_details {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.goole_map_card .goole_map_details .location_name {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  color: var(--text-dark);
  text-transform: capitalize;
  margin: 0;
}
.goole_map_card .goole_map_details .map_date {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--text-light);
  margin-top: 1rem;
}

.create_geo_fence_modal_box {
  position: relative;
  width: 100%;
  height: 350px;
  max-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}
.create_geo_fence_modal_box .delete-menu {
  background: white;
  width: fit-content;
  padding: 4px;
  position: absolute;
  font-weight: 500;
  cursor: pointer;
}
.create_geo_fence_modal_box img {
  max-width: unset !important;
  max-width: none !important;
}
.create_geo_fence_modal_box .goole_map_search_box {
  position: absolute;
  top: 10px !important;
  display: flex;
  font-size: 14px;
  z-index: 99;
}
.create_geo_fence_modal_box .goole_map_search_box input {
  padding: 11px 8px 11px 45px;
  border-radius: 2px;
  max-width: 300px;
}
.create_geo_fence_modal_box .overlay_tool_box {
  position: absolute;
  top: 50%;
  right: 10px !important;
  z-index: 99;
}
.create_geo_fence_modal_box .overlay_tool_box .tool_box_items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.create_geo_fence_modal_box .overlay_tool_box .tool_box_items .tool_box_item {
  margin-block: 4px;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button,
.create_geo_fence_modal_box .map_tool_btn button {
  border: none;
  outline: none;
  background-color: #fff;
  padding: 6px;
  line-height: 1;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button .icon,
.create_geo_fence_modal_box .map_tool_btn button .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  pointer-events: none;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button.active,
.create_geo_fence_modal_box .map_tool_btn button.active {
  background-color: #5fc6ff;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button.active .dark,
.create_geo_fence_modal_box .map_tool_btn button.active .dark {
  display: block;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button.active .light,
.create_geo_fence_modal_box .map_tool_btn button.active .light {
  display: none;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button .dark,
.create_geo_fence_modal_box .map_tool_btn button .dark {
  display: none;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button .light,
.create_geo_fence_modal_box .map_tool_btn button .light {
  display: block;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button:hover .dark,
.create_geo_fence_modal_box .map_tool_btn button:hover .dark {
  display: block;
}
.create_geo_fence_modal_box .add_fencing_btn_cont button:hover .light,
.create_geo_fence_modal_box .map_tool_btn button:hover .light {
  display: none;
}
.create_geo_fence_modal_box .create_geo_fence_modal_container {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .create_geo_fence_modal_box {
    max-height: 500px;
    height: 500px;
  }
}

.cursor_not_allowed {
  cursor: not-allowed;
  opacity: 0.7;
}
.cursor_not_allowed button,
.cursor_not_allowed .btn {
  pointer-events: none !important;
  opacity: 0.7;
}
.cursor_not_allowed a {
  pointer-events: none !important;
  opacity: 0.7;
}

.avatar_placeholder {
  width: 24px;
  height: 24px;
  background: #ececec;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  margin-right: 4px;
  letter-spacing: 0px;
  color: var(--text-dark);
}
.avatar_placeholder.md {
  width: 32px;
  height: 32px;
}
.avatar_placeholder.lg {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.avatar_name {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
}

.attendance_date {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  color: #41474f;
}

.check_in_out_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 20px;
  line-height: 17px;
  font-size: 14px;
  color: #555;
  text-transform: capitalize;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  width: 125px;
}
.check_in_out_box:first-child {
  margin-right: 16px;
}
.check_in_out_box span.time {
  color: #41474f;
  font-weight: 600;
  text-transform: uppercase;
}

.btn.purple_gradient {
  width: fit-content;
  padding: 4px 8px !important;
  border-radius: 4px;
  background: linear-gradient(to right, #0070ae, var(--primary));
  color: #fff !important;
  border: none;
}
.btn.purple_gradient:hover {
  background: linear-gradient(to bottom right, #006195, var(--primary)) !important;
  color: #fff !important;
}

.tab_view {
  border-bottom: 1px solid #e5e7eb;
}
.tab_view .tabs_menu {
  overflow: auto;
  display: flex;
  color: #6b7280;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: -1px;
}
.tab_view .tabs_menu .tab_item {
  margin-right: 8px;
  list-style: none;
}
.tab_view .tabs_menu .tab_item a {
  padding: 16px;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: inherit;
}
.tab_view .tabs_menu .tab_item a svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #9ca3af;
}
.tab_view .tabs_menu .tab_item a:hover {
  color: #4b5563;
  border-color: #d1d5db;
}
.tab_view .tabs_menu .tab_item a:hover svg {
  color: #4b5563;
}
.tab_view .tabs_menu .tab_item a.active {
  color: var(--primary);
  border-color: var(--primary);
}
.tab_view .tabs_menu .tab_item a.active svg {
  color: var(--primary);
}

.tab_view_container {
  padding: 16px;
}

table.dataTable td.dtfc-fixed-left {
  background-color: #fff;
}
table.dataTable th,
table.dataTable td {
  border-left: 1px solid var(--border-light) !important;
}
table.dataTable th:first-child,
table.dataTable td:first-child {
  border-left: none !important;
}
table.dataTable.dtfc-has-left {
  border-radius: 0;
}
table.dataTable.dtfc-has-left th,
table.dataTable.dtfc-has-left td {
  border-left: 1px solid var(--border-light) !important;
}
table.dataTable.dtfc-has-left th:first-child,
table.dataTable.dtfc-has-left td:first-child {
  border-left: none !important;
}

.dataTables_scrollHeadInner table.dataTable {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.dataTables_scrollHeadInner table.dataTable th,
.dataTables_scrollHeadInner table.dataTable td {
  border-left: 1px solid var(--border-light) !important;
}
.dataTables_scrollHeadInner table.dataTable th:first-child,
.dataTables_scrollHeadInner table.dataTable td:first-child {
  border-left: none !important;
}
.dataTables_scrollHeadInner thead th.dtfc-fixed-left,
.dataTables_scrollHeadInner tfoot th.dtfc-fixed-left {
  z-index: 10;
}

.dataTables_scrollFootInner table {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.dataTables_scrollFootInner th,
.dataTables_scrollFootInner td {
  border-left: 1px solid var(--border-light) !important;
}
.dataTables_scrollFootInner th:first-child,
.dataTables_scrollFootInner td:first-child {
  border-left: none !important;
}

table.dataTable.fixed_layout {
  border-top: 0;
  border-bottom: 0;
}
table.dataTable.fixed_layout th,
table.dataTable.fixed_layout td {
  padding-left: 8px !important;
  padding-right: 8px !important;
  text-align: center;
}
table.dataTable.fixed_layout thead th:nth-child(5),
table.dataTable.fixed_layout thead td:nth-child(5),
table.dataTable.fixed_layout tfoot th:nth-child(5),
table.dataTable.fixed_layout tfoot td:nth-child(5),
table.dataTable.fixed_layout tbody th:nth-child(5),
table.dataTable.fixed_layout tbody td:nth-child(5) {
  border-right: 2px solid #ccc !important;
}
table.dataTable.fixed_layout tr td:nth-child(-n+5),
table.dataTable.fixed_layout tr th:nth-child(-n+5) {
  padding: 12px 14px !important;
}

.dataTables_scrollBody table.dataTable.dtfc-has-left thead > tr th,
.dataTables_scrollBody table.dataTable.dtfc-has-left tfoot > tr th {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  height: 0px;
}

/* calendar ui */
.calendar_container {
  width: fit-content;
  border-radius: 8px;
}

.month_header {
  font-size: 16px;
}

.table_layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  table-layout: fixed;
  color: var(--text-color, #1a1a1a);
  font-size: 16px;
  font-family: proxima nova, sans-serif;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

.table_head_cell {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 4px;
}

.table_cell {
  text-align: center;
  width: 100%;
}

.day_btn {
  position: relative;
  display: block;
  width: 52px;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 0 0;
  border: 1px solid transparent;
  border-radius: 50%;
  color: rgba(26, 26, 26, 0.61);
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 17px;
}
.day_btn:hover {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
  color: #1f2937;
}

.day_hide {
  display: none;
}

/* utility classes keep at the end of the file */
.sui_badge {
  width: 20px;
  height: 20px;
  border: 1px solid #e1effe;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  padding: 2px;
}

.badge_blue {
  background-color: #e1effe;
  border-color: #e1effe;
  color: #1e429f;
}
.badge_blue.dark {
  background-color: #2578fe;
}
.badge_blue.border_blue {
  border-color: #76a9fa;
}

.badge_dark {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
  color: #1f2937;
}
.badge_dark.border_dark {
  border-color: #6b7280;
}

.badge_red {
  background-color: #fde8e8;
  border-color: #fde8e8;
  color: #f98080;
  color: #ec5525;
}
.badge_red.border_red {
  border-color: #f98080;
}

.badge_green {
  background-color: #def7ec;
  border-color: #def7ec;
  color: #03543f;
}
.badge_green.dark {
  background-color: #66cb9f;
}
.badge_green.border_green {
  border-color: #31c48d;
}

.badge_yellow {
  background-color: #fdf6b2;
  border-color: #fdf6b2;
  color: #723b13;
}
.badge_yellow.border_yellow {
  border-color: #faca15;
}

.badge_indigo {
  background-color: #e5edff;
  border-color: #e5edff;
  color: #42389d;
}
.badge_indigo.border_indigo {
  border-color: #8da2fb;
}

.badge_purple {
  background-color: #edebfe;
  border-color: #edebfe;
  color: #5521b5;
}
.badge_purple.border_purple {
  border-color: #ac94fa;
}

.badge_pink {
  background-color: #fce8f3;
  border-color: #fce8f3;
  color: #99154b;
}
.badge_pink.border_pink {
  border-color: #f17eb8;
}

.badge_orange {
  background-color: #ffdfba;
  border-color: #ffbe78;
  color: #994c00;
}
.badge_orange.border_orange {
  border-color: darkorange;
}

.badge_primary {
  background-color: #e3f5ff;
  border-color: #e3f5ff;
  color: var(--primary);
}
.badge_primary.border_primary {
  border-color: var(--primary);
}

.contractPlanDetailsContainer .mainContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contractPlanDetailsContainer .heading {
  font-size: 20px;
  margin-left: 15px;
  margin-top: 12px;
  margin-bottom: 10px;
}
.contractPlanDetailsContainer .mainContent {
  display: flex;
  margin-top: 8px;
  margin-left: 15px;
  line-height: 17px;
}
.contractPlanDetailsContainer .mainContent .progressbarData {
  margin-top: 8px;
  margin-bottom: 0px;
  margin-right: 8px;
  display: flex;
  justify-content: space-between;
}
.contractPlanDetailsContainer .mainContent .progressbarData .totalNo {
  margin-bottom: 0px;
}
.contractPlanDetailsContainer .mainContent .progressbarData .totalNo p {
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .contractPlanDetailsContainer .mainContent .heading {
    margin-left: 5px;
  }
  .contractPlanDetailsContainer .mainContent .mainContent {
    margin-left: 5px;
  }
}
.contractPlanDetailsContainer .progressbarContainer {
  width: 100%;
}
.contractPlanDetailsContainer .progressbarContainer .subheading {
  font-size: 16px;
}
.contractPlanDetailsContainer .progress {
  height: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 5px;
}
.contractPlanDetailsContainer .progressbarDatadown .totalNo {
  margin-top: 0px;
}
.contractPlanDetailsContainer .progressbarDatadown .totalNo p {
  margin-top: 4px;
}

.bg_transparent {
  background-color: #fff;
  background-color: transparent;
}

table.dataTable.banks_list td input {
  width: fit-content !important;
}
table.dataTable.banks_list td input:focus {
  border: none;
}

.header-main-logo {
  width: 35px !important;
  height: 35px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.whitespace_nowrap {
  white-space: nowrap;
}

table.dataTable tbody td label.custom_switch.gui-switch input[type="checkbox"] {
  width: 30px !important;
  height: auto !important;
  border-radius: var(--track-size) !important;
}

.text_transform_unset {
  text-transform: unset !important;
}

.sui.message {
  min-height: 14px;
  padding: 14px 21px;
  line-height: 19px;
  color: #444;
  transition: opacity .1s ease, color .1s ease, background .1s ease, box-shadow .1s ease;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
  font-size: 14px;
  width: fit-content;
}
.sui.message.p_0 {
  padding: 0;
}
.sui.message.m_0 {
  margin: 0;
}
.sui.message.m_2 {
  margin: 8px 0;
}
.sui.message.elevation_0 {
  box-shadow: none;
}
.sui.message.elevation_1 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
}
.sui.message.elevation_2 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.sui.message.elevation_3 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
}
.sui.message.elevation_4 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}
.sui.message.elevation_6 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
}
.sui.message.elevation_8 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}
.sui.message.elevation_12 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 8px -4px, rgba(0, 0, 0, 0.14) 0px 12px 17px 2px, rgba(0, 0, 0, 0.12) 0px 5px 22px 4px;
}
.sui.message.elevation_16 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
}
.sui.message.elevation_24 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
}
.sui.message .header {
  display: block;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: -0.14285714em 0 0 0;
}
.sui.message .header:not(.ui) {
  font-size: 1.14285714em;
}
.sui.message .text {
  line-height: 19px;
  margin: 0;
  margin-top: 4px;
}
.sui.message > :first-child {
  margin-top: 0;
}
.sui.message > :last-child {
  margin-bottom: 0;
}

.tippy-card {
  padding: 24px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
  border-color: #e5e7eb;
  border-width: 1px;
  border-radius: 8px;
  max-width: 584px;
}
.tippy-card h5 {
  color: #111827;
  letter-spacing: -0.4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 8px;
}
.tippy-card p {
  color: #374151;
  font-weight: 400;
  margin-bottom: 12px;
}
.tippy-card a.button {
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #1a56db;
  border-radius: 8px;
  align-items: center;
  display: inline-flex;
}
.tippy-card a.button:hover {
  background-color: #1651cf !important;
}
.tippy-card a.button svg {
  width: 14px;
  height: 14px;
  margin-inline-start: 8px;
  display: block;
  vertical-align: middle;
}

.progress_card {
  max-width: 700px;
  margin: 16px;
  overflow: hidden;
}
.progress_card .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--txt-primary);
  text-transform: capitalize;
}
.progress_card .sui_card {
  background-color: #fff;
  padding: 8px 12px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.progress_card .percentage {
  font-size: 14px;
  font-weight: 500;
  color: var(--txt-secondary);
}

.new-des .progress {
  background-color: #c8c8c8;
  height: 20px;
  overflow: visible !important;
  position: relative;
  border-radius: 10px !important;
  box-shadow: none;
}
.new-des .progress .progress-bar {
  animation: animate-cycle 2s;
  box-shadow: none;
  position: relative;
  border-radius: 10px !important;
}
.new-des .progress .progress-bar-plan:before,
.new-des .progress .progress-bar-sms:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 8px;
  left: 0;
  border: 2px dashed #fff;
}
.new-des .progress .progress-bar-plan:after,
.new-des .progress .progress-bar-sms:after {
  content: "/f086";
  font-family: fontawesome;
  position: absolute;
  right: 0px;
  top: -10px;
  font-size: 20px;
  color: #004770;
}
.new-des .progress .progress-bar-plan.progress-bar:after {
  content: "\f0c0";
}
.new-des .progress .progress-bar-sms.progress-bar:after {
  content: "\f27a";
}
@-webkit-keyframes animate-cycle {
  0% {
    width: 0%;
  }
}
@keyframes animate-cycle {
  0% {
    width: 0%;
  }
}
@media screen and (min-width: 768px) {
  .new-des .progress .progress-bar-plan:after,
  .new-des .progress .progress-bar-sms:after {
    font-size: 25px;
  }
}

.templateSettingsCont .content_templates_cont {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.templateSettingsCont .letter_heads_cont {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

@media only screen and (max-width: 767px) {
  .modal {
    top: 60px;
  }

  .goole_map_card .google_map_box {
    width: 250px;
  }

  .mainBody {
    background-color: #fff;
  }

  .dataTables_wrapper > div {
    padding-inline: 15px;
  }
  .dataTables_wrapper .dataTables_scroll {
    padding: 0;
  }

  .responsive_table .dataTables_scroll {
    padding-left: 12px;
    padding-right: 12px;
  }

  table.dataTable,
  table#dataT1,
  table.dataTable:not(.table-condensed),
  table:not(.table-condensed),
  table#dataT1:not(.table-condensed) {
    border: none;
    border-collapse: collapse !important;
  }
  table.dataTable tbody td,
  table.dataTable thead th,
  table.dataTable tfoot th,
  table#dataT1 tbody td,
  table#dataT1 thead th,
  table#dataT1 tfoot th,
  table.dataTable:not(.table-condensed) tbody td,
  table.dataTable:not(.table-condensed) thead th,
  table.dataTable:not(.table-condensed) tfoot th,
  table:not(.table-condensed) tbody td,
  table:not(.table-condensed) thead th,
  table:not(.table-condensed) tfoot th,
  table#dataT1:not(.table-condensed) tbody td,
  table#dataT1:not(.table-condensed) thead th,
  table#dataT1:not(.table-condensed) tfoot th {
    padding: 9px !important;
    line-height: 1.25 !important;
  }
  table.dataTable thead th,
  table.dataTable tfoot th,
  table.dataTable th,
  table.dataTable tbody td,
  table.dataTable td,
  table#dataT1 thead th,
  table#dataT1 tfoot th,
  table#dataT1 th,
  table#dataT1 tbody td,
  table#dataT1 td,
  table.dataTable:not(.table-condensed) thead th,
  table.dataTable:not(.table-condensed) tfoot th,
  table.dataTable:not(.table-condensed) th,
  table.dataTable:not(.table-condensed) tbody td,
  table.dataTable:not(.table-condensed) td,
  table:not(.table-condensed) thead th,
  table:not(.table-condensed) tfoot th,
  table:not(.table-condensed) th,
  table:not(.table-condensed) tbody td,
  table:not(.table-condensed) td,
  table#dataT1:not(.table-condensed) thead th,
  table#dataT1:not(.table-condensed) tfoot th,
  table#dataT1:not(.table-condensed) th,
  table#dataT1:not(.table-condensed) tbody td,
  table#dataT1:not(.table-condensed) td {
    word-wrap: break-word;
    min-width: 10ch;
    max-width: 20ch;
    border: 1px solid var(--border-light) !important;
    text-align: center;
    border-collapse: collapse !important;
  }
  table.dataTable thead th:last-child,
  table.dataTable tfoot th:last-child,
  table.dataTable th:last-child,
  table.dataTable tbody td:last-child,
  table.dataTable td:last-child,
  table#dataT1 thead th:last-child,
  table#dataT1 tfoot th:last-child,
  table#dataT1 th:last-child,
  table#dataT1 tbody td:last-child,
  table#dataT1 td:last-child,
  table.dataTable:not(.table-condensed) thead th:last-child,
  table.dataTable:not(.table-condensed) tfoot th:last-child,
  table.dataTable:not(.table-condensed) th:last-child,
  table.dataTable:not(.table-condensed) tbody td:last-child,
  table.dataTable:not(.table-condensed) td:last-child,
  table:not(.table-condensed) thead th:last-child,
  table:not(.table-condensed) tfoot th:last-child,
  table:not(.table-condensed) th:last-child,
  table:not(.table-condensed) tbody td:last-child,
  table:not(.table-condensed) td:last-child,
  table#dataT1:not(.table-condensed) thead th:last-child,
  table#dataT1:not(.table-condensed) tfoot th:last-child,
  table#dataT1:not(.table-condensed) th:last-child,
  table#dataT1:not(.table-condensed) tbody td:last-child,
  table#dataT1:not(.table-condensed) td:last-child {
    border-right: none !important;
  }
  table.dataTable thead tr th,
  table#dataT1 thead tr th,
  table.dataTable:not(.table-condensed) thead tr th,
  table:not(.table-condensed) thead tr th,
  table#dataT1:not(.table-condensed) thead tr th {
    top: 55px;
  }
  table.dataTable .text-left,
  table#dataT1 .text-left,
  table.dataTable:not(.table-condensed) .text-left,
  table:not(.table-condensed) .text-left,
  table#dataT1:not(.table-condensed) .text-left {
    text-align: left;
  }

  .dataTables_scrollBody::-webkit-scrollbar {
    height: 0;
  }
}
@media only screen and (max-width: 640px) {
  .leftSidebar {
    box-shadow: 0 6px 30px #ccc;
    z-index: 100;
  }
  .leftSidebar .dropdown-backdrop {
    z-index: 0;
  }

  .tab_view .tabs_menu::-webkit-scrollbar {
    height: 0;
  }
}
table tbody td {
  background-color: #fff;
}

#navbar-main {
  background-color: #ffffff54;
  backdrop-filter: blur(12px);
}

.shadow-bottom > div {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

.shadow-bottom:hover > div {
  box-shadow: 0 20px 30px #ddd;
  transform: translateY(-10px);
}

.Button_button {
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border 0.2s ease-out;
}

.Button_button:hover.Button_arrow svg path:first-child {
  animation: Button_arrowHover 0.45s ease-out;
}

.Button_iconArrow svg path:first-child,
.Button_iconArrow svg path:nth-child(2) {
  transition: transform 0.2s ease-out;
}

.Button_iconArrow svg path:first-child {
  transform-origin: right center;
}

@keyframes Button_arrowHover {
  0% {
    transform: scaleX(1);
  }
  49% {
    transform: scaleX(0.425);
  }
  50% {
    transform: scaleX(0);
  }
  51% {
    transform: translateX(-1rem);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
}
.btn_clr_slide_right {
  background: linear-gradient(to right, #ffffff 50%, #004770 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  color: #fff;
  border: 1px solid #004770;
}

.btn_clr_slide_right:hover {
  background-position: left bottom;
  color: #004770;
}

.box_shadow_smooth {
  box-shadow: 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.icon_shade {
  background: #000628;
  /* border-radius: 8px; #c9d2ff */
  box-shadow: 0 4px 1.25rem 0 rgba(0, 0, 0, 0.2);
}

.border_bottom {
  padding-bottom: 0.25rem;
  position: relative;
}

.border_bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #2acdd3;
}

.card_cont_border .card_cont_blue {
  position: relative;
  border: 1px solid #1f2759;
}

.arrow-img {
  display: none;
}

@media screen and (min-width: 991px) {
  .arrow-img {
    display: block;
  }

  .animation {
    position: relative;
    /* animation: up-down linear 4s;
animation-iteration-count: infinite;
transform-origin: 50% 50%; */
    animation: up-down 1s infinite alternate;
  }

  @keyframes up-down {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-10px);
    }
  }
  #features_section {
    padding: 80px 0px 70px;
    background: linear-gradient(109.1deg, #1e81ce 0%, #1e81ce 100%);
    /* background: linear-gradient(109.1deg, rgb(19, 100, 241) 0%, rgb(0, 17, 173) 100%); */
    clip-path: polygon(100% 0px, 100% 85%, 93% 100%, 0px 88%, 0px 15%);
  }

  .arrow-img {
    transform: scaleX(1.5);
    padding-top: 40px;
  }

  .arrow-img-right {
    margin: auto;
  }
}
.ml_40vw {
  margin-left: 40vw;
}

.add-active-class .card_cont_blue {
  border: 2px solid #6aa0d3;
}
.add-active-class .card_cont_blue .card_price_cont h5 {
  color: #6aa0d3;
}

.formula-drop-items {
  max-height: 270px;
  overflow: auto;
}

.formula.formula-advanced.formula-container.ui-droppable {
  display: flex;
  flex-wrap: wrap;
}

.dt-rowReorder-float-parent {
  display: none !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay: 10ms;
}

.animate_300 {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.reset_search_btn {
  display: block;
}

.custom_table_search:invalid ~ .reset_search_btn {
  display: none;
}

.contract-search-input {
  width: 100%;
  padding: 0.7rem 3.25rem 0.7rem 3.25rem !important;
  font-size: 1.2rem;
  border: 1px solid #ced4da;
  border-radius: 6px;
  background-color: #fff;
  color: #212529;
  transition: all 0.2s ease-in-out;
}

.contract-search-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.15);
}

.page_main_header {
  font-size: 22px !important;
  color: #004870 !important;
}

input.search_applied {
  outline: #3570ff 2px solid;
}
input.search_applied + i {
  background: #3570ff;
  color: white;
  padding: 4px;
  border-radius: 4px;
}

.select2-container .select2-selection--single {
  height: 40px;
  padding: 6px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(34, 36, 38, 0.15);
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(0px, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 5px 8px 5px;
}

.input-error-cont label.error {
  position: absolute !important;
}

#clientId-error {
  position: absolute;
  bottom: -25px;
}

.fieldset {
  color: var(--primary);
}

.reset_input_btn {
  border: none;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  color: #515151;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #e7e7e7;
  border: 2px solid #b5bbc1;
}

.reset_input_btn:hover {
  background: #b5bbc1;
}

.profile_icon {
  height: 100% !important;
}
.profile_icon.sm {
  width: 30px !important;
  max-width: 30px !important;
}
.profile_icon.md {
  width: 80px !important;
  max-width: 80px !important;
}
.profile_icon.lg {
  width: 150px !important;
  max-width: 150px !important;
}
.profile_icon.rounded {
  border-radius: 50% !important;
  object-fit: contain;
  background-color: #eef1f6;
}
.profile_icon.rounded.sm {
  height: 30px !important;
}
.profile_icon.rounded.md {
  height: 80px !important;
}
.profile_icon.rounded.lg {
  height: 150px !important;
}

.photo_frame {
  border: 4px solid #d5d9dc;
  border-radius: 8px;
  overflow: hidden;
}
.photo_frame.sm {
  border-width: 2px;
  border-radius: 4px;
}

#billRevenueReports select,
#billDueReports select {
  margin-bottom: 0;
  margin-left: 5px;
  outline: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 4px;
  padding: 5px 23px 5px 3px;
  width: 85px;
  background-image: none;
  -webkit-appearance: none !important;
  appearance: none !important;
  -moz-appearance: none !important;
}

#billRevenueReports .custom_select_box > select:focus,
#billDueReports .custom_select_box > select:focus {
  outline: 1px solid #496dff !important;
  box-shadow: 0px 0px 4px 1px #496dff !important;
}

.opacity_7 {
  opacity: 0.7;
}

.org_profile_details .org_code {
  padding: 10px;
  background-color: #004770;
  color: #fff;
  display: inline-block;
  border: 1px solid #004770;
  border-radius: 5px;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.status-indicator {
  width: 8 px;
  height: 8px;
  background-color: #fff;
  border: 5px solid #01754f;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}
.status-indicator.active_indicator {
  border-color: #01754f;
}
.status-indicator.inactive_indicator {
  border-color: #b0b0b0;
}

.letter_heads_cont, .content_templates_cont, .letter_heads_cont_cts, .content_templates_cont_cts, .templates-grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.copy-btn {
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 4px;
  color: #595959;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f4f4f4;
  border: 1px solid #b5bbc1;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.3s, color 0.3s;
}

.copy-btn i {
  margin-right: 4px;
}

.copy-btn:hover {
  background: #d6d6d6;
  color: #333333;
}

:root {
  --background1: #eee;
  /* Theme color */
  --theme: var(--primary);
}

*, *::before, *::after {
  box-sizing: border-box;
}

.accordion {
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 0px;
  margin-top: 16px;
  margin-bottom: 4px;
  background: var(--background1);
}

.tab__label,
.tab__close {
  display: flex;
  color: white;
  cursor: pointer;
}

.tab__label {
  justify-content: space-between;
  padding: 1rem;
}

.tab__label::after {
  content: "\25BC";
  width: 1em;
  height: 1em;
  text-align: center;
  color: black;
  transition: all 0.35s;
}

.tab__label.open::after {
  transform: rotate(0deg);
  content: "\25B2";
}

.tab__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.7s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.7s cubic-bezier(0.5, 0, 0.1, 1);
}

.tab__content.open {
  max-height: 1600px;
  /* Adjust this to be larger than the expected content height */
  opacity: 1;
  transition: max-height 0.7s cubic-bezier(0.5, 0, 0.5, 1), opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Arrow animation */
.tab__label:hover::after {
  animation: bounce .5s infinite;
}

@keyframes bounce {
  25% {
    transform: translateY(-0.1rem);
  }
  75% {
    transform: translateY(0.1rem);
  }
}
.expand-all-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #004770;
  transition: color 0.3s ease;
}

.expand-all-button .icon {
  margin-right: 8px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.expand-all-button:hover {
  color: #004770;
}

.expand-all-button:hover .icon {
  transform: scale(1.1);
  color: #004770;
}

.asset-map-image-marker .image {
  width: 50px;
  height: 50px;
  background-size: cover;
  display: inline-block;
  margin: 2px;
  position: relative;
  border: 10px;
}

.asset-map-image-marker .number {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.image-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 80vh;
  overflow-y: auto;
}

.image-popup img {
  max-width: 400px;
  display: block;
  margin: 0 auto 10px;
}

.image-popup .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  color: red;
}

.tracking-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}

.tracking-button:hover {
  background-color: #0056b3;
}

.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.popup-bubble-anchor {
  position: absolute;
  width: 400px;
  bottom: 8px;
  left: 0;
}

.popup-bubble {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: absolute;
  z-index: 9999;
}

.popup-bubble img {
  max-width: 100%;
  margin: 10px 0;
}

.popup-bubble .close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: red;
  z-index: 10000;
}

.text_button {
  background-color: black;
  color: white;
}

#testingPage {
  background: red;
}

#customBillStyle .delete {
  opacity: 0.7;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content label {
  display: block;
  margin-top: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.custom-select1, .custom-select2, .custom-select3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}

.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1000;
}

.custom-options label {
  display: block;
  padding: 10px;
  cursor: pointer;
  color: #000;
}

.custom-options label:hover {
  background-color: #f1f1f1;
}

.dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.custom-options.show {
  display: block;
}

#contractMonthlyEmpPayrollList_audit_cont_approval {
  display: flex;
  justify-content: space-between;
}

#payrollApprovalDetailsContainer .viewDetails .panel-title a {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.money-bill-transfer-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .money-bill-transfer-icon {
    margin-right: 0px;
  }
}
.money-bill-transfer-icon svg {
  width: 20px;
  height: 20px;
}

#customBillStyle .delete {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

#customBillStyle .add {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

#customBillStyle .edit {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

#customBillStyle .delete:hover {
  opacity: 1;
}

#customBillStyle .add:hover {
  opacity: 1;
}

#customBillStyle .edit:hover {
  opacity: 1;
}

#customBillForm th {
  position: relative;
}

#customBillForm #customBillStyle .add {
  position: absolute;
  top: 1px;
  right: 2px;
  margin: 0;
}

#customBillForm #customBillStyle .delete {
  position: absolute;
  bottom: 2px;
  right: 20px;
  margin: 0;
}

#customBillForm #customBillStyle .edit {
  position: absolute;
  bottom: 2px;
  right: 2px;
}

.subscriptionMain-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 80vh;
  background: repeating-linear-gradient(white, white 49.9%, white 50.1%, #F2F5FF 100%);
}

.subscriptionMain-container .header {
  width: 100%;
  max-width: 600px;
  margin-bottom: 14px;
  margin-top: 20px;
  text-align: center;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}

.subscriptionMain-container .header__title {
  font-size: 32px;
}

.subscriptionMain-container .header__text {
  color: #888;
  font-size: 14px;
}

.subscriptionMain-container .subscription-container {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  max-width: 990px;
  margin-bottom: 40px;
}

.subscriptionMain-container .subscription__title,
.subscription__main-feature,
.subscription__price {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #85A9C1;
}

.subscriptionMain-container .subscription__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-top: 20px;
  font-size: 20px;
  color: #004770;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.subscriptionMain-container .subscription__icon {
  margin-top: 10px;
  background: #F2F5FF;
  padding: 12px;
  border-radius: 50%;
}

.subscriptionMain-container .subscription__price {
  display: block;
  text-align: center;
  text-transform: lowercase;
  font-size: 32px;
  color: #262223;
  padding-bottom: 10px;
  border-bottom: 2px solid #EFF1F3;
}

.subscription__Monthly_price {
  display: block;
  text-align: center;
}

.subscriptionMain-container .subscription__price-month {
  font-size: 18px;
  color: #C8CDD1;
}

.subscription__list {
  padding: 0 15px;
  margin: 10px 0;
  list-style-type: none;
}

.subscription__item {
  display: flex;
  margin: 20px 0;
  font-size: 16px;
  color: #666662;
}

.subscription__item .subscription__item-text {
  color: #AEAEAC;
  font-size: 14px;
}

.subscription__item .icon-subscription {
  color: #C8CDD1;
  margin-right: 5px;
}

.subscriptionMain-container .subscription__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Roboto, sans-serif;
  width: 275px;
  margin: 5px 0;
  padding: 0;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.45);
  transition: transform .5s;
  margin: 24px;
  cursor: pointer;
}

.subscriptionPlanTerm_btn {
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  border: solid 2px #004770;
  width: 220px;
  background: #fff;
  font-weight: 600;
  transition: background-color 0.5s, color 0.5s;
}

.subscriptionMain-container input[type="radio"] {
  display: none;
}

.subscriptionMain-container input[type="radio"]:checked + label:after {
  background: #004770;
  color: white;
}

.subscriptionMain-container input[type="radio"]:checked + label {
  background: white;
  transform: scale(1.09);
  transition: transform .5s;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.65);
}

.subscription__button:hover {
  background: white;
  transform: scale(1.09);
  transition: transform .5s;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.65);
}

.subscription__button:hover .subscriptionPlanTerm_btn {
  background-color: #004770;
  color: #ffffff;
}

.currentPlanContainer {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 300px;
  max-width: 700px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}

.currentPlanContainer h3 {
  text-align: center;
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
}

.subscription__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #555;
}

.subscription__item i.icon-subscription {
  color: #4caf50;
  margin-right: 10px;
}

.subscription__item-text {
  font-weight: bold;
}

.wizard-form .fw-bold {
  font-weight: 700 !important;
}

.wizard-form .w-50 {
  width: 50% !important;
}

.wizard-form .w-25 {
  width: 25% !important;
}

.wizard-form .position-relative {
  position: relative !important;
}

.wizard-form .d-inline-block {
  display: inline-block !important;
}

.wizard-form .float-start {
  float: left !important;
}

.wizard-form .row {
  display: flex;
}

.wizard-form .badge_blue {
  font-size: 14px;
  font-weight: 600;
  border-radius: 15px;
  padding: 6px;
  line-height: 1;
  letter-spacing: 0.4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.wizard-form .progressbar-list::before {
  content: " ";
  background-color: #9b9b9b;
  border: 10px solid #fff;
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 9px auto;
  box-shadow: 0 0 0 7.5px rgba(8, 8, 8, 0.11);
  transition: all;
}

.wizard-form .progressbar-list::after {
  content: " ";
  background-color: #9b9b9b;
  padding: 0px 0px;
  position: absolute;
  top: 14px;
  left: -38%;
  width: 76%;
  height: 5px;
  border-radius: 20px;
  margin: 9px auto;
  z-index: 1;
  transition: all 0.8s;
}

.wizard-form .progressbar-list.active::after {
  background-color: #1e9f3a;
}

.wizard-form .progressbar-list.pendingNext::after {
  background: linear-gradient(to right, #1e9f3a, #00ff08, #ffffff);
}

.wizard-form .progressbar-list.rejected::after {
  background: linear-gradient(to right, #9f1e1e, #ff0000, #ffffff);
}

.wizard-form .progressbar-list:first-child::after {
  content: none;
}

.wizard-form .progressbar-list.active::before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  padding: 6px;
  background-color: #1e9f3a;
  border: 1px solid #1e9f3a;
  box-shadow: 0 0 0 7.5px rgba(0, 255, 58, 0.11);
}

.wizard-form .progressbar-list.pendingNext::before {
  border: 10px solid #1e429f;
  background-color: #ffffff;
  box-shadow: 0 0 0 7.5px #007bff1c;
}

.wizard-form .progressbar-list.rejected::before {
  border: 10px solid #9f1e1e;
  background-color: #ffffff;
  box-shadow: 0 0 0 7.5px #ff00001c;
}

.progressbar-list {
  color: #6f787d;
}

.active {
  color: #000;
}

#smsReachargeMainDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 990px;
  margin: auto;
  padding: 20px 8px 20px 8px;
}

#wallet-container {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.quick-add-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.quick-add {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 6px;
  font-size: 14px;
  cursor: pointer;
  flex: 1;
  margin: 0 28px;
  color: #004770;
  font-size: 16px;
}

.quick-add:hover {
  background-color: #eee;
}

.quick-add:first-child {
  margin-left: 0;
}

.quick-add:last-child {
  margin-right: 0;
}

.opacity_5 {
  opacity: 0.5;
}

.header_bg {
  background: gainsboro;
  padding: 10px;
}

.topHeader .title-name img {
  width: 30px;
  height: 30px;
  margin-top: -8px;
  margin-right: 5px;
}

.custom_view .custom_select_box::before, .custom_select_box::before {
  top: -10px;
}

.hover_primary:hover {
  color: var(--primary) !important;
}

.hover_primary:hover {
  color: var(--primary) !important;
}

.calendarMonthChangeBtn {
  font-size: 30px !important;
  line-height: 36px;
}

.holiday-list-container {
  max-height: 500px;
  overflow: auto;
}

.holiday-item {
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.holiday-item::before {
  content: '';
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #ff7f7f, #ffbf7f, #7fbfff, #7fffff);
  border-radius: 10px 0 0 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.holiday-content {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.holiday-title {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}

.settings {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.settings .yearselect input {
  width: 10ch;
  text-align: center;
}

.yeartitle {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 2rem;
  font-weight: 700;
}

.yeartitle .button {
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.125s;
}

.yeartitle .button:hover {
  color: #ed3408;
}

#globalHolidayCalendarView .calendar,
#contractHolidayCalendar .calendar,
#holidayListCalendar .calendar,
#initDayWiseShiftAssignments .calendar {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(26rem, 30rem));
  gap: 2rem;
  text-align: center;
  color: #000;
}

@media (min-width: 1440px) {
  #globalHolidayCalendarView .calendar,
  #contractHolidayCalendar .calendar,
  #holidayListCalendar .calendar,
  #initDayWiseShiftAssignments .calendar {
    grid-template-columns: repeat(auto-fill, minmax(26rem, 1fr));
  }
}
/* Media query for large screens (1024px and up) */
@media (min-width: 1024px) and (max-width: 1439px) {
  #globalHolidayCalendarView .calendar,
  #contractHolidayCalendar .calendar,
  #holidayListCalendar .calendar,
  #initDayWiseShiftAssignments .calendar {
    grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
  }
}
/* Media query for medium screens (768px and up) */
@media (min-width: 768px) and (max-width: 1023px) {
  #globalHolidayCalendarView .calendar,
  #contractHolidayCalendar .calendar,
  #holidayListCalendar .calendar,
  #initDayWiseShiftAssignments .calendar {
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  }
}
/* Media query for small screens (480px and up) */
@media (min-width: 480px) and (max-width: 767px) {
  #globalHolidayCalendarView .calendar,
  #contractHolidayCalendar .calendar,
  #holidayListCalendar .calendar,
  #initDayWiseShiftAssignments .calendar {
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }
}
/* month */
#globalHolidayCalendarView .calendar .month,
#contractHolidayCalendar .calendar .month,
#holidayListCalendar .calendar .month,
#initDayWiseShiftAssignments .calendar .month {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  gap: 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  background: var(--monthColor);
  color: var(--textColor);
}

#globalHolidayCalendarView .calendar .month::after,
#contractHolidayCalendar .calendar .month::after,
#holidayListCalendar .calendar .month::after,
#initDayWiseShiftAssignments .calendar .month::after {
  content: var(--monthIcon);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  bottom: -5%;
  right: -5%;
  font-size: 10rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  text-shadow: none;
}

#globalHolidayCalendarView .calendar .month > *,
#contractHolidayCalendar .calendar .month > *,
#holidayListCalendar .calendar .month > *,
#initDayWiseShiftAssignments .calendar .month > * {
  z-index: 1;
}

/* month title */
#globalHolidayCalendarView .calendar .month .title,
#contractHolidayCalendar .calendar .month .title,
#holidayListCalendar .calendar .month .title,
#initDayWiseShiftAssignments .calendar .month .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  z-index: 1;
}

/* month days */
#globalHolidayCalendarView .calendar .month .days,
#contractHolidayCalendar .calendar .month .days,
#holidayListCalendar .calendar .month .days,
#initDayWiseShiftAssignments .calendar .month .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  place-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  padding-bottom: 0.25rem;
  border-bottom: 4px double rgba(0, 0, 0, 0.25);
}

/* month dates */
#globalHolidayCalendarView .calendar .month .dates,
#contractHolidayCalendar .calendar .month .dates,
#holidayListCalendar .calendar .month .dates,
#initDayWiseShiftAssignments .calendar .month .dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  place-items: center;
  gap: 0rem  0.25rem;
}

#globalHolidayCalendarView .calendar .dates .date,
#contractHolidayCalendar .calendar .dates .date,
#initDayWiseShiftAssignments .calendar .dates .date,
#holidayListCalendar .calendar .dates .date {
  width: 80%;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  margin: 2px;
}

#globalHolidayCalendarView .calendar .dates .date:first-child,
#contractHolidayCalendar .calendar .dates .date:first-child,
#initDayWiseShiftAssignments .calendar .dates .date:first-child,
#holidayListCalendar .calendar .dates .date:first-child {
  grid-column: var(--dayColumn);
}

#globalHolidayCalendarView .calendar .dates .date.today,
#contractHolidayCalendar .calendar .dates .date.today,
#initDayWiseShiftAssignments .calendar .dates .date.today,
#holidayListCalendar .calendar .dates .date.today {
  background: yellow;
  color: black;
  border-radius: 50%;
}

#globalHolidayCalendarView .calendar .dates .date.holiday,
#contractHolidayCalendar .calendar .dates .date.holiday,
#initDayWiseShiftAssignments .calendar .dates .date.holiday,
#holidayListCalendar .calendar .dates .date.holiday {
  background: linear-gradient(250deg, #781436, #f75c90);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(247, 92, 144, 0.4);
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 70%;
}

#applyHolidayTypeFilterId .holidayTypeBtn.active,
#applyContractHolidayTypeFilterId .contractHolidayTypeBtn.active {
  border: 8px solid #ffffff;
}

#globalHolidayCalendarView .calendar .dates .date.holiday.weekend,
#contractHolidayCalendar .calendar .dates .date.holiday.weekend,
#holidayListCalendar .calendar .dates .date.holiday.weekend,
#holidayListContainer .holiday-item .holiday.WEEKEND,
#holidayListContainerInContract .holiday-item .holiday.WEEKEND,
#applyHolidayTypeFilterId .holidayTypeBtn.WEEKEND,
#applyContractHolidayTypeFilterId .contractHolidayTypeBtn.WEEKEND {
  background: linear-gradient(250deg, #781436, #f75c90);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(247, 92, 144, 0.4);
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#globalHolidayCalendarView .calendar .dates .date.holiday.public_holiday,
#contractHolidayCalendar .calendar .dates .date.holiday.public_holiday,
#holidayListCalendar .calendar .dates .date.holiday.public_holiday,
#holidayListContainer .holiday-item .holiday.PUBLIC_HOLIDAY,
#holidayListContainerInContract .holiday-item .holiday.PUBLIC_HOLIDAY,
#applyHolidayTypeFilterId .holidayTypeBtn.PUBLIC_HOLIDAY,
#applyContractHolidayTypeFilterId .contractHolidayTypeBtn.PUBLIC_HOLIDAY {
  background: linear-gradient(250deg, #14781b, #5cf773);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(92, 247, 97, 0.4);
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#globalHolidayCalendarView .calendar .dates .date.holiday.festival,
#contractHolidayCalendar .calendar .dates .date.holiday.festival,
#holidayListCalendar .calendar .dates .date.holiday.festival,
#holidayListContainer .holiday-item .holiday.FESTIVAL,
#holidayListContainerInContract .holiday-item .holiday.FESTIVAL,
#applyHolidayTypeFilterId .holidayTypeBtn.FESTIVAL,
#applyContractHolidayTypeFilterId .contractHolidayTypeBtn.FESTIVAL {
  background: linear-gradient(250deg, #ff0021, #f48e91);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(247, 92, 92, 0.4);
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#globalHolidayCalendarView .calendar .dates .date.holiday.special_holiday,
#contractHolidayCalendar .calendar .dates .date.holiday.special_holiday,
#holidayListCalendar .calendar .dates .date.holiday.special_holiday,
#holidayListContainer .holiday-item .holiday.SPECIAL_HOLIDAY,
#holidayListContainerInContract .holiday-item .holiday.SPECIAL_HOLIDAY,
#applyHolidayTypeFilterId .holidayTypeBtn.SPECIAL_HOLIDAY,
#applyContractHolidayTypeFilterId .contractHolidayTypeBtn.SPECIAL_HOLIDAY {
  background: linear-gradient(250deg, #142b78, #5cbcf7);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(92, 144, 247, 0.4);
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.title-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.prev, .next {
  color: #004870;
  border: none;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 16px;
}

.title {
  margin: 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.leave-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 29rem));
  gap: 30px;
}

.leave-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: -webkit-fill-available;
  padding: 20px;
  text-align: center;
}

.leave-card .progress {
  margin: 20px 0;
}

.leave-card img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.leave-card h3 {
  font-size: 16px;
  margin: 0px;
  font-weight: bold;
}

.leave-card p {
  margin: 5px 0;
  font-size: 14px;
  color: #333;
}

.leave-card .available {
  color: #28a745;
}

.leave-card .taken {
  color: #dc3545;
}

.leave-card i {
  color: #1e429f;
  font-size: 20px;
}

.calendar_outline {
  margin-top: 10px;
  border: 1px solid #d8d7d7;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.progress {
  width: 50px;
  height: 50px;
  display: flex;
  margin: 20px;
  border-radius: calc(infinity * 1px);
  background: conic-gradient(var(--color, black) var(--progress, 3%), transparent var(--progress, 3%));
}

.progress .lession {
  width: 90%;
  height: 90%;
  border-radius: calc(infinity * 1px);
  font-size: 2rem;
  font-family: sans-sarif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #e1effe;
}

#leaveTypeForm.sui.form {
  width: 800px;
  margin: auto;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

table.dataTable tbody td:last-child.row-withheld a {
  background: #ff5050 !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 5px !important;
  border-radius: 10px !important;
}

table.dataTable tbody td:last-child.row-offline a {
  background: gray !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 5px !important;
  border-radius: 10px !important;
}

table.dataTable tbody td:last-child.row-process a {
  background: green !important;
  color: white !important;
  font-weight: 700 !important;
  padding: 5px !important;
  border-radius: 10px !important;
}

.legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.legend-item {
  display: flex;
  align-items: center;
  margin: 10px;
  font-size: 14px;
}

.legend-color {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 3px;
}

#uploadContractEmployeeGridContainer,
#uploadEmployeeGridContainer,
#uploadEmployeeBiometricAttendance,
.editableTableContainer {
  margin: 20px;
  display: grid;
  border: 1px solid #ddd;
  overflow: auto;
}

#uploadContractEmployeeGridContainer table,
#uploadEmployeeGridContainer table,
#uploadEmployeeBiometricAttendance table,
.editableTableContainer table {
  width: 100%;
  border-collapse: collapse;
}

#uploadContractEmployeeGridContainer th, #uploadContractEmployeeGridContainer td,
#uploadEmployeeGridContainer th, #uploadEmployeeGridContainer td,
#uploadEmployeeBiometricAttendance th, #uploadEmployeeBiometricAttendance td
.editableTableContainer th, .editableTableContainer td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

#uploadContractEmployeeGridContainer th,
#uploadEmployeeGridContainer th,
#uploadEmployeeBiometricAttendance th,
.editableTableContainer th {
  background-color: #f2f2f2;
}

#editableTable td:focus {
  border: 2px solid #004870 !important;
  outline: none !important;
}

#editableTable tbody {
  overflow-y: auto !important;
}

#editableTable thead {
  position: sticky !important;
  top: 0 !important;
  background: white !important;
  z-index: 2 !important;
}

.userMobileOtpbox.otp-container {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.userMobileOtpbox .otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 5px;
  outline: none;
  transition: border-color 0.3s ease;
}

.userMobileOtpbox .otp-input:focus {
  border: 2px solid #004870 !important;
  outline: none !important;
}

#staffEmployeeListTable {
  width: 100%;
  border-collapse: collapse;
}

#staffEmployeeListTable .empty-row {
  position: sticky;
  background-color: #f1f1f1;
  z-index: 1;
}

#staffEmployeeListTable th,
#staffEmployeeListTable td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-align: center;
}

#staffEmployeeListTable thead th {
  font-weight: bold;
}

#staffEmployeeListTable thead tr:last-child th {
  border-bottom: none;
}

#staffEmployeeListTable tbody tr.empty-row td {
  border-bottom: 2px solid #004870;
  font-weight: bold;
  color: #004870;
  border-top: none;
  padding: 12px 15px;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

#staffEmployeeListTable tbody tr.empty-row td:hover {
  background-color: #f0f0f0;
}

#staffEmployeeListTable td[contenteditable="true"]:focus {
  outline: 2px solid #007bff;
  background-color: #e8f0fe;
}

#staffEmployeeListTable input:focus,
#staffEmployeeListTable select:focus,
#uploadEmployeeBiometricAttendance select:focus {
  outline: 2px solid #007bff;
  background-color: #e8f0fe;
  border-radius: 4px;
}

#staffEmployeeListTable select,
#uploadEmployeeBiometricAttendance select {
  width: 120px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f9f9f9;
  appearance: none;
  cursor: pointer;
}

#staffEmployeeListTable select:focus,
#uploadEmployeeBiometricAttendance select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#staffEmployeeListTable td {
  padding: 10px;
}

#staffEmployeeListTable select,
#uploadEmployeeBiometricAttendance select:focus {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 20 20"><polygon points="0,0 20,0 10,10" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

#staffEmployeeListTable thead th {
  position: sticky !important;
  top: 0 !important;
  background: white !important;
  z-index: 2 !important;
}

#staffEmployeeListTable tbody {
  overflow-y: auto !important;
}

#staffEmployeeListTable tbody .empty-row {
  position: sticky !important;
  top: 55px !important;
  background: white !important;
  z-index: 2 !important;
}

.iframe-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.iframe-loader div {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #007bff;
  border-radius: 50%;
  animation: iframe-spin-loader 1s linear infinite;
}

@keyframes iframe-spin-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#contractAllStaffCategoryFormData .select2-container--default .select2-search--inline .select2-search__field,
#contractEmployeesFormData .select2-container--default .select2-search--inline .select2-search__field,
#addContractEmployeesForm .select2-container--default .select2-search--inline .select2-search__field,
#addContractStaffCategoryForm .select2-container--default .select2-search--inline .select2-search__field,
#createContractEmployeesForm .select2-container--default .select2-search--inline .select2-search__field,
#createContractStaffCategoryForm .select2-container--default .select2-search--inline .select2-search__field {
  width: 100% !important;
  /* Adjust width as needed */
  min-width: 250px !important;
  max-width: 350px !important;
  padding: 0px 10px;
}

.table-toggle {
  position: relative;
  width: 160px;
  height: 32px;
  padding: 2px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  overflow: hidden;
}

.table-toggle input[type="checkbox"] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  z-index: 2;
}

.table-toggle .switch-toggle-label {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: -3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  background: #d5d1d1;
  transition: background-color 0.3s ease;
}

.table-toggle .switch-toggle-label:before {
  content: "";
  position: absolute;
  width: calc(55% - 2px);
  top: 0;
  bottom: 0;
  left: -2px;
  background: #6c6c6c;
  border-radius: 50px;
  box-shadow: 0 2px 5px rgba(16, 39, 68, 0.1);
  transition: all 250ms cubic-bezier(0.93, 0.26, 0.07, 0.69);
}

/* Active state */
.table-toggle input[type="checkbox"]:checked ~ .switch-toggle-label {
  background: #e6f0ff;
  /* Light blue background for active */
}

.table-toggle input[type="checkbox"]:checked ~ .switch-toggle-label:before {
  transform: translateX(100%);
  background: #0066cc;
  /* Blue color for active thumb */
}

/* Text colors */
.table-toggle .switch-toggle-label span {
  position: relative;
  z-index: 1;
  transition: color 200ms linear;
}

/* Active state text */
.table-toggle input[type="checkbox"]:checked ~ .switch-toggle-label span:first-child {
  color: #ffffff !important;
  /* Blue for "ON" */
}

.table-toggle input[type="checkbox"]:checked ~ .switch-toggle-label span:last-child {
  color: #dedede !important;
  /* White for "OFF" */
}

/* Inactive state text */
.table-toggle input[type="checkbox"]:not(:checked) ~ .switch-toggle-label span:first-child {
  color: #fff !important;
  /* White for "ON" */
}

.table-toggle input[type="checkbox"]:not(:checked) ~ .switch-toggle-label span:last-child {
  color: #666666 !important;
}

.tdsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 0 20px;
}

/* Left Panel Styles */
.left-panel {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.deductible-title {
  color: #2c3e50;
  margin: 0;
  font-size: 1.8rem;
}

.tdsDivider {
  border-bottom: 2px solid #f0f0f0;
  margin: 1.5rem 0;
}

.info-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.info-group-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.info-item {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 8px;
}

.info-label {
  display: block;
  color: #7f8c8d;
  margin-bottom: 0.5rem;
}

.info-value {
  margin: 0;
  font-weight: 500;
  color: #2c3e50;
}

.highlight-value {
  font-size: 1.6rem;
  color: #2980b9;
  font-weight: 600;
}

.right-panel {
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.empty-state {
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-top: 15px;
}

.empty-state h3 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.empty-state p {
  color: #7f8c8d;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .tdsContainer {
    grid-template-columns: 1fr;
  }

  .info-group-columns {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    flex-direction: column;
  }
}
.biometricTypeError-message {
  position: absolute;
  background: #ffebee;
  color: #b71c1c;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.9em;
  margin-top: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease-out;
  z-index: 1000;
}

.attendance-container {
  position: relative;
}

.mobile-bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-bg-icon svg {
  width: 60%;
  height: auto;
}

/* Log table container styles */
.table-container {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

#log-table-container {
  max-height: 230px;
  /* Fixed height */
  overflow-y: auto;
  background: white;
  border-radius: 12px;
  position: relative;
  padding-bottom: 10px;
}

#log-table-container::-webkit-scrollbar {
  width: 8px;
}

#log-table-container::-webkit-scrollbar-track {
  background: #f1f5f9;
}

#log-table-container::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

#log-table-container::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Empty state styles */
.employeeAttendanceEmpty-state {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 40px;
  color: #64748b;
}

.employeeAttendanceEmpty-state i {
  font-size: 3.5rem;
  margin-bottom: 20px;
  color: #cbd5e1;
}

.employeeAttendanceEmpty-state p {
  font-size: 2.1rem;
  max-width: 150px;
  line-height: 1.6;
}

/* Table styles */
.log-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.log-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}

.log-table th {
  background-color: #f8fafc;
  padding: 12px 30px;
  text-align: left;
  font-weight: 600;
  color: #334155;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #e2e8f0;
}

.log-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: background-color 0.2s;
}

.log-table tbody tr:hover {
  background-color: #f8fafc;
}

.log-table td {
  padding: 10px 20px;
  color: #334155;
  font-size: 1.2rem;
  vertical-align: middle;
}

/* Log type badges */
.log-type {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  min-width: 80px;
}

.log-type.IN {
  background: linear-gradient(to right, #10b981, #059669);
  box-shadow: 0 2px 6px rgba(16, 185, 129, 0.25);
}

.log-type.OUT {
  background: linear-gradient(to right, #898787, #605f5f);
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.25);
}

.device-number {
  font-weight: 600;
}

.timestamp {
  color: #1e293b;
  gap: 8px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .controls {
    flex-direction: column;
  }

  .log-table th:first-child,
  .log-table th:nth-child(2),
  .log-table th:last-child {
    width: auto;
  }

  .log-table {
    min-width: 600px;
  }

  #log-table-container {
    overflow-x: auto;
  }
}
.new-form-widget {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafd 100%);
  border-radius: 16px;
  font-family: 'Segoe UI', 'Inter', system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  padding: 10px;
  /* Custom select */
}
.new-form-widget .form-header {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.new-form-widget .form-header h1 {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
  background: linear-gradient(90deg, #4361ee, #3a0ca3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.new-form-widget .form-header p {
  color: #718096;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
}
.new-form-widget .select_box {
  position: relative;
  width: 100%;
  z-index: 1;
}
.new-form-widget .select_box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 15px;
  color: #2d3748;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 10px 20px;
  padding-right: 48px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  letter-spacing: 0.2px;
}
.new-form-widget .select_box select:focus {
  outline: none;
  border-color: #4361ee;
  box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.15);
  background-color: white;
}
.new-form-widget .select_box select:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e0;
}
.new-form-widget .select_box select::placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.new-form-widget .select_box i.dropdown.icon.fa {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #718096;
  font-size: 16px;
  transition: color 0.3s ease;
}
.new-form-widget .select_box:hover i.dropdown.icon.fa {
  color: #4361ee;
}
.new-form-widget .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.new-form-widget .new_form-group {
  flex: 1;
  min-width: 250px;
  position: relative;
}
.new-form-widget .new_form-group label {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #4a5568;
  transition: color 0.3s ease;
}
.new-form-widget .new_form-group label.required::after {
  content: '*';
  color: #e53e3e;
  margin-left: 4px;
  font-size: 16px;
}
.new-form-widget .new_form-group:focus-within label {
  color: #4361ee;
}
.new-form-widget .new_form-group input[type="text"],
.new-form-widget .new_form-group input[type="number"],
.new-form-widget .new_form-group textarea {
  width: 100%;
  padding: 10px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 15px;
  transition: all 0.3s ease;
  color: #2d3748;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.new-form-widget .new_form-group input[type="text"]::placeholder,
.new-form-widget .new_form-group input[type="number"]::placeholder,
.new-form-widget .new_form-group textarea::placeholder {
  color: #a0aec0;
  font-weight: 400;
}
.new-form-widget .new_form-group input[type="text"]:focus,
.new-form-widget .new_form-group input[type="number"]:focus,
.new-form-widget .new_form-group textarea:focus {
  outline: none;
  border-color: #4361ee;
  box-shadow: 0 0 0 4px rgba(67, 97, 238, 0.15);
  background-color: white;
}
.new-form-widget .new_form-group input[type="text"]:hover,
.new-form-widget .new_form-group input[type="number"]:hover,
.new-form-widget .new_form-group textarea:hover {
  background-color: #f6faff;
  border-color: #cbd5e0;
}
.new-form-widget .new_form-group textarea {
  resize: vertical;
  line-height: 1.5;
}
.new-form-widget .custom-select-wrapper {
  position: relative;
  z-index: 1;
}
.new-form-widget .custom-select-wrapper .custom-select {
  position: relative;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.3s ease;
  color: #2d3748;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.new-form-widget .custom-select-wrapper .custom-select:hover {
  background-color: #f1f5f9;
  border-color: #cbd5e0;
}
.new-form-widget .custom-select-wrapper .custom-select .selected {
  display: block;
  color: #2d3748;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.new-form-widget .custom-select-wrapper .custom-select .select-arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #718096;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.new-form-widget .custom-select-wrapper .custom-select:hover .select-arrow {
  border-top-color: #4361ee;
}
.new-form-widget .custom-select-wrapper .custom-select .select-options {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  z-index: 100;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.new-form-widget .custom-select-wrapper .custom-select .select-options li {
  padding: 12px 18px;
  cursor: pointer;
  font-size: 15px;
  color: #4a5568;
  transition: all 0.2s ease;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.new-form-widget .custom-select-wrapper .custom-select .select-options li:hover {
  background: #f0f4ff;
  color: #4361ee;
}
.new-form-widget .custom-select-wrapper .custom-select .select-options li.selected {
  background: #4361ee;
  color: white;
}

#biometricAttendanceToken {
  background: #f9f9f9;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  gap: 20px;
}

#biometricAttendanceToken .token-item {
  padding: 8px 12px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #004871;
  transition: all 0.2s ease;
}

#biometricAttendanceToken .token-item.token-active {
  background-color: #e6ffed;
  color: #155724;
}

#biometricAttendanceToken .token-item.token-inactive {
  background-color: #f5f5f5;
  color: #999;
  filter: blur(0.3px) brightness(0.9);
  opacity: 0.6;
}

.spt-wrapper {
  background: linear-gradient(135deg, #f0f7ff, #e6f7ff) !important;
  min-height: 100vh !important;
  padding: 2rem 1rem !important;
  font-family: "Segoe UI", system-ui, sans-serif !important;
  color: #334155 !important;
}

.spt-container {
  max-width: 800px !important;
  background: white !important;
  border-radius: 16px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
  padding: 2rem !important;
  margin: 0rem auto !important;
}

.spt-container h4 {
  color: #005792 !important;
  font-weight: 700 !important;
  margin-bottom: 1.5rem !important;
  border-bottom: 2px solid #e2e8f0 !important;
  padding-bottom: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.spt-upload-section {
  background: #f0f9ff !important;
  border-radius: 12px !important;
  padding: 1.5rem !important;
  margin-bottom: 2rem !important;
  border: 1px dashed #bae6fd !important;
}

.spt-btn-primary {
  background: #005792 !important;
  border: none !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0, 87, 146, 0.15) !important;
  display: inline-flex;
  align-items: center !important;
  gap: 8px !important;
  color: white !important;
}

.spt-btn-primary:hover {
  background: #003d66 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(0, 87, 146, 0.2) !important;
  color: white !important;
}

.spt-btn-danger {
  background: #e0e1e2 !important;
  border: none !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0, 87, 146, 0.15) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

.spt-btn-danger:hover {
  background: #b3b5b7 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(0, 87, 146, 0.2) !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

.spt-modal .modal-content {
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
  border: none !important;
}

.spt-modal .modal-title {
  font-size: 1.75rem !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

.spt-modal .modal-title i {
  font-size: 1.5rem !important;
  color: #00b4d8 !important;
}

.spt-modal .modal-header .btn-container {
  display: flex !important;
  gap: 12px !important;
  align-items: center !important;
}

.spt-modal .modal-header .btn {
  border-radius: 8px !important;
  font-weight: 600 !important;
  padding: 0.6rem 1.25rem !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.spt-btn-warning {
  background: #ffaa00 !important;
  border: none !important;
  color: #1a1a1a !important;
}

.spt-btn-warning:hover {
  background: #ffb82e !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(255, 170, 0, 0.3) !important;
}

.spt-btn-secondary {
  background: #64748b !important;
  border: none !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 6px rgba(0, 87, 146, 0.15) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: white !important;
}

.spt-btn-secondary:hover {
  background: #304562 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 12px rgba(0, 87, 146, 0.2) !important;
  color: white !important;
}

.spt-date-format-info {
  color: #003d66 !important;
  padding: 1.25rem 2rem !important;
  font-size: 1.4rem !important;
  border-bottom: 1px solid #90caf9 !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center;
  gap: 8px !important;
}

.spt-date-format-info i {
  color: #005792 !important;
  font-size: 1.25rem !important;
}

.spt-modal .modal-body {
  padding-inline: 10px;
  background: #f8fafc !important;
}

.spt-preview-table {
  table-layout: fixed !important;
  width: 100% !important;
  margin: 0 !important;
}

.spt-preview-table thead th,
.spt-preview-table tbody td {
  min-width: 120px !important;
  max-width: 120px !important;
  width: 120px !important;
  padding: 0px !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  padding: 12px 15px !important;
  box-sizing: border-box !important;
  vertical-align: top !important;
}

.spt-preview-table thead th {
  padding: 12px 15px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}

.spt-preview-table {
  --spt-row-stripe: #f8fafc !important;
  --spt-row-hover: #e3f2fd !important;
  --spt-header-bg: #f1f5f9 !important;
  --spt-border-color: #e2e8f0 !important;
  font-family: "Segoe UI", system-ui, sans-serif !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 1.5rem 0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.spt-preview-table thead th {
  background-color: #f1f5f9 !important;
  color: #334155 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  position: sticky !important;
  top: 0 !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05) !important;
  z-index: 10 !important;
  border-bottom: 2px solid #e2e8f0 !important;
  padding: 0px 15px !important;
}

.spt-preview-table tbody td {
  background: white !important;
  border-bottom: 1px solid #e2e8f0 !important;
  transition: all 0.15s ease !important;
}

.spt-preview-table tbody tr:nth-child(even) td {
  background: #f8fafc !important;
}

.spt-preview-table tbody tr:hover td {
  background: #e3f2fd !important;
}

.spt-invalid-date-cell {
  position: relative !important;
  border-left: 3px solid #e63946 !important;
  background-color: #fff5f5 !important;
  color: #e63946 !important;
}

.spt-invalid-date-cell:after {
  content: "⚠" !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #e63946 !important;
}

.spt-invalid-date-col {
  position: relative !important;
  box-shadow: inset 0 -4px 0 #fed7d7 !important;
}

.spt-invalid-date-col:after {
  content: "⚠" !important;
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #e63946 !important;
  font-size: 0.9em !important;
}

.spt-status-bar {
  display: flex !important;
  justify-content: space-between !important;
  padding: 1rem 2rem !important;
  background: white !important;
  border-top: 1px solid #e2e8f0 !important;
  font-size: 1.4rem !important;
  color: #64748b !important;
  align-items: center;
}

.spt-file-info {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.spt-file-info i {
  color: #005792 !important;
}

.spt-upload-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1.5rem !important;
  padding: 2rem !important;
  background: white !important;
  border-radius: 12px !important;
  border: 2px dashed #cbd5e1 !important;
  transition: all 0.3s ease !important;
  margin-bottom: 2rem !important;
  position: relative !important;
}

.spt-upload-container.active {
  border-color: #005792 !important;
  background: #f0f9ff !important;
  box-shadow: 0 0 0 3px rgba(0, 87, 146, 0.1) !important;
}

.spt-upload-icon {
  font-size: 3rem !important;
  color: #005792 !important;
}

.spt-upload-text {
  text-align: center !important;
}

.spt-upload-text h5 {
  color: #005792 !important;
  font-weight: 600 !important;
  margin-bottom: 0.5rem !important;
  font-size: 18px;
}

.spt-upload-text p {
  color: #64748b !important;
  margin: 0 !important;
}

.spt-file-input-wrapper {
  position: relative !important;
  width: 100% !important;
  text-align: center !important;
}

.spt-file-input-wrapper input[type="file"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.spt-footer {
  text-align: center !important;
  margin-top: 2rem !important;
  color: #64748b !important;
  font-size: 0.9rem !important;
}

.spt-loader {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  border: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  border-top-color: #005792 !important;
  animation: spt-spin 1s ease-in-out infinite !important;
  margin-right: 8px !important;
}

@keyframes spt-spin {
  to {
    transform: rotate(360deg) !important;
  }
}
.spt-progress-container {
  width: 100%;
  height: 6px;
  background: #e2e8f0;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 1rem;
}

.spt-progress-bar {
  height: 100% !important;
  background: #005792 !important;
  width: 0% !important;
  transition: width 0.3s ease !important;
}

.spt-file-type {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  background: #005792 !important;
  color: white !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
}

.spt-button-container {
  display: flex !important;
  justify-content: center !important;
  gap: 1rem !important;
  margin-top: 1rem !important;
}

.spt-file-status {
  margin-top: 1rem !important;
  padding: 0.5rem 1rem !important;
  background: #e9ecef !important;
  border-radius: 8px !important;
  font-size: 1.5rem !important;
  text-align: center !important;
}

.spt-file-status span {
  font-weight: 600 !important;
}

.spt-file-status .spt-success {
  color: #2a9d8f !important;
  color: white !important;
}

.spt-file-status:has(.spt-success) {
  background: #004770 !important;
}

.spt-file-status .spt-warning {
  color: #ffaa00 !important;
}

.spt-status-bar .spt-btn-success {
  background: #2a9d8f !important;
  border: none !important;
  padding: 0.4rem 0.8rem !important;
  font-size: 0.8rem !important;
  margin-right: 1rem !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
  color: white !important;
}

.spt-status-bar .spt-btn-success:hover {
  background: #1e7e34 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  color: white !important;
}

.spt-panel {
  border: none !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05) !important;
  border-radius: 12px !important;
  margin-bottom: 1.5rem !important;
}

.spt-panel .panel-body {
  padding: 1.5rem !important;
}

.spt-alert {
  color: #893a00;
  background-color: #fff0f1;
  padding: 12px;
  border-radius: 12px;
}

.spt-template-hint {
  background-color: #f8f9fa !important;
  border-radius: 8px !important;
  padding: 15px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.spt-template-buttons {
  display: flex !important;
  gap: 10px !important;
}

.spt-template-dl-btn {
  padding: 4px 12px !important;
  border-radius: 6px !important;
  color: white !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}

.spt-template-dl-btn.csv {
  background-color: #28a745 !important;
}

.spt-template-dl-btn.xls {
  background-color: #007bff !important;
}

.spt-template-dl-btn.xlsx {
  background-color: #004770;
}

.spt-template-dl-btn:hover {
  opacity: 0.9 !important;
  transform: translateY(-2px) !important;
}

#previewTable_wrapper {
  padding-bottom: 0px !important;
}

#dataModal .dataTables_scrollBody {
  max-height: 45vh !important;
}

.dataTables_scrollHeadInner {
  width: auto !important;
}

.payroll-table-new table.data-table {
  border-bottom: none;
}
.payroll-table-new table.data-table td {
  padding: 1.6rem 2rem !important;
  vertical-align: middle !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  font-family: 'Inter', sans-serif;
  color: #2d3748 !important;
  border-left: none !important;
  border-right: none !important;
}
.payroll-table-new table.data-table td .userImgCol {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.payroll-table-new table.data-table td a {
  font-size: 13px !important;
}
.payroll-table-new table.data-table td .amt_orange {
  color: #d35400 !important;
}
.payroll-table-new table.data-table td .employee-count {
  color: #495057 !important;
  font-weight: 500;
}
.payroll-table-new table.data-table td .created-date {
  color: #6c757d !important;
  /* text-muted */
}
.payroll-table-new table.data-table .userImgCol {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.payroll-table-new table.data-table tr:not(:last-child) td {
  border-bottom: 1px solid #f3f3f3 !important;
}
.payroll-table-new table.data-table tr:hover td {
  background-color: #f8fafc !important;
}
.payroll-table-new table.data-table tr.active-row td {
  background-color: #ededed !important;
  position: relative !important;
}
.payroll-table-new table.data-table tr.active-row td:first-child::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background-color: #5e72e4 !important;
  border-radius: 0 4px 4px 0 !important;
}
.payroll-table-new table.data-table span .span-icon {
  width: 0px;
  height: 0px;
  line-height: 0px;
  padding: 0px;
  margin-right: 16px;
  font-size: 10px;
}
.payroll-table-new table.data-table span.label {
  min-width: unset;
  max-width: unset;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  white-space: nowrap;
  font-size: 12px !important;
}
.payroll-table-new table.data-table span.label.label-success {
  background-color: rgba(72, 213, 151, 0.1);
  color: #027A48;
}
.payroll-table-new table.data-table span.label.label-inactive {
  background-color: #E5E7EB;
  color: #5A6E8C;
}

/* Outer pagination container */
.dataTables_wrapper .dataTables_paginate {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 1rem !important;
  gap: 0.75rem !important;
  flex-wrap: wrap !important;
}

/* The inner page number container */
.dataTables_wrapper .dataTables_paginate span {
  display: flex !important;
  gap: 0.5rem !important;
  flex-wrap: wrap !important;
}

/* Pagination buttons (including Prev/Next) */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #e2e8f0 !important;
  background-color: white !important;
  color: #2d3748 !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 12px !important;
  border-radius: 20px !important;
}

/* Active (current) page button */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #5e72e4 !important;
  color: white !important;
  border-color: #5e72e4 !important;
  border-radius: 20px !important;
}

/* Hover state — FIXED */
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover:not(.disabled) {
  background-color: #5e72e4 !important;
  color: white !important;
  border-color: #5e72e4 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(94, 114, 228, 0.2) !important;
  background-image: none !important;
  /* cancel gradient */
  border-radius: 20px !important;
}

/* Disabled buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
  min-width: 60px !important;
  border-radius: 20px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  min-width: 80px !important;
  border-radius: 20px !important;
}

/* Wrapper */
.dataTables_wrapper .dataTables_length {
  display: flex !important;
  align-items: center !important;
}

/* Label text + spacing */
.dataTables_wrapper .dataTables_length label {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  font-size: 14px !important;
}

/* Custom dropdown */
.dataTables_wrapper .dataTables_length select {
  height: 40px !important;
  min-width: 80px !important;
  padding: 0 2.5rem 0 1rem !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #2d3748 !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  appearance: none !important;
  /* Custom dropdown arrow */
  background-image: url("data:image/svg+xml,%3Csvg fill='%232d3748' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 1rem center !important;
  background-size: 24px !important;
}

/* Remove native arrow in IE/Edge */
.dataTables_wrapper .dataTables_length select::-ms-expand {
  display: none !important;
}

/* On focus */
.dataTables_wrapper .dataTables_length select:focus {
  outline: none !important;
  border-color: #5e72e4 !important;
  box-shadow: 0 0 0 2px rgba(94, 114, 228, 0.3) !important;
}

.dataTables_scrollFootInner .data-table {
  border-top: none;
}

.payroll-table-new table.data-table thead th, .payroll-table-new table.data-table tfoot th {
  padding: 15px 2rem !important;
  background-color: white !important;
  /* Light subtle background */
  color: #2d3748 !important;
  /* Dark gray */
  font-weight: 600 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  text-align: left !important;
  vertical-align: middle !important;
  font-family: "Inter", sans-serif !important;
  background-color: #ebebeb !important;
  /* Removed borders */
  border-left: none !important;
  border-bottom: none !important;
}
.payroll-table-new table.data-table thead th.text-left, .payroll-table-new table.data-table tfoot th.text-left {
  text-align: left !important;
}
.payroll-table-new table.data-table thead th.status-col, .payroll-table-new table.data-table tfoot th.status-col {
  text-align: center !important;
}
.payroll-table-new table.data-table thead th.dtfc-fixed-left, .payroll-table-new table.data-table tfoot th.dtfc-fixed-left {
  z-index: 3 !important;
}

.filter-btn {
  padding: 0.4rem 2.5rem !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
  font-size: 1.6rem !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.filter-btn:hover {
  border-color: #c3dafe !important;
  color: #5e72e4 !important;
}

.filter-btn i {
  font-size: 1.6rem !important;
}

/* Sidebar container */
.page-sideNav {
  /* Menu items */
  /* Links */
  /* Icons */
  /* Hover & active state */
  /* Dropdown parent */
  /* Dropdown menu */
  /* Dropdown items */
}
.page-sideNav .contractMenu > li {
  margin: 2px 0 !important;
}
.page-sideNav .contractMenu li a {
  display: flex !important;
  align-items: center !important;
  padding: 2px 12px !important;
  color: #2c3e50 !important;
  font-size: 15px !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  transition: background-color 0.2s, color 0.2s !important;
}
.page-sideNav .contractMenu li a .fa {
  margin-right: 12px !important;
  font-size: 14px !important;
  color: #6c757d !important;
  transition: color 0.2s !important;
}
.page-sideNav .contractMenu li:hover > a,
.page-sideNav .contractMenu li.active > a {
  background-color: #f1f3f5 !important;
  color: #007bff !important;
}
.page-sideNav .contractMenu li:hover > a .fa,
.page-sideNav .contractMenu li.active > a .fa {
  color: #007bff !important;
}
.page-sideNav .contractMenu li.dropdown > a {
  position: relative !important;
}
.page-sideNav .contractMenu li.dropdown > a::after {
  content: "\f107" !important;
  /* FontAwesome chevron-down */
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  position: absolute !important;
  right: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 10px !important;
  color: #6c757d !important;
}
.page-sideNav #contractSideMenuDropDown {
  background: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
  margin-top: 4px !important;
  border-radius: 4px !important;
  padding: 4px 0 !important;
}
.page-sideNav #contractSideMenuDropDown .dropdown-item {
  display: flex !important;
  align-items: center !important;
  padding: 8px 24px !important;
  color: #2c3e50 !important;
  font-size: 14px !important;
  transition: background-color 0.2s, color 0.2s !important;
}
.page-sideNav #contractSideMenuDropDown .dropdown-item .fa {
  margin-right: 10px !important;
  font-size: 14px !important;
  color: #6c757d !important;
}
.page-sideNav #contractSideMenuDropDown .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #007bff !important;
}
.page-sideNav #contractSideMenuDropDown .dropdown-item:hover .fa {
  color: #007bff !important;
}
.page-sideNav .contractMenu li.active > a {
  position: relative !important;
  background-color: #e9f2ff !important;
  color: #0056b3 !important;
  font-weight: 600 !important;
}
.page-sideNav .contractMenu li.active > a::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background-color: #007bff !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.page-sideNav .contractMenu li.active > a .fa {
  background-color: #007bff !important;
  color: #fff !important;
  padding: 6px !important;
  border-radius: 50% !important;
  font-size: 12px !important;
}
.page-sideNav .contractMenu li:hover > a .fa {
  color: #007bff !important;
}
.page-sideNav .contractMenu li.dropdown.open > a::after {
  transform: translateY(-50%) rotate(180deg) !important;
}

.auditLogs_table_containers {
  max-height: 400px;
  overflow-y: auto;
}

.pinned-dropdown .dropdown-menu {
  display: none;
}

.pinned-dropdown:hover .dropdown-menu {
  display: block;
}

/* Show pinned menu always */
.pinned-dropdown.pinned .dropdown-menu {
  display: block !important;
  position: relative;
  box-shadow: none;
  border: 1px solid #ddd;
  margin-top: 5px;
}

.pinned-dropdown.pinned .pin-toggle {
  color: green;
}

.copy-icon {
  cursor: pointer;
  position: relative;
  padding: 6px;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  color: hsl(var(--muted-foreground));
  background: transparent;
  opacity: 1;
  font-size: 14px;
  line-height: 1;
}

.copy-icon:hover {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.copy-icon:active {
  transform: translateY(0);
  transition-duration: 0.1s;
}

.copy-icon.copied {
  color: #10B981;
  background: rgba(16, 185, 129, 0.1);
  transform: scale(1.05);
}

/* Modern tooltip */
.copy-icon::after {
  content: attr(title);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: hsl(var(--popover));
  color: hsl(var(--popover-foreground));
  border: 1px solid hsl(var(--border));
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 50;
}

.copy-icon:hover::after,
.copy-icon:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  background: aliceblue;
}

/* Copied state tooltip */
.copy-icon.copied::after {
  content: 'Copied!';
  background: #10B981;
  color: white;
  border-color: #10B981;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.copy-icon.copied::before {
  border-top-color: #10B981;
  opacity: 1;
  visibility: visible;
}

.copy-icon:focus {
  outline: none;
  box-shadow: 0 0 0 2px hsl(var(--ring));
}

.code-item-status {
  min-width: unset;
  max-width: unset;
  width: fit-content;
  padding: 4px 10px;
  text-transform: capitalize;
  font-size: 13.33px !important;
  line-height: 16px !important;
  letter-spacing: 0.25px !important;
  font-weight: 600 !important;
  border-radius: 16px;
  border: 1px solid;
  margin-left: 10px;
}

.status-NA {
  color: #707070;
  background-color: #F2F4F7;
  border-color: #969696;
}

.status-ACTIVE {
  color: #027A48;
  background-color: #ECFDF3;
  border-color: #31c48d;
}

.status-INACTIVE {
  color: #e10000;
  background-color: #ffe7e7;
  border-color: #c43131;
}

.viewpage-section-metadata {
  padding: 10px 30px;
  background: #f3f3f3;
  margin-bottom: 10px;
}

.meta-text {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.meta-text span {
  font-weight: 700;
}

.new-allowens-view {
  border: 1px solid #ffd8d8;
  padding: 12px 8px;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(255, 0, 0, 0.24);
}

.custom-allowens-box {
  background-color: #ffffff;
  border-bottom: 4px solid #22c55e;
  margin-bottom: 10px;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  padding: 1.25rem 1.5rem;
}

.viewpage-banner-box {
  height: 200px;
  margin-bottom: 20px;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background: linear-gradient(to left, #004770, #00a4ff);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.viewpage-banner-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #ffffff;
}

.viewpage-banner-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #004771;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viewpage-banner-heading {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #ffffff;
}

@media (max-width: 640px) {
  .viewpage-banner-heading {
    font-size: 1.5rem;
  }
}
.viewpage-box {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px 15px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
  margin-block: 20px;
  width: 70%;
}

.viewpage-section {
  margin-bottom: 20px;
  padding-inline: 24px;
}

.grid_title_box {
  padding-inline: 14px;
  padding-block: 8px;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.viewpage-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.viewpage-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #004771;
  border-bottom: 1px solid #004771;
}

.viewpage-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 6px;
  color: #374151;
}

.viewpage-text {
  color: #4b5563;
}

.edit-link {
  font-size: 0.875rem;
  color: #2563eb;
  text-decoration: none;
}

.edit-link:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .viewpage-grid {
    grid-template-columns: 1fr;
  }
}
.section-divider {
  border-top: 1px solid #e5e7eb;
  margin-top: 20px;
}

.code-item {
  font-size: 14px;
  color: #242528;
  font-weight: 600;
}

.code-item strong {
  color: #aaacac;
  margin-right: 4px;
  font-weight: 500;
}

.srm-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.srm-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.srm-btn:hover::before {
  left: 100%;
}

.srm-btn-primary {
  background: var(--primary);
  color: var(--on-body-color);
  box-shadow: 0 4px 15px rgba(var(--primary-code), 0.4);
}

.srm-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-code), 0.6);
}

.srm-btn-secondary {
  background: var(--amt-red);
  color: var(--on-body-color);
  box-shadow: 0 4px 15px rgba(180, 35, 24, 0.4);
}

.srm-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(180, 35, 24, 0.6);
}

.srm-btn-ghost {
  background: var(--surface-color);
  color: var(--primary);
  padding: 8px;
  backdrop-filter: blur(10px);
}

.srm-btn-ghost:hover {
  background: var(--container-color);
  transform: scale(1.05);
}

.srm-main-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  margin-bottom: 32px;
}

.srm-card {
  background: var(--on-body-color);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-light);
  overflow: hidden;
  transition: all 0.3s ease;
}

.srm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.srm-card-header {
  padding: 4px 28px 0;
  background: var(--surface-color);
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 8px;
}

.srm-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-title);
  display: flex;
  align-items: center;
  gap: 8px;
}

.srm-card-description {
  color: var(--text-sub-title);
  font-size: 15.2px;
  margin-bottom: 20px;
}

.srm-card-content {
  padding: 0 28px 28px;
}

.srm-period-list {
  max-height: 450px;
  overflow-y: auto;
  padding-right: 8px;
}

.srm-period-list::-webkit-scrollbar {
  width: 6px;
}

.srm-period-list::-webkit-scrollbar-track {
  background: var(--surface-color);
  border-radius: 10px;
}

.srm-period-list::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.srm-period-item {
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--tr-hover);
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.srm-period-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--surface-color), transparent);
  transition: left 0.5s;
}

.srm-period-item:hover::before {
  left: 100%;
}

.srm-period-item:hover {
  border-color: var(--border-light);
  transform: translateX(4px);
  box-shadow: 0 4px 4px rgba(var(--primary-code), 0.15);
}

.srm-period-item.srm-active {
  border-color: var(--primary);
  background: var(--surface-color);
  transform: translateX(8px);
  box-shadow: 0 4px 4px rgba(var(--primary-code), 0.25);
}

.srm-period-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.srm-period-info h3 {
  font-weight: 700;
  color: var(--text-title);
  margin-bottom: 6px;
  font-size: 17.6px;
}

.srm-period-info p {
  color: var(--text-sub-title);
  font-size: 14.4px;
  font-weight: 500;
}

.srm-period-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.srm-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.srm-badge-active {
  background: var(--amt-green);
  color: var(--on-body-color);
  box-shadow: 0 2px 10px rgba(2, 122, 72, 0.3);
}

.srm-badge-inactive {
  background: var(--amt-red);
  color: var(--on-body-color);
  box-shadow: 0 2px 10px rgba(180, 35, 24, 0.3);
}

.srm-badge-outline {
  background: var(--on-body-color);
  border: 2px solid var(--border-light);
  color: var(--primary);
  backdrop-filter: blur(5px);
}

.srm-period-actions {
  display: flex;
  gap: 6px;
}

.srm-tabs {
  margin-bottom: 28px;
}

.srm-tab-list {
  display: flex;
  background: var(--surface-color);
  border-radius: 16px;
  padding: 6px;
  backdrop-filter: blur(10px);
}

.srm-tab-trigger {
  flex: 1;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  border: none;
  background: transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.srm-tab-trigger.srm-active {
  color: var(--primary);
  background: var(--on-body-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.srm-tab-trigger:hover:not(.srm-active) {
  background: var(--on-body-color);
  color: var(--primary);
}

.srm-tab-content {
  display: none;
}

.srm-tab-content.srm-active {
  display: block;
  animation: srm-fadeIn 0.3s ease;
}

@keyframes srm-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.srm-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.srm-form-group {
  display: flex;
  flex-direction: column;
}

.srm-form-label {
  font-weight: 600;
  color: var(--text-span);
  font-size: 14.4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}
.srm-form-label.required::after {
  content: '*';
  color: #e53e3e;
  margin-left: 4px;
  font-size: 16px;
}

.srm-form-input,
.srm-form-select {
  padding: 14px 16px;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 15.2px;
  transition: all 0.3s ease;
  background: var(--on-body-color);
  backdrop-filter: blur(5px);
  color: var(--text-normal);
}

.srm-form-input::placeholder {
  color: var(--text-placeholder);
}

.srm-form-input:focus,
.srm-form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--surface-color);
  background: var(--on-body-color);
}

.srm-separator {
  height: 2px;
  background: var(--border-light);
  margin: 28px 0;
  border-radius: 2px;
}

.srm-shift-assignments {
  margin-top: 28px;
}

.srm-shift-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 2px solid var(--border-light);
  border-radius: 16px;
  margin-bottom: 16px;
  background: var(--tr-hover);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.srm-shift-item:hover {
  border-color: var(--primary);
  background: var(--on-body-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-code), 0.1);
}

.srm-shift-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.srm-shift-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Calendar Styles */
.srm-calendar-container {
  background: var(--on-body-color);
  border: 2px solid var(--border-light);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  max-width: 600px;
}

.srm-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  background: var(--primary);
  color: var(--on-body-color);
}

.srm-calendar-nav {
  background: none;
  border: none;
  color: var(--on-body-color);
  font-size: 19.2px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.srm-calendar-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.srm-calendar-title {
  font-size: 19.2px;
  font-weight: 600;
}

.srm-calendar-header-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: var(--table-header-color);
  border-bottom: 2px solid var(--border-light);
}

.srm-calendar-header-cell {
  padding: 12px 8px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: var(--text-span);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid var(--border-light);
}

.srm-calendar-header-cell:last-child {
  border-right: none;
}

.srm-calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.srm-calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
  color: var(--text-normal);
  background: var(--on-body-color);
  position: relative;
  user-select: none;
}

.srm-calendar-day:nth-child(7n) {
  border-right: none;
}

.srm-calendar-day:hover {
  background: var(--tr-hover);
  color: var(--primary);
}

.srm-calendar-day.srm-selected {
  background: var(--primary);
  color: var(--on-body-color);
  font-weight: 600;
}

.srm-calendar-day.srm-selected::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: var(--on-body-color);
  border-radius: 50%;
}

.srm-calendar-day.srm-today {
  background: var(--surface-color);
  color: var(--primary);
  font-weight: 600;
}

.srm-calendar-day.srm-other-month {
  color: var(--text-placeholder);
  background: var(--table-header-color);
}

.srm-calendar-day.srm-has-shift {
  background: rgba(2, 122, 72, 0.2);
}

.srm-calendar-day.srm-has-shift.srm-selected {
  background: var(--amt-green);
}

/* Modal Styles */
.srm-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.srm-modal-content {
  background: var(--on-body-color);
  margin: 5% auto;
  padding: 0;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: srm-modalSlideIn 0.3s ease;
}

@keyframes srm-modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.srm-modal-header {
  padding: 24px 28px;
  background: var(--primary);
  color: var(--on-body-color);
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.srm-modal-title {
  font-size: 22.4px;
  font-weight: 700;
  margin: 0;
}

.srm-close {
  background: none;
  border: none;
  color: var(--on-body-color);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.srm-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.srm-modal-body {
  padding: 28px;
}

.srm-selected-dates {
  background: var(--surface-color);
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.srm-selected-dates h4 {
  color: var(--text-title);
  margin-bottom: 8px;
  font-weight: 600;
}

.srm-date-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.srm-date-tag {
  background: var(--primary);
  color: var(--on-body-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12.8px;
  font-weight: 500;
}

.srm-modal-footer {
  padding: 20px 28px;
  background: var(--table-header-color);
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.srm-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
  color: var(--text-sub-title);
  background: var(--surface-color);
  border-radius: 16px;
  backdrop-filter: blur(5px);
}

.srm-empty-state i {
  font-size: 64px;
  margin-bottom: 20px;
  color: var(--primary);
  opacity: 0.6;
}

.srm-empty-state h3 {
  font-size: 20.8px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-span);
}

.srm-empty-state p {
  font-size: 16px;
}

.srm-action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  background: var(--on-body-color);
  backdrop-filter: blur(10px);
  padding: 20px 28px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-light);
}

@media (max-width: 768px) {
  .srm-main-grid {
    grid-template-columns: 1fr;
  }

  .srm-form-grid {
    grid-template-columns: 1fr;
  }

  .srm-shift-item {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .srm-shift-right {
    justify-content: space-between;
  }

  .srm-container {
    padding: 16px;
  }

  .srm-card-content,
  .srm-card-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .srm-calendar-day {
    font-size: 14px;
  }
}
/* Additional animations */
.srm-period-item,
.srm-card,
.srm-shift-item {
  animation: srm-slideUp 0.6s ease forwards;
}

@keyframes srm-slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Pulse animation for active elements */
.srm-badge-active {
  animation: srm-pulse 2s infinite;
}

@keyframes srm-pulse {
  0% {
    box-shadow: 0 2px 10px rgba(2, 122, 72, 0.3);
  }
  50% {
    box-shadow: 0 2px 20px rgba(2, 122, 72, 0.6);
  }
  100% {
    box-shadow: 0 2px 10px rgba(2, 122, 72, 0.3);
  }
}
.srm-form-grid-simple {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 20px;
}

.srm-period-form-header {
  background: var(--surface-color);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.srm-shift-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.srm-shift-card {
  background: var(--tr-hover);
  border: 2px solid var(--border-light);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.srm-shift-card:hover {
  border-color: var(--primary);
  background: var(--on-body-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(var(--primary-code), 0.1);
}

.srm-shift-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.srm-shift-card-title {
  font-weight: 600;
  color: var(--text-title);
  font-size: 16px;
}

.srm-shift-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.srm-shift-select {
  padding: 8px 12px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 14px;
  background: var(--on-body-color);
  color: var(--text-normal);
}

.srm-shift-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--surface-color);
}

.srm-form-select {
  padding: 14px 16px;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 14px;
}

.srm-form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--surface-color);
  background: var(--on-body-color);
}

/* Radio Button Styles */
.srm-radio-group {
  display: flex;
  gap: 15px;
  align-items: center;
}

.srm-radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.srm-radio-item label {
  margin: 0px !important;
}

.srm-radio-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-light);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}

.srm-radio-item input[type="checkbox"]::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.srm-radio-item input[type="checkbox"]:checked {
  border-color: var(--primary);
  background-color: var(--surface-color);
}

.srm-radio-item input[type="checkbox"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

.srm-radio-item input[type="checkbox"]:focus {
  box-shadow: 0 0 0 4px var(--surface-color);
}

.srm-radio-item label {
  color: var(--text-normal);
  font-size: 14px;
  cursor: pointer;
}

.contract_employee_card {
  background: #ffffff;
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.contract_employee_card-header {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e5e9;
}

.contract_employee_card-title {
  font-size: 18px;
  font-weight: 600;
  color: #293146;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contract_employee_info-row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  margin-bottom: 24px;
}

.contract_employee_avatar-container {
  flex-shrink: 0;
}

.contract_employee_avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #004770, #3538cd);
  color: white;
  font-weight: 600;
  font-size: 20px;
}

.contract_employee_info-item {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.contract_employee_info-label {
  font-size: 14px;
  color: #616771;
  font-weight: 500;
  margin-bottom: 4px;
}

.contract_employee_info-value {
  font-size: 14px;
  font-weight: 600;
  color: #2c2d34;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contract_employee_badge {
  background: #005792;
  border-radius: 20px;
  text-align: center;
  color: white;
  font-weight: 600;
  width: fit-content;
  padding-inline: 20px;
}

.contract_employee_feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.contract_employee_flow-section {
  padding: 16px;
  background: #f8f9fc;
  border-radius: 8px;
  margin-top: 16px;
  text-align: center;
}

.contract_employee_flow-content {
  font-size: 14px;
  color: #474952;
  line-height: 1.6;
}

.contract_employee_form-group {
  margin-bottom: 16px;
}

.contract_employee_checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #474952;
}

.contract_employee_checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.contract_employee_rounded {
  border-radius: 4px;
}

.contract_employee_w_fit {
  width: fit-content;
}

.contract_employee_cursor_not_allowed {
  cursor: not-allowed;
}

.contract_employee_border_none {
  border: none;
}

.contract_employee_mt_1 {
  margin-top: 8px;
}

.contract_employee_state-indicator {
  display: flex;
  align-items: center;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 6px;
  background: #f8f9fc;
}

.contract_employee_state-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 50%;
}

.contract_employee_global-icon {
  background: rgba(0, 71, 112, 0.1);
  color: #004770;
  margin: auto;
  font-size: 24px;
}

.contract_employee_staff-icon {
  background: rgba(2, 122, 72, 0.1);
  color: #027a48;
  margin: auto;
  font-size: 24px;
}

.contract_employee_employee-icon {
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
  margin: auto;
  font-size: 24px;
}

.contract_employee_state-content {
  flex: 1;
}

.contract_employee_state-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.contract_employee_footer {
  padding: 24px 0;
  margin-top: 48px;
  border-top: 1px solid #e2e5e9;
  color: #616771;
  font-size: 14px;
  text-align: center;
}

/* Custom Payscale styles */
.contract_employee_grid_head {
  margin-bottom: 16px;
}

.contract_employee_grid_title {
  font-size: 18px;
  font-weight: 600;
  margin-right: 8px;
}

.contract_employee_d_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  padding-right: 16px;
}

.contract_employee_d_flex_column {
  display: flex;
  flex-direction: column;
}

.contract_employee_mb_2 {
  margin-bottom: 16px;
}

.contract_employee_mr_2 {
  margin-right: 16px;
}

.contract_employee_c_label {
  font-size: 14px;
  color: #616771;
  margin-bottom: 4px;
}

.contract_employee_c_value {
  font-size: 14px;
  font-weight: 600;
  color: #2c2d34;
}

.contract_employee_download_icon {
  padding: 12px;
  margin-right: 8px;
  color: #004770;
  font-size: 18px;
  border-radius: 4px;
  transition: all 0.3s;
}

.contract_employee_download_icon:hover {
  background-color: rgba(0, 71, 112, 0.1);
}

.contract_employee_message {
  padding: 16px;
  background: #f8f9fc;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  color: #616771;
}

.contract_employee_otherData-grid {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 24px;
  margin-top: 32px;
}

.leave-balance-charts {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}

.leave-chart-section {
  flex: 1;
  min-width: 300px;
  background: #f9fafb;
  border-radius: 10px;
  padding: 16px;
}

.leave-chart {
  height: 220px;
}

.leave-summary {
  margin-top: 12px;
  font-size: 14px;
  color: #374151;
}

.leave-summary-item {
  margin-bottom: 4px;
}

.leave-chart-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.leave-chart {
  width: 260px;
  height: 260px;
  flex-shrink: 0;
}

.leave-chart-legend {
  flex-grow: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.custom-legend-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #374151;
}

.legend-color {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  margin-right: 8px;
}

.contract_employee_details-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 150px;
  row-gap: 20px;
}

.photo_frame {
  border-radius: 50%;
}

.profile_icon.rounded-full {
  border-radius: 50%;
  object-fit: cover;
  width: 50px !important;
  max-width: 50px !important;
  height: 50px !important;
}

.section-divider-top {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 20px;
}

#availableEmployeesContainer .employee-card:first-child {
  margin-top: 0 !important;
}

.employee-card {
  outline: none;
}

.employee-card.selected .flex {
  background-color: #f0f9ff;
  border-color: #7dd3fc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.employee-card .badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid #027a48;
  padding: 5px 10px;
  font-size: 1.25rem;
  font-weight: 600;
  background-color: rgba(72, 213, 151, 0.1);
  color: #027A48;
}

.employee-card .badge.badge-ACTIVE {
  border: 1px solid #027a48;
  background-color: rgba(72, 213, 151, 0.1);
  color: #027A48;
}

.employee-card .badge.badge-INACTIVE {
  border: 1px solid #f44336;
  background-color: rgba(213, 72, 72, 0.1);
  color: #f44336;
}

.employee-card-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  /* p-4 = 1rem */
  border-radius: 0.5rem;
  /* rounded-lg */
  border: 1px solid #e1e7ef;
  /* border */
  transition: all 200ms;
  /* transition-all duration-200 */
  background-color: #ffffff;
  /* bg-card */
  cursor: pointer;
}

.employee-card-container:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  /* hover:shadow-payroll-md */
  border-color: rgba(59, 130, 246, 0.5);
  /* hover:border-primary/50 */
}

/* For peer-checked states */
input[type="checkbox"]:checked ~ .employee-card-container {
  border-color: #3b82f6;
  /* peer-checked:border-primary */
  background-color: rgba(59, 130, 246, 0.1);
  /* peer-checked:bg-primary/10 */
}

.groupEmployees-title {
  background-color: transparent;
  color: var(--primary);
  margin: 0;
}

.groupEmployees-i {
  padding: 3px;
  border: 1px solid var(--primary);
  background-color: aliceblue;
  border-radius: 5px;
}

.groupEmployees-i i {
  font-size: 25px;
  color: var(--primary);
}

.groupEmployees-p {
  color: #758397;
}

.text-foreground {
  color: #343434;
  font-size: 15px;
  margin-bottom: 5px;
}

.text-muted-foreground {
  color: #adb6c2;
  font-size: 14px;
}

.employee-container {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  max-height: 230px;
  height: auto;
  overflow-y: scroll;
  padding: 12px;
}

.device-form-widget .new_form-group label.custom_switch.gui-switch {
  display: flex;
}

.device-form-widget .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  gap: 24px;
}

.device-form-widget .new_form-group {
  min-width: 250px;
  position: relative;
  flex: 1 1 0%;
}

.device-form-widget .new_form-group label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #4a5568;
  transition: color 0.3s;
}

.device-form-widget .select_box {
  position: relative;
  width: 100%;
  z-index: 1;
}

.device-form-widget .select_box i.dropdown.icon.fa {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #718096;
  font-size: 16px;
  transition: color 0.3s;
}

.device-form-widget .select_box select {
  appearance: none;
  width: 100%;
  font-size: 15px;
  color: #2d3748;
  background-color: #f8fafc;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 2px;
  font-weight: 500;
  letter-spacing: 0.2px;
  border-width: 1px;
  border-style: solid;
  border-color: #e2e8f0;
  border-image: initial;
  border-radius: 12px;
  transition: 0.3s;
  padding: 10px 48px 10px 20px;
}

.hidden-important {
  display: none !important;
}

.visible-important {
  display: block !important;
}

#employeeGroupTypeSetting .settings-section {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 25px;
  background-color: #f9f9f9;
}

#employeeGroupTypeSetting .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.view-group-shift-container {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 8px;
}

.delete-btn {
  border: 1px solid #e4d9d9;
  font-size: 15px;
  background: #fff;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 4px;
}

/* Scrollbar styling */
.view-group-shift-container::-webkit-scrollbar {
  width: 6px;
}

.view-group-shift-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.view-group-shift-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.view-group-shift-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.info-card {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #e1e4e8;
  overflow: hidden;
}

.card-header {
  padding: 12px 16px;
  background: #f6f8fa;
  border-bottom: 1px solid #e1e4e8;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card-value {
  padding: 16px;
  font-size: 1rem;
}

.items-list {
  padding: 0;
}

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.list-item:last-child {
  border-bottom: none;
}

.dwsm-btn {
  padding: 12px 20px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.dwsm-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.dwsm-btn:hover::before {
  left: 100%;
}

.dwsm-btn-primary {
  background: var(--primary);
  color: var(--on-body-color);
  box-shadow: 0 4px 15px rgba(var(--primary-code), 0.4);
}

.dwsm-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-code), 0.6);
}

.dwsm-btn-secondary {
  background: var(--amt-red);
  color: var(--on-body-color);
  box-shadow: 0 4px 15px rgba(180, 35, 24, 0.4);
}

.dwsm-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(180, 35, 24, 0.6);
}

.dwsm-btn-ghost {
  background: var(--surface-color);
  color: var(--primary);
  padding: 8px;
  backdrop-filter: blur(10px);
}

.dwsm-btn-ghost:hover {
  background: var(--container-color);
  transform: scale(1.05);
}

.dwsm-main-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  margin-bottom: 32px;
}

.dwsm-card {
  background: var(--on-body-color);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-light);
  overflow: hidden;
  transition: all 0.3s ease;
}

.dwsm-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.dwsm-card-header {
  padding: 4px 28px 0;
  background: var(--surface-color);
  border-bottom: 1px solid var(--border-light);
  margin-bottom: 8px;
}

.dwsm-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-title);
  display: flex;
  align-items: center;
  gap: 8px;
}

.dwsm-card-description {
  color: var(--text-sub-title);
  font-size: 15.2px;
  margin-bottom: 20px;
}

.dwsm-card-content {
  padding: 0 28px 28px;
}

.dwsm-period-list {
  max-height: 450px;
  overflow-y: auto;
  padding-right: 8px;
}

.dwsm-period-list::-webkit-scrollbar {
  width: 6px;
}

.dwsm-period-list::-webkit-scrollbar-track {
  background: var(--surface-color);
  border-radius: 10px;
}

.dwsm-period-list::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

.dwsm-period-item {
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--tr-hover);
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.dwsm-period-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, var(--surface-color), transparent);
  transition: left 0.5s;
}

.dwsm-period-item:hover::before {
  left: 100%;
}

.dwsm-period-item:hover {
  border-color: var(--border-light);
  transform: translateX(4px);
  box-shadow: 0 4px 4px rgba(var(--primary-code), 0.15);
}

.dwsm-period-item.dwsm-active {
  border-color: var(--primary);
  background: var(--surface-color);
  transform: translateX(8px);
  box-shadow: 0 4px 4px rgba(var(--primary-code), 0.25);
}

.dwsm-period-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.dwsm-period-info h3 {
  font-weight: 700;
  color: var(--text-title);
  margin-bottom: 6px;
  font-size: 17.6px;
}

.dwsm-period-info p {
  color: var(--text-sub-title);
  font-size: 14.4px;
  font-weight: 500;
}

.dwsm-period-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.dwsm-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dwsm-badge-active {
  background: var(--amt-green);
  color: var(--on-body-color);
  box-shadow: 0 2px 10px rgba(2, 122, 72, 0.3);
}

.dwsm-badge-inactive {
  background: var(--amt-red);
  color: var(--on-body-color);
  box-shadow: 0 2px 10px rgba(180, 35, 24, 0.3);
}

.dwsm-badge-outline {
  background: var(--on-body-color);
  border: 2px solid var(--border-light);
  color: var(--primary);
  backdrop-filter: blur(5px);
}

.dwsm-period-actions {
  display: flex;
  gap: 6px;
}

.dwsm-tabs {
  margin-bottom: 28px;
}

.dwsm-tab-list {
  display: flex;
  background: var(--surface-color);
  border-radius: 16px;
  padding: 6px;
  backdrop-filter: blur(10px);
}

.dwsm-tab-trigger {
  flex: 1;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  border: none;
  background: transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.dwsm-tab-trigger.dwsm-active {
  color: var(--primary);
  background: var(--on-body-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dwsm-tab-trigger:hover:not(.dwsm-active) {
  background: var(--on-body-color);
  color: var(--primary);
}

.dwsm-tab-content {
  display: none;
}

.dwsm-tab-content.dwsm-active {
  display: block;
  animation: dwsm-fadeIn 0.3s ease;
}

@keyframes dwsm-fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dwsm-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.dwsm-form-group {
  display: flex;
  flex-direction: column;
}

.dwsm-form-label {
  font-weight: 600;
  color: var(--text-span);
  font-size: 14.4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dwsm-form-input,
.dwsm-form-select {
  padding: 14px 16px;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 15.2px;
  transition: all 0.3s ease;
  background: var(--on-body-color);
  backdrop-filter: blur(5px);
  color: var(--text-normal);
}

.dwsm-form-input::placeholder {
  color: var(--text-placeholder);
}

.dwsm-form-input:focus,
.dwsm-form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--surface-color);
  background: var(--on-body-color);
}

.dwsm-separator {
  height: 2px;
  background: var(--border-light);
  margin: 28px 0;
  border-radius: 2px;
}

.dwsm-shift-assignments {
  margin-top: 28px;
}

.dwsm-shift-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border: 2px solid var(--border-light);
  border-radius: 16px;
  margin-bottom: 16px;
  background: var(--tr-hover);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.dwsm-shift-item:hover {
  border-color: var(--primary);
  background: var(--on-body-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--primary-code), 0.1);
}

.dwsm-shift-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dwsm-shift-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Calendar Styles */
.dwsm-calendar-container {
  background: var(--on-body-color);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  max-width: 600px;
}

.dwsm-calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  color: var(--primary);
}

.dwsm-calendar-nav {
  background: none;
  border: none;
  color: var(--on-body-color);
  font-size: 19.2px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.dwsm-calendar-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dwsm-calendar-title {
  font-size: 19.2px;
  font-weight: 600;
}

.dwsm-calendar-header-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.dwsm-calendar-header-cell {
  padding: 12px 8px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.dwsm-calendar-header-cell:last-child {
  border-right: none;
}

.dwsm-calendar-body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.dwsm-calendar-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  user-select: none;
  margin: 3px;
}

.dwsm-calendar-day:nth-child(7n) {
  border-right: none;
}

.dwsm-calendar-day:hover {
  background: var(--tr-hover);
  color: var(--primary);
}

.dwsm-calendar-day.dwsm-selected {
  background: var(--primary);
  color: var(--on-body-color);
  font-weight: 600;
}

.dwsm-calendar-day.dwsm-selected::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: var(--on-body-color);
  border-radius: 50%;
}

.dwsm-calendar-day.dwsm-today {
  background: var(--surface-color);
  color: var(--primary);
  font-weight: 600;
}

.dwsm-calendar-day.dwsm-has-shift {
  background: rgba(2, 122, 72, 0.2);
}

.dwsm-calendar-day.dwsm-has-shift.dwsm-selected {
  background: var(--amt-green);
}

/* Modal Styles */
.dwsm-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.dwsm-modal-content {
  background: var(--on-body-color);
  margin: 5% auto;
  padding: 0;
  border-radius: 20px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: dwsm-modalSlideIn 0.3s ease;
}

@keyframes dwsm-modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dwsm-modal-header {
  padding: 24px 28px;
  background: var(--primary);
  color: var(--on-body-color);
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dwsm-modal-title {
  font-size: 22.4px;
  font-weight: 700;
  margin: 0;
}

.dwsm-close {
  background: none;
  border: none;
  color: var(--on-body-color);
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.dwsm-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dwsm-modal-body {
  padding: 28px;
}

.dwsm-selected-dates {
  background: var(--surface-color);
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dwsm-selected-dates h4 {
  color: var(--text-title);
  margin-bottom: 8px;
  font-weight: 600;
}

.dwsm-date-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dwsm-date-tag {
  background: var(--primary);
  color: var(--on-body-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12.8px;
  font-weight: 500;
}

.dwsm-modal-footer {
  padding: 20px 28px;
  background: var(--table-header-color);
  border-radius: 0 0 20px 20px;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.dwsm-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 350px;
  color: var(--text-sub-title);
  background: var(--surface-color);
  border-radius: 16px;
  backdrop-filter: blur(5px);
}

.dwsm-empty-state i {
  font-size: 64px;
  margin-bottom: 20px;
  color: var(--primary);
  opacity: 0.6;
}

.dwsm-empty-state h3 {
  font-size: 20.8px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--text-span);
}

.dwsm-empty-state p {
  font-size: 16px;
}

.dwsm-action-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  background: var(--on-body-color);
  backdrop-filter: blur(10px);
  padding: 20px 28px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border-light);
}

@media (max-width: 768px) {
  .dwsm-main-grid {
    grid-template-columns: 1fr;
  }

  .dwsm-form-grid {
    grid-template-columns: 1fr;
  }

  .dwsm-shift-item {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .dwsm-shift-right {
    justify-content: space-between;
  }

  .dwsm-container {
    padding: 16px;
  }

  .dwsm-card-content,
  .dwsm-card-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dwsm-calendar-day {
    font-size: 14px;
  }
}
/* Additional animations */
.dwsm-period-item,
.dwsm-card,
.dwsm-shift-item {
  animation: dwsm-slideUp 0.6s ease forwards;
}

@keyframes dwsm-slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Pulse animation for active elements */
.dwsm-badge-active {
  animation: dwsm-pulse 2s infinite;
}

@keyframes dwsm-pulse {
  0% {
    box-shadow: 0 2px 10px rgba(2, 122, 72, 0.3);
  }
  50% {
    box-shadow: 0 2px 20px rgba(2, 122, 72, 0.6);
  }
  100% {
    box-shadow: 0 2px 10px rgba(2, 122, 72, 0.3);
  }
}
.dwsm-form-grid-simple {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  gap: 20px;
}

.dwsm-period-form-header {
  background: var(--surface-color);
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.dwsm-shift-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dwsm-shift-card {
  background: var(--tr-hover);
  border: 2px solid var(--border-light);
  border-radius: 12px;
  padding: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
}

.dwsm-shift-card:hover {
  border-color: var(--primary);
  background: var(--on-body-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(var(--primary-code), 0.1);
}

.dwsm-shift-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.dwsm-shift-card-title {
  font-weight: 600;
  color: var(--text-title);
  font-size: 16px;
}

.dwsm-shift-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dwsm-shift-select {
  padding: 8px 12px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 14px;
  background: var(--on-body-color);
  color: var(--text-normal);
}

.dwsm-shift-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px var(--surface-color);
}

.dwsm-form-select {
  padding: 14px 16px;
  border: 2px solid var(--border-light);
  border-radius: 12px;
  font-size: 14px;
}

.dwsm-form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--surface-color);
  background: var(--on-body-color);
}

/* Radio Button Styles */
.dwsm-radio-group {
  display: flex;
  gap: 15px;
  align-items: center;
}

.dwsm-radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.dwsm-radio-item label {
  margin: 0px !important;
}

.dwsm-radio-item input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-light);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}

.dwsm-radio-item input[type="checkbox"]::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.dwsm-radio-item input[type="checkbox"]:checked {
  border-color: var(--primary);
  background-color: var(--surface-color);
}

.dwsm-radio-item input[type="checkbox"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}

.dwsm-radio-item input[type="checkbox"]:focus {
  box-shadow: 0 0 0 4px var(--surface-color);
}

.dwsm-radio-item label {
  color: var(--text-normal);
  font-size: 14px;
  cursor: pointer;
}

#shiftAssignment .dwsm-calendar-day.selected-date {
  background-color: #007bff;
  /* Blue background */
  color: white;
  /* White text */
  border-radius: 5%;
  /* Circular highlight */
  font-weight: bold;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* Optional: hover effect */
#shiftAssignment .dwsm-calendar-day:hover:not(.selected-date) {
  background-color: #f0f0f0;
  border-radius: 50%;
}

.MonthBtn {
  background: none;
  border: none;
  font-size: 30px !important;
  line-height: 36px;
  color: black;
  border: none;
  padding: 0px 10px;
  cursor: pointer;
  border: 1px solid #f3f3f3;
  border-radius: 10%;
}

.dwsm-calendar-container-border {
  border: 1px solid #f3f3f3;
  padding: 20px;
  max-height: max-content;
}

#contractEmployeesFormData .select2-container {
  width: -webkit-fill-available !important;
  max-width: 500px  !important;
  min-width: min-content  !important;
}

.remove-token {
  color: red;
  padding-inline: 4px;
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
}

.emp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.emp-table th, .emp-table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
  text-align: center;
}

.emp-table th {
  background: #005792;
  color: white;
  text-transform: uppercase;
}

.emp-table tr:nth-child(even) {
  background: #f9f9f9;
}

.emp-table tr:hover {
  background: #eef6ff;
}

.swap-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
  background: #fff;
}

.swap-card-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.swap-date {
  background: #f5f7ff;
  padding: 4px 10px;
  border-radius: 6px;
  font-weight: 600;
  color: #333;
}

.status-badge {
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  background: #d4f5dd;
  color: #1a7f37;
}

.employee-block {
  display: flex;
  justify-content: space-between;
  margin: 12px 0;
}

.emp-info {
  width: 45%;
}

.emp-name {
  font-weight: bold;
  font-size: 14px;
}

.emp-code {
  font-size: 12px;
  color: #666;
}

.shift-tag {
  display: inline-block;
  background: #f0f0f0;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 6px;
  margin-right: 6px;
  font-weight: 600;
}

.time-row {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #666;
}

.time-row i {
  margin-right: 5px;
}

.swap-footer {
  text-align: right;
  font-size: 12px;
  color: #888;
  margin-top: 8px;
}

.swap-arrow {
  text-align: center;
  font-size: 16px;
  color: #555;
}

.status-legend {
  display: flex;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
  background: var(--surface-color);
  border-radius: 8px;
  padding: 10px 12px;
  gap: 20px;
}

.status-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--text-light);
  font-weight: 500;
}

#dashboard .dashboard-container {
  max-width: 2000px;
  margin: 0 auto;
  padding-inline: 14px;
}
#dashboard .format-dropdown {
  position: relative;
  display: inline-block;
}
#dashboard .format-dropdown .download-btn {
  background: rgba(30, 136, 229, 0.1);
  border: 1px solid #d1d8e0;
  color: #1e88e5;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 16px;
}
#dashboard .format-dropdown .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  min-width: 100px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  padding: 8px 0;
}
#dashboard .format-dropdown .dropdown-content button {
  color: #2c3e50;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
}
#dashboard .format-dropdown .dropdown-content button:hover {
  background-color: #f1f5f9;
}
#dashboard .format-dropdown:hover .dropdown-content {
  display: block;
}
#dashboard .dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e2e5e9;
}
#dashboard .dashboard-title {
  font-size: 24px;
  font-weight: 800;
  color: #293146;
  display: inline-block;
}
#dashboard .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}
#dashboard .theme-toggle {
  background: rgba(0, 71, 112, 0.05);
  border: 1px solid #e2e5e9;
  border-radius: 30px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 600;
  color: #293146;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  font-size: 15px;
}
#dashboard .theme-toggle:hover {
  background: #004770;
  color: white;
  transform: translateY(-3px);
}
#dashboard .date-container {
  position: relative;
}
#dashboard .date-input {
  background: #ffffff;
  border: 1px solid #e2e5e9;
  border-radius: 30px;
  padding: 14px 24px 14px 50px;
  width: 220px;
  color: #474952;
  font-size: 15px;
  transition: all 0.3s ease;
  font-weight: 500;
}
#dashboard .date-input:focus {
  outline: none;
  border-color: #004770;
  box-shadow: 0 0 0 3px rgba(0, 71, 112, 0.2);
}
#dashboard .date-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #808595;
  font-size: 18px;
}
#dashboard .revenue .card-icon {
  background: rgba(2, 122, 72, 0.1);
  color: #027a48;
}
#dashboard .contracts .card-icon {
  background: rgba(53, 56, 205, 0.1);
  color: #3538cd;
}
#dashboard .employees .card-icon {
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
}
#dashboard .card-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #293146;
}
#dashboard .card-content p {
  color: #474952;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
#dashboard .card-content .trend {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
#dashboard .trend.up {
  color: #027a48;
}
#dashboard .trend.down {
  color: #b42318;
}
#dashboard .chart-container {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e5e9;
  position: relative;
}
#dashboard .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#dashboard .chart-title {
  font-size: 18px;
  font-weight: 700;
  color: #293146;
  display: flex;
  align-items: center;
  gap: 15px;
}
#dashboard .chart-title i {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 71, 112, 0.05);
  color: #004770;
  font-size: 16px;
}
#dashboard .chart-actions {
  display: flex;
  gap: 12px;
}
#dashboard .chart-actions button {
  background: rgba(0, 71, 112, 0.05);
  border: 1px solid #e2e5e9;
  color: #004770;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 16px;
}
#dashboard .chart-actions button:hover {
  background: #004770;
  color: white;
  transform: translateY(-3px);
}
#dashboard .chart {
  height: 320px;
  width: 100%;
}
#dashboard .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 25px;
}
#dashboard .data-table {
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e5e9;
}
#dashboard .table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#dashboard .table-title {
  font-size: 18px;
  font-weight: 700;
  color: #293146;
  display: flex;
  align-items: center;
  gap: 15px;
}
#dashboard .table-title i {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(180, 35, 24, 0.1);
  color: #b42318;
  font-size: 20px;
}
#dashboard .btn-view-all {
  background: rgba(0, 71, 112, 0.05);
  border: 1px solid #e2e5e9;
  color: #004770;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
}
#dashboard .btn-view-all:hover {
  background: #004770;
  color: white;
  transform: translateX(5px);
}
#dashboard .table-container {
  border-radius: 12px;
  height: 400px;
  overflow: auto;
}
#dashboard .analytics-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
}
#dashboard .analytics-thead {
  background: #eceff2 !important;
}
#dashboard .analytics-th {
  text-align: left;
  padding: 18px 24px !important;
  color: #474952 !important;
  font-weight: 600 !important;
  border-bottom: 2px solid #e2e5e9 !important;
}
#dashboard .analytics-td {
  padding: 8px 10px !important;
  border-bottom: 1px solid #e2e5e9 !important;
  color: #293146 !important;
  font-size: 13px;
}
#dashboard .analytics-tr:last-child .analytics-td {
  border-bottom: none !important;
}
#dashboard .analytics-tr:hover {
  background: #f2f4f8 !important;
}
#dashboard .status-badge {
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#dashboard .pending {
  background: rgba(245, 158, 11, 0.1) !important;
  color: #b45309 !important;
}
#dashboard .completed {
  background: rgba(2, 122, 72, 0.1) !important;
  color: #027a48 !important;
}
#dashboard .not-started {
  background: rgba(53, 56, 205, 0.1) !important;
  color: #3538cd !important;
}
#dashboard .high {
  background: rgba(180, 35, 24, 0.1) !important;
  color: #b42318 !important;
}
#dashboard .medium {
  background: rgba(53, 56, 205, 0.1) !important;
  color: #3538cd !important;
}
#dashboard .legend-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  flex-wrap: wrap;
  gap: 15px;
}
#dashboard .legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
#dashboard .legend-color {
  width: 18px;
  height: 18px;
  border-radius: 4px;
}
#dashboard .legend-text {
  font-size: 14px;
  color: #474952;
}
#dashboard .donut-center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
#dashboard .donut-total {
  font-size: 24px;
  font-weight: 700;
  color: #293146;
}
#dashboard .donut-title {
  font-size: 14px;
  color: #474952;
}
#dashboard .no-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 320px;
  text-align: center;
  padding: 20px;
}
#dashboard .no-data-icon {
  font-size: 64px;
  color: #616771;
  margin-bottom: 20px;
  opacity: 0.3;
}
#dashboard .no-data-title {
  font-size: 22px;
  font-weight: 600;
  color: #474952;
  margin-bottom: 10px;
}
#dashboard .no-data-description {
  font-size: 16px;
  color: #616771;
  max-width: 400px;
  line-height: 1.6;
}
#dashboard .no-data-btn {
  background: #004770;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
#dashboard .no-data-btn:hover {
  background: rgba(0, 71, 112, 0.8);
  transform: translateY(-2px);
}
#dashboard .no-data-row {
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}
#dashboard .no-data-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #616771;
}
#dashboard .no-data-cell i {
  font-size: 40px;
  margin-bottom: 15px;
  opacity: 0.5;
}
#dashboard .demo-controls {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e2e5e9;
  z-index: 100;
}
#dashboard .demo-controls h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #293146;
  font-size: 18px;
}
#dashboard .toggle-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#dashboard .toggle-btn {
  background: rgba(0, 71, 112, 0.05);
  border: 1px solid #e2e5e9;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#dashboard .toggle-btn.active {
  background: #004770;
  color: white;
  border-color: #004770;
}
#dashboard .toggle-btn:hover:not(.active) {
  background: rgba(0, 71, 112, 0.1);
}
#dashboard .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
#dashboard .section-title {
  font-size: 24px;
  font-weight: 700;
  color: #293146;
  display: flex;
  align-items: center;
  gap: 15px;
}
#dashboard .section-title i {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(126, 34, 206, 0.1);
  color: #7e22ce;
  font-size: 22px;
}
#dashboard .badge {
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
}
#dashboard .badge.ORG_ADMIN {
  background: rgba(126, 34, 206, 0.1);
  color: #7e22ce;
}
#dashboard .badge.ORG_HR, #dashboard .badge.ORG_STAFF, #dashboard .badge.admin {
  background: rgba(0, 71, 112, 0.1);
  color: #004770;
}
#dashboard .badge.SADMIN {
  background: rgba(2, 122, 72, 0.1);
  color: #027a48;
}
#dashboard .summary-card, #dashboard .chart-container, #dashboard .data-table {
  animation: fadeIn 0.6s ease-out forwards;
  opacity: 0;
}
#dashboard .summary-card:nth-child(1) {
  animation-delay: 0.1s;
}
#dashboard .summary-card:nth-child(2) {
  animation-delay: 0.2s;
}
#dashboard .summary-card:nth-child(3) {
  animation-delay: 0.3s;
}
#dashboard .chart-container:nth-child(1) {
  animation-delay: 0.4s;
}
#dashboard .chart-container:nth-child(2) {
  animation-delay: 0.5s;
}
#dashboard .chart-container:nth-child(3) {
  animation-delay: 0.6s;
}
#dashboard .chart-container:nth-child(4) {
  animation-delay: 0.7s;
}
#dashboard .data-table:nth-child(1) {
  animation-delay: 0.8s;
}
#dashboard .data-table:nth-child(2) {
  animation-delay: 0.9s;
}
#dashboard .data-table:nth-child(3) {
  animation-delay: 1.0s;
}
@media (max-width: 1200px) {
  #dashboard .grid-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  #dashboard .summary-cards {
    grid-template-columns: 1fr;
  }
  #dashboard .dashboard-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #dashboard .header-right {
    width: 100%;
    justify-content: space-between;
  }
  #dashboard .chart-title, #dashboard .table-title {
    font-size: 18px;
  }
  #dashboard .date-input {
    width: 100%;
  }
}

.summary-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-bottom: 30px;
}

.summary-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid #e2e5e9;
  position: relative;
  overflow: hidden;
}
.summary-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #004770;
}
.summary-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

.card-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 26px;
  background: rgba(0, 71, 112, 0.05);
  color: #004770;
}

.inline_edit_btn {
  display: none;
}

.c_label:hover .inline_edit_btn,
.c_value:hover .inline_edit_btn {
  display: inline-block;
}

.new-info-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 28px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  transition: transform 0.2s ease-in-out;
}
.new-info-box:hover {
  transform: translateY(-3px);
}
.new-info-box .new-info-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.new-info-box .new-info-content {
  display: flex;
  flex-direction: column;
}
.new-info-box .new-info-content .new-info-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 4px;
}
.new-info-box .new-info-content .new-info-desc {
  opacity: 0.9;
}

.new-info {
  background: linear-gradient(180deg, #e8f1ff, #f3f8ff);
  border: 1px solid #c8e1ff;
  color: #084298;
}
.new-info .new-info-icon {
  color: #0d6efd;
}

.new-success {
  background: linear-gradient(180deg, #e8fdf0, #f3fef6);
  border: 1px solid #b9f3c9;
  color: #14532d;
}
.new-success .new-info-icon {
  color: #16a34a;
}

.new-warning {
  background: linear-gradient(180deg, #fff9eb, #fffdf4);
  border: 1px solid #ffe8b3;
  color: #92400e;
}
.new-warning .new-info-icon {
  color: #f59e0b;
}

.new-error {
  background: linear-gradient(180deg, #fdeeee, #fff5f5);
  border: 1px solid #f5b5b5;
  color: #7f1d1d;
}
.new-error .new-info-icon {
  color: #dc2626;
}

/*# sourceMappingURL=new-styles.css.map */
