body,
.fc-wrapper-body,
html {
  background-color: #E5ECF3 !important;
}

/* Navigation Bar Styles */
.regnavbar {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 10px;
  place-content: flex-start;
}

.reg-nav-button {
  display: flex;
  align-items: center;
  padding: 5px 8px;
  margin: 5px;
  color: black;
  text-decoration: none;
  border-radius: 0px;
  border: none;
  transition: all 0.3s;
  font-size: 15px;
}

.reg-nav-button:hover {
  background-color: #d6d8db;
  text-decoration: none;
}

.reg-nav-circle {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 10px;
}

.reg-nav-button.active .reg-nav-circle {
  border: 2px solid #006680;
  background: white;
  color: #006680;
}

:root {
  --fc-button-hover-bg-color: #37393B;
  --fc-button-hover-border-color: #37393B;
  --text-color: #37393B;
}

.fc-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 100px;
}

.fc-entitylist {
  width: 100%;
}

.fc-header-toolbar {
  width: 100%;
  padding: 35px 35px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fc-toolbar-container .fc-toolbar-title {
  margin: 0px;
  font: 400 26px/28px "Google Sans", Roboto, Arial, sans-serif;
  color: var(--text-color);
}

.fc-toolbar-container .fc-button-primary {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  background-color: white;
  border: 1px solid var(--fc-button-hover-border-color);
  color: var(--text-color);
  transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
}

.fc-toolbar-container .fc-button-primary:hover {
  background-color: var(--fc-button-hover-bg-color);
  border-color: var(--fc-button-hover-border-color);
  color: var(--fc-button-text-color);
}

.fc-toolbar-container .fc-button-primary:not(:disabled).fc-button-active,
.fc-toolbar-container .fc-button-primary:not(:disabled):active {
  background-color: var(--fc-button-hover-bg-color);
  border-color: var(--fc-button-hover-border-color);
  color: white;
}

.fc-today-button.fc-button.fc-button-primary[disabled] {
  box-shadow: none;
  background-color: #F3F2F1;
  color: #A19F9D;
  pointer-events: none;
  border: 2px;
}

.custom-event-content {
  height: 100%;
  padding: 2px;
}

.custom-event-time {
  font-weight: bold;
  margin-right: 4px;
}

.custom-event-title {
  flex-grow: 1;
}

.custom-event-branch {
  text-wrap: wrap;
}

.custom-event {
  position: relative;
  overflow: hidden;
  height: calc(100% - 10px);
}

.fc .fc-col-header-cell-cushion {
  padding: 10px 4px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: bold;
  text-transform: capitalize;
}

.fc .fc-col-header-cell-cushion:hover {
  text-decoration: none;
}

.fc-scrollgrid-sync-inner:hover {
  background-color: #ededed;
}

button.fc-button.fc-button-primary {
  text-transform: capitalize;
  font-size: 16px;
  padding: 5px 13px;
  margin-left: 5px;
  border-radius: 5px;
}

.fc-toolbar-chunk {
  display: flex;
}

.fc-icon {
  font-weight: bold;
  line-height: 1;
}

.shift-notes {
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
}

.shift-notes-label {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 5px;
}

h2.tab-title {
  display: none;
}

#swapShiftModal iframe {
  border: none;
}

.search-icon {
  cursor: pointer;
}

.search-input {
  display: none;
  width: 50%;
  box-shadow: 0px 1px 2px 0px rgba(60, 64, 67, .30), 0px 1px 3px 1px rgba(60, 64, 67, .15);
  border: none;
  position: relative;
  border-radius: 5px;
  outline: none;
  overflow: hidden;
}

.search-input input {
  width: calc(100% - 40px);
  padding: 5px 10px 5px 35px;
  border: none;
  font-size: 16px;
  box-shadow: none;
  outline: none;
  border-radius: 5px;
}

.search-input .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: grey;
  font-size: 16px;
}

button.fc-button.fc-button-primary.fc-search-icon {
  margin-right: 8px;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

button.fc-button.fc-button-primary.fc-search-icon:hover {
  color: var(--text-color) !important;
  background-color: #F3F2F1;
}

.fc-container .entitylist-filter-option-group,
.status-legend-group,
.sc-status-legend-group {
  margin: 35px 35px 0 20px;
}

.fc-container .entitylist-filter-option-text {
  border: 1px solid var(--fc-button-hover-border-color);
  border-radius: 5px;
  transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
}

.fc-wrapper-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.fc-toolbar-container {
  width: 100%;
}

.new-shift-button {
  padding: 6px 20px;
  font-size: 15px;
  font-weight: bold;
  background-color: white;
  color: var(--text-color);
  border: 1px solid var(--text-color);
  border-radius: 48px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: border .28s cubic-bezier(.4, 0, .2, 1), box-shadow .28s cubic-bezier(.4, 0, .2, 1);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, 0.1);
}

.new-shift-button:hover {
  background-color: var(--fc-button-hover-bg-color);
  color: white;
}

#miniCalendar {
  width: 100%;
  height: 220px;
  margin-top: 35px;
}

.leftDiv .fc .fc-daygrid-day.fc-day-today {
  border-radius: 25px;
}

.leftDiv .fc .fc-daygrid-day-top {
  justify-content: center;
}

.leftDiv .fc .fc-col-header-cell-cushion {
  font-size: 10px !important;
}

#miniCalendar .fc-daygrid-day-events {
  display: none;
}

#miniCalendar .fc-daygrid-day-number {
  font-size: 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

#miniCalendar .fc-scrollgrid-sync-inner:hover {
  border-radius: 25px;
}

#miniCalendar .fc-scroller,
.fc-scroller-liquid-absolute {
  overflow: hidden;
}

#miniCalendar .fc .fc-daygrid-day-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#miniCalendar .fc-header-toolbar {
  width: 100%;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 5px;
}

#miniCalendar .fc-toolbar-title {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
}

.status-toolbar-title {
  font-size: 15px;
  font-weight: bold;
  color: var(--text-color);
}

#miniCalendar .fc-button-primary {
  font-size: 12px;
  padding: 2px 5px;
}

#miniCalendar .fc-daygrid-day-frame {
  border: none;
}

#miniCalendar .fc-col-header-cell {
  border: none;
}

#miniCalendar .fc-daygrid-day {
  border: none;
}

/* Status legend dots */
.status-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}

.dot-active {
  background-color: #28a745;
}

.dot-inactive {
  background-color: #dc3545;
}

.dot-expired {
  background-color: #fd7e14;
}

/* sector legend under mini */
.sc-status-legend-group {
  margin-top: 10px;
}

.sc-status-legend-group ul {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}

.sc-status-legend-group li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.custom-event-title {
  font-weight: bold;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}

.custom-modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
  text-align: center;
  border-radius: 10px;
}

.custom-modal-content p {
  font-size: 16px;

}

.custom-modal-content .reasonInput {
  margin-bottom: 20px;
}

.custom-modal-content .reasonInput select,
.custom-modal-content #closureDetails {
  background-color: white !important;
}

.custom-modal-content .warning-msg {
  display: none;
  color: #d00;
}

.custom-modal .modalHeader {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.custom-modal .modalHeader h1 {
  font-size: 21px;
  margin: 0;
}

.content-modal {
  margin: 2% auto;
  width: 70%;
  height: 90%;
}

.custom-modal-content p,
.custom-modal-content .custom-btn {
  margin-bottom: 20px;
}

.custom-btn {
  background-color: #1A73E8 !important;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.custom-btn:hover {
  background-color: #1765CC !important;
  color: white;
}

.toggle-btn {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #001F5D !important;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  margin: 20px 0 20px 20;
  padding: 12px 20px;
  box-shadow: inset 0 -4px 4px rgba(27, 27, 27, 0.25), inset 0 2px 4px #6e94c6;
  background-color: #1A73E8;
}

.loading-overlay {
  position: fixed;
  display: none;
  /* Ensure it's hidden initially */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* Notification Management Style*/
.notification-management {
  padding: 0 28px 20px;
}

.notification-management h2 {
  margin-bottom: 20px;
  color: #333;
}

.global-toggle {
  margin-bottom: 15px;
}

.toggle-btn-notification,
.notificationTableBody .edit-btn,
.notificationTableBody .rules-btn {
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.toggle-btn-notification.enabled {
  background-color: #0FA472;
  color: white;
}

.toggle-btn-notification.disabled {
  background-color: #dc3545;
  color: white;
  cursor: not-allowed;
}

.edit-btn {
  background-color: #ffc107;
  color: #000;
}

.rules-btn {
  background-color: #1a73e8;
  color: white;
}

.rulesModal textarea,
.rulesModal input,
.rulesModal select {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.status.active {
  color: #0FA472;
  font-weight: bold;
}

.status.paused {
  color: gray;
  font-weight: normal;
}

.rules-list {
  margin-bottom: 10px;
  background: #f8f9fa;
  padding: 8px;
  border-radius: 4px;
  font-size: 14px;
}

.rules-list button {
  background: #dc3545;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 8px;
  font-size: 12px;
  padding: 2px 6px;
}

.notificationTableBody button[disabled] {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(60%);
}

#editModal .closeEditModal,
#rulesModal .closeRulesModal {
  cursor: pointer;
  font-size: 30px;
}

.customModal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

#editModal .Email-body {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

/* Privacy Policy style */
.privacyPolicy {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  padding: 30px;
  color: #333;
  margin-left: 50px;
  margin-top: -120px;
}

.privacyPolicy h1 {
  font-size: 34px;
  color: #2691be;
  margin-bottom: 50px;
}

.privacyPolicy .welcome-p {
  color: #087DAF;
}

.privacyPolicy h2 {
  font-size: 24px;
  margin-top: 40px;
  color: #087DAF;
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
}

.privacyPolicy h3 {
  font-size: 20px;
  margin-top: 20px;
  color: #04405a;

}

.privacyPolicy ul {
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.privacyPolicy ul li {
  margin-bottom: 10px;
}

.privacyPolicy strong {
  color: #222;
}

.privacyPolicy p {
  margin-bottom: 16px;
}

.privacyPolicy a {
  color: #007bff;
  text-decoration: underline;
}

/* Jobs */
#recruitment-stages-table thead tr th {
  color: #006680;
  font-size: 14px;
}

/* Timesheets */
#closeReasonModal .content {
  margin-top: 50px;
}

.pageHeader {
  margin-left: 23px;
  margin-bottom: 25px;
}

.pageHeader h3 {
  font-weight: 600;
  font-size: 28px;
}

#wariningValidateModal .confirmation-heading,
#closeReasonModal .confirmation {
  color: #d9534f;
  /* Warning red */
  margin: 15px 0;
  font-size: 18px;
}

#wariningValidateModal .warning-note,
#wariningCloseModal .warning-note {
  background-color: #fff8e6;
  padding: 10px;
  border-left: 3px solid #ffc107;
  margin: 15px 0;
}

#wariningValidateModal .affected-items,
#wariningCloseModal .affected-items {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #eee;
}

/* Modern styling for the timesheet list */
#wariningValidateModal ul.affected-items,
#wariningCloseModal ul.affected-items {
  max-height: 200px;
  overflow-y: auto;
  padding: 12px;
  margin: 16px 0;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background-color: #f9f9f9;
  list-style-type: none;
  /* Remove default bullets */
}

#wariningValidateModal ul.affected-items li,
#wariningCloseModal ul.affected-items li {
  padding: 8px 12px;
  margin: 4px 0;
  background-color: white;
  border-left: 4px solid #4a89dc;
  /* Accent color */
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
  color: #333;
  transition: all 0.2s ease;
}

#wariningValidateModal ul.affected-items li:hover,
#wariningCloseModal ul.affected-items li:hover {
  background-color: #f0f7ff;
  border-left-color: #2a6fc9;
  transform: translateX(2px);
}

/* Scrollbar styling (for webkit browsers) */
#wariningValidateModal ul.affected-items::-webkit-scrollbar,
#wariningCloseModal ul.affected-items::-webkit-scrollbar {
  width: 8px;
}

#wariningValidateModal ul.affected-items::-webkit-scrollbar-thumb,
#wariningCloseModal ul.affected-items::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.ratetype-dp,
.units-input,
.timepicker,
.datepicker.form-control,
.break-dp {
  background-color: #f1f1f1 !important;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.ratetype-dp:focus,
.units-input:focus,
.timepicker:focus,
.datepicker.form-control:focus,
.break-dp:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  outline: none;
}

.units-input::-webkit-outer-spin-button,
.units-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Editable fields */
[contenteditable="true"] {
  background-color: #f1f1f1;
}

[contenteditable="true"]:focus {
  outline: 2px solid #0073e6;
  background-color: #e6f7ff;
}

/* Editable inputs/selects */
.editable-input,
.editable-select {
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.editable-select {
  appearance: none;
}

.editable-select::-webkit-inner-spin-button,
.editable-select::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.button-container {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  gap: 5px;
}

.timesheet-row:hover .button-container {
  display: flex;
  flex-direction: row-reverse;
}

.icon-button-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icon-circle {
  background-color: #f0f0f0;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-text {
  color: black;
  font-size: 20px;
}

.icon-button-wrapper:hover .icon-circle {
  background-color: #e0e0e0;
}

.cost-hours .custom-timesheet-container {
  margin-top: 20px;
  padding: 0 28px 20px;
}

#EntityFormPanel {
  border-radius: 32px !important;
  padding: 20px !important;
  background-color: #f6fbff !important;
}

.form-control.input-text-box,
.text.form-control.lookup.form-control {
  border-right: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-color: #ddd !important;
}

.crmEntityFormView .cell select {
  border-radius: 8px;
}

.crmEntityFormView .cell input[type=text] {
  border-radius: 8px;
  border-color: #ddd !important;
}

td.text .control .text.form-control,
.text.integer.form-control,
.form-control.picklist {
  border-radius: 8px !important;
  border-color: #ddd;
}

.crmEntityFormView .cell div.info.required label:after {
  color: #1a73e8 !important;
}

.crmEntityFormView .input-group-btn .clearlookupfield {
  border-right: none;
}

.crmEntityFormView .input-group-btn .clearlookupfield,
.crmEntityFormView .input-group-btn .launchentitylookup {
  border-left: none;
  border-color: #ddd !important;
  color: #6f767c !important;
  background-color: #ffffff !important;
  font-size: 15px !important;
}

.crmEntityFormView .input-group-btn .launchentitylookup {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/* timesheet cost hours*/
.custom-timesheet-container {
  margin-top: 20px;
  overflow: visible;
  height: auto;
  padding: 0 28px 20px;
}

.custom-timesheet-container .header-timesheet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mdtimepicker {
  align-items: center;
  display: flex;
}

.mdtp__wrapper {
  bottom: auto;
  justify-content: center;
}

.timepicker,
.datepicker.form-control,
.break-dp,
.ratetype-dp {
  background-color: #f1f1f1 !important;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
}

.timesheet-row {
  position: relative;
}

.button-container {
  position: absolute;
  right: 10px;
  /* Position the container on the right side of the row */
  top: 50%;
  transform: translateY(-50%);
  display: none;
  /* Hidden by default, will show on row hover */
  gap: 5px;
  /* Space between the buttons */
}

.timesheet-row:hover .button-container {
  display: flex;
  flex-direction: row-reverse;
}

/* Wrapper for the button */
.icon-button-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* Circle background for the icon */
.icon-circle {
  background-color: #f0f0f0;
  /* Light grey */
  border-radius: 50%;
  /* Circle shape */
  width: 28px;
  height: 28px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon styling */
.icon-text {
  color: black;
  /* Icon color */
  font-size: 20px;
  /* Icon size */
}

/* Hover effect for the button */
.icon-button-wrapper:hover .icon-circle {
  background-color: #e0e0e0;
  /* Darker grey on hover */
}

.timepicker:focus,
.datepicker.form-control:focus,
.break-dp:focus,
.ratetype-dp:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
  outline: none;
}

input.timepicker::placeholder {
  color: #6c757d;
  opacity: 1;
}

[contenteditable="true"] {
  background-color: #f1f1f1;
}

[contenteditable="true"]:focus {
  outline: 2px solid #0073e6;
  background-color: #e6f7ff;
}

.editable-input {
  width: 100%;
  border: none;
  background: none;
  box-shadow: none;
  outline: none;
}

.editable-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
}

/* To hide the dropdown arrow in Webkit browsers */
.editable-select::-webkit-inner-spin-button,
.editable-select::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.copy-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

@media (max-width: 768px) {

  .auto-layout-table thead,
  .auto-layout-table th,
  .auto-layout-table td,
  .auto-layout-table tr {
    display: flex;
    flex-direction: row;
    width: 100% !important;
  }

  .auto-layout-table tbody {
    display: block;
    width: max-content;
  }

  .custom-timesheet-container {
    margin-top: 10px;
    padding: 0 10px 10px;
    /* Reduce padding for smaller screens */
    overflow-x: auto;
    /* Enable horizontal scrolling if needed */
  }

  .custom-timesheet-container table {
    width: 100%;
    min-width: 600px;
    /* Prevent columns from squeezing too much */
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    /* Keep table content in a single line */
  }

  .custom-timesheet-container .header-timesheet {
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    /* Add space between elements */
  }

  .custom-timesheet-container .header-timesheet h3 {
    font-size: 18px;
    /* Adjust font size for mobile */
    margin-bottom: 5px;
  }

  .custom-timesheet-container .header-timesheet div {
    width: 100%;
    text-align: right;
  }

  .custom-timesheet-container th,
  .custom-timesheet-container td {
    font-size: 14px;
    /* Reduce font size for better readability */
    padding: 8px;
    /* Adjust padding for mobile */
  }

  .custom-timesheet-container th a {
    font-size: 14px;
  }

  .custom-timesheet-container tbody td {
    text-align: center;
    /* Align content for better presentation */
  }

  .pagination-container {
    text-align: center;
    padding-top: 10px;
  }

  .button-container {
    display: flex !important;
    /* Show by default */
    flex-direction: row-reverse;
    position: static;
    /* Remove absolute positioning */
    transform: none;
    justify-content: center;
    margin-top: 5px;
    /* Add space between rows */
  }

  .timesheet-row:hover .button-container {
    display: flex;
    /* Ensure it's always visible */
  }

  .icon-circle {
    width: 24px;
    height: 24px;
    font-size: 18px;
  }

  .icon-text {
    font-size: 18px;
  }
}

/* shift calender */
.fc-wrapper-body {
  overflow-x: hidden;
}

body.custom-modal-open {
  overflow-x: hidden;
  overflow-y: hidden;
}

.custom-modal-content .shift-action-text {
  font-weight: bold;
}

.custom-modal-action {
  margin-top: 20px;
  border-radius: 4px;
}

.custom-modal-action.custom-modal-close.custom-modal-btn {
  margin-top: 0;
  position: absolute;
  margin-right: 20px;
  background-color: #f0f0f0;
  bottom: 0;
  color: #37393B;
  margin-bottom: 20px;
  right: 0;
}

.custom-modal-action.custom-modal-close.custom-modal-btn:hover {
  background-color: #adadad;
}

.custom-modal-btn {
  padding: 10px;
  background-color: #37393B;
  color: white;
  border: none;
  cursor: pointer;
  margin-right: 10px;
}

.custom-modal-btn:hover {
  background-color: #555;
}

/* Responsive code */

.fc-wrapper-body .fc-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fc-wrapper-body .fc-container .leftDiv {
  flex: 1 1 300px;
  min-width: 280px;
}

.fc-wrapper-body .fc-container #calendar {
  flex: 2 1 600px;
  min-width: 300px;
}

@media (max-width: 768px) {
  .fc-wrapper-body .fc-container {
    flex-direction: column;
  }

  .fc-wrapper-body .fc-container .leftDiv,
  .fc-wrapper-body .fc-container #calendar {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {

  .new-shift-button,
  .entitylist-filter-option-text select {
    width: 100%;
    margin-top: 10px;
  }

  .leftDiv .status-legend-group {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.fc-toolbar-container .fc-header-toolbar {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

/* Placement Calendar*/
.fc-event-main .custom-event-content {
  font-size: 14px;
  line-height: 1.2;
  white-space: pre-line;
  word-wrap: break-word;
}

.fc-event-main {
  padding: 2px !important;
}

@media (max-width: 768px) {
  .fc-container {
    flex-wrap: wrap;
  }

  .fc-event-main .custom-event-content {
    font-size: 8px;
  }

  .fc .fc-col-header-cell-cushion {
    padding: 10px 0;
    font-size: 8px;
  }
}

.fc-timeGridDay-view .fc-scroller-liquid-absolute {
  max-height: 400px;
  overflow-y: auto;
}

/* make calendar body scrollable vertically in any view */
.fc-view-harness {
  max-height: 100vh;
  overflow-y: auto;
}

/* Improve event block spacing for readability */
.fc-event {
  margin-bottom: 8px;
}

/* Ensure event text wraps properly */
.fc-event-main .custom-event-content {
  white-space: normal;
}

/* Batches web template */
#custom-invoice-body tr:last-child .dropdown-menu,
#custom-remittance-body tr:last-child .dropdown-menu {
  position: absolute;
  left: auto;
  right: 100% !important;
  top: 0;
}

.custom-content-modal {
  background-color: #f5ffff;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-modal-header {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.custom-modal-title {
  margin: 0;
  font-size: 21px;
}

.modal-close-button {
  position: absolute;
  top: 15%;
  right: 3%;
  background: none;
  border: none;
  font-size: 21px;
  font-weight: 700;
}

.custom-modal-body {
  padding: 15px;
}

.actions-container {
  border-bottom: 1px solid #eee;
  margin-bottom: 9px;
  padding-bottom: 9px;
  display: flex;
  justify-content: space-between;
}

.selectAll-container {
  margin-left: 10px;
}

.filter-container {
  float: left;
  display: flex;
}

.filter-container p {
  font-size: 15px;
  margin: 5px 10px 0 0;
}

.billFrequencyFilter {
  width: auto !important;
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 250px;
  float: right;
}

.searchBox {
  width: 80%;
  position: relative;
  right: 15px;
}

.search-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.custom-modal-body .table {
  border-collapse: collapse;
  border: none;
  font-size: 85%;
  margin-bottom: 21px;
}

.custom-modal-body .table th {
  color: #006680;
  font-size: 14px !important;
  font-weight: 400;
}

.custom-modal-body .table th,
.custom-modal-body .table td {
  border-left: none;
  border-right: none;
}

.pagination-controls {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px;
  gap: 5px;
  justify-content: center;
}

.pagination-controls li {
  padding: 8px 12px;
  cursor: pointer;
  transition: 0.3s;
}

.pagination-controls li:hover {
  color: #006680;
  text-decoration: underline;
}

.pagination-controls .active {
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #007bff;
  color: white;
}

.pagination-controls .disabled {
  pointer-events: none;
  opacity: 0.5;
}

#selectedBulkimports {
  margin-top: 10px;
  border: 1px solid #eee;
}

#selectedBulkimports .selected-title {
  background-color: #dcffff;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

#selectedBulkimports .selected-title h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.selectedBulkimportsList {
  list-style-type: none;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.selectedBulkimportsList li {
  margin: 5px 0;
  background-color: #f8f9fa;
  border: 1px solid #006680;
  color: #006680;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(16.6% - 10px);
  box-sizing: border-box;
}

.selectedBulkimportsList li .delete-button {
  background-color: inherit;
  color: #006680;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
}

.selectedBulkimportsList li .delete-button:hover {
  color: #d32f2f;
}

.custom-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* Assignemnt web template*/
.clickDisabled {
  pointer-events: none;
  color: gray;
}

.custom-modal .placementOwner {
  margin: 45px 10px;
}

.custom-modal .closeModal {
  border: none;
  background: none;
  color: #333333;
  padding-left: 22px;
}

ul#openTimesheetList {
  max-height: 200px;
  overflow-y: auto;
  padding: 12px;
  margin: 16px 0;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  background-color: #f9f9f9;
  list-style-type: none;
}

ul#openTimesheetList li {
  padding: 8px 12px;
  margin: 4px 0;
  background-color: white;
  border-left: 4px solid #4a89dc;
  /* Accent color */
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-family: "Segoe UI", sans-serif;
  color: #333;
  transition: all 0.2s ease;
}

ul#openTimesheetList li:hover {
  background-color: #f0f7ff;
  border-left-color: #2a6fc9;
  transform: translateX(2px);
}

/* Scrollbar styling (for webkit browsers) */
ul#openTimesheetList::-webkit-scrollbar {
  width: 8px;
}

ul#openTimesheetList::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

#EndDateModal .date-input {
  background-color: #fefefe;
  border: 1px solid #ced4da;
  padding: 5px 10px;
}

/* Dashboard web template*/
.filter-container:focus-within {
  border-color: #000;
}

#chartContainer .filter-flex {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  align-items: center;
}

#chartContainer .filter-flex .filterBox {
  width: 100%;
  border: 1px solid #ddd;
  outline: none;
  padding-left: 9px;
  cursor: pointer;
}

#chartContainer .view-bar {
  justify-content: space-between;
}

#chartContainer .view-bar .send-reminder-btn {
  display: none;
  border-radius: 0;
}

#chartContainer .status-box {
  display: flex;
  gap: 13px;
  margin: 20px 0 0;
  cursor: pointer;
}

#chartContainer .status {
  border: none;
  color: #006680;
  background-color: #f5ffff;
  width: 100%;
  cursor: pointer;
}

#chartContainer .status option {
  color: #000;
}

#chartContainer .table-view {
  margin: 40px 20px;
}

#timesheetsView .table-striped th,
.table-striped td {
  padding: 8px;
  text-align: left;
}

#timesheetsView .table-striped th {
  padding-left: 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#timesheetsView td input {
  border: 1px solid #ddd;
  padding: 5px 0 4px 10px;
  color: #000;
}

#chartContainer .datePicker {
  border: 1px solid #ddd;
  padding: 6px;
  cursor: pointer;
}

#chartContainer .charts {
  margin-bottom: 20px;
}

#chartContainer .charts .small-chart-container {
  flex: 1;
  padding: 0 10px;
}

#chartContainer .small-chart-container canvas {
  width: 50%;
  height: 50%;
  margin: 0;
}

#chartContainer .charts canvas {
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
}

#consultanttable #margintable #feestable #deductionstable {
  background-color: none;
}

#timesheetsView #unitsInput {
  cursor: pointer;
}

.page-header .xrm-attribute-value {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0%;
}

.btn-primary {
  background-color: #1A73E8 !important;
  padding: 12px !important;
  border-radius: 8px !important;

}

.btn-primary:hover,
.btn-info:hover {
  background-color: #1765CC !important;
}

.btn-info {
  background-color: #1A73E8 !important;
  border-radius: 8px;
  padding: 12px;
}

.btn-entitylist-filter-submit {
  color: #f6fbff !important;
  background-color: #001f5d !important;
  font-weight: 500 !important;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  box-shadow:
    0 6px 12px rgba(0, 51, 102, 0.4),
    inset 0 2px 8px #6e94c6,
    inset 0 -4px 6px rgba(0, 0, 0, 0.3);
  padding: 12px 25px !important;
}

.toggle-btn:hover {
  background-color: #1765CC !important;
}

/* .btn-default {
  color: #1A73E8 !important;
  border-color: #1A73E8 !important;
} */
button.workflow-link,
.create-related-record-link,
.signinpage a[href="/en-US/Account/Login/ForgotPassword"] {
  color: #f6fbff !important;
  background-color: #001f5d !important;
  border-radius: 8px !important;
  box-shadow: inset 0 -4px 4px rgba(27, 27, 27, 0.25), inset 0 2px 4px #6e94c6 !important;
  padding: 12px !important;
  font-weight: 500 !important;
}

.btn-default:hover,
button.workflow-link:hover,
.signinpage a[href="/en-US/Account/Login/ForgotPassword"]:hover,
button[data-workflowid="dc6df082-6b1e-4d27-bc95-ee370726ef00"]:hover,
#unitsexpensesadmin .btn-primary {
  background-color: #1765CC !important;
  color: #fff8e6 !important;
}

button[data-workflowid="dc6df082-6b1e-4d27-bc95-ee370726ef00"] {
  background-color: #ffff !important;
  color: #001f5d !important;
  box-shadow: none !important;
  border: 2px solid #001f5d !important;
}

.form-action-container-right button {
  margin-right: 16px !important;
}

.wrapper-body,
.crmEntityFormView,
#mainContent .entitylist,
.filter-vertical .crmEntityFormView,
.entitylist,
.modal-content,
.popover-content .crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control .form-control {
  background-color: #E5ECF3 !important;
  border: none !important;
}

.control input.form-control,
.control textarea,
.crmEntityFormView .cell select,
.dropdown-menu,
input[placeholder="Search"] {
  background-color: #ffffff !important;
}

.crmEntityFormView .input-group-addon {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  line-height: 0.2 !important;
}

.panel-default>.panel-body {
  background-color: #E5ECF3 !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #006680 !important;
}

.alert-success {
  background-color: #10B981 !important;
}

.alert-danger {
  background-color: #F59E0B;
  border-color: #f9f1f1;
  color: #000;
}

#consultantBonusTable tr,
#marginsTable tr,
#feesTable tr {
  background-color: #E5ECF3 !important;

}

.page-heading .page-header h1 {
  font-size: 60px !important;
}

.dashboard .page-header h1[aria-label="Timesheets Dashboard"] {
  font-size: 60px !important;
  margin-top: -160px !important;
}

/* timesheet details page*/
#custom-timesheet-table,
.view-grid.table-responsive,
.notification-management table {
  box-shadow: 0 8px 18px #E5ECF3 !important;
  border-radius: 8px !important;
}

.view-grid.table-responsive {
  background-color: #ffffff !important;
}

/* table thead tr{
  background-color: #e5ecf3 !important;
} */
#unitsexpensesadmin table thead tr,
#timesheethistory table thead tr,
#custom-timesheet-table thead tr,
#costs table thead tr,
.notification-management table thead tr,
#Admins table thead tr {
  background-color: #e5ecf3 !important;
}

table thead tr th a,
table thead th {
  color: #0F1419 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

#custom-timesheet-body {
  background-color: #ffffff !important;
}

#custom-timesheet-body input,
#custom-timesheet-body select {
  background-color: #ffffff !important;
  border-radius: 8px;
  color: #111827;
}

#custom-timesheet-body>tr>td {
  border: none !important;
}

.columnBlockLayout {
  margin-top: 0px !important;
}

.alert-warning {
  text-align: center;
  background-color: #f6fbff !important;
  border: none !important;
}

.entity-grid .message {
  margin: 0 !important;
}

fieldset[aria-label="Total Hours Worked"],
fieldset[aria-label="Expenses Claimed"],
fieldset[aria-label="Overall Totals"] {
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3) !important;
  border-radius: 8px !important;
  background-color: #FFFFFF !important;
}

fieldset[aria-label="Total Hours Worked"] .section-title,
fieldset[aria-label="Expenses Claimed"] .section-title,
fieldset[aria-label="Overall Totals"] .section-title {
  background-color: #e5ecf3;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {

  fieldset[aria-label="Total Hours Worked"] table tbody tr td,
  fieldset[aria-label="Expenses Claimed"] table tbody tr td,
  fieldset[aria-label="Overall Totals"] table tbody tr td {
    display: flex !important;
    align-items: center;
    margin-left: 28px;
    padding: 20px !important;
  }

  fieldset[aria-label="Total Hours Worked"] .control input,
  fieldset[aria-label="Expenses Claimed"] .control input,
  fieldset[aria-label="Overall Totals"] .control input {
    font-size: 36px !important;
  }
}

.info label {
  font-weight: 400;
}

.info.form-subgrid-heading label,
fieldset[aria-label="Costing Notes"] .info label {
  font-weight: bold;
  font-size: 20px;
}

.info label {
  font-weight: 400;
}

.info.form-subgrid-heading label,
fieldset[aria-label="Costing Notes"] .info label {
  font-weight: bold;
  font-size: 20px;
}

#new_clientid_label,
#new_candidateid_label,
#transactioncurrencyid_label {
  font-size: 18px;
  font-weight: 600;
}

td .decimal label {
  padding-left: 6px;
}

td .moeny label {
  padding-left: 14px;
}

#unitsexpensesadmin .btn-primary {
  background-color: #001f5d !important;
  box-shadow: inset 0 -4px 4px rgba(27, 27, 27, 0.25), inset 0 2px 4px #6e94c6 !important;
  font-weight: 500 !important;
}

#unitsexpensesadmin table thead th[aria-label="Expense Name"] {
  font-family: "Inter", sans-serif;
}

.icon-calendar.fa.fa-calendar.iconBorder {
  color: #001f5d !important;
}

input[aria-disabled="true"],
#new_autonumber,
#exchangerate {
  background-color: #f6fbff !important;
}

/* timesheet page*/

.panel {
  background-color: #E5ECF3 !important;
}

.panel-default>.panel-body {
  background-color: #F5FFFF !important;
  color: #111827;
  border-radius: 10px;
  margin-top: 68px;
  padding: 24px;
}

#EntityList2b465243-61f0-ee11-904b-002248c78203 .panel-body .input-group-addon:first-child {
  border-right: 0;
  background-color: #ffffff !important;
  border: 1px solid #ddd;
  border-right: none;
}

.panel-body .entitylist-filter-option-group h4 {
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  color: #111827;
}

.panel-body .input-group .form-control:last-child {
  background-color: #FFFFFF !important;
}

.view-grid.table-responsive {
  background-color: #ffffff !important;
  border-radius: 8px !important;
}

#EntityList2b465243-61f0-ee11-904b-002248c78203 .table>thead>tr>th {
  padding: 15px;
  background-color: #F5FFFF !important;

}

.entitylist .view-toolbar .view-select .title {
  color: #111827 !important;
  font-weight: bold !important;

}


/*nav style*/


.navbar-inverse {
  background-color: #F6FBFF !important;
  border-radius: 16px !important;
}


@media (min-width: 1200px) {
  #navbar .navbar-nav {
    margin-left: 90px !important;

  }
}

.navbar-static-top.navbar .menu-bar>.navbar-nav>.divider-vertical {
  display: none !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
  background-color: #F6FBFF !important;
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
#navbar .navbar-nav a {
  color: #111827 !important;
}


/* list pages: search box and filters dropdown*/
.entitylist .entity-grid.entitylist .view-grid.table-responsive table thead tr,
.timesheets-table #timesheetsTable thead tr {
  background-color: #f6fbff !important;
}

.entitylist .entity-grid.entitylist .view-toolbar.grid-actions.clearfix .view-search.entitylist-search {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 50px !important;
  margin-top: 7px !important;
}

.entitylist .entity-grid.entitylist .view-toolbar.grid-actions.clearfix .view-search.entitylist-search input {
  border-left: none !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: #FFFFFF !important;
  border-color: #ddd;
}

.entitylist .entity-grid.entitylist .view-toolbar.grid-actions.clearfix .view-search.entitylist-search .input-group-btn button {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-right: none !important;
  border-color: #ddd !important;
  background-color: #FFFFFF !important;
  color: #A6A6A6 !important;
}

.entitylist-filter-option-group .entitylist-filter-option-text span.input-group-addon {
  display: none !important;
}

.entitylist-filter-option-group .entitylist-filter-option-text select {
  border-radius: 8px !important;
}

.entitylist .datetimepicker .input-group-addon {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #fff;
}

.entitylist .datetimepicker input {
  border: 1px solid #ddd !important;
  border-left: none !important;
  border-radius: 0px 8px 8px 0px !important;
}

.entitylist .entity-grid.entitylist .fa.fa-list {
  display: none !important;
}

.entitylist .entity-grid.entitylist #filterDropdownId a {
  color: #111827 !important;
  margin-left: -10px !important;
}

.pull-right.toolbar-actions .input-group.pull-left a {
  margin-left: 20px !important;
  padding: 12px 20px !important;
  border: none;
  box-shadow: inset 0 -4px 4px rgba(27, 27, 27, 0.25), inset 0 2px 4px #6e94c6 !important;
}

.create-action {
  color: #f6fbff !important;
  background-color: #001f5d !important;
  font-weight: 500 !important;
}

/*Managing Account*/
@media (max-width: 768px) {
  #EntityFormControl_00cd2c094f72ee1181796045bd0cfca3 .create-related-record-link {
    width: 100% !important;
    margin-top: 20px !important;
    display: flex !important;
    justify-content: space-between !important;
  }

  #EntityFormControl_00cd2c094f72ee1181796045bd0cfca3 .create-related-record-link:nth-of-type(2) {
    margin-bottom: 32px !important;
  }
}

/*

#EntityFormControl_18e7a4ec540bee118f6e6045bd0cfca3 .modal-content {
    background-color: #F5FFFF !important;
    margin: auto !important;
    width: 700px;
    border-radius: 18px !important;
    height: 500px !important;

}
#EntityFormControl_18e7a4ec540bee118f6e6045bd0cfca3  #EntityFormPanel {
    padding: 10px;
    background-color: #f6fbff !important;
    overflow-x: hidden;
    width: 600px !important;
    height: 400px !important;
}

#EntityFormControl_18e7a4ec540bee118f6e6045bd0cfca3 .modal-content .modal-form .modal-body iframe {
    width: 100% !important;
    border: none !important;
    height: 400px !important;
}

#EntityFormControl_18e7a4ec540bee118f6e6045bd0cfca3 .modal-content .text.form-control.lookup.form-control {
    border-right: 1px solid #ddd !important;
    width: 577px !important;
    border-radius: 8px;
}

#EntityFormControl_18e7a4ec540bee118f6e6045bd0cfca3 .modal-content .crmEntityFormView .actions {
    border-top: 1px solid #F5FFFF !important;
}

#EntityFormControl_18e7a4ec540bee118f6e6045bd0cfca3 .modal-content #InsertButton {
  float: right !important;          
  margin-right: 0 !important;  
}
  /* Sign in page*/
.signinpage #content {
  margin: 78px 0px 78px 311px !important;
  font-family: "Inter", sans-serif !important;
}

.signinpage #content #mainContent {
  background-color: #F6FBFF !important;
  width: 65% !important;
  border-radius: 8px !important;
  padding: 32px 0 !important;
  box-shadow: 0px 0px 0px #ffffff, 0px 3px 7px #c6ccd3 !important;
}

.signinpage #content #mainContent .row .col-md-6:first-of-type {
  width: 66.66667% !important;
  margin-left: 32px;
}

.signinpage #content #mainContent .row .col-md-6:last-of-type {
  display: none !important;
}

.signinpage #content #mainContent .login-heading-section {
  text-align: center !important;
  margin-left: 39% !important;
  border: none !important;
  font-size: 28px !important;
  font-weight: 400 !important;
}

.signinpage .form-horizontal .control-label {
  text-align: left !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
  font-weight: 500 !important;
}

.signinpage #Username,
.signinpage #PasswordValue {
  border-radius: 8px !important;
  width: 215% !important;
  border: 1px solid #ddd !important;
  background-color: #FFFFFF !important;
}

.signinpage .control-label {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}

.signinpage .form-group {
  display: flex;
  flex-direction: column;
}

.signinpage .col-sm-offset-4.col-sm-8:first-of-type .checkbox {
  margin-left: -170px !important;
}

.signinpage .col-sm-offset-4.col-sm-8:last-of-type {
  width: 100% !important;
  margin-left: 172px !important;
}

.signinpage #submit-signin-local {
  padding: 12px 43px !important;
  margin-right: 4px !important;
  border: none;
  box-shadow: inset 0 -4px 4px rgba(27, 27, 27, 0.25), inset 0 1px 7px #dde7f5 !important;
}

.signinpage label.control-label.required:before {
  color: #1A73E8 !important;
}

@media (max-width: 768px) {
  .signinpage #content {
    margin: 0 !important;
  }

  .signinpage #content #mainContent {
    width: 100% !important;
  }

  .signinpage #content #mainContent .row .col-md-6:first-of-type {
    width: auto !important;
    margin-left: 32px;
  }

  .signinpage #content #mainContent .row .col-md-6:last-of-type {
    display: none !important;
  }

  .signinpage #content #mainContent .login-heading-section {
    margin-left: -44px !important;
  }

  .signinpage #Username,
  .signinpage #PasswordValue {
    width: 94% !important;
  }

  .signinpage .form-group {
    display: flex !important;
    flex-direction: column !important;
  }

  .signinpage #submit-signin-local,
  .signinpage #btn-default {
    width: 90% !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 12px !important;
    border-radius: 8px !important;
  }

  .signinpage #submit-signin-local {
    margin-bottom: 10px !important;
  }

  .signinpage .col-sm-offset-4.col-sm-8:first-of-type .checkbox {
    margin-left: 0 !important;
  }

  .signinpage .col-sm-offset-4.col-sm-8:last-of-type {
    display: flex !important;
    flex-direction: column !important;
    padding: 0px !important;
    margin-left: 0 !important;
  }

  .signinpage a[href="/en-US/Account/Login/ForgotPassword"] {
    width: 90% !important;
  }
}

@media (min-width: 769px) and (max-width: 1198px) {
  .signinpage #content {
    margin: 78px 0px 78px 140px !important;
  }

  .signinpage #content #mainContent {
    width: 92% !important;
  }
}

/* .navbar-collapse {
  max-height: 0px !important;
} */

.modal-content {
  border-radius: 11px !important;
  background-color: #F6FBFF !important;
  width: 734px !important;
  /* height: 796px !important; */
  margin: auto !important;
}

.modal-content .view-search.entitylist-search {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 50px !important;
  margin-top: 7px !important;
  width: 700px;
  margin-bottom: 10px;
}

.modal-content .view-search.entitylist-search input {
  border-left: none !important;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background-color: #FFFFFF !important;
  border-color: #ddd;
  height: 48px;
}

.modal-content .view-search.entitylist-search .input-group-btn button {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-right: none !important;
  border-color: #ddd !important;
  background-color: #FFFFFF !important;
  color: #A6A6A6 !important;
  height: 48px;
}

.modal-content .associate-lookup .clearfix thead tr {
  background-color: #E5ECF3;
}

.modal-content tr td .fa {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #E1E1E1 !important;
}

.modal-content .view-pagination .pagination {
  margin: 15px 0 0 90px !important;
}

.modal-content button[disabled] {
  color: #F6FBFF !important;
  background-color: #1A73E8 !important;
  height: 44px !important;
  width: 154px !important;
}

.modal-content .modal-footer .btn-default {
  color: #F6FBFF !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  border-color: #EF4444 !important;
  width: 154px !important;
  border-style: solid !important;
  background-color: #EF4444 !important;
  height: 44px !important;
}

@media (max-width: 768px) {
  .modal-content {
    width: 95% !important;
    height: auto !important;
  }

  .modal-content .view-search.entitylist-search {
    max-width: 415px;
    margin-bottom: 10px;
  }

  .modal-content .view-search.entitylist-search input {
    max-width: 415px;
  }

  .modal-footer {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
  }


  .modal-footer .btn {
    width: 100% !important;
    font-size: 14px !important;
    height: 44px !important;
  }

  .modal-footer .pull-right {
    float: none !important;
  }

  .modal-content .modal-footer .btn-default {
    width: 100% !important;
    font-size: 12px !important;
    height: 40px !important;
  }

  .modal-content .view-pagination .pagination {
    margin: 10px 0 0 0 !important;
    display: flex !important;
    justify-content: center !important;
  }

  .modal-content button[disabled] {
    font-size: 12px !important;
    width: 100% !important;
    margin-bottom: 5px;
  }

  /*div[data-name="ApproverClient"] {
  width: 340px !important;
  height: 330px;
  padding-top: 30px;
}*/
}

/*
.small-chart-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px !important;
  padding: 20px;
  grid-auto-flow: column;
  grid-auto-rows: auto auto; 
  justify-items: center;
}

.small-chart-container p {
  font-weight: 600;
  text-align: center;
  margin: 6px 0 8px 0 !important;
}

.small-chart-container canvas {
  width: 100% !important;
  max-width: 380px !important;
  height: 280px !important;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width: 992px) {
  .small-chart-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .small-chart-container {
    grid-template-columns: 1fr;
  
  }

}
div[data-name="ApproverClient"] {
  width: 630px;
  height: 330px;
  padding-top: 40px;
}*/

.custom-content-modal .custom-modal-header .closeModalButton span {
  visibility: hidden !important;
}
.modal-body iframe[data-page*="6494bc5f-1e05-ee11-8f6e-6045bd0cfca3"] {
    width: 100% !important;
    height: 600px !important;
    border: none !important;
}
.modal-body iframe[data-page*="6494bc5f-1e05-ee11-8f6e-6045bd0cfca3"] html body{
    height: 600px !important;
    width: 573px !important;

}
.modal-content:has( iframe[data-page*="6494bc5f-1e05-ee11-8f6e-6045bd0cfca3"] ) {
    border-radius: 11px !important;
    background-color: #F6FBFF !important;
    width: 590px !important;
    height: 700px !important;
}

#EntityFormControl{
  width: 530px !important;
  margin-left: -15px !important;
}
/*
@media (max-width: 576px) {

    .modal-body iframe[data-page*="6494bc5f-1e05-ee11-8f6e-6045bd0cfca3"] {
        width: 100% !important;
        height: 400px !important; 
    }

    .modal-content:has( iframe[data-page*="6494bc5f-1e05-ee11-8f6e-6045bd0cfca3"] ) {
        width: 100% !important;
        height: auto !important;
        margin: 10px !important;
        border-radius: 10px !important;
    }

    #EntityFormControl {
        width: 100% !important;
        margin-left: 0 !important;
    }
}*/