@font-face {
  font-family: "Lato-Bold";
  src: url("../font/Lato-Bold.eot");
  src: url("../font/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Bold.woff2") format("woff2"), url("../font/Lato-Bold.woff") format("woff"), url("../font/Lato-Bold.ttf") format("truetype"), url("../font/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../font/Lato-Regular.eot");
  src: url("../font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Regular.woff2") format("woff2"), url("../font/Lato-Regular.woff") format("woff"), url("../font/Lato-Regular.ttf") format("truetype"), url("../font/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Medium";
  src: url("../font/Lato-Medium.eot");
  src: url("../font/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Medium.woff2") format("woff2"), url("../font/Lato-Medium.woff") format("woff"), url("../font/Lato-Medium.ttf") format("truetype"), url("../font/Lato-Medium.svg#Lato-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lato-Semibold";
  src: url("../font/Lato-Semibold.eot");
  src: url("../font/Lato-Semibold.eot?#iefix") format("embedded-opentype"), url("../font/Lato-Semibold.woff2") format("woff2"), url("../font/Lato-Semibold.woff") format("woff"), url("../font/Lato-Semibold.ttf") format("truetype"), url("../font/Lato-Semibold.svg#Lato-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Lato-Regular";
}

.font-regular {
  font-family: "Lato-Regular";
}

.font-medium {
  font-family: "Lato-Medium";
}

.font-semibold {
  font-family: "Lato-semibold";
}

.font-bold {
  font-family: "Lato-Bold";
}

.cursor-pointer {
  cursor: pointer;
}

.font-9 {
  font-size: 9px;
}

.font-10 {
  font-size: 10px !important;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-32 {
  font-size: 32px;
}

.black-color {
  color: #000000;
}

.white-color {
  color: #FFFFFF;
}

.grey-color-light {
  color: #A5A4A8;
}

.text-grey-v1 {
  color: #454E59;
}

.link-color {
  color: #005FED;
}

.primary-bg {
  background-color: #131313;
}

.primary-border {
  border: 1px solid #E0E0E0;
}

.no-bg {
  background-color: transparent !important;
}

.table-data-detail-color {
  color: #455569;
}

.image-card-text-color {
  color: #414448;
}

.dary-grey-v1 {
  color: #454E59;
}

.site-bg {
  background-image: url(../image/site-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.primary-btn {
  border-radius: 6px;
  background-color: #131313;
  border: 1px solid #131313;
  color: #ffffff;
}
.primary-btn.primary-btn:hover {
  background-color: #383131;
  color: #ffffff;
}
.primary-btn:disabled {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.6;
}

.secondary-btn {
  border: 1px solid #C7C7C7;
  border-radius: 6px;
}
.secondary-btn.secondary-btn:hover {
  background-color: #e9e9e9;
}
.secondary-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #f5f5f5;
  border-color: #e0e0e0;
  color: #a0a0a0;
}

.custom-title-container {
  width: 87%;
  margin: 22px auto 0px auto;
}
.custom-title-container .input-group.custom-search-box {
  border: 1px solid #DCE1E4;
  border-radius: 6px;
  overflow: hidden;
  height: 41.6px;
  width: 250px;
}
.custom-title-container .input-group.custom-search-box .custom-search {
  border: 0px;
  display: flex;
  width: 45px;
  background: #fff;
}
.custom-title-container .input-group.custom-search-box .custom-search img {
  width: 15px;
}
.custom-title-container .input-group.custom-search-box input,
.custom-title-container .input-group.custom-search-box button {
  box-shadow: none;
}
.custom-title-container .filter-button {
  border: 1px solid #DCE1E4;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  height: 41.6px;
  width: 41.6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-title-container .filter-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f0f0f0;
}
.custom-title-container .filter-button .img {
  width: 16px;
}
.custom-title-container .dropdown-menu.custom-filter {
  max-width: 465px !important;
  padding: 24px 32px;
  border-radius: 8px;
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  -webkit-backdrop-filter: blur(34px);
          backdrop-filter: blur(34px);
}

.custom-container {
  width: 87%;
  margin: 22px auto 0px auto;
}

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100%;
  }
  .custom-title-container,
  .custom-container {
    width: 95%;
  }
  .custom-title-container .mobile-title-conatiner {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .custom-title-container .page-title {
    margin-bottom: 30px;
  }
  .custom-title-container .input-group.custom-search-box {
    width: 150px;
  }
  .custom-title-container button {
    margin-left: auto;
  }
  .custom-title-container .dropdown-menu.custom-filter {
    min-width: 100% !important;
  }
  .table-data-details-mobile {
    flex-direction: column;
  }
  .table-data-details-mobile .table-data-details {
    margin-bottom: 16px;
  }
}
.custom-filter input.form-control {
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #D2D2D2;
}

.site-theme-table {
  border: 1px solid #E5E7EB !important;
  border-radius: 16px;
}
.site-theme-table table {
  width: 100%;
}
.site-theme-table table thead tr th {
  padding: 14px 15px;
  background-color: #F9FAFB;
  font-size: 12px;
  color: #4C5964;
  text-wrap: nowrap;
  border-bottom: 1px solid #E5E7EB !important;
  font-family: "Lato-Medium";
}
.site-theme-table table thead tr th .sort-up {
  position: absolute;
  top: 10px;
  cursor: pointer;
}
.site-theme-table table thead tr th .sort-down {
  position: absolute;
  bottom: 11px;
  cursor: pointer;
}
.site-theme-table table thead tr .custom-right-align-with-sort {
  padding-right: 29px !important;
}
.site-theme-table table tbody tr td {
  padding: 19px 15px;
  font-size: 14px;
  font-weight: 400;
  text-wrap: wrap;
  color: #000000;
  vertical-align: middle;
  border-bottom: 1px solid #E5E7EB;
  background-color: #FFFFFF;
}
.site-theme-table table tbody tr td a {
  color: #0062FF;
  font-family: "Lato-Medium" !important;
}
.site-theme-table table tbody tr td a:hover {
  color: #032e74;
}
.site-theme-table table tbody tr:last-child td {
  border-bottom: 0px;
}

.site-theme-table .accordion-table td {
  background: #F1F1F1 !important;
  border-bottom: unset;
}

.site-theme-table tr:not(.accordion-table) + .accordion-table {
  box-shadow: 0px 0px 21px -2px rgba(0, 0, 0, 0.15);
}

.table-scroll-responsive-container {
  max-height: 250px !important;
  overflow-y: auto;
}

.notification-status {
  background-color: #FF5659;
  color: white;
  padding: 1.5px 5px;
  line-height: 13px;
  border-radius: 34px;
}

.manage-employess-table .custom-dropdown ul li {
  padding: 5px 10px;
  font-size: 12px;
  color: #454E59;
  font-size: 500;
  cursor: pointer;
}
.manage-employess-table .custom-dropdown ul li:hover {
  background-color: white;
}

.manage-employess-table .custom-dropdown {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: #F9F9F9;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1490196078);
}

@media (max-width: 768px) {
  .manage-employess-container .custom-search-box {
    width: 100% !important;
  }
}
.accordion-table:first-child td {
  background: #EEF9FF !important;
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.15);
}

.pagination .page-link.custom-page-item {
  border-radius: 8px;
  border-width: 1px;
  padding: 8px 12px;
  font-family: "Lato-Regular";
  font-size: 14px;
  line-height: 20px;
  color: #4F5B6E;
}
.pagination .page-link.custom-page-item.active {
  background-color: #131313;
  color: #FFFFFF;
  font-family: "Lato-Medium";
}
.pagination .page-link.custom-page-item.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.table-data-details select {
  width: 66px;
  height: 30px;
  border: 1px solid #D0D0D0;
  padding: 0px 5px;
}

.back-btn:hover {
  transform: scale(1.1);
}

.image-card-data {
  padding: 32px 32px 25px 32px;
  box-shadow: 0px 4px 12px 0px rgba(0, 95, 237, 0.0784313725);
  border-radius: 8px;
  background-color: #fff;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .image-card-data {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .image-card-data {
    margin-bottom: 30px;
  }
}
.error-page-bg {
  background-image: url(../image/error-page-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.error-page-container .error-main-image {
  width: 400px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .error-page-container .error-main-image {
    width: 60%;
    margin-top: 70px;
  }
}
.error-unauthorized-image {
  width: 150px !important;
  margin-top: 60px !important;
}

.badge-style {
  background: #D8E1E6;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 20px;
}

.grid-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}

.grid-checkbox:checked {
  background-color: #000000;
}

.grid-status {
  padding: 5px 12px;
  border-radius: 20px;
}

.dot-style {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}

.completed-status {
  color: #0A6100;
  background-color: #F2FFF1;
}

.completed-dot {
  background-color: #0A6100;
}

.pending-status {
  color: #9E7900;
  background-color: #FFE8CB;
}

.pending-dot {
  background-color: #9E7900;
}

.pushed-status {
  color: #0080C5;
  background-color: #E3F1FF;
}

.pushed-dot {
  background-color: #0080C5;
}

.failed-status {
  color: #DC3545;
  background-color: #FFF0F0;
}

.failed-dot {
  background-color: #DC3545;
}

.inactive-status {
  color: #6B7280;
  background-color: #F3F4F6;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 8px;
}

.kebab-button {
  background: unset;
  border: unset;
}

.custom-dropdown {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}

.list-style-none {
  list-style: none;
}

.custom-dropdown-btn {
  background-color: #fff;
  border: unset;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
}

.custom-dropdown-btn:hover {
  background-color: #ECEFF3;
  border-radius: 5px;
}

.acc-dropdown {
  padding: 2px !important;
}

.table-accordion-arrow.collapsed {
  transform: rotate(-90deg);
}

.manage-roles-tooltip {
  position: relative;
  display: inline-block;
}

.manage-roles-tooltip .manage-roles-tooltip-text {
  visibility: hidden;
  width: 200px;
  /* Adjust width as needed */
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px;
  border-radius: 6px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  /* Adjust based on width */
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

.manage-roles-tooltip:hover .manage-roles-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.manage-roles-tooltip .manage-roles-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.manage-roles-tooltip .manage-roles-tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.debounce-multi-select {
  position: relative;
}

.debounce-multi-select .loading-indicator {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  /* Adjust to your needs to position it properly below the input */
  width: 100%;
  text-align: center;
}

.manage-employess-container .card {
  min-height: 165px;
  margin-bottom: 24px;
}

.Something-Wrong-toast-container {
  z-index: 9999;
  position: fixed;
  right: 40px;
  top: 70px;
}

.Something-Wrong-toast-container .toast-body {
  border-radius: 8px;
  box-shadow: 0px 2px 23px -2px rgba(0, 0, 0, 0.1490196078);
  -webkit-backdrop-filter: blur(108px);
          backdrop-filter: blur(108px);
  padding: 12px 20px;
  background: #ffffff;
  width: 320px;
  gap: 16px;
}

.Something-Wrong-toast-container .toast-icon {
  width: 24px;
  height: 24px;
}

.Something-Wrong-toast-container .toast-content {
  color: #454E59;
}

.dashboard-table-scroll {
  max-height: 288px !important;
  overflow: auto;
}
.dashboard-table-scroll thead {
  position: sticky;
  top: 0;
}

.custom-filter .ant-slider-track.ant-slider-track-1 {
  background: #000 !important;
}

.custom-filter .ant-picker.ant-picker-range {
  width: 100% !important;
  height: 40px;
}

.custom-filter .ant-slider-handle::after {
  background-color: #000000;
  box-shadow: 0 0 0 3px #000000;
  border-radius: 13%;
}

.custom-filter .ant-slider-handle:hover::after,
.custom-filter .ant-slider:hover .ant-slider-handle::after,
.custom-filter .ant-slider-handle:focus::after,
.custom-filter .ant-slider:focus .ant-slider-handle::after {
  box-shadow: 0 0 0 2.5px #000000 !important;
  outline: 6px solid rgba(0, 0, 0, 0.2) !important;
}

.ant-select-dropdown {
  z-index: 9999;
}

.debouncesingleselect .ant-select-selection-item {
  font-weight: 600;
}

.st-input-number {
  width: 145px !important;
}

.dss-task-input {
  width: 244px !important;
}

/*Profile dropdown styles starts*/
.role-icon {
  width: 13px;
}

/* Center the content vertically and horizontally with no background */
.okta-loading-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  /* Full viewport height */
  background-color: transparent;
  /* No background */
  overflow-x: hidden;
  /* Prevent horizontal scrollbar */
  opacity: 0;
  /* Start with low opacity */
  filter: brightness(0.5);
  /* Start with reduced brightness */
  animation: okta-fade-to-bright 1.5s ease-in forwards;
  /* Fade-to-bright animation */
}

/* Fade-to-bright animation for the entire container */
@keyframes okta-fade-to-bright {
  0% {
    opacity: 0;
    filter: brightness(0.5);
  }
  100% {
    opacity: 1;
    filter: brightness(1.2);
    /* Slightly brighter than normal for a "glow" effect */
  }
}
/* Wrapper for logo and expense card */
.okta-logo-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  /* Use rem for responsiveness */
}

/* Logo with ripple and bounce effect */
.okta-logo-pulse {
  font-family: Arial, sans-serif;
  font-size: 7vmin;
  /* Bigger logo */
  font-weight: bold;
  color: #000;
  /* Black text to match the logo */
  background-color: #ffeb3b;
  /* Yellow background to match the logo */
  width: 9vmin;
  /* Bigger width */
  height: 9vmin;
  /* Bigger height */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1vmin;
  /* Rounded corners to match the logo */
  position: relative;
  z-index: 2;
  animation: okta-ripple-bounce 1.5s ease-in-out forwards, okta-glow 2s ease-in-out infinite 1.5s;
  /* Soft glow after landing */
}

/* Ripple and bounce animation */
@keyframes okta-ripple-bounce {
  0% {
    transform: scale(0.3) translateY(-10vmin);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) translateY(0);
    opacity: 1;
  }
  70% {
    transform: scale(0.9) translateY(0);
  }
  85% {
    transform: scale(1.05) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
/* Soft glow animation */
@keyframes okta-glow {
  0% {
    box-shadow: 0 0 1vmin rgba(255, 235, 59, 0.5);
  }
  50% {
    box-shadow: 0 0 2vmin rgb(255, 235, 59);
  }
  100% {
    box-shadow: 0 0 1vmin rgba(255, 235, 59, 0.5);
  }
}
/* Floating expense card (inspired by dashboard cards) */
.okta-expense-card {
  width: 12vmin;
  /* Responsive width */
  height: 12vmin;
  /* Responsive height */
  background-color: #f5f6ff;
  /* Light blue like the dashboard cards */
  border-radius: 1vmin;
  /* Responsive border radius */
  position: absolute;
  z-index: 1;
  animation: okta-float 3s ease-in-out infinite;
  /* Floating effect */
}

/* Floating animation for the expense card */
@keyframes okta-float {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-2vmin) scale(1.05);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }
}
/* Text styling for two lines with bold Montserrat font */
.okta-loading-text {
  font-family: "Montserrat", sans-serif;
  /* Bold Montserrat font */
  font-weight: 700;
  /* Ensure it's bold */
  font-size: 2.8vmin;
  /* Responsive font size */
  color: #000;
  /* Black to match the "M" in the logo */
  text-align: center;
  /* Center the text */
  line-height: 1.5;
  /* Add spacing between lines */
  text-transform: uppercase;
  /* Convert text to all capitals */
}

/* First line: slide in from the left */
.okta-text-slide {
  display: inline-block;
  animation: okta-slide-from-left 1.5s cubic-bezier(0.1, 0.9, 0.2, 1) forwards;
  /* Fast start, slow finish */
}

/* Second line: slide in from the right */
.okta-text-slide-delay {
  display: inline-block;
  animation: okta-slide-from-right 1.5s cubic-bezier(0.1, 0.9, 0.2, 1) forwards;
  /* Fast start, slow finish */
}

/* Slide in from the left animation */
@keyframes okta-slide-from-left {
  0% {
    transform: translateX(-100vw);
    /* Start from the left edge of the viewport */
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    /* End at the center */
    opacity: 1;
  }
}
/* Slide in from the right animation */
@keyframes okta-slide-from-right {
  0% {
    transform: translateX(100vw);
    /* Start from the right edge of the viewport */
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    /* End at the center */
    opacity: 1;
  }
}
/* Responsive adjustments */
/* Mobile devices (up to 576px) */
@media (max-width: 576px) {
  .okta-logo-pulse {
    font-size: 9vmin;
    width: 11vmin;
    height: 11vmin;
    border-radius: 1.5vmin;
  }
  @keyframes okta-ripple-bounce {
    0% {
      transform: scale(0.3) translateY(-5vmin);
      opacity: 0;
    }
    50% {
      transform: scale(1.2) translateY(0);
      opacity: 1;
    }
    70% {
      transform: scale(0.9) translateY(0);
    }
    85% {
      transform: scale(1.05) translateY(0);
    }
    100% {
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }
  .okta-expense-card {
    width: 14vmin;
    height: 14vmin;
    border-radius: 1.5vmin;
  }
  .okta-loading-text {
    font-size: 3.5vmin;
    /* Slightly larger text for readability */
  }
  .okta-logo-wrapper {
    margin-bottom: 1.5rem;
  }
}
/* Tablets (577px to 768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .okta-logo-pulse {
    font-size: 8vmin;
    width: 10vmin;
    height: 10vmin;
    border-radius: 1.2vmin;
  }
  @keyframes okta-ripple-bounce {
    0% {
      transform: scale(0.3) translateY(-7vmin);
      opacity: 0;
    }
    50% {
      transform: scale(1.2) translateY(0);
      opacity: 1;
    }
    70% {
      transform: scale(0.9) translateY(0);
    }
    85% {
      transform: scale(1.05) translateY(0);
    }
    100% {
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }
  .okta-expense-card {
    width: 13vmin;
    height: 13vmin;
    border-radius: 1.2vmin;
  }
  .okta-loading-text {
    font-size: 3vmin;
  }
  .okta-logo-wrapper {
    margin-bottom: 1.8rem;
  }
}
/* Desktops (769px and above) */
@media (min-width: 769px) {
  .okta-logo-pulse {
    font-size: 7vmin;
    width: 9vmin;
    height: 9vmin;
    border-radius: 1vmin;
  }
  @keyframes okta-ripple-bounce {
    0% {
      transform: scale(0.3) translateY(-10vmin);
      opacity: 0;
    }
    50% {
      transform: scale(1.2) translateY(0);
      opacity: 1;
    }
    70% {
      transform: scale(0.9) translateY(0);
    }
    85% {
      transform: scale(1.05) translateY(0);
    }
    100% {
      transform: scale(1) translateY(0);
      opacity: 1;
    }
  }
  .okta-expense-card {
    width: 12vmin;
    height: 12vmin;
    border-radius: 1vmin;
  }
  .okta-loading-text {
    font-size: 2.8vmin;
  }
  .okta-logo-wrapper {
    margin-bottom: 2rem;
  }
}
.loader-container {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.loader-container img {
  width: 50px;
}

.export-loader-styles {
  margin: 0 13.86px;
  width: 19.1px;
}

.mandatory-field {
  color: red;
}

.edit-popup-active.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7098039216);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.no-scroll {
  overflow: hidden;
}

@media (min-width: 1025px) {
  .split-table-container .amount-field {
    max-width: 250px;
    min-width: 250px;
  }
  .split-table-container .job-name {
    max-width: 360px;
    min-width: 360px;
  }
  .split-table-container .task-field {
    max-width: 275px;
    min-width: 275px;
  }
}
.split-transaction {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}

.split-transaction:hover {
  background-color: #FFF2E6;
}

.edit-transaction {
  width: 25px;
  height: 25px;
  border-radius: 4px;
}

.edit-transaction:hover {
  background-color: #ECEFF3;
}

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

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: unset;
}

.people-selection .ant-select .ant-select-selector .ant-select-selection-wrap .ant-select-selection-overflow {
  height: 40px;
}/*# sourceMappingURL=common.css.map */