/* Platform utility css. */
/* Card Loader CSS */

.card-block-loader {
  display: flex;
  min-height: 200px;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.sk-swing {
  width: 45px;
  height: 45px;
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
  background-color: #00af9a;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-swing-dot {
  0%,
  100% {
    transform: scale(0.2);
  }

  50% {
    transform: scale(1);
  }
}

/* End of card loader css */

/* FONE Alert css */

.fone-alert {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
  align-items: center;
  justify-content: center;
}

.fone-alert.show-fone-alert {
  display: flex;
}

.fone-alert-content-small {
  width: 25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0 0 1.25rem;
  text-align: center;
}
.fone-alert-content-medium {
  width: 32rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0 0 1.25rem;
  text-align: center;
}
.fone-alert-content-large {
  width: 40rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0 0 1.25rem;
  text-align: center;
}

.fone-alert-icon {
  margin: 2.5rem auto 0.5rem;
}

.fone-alert-icon span {
  height: 5rem;
  width: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  position: relative;
}

.fone-alert-success span {
  border: 0.25rem solid rgba(165, 220, 134, 0.3);
  color: #a5dc86;
}

.fone-alert-success span:after {
  content: "\2713";
}

.fone-alert-warning span {
  border: 0.25rem solid #ffeeba;
  color: #dca80d;
}

.fone-alert-warning span:after {
  content: "\003f";
}

.fone-alert-info span {
  border: 0.25rem solid #b8daff;
  color: #004085;
}

.fone-alert-info span:after {
  content: "\00a1";
}

.fone-alert-danger span {
  border: 0.25rem solid #f8d7da;
  color: #721c24;
}

.fone-alert-danger span:after {
  content: "\2715";
}

.fone-alert-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3d4e5c;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.fone-alert-para {
  color: #5e778d;
  padding: 0px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.popup-para {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #5e788d;
  margin-bottom: 2rem;
}

.fone-alert-footer {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* End of FONE Alert css */

/* Common header styling */

.symphony-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.symphony-header {
  min-height: 56px;
}

.symphony-header-standalone {
  top: 0rem;
  left: 0px;
  width: calc(100% - 0px);
}

.symphony-header-container h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: #3d4e5c;
  margin: 0;
  max-width: 50%;
}

.symphony-header p {
  font-size: 0.75rem;
  color: #5e788d;
  margin-right: 1rem;
  font-weight: 700;
}

.symphony-header p span {
  font-weight: 600;
}

.symphony-header-select {
  position: relative;
}

.symphony-header-select [class*="NeoSelectDisplay__InputSelectionBox"] {
  border-radius: 20px;
  color: #00af9a;
  padding: 7px 1rem 7px 1.75rem;
}

.symphony-header-select [class*="NeoSelectDisplay__SelectedOptionLabel"] {
  font-size: 0.75rem;
  font-weight: 700;
}

.symphony-header-select [class*="SelectArrow__ArrowBox"] {
  display: none;
}

.symphony-header-select span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.expanded-sidebar.app-scrolled .app-section .symphony-header-container {
  position: fixed;
  top: var(--platform-header-height);
  left: 0;
  width: 100%;
  padding: 0 1.5rem 0 var(--platform-expanded-sidebar-header-width);
  z-index: 999;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: fadeInDown 0.5s both;
  -moz-shadow: fadeInDown 0.5s both;
  -o-shadow: fadeInDown 0.5s both;
  -ms-shadow: fadeInDown 0.5s both;
  -webkit-animation: fadeInDown 0.5s both;
  animation: fadeInDown 0.5s both;
}

.app-scrolled .app-section .symphony-header-container {
  position: fixed;
  top: var(--platform-header-height);
  left: 0;
  width: 100%;
  padding: 0 1.5rem 0 77px;
  z-index: 999;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: fadeInDown 0.5s both;
  -moz-shadow: fadeInDown 0.5s both;
  -o-shadow: fadeInDown 0.5s both;
  -ms-shadow: fadeInDown 0.5s both;
  -webkit-animation: fadeInDown 0.5s both;
  animation: fadeInDown 0.5s both;
}

.app-scrolled .app-section .symphony-header-container .symphony-header {
  padding: 0.5rem 0;
}

.symphony-header-container h3.sh-tab-title {
  margin-right: 1.5rem;
}

.symphony-header-container h3.sh-title {
  margin-right: 0.5rem;
}

.backBtn {
  cursor: pointer;
  padding: 0px 10px;
  border: solid 0.5px #d4dce2;
  border-radius: 4px;
}

.backBtn:hover {
  border: solid 0.5px #00af9a;
}

.cd-page-title {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-break: anywhere;
}

.symphony-header-select div[class*="NeoSelectDropList__ListItem"] {
  min-width: 125px;
}

.header-entries-select div[class*="NeoPopover__Container"] {
  transform: translate3d(-50px, 36px, 0px) !important;
}

.symphony-header-select div[class*="NeoSelectDropList__DropListBox"] {
  max-height: 400px;
}

.date-range-input
  div[class*="commonComponents__InputContainer"]
  > div[class*="commonComponents__ClearButton"] {
  right: 35px;
}

.date-range-input
  div[class*="commonComponents__InputContainer"]
  > div[class*="NeoInput__InputWrapper"] {
  width: 100% !important;
  padding-right: 10px !important;
}

.anchor-element {
  cursor: pointer;
}

.show-right-vl {
  position: relative;
  margin-right: 1.5rem;
}

.show-right-vl:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ddd;
  right: -0.75rem;
  top: 0;
}

/* End of Common header styling */

/* Neo Breadcrumb styling */

.breadcrumb-item + .breadcrumb-item::before {
  font-weight: 400;
}

.app-breadcrumb {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.app-breadcrumb li:not(:first-child) {
  padding-left: 0.5rem;
  position: relative;
}

.app-breadcrumb li:not(:first-child):before {
  content: "/";
  padding-right: 0.5rem;
  color: #6c757d;
}

.app-breadcrumb li a,
.app-breadcrumb li span {
  color: #5e788d;
  text-decoration: none;
  font-size: 0.875rem;
  cursor: default;
}

.app-breadcrumb li a:hover {
  color: #00af9a;
  cursor: pointer;
}

.app-breadcrumb .app-breadcrumb-item.active a {
  font-weight: 600;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

/* End of neo breadcrumb styling */

/* Neo popup styling */

.fone-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
}

.fone-modal.show {
  display: flex;
}

body.no-scroll {
  overflow: hidden;
}

.fone-modal .fone-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}

.fone-modal .fone-modal-content {
  background-color: #fff;
  padding: 2rem;
  width: 600px;
  max-width: 95%;
  border-radius: 0.5rem;
}

.fone-modal-body-relative .fone-modal-body {
  position: relative;
}

.fone-modal .fone-modal-content {
  max-width: 600px;
  width: 95%;
}

.fone-modal.fone-modal-xs .fone-modal-content {
  max-width: 420px;
}

.fone-modal.fone-modal-md .fone-modal-content {
  max-width: 845px;
}

.fone-modal.fone-modal-lg .fone-modal-content {
  max-width: 1100px;
}

.fone-modal.fone-modal-xl .fone-modal-content {
  max-width: 1300px;
}

.fone-modal .fone-modal-content .fone-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.fone-modal .fone-modal-content .fone-modal-title {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  color: #3d4e5c;
  margin: 0;
  line-break: anywhere;
  padding-right: 5px;
}

.fone-modal .fone-modal-content .fone-modal-body {
  padding: 1rem;
  background: #f9fafb;
  border: 0.5px solid #d4dce2;
  border-radius: 0.5rem;
  max-height: calc(100vh - 240px);
  overflow: auto;
}

.fone-modal.fone-modal-overflow-visible .fone-modal-content .fone-modal-body {
  overflow: visible;
}

.fone-modal .fone-modal-content .with-no-footer {
  max-height: calc(100vh - 180px);
}

.fone-modal.body-bg-white .fone-modal-content .fone-modal-body {
  background-color: #fff;
}

.fone-modal.pdf-preview-popup .fone-modal-body {
  padding: 0;
}

.fone-modal .fone-modal-content .fone-modal-body p {
  line-break: anywhere;
}

.fone-modal .fone-modal-close {
  font-size: 0.875rem;
  font-weight: 600;
  color: #97aaba;
  cursor: pointer;
  text-decoration: none;
}

.fone-modal.pdf-preview-popup .fone-modal-body .pdf-preview {
  position: relative;
}

.fone-modal.pdf-preview-popup .fone-modal-body .pdf-preview:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: transparent;
}

.hide-table-footer footer[class*="GenericTableComponents__TableFooter"] {
  display: none !important;
}

.rbi-dashboard
  .fone-modal.pdf-preview-popup
  .fone-modal-body
  .pdf-preview:after {
  z-index: 2 !important;
}

.fone-modal-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
}

/* End of neo popup styling */

/* Upload modal styling */

.upload-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}

.upload-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.upload-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 550px;
  height: auto;
  padding: 30px;
  border: 2px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  background-color: white;
  color: black;
}

.dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.title {
  font-size: 18px;
  font-weight: 600;
}

.dialog-body {
  margin-top: 10px;
  color: #c4b9b0;
}

.subtitle {
  font-size: 12px;
  margin-bottom: 10px;
}

.file-drop-area {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
}

.message {
  margin-bottom: 10px;
  font-size: 13px;
  color: #808998;
}

#browse-button {
  max-width: 80px;
  margin: auto auto;
  cursor: pointer;
}

.dialog-footer {
  margin-top: 20px;
  display: flex;
  justify-content: end;
}

#cancel-button {
  max-width: 80px;
  cursor: pointer;
  margin-right: 10px;
}
.help-container {
  margin-top: 20px;
  background: #f9fafb;
  padding: 5px;
}

.sample-download a {
  color: #00af9a;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
}

.sample-download a:hover {
  color: #00af9a;
  text-decoration: underline;
}

/* End of upload modal styling */

.app-section {
  padding: 0rem 1.5rem 1.5rem;
  height: 100%;
}

.eula-modal b,
.eula-modal strong {
  font-weight: 700;
}

div[class*="GenericTableComponents__TableWrapper"] {
  min-height: 250px;
}

#Table_custom-table_Wrapper {
  min-height: 250px;
}

.app-container {
  display: flex;
  background: #f9fafb;
  margin-top: 3rem;
  padding-left: 58px;
}

.app-sidemenu {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 998;
  left: 0;
}

.custom-card h4 {
  font-weight: 600;
  font-size: 14px;
  color: #3d4e5c;
}

.app-sidemenu > nav {
  padding-top: var(--platform-header-height);
}

.h-90 {
  height: 90%;
}

.w-90 {
  width: 90%;
}

* {
  -webkit-scrollbar-width: 5px;
  -moz-scrollbar-width: 5px;
  -ms-scrollbar-width: 5px;
  scrollbar-width: 5px;
  -webkit-scrollbar-color: rgba(166, 185, 200, 0.5);
  -moz-scrollbar-color: rgba(166, 185, 200, 0.5);
  -ms-scrollbar-color: rgba(166, 185, 200, 0.5);
  scrollbar-color: rgba(166, 185, 200, 0.5);
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: #ffffff;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(166, 185, 200, 0.5);
}

*::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(166, 185, 200, 0.5);
  cursor: auto;
}

.Toastify__toast-container {
  width: 600px !important;
  max-width: 95%;
}
.Toastify__toast-body {
  white-space: pre-wrap;
  word-break: break-word;
}
/* div[class*="DummyScroll__DummyScrollContainer"] {
  display: none;
} */

div[class*="GenericTableComponents__HeaderText"] {
  font-weight: 600 !important;
}

.info-tooltip {
  cursor: pointer;
}

.input-suffix .info-tooltip {
  padding: 8px !important;
  align-items: center !important;
  display: flex !important;
  position: unset !important;
  margin-left: -30px !important;
}

div[class*="NeoListWithResults__ListItem"],
div[class*="NeoSearchResults__FoundListItem"],
div[class*="NeoSelectInput__DisplayLabel"] {
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.timezone {
  div[class*="NeoSelectInput__DisplayLabel"] {
    max-width: unset;
  }
}

div[class*="NeoListWithResults__ListItem"] {
  white-space: break-spaces;
  word-break: break-word;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: auto;
}

div[class*="NeoBasicTooltip-sc-"] {
  max-width: 400px;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 350px;
  overflow: auto;
  scrollbar-width: thin;
  align-items: start;
}

.app-scrolled .app-section {
  padding-top: 4rem;
}

.common-form {
  position: relative !important;
  padding: 1rem;
  width: 100%;
}

.required {
  color: red;
}

.common-form [class*="NeoInput__InputWrapper"] {
  width: 100%;
}

.hideInputMsg div[class^="commonComponents__MessageContainer"] {
  flex: 1;
}

.hideInputMsg div[class*="commonComponents__ClearButton"] {
  right: 10px;
}

.custom-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  margin-bottom: 2px;
  color: #3d4e5c;
}

.tags-input-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  gap: 10px;
  min-height: 32px;
  background: #ffffff;
  border: 0.5px solid #97aaba;
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.tags-input-container .react-tagsinput-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  gap: 4px;
  background: #cde3eb;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #3d4e5c;
  line-break: anywhere;
}

.tags-input-container .react-tagsinput {
  width: 100%;
}

.tags-input-container .react-tagsinput input::placeholder {
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #97aaba;
}

.tags-input-container .react-tagsinput > span {
  display: block;
}

.tags-input-container .react-tagsinput input {
  width: 100%;
}

.tags-input-container .react-tagsinput-tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags-input-container .react-tagsinput-input {
  border: none !important;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
}

.tags-input-container .react-tagsinput-input::placeholder {
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
  color: #5e788d;
}

.tags-input-container .react-tagsinput-remove {
  position: relative;
  top: -1px;
  cursor: pointer;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

div[class*="NeoSelectDisplay__InputSelectionBox"] {
  border: 1px solid #97aaba;
  height: 32px;
  padding-right: 9px;
  padding-left: 10px;
}

div[class*="NeoSelectDisplay__SelectedOptionLabel"] {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

div[class*="NeoSelectDropList__ListItem"] {
  max-width: 400px;
  min-width: 200px;
  white-space: pre-wrap;
  word-break: break-word;
}

.custom-table-container .custom-table-header {
  color: rgb(61, 78, 92);
  font-size: 14px;
  font-weight: 400;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: end;
  gap: 16px;
  min-height: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: rgb(212, 220, 226) 0px -0.5px 0px inset;
  border-radius: 8px 8px 0px 0px;
  padding: 0px 16px;
}

.custom-table-container
  .custom-table-header
  div[class*="commonComponents__MessageContainer"] {
  display: none;
}

.custom-table-container
  .custom-table-header
  div[class*="NeoInput__InputWrapper"] {
  width: 100%;
  padding: 8px 40px 8px 8px;
}

.custom-table-container {
  height: calc(100% - 56px);
}

.custom-table-container .custom-table-header + .custom-table-body {
  height: calc(100% - 46px);
}

.custom-table-container .custom-table-header + .custom-table-body.with-footer {
  height: calc(100% - 92px);
}

div[class*="TableCell__ContentWrapper"] > div[class*="NeoCenterFlex"] {
  justify-content: flex-start;
}

.common-form
  div[class*="commonComponents__Message"]
  div[class*="commonComponents__Message"] {
  min-height: 14px;
  height: initial;
}

div[class*="NeoMultiSelectListResults__ListItem"] {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.errMsg {
  margin-top: 2px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  color: #ff3c1c;
}

div[class*="NeoShim"] {
  width: 100%;
}

div[class*="NeoMultiSelect__MultiSelectBox"] {
  width: 100%;
  overflow-x: auto;
}

div[class*="NeoMultiSelectList__MultiSelectContainer"] {
  width: 100%;
}

div[class*="NeoMultiSelectList__ListBox"] {
  width: 100%;
}

div[class*="NeoMultiSelect__MultiSelectContainer"] {
  width: 100%;
}

div[class*="commonComponents__InputContainer"]
  > div[class*="commonComponents__ClearButton"] {
  right: 12px;
}

.input-suffix
  div[class*="commonComponents__InputContainer"]
  > div[class*="commonComponents__ClearButton"] {
  right: 30px !important;
}

.input-suffix
  div[class*="commonComponents__InputContainer"]
  > div[class*="NeoInput__NeoTextInput"] {
  width: calc(100% - 42px) !important;
}

.hover-option-menu {
  padding-bottom: 4px;
  margin-bottom: -4px;
}

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

.hide-number-arrow input[type="number"] {
  -moz-appearance: textfield;
}

.table-custom-filter {
  min-width: 200px;
}

.table-custom-filter div[class*="NeoInput__InputWrapper"] {
  width: 100% !important;
  padding-right: 24px !important;
}

.hide-message-container div[class*="commonComponents__MessageContainer"] {
  display: none;
}

.input-wrapper-100 div[class*="NeoInput__InputWrapper"] {
  width: 100% !important;
}

.maxw-50 {
  max-width: 50%;
}

.read-only-multiselect div[class*="NeoMultiSelectButtons__ButtonsBox"] {
  display: none;
}

.read-only-multiselect div[class*="NeoMultiSelectList__Footer"] {
  display: none;
}

.fone-modal .fone-modal-content .fone-modal-body .eula-html-para {
  word-break: break-word;
  line-break: auto;
  line-height: 1.5;
}

.fone-modal .fone-modal-content .fone-modal-body .eula-html-para p {
  line-break: auto !important;
}

.select-filter ul {
  top: 85px;
  width: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 3px 8px rgba(151, 170, 186, 0.24);
  border-radius: 0 0 8px 8px;
  border: 0.5px solid #d4dce2;
  border-top: 0;
  padding: 0.5rem;
  max-height: 280px;
  overflow: auto;
  font-size: 14px;
}

.select-filter ul li {
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
}

.select-filter ul li:hover {
  background-color: #f3f5f7;
}

.select-table-clear-filter {
  position: relative;
  top: -15px;
  display: block;
  text-align: right;
  width: 100%;
}

.select-table-clear-filter a {
  font-size: 10px;
}

div[class*="NeoTooltips"] {
  z-index: 10001;
}

::-webkit-input-placeholder {
  font-size: 13px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

::-moz-placeholder {
  font-size: 13px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:-ms-input-placeholder {
  font-size: 13px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

:-moz-placeholder {
  font-size: 13px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-text-area
  div[class*="commonComponents__InputContainer"]
  > div[class*="commonComponents__ClearButton"] {
  bottom: 10px;
  top: initial;
}

.neo-range-popover {
  position: fixed;
  top: 65px;
  right: 205px;
  z-index: 10000;
  width: 230px;
}

.neo-range-popover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

input:placeholder-shown {
  text-overflow: ellipsis;
}

.no-data-title {
  color: #45bead;
  font-size: 14px;
}

.eula-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 8px;
}

.eula-footer-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* START: neo lib update css fixes */
div[class*="styles__InputContainer"] > div[class*="styles__ClearButton"] {
  right: 12px;
}

.hide-input-footer div[class*="styles__FooterContainer"] {
  display: none;
}

.date-input-clear-button,
.clear-button-with-input-suffix {
  div[class*="styles__InputContainer"] > div[class*="styles__ClearButton"] {
    right: 28px;
  }
  div[class*="InputContainer"]:not(:has(input[type="date"])) {
    padding-right: 42px;
  }
}

/* END: neo lib update css fixes */

/* ExportProgress CSS */

.upload-popup-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1002;
}

.upload-popup-box .upload-popup-box-overlay {
  background-color: #1d252c;
  opacity: 0.6;
  height: 100%;
  width: 100%;
}

.upload-popup-box .upload-popup-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 550px;
  padding: 2rem;
  border-radius: 8px;
  border: 1px;
}

.upload-popup-box-heading h2 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
  color: #29343d;
}

.upload-popup-box-body {
  padding-top: 1rem;
}

.upload-popup-box-body p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  color: #3d4e5c;
  margin-bottom: 1rem;
}

.upload-popup-browse-section {
  background-color: #f9fafb;
  border-radius: 8px;
  border: 1px dashed #ddd;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.upload-popup-browse-section.file-drag {
  filter: drop-shadow(2px 2px 3px #45bead);
}

.upload-popup-browse-section ~ input {
  display: none;
}

.upload-popup-browse-section .drag-drop-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #5e788d;
  margin-bottom: 10px;
  display: block;
}

.upload-file-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  color: #5e788d;
  line-break: anywhere;
}

.uploaded-file-name {
  font-size: 14px;
  font-weight: 500;
  color: #3d4e5c;
  line-height: 1rem;
  margin-bottom: 4px;
  display: inline-block;
  line-break: anywhere;
}

.upload-popup-box-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding-top: 2rem;
}

.upload-popup-progress-bar {
  height: 8px;
  padding: 1px;
  border-radius: 2px;
  background: #f3f5f7;
}

.upload-popup-progress-highlight {
  height: 4px;
  padding: 3.35px;
  gap: 3.35px;
  border-radius: 2px;
  background-color: #45bead;
}
