/* @import url('http://example.com/example_style.css'); */


/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/







/*changes the font size of the main links in the menu*/
.hs-menu-flow-horizontal a {
  font-size: 16px !important;
}
/*adds a small border between the mega menu and the header*/
.mega-menu {
  border-top: 1px solid rgba(0, 122, 128, 0.1);
  box-shadow: 0px 2px 4px #00000001;
  overflow: visible;

}




.mega-menu-1 .col-3 {
  flex: 1 !important; /* Ensures that each column (with class 'col-3') takes equal width, making them flexibly sized within the row */
}

.mega-menu-1 .col-3:nth-child(3) {
  margin-left: 36px !important; /* Adds additional left margin to the third column, creating a 48px gap between the second and third columns (12px gap + 36px margin) */
}


.mit-item-text {
  letter-spacing: -0.14px;
  line-height: 20px;
}
.mit-item-text span {
  margin-bottom: 4px;
}

.mit-item-img {
  height: 42px;
}

.hidden-text {
  content-visibility: hidden;
}

.hs-menu-item .hs-menu-depth-1 {
  margin: 0px !important;
}



.hhs-side-menu {
  transition: all 0.2s ease-in-out !important; /* Makes the transition for the side menu go faster */
}
.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper.is-open {
  padding-top: 12px !important; 
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper.is-open {
    -webkit-transition: all 100ms ease-in-out !important;
    -moz-transition: all 100ms ease-in-out !important;
    -ms-transition: all 100ms ease-in-out !important;
    -o-transition: all 100ms ease-in-out !important;
    transition: all 100ms ease-in-out !important;
}

.hhs-side-menu .hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: all 100ms ease-in-out !important;
    -moz-transition: all 100ms ease-in-out !important;
    -ms-transition: all 100ms ease-in-out !important;
    -o-transition: all 100ms ease-in-out !important;
    transition: all 100ms ease-in-out !important;
}








/*changes the static header to a sticky*/
/*sticky menu should be turned off in settings*/
/*adds a blurry background for things passing under the header*/
header {
  position: sticky;
  top: 0;
  z-index: 5;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 122, 128, 0.1);
  box-shadow: 0 2px 4px #00000001;
}







/*changes letter spacing rules for text*/
h1 {letter-spacing: -1.44px !important; margin-bottom: 21px; word-break: normal;
overflow-wrap: normal;
hyphens: none;}

h2 {letter-spacing: -1.28px !important; margin-bottom: 15px; word-break: normal;
overflow-wrap: normal;
hyphens: none;}

h3 {letter-spacing: -0.96px !important; margin-bottom: 15px; word-break: normal;
overflow-wrap: normal;
hyphens: none;}

h4 {letter-spacing: -0.72px !important; margin-bottom: 15px; word-break: normal;
overflow-wrap: normal;
hyphens: none;}

h5 {letter-spacing: -0.48px !important; margin-bottom: 12px; word-break: normal;
overflow-wrap: normal;
hyphens: none;}

h6 {letter-spacing: -0.32px !important; margin-bottom: 12px; word-break: normal;
overflow-wrap: normal;
hyphens: none;}

p {letter-spacing:  -0.16px !important; margin-bottom: 12px; word-break: normal;
overflow-wrap: normal;
hyphens: none;}

li {letter-spacing: -0.16px !important;}


ul {
    margin-top: 0.5rem;
}

strong, b {
  font-weight: 600; /* Set font weight to 500 */
}



/*this changes the products link in the mega menu to a hover card with an icon*/
/* Styles for the entire navigation item */
.nav-item {
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 24px;
    padding: 6px 12px 6px 12px;
    border: 1px solid rgba(0, 122, 128, 0.1);
    transition: background-color 0.3s;
    text-decoration: none; /* Ensure no underline for the link */
    width: 100%; /* Make the link take the full width of its container */
}

/* Hover state for the navigation item */
.nav-item:hover {
    background-color: #EEF7F4;
    cursor: pointer;
}
.nav-item:focus {
  background-color: #EEF7F4;
  cursor: pointer;
  
}


a.flex-nav-items {
  display: flex !important;
  flex-direction: row !important;
}

/* Headline styles inside the navigation item */
.nav-text h6 {
  margin: 0px;
  font-size: 16px;
}

/* Paragraph styles inside the navigation item */
.nav-text p {
  margin: 0px;
  font-size: 14px;
}

/* Icon inside the navigation item */
a.flex-nav-items img {
  margin-right: 12px !important;
}




/* makes items space between each other and also aligns the button to the bottom of the containe */
.hhs-price-inner {
  
}



/* Styling for Pricing Cards */
.hhs-price-inner {
  /* Set subtle border and shadow for the card's frame */
  border: 1px solid rgba(0, 122, 128, 0.1);
  box-shadow: 2px 5px 15px rgba(14, 52, 54, 0.05);
  /* Uniform padding for content within the card */
  padding: 40px 15px 0px !important; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  
 
}

/* Text Formatting for Pre-Price Descriptions in Pricing Cards */
.hhs-price-inner p {
  /* Ensure text is balanced and easily readable */
  text-wrap: balance;
  line-height: 1.4; /* Optimal spacing between lines for clarity */
  font-size: 16px; /* Consistent font size */
  opacity: 0.75; /* Slight transparency for subtle emphasis */
}

.hhs-price-inner .col-desc {
  position: relative; /* For positioning pseudo-elements */
  padding: 24px 9px 0px !important; /* Content padding */
  font-size: 14px;
  border-top: none; /* Remove any existing borders */

}

.hhs-price-inner .col-desc::before {
  /* Add a left and right padded divider */
  content: '';
  position: absolute;
  top: 0px;
  left: 9px;
  right: 9px;
  height: 1px; /* Set the height of the divider */
  background-color: rgba(0, 0, 0, 0.15); /* Set the color for the divider */
}


.col-desc p {
  opacity: 1.0; /* Full visibility for checklist text */
  font-size: 14px;
  line-height: 1.9;
}

/* Price Text Styling in Pricing Content */
.price-con .price1 {
  color: #007A80; /* Main color for price emphasis */
  font-size: 32px; /* Larger font size for prominent display */
  margin-bottom: 6px; /* Space below price for clarity */
}

.price-con {
  padding: 12px 0px !important; /* Ensures consistent spacing */
}
.price-con p {
  font-size: 14px !important;
}

/* Heading Styling within Pricing Cards */
.hhs-price-inner h4 {
  font-size: 24px !important; /* Larger font for headings */
  color: #007A80; /* Consistent accent color */
  font-weight: 600; /* Balanced weight for headings */
  margin-bottom: 12px;
}

/* CTA Button Margin Adjustment within Pricing Cards */
.col-cta.price1.price1_toggle_widget_1729500545245 {
  margin-top: 36px !important; /* Space above buttons for emphasis */
}

/* Pricing Comparison Table Styling */
.hhs-price-compare-mod td {
  padding: 16px !important; /* Adequate spacing within table cells */
  font-size: 14px; /* Standardized font size */
} 

/* Font Weight Adjustment for Price in Comparison Table */
#hs_cos_wrapper_dnd_area-module-3 .pack-price .txt-l {
  font-weight: 600 !important; /* Bolds price for emphasis */
}

/* Top Border Adjustment for Comparison Table */
th {
  border-top: 1px solid rgba(0, 122, 128, 0.1); !important; /* Defined separator */
}

/* Pre-Price Text Styling Within Comparison Table */
.pre-text {
  display: inline-block;
  margin-bottom: 24px !important; /* Consistent spacing */
  color: rgba(20, 20, 20, 1); /* Dark text for contrast */
  opacity: 0.75; /* Slightly transparent for subtlety */
}

/* Post-Price Text Spacing */
.pack-price .wrap {
  display: block;
  margin-bottom: 24px; /* Minimal space for differentiation */
  color: rgba(20, 20, 20, 1); /* Consistent font color */
}

.pack-price .post-text {
  color: rgba(20, 20, 20, 1);
  opacity: 0.75; /* Transparency for additional info */
}



/* Call-to-Action Button Width Adjustment */
.col-cta .cta-secondary,
.col-cta .cta-primary {
  width: -webkit-fill-available; /* Responsive button width */
}

.col-cta {
  padding: 0px !important; /* No additional padding needed */
  margin-bottom: 24px !important;
}


/* increase gap between tab items */
.c-tabs {
  column-gap: 24px
}



/* comparison table */
.sep.pack-feature  {
  color: #007a80 !important;
}

.pack-price .price1_dnd_area-module-3 {
  color: #007a80;
}

.pack-title {
  color: #007a80;
}

/* blog changes */
.hhs-blog-post-card {
  border-radius: 8px;
  border: 1px solid rgba(0, 122, 128, 0.1);
  overflow: hidden;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.hhs-post-summary {
  line-height: 1.5;
}



/* platypi implementation, add this class in a rich text editor to add the platypi font */

.platypiitalic {
  font-family: "Platypi";
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: italic;
}

/* adds a small border to cards in the support page*/
.subtleBorderCards .hhs-flexi-card {
  border: 1px solid rgba(0, 122, 128, 0.1) !important;
}

/* adds a small border to cards in career pagee*/
.subtleBorderCards .c-card {
  border: 1px solid rgba(0, 122, 128, 0.1) !important;
}

/* adds a small border to cards in career pagee*/
.subtleBorderCards .c-col-inner {
  border: 1px solid rgba(0, 122, 128, 0.1) !important;
}

/* adds a small border on the dark sections in the functions*/
.function-section-full-row.subtleBorderStrokeLight  .row {
  border: 1px solid rgba(218, 248, 246, 0.10) !important;
}

.subtleBorderStrokeLight .c-card {
  border: 1px solid rgba(218, 248, 246, 0.10) !important;
}

/* changes to the integration cards on the overview of all integrations*/

#integrationer img.c-dblock.c-m-auto  {
  display: inline !important;
  margin-bottom: 12px !important;

}


/* changes to the front page brancher section*/


#brancher img.c-dblock.c-m-auto  {
  display: block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 12px !important;

}

#brancher h6  {
  margin: 0px !important;

}
#brancher p  {
  margin: 0 !important;

}
#brancher .c-card  { 
  padding-top: 24px !important;

}

#brancher .c-card:hover  { 
 background-color: #EEF7F4 !important;

}
#brancher .c-card:focus  { 
 background-color: #EEF7F4 !important;

}


.support-3-column-cards p  {
  margin: 0px !important;

}

.support-3-column-cards .c-card {
  border: 1px solid #CCE4E6;
}





/* this takes images from the versa cards and aligns them to the left instead of center, the standard is display block.*/
.versaCardsImgRight .c-card img {
  display: inline !important;
}

/* This is a class for a infocard, that adds the correct border color, and its used for versa cards*/
.infocard .c-card {
  border: 1px solid #D4D4D4;

}

.pricecardcontainer {
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid #CED8D9;
  padding: 24px 24px 24px 24px;
  margin-bottom: 24px;
  width: 100%; /* Makes it full width */

}

.label-pricecardcontainer {
display: block;
background-color: #007a80;
padding: 6px 12px 6px 12px;
border-radius: 5px 5px 0px 0px;
  
}

.label-pricecardcontainer p {
color: #DAF8F6;
margin: 0px;
}


.price-wrapper {
  display: flex;
  align-items: center; /* Centers label with pricecard */
  flex-direction: column;
  justify-content: center; /* Centers the whole group */
}

.label-pricecardcontainer {
  text-align: center;
  font-size: 14px;
}


/* add this class to sections on the website if you want to have max-width on your paragraph.*/
.maxTextWidth p {
  max-width: 550px !important;
}

/* add this to classes on the website, if you want to have a maxwidth on your paragraph aswell as center it*/
.centerTextParagraph p {
  max-width: 550px !important;
  margin: 0px auto !important;
  text-align: center;

}








/* used for aligning a double coloumn with a background on the row, to all other elements.*/
.cta-section-creditro .container {

  padding-left: 30px !important;
  padding-right: 30px !important;

}

.function-section-full-row .container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}






/* adds a border to our cta sections, that has a 10% opacity*/
.cta-section-creditro .row {
  border: 1px solid rgba(0, 122, 128, 0.1) !important;
}

.removePaddingColumn .c-col  {
  padding-right: 0px !important;
}

/*on our cta-sections we remove the illustration on phones, as the design doesn't work with it stacked underneath.*/
@media (max-width: 575px) {
  .cta-section-creditro .c-img-1 {
     display:none;
  }
}

/*on our cta-sections we remove the illustration on phones, as the design doesn't work with it stacked underneath.*/
@media (max-width: 575px) {
  .cta-section-creditro-full-height .c-img-1 {
     display:none;
  }
}


.c-content-con:has(.c-cta-con) {
  display: flex; /* or grid */
  gap: 12px;
}

.c-cta-con {
  margin: 0px !important;
}



@supports not (gap: 5px) {
    .c-cta-con > * + * {
        margin-left: 5px !important;
    }
}

.c-justify-right.c-cta-con {
  margin: 0px !important;
}


/* Remove justify-right alignment on smaller screens so the button stacks under the text */
@media (max-width: 758px) {
  .c-justify-right {
    justify-content: flex-start !important;
  }
}





/*this can be used when you want a primary button that is a bit smaller than the usual*/
.cta-primary-small {
    padding: 12px 20px !important;
    font-size: 14px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.testimonial p {
  margin: 0px !important;
  max-width: 500;
}

.testimonial #name {
  font-weight: 500 !important;
  padding-top: 6px !important;
}

/*adds an icon to cta-tertiary, which is a standard button name in the theme*/
.cta-tertiary {
  display: inline-flex; /* Use flexbox to align items */
  align-items: center; /* Vertically align text and icon */
  gap: 12px; /* Add 12px spacing between text and icon */
}

.cta-tertiary::after {
  content: url('https://creditro.com/hubfs/Icons-1.svg'); /* Icon URL */
  display: inline-block; /* Ensure it acts like an inline element */
  height: 19px; /* Adjust size of the icon */
}


/*adds an icon to cta-four, which is a standard button name in the theme*/

.cta-four {
  display: inline-flex; /* Use flexbox to align items */
  align-items: center; /* Vertically align text and icon */
  gap: 12px; /* Add 12px spacing between text and icon */
}

.cta-four::after {
  content: url('https://creditro.com/hubfs/Arrow-Right-yellow.svg'); /* Icon URL */
  display: inline-block; /* Ensure it acts like an inline element */
  height: 19px; /* Adjust size of the icon */
}





/* Hide the icon in the header */
.hhs-head-cta-1 .cta-tertiary::after {
  content: none; /* Removes the icon when inside the header */
}


/* card for steps on the comply page */
.card-steps {
  padding: 24px;
  background-color: #F8FBFC;
  border: 1px solid rgba(0, 122, 128, 0.1);
  border-radius: 8px;
}

.card-steps p {
  margin: 0px !important;
}

p.trin-p {
  margin-bottom: 6px !important;
}

.card-steps-info-card {

  background-color: #ffffff;
  border: 1px dashed #646464;

}



/*Card used on comply page, for showing the interactive tour.*/
.card-interactive-tour {
  padding: 48px 24px 48px 24px;
  border: 1px solid rgba(0, 122, 128, 0.1);
  border-radius: 8px;
  max-width: 550px;
  background-image: url('https://creditro.com/hubfs/Creditro%20Comply%20Product%20UI%20%281%29.png');
  background-position: 110% -30%;
  background-repeat: no-repeat; /* Ensures the image doesn't repeat */
  background-size: 47%; /* Adjusts to the image's original size */
}

.card-interactive-tour h5 {
   max-width: 275px;
}
.card-interactive-tour p {
   max-width: 300px;
}


@media (max-width: 575px) { 
  .card-interactive-tour {
    background-image: none !important;
  } 
}




/*our light border, used on black backgrounds*/
.borderSectionLight {
  border-top: 1px solid #DAF8F61A;
}


.box-shadow-product-ui img {
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 6px;
}


.hero-product-text {
text-align: center;
}



/*ads styling to the top of comply, Assess pages where the product name and product icon are placed*/
.product-badge {
  display: inline-flex;
  margin: 0px auto;
  border: 1px solid #99CACC;
  background-color: #E6F2F2;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  gap: 12px;
  border-radius: 5px;
  margin-bottom: 24px;
}
.product-badge p {
  margin: 0px;
  font-weight: 500;
  color: #007A80;
}

@media (max-width: 575px) {

.partnerskaber-branche-center-headline h2 {
  text-align: center !important;
}

  }




.partnerskaber-branche-center-headline h3 {
  text-align: center !important;
}

.product-card-om-os .c-card {
  border-radius: 8px;
  border: 1px solid #CCE4E6;  
}

.product-card-om-os p {
  margin: 0px;
}


.videoContainerHero .row {
  align-items: center !important;
}

.videoContainerHero iframe {
  border-radius: 8px;

}

button.vjs-big-play-button.simple-play-button {
  background-color: #007a80 !important;
}



@media only screen and (max-width: 575px) {
br { display: none !important; }
}
  

/*Blog changes under here*/


/*changes the header images on post to have a round corner*/
.blog-header img {
  border-radius: 8px !important;
}

.hhs-blog-card-inner {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border: 1px solid rgba(0, 122, 128, 0.10) !important;
  border-radius: 8px !important;
  
}

.blog-index__post:hover {
    transform: scale(1.0) !important;
}


.hhs-blog-grid-cards.post-page {
    padding: 96px 0px !important;
}




a#return-to-top {
  display: none !important;
}


/*Styles the free text boxes in forms to have a smaller height*/
body textarea {
    min-height: 100px !important;
}



.hs-button.primary.large:hover {
  cursor: pointer !important;
}


/*Removes some weird margin-left on the conscent checkbox*/

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 0px !important;
}

.mdl-checkbox__label {
  color: rgb(102,102,102) !important;
  font-size: 12px;
}