   .css-3qmypa svg path {
    fill: rgb(255, 255, 255)!important;
    }
  div.subtitle, h2.subtitle {
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.3em;
    }
  div.content-text {
    font-size: 1.3rem; 
    }
  div.content-text ul {
   
   }


  .content-text aside.tip { }
  .content-text aside.warning { }

  .button-wrap button {
    color: #fff;
  background: #017aa7;
  border: 1px solid #026387
   }
  .button-wrap button:hover { 
  color: #017aa7;
  background: #fff;
  border: 1px solid #026387 
  }

  .button-wrap button:hover svg path { 
    fill:#017aa7;
  }

   .button-wrap button svg path {
    fill:#017aa7;
       }

  .button-wrap button:disabled { }

/* back button */
  .button-wrap .back-button {
    background-color:#fff;
   }
   button-wrap .back-button:hover {
    background-color:#017aa7 !important;
   }
   /* color of the arrow icon in back button */
  .button-wrap .back-button button svg path {
    fill:#017aa7;
       }


  a.tile { }
  a.tile svg path { }

  div.radio-wrap { }
  div.radio-wrap label { }
  div.radio-wrap .radio-check { }

  div.dropdown-wrap { }
  div.dropdown-wrap li { }
[class*="ProgressBar__Bar"]{
    background-color: #017aa7 !important;
}

[class*="ProgressBar__Line"]{
   background-color: #017aa7!important;
}


[class*="ProgressBar__Text"]{
   background-color: #017aa7!important;
 }

/* Change the background color in the content pane */

[class*="Steps-styles__RightCanvas"] {
background: #fff;
}
/* step title */
h2.subtitle {
  color: #26282e;
  font-size: 34px;
  line-height: 36px;
  font-weight: bold;
  font-family: Tahoma;
 }
div.content-text {
  color: #26282e;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
/* bullet list items */
div.content-text ul li {
  margin: 8px 0px;  
  }

  [class*="Widget__WidgetHeader"]{
background-color: #313131!important;
    color: #f3f3f3 !important;
    font-weight: bold;
    font-size: 1.3rem;
}

[data-cy="feedbackTitle"]{ 
  color: transparent; 
} 
[data-cy="feedbackTitle"]:before { 
  content: 'Kommentar'; 
  color: #000000; 
} 
[data-cy="tooltip"] { 
  display:none!important; 
}
 


a.tile {
  background-color: #f3f3f3;
  color: #26282e;
  border: 1px #b7b5b5 solid;
  border-radius: 5px;
  padding: 16px 56px 16px 16px;
  font-size: 16px;
  min-height: 72px;
  font-weight: bold;
  }
/* tile icon */
a.tile svg path {
  fill: #017aa7;
}

/* tile arrow icon (when a tile links to an external URL) */
/* Remember to replace GUIDE_ID and TILE_ID with actual values. */
/* TILE_ID looks like this: stepNextTile-12345678. To find it, inspect the tile in the browser console. */
.guide-Koxq15WMx7 .stepNextTile-2780030:after {
content: "";
display: block;
width: 24px;
height: 24px;
display: inline-block;
background-color: darkolivegreen;
mask-size: contain;
-webkit-mask-size: contain;
mask-position: center;
-webkit-mask-position: center;
-webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path d=\"M40.12 15.71 29.29 4.88A3 3 0 0 0 27.17 4H10a3 3 0 0 0-3 3v5a1 1 0 0 0 2 0V7a1 1 0 0 1 1-1h17v9a3 3 0 0 0 3 3h9v23a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V16a1 1 0 0 0-2 0v25a3 3 0 0 0 3 3h28a3 3 0 0 0 3-3V17.83a3 3 0 0 0-.88-2.12ZM29 15V7.41L37.59 16H30a1 1 0 0 1-1-1Zm.71 15.29a1 1 0 0 1 0 1.42l-5 5a1 1 0 0 1-1.42 0l-5-5a1 1 0 0 1 1.42-1.42l3.29 3.3V22a1 1 0 0 1 2 0v11.59l3.29-3.3a1 1 0 0 1 1.42 0Z\"/></svg>');
mask: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path d=\"M40.12 15.71 29.29 4.88A3 3 0 0 0 27.17 4H10a3 3 0 0 0-3 3v5a1 1 0 0 0 2 0V7a1 1 0 0 1 1-1h17v9a3 3 0 0 0 3 3h9v23a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1V16a1 1 0 0 0-2 0v25a3 3 0 0 0 3 3h28a3 3 0 0 0 3-3V17.83a3 3 0 0 0-.88-2.12ZM29 15V7.41L37.59 16H30a1 1 0 0 1-1-1Zm.71 15.29a1 1 0 0 1 0 1.42l-5 5a1 1 0 0 1-1.42 0l-5-5a1 1 0 0 1 1.42-1.42l3.29 3.3V22a1 1 0 0 1 2 0v11.59l3.29-3.3a1 1 0 0 1 1.42 0Z\"/></svg>');
position: absolute;
right: 16px;
top: 50%;
transform: translate3d(-25%, -50%, 0px);
opacity: 0;
transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}

.guide-YbHBPIxT1u .stepNextTile-21237373 [class*='Tile__ArrowRightIcon'] {
display: none;

}

.guide-YbHBPIxT1u .stepNextTile-21237373:hover:after {
opacity: 1;
}
<style>
.stonly-widget-trigger[data-trigger-id="107723"] {  
  background: none !important;   /* remove old background */    
  display: flex;  
  align-items: center;  
  justify-content: center;
}

/* Insert Remixicon instead of old one */
.stonly-widget-trigger[data-trigger-id="107723"]::before {  
  font-family: 'remixicon' !important; /* requires remixicon.css loaded */  
  content: "\F5CE"; /* Unicode for ri-accessibility-line (same as &#xF5CE;) */  
  color: black; /* choose the color you want */  
}
</style>

/*Eksempel på guide som skal vise video i fullskjerm over tekst*/
/* 
.guide-sAN3h3qXwl [class*="Steps-styles__ContentWrap"]  {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
   
  }*/
