@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --buttonColorRed: #b12a26;
  --error-color: #ff4d4f;
  --text-dark-custom: #18181b;
  --text-grey-custom: #71717a;
  --text-dark-grey-custom: #71717a;
  --text-white: #ffffff;
  --text-hover-info: #4f46e5;
  --text-size-16: 16px;
  --btn-green-custom: #31ac5e;
  --btn-grey-custom: #e7eaee;
  --btn-light-red-custom: #fee2e2;
  --btn-light-warning-custom: #fef9c3;
  --btn-light-gray-custom: #dcfce7;
  --btn-light-orange-custom: #ffe5b4;
  --btn-light-green-custom: #c8e6c9;
  --btn-light-red-custom: #ffcdd2;
  --btn-light-blue-custom: #bbdefb;
  --btn-light-coral-custom: #f08080;
  --btn-light-yellow-custom: #fff9c4;
  --btn-light-grey-custom: #d3d3d3;
  --font-size-md: 13px;
}
body {
  font-family: "Inter", sans-serif !important;
}
.position-unset {
  position: unset !important;
}
.redbutton {
  background-color: var(--buttonColorRed) !important;
  border-color: transparent !important;
  height: auto !important;
}
.text-dark-custom {
  color: var(--text-dark-custom) !important;
}
.text-grey-custom {
  color: var(--text-grey-custom) !important;
}
.text-size-16 {
  font-size: var(--text-size-16) !important;
}
.text-dark-grey-custom {
  color: var(--text-dark-grey-custom);
}
.text-hover-info:hover {
  color: var(--text-hover-info) !important;
}
.font-size-md {
  font-size: var(--font-size-md);
}
.w-35 {
  width: 35%;
}
.btn-green-custom {
  background-color: var(--btn-green-custom);
}
.form-validation-start label {
  font-size: 1.08rem;
  font-weight: 500 !important;
}
.mandatory-symbol {
  margin-inline-end: 4px;
  color: var(--error-color);
  font-size: 14px;
  font-family: SimSun, sans-serif;
}
.invalid {
  border: 1px solid var(--error-color);
}

.invalid + .errors-msg {
  color: var(--error-color);
  font-size: 14px;
  line-height: 1.5714285714285714;
  display: block;
}
.table-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.95px;
  display: block;

  width: 100%;
  text-align: center;
  /* padding: 7px 13px 7px 30px; */
  padding: 5px 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.table-action-btn {
  font-size: 1.08rem;
  font-weight: 500;
  padding: 0.5rem 2.5rem;
  border-radius: 0.42rem;
  -webkit-border-radius: 0.42rem;
  -moz-border-radius: 0.42rem;
  -ms-border-radius: 0.42rem;
  -o-border-radius: 0.42rem;
}
.rounded-md {
  border-radius: 0.65rem !important;
}
.gutter-lg {
  margin-bottom: 15px;
}
.cursor-unset {
  cursor: unset !important;
}
/* .table-btn:before {
  content: "";
  position: absolute;
  width: 10px;
  top: 43%;
  left: 30px;
  height: 10px;
  border-radius: 0.5rem;
} */

.status-message {
  margin: 20px 0;
  border-radius: 5px;
}
.status-message .approved {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.status-message .canceled {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.approved-btn {
  background-color: var(--btn-light-green-custom);
  color: #000000;
  white-space: nowrap;
}
.approved-btn::before {
  background: #3db541;
}
.seekacknowledgment-btn {
  background-color: #19bbc1;
  color: #0b0c0b;
  white-space: nowrap;
}
.acknowledgmentreceived-btn {
  background-color: #82d5f8;
  color: #0b0c0b;
  white-space: nowrap;
}
.canceled-btn {
  background-color: var(--btn-light-red-custom);
  color: #f44336;
  white-space: nowrap;
}
.canceled-btn::before {
  background-color: #f44336;
}

.pending-btn {
  background-color: var(--btn-light-orange-custom);
  color: #ff8f00;
  white-space: nowrap;
}
.pending-btn:before {
  background-color: #ff8f00;
}

.resubmitted-btn {
  background-color: var(--btn-light-blue-custom);
  color: #2196f3;
  white-space: nowrap;
}
.resubmitted-btn::before {
  background-color: #2196f3;
}

.resent-btn {
  background-color: var(--btn-light-coral-custom);
  color: #931e1e;
  white-space: nowrap;
}
.resent-btn::before {
  background-color: #931e1e;
}
.sentback-btn {
  background-color: var(--btn-light-yellow-custom);
  color: #8d7f0a;
  white-space: nowrap;
}
.sentback-btn:before {
  background: #8d7f0a;
}

.approved-badge .ant-badge-status-dot {
  color: #3db541 !important;
  background-color: #3db541 !important;
  border-color: #3db541 !important;
}
.sentBack-badge .ant-badge-status-dot {
  color: #8d7f0a !important;
  background-color: #8d7f0a !important;
  border-color: #8d7f0a !important;
}
.canceled-badge .ant-badge-status-dot {
  color: #f44336 !important;
  background-color: #f44336 !important;
  border-color: #f44336 !important;
}
.pending-badge .ant-badge-status-dot {
  color: #ff8f00 !important;
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}
.noresponse-btn {
  background-color: var(--btn-light-grey-custom);
  color: #706767;
  white-space: nowrap;
}
.noresponse-btn:before {
  background: #706767;
}
.statusmesg {
  display: inline-block;
  color: var(--text-white);
  padding: 5px;
  border-radius: 3px;
  margin-right: 15px;
  color: #511f34;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
}
.select-isDisabled .css-16xfy0z-control {
  height: auto;
  background-color: #f3f6f975 !important;
  color: #00000036 !important;
  font-weight: 600 !important;
}
.upload_close {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #b22d2b;
  border-radius: 20px;
  color: var(--text-white);
  width: 22px;
  height: 22px;
  font-size: 8px;
  text-align: center;
  cursor: pointer;
  line-height: 22px;
}
.expenseStatusApproved {
  border: green 2px solid;
}
.expenseStatusCanceled {
  border: var(--buttonColorRed) 2px solid;
}
.whiteSpaceNowrap {
  white-space: nowrap;
}

.proceed-btn-grey {
  background-color: var(--btn-grey-custom);
  color: #64748b;
}
.proceed-btn-green {
  background-color: var(--btn-green-custom);
  color: var(--text-white);
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.list-of-expense-table .table th,
.list-of-expense-table .table td {
  border-top: none !important;
}
.table-area .nav-link.active .nav-text {
  font-weight: 700;
}
.table-area .nav.nav-tabs.nav-tabs-line .nav-link:hover:not(.disabled),
.table-area .nav.nav-tabs.nav-tabs-line .nav-link.active,
.table-area .nav.nav-tabs.nav-tabs-line .show > .nav-link {
  border-bottom: 1px solid #252c32;
}
.rangepicker {
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 0.42rem 0.42rem 0;
  -webkit-border-radius: 0 0.42rem 0.42rem 0;
  -moz-border-radius: 0 0.42rem 0.42rem 0;
  -ms-border-radius: 0 0.42rem 0.42rem 0;
  -o-border-radius: 0 0.42rem 0.42rem 0;
}
.css-13cymwt-control,
.css-t3ipsp-control {
  min-height: 100% !important;
  border-radius: 0.65rem !important;
  box-shadow: none !important;
}

.dropdownmenuOpen.show:hover {
  background-color: #b22d2b !important;
}
.dropdownmenuOpen.show:hover span {
  color: var(--text-white) !important;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #f3f6f975 !important;
  color: #00000036 !important;
  font-weight: 600 !important;
}
.table-style tr.ant-table-row td.ant-table-cell:nth-child(1),
.table-style tr.ant-table-row td.ant-table-cell:nth-child(2),
.table-style tr.ant-table-row td.ant-table-cell:nth-child(3),
.table-style tr.ant-table-row td.ant-table-cell:nth-child(7) {
  color: #18181b;
  font-weight: 700;
}
td.ant-table-cell {
  color: #71717a;
  font-weight: 500;
}
.main-repeater td.ant-table-cell {
  padding: 16px 5px !important;
}
.main-repeater th.ant-table-cell {
  white-space: nowrap;
}
.main-repeater .ant-table-cell > div {
  margin: 0;
}
.dropdownmenuOpen {
  min-width: auto !important;
}
.uploadIcons {
  font-size: 30px;
}
.icons {
  font-size: 40px;
}
.icons,
.uploadIcons {
  line-height: 0;
}
#loe-disb,
.form-control:disabled {
  cursor: not-allowed;
}
:where(
    .css-dev-only-do-not-override-98ntnt
  ).ant-picker-outlined.ant-picker-disabled,
:where(.css-dev-only-do-not-override-98ntnt).ant-picker-outlined[disabled] {
  color: #00000036 !important;
  background-color: #f3f6f975 !important;
}
.expenseMultitasking
  table
  .ant-table-row-expand-icon.ant-table-row-expand-icon-collapsed {
  margin-inline-end: 0px;
}
:where(.css-dev-only-do-not-override-98ntnt).ant-picker
  .ant-picker-input
  > input[disabled] {
  color: #00000036 !important;
}

.customLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4f4f4f7d;
  min-height: 100vh;
  left: 0;
  top: 0;
}
.logo-style {
  max-width: 180px;
  width: 100%;
}
.export-excel-button {
  font-size: 13px !important;
}
.cust-loader {
  border: 0.2em solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader linear infinite;
  animation: 1s loader linear infinite;
  position: relative;
  width: 1em;
  height: 1em;
  color: var(--buttonColorRed);
  vertical-align: middle;
  pointer-events: none;
  font-size: 40px;
}
.pdf-outer {
  width: 1191px;
  margin: auto;
}
.pdf-inner {
  max-width: 1033px;
  margin: auto;
}

.search-container.hasSelectedRows {
  display: flex;
  justify-content: end;
  gap: 10px;

  align-items: center;
}

.search-container.hasSelectedRows .table-search {
  margin: 8px 8px 8px 0;
}

.table-search.dashboardSearch {
  width: 36%;
}

.customMsgPopup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.customMsgPopup button {
  background: #b12a26 !important;
  color: #fff !important;
  border-radius: 61%;
  font-weight: bold;
  position: absolute;
  right: -23px;
  top: -21px;
}
.lh-1Pt5 {
  line-height: 1.5714285714285714;
}
.drftRP.hasError {
  border: 1px solid #b12a26;
  box-shadow: 0px 0px 3px 1px #b12a26;
}
.table-search {
  width: 30%;
  margin-left: auto;
  display: block;
  border: 1px solid #ccc;
  border-radius: 7px;
  margin: 5px 5px 10px auto;
}
.table-search input {
  padding: 10px;
  border: 0;
  box-shadow: none !important;
}
.table-search button {
  padding: 20px;
  border: 0;
}

.semantic-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  border-radius: 6px;
}

.semantic-loader-box {
  text-align: center;
  padding: 20px 40px;
  border-radius: 8px;
}

.semantic-spinner {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: semantic-spin 1s linear infinite;
  margin: 0 auto 10px;
}

.semantic-loader-text {
  color: white;
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

@keyframes semantic-spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.notificationStatus {
  color: var(--text-white);
  border-radius: 20px;
  padding: 3px 16px;
  font-size: 1.2rem;
  white-space: nowrap;
}
table a {
  color: var(--buttonColorRed) !important;
}
.read-notificationStatus {
  background-color: green;
}
.un-read-notificationStatus {
  background-color: var(--buttonColorRed) !important;
}
#importBulkData form {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
}
.pRelative {
  position: relative;
}
.notificationPanel.tab-content .viewAll {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding-right: 19px;
}
.notificationPanel.tab-content .viewSingle {
  display: flex;
  justify-content: flex-end;
}
.notificationPanel.tab-content .navi-link .navi-text .user-section {
  display: flex;
  gap: 20px;
}
.notificationPanel.tab-content .navi-link .navi-text .user-section .user-info {
  display: flex;
  flex-direction: column;
}
.notificationPanel.tab-content .navi-link {
  /*padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 10px;*/
  padding: 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}
.addExpenseConfirmationModalFooter {
  display: inline-flex;
  justify-content: flex-end;
}
.addExpenseConfirmationModalFooter button {
  padding: 10px;
  font-weight: 600;
}
div.addExpenseConfirmationModalFooter .okSbmit {
  background-color: var(--buttonColorRed) !important;
  color: var(--text-white);
}
div.addExpenseConfirmationModalFooter .okSbmit:hover {
  color: #d9d9d9 !important;
}
.addExpenseConfirmationModalFooter .cancelSbmit {
  background-color: #cccccc !important;
}

.table-responsive .ant-table-wrapper.border {
  border: none !important;
}
.table-responsive {
  border: 1px solid #ebedf3 !important;
}
.repeat-label::before {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  width: 2px;
  height: 1.6em;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  transition: background-color 0.2s;
  content: "";
}
.repeat-label {
  position: relative;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  text-align: start;
  background: #fafafa;
  border-bottom: 2px solid #ebedf3;
  transition: background 0.2s ease;
  border-start-start-radius: 8px;
  padding: 10px 10px !important;
  margin-bottom: 16px;
}

:where(.css-dev-only-do-not-override-98ntnt).ant-form-item
  .ant-form-item-explain-error {
  font-size: 12px;
}

.dropdown-menu.login-active {
  display: block;
  left: auto;
  min-width: auto;
  right: 20px;
}
.dropdown-menu {
  display: none;
}
.dropdown-menu:hover {
  background-color: var(--buttonColorRed);
  color: var(--text-white);
}

.approvers-tooltips {
  background-color: red;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 10px;
}
.approvers-tooltips:last-child {
  margin: 0;
}
.approved-tooltips {
  background-color: #3db541;
}
.draft-tooltips {
  background-color: #91d5ff;
}
.pending-tooltips {
  background-color: #ff8f00;
}
.noresponse-tooltips {
  background-color: #706767;
}
.sentback-tooltips {
  background: #8d7f0a;
}
.canceled-tooltips {
  background: #f44336;
}
.yetToSent-tooltips {
  background: #8b8b8b;
}

.ant-checkbox-disabled {
  opacity: 0.5; /* Make it look disabled */
  pointer-events: none; /* Prevent clicks */
}
.selectedApp {
  display: inline-flex;
  flex-wrap: wrap;
  column-gap: 8px;
  margin-top: 6px;
}
.selectedApp label {
  font-size: 1.08rem;
  font-weight: 500 !important;
}
.checkbox-container {
  position: relative;
}
.selectedApp span {
  padding-inline-end: 8px;
}
.selectedApp label {
  cursor: pointer;
}
.selectedApp .disabled-label {
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-table-row-level-1 > .ant-table-cell .child-action:last-child,
.ant-table-row-level-1
  > .ant-table-cell.ant-table-cell-row-hover
  .child-action:last-child {
  display: none;
}
.all-nowrap-column {
  white-space: nowrap;
}
.ant-table-row-expand-icon {
  border: 1px solid #8b8b8b !important;
  float: right !important;
}
.expenseAddRowRequiredSymbol::before {
  color: #ff4d4f;
  font-size: 14px;
  margin-inline-end: 4px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
span.customDisabled {
  opacity: 1;
  background-color: #f3f6f975 !important;
  color: #00000036 !important;
  font-weight: 600 !important;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
}

.nav-pills-active.nav.nav-pills .nav-link.active {
  color: #000;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.no-border {
  border: none !important;
}
.customTable .table th,
.customTable .table td {
  vertical-align: middle;
}

span.view-button {
  position: relative;
  font-size: 17px;
  transition: transform 0.3s ease;
}
span.view-button.collapsed::after {
  content: "+";
  transform: rotate(180deg);
}

span.view-button::after {
  content: "-";
  position: absolute;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.react-pagination .page-item.active .page-link {
  z-index: 3;
  color: #5c5c5c;
  background-color: transparent;
  border-color: #e4e6ef;
}
