:root, :root:not(.mnc-dark) {
  --mnc-primary-color: #D2B464;
  --mnc-outline-color: #C7C7C7;
  --mnc-error-color: #BE2D0A;
  --mnc-error-container-color: #FFFFFF;
  --warning-background-color: #FFFFFF;
  --mnc-surface-bright-color: #FFFFFF;
  --mnc-on-error-container-color: #000F14;
  --mnc-surface-container-high-color: #000F14;
  --mnc-surface-container-low-color: #E6E6E6;
  --mnc-surface-container-lower-color: #FFFFFF;
  --mnc-surface-container-below-color: #FFFFFF;
  --mnc-primary-container-color: #000F14;
  --mnc-secondary-container-color: #D2B464;
  --mnc-secondary-container-low-color: #FFFFFF;
  --mnc-primary-hover-color: #000F14;
  --mnc-overlay-hover-color: #000F14;
  --mnc-overlay-focus-color: #D2B464;
  --mnc-inverse-primary-color: #000F14;
  --mnc-on-surface-variant2-color: #D2B464;  
  --mnc-background-color: #F5F5F5;
  --valid-color: #7DC300;
  --warning-color: #DC910F;
  --mnc-button-radius: 8px;
  --mnc-input-radius: 4px;
  --mnc-panel-radius: 4px;
  --mnc-segment-radius: 4px;
}

@font-face {
	font-family: junicode;
	src: url(fonts/junicode-regular-webfont.ttf) format('truetype'), url(fonts/junicode-regular-webfont.woff) format('woff'), url(fonts/junicode-regular-webfont.woff2) format('woff2');
}

@font-face {
	font-family: Gilam-Bold;
	src: url(fonts/37BC62_0_0.woff2) format('woff2'), url(fonts/37BC62_0_0.woff) format('woff'), url(fonts/37BC62_0_0.ttf) format('truetype')
}

@font-face {
	font-family: Gilam-Light;
	src: url(fonts/37BC62_1_0.woff2) format('woff2'), url(fonts/37BC62_1_0.woff) format('woff'), url(fonts/37BC62_1_0.ttf) format('truetype')
}

@font-face {
	font-family: Gilam-Regular;
	src: url(fonts/37BC62_2_0.woff2) format('woff2'), url(fonts/37BC62_2_0.woff) format('woff'), url(fonts/37BC62_2_0.ttf) format('truetype')
}

@font-face {
	font-family: Libre-Baskerville-Regular;
	src: url(fonts/libre-baskerville-regular.ttf) format('truetype')
}

@font-face {
	font-family: Nunito-Regular;
	src: url(fonts/Nunito-Regular.ttf) format('truetype')
}

@font-face {
	font-family: Nunito-Bold;
	src: url(fonts/Nunito-Bold.ttf) format('truetype')
}

body {
  font-family: Nunito-Regular, sans-serif;
  font-size: 14px;
  background-color:#F5F5F5;
  color: #000F14;
  line-height: 22px;
  overflow-x: hidden;
}

a {
  color: var(--Colors-Action, #D2B464);
  font-family: Gilam-Regular;
}

a:hover {
  text-decoration: none;
  color: var(--Colors-Action, #D2B464);
  filter: none;
}

.mnc.button {
  background: none;
  border: 1px solid var(--Colors-Action, #D2B464);
  border-radius: 8px;
  color: #D2B464;
  font-family: Gilam-Regular;
  font-weight: unset;
  font-size: 14px;
  line-height: 22px;
}

.mnc.button:hover, .mnc.button:focus, .mnc.button:active {
  background: none;
  outline: none;
  border: 1px solid var(--Colors-Content, #000F14);
  color: #000F14;
}

.mnc.primary.button {
  background-color: var(--Colors-Action, #D2B464);
  border: 1px solid var(--Colors-Action, #D2B464);
  color: white;
}  

.mnc.primary.button:hover, .mnc.primary.button:focus, .mnc.primary.button:active {
  outline: none;
  background-color: #000F14;
  border: 1px solid #000F14;
  color: white;
}

input:focus, textarea:focus, select:focus, a:focus-visible {
  outline: none;
  outline-offset: 0;
  z-index: 1;
}

.mnc.strikethrough.text {
  text-decoration: line-through;
}

.mnc.form .disabled.field, .mnc.form .field :disabled {
  opacity: .48;
}

.mnc.form .field>label {
  font-family: Gilam-Regular;
  font-weight: unset;
  font-size: 14px;
  line-height: 22px;
  color: #000F14;
}

.mnc.form .field.error label:not(.error):not(.help), .mnc.form .field.warning label:not(.warning):not(.help) {
  color: #000F14;
}

.mnc.form .field.error label.upload-button:not(.error):not(.help) {
  color: #D2B464;
}

.mnc.form .field.error label.upload-button:not(.error):not(.help):hover {
  color: #000F14;
}

.mnc.form .field.warning input:not([type]), .mnc.form .field.warning input[type=text], .mnc.form .field.warning textarea {
  background: var(--warning-background-color, #fff8db);
  color: #000F14;
}

.mnc.form .field label.help {
 color: var(--Colors-Content-label, #8E8E8E);
}

::placeholder {
  color: var(--Colors-Content-empty, #C7C7C7);
  opacity: 1; /* Firefox */
}

input:not([type]), input[type=date], input[type=datetime-local], input[type=email], input[type=file], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea {
  font-family: Gilam-Regular;
  font-size: 14px;
  line-height: 22px;
}  

input:not([type]):focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=file]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, textarea:focus {
  outline: none;
  border: 1px solid var(--Colors-Action, #D2B464);
}

.mnc.checkbox input:checked~label:after {
 color: #D2B464; 
}

.mnc.checkbox input:focus~label:before {
  outline: none;
  border-color: var(--Colors-Action, #D2B464);
}


.mnc.dropdown.label:focus-within,.mnc.dropdown.selection:not(input):not(:has(input)):focus-within,.mnc.multiple.dropdown:focus-within, .mnc.multiple.search.dropdown:focus-within {
  outline: none;
}

.mnc.form .field.error .mnc.dropdown, .mnc.form .field.error .mnc.dropdown:hover, .mnc.form .field.error .mnc.dropdown:hover .menu {
  border-color: var(--mnc-error-color);
}

.field.focused .mnc.selection.dropdown, .mnc.form .field.error.focused .mnc.dropdown {
  border-color: var(--mnc-primary-color);
}  

.mnc.selection.dropdown {
  font-family: Gilam-Regular;
  font-size: 14px;
  line-height: 22px;
  min-height: 38px;
  background-color: var(--mnc-surface-container-below-color);
}

.mnc.selection.dropdown i.icon {
  font-size: 0.9em;
}  

.mnc.radio.checkbox input:checked~label:after {
  background-color: #D2B464;
}

.mnc.radio.checkbox input:checked~label:after, .mnc.radio.checkbox input:focus:checked~label:after, .mnc.radio.checkbox input:focus~label:after {
  background-color: #D2B464;
}

.mnc.table tr.selected {
  background-color: #E8D484;
}

.mnc.menu .dropdown.item:not(.opened):hover, .mnc.menu .item:not(.opened):hover, .mnc.menu a.item:hover {
  background-image: none;
  background-color: #000F14;
  color: white;
}

.mnc.menu .item, .mnc.menu .item a {
  font-family: Gilam-Regular;
}

.mnc.dropdown .menu .selected.item, .mnc.dropdown.selected, .mnc.menu .mnc.dropdown .menu>.item:hover, .mnc.menu .mnc.dropdown .menu>.selected.item {
  background: var(--mnc-primary-color, #D2B464);
  color: white;
}

.mnc.header {
  font-family: Libre-Baskerville-Regular;
}

.mnc-file-drop-zone-placeholder {
  color: var(--Colors-Content-empty, #C7C7C7);
}

.rangeslider .rangeslider__tooltip {
  background: var(--Colors-Content, #000F14);
}

.rangeslider-horizontal .rangeslider__tooltip:after {
  border-top: 8px solid var(--Colors-Content, #000F14);
}

.whisperbox .dropdown-ul-li.active {
  background: var(--mnc-primary-color, #D2B464);
  color: white;
}

.tippy-box {
  background-color: var(--Colors-Content, #000F14);
  border: 1px solid var(--Colors-Content, #000F14);
  color: white;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before, .tippy-box[data-placement^=top]>.tippy-arrow:after {
  border-top-color: var(--Colors-Content, #000F14);
}

.mnc.labeled.input .mnc.label {
  background: unset;
  font-family: Gilam-Regular;
  font-size: 14px;
  line-height: 22px;
}

.field.focused>.mnc.labeled.input input, .field.focused>.mnc.labeled.input .label, .mnc.labeled.input:hover .label, .mnc.labeled.input:hover input {
  border-color: var(--Colors-Action, #D2B464);
}

.field.error .mnc.labeled.input .label, .field.error.focused .mnc.labeled.input input {
  border-color: var(--mnc-error-color, #ba1a1a);
}

.field.warning .mnc.labeled.input .label, .field.warning.focused .mnc.labeled.input input {
  border-color: var(--mnc-warning-color, #DC910F);
}

.mnc.active.button, .mnc.active.button:active, .mnc.active.button:hover {
  background-color: var(--Colors-Action, #D2B464);
  background-image: none;
  color: white;
  border-color: var(--Colors-Action, #D2B464);
}

.mnc.table .rdtPicker td, .rdtPicker td {
  border-radius: 12px;
}

.mnc.tabular.menu .active.item {
  background: var(--Colors-Action, #D2B464);
  font-weight: unset;
}

.mnc.tabular.menu .active.item:hover {
  background: #000F14;
}

.mnc.segment {
  border: 1px solid var(--mnc-outline-color);
}

.mnc.message {
  background: #000F14;
  border: #000F14;
  color: white;
}

.mnc.green.message, .mnc.positive.message {
  background-color: #7DC300;
  border-color: #7DC300;
  color: white;
}

.mnc.negative.message, .mnc.red.message {
  background-color: #BE2D0A;
  border-color: #BE2D0A;
  color: white;
}

.mnc.yellow.message {
  background-color: #DC910F;
  border-color: #DC910F;
  color: white;
}

.mnc.icon.message>.icon:not(.close) {
  opacity: 1;
}

.mnc.toggle.checkbox label:before, .mnc.toggle.checkbox input:checked~label:before {
  background-color: #F5F5F5;
}

.mnc.toggle.checkbox label:after {
  background-color: #8E8E8E;
  border: 1px solid #8E8E8E;
}

.mnc.toggle.checkbox input:checked~label:after {
  background-color: #D2B464;
  border: 1px solid #D2B464;
}

.mnc.label, .mnc.form .field label.help {
  font-weight: unset; 
}

/* STEPS  */

.mnc.steps {
  border: none;
}

.mnc.steps .step {
  border-right: none; 
}  

.mnc.steps .step.active {
  background: none;
}

.mnc.ordered.steps .step .content .title {
  display: flex;
  gap: 7px;
   align-items: center;
}

.mnc.ordered.steps .step .content .title:before {
  content: counters(ordered, ".");
  counter-increment: ordered;
  display: block;
  position: static;
  text-align: center;
  background: var(--Colors-Content-empty, #C7C7C7);
  color: white;
  font-family: Gilam-Regular;
  font-size: 12px;
  line-height: 24px;
  font-weight: unset;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  z-index: 3;
}

.mnc.ordered.steps .step.completed .content .title:before {
  background: var(--Colors-Content-label, #8E8E8E);
}

.mnc.ordered.steps .step.active .content .title:before {
  background: var(--Colors-Action, #D2B464);
}

.mnc.steps .disabled.step .content, .mnc.steps .disabled.step .description, .mnc.steps .disabled.step .title, .mnc.steps .disabled.step i.icon, .mnc.steps .disabled.step:before {
  opacity: 1;
}

.mnc.steps .step .title {
  font-family: Gilam-Regular;
  font-weight: unset;
  font-size: 12px;
  line-height: 18px;
  color: var(--Colors-Content-empty, #C7C7C7);
}

.mnc.steps .step .content {
  z-index: 3;
  background: white;
  outline: 7px solid white;
}  

.mnc.ordered.steps .step.completed .title {
  color: var(--Colors-Content-label, #8E8E8E);
}  

.mnc.steps .step:after {
  transform: unset;
  width: 50%;
  height: 0px;
  border: none;
  border-top: 1px dashed var(--Colors-Content-empty, #C7C7C7);
  top: calc(50% - 1px);
}

.mnc.steps .step.active:after {
  background: none;
}

.mnc.steps .step.completed:after {
  border-top: 1px solid var(--Colors-Content-empty, #C7C7C7);
}

.mnc.steps.ordered .step:before, .mnc.steps.ordered .completed.step:before {
  counter-increment: unset;
  content: "";
  transform: unset;
  width: 50%;
  height: 0px;
  border: none;
  border-top: 1px dashed var(--Colors-Content-empty, #C7C7C7);
  top: calc(50% - 1px);
  position: absolute;
  left: 0;
}

.mnc.steps.ordered .step.completed:before, .mnc.steps.ordered .step.active:before {
  border-top: 1px solid var(--Colors-Content-empty, #C7C7C7);
}

.mnc.steps.ordered .step:first-child:before {
  display: none;
}

@media only screen and (max-width: 575px) {
  .mnc.steps {
    display: flex; 
    flex-direction: row; 
  }
  .mnc.steps .step, .mnc.steps .step:first-child {
    width: auto;
    padding: 0.7em 0.7em;
  }
}

/* Custom styles */

.whisperbox .search-dropdown {
 z-index: 10; 
}  

.tb-bigLabel{
  font-size: 24px;
  line-height: 26px;
}

.tb-term_hbox > .gapped:first-child{
  margin-right: auto;
}

.mnc.grid.tb-maxWitdh{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tb-bigUBox .mnc.right.labeled.input input, .tb-bigUBox .mnc.right.labeled.input .mnc.label, .tb-rightText{
  font-size: 24px;
  line-height: 26px;
  font-family: Gilam-Regular;
}

.tb-bigUBox .mnc.right.labeled.input input{
  padding-right: 5px;
  padding-left: 5px;
}

.tb-bigUBox .mnc.right.labeled.input .mnc.label{
  padding-left: 0px;
  padding-right: 10px;
}

.mnc.form .inline.field.tb-bigUBox> label.editable{
  font-size: 20px;
}

.mnc.form .inline.field.tb-labelVerticalCenter>label.editable{
  line-height: 36px;
}

.mnc.input .tb-rightText{
  text-align: right;
}

.tb-rightText{
  text-align: right;
}

.mnc.form .inline.field>.error{
  display: block;
}

.mnc.wide.column.tb-bankpreselected {
  padding-right: 5px;
}

.mnc.auto-inline.wide.column.tb-bankrepeater:first-child {
  padding-left: 5px;
}

.mnc.auto-inline.wide.column.tb-bankrepeater {
  padding-bottom: 5px;
}

.tb-layout-large .mnc.auto-inline.wide.column.tb-bankrepeater{
  width: calc(100%/5);
}

.tb-layout-medium .mnc.auto-inline.wide.column.tb-bankrepeater{
  width: calc(100%/5);
}

.tb-layout-small .mnc.auto-inline.wide.column.tb-bankrepeater{
  width: calc(100%/4);
}

.tb-layout-extra-small .mnc.auto-inline.wide.column.tb-bankrepeater{
  width: calc(100%/3);
}

/* bank ID button */
.mnc.button.bank-id {
  width:233px;
  height:40px;
  border-radius: 8px;
  background-color: white;
  background-image: url("image/bankID/verify.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-width: 0;
}

.mnc.button.bank-id:hover {
  background-image: url("image/bankID/verify_alt.svg");
  background-size: 100% 100%;
  background-color: white;
  background-repeat: no-repeat;
  border-radius: 8px;
  border-width: 0;
}

.mnc.button.bank-id img {
  max-height: 25px;
  position: relative;
  top: 7px;
}

.mnc.column.segment.selected {
  border: 4px solid !important;
  border-color: blue !important;
}

.mnc.grid.widgetContainer.tb-bankLogo{
  margin: 0 0 0 0;
}

.mnc.grid>.column>.mnc.segment.tb-bankLogo, .mnc.grid>.row>.column>.mnc.segment.tb-bankLogo {
    margin: 0 0;
    padding: 0 0;
}

* {
  outline: none;
}

.mnc.form .inline.field.tb-noValueLabel>label.editable{
  margin-right: -15px;
}

.hbox.tb-hboxIconnoMargin>.gapped{
  margin-left: 0;
}

.hbox > .gapped:not(:last-child) {
  margin-right: 5px;
}

.tb_noRstar.mnc.field > label > span.rstar{
  visibility: hidden;
}

.mnc.form .field.tb_goldentitle>label, .mnc.form .field.tb_goldentitle{
 color: var(--mnc-primary-color, #D2B464);
}

.mnc.field.tb-UBphoneNumber > .mnc.labeled.input > .mnc.label{
  padding-right: 0;
}

.mnc.field.tb-UBphoneNumber > .mnc.labeled.input > input{
  padding-left: 4px;
}

.mnc.field.tb-UBphoneNumber.error > .mnc.labeled.input > input{
  color: var(--mnc-error-color, #ba1a1a);
}

.mnc.id-card .mnc.button.upload-button {
  background-color: #949aa6;
  width: 100%;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.mnc.id-card.id-front-desktop .mnc.button.upload-button {
  background-image: url("./images/IdCardSample-Front.jpg");
  min-height: 250px;
}

.mnc.id-card.id-back-desktop .mnc.button.upload-button {
  background-image: url("./images/IdCardSample-Back.jpg");
  min-height: 250px;
}

.mnc.tb_primaryButton{
  font-size: 18px;
}

.mnc.grid.widgetContainer.tb-spinner-pnl{
  border: 4px solid var(--mnc-outline-color);
  border-top: 4px solid var(--mnc-primary-color);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin: 7px;
}

.tb-statementUploader > div > div > .mnc.button.upload-button{
  width: 50px; 
}

.tb-providerSelector > .mnc.dropdown > .text > img{
    margin-left: -0.7em;
    height: 38px;
    max-height: 38px;
    border-radius: 3px;
}

.mnc.inline.field.tb-providerSelector > .mnc.selection.dropdown{
  width: 100%;
}

.tb-bankSelectionDropdownMenu{
  max-height: 50px;
}

.tb-uBox .mnc.right.labeled.input input, .tb-uBox .mnc.right.labeled.input .mnc.label, .tb-rightText{
  font-family: Gilam-Regular;
}

.tb-uBox .mnc.right.labeled.input input{
  padding-right: 3px;
  padding-left: 3px;
}

.tb-uBox .mnc.right.labeled.input .mnc.label{
  padding-left: 0px;
  padding-right: 10px;
}

.tb_noRstar.mnc.field > div > label > span.rstar{
  visibility: hidden;
}

/* Insurance buttons */

.mnc.button.insurance-default {
  width: 11.5em;
height: 10.5em;
border: 2px solid #D2B464;
border-radius: 15px;
padding: 2em;
background-color: inherit;
text-align: center;
font-size: 16px;
color: #000F14;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.tb-layout-extra-small .mnc.button.insurance-default {
  width: 17em;
  height:2em;
  margin-top:5px;
}

.mnc.button.insurance-default:hover {
background-color: #d2b5641a;
}

.mnc.button.insurance-selected {
  
  width: 11.5em;
height: 10.5em;
border: 2px solid #D2B464;
border-radius: 15px;
padding: 2em;
background-color: #d2b5641a;
text-align: center;
font-size: 16px;
color: #000F14;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.tb-layout-extra-small .mnc.button.insurance-selected {
  width: 17em;
  height:2em;
  margin-top:5px;
}

.mnc.button.insurance-deselected {
  
  width: 11.5em;
height: 10.5em;
border: 2px solid #474643;
border-color: #A9A9A9;
border-radius: 15px;
padding: 2em;
background-color: #F8F8F8;
text-align: center;
font-size: 16px;
color: #696969;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.tb-layout-extra-small .mnc.button.insurance-deselected {
  width: 17em;
  height:2em;
  margin-top:5px;
}

.insurance_font_style {
    font-size: 1.2em; 
    line-height: 1.6; 
    color: #333;
}

.insurance_highlight {
    font-size: 1.25em;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

.insurance_disabled {
    font-size: 1.2em;
    color: #A9A9A9;
    font-style: italic;
    text-decoration: line-through;
    opacity: 0.7;
}


.mnc.field.widget.widget-radiobutton.button:not(.active){
  background-color: white;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.showing-modal{
  overflow: unset;
}

.tb-customDialog{
  width: 35% !important;
  padding: 1px;
  padding-bottom: 15px;
}

.tb-customDialog-medium {
  width: 66% !important;
  padding: 1px;
  padding-bottom: 15px;
}

.tb-customDialog-biggun {
  width: 95% !important;
  padding: 1px;
  padding-bottom: 15px;
}

.tb-layout-extra-small .tb-customDialog{
  width:80% !important;
}


.tb-SavingsZone.mnc.grid, .tb-SavingsZone{
  opacity: 0.45;
  background-color: #E7E7E7;
}

.tb-activeSavingsZone.tb-SavingsZone.mnc.grid, .tb-activeSavingsZone.tb-SavingsZone{
  opacity: 1;
  border: 3px solid var(--Colors-Action, #D2B464);
  background-color: inherit;
}

.mnc.tb_blackText.primary.tb_primaryButton{
  color: black;
}

.mnc.tb_blackText.primary.tb_primaryButton:hover{
  color: white;
}

.mnc.form .inline.field.tb-bigUBox.tb-Savings> label.editable{
  font-weight: bold;
  font-size: 20px;
}

.tb-leftGrow > .gapped:first-child, .tb-leftGrow > .gapped:first-child > .widget{
  flex-grow: 1;
}

.tb-rightGrow > .gapped:last-child, .tb-rightGrow > .gapped:last-child > .widget{
  flex-grow: 1;
}

.onb-selector > .mnc.form .field > .selection.dropdown {
  padding-top: 1px;
  padding-bottom: 1px;
  color: #8E8E8E;
  color: #000F14;
  font-family: Nunito-Regular;
}

.onb-selector > .mnc.form .field > label {
    font-family: Nunito-Regular;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #000F14;
}

/* Css Onb by MCE */

img.cont-fit {
  object-fit: contain;
  width: 100%;
}

.lbl-bold14 {
  font-size:14px;
  font-family:Nunito-Bold;
}

.lbl-norm14 {
  font-size:14px;
  font-family:Nunito-Regular;
}
.lbl-gold14 {
  color: #D2B464;
  font-family:Nunito-Regular;
  font-size:14px;
  text-decoration:none;
}

.butt-prio18 {
  color: #D2B464;
  font-family:Nunito-Regular;
  font-size:18px;
  text-decoration:none;
}

.butt-secu18 {
  color: #D2B464;
  font-family:Nunito-Regular;
  font-size:18px;
  text-decoration:none;
}

.butt-gold14more {
  background: none;
  border: none;
  padding: 0;
  margin: 0;

  color: #D2B464;
  font-family: Nunito-Regular, sans-serif;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}


.lbl-blackbold14 {
  color: #000000;
  font-family:Nunito-Bold;
  font-size:14px;
  text-decoration:none;
}


.lbl-grey14 {
  color: #4F4F4F;
  font-family:Nunito-Regular;
  font-size:14px;
  text-decoration:none;
}

.panel-bg {
  background-color: #F2F2F2; /* #FAFAFA alebo #F7F7F7 */
  padding: 16px;
  border-radius: 8px;
}

.lbl-bold28 {
  font-family:Nunito-Bold;
  font-size:28px;
  text-decoration:none;
}

.lbl-normal20 {
  font-family:Nunito-Regular;
  font-size:20px;
  text-decoration:none;
}

/* Css Onb by MCE END */


.onb-basic-title {
  font-family: Nunito-Bold;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-basic-header {
  font-family: Nunito-Bold;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-basic-subheader {
  font-family: Nunito-Bold;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-textbox-title {
  font-family: Nunito-Regular;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-basic-text {
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-basic-link {
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #D2B464;
  text-decoration: none;
  cursor:pointer;
}

.onb-cancel-link {
  font-family: Nunito-Bold;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #8E8E8E;
  text-decoration: none;
  cursor:pointer;
}

.onb-separator-dashed .mnc.divider:not(.vertical):not(.horizontal) {
  height: 1px;
  background: repeating-linear-gradient(to right, #E6E6E6 0 4px, transparent 4px 8px);
  border-top: 0px;
}

.mnc.onb-primary.button {
  background-color: var(--Colors-Action, #D2B464);
  border: 1px solid var(--Colors-Action, #D2B464);
  color: white;
  transition:
    background-color 300ms ease-out,
    color 300ms ease-out,
    border-color 300ms ease-out,
    opacity 300ms ease-out,
    filter 300ms ease-out;
}  

.mnc.onb-primary.button:hover, .mnc.onb-primary.button:focus, .mnc.onb-primary.button:active {
  outline: none;
  background-color: #000F14;
  border-color: #000F14;
  color: #fff;
  opacity: 0.92;               
  filter: blur(0.2px);         
}

.mnc.onb-primary-repeater.button {
  background-color: var(--Colors-Action, #D2B464);
  border: 1px solid var(--Colors-Action, #D2B464);
  color: white;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
  transition:
    background-color 300ms ease-out,
    color 300ms ease-out,
    border-color 300ms ease-out,
    opacity 300ms ease-out,
    filter 300ms ease-out;
}  

.mnc.onb-primary-repeater.button:hover {
  outline: none;
  background-color: #000F14;
  border-color: #000F14;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
  color: #fff;
  opacity: 0.92;               
  filter: blur(0.2px);         
}

.onb-selector, .onb-selector-open {
  color: #000F14;
  font-family: Nunito-Regular;
  font-size: 14px;
  line-height: 18px;
}

.onb-selector > .mnc.dropdown, .onb-selector-open > .mnc.dropdown {
  color: #000F14;
  font-family: Nunito-Regular;
  font-size: 14px;
  line-height: 18px;
  padding-top: 0.6em;
  border: 1px solid #8E8E8E;
}

.onb-selector > .mnc.dropdown > .text, .onb-selector-open > .mnc.dropdown > .text {
    font-family: Nunito-Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000F14;
}

.onb-selector > .mnc.dropdown > .dropdown.icon:before {
  content: url(image/chevron-down-small.png);
  position: absolute;
  left: -50%;
  bottom: -50%;
}

.onb-selector-open > .mnc.dropdown > .dropdown.icon:before {
  content: url(image/chevron-up-small.png);
  position: absolute;
  left: -50%;
  bottom: -50%;
}


.onb-selector.mnc.field > label{
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000F14;
}

.onb-selector-open.mnc.field > label{
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000F14;
}

.onb-noRstar.mnc.field > label > span.rstar{
  visibility: hidden;
}

.onb-background {
  background-color: #F5F5F5;
}

.onb-top-header {
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 170%;
  line-height: 170%;
  border-left: 1px solid #e6e6e6;
  padding-left: 6%;
  margin-left: -42%;
  display: block;
  padding-top: 1%;
  margin-top: 1%;
}

.onb-top-image {
  width: 65%;
  height: 65%;
  margin-left: -1em;
  margin-top: 0.7em;
}

.onb-main-header {
  font-size: 200%;
  font-weight: 700;
  line-height: 200%;
  font-family: 'Nunito-Bold';
  margin-left: -1.5%;
  display: block;
  margin-top: -2.5%;
}

.onb-subheader {
  display: block;
  margin-bottom: 4%;
  font-size: 143%;
  line-height: 143%;
  font-weight: 400;
  font-family: 'Nunito-Regular';
  margin-left: -1.4%;
}

.onb-main-header-xs {
  font-size: 140%;
  font-weight: 700;
  line-height: 120%;
  font-family: 'Nunito-Bold';
  margin-left: -1.5%;
  display: block;
  margin-top: 0.75em;
  margin-bottom: 1.25em;
}

.onb-subheader-xs {
  display: block;
  margin-top: -1.5em;
  font-weight: 400;
  font-family: 'Nunito-Regular';
  margin-left: -1.4%;
}

.onb-areacode-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 8px;
  width: 116px;
  height: 40px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}

.onb-phonenumber-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  margin-left: 5%;
}

.onb-flag-container {
  width: 180%;
  margin-top: -25% !important;
  margin-left: -35% !important;
}

.onb-rad-container {
  text-align: center;
  margin-right: -0.5em !important;
  width: 3.5em;
  margin-left: -1em !important;
}

.onb-trash-container {
  width: 4em;
  cursor: pointer;
}

.onb-phonenumber input {
  width: 114%;
  margin-left: 4%;
  margin-bottom: -2.5%;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  padding-left: 0.5em;
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-email input {
  width: 108%;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  padding-left: 0.5em;
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-general-input input {
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-email-xs input {
  width: 327px;
  border: 1px solid #8E8E8E;
  border-radius: 8px;
  padding-left: 0.5em;
  font-family: Nunito-Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000F14;
}

.onb-margin-bottom {
  margin-bottom: 1.5%;
}

.onb-goldenbox.mnc.checkbox input:checked~label:after {
  color: #D2B464;
  border: 2px solid #d2b464;
  border-radius: 3px;
  content: "\e800";
  font-size: 85%;
  padding-left: 0.2%;
  margin-top: 1px;
  min-width: 1.4em;
  min-height: 1.4em;
}

.onb-goldenbox.mnc.checkbox label:before {
  border: 2px solid #C7C7C7;
  border-radius: 3px;
  font-size: 85%;
  padding-left: 0.3%;
  margin-top: 1px;
  min-width: 1.4em;
  min-height: 1.4em;
}

.onb-bar {
  border-radius: 10px;
  color: #F5F5F5;
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 60px !important;
  margin-bottom: 1.3em !important;
}

.onb-bar.info {
  background-color: #000F14;
}

.onb-bar.error {
  background-color: #BE2D0A;
}

.onb-bar.warning {
  background-color: #DC910F;
}

.onb-bar.info.inner {
  margin-bottom: 1em !important;
  left: 1em;
  position: relative;
  margin-right: 2em !important;
  background-color: #F5F5F5;
  color: #000F14;
}

.onb-bar.contract {
  margin-bottom: 1em !important;
  left: 1em;
  position: relative;
  margin-right: 2em !important;
  background-color: white;
  border: 1px solid #E6E6E6;
  color: #D2B464;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-top: -1.3em;
  display:inline-table;
  width: stretch;
}

.onb-bar.contract.closed {
  margin-bottom: 1em !important;
  left: 1em;
  position: relative;
  margin-right: 2em !important;
  background-color: white;
  border: 1px solid #E6E6E6;
  color: #D2B464;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  display:inline-table;
  width: stretch;
  height: 2em !important;
}

.onb-bar-xs {
  border-radius: 10px;
  color: #F5F5F5;
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 60px !important;
  margin-bottom: 1.3em !important;
}

.onb-bar-xs.info {
  background-color: #000F14;
}

.onb-bar-xs.error {
  background-color: #BE2D0A;
}

.onb-bar-xs.warning {
  background-color: #DC910F;
}

.onb-bar-xs.info.inner {
  margin-bottom: 1em !important;
  left: 1em;
  position: relative;
  margin-right: 2em !important;
  background-color: #F5F5F5;
  color: #000F14;
}

.onb-info-circle {
  min-width: 25px;
  max-width: 25px;
}

.onb-info-circle.xs {
  top: 1em;
}

.onb-contractlist {
  padding-bottom: 0em !important;
  padding-top: 0.4em !important;
}

.onb-info-header {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Nunito-Regular';
  margin-left: -2.5em !important;
  display: block !important;
  margin-top: 1em !important;
  color: #000F14;
}

.onb-info-header-xs {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Nunito-Regular';
  display: block !important;
  margin-top: 1em !important;
  color: #000F14;
  margin-left: 0.5em;
}

.onb-error-header {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  font-family: 'Nunito-Regular';
  margin-left: -2.5em !important;
  display: block !important;
  margin-top: 0.5em !important;
  color: #f5f5f5;
}

.onb-error-subheader {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Nunito-Regular';
  margin-left: -2.7em !important;
  display: block !important;
  margin-top: -0.3em !important;
  color: #f5f5f5;
}

.onb-error-container {
  text-align: left;
  max-width: 78%;
  margin-top: 0.85em !important;
  margin-left: 0em !important;
  padding-bottom: 2.6em !important;
}

.mnc.form .onb-help.field label.help {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  font-family: 'Nunito-Regular';
  color: #BE2D0A;
  padding-top: 0.5em;
}

.modal-img-container {
  background-color: #F5F5F5;
  border-radius: 12px;
  width: 100%;
}

.tb-customDialog > .mnc-modal .close.icon {
  color: #d2b464;
}

.onb-close-icon {
  width: 15px;
  height: 15px;
  object-fit: contains;
  cursor: pointer;
}

.mnc.onb-secondary.button {
  background-color: white;
  border: 1px solid #D2B464;
  color: #D2B464;
  transition:
    background-color 300ms ease-out,
    color 300ms ease-out,
    border-color 300ms ease-out,
    opacity 300ms ease-out,
    filter 300ms ease-out;
}  

.mnc.onb-secondary.button:hover, .mnc.onb-secondary.button:focus, .mnc.onb-secondary.button:active {
  outline: none;
  background-color: white;
  border-color: #000F14;
  color: #000F14;
  opacity: 0.92;               
  filter: blur(0.2px);         
}

.mnc.onb-secondary-repeater.button {
  background-color: white;
  border: 1px solid #D2B464;
  color: #D2B464;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
  transition:
    background-color 300ms ease-out,
    color 300ms ease-out,
    border-color 300ms ease-out,
    opacity 300ms ease-out,
    filter 300ms ease-out;
}  

.mnc.onb-secondary-repeater.button:hover, .mnc.onb-secondary-repeater.button:focus {
  outline: none;
  background-color: white;
  margin-left: 0.5em;
  margin-bottom: 0.3em;
  border-color: #000F14;
  color: #000F14;
  opacity: 0.92;               
  filter: blur(0.2px);         
}

.readonly-input {
  color: #A4A4A4;
  border-radius: 6px;
  border: 1px solid #A4A4A4;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.onb-bank-selection {
  margin-top: -2.5em;
  padding-left: 1em;
  padding-right: 1.5em;
}

.onb-bank-posititioning {
  padding-left: 1em;
  padding-right: 1.3em;
}

.onb-bank-posititioning .upper {
  margin-top: -2.8em;
}

.onb-container-margin {
  margin-left: 0.5em !important;
  margin-top: 1em !important;
}

.onb-repeater {
  margin-left: -0.2em;
}

.mnc.auto-inline.wide.column.onb-repeater:first-child {
  padding-left: 0.2em;
}

.onb-pointer {
  cursor: pointer;
}

.onb-bullet-icon {
  margin-top: 1.5em;
  position: absolute;
}

.onb-bullet-paragraph {
  position: relative;
  left: 15px;
  margin-right: 1em !important;
  display: block !important;
}