* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

@font-face {
  font-family: "Roobert";
  src: url("../assets/fonts/Roobert-Regular.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("../assets/fonts/Roobert-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roobert";
  src: url("../assets/fonts/Roobert-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body, html {
	height: 100%;
  font-family: 'Roobert', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Roobert", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}



body {
  background-image: url('../assets/img/bg.png');
  /* background-repeat: no-repeat; */
  background-size: cover; 
}

 h1 {
  font-weight: 700;
}

h2 {
  font-weight: 500;
}

p {
  font-weight: 400;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6,p {
  margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

a, a:active, a:link, a:hover, a:active{
  color:white;
  text-decoration: none;
}


hr {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 3px solid rgba(255,255,255,1 );
}

nav {
  position: absolute;
  padding: 20px 0px 20px 0;
  background-color:rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
z-index:50;
}

footer {
  background-color: #000;
  color:white;
  text-align: center;
}

footer h2 {
  text-transform: uppercase;
}
footer p {
font-weight: 200;
}

.footerWrapper {
  padding: 50px 0 40px 0;
}



/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="text"]:disabled, input[type="tel"]:disabled, input[type="email"]:disabled {
  background: #dddddd;
}

input[type="number"], input[type="tel"], input[type="email"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

.no-focus-outline a:focus,
.no-focus-outline button:focus {
  outline: none;
}

input[type="button"]:focus {
  border:0;
  outline: none;
}

*:focus {
  outline: 0 !important;
}

.marketingAgreement {
  color:white;
  font-size: 1em;
  font-weight: 200;
  padding-top: 5px;
}



input:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.validationPopWrapper {
  padding-top: 20px;
}

.popover {
  top:20px;
}

.popover-body {
  font-family: 'Mukta Malar', sans-serif;
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
  color:#097c99;
}

.popover-header {
  padding: 10px 0 0px 0px;
  margin-bottom: 0;
  background:none;
  border:none;
  color:#097c99;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.3em;
}

.popover{
  border-radius: 10px;
  width: 320px;
  background: white;
}

 .popover > .arrow {
  /* display:none; */
}


.radioWrapper {
  padding-bottom: 35px;
}

.loanInfoWrapper {
  width: 95%;
  position: absolute;
  top: -50px;
  display:none;
}

.loanInnerWrapper {
  background-color: #fff;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
  position: relative;
  text-align: center;
  height: 120px;

}

.amountText , .durationText, .vAlignText{
color:#2ca4c2;
font-weight: 200;
}
.loanAmountText {
  top: 10px;
  position: relative;
}

.vAlignText {
  display: inline;
}

p.vAlignText , p.vAlignTextBold{
  font-size: 3em;
}

.vAlignTextBold{ 
font-weight: 500;
font-size: 4em;

}

p.durationText {
  font-size: 1.4em;
  line-height: 25px;
}

.doPadding {
  /* padding-top: 100px; */
}



.largeRadio {
  color:white;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 3em;
  padding: 2px 40px 0px 20px;
}


.paddingTop {
  padding-top: 20px;
}


.questionHeading {
  color:white;
  font-size: 1.4em;
  font-weight: 300;
}

.subText {
  color:white;
  font-size: 1em;
  font-weight: 200;
}

.radioHeadingMarketing {
  color:white;
  font-size: 1.4em;
  font-weight: 200;
}

.marketingWrapper {
  padding-top: 30px;
}

.radioBreading {
color:white;
  font-weight: 200;
  font-size: 0.8em;
}

input::-webkit-input-placeholder { color: #bdbdd3;}
input:-moz-placeholder { color: #bdbdd3;}
input::-moz-placeholder { color: #bdbdd3;}
input:-ms-input-placeholder { color: #bdbdd3;}

textarea::-webkit-input-placeholder { color: #bdbdd3;}
textarea:-moz-placeholder { color: #bdbdd3;}
textarea::-moz-placeholder { color: #bdbdd3;}
textarea:-ms-input-placeholder { color: #bdbdd3;}

.container {
	max-width: 1200px;
}

.container-fluid {
  position: fixed;
}

#formWrapper{
  background-color: #959eb1;
  max-height: 2800px;
  margin-top: 35px;
}

.container-contact100 {
  width: 100%;  
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  position: relative;
  /* background-color: #f2f2f2; */
  padding-top: 72px;
  /* -webkit-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.4);
  box-shadow: 0px 3px 4px 2px rgba(0,0,0,0.4); */
}

.wrap-contact100 {
  width: 550px;
  /* background: transparent; */
  padding: 10px 0px 30px 0px;
  height: auto;
 
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-size: 30px;
  color: #403866;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 49px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  /* background-color: #fff; */
  border-radius: 31px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 31px;
  font-size: 1.6em;
  color: #000000;
  line-height: 1.2;
  font-weight: 200;
}


/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 35px 0 35px;
  margin-bottom: 30px;
  line-height: 45px;
}


textarea.input100 {
  min-height: 169px;
  padding: 19px 35px 0 35px;
} 

/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #fff;
  pointer-events: none;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.preloaderWrapper {
  padding-top: 30px;
}


.tabPreloader {
  color:white;
  text-align: center;
  font-size: 1em;
}

.rkiMsg {
  position: absolute;
  padding-left: 0;
  padding-top: 30px;
  color: #0747c8;
  font-size: 1.4em;
  text-transform: uppercase;
}

.disclaimerHeading{
  font-size: 1.5em;
  color:white;
  text-transform: uppercase;
  line-height: 0px;
  padding-bottom: 40px;
}


.disclaimerBrading{
  font-size: .9em;
  color:white;
  font-weight: 200;
  position: relative;
  top: -10px;
}

.externalRenderTab {
  padding: 0px 20px 40px 40px;
}

.renderExternal {
  margin-bottom: 15px;
  min-height: 60px;
}

.externalRenderTab img {
  width:100%;
}

.readonlyTxt h2 {
  font-size: 0.9rem !important;
}

.readonlyTxt a {
  color:#b5b5b5;
  font-weight: 500;
  
}


.validationIcon {
  background-image: url('../assets/img/valdationCheck.png');
  background-repeat: no-repeat;
  background-size: 50px;
  z-index:4;
}

.validationIconPending {
  background-image: url('../assets/img/valdationUncheck.png');
  background-repeat: no-repeat;
  background-size: 50px;
  z-index:3;
}



.progressTextSuccess {
  color: white;
    font-weight: 200;
    padding-top: 15px;
opacity: .8;
  }

.preloader {
  position: relative;
  top:-10px;
}

.progressTextPending h1{
  color: white;
    font-weight: 200;
    font-size: 1.2em;
    display: flex;
    opacity: 0.4;
    padding-top: 10px;
    

}

.tabHeader {
  font-size: 1.5em;
  color:white;
  text-transform: uppercase;
  /* text-align: center; */
   /* padding-bottom: 40px;*/

}

.tabBreader{
  font-size: 1.1em;
  color: white;
  font-weight: 200;
  /* padding-bottom: 40px; */
  /* text-align: center; */
}


.disclaimers {
  margin-bottom: 30px;
}

 .textarea {
  border-color: #eee;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid #2faecd;
  text-transform: none;
  height: 130px;
  padding: 10px 0px 0px 15px;
  background: white;
  font-weight: 200;
  color:#6b6b6b;
  font-size: 0.8em;
}

.roundedBackground {
  position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 31px;
    color: #8f8fa1;
    height: 62px;
}


.button p {
    text-align: center;
    font-weight: 200;
    font-size: 1.8em;
    padding-top: 10px;
    color: #fff;
    text-transform: uppercase;
  }

  .buttonNext, .buttonSubmit, .resumeToNextSigner, .closeApplication, .proceedToBudget, .toExit, .gotoSigning, .buttonShared, .submitConsolidated {
    cursor: pointer;
    background: #a9c24f;
    border-radius: 31px;
    height: 62px;
     font-weight: 600 !important;
    
  }

  .buttonAddConsolidateLoan {
    background: #657088 !important;
      cursor: pointer;
    border-radius: 31px;
    height: 62px;
   
  }


  .buttonShared {
    margin-top: 20px;
  }

select {
  width: 90%;
    margin: 15px 0px 0px 25px;
    text-align: center;
    background: none;
    border: none;
    font-size: 1.6em;
   color: #8f8fa1;
    font-weight: 200;
    box-shadow: none !important;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    /* -webkit-appearance:none;
    -moz-appearance:none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

select {
  width: 90%;
  margin: 15px 0px 0px 25px;
  text-align: center;
  font-size: 1.6em;
  color: #8f8fa1;
  font-weight: 200;

  border: none;
  outline: none;
  box-shadow: none !important;
  background-color: transparent;

  /* fjern standard pil */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* ny moderne pil */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%238f8fa1' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 26px;

  padding-right: 55px;
}



#externalFrame {
  background: white;
  height:100%;

}

option {
  background-color: rgb(red, green, blue);
}


@media (min-width: 320px) and (max-width: 415px) { 
  
  .doPadding {
    padding-top: 0;
}

.tabHeader, .tabBreader {
  padding-left: 15px;
  padding-right: 10px;
}

.input100 {
  font-size: 1.7em;
}

.externalRenderTab {
  padding: 0px 0px 40px 0px;
}

  .loanInfoWrapper {
    width: 100%;
    position: relative;
    /* top: 65px; */
    /* left: 10px; */
    z-index: 1;
}

.loanAmountText {
  top: 5px;
  position: relative;
  padding-top: 15px;
}

.vAlignTextBold {
  font-weight: 500;
  font-size: 2.3em;
}

  p.vAlignText, p.vAlignTextBold {
    font-size: 1.3em;
}



p.durationText {
  font-size: 1.2em;
  line-height: 25px;
}


.largeRadio {
    color: white;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 1.8em;
    padding: 12px 30px 0px 20px;
  }

  input.input100 {
    height: 62px;
    padding: 5px 35px 0 36px;
    margin-bottom: 30px;
}

  .button p {
    text-align: center;
    font-weight: 200;
    font-size: 1.4em;
    padding-top: 15px;
    color: #fff;
}

.sharedExpensesTotal p {
    color: white;
    font-size: 14px;
    text-align: center;
    width: 110px;
    height: 80px;
    padding-right: 51px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 1;
}

.justify-content-between {
  justify-content:normal !important;
}

/*.externalRenderTab {
  padding: 0px 0px 20px 0px;
}*/


.validationIcon {
  background-image: url('../assets/img/valdationCheck.png');
  background-repeat: no-repeat;
  background-size: 40px !important;
  z-index: 4;
  height: 50px;
}

.validationIconPending {
  background-image: url('../assets/img/valdationUncheck.png');
  background-repeat: no-repeat;
  background-size: 40px !important;
  z-index: 3;
  height: 50px;
}

.progressTextPending h1 {
  padding-top: 10px;
  padding-left: 20px;
}


}


@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }

  /* .externalRenderTab {
    padding: 0px 0px 20px 0px;
  } */
}

.sharedExpensesTotal p {
  color: white;
  font-size: 13px;
  text-align: center;
  width: 120px;
  height: 65px;
  padding-right: 50px;
  margin-top: 15px;
  font-weight: 300;
}

.modal-body {
  background-color: #2ca4c2;
}

.button p {
  text-align: center;
  font-weight: 200;
  font-size: 1.8em;
  padding-top: 10px;
  color: #fff;
  text-transform: uppercase;
}

sharedExpensesAdditional {
 padding-top: 30px;
 padding-bottom: 10px;
}
.coHabitantWrapper {
  padding-bottom: 10px;
}

.validationMissing {
  background-image: url(../assets/img/validatedMissing.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 10px center;
  z-index:3;
}

.validationError {
  background-image: url(../assets/img/validatedError.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 10px center;
  z-index:3;
}


.validationAgreed {
  background-image: url(../assets/img/validatedAgreed.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: right 10px center;
  z-index:3;
}

/*  --- PRELOADER */

.lds-ellipsis {
  display: inline-block;
  /* width: 80px;
  height: 80px; */
  top: -15px;
  position: relative;
  left: 10px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/*  PRELOADER */

.sk-chase {
  width: 110px;
  height: 110px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}

.toast {
  max-width: 60%;
  min-height: 60px;
  background: #efefef;
  margin-bottom: 10px;
}
.toast .toast-body {
  text-align: center;
  font-weight: 300;
  padding-top: 20px;
}

div#consolidateLoanInfoTemplate {
    display: none;
}

div#consolidateLoans div.consolidateLoanInfo h1 span.removeLink {
    display: none;
}

div#consolidateLoans div.consolidateLoanInfo:last-child:not(:first-child) h1 span.removeLink {
  display: inline-flex;
    cursor: pointer;
    width: 40px !important;
    height: 40px !important;

}

.loanHeading h1 {
font-weight: 400;
}



.btn-primary, .btn-primary:hover {
    /* color: #fff;
    background-color: #a9c24f; */
    border: none;
    width: 160px;
    border-radius: 31px;
    height: 62px;
    font-size: 1.8em;
    font-weight: 100;

    color: #7b7b7b;
    background-color: #f6f6f6;
    /* border: 5px solid #c5c5c5; */
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
 color: #7b7b7b;
  background-color: #a9c24f;
    /* background-color: #f6f6f6; */
    /* border: 5px solid #c5c5c5; */
    color:white;
}



.loanExampleBlock{
  background:#f6f7f9;
  border-radius:10px;
  padding:18px;
  margin-top:20px;
  font-size:15px;
  line-height:1;
     color: gray;
}

.loanExampleBlock h2{
  margin:0 0 10px;
  font-size:20px;
  font-weight: 800;

}

.loanExampleBlock p{
  margin:6px 0;
}

.exampleNote{
  color:#666;
  font-size:13px;
}

.smallText {
    font-size: .9em;
    padding-top: 10px;
}

.flowBar {
  display: flex;
  gap: 14px;
  margin: 20px 0px 50px;
}

.flowStep {
  flex: 1;
  height: 10px;
  background: #ededed;
  border-radius: 8px;
  opacity: .8;
  transition: .3s;
  
}

.flowStep.active {
  background: #00325c;
  opacity: 1;
}

/* PREVENT FOCUS ON READLONLY INPUTFIELDS */

input[readonly]{
  pointer-events: none;
  user-select: text;
}

/* REMOVE CIRCLE */

.removeCircle{
    position: relative;
    width: 38px;
    height: 38px;
    /* border: 5px solid #ff0000; */
    border-radius: 50%;
    cursor: pointer;
    background: #c73535;
        top: 12px;
    left: 10px;
}

/* X-streger */
.removeCircle::before,
.removeCircle::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:24px;
  height:6px;
  background: #ffffff;
  border-radius:3px;
}

.removeCircle::before{
  transform:translate(-50%, -50%) rotate(45deg);
}

.removeCircle::after{
  transform:translate(-50%, -50%) rotate(-45deg);
}

  .center-tooltip {
      position: fixed;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

     .tooltip-inner {
    max-width: 400px;
    font-size: 1.2rem;
    padding: 12px 58px;
    background-color: #ff0000;
    }

    .tooltip .arrow {
     display: none;
    }

        .mdlYdelse {
          text-align: center;
          background: #959eb0;
          color: white;
          font-weight: 800;
          font-size: 2.8em;
          border-radius: 0 !important;
        }
    
        .annuityBlock {
          text-align: center;
          padding-top: 40px;
          border-radius:0;
        }
    
          /* START MOBILE SMALL FIX */
  
    @media (max-width: 768px) {
  
      .buttonAddConsolidateLoan {
        background: #657088 !important;
        cursor: pointer;
        border-radius: 31px;
        height: 62px;
        font-size: .7em;
        padding-top: 6px;
      }
  
      .mdlYdelse {
        font-size: 2em !important;
      }
  
      .annuityBlock {
        text-align: center;
        padding-top: 20px;
        border-radius: 0;
      }

        .sharedExpensesTotal p {
          color: white;
          font-size: 13px;
          text-align: center;
          width: 120px;
          height: 70px;
          padding-right: 50px;
          margin-top: 25px;
          font-weight: 300;
        }
    }

    

    /* END MOBILE SMALL FIX */

.tooltip-inner {
  font-family: 'Roobert', sans-serif;
}

.mergedAmountTooltipStyle{
    display:none;
    position:absolute;

    left:50%;
    transform:translateX(-50%);
    top: -100px;

    width:max-content;
    max-width:260px;
    padding:16px 20px;

    color:white;
    font-size:18px;
    text-align:center;

    border-radius:14px;

    background:linear-gradient(135deg,#333333,#333333);
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

/* pil */
.mergedAmountTooltipStyle::after{
    content:"";
    position:absolute;

    left:50%;
    transform:translateX(-50%) rotate(45deg);

    bottom:-8px;
    width:16px;
    height:16px;

    background:linear-gradient(135deg, #333333);
}