
/* /src/custom.scss */
html,
body {
  height: 100%;
}

button:focus {
  outline: 0 !important;
}

/* SCSS HEX */
html:not([data-scroll="0"]) .vistor-nav {
  position: fixed;
  top: 0;
  z-index: 1;
  /* This box-shadow will help sell the floating effect */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}

.merchant {
  border-radius: 0.4rem;
  overflow: hidden;
}
.merchant:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 16px;
  background: #fafbff;
  cursor: pointer;
}

.gray-900 {
  background-color: #0a083b;
}

.gray-800 {
  background-color: #252351;
}

.gray-700 {
  background-color: #403f67;
}

.gray-600 {
  background-color: #5c5a7c;
}

.gray-500 {
  background-color: red;
}

.gray-400 {
  background-color: #9291a8;
}

.gray-300 {
  background-color: #adadbe;
}

.gray-200 {
  background-color: #c9c8d3;
}

.gray-100 {
  background-color: #e4e4e9;
}

a {
  text-decoration: none !important;
}

.hoverline:hover {
  text-decoration: underline !important;
}

.heart-outline-light {
  width: 22px !important;
}
.heart-outline-light path {
  width: 22px !important;
  fill: none;
  stroke: #a6b1bb;
  stroke-width: 1.5px;
  stroke-linejoin: round;
}

.heart-outline-dark {
  width: 22px !important;
}
.heart-outline-dark path {
  fill: none;
  stroke: #244362;
  stroke-width: 1.5px;
  stroke-linejoin: round;
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.card-details:hover {
  text-decoration: underline;
  cursor: pointer;
}

.editable-text-cell {
  position: relative;
  padding: 5px 12px;
}

.editable-text-cell:hover {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.editable-input:hover {
  border: 1px solid #d9d9d9 !important;
  border-radius: 2px;
}

.ant-progress-outer {
  padding: 0;
}

.ant-collapse-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ant-collapse-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slack-message-input:focus-within {
  outline: 2px solid #d6e0ff;
}

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

.calendarEvent:hover {
  cursor: pointer;
}

.customCollapseMenu .ant-collapse-header {
  width: 130px;
}
.customCollapseMenu .ant-collapse-body {
  padding: 0 !important;
}

.customTabs .ant-tabs-nav::before {
  border-bottom: none;
}

.featuredTempates .ant-collapse-header {
  padding: 0 !important;
}

.sidenav-primary-cta span.anticon.anticon-plus {
  display: inline-flex !important;
}

.antd-table-light {
  background-color: rgb(250, 250, 250);
}

#customStripeElement {
  display: block;
  height: auto;
}

#custom-segment-items .ant-segmented-item {
  margin-top: 8px;
  margin-bottom: 8px;
}
#custom-segment-items .ant-segmented-item-label {
  padding: 0px;
}

.mobile-custom-segment-group .ant-segmented-group {
  display: flex;
  justify-content: flex-start;
  gap: 32px;
  margin-right: 8px;
  margin-left: 8px;
}

.desktop-custom-segment-group .ant-segmented-group {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.highlight-red {
  background-color: #fc4537;
}

.email-radio-group .ant-radio-button-wrapper {
  width: 50%;
  text-align: center;
}

.custom-enlarged-tabs .ant-tabs-nav-wrap {
  justify-content: center;
}
.custom-enlarged-tabs .ant-tabs-nav-list {
  width: 100%;
}
.custom-enlarged-tabs .ant-tabs-tab {
  width: 50%;
  display: flex;
  justify-content: center;
}

.small-custom-segment .ant-segmented-item {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}

.custom-checkbox {
  max-height: 16px;
}
.custom-checkbox .ant-checkbox-input {
  height: 16px;
  width: 16px;
}

.custom-ant-upload .ant-upload {
  width: 100% !important;
  height: 240px !important;
}

.custom-ant-vertical-tabs .ant-tabs-content-holder {
  width: 0px;
  display: none;
}
.custom-ant-vertical-tabs .ant-tabs-nav {
  width: 100%;
}
.custom-ant-vertical-tabs .ant-tabs-nav-list {
  border-left: 1px solid #d9d9d9;
}
.custom-ant-vertical-tabs .ant-tabs-nav-list .ant-tabs-tab {
  width: 100%;
}
.custom-ant-vertical-tabs .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
  width: 100%;
  overflow: hidden;
  text-align: left;
}

.flatfile_iframe-wrapper {
  min-width: 768px;
  min-height: 600px;
  width: 100% !important;
  height: 100vh !important;
}

.one-line-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-all;
}

.two-line-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.three-line-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.hoverable-underline-text:hover {
  text-decoration: underline;
  cursor: pointer;
}

.pointer:hover {
  cursor: pointer;
}

.gray:not(:hover) {
  background-color: #d9d9d9;
}

.ant-cascader-menu:has(.hide-antd-disabled-sibling-checkbox) .ant-cascader-checkbox-disabled {
  display: none;
}

.custom-ant-menu .ant-popover-inner {
  padding-left: 4px;
  padding-right: 4px;
}
.custom-ant-menu .ant-menu-item {
  padding-left: 8px;
  padding-right: 8px;
}

.clean-collapse .ant-collapse-header {
  padding: 0 !important;
}
.clean-collapse .ant-collapse-body {
  padding: 0 !important;
}

.clean-timeline {
  padding-top: 8px;
}
.clean-timeline .ant-timeline-item-last {
  padding: 0;
}
.clean-timeline .ant-timeline-item-last .ant-timeline-item-content {
  min-height: 0;
}

.strict-timeline {
  padding-top: 8px;
}
.strict-timeline .ant-timeline-item-last {
  padding: 0;
}
.strict-timeline .ant-timeline-item-last .ant-timeline-item-content {
  min-height: 0;
}
.strict-timeline .ant-timeline-item-label {
  text-align: left !important;
}
.strict-timeline .ant-timeline-item-content {
  min-width: max-content;
}

/* In some figmas, we want the step in process to not be the org color. Ant design blue. */
.normal-process .ant-steps-item-process .ant-steps-item-icon {
  background-color: #1890ff !important;
  border: #1890ff !important;
}

/* In some figmas, we want the step in process to not be the org color. Ant design orange. */
.delayed-process .ant-steps-item-process .ant-steps-item-icon {
  background-color: #fa8c16 !important;
  border: #fa8c16 !important;
}