/* Page-specific CSS for: integrations-microsoft-excel-quickbooks-online-integrations */
 * ================================================================ */

.anti-flicker, .anti-flicker * {visibility: hidden !important; opacity: 0 !important;}
[data-wf-hidden-variation], [data-wf-hidden-variation] * {
        display: none !important;
      }

	.linear-text {
	  background-image: linear-gradient(127.45deg, #4894F2 1.32%, #2B5991 119.1%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
  .amt-navbar.sticky {
    position: sticky !important;
    top: -31px;
    left: 0;
    width: 100%;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 5%)
  }
  

.show-backtop-btn {
    opacity: 1; 
    transform: translateY(0px);
}



	.fs-pagination {
    border: none !important;
}

.fs-pagination ul {
    border: none !important;
}

.fs-pagination ul li.fs-pagination-active a {
    background-color: #4894f2 !important;
    color: white !important;
}

.fs-pagination ul li:first-child a {
    border-radius: 0px !important;
}

.fs-pagination ul li a {
    background-color: #FFFFFF;
    padding: 4px 8px;
    border: 0 !important;
    color: #212121 !important;
    border-right: 0 !important;
    text-decoration: none !important;
}

.fs-pagination ul li:last-child a {
    
    border-right: 0 !important;
    border-radius: 0px !important;
}

.fs-pagination-next:hover a {
	color: #4894f2 !important;
}
.fs-pagination-prev:hover a {
	color: #4894f2 !important;
}




/* Ensure all elements inherit the color from its parent */
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}


/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

/* Remove default Webflow chevron from form select */
@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
    .nav-banner {
    	display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

/* Apply "..." at 100% width */
.truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.navbar7_dropdown-toggle.w-dropdown-toggle.w--open .dropdown-chevron{
    color: var(--_simantic---text-color--text-brand);
}

.fs-consent_prefs {
    z-index: 9999 !important;
}

@media screen and (max-width: 479px) {
		.has-full-button {
    	flex-grow: 1;
    }
    .has-full-button .button {
        width: 100%;
    }
}


/* Color Schemes Controls*/
/* Inherit slider dot colors */
.w-slider-dot {
  background-color: var(--color-scheme-1--text);
  opacity: 0.20;
}

.w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text);
  opacity: 1;
}

/* Override .w-slider-nav-invert styles */
.w-slider-nav-invert .w-slider-dot {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 0.20 !important;
}

.w-slider-nav-invert .w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 1 !important;
}



 .ai-growth-text { 
  background: linear-gradient(45deg, #8711C1 0.71%, #2472FC 99.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }


.fs-consent_component {
    display: block
}

.fs-consent_banner {
    z-index: 9999;
    background-color: #f5f5f5;
    border-radius: .5rem;
    max-width: 45rem;
    padding: 2rem;
    display: none;
    position: fixed;
    inset: auto 10px 10px auto
}

.fs-consent_banner.show {
    display: block
}

.fs-consent_banner_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex
}

.fs-consent_banner_paragraph {
    margin-bottom: 0
}

.fs-consent_banner_buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    display: flex
}

.fs-consent_prefs_submit {
    background-color: #000;
    border-radius: .375rem;
    padding: .5rem 1rem
}

.fs-consent_prefs_buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex
}

.fs-consent_allow {
    background-color: var(--_simantic---background-color--background-alternate);
    color: #fff;
    border-radius: .375rem;
    padding: .5rem 1rem;
    text-decoration: none;
    display: block
}

.fs-consent_prefs_popup {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    height: 100%;
    padding: 2rem;
    display: flex;
    overflow: auto
}

.fs-consent_prefs_header {
    border-bottom: 1px solid #0003;
    padding-bottom: 1.5rem
}

.fs-consent_prefs_heading {
    font-size: 1.25rem
}

.fs-consent_prefs_close {
    color: #fff;
    cursor: pointer;
    background-color: #000;
    padding: .5rem;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto
}

.fs-consent_prefs_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex
}

.fs-consent_prefs_form-block {
    z-index: 2;
    border-radius: .5rem;
    margin-bottom: 0;
    position: relative;
    overflow: hidden
}

.fs-consent_decline {
    color: #333;
    background-color: #ddd;
    border-radius: .375rem;
    padding: .5rem 1rem;
    text-decoration: none;
    display: block
}

.fs-consent_prefs_wrapper {
    z-index: 997;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 2rem;
    display: flex;
    position: fixed;
    inset: 0%
}

.fs-consent_prefs_overlay {
    z-index: 1;
    background-color: #0000001a;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%
}

.fs-consent_prefs {
    z-index: 9997;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: fixed;
    inset: 0%
}

.fs-consent_prefs.show {
    display: flex
}

.fs-consent_prefs_close-icon {
    width: 1rem;
    line-height: 0
}

.fs-consent_prefs_form {
    background-color: #fff;
    width: 100%;
    max-width: 36.25rem;
    height: 100%;
    max-height: 70vh;
    margin-bottom: 0;
    position: relative
}

.fs-consent_prefs_link {
    color: #333;
    border-bottom: 1px solid #000;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none
}

.fs-consent_prefs_option {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom: 1px solid #0003;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-bottom: 1rem;
    display: flex
}

.fs-consent_checkbox_field {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex
}

.fs-consent_checkbox {
    margin-top: 0;
    margin-right: .5rem;
}

.fs-consent_checkbox_label {
    margin-bottom: 0;
    margin-right: .75rem;
    font-weight: 500
}

.fs-consent_prefs_description {
    margin-bottom: 0;
    font-size: 12px
}

.fs-consent_checkbox_row {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex
}

.fs-consent_prefs_checkbox-field {
    background-color: #ccc;
    border-radius: 999rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 2.75rem;
    height: 1.5rem;
    margin-bottom: 0;
    padding: .125rem;
    display: flex;
    position: relative
}

.fs-consent_prefs_checkbox {
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    inset: 0%
}

.fs-consent_prefs_checkbox-label {
    display: none
}

.fs-consent_prefs_checkbox-toggle {
    background-color: #fff;
    border-radius: 999px;
    width: 1.25rem;
    height: 1.25rem
}

@media screen and (max-width: 767px) {

.fs-consent_banner {
        padding: 1.25rem;
        left: 10px
    }

    .fs-consent_banner_paragraph,.fs-consent_prefs_submit,.fs-consent_allow {
        font-size: .75rem
    }

    .fs-consent_prefs_popup {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .fs-consent_prefs_header {
        padding-bottom: .5rem
    }

    .fs-consent_prefs_heading {
        font-size: 1rem
    }

    .fs-consent_decline,.fs-consent_prefs_link {
        font-size: .75rem
    }

    .fs-consent_prefs_option {
        grid-column-gap: .25rem;
        grid-row-gap: .25rem;
        padding-bottom: .5rem
    }

    .fs-consent_checkbox_label {
        font-size: .875rem
    }

    .fs-consent_prefs_description {
        font-size: .7rem
    }

    .always-active-text {
        font-size: .75rem
    }

}

@media screen and (max-width: 479px) {
    .fs-consent_banner {
        padding-left: 1.2rem;
        left: 10px
    }

    .fs-consent_banner_buttons {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        text-align: center;
        flex-flow: wrap;
        justify-content: center;
        align-items: center
    }

    .fs-consent_prefs_buttons {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem
    }

    .fs-consent_prefs_popup {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .fs-consent_prefs_heading {
        font-size: 1rem
    }

    .fs-consent_prefs_close {
        padding: .25rem .35rem .25rem .25rem
    }

    .fs-consent_prefs_close-icon {
        width: .75rem
    }

}



