: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;  
  --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')
}

body {
  font-family: Gilam-Light, Arial, sans-serif;
  font-size: 14px;
  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.positive.button:hover, .mnc.positive.button:active,
.mnc.green.message, .mnc.positive.message {
  background-color: #7DC300;
  border-color: #7DC300;
  color: white;
}

.mnc.negative.button:hover,.mnc.negative.button:active, 
.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-mediumUBox .mnc.right.labeled.input input, .tb-mediumUBox .mnc.right.labeled.input .mnc.label, .tb-mediumUBox .tb-rightText{
  font-size: 20px;
  line-height: 22px;
  height: 22px;
  box-sizing: content-box;
  font-family: Gilam-Regular;
}

.tb-bigUBox .mnc.right.labeled.input input, .tb-bigUBox .mnc.right.labeled.input .mnc.label, .tb-bigUBox .tb-rightText{
  font-size: 24px;
  line-height: 26px;
  height: 26px;
  box-sizing: content-box;
  font-family: Gilam-Regular;
}

.tb-bigUBox .mnc.right.labeled.input input, .tb-mediumUBox .mnc.right.labeled.input input{
  padding-right: 5px;
  padding-left: 5px;
}

.tb-bigUBox .mnc.right.labeled.input .mnc.label, .tb-mediumUBox .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-mediumUBox> 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 .tb-BigULabel>label.editable {
  font-size: 20px;
  font-weight: 400;
  margin-right: 10px
}

.mnc.form .move-left {
  margin-left: -15px;
}

.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;
}

.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: 7em;
height: 7em;
border: 2px solid #D2B464;
border-radius: 15px;
padding: 1em;
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;
}

.mnc.button.insurance-optimal {
  font-size:18px;
  font-weight:bold;
}

@media only screen and (max-width: 400px) {.mnc.button.insurance-default {
  width: 14em;
  height:3.5em;
  margin-top:5px;
  line-height:1em;
}}

@media only screen and (max-width: 400px) {.mnc.button.insurance-mini {
  margin-left:10px;
}}

.mnc.button.insurance-default:hover {
background-color: #d2b5641a;
}

.mnc.button.insurance-selected {
  
width: 7em;
height: 7em;
border: 2px solid #D2B464;
border-radius: 15px;
padding: 1em;
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;
}

.mnc.button.insurance-optimal {
  font-size:18px;
  font-weight:bold;
}

@media only screen and (max-width: 400px) {.mnc.button.insurance-selected {
  width: 14em;
  height:3.5em;
  margin-top:5px;
  line-height:1em;
}}

.mnc.button.insurance-deselected {
  
width: 7em;
height: 7em;
border: 2px solid #474643;
border-color: #A9A9A9;
border-radius: 15px;
padding: 1em;
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;
}

.mnc.button.insurance-optimal {
  font-size:18px;
  font-weight:bold;
}

@media only screen and (max-width: 400px) {.mnc.button.insurance-deselected{
  width: 14em;
  height:3.5em;
  margin-top:5px;
  line-height:1em;
}}

.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{
  max-width: min(90%, 640px) !important;
}


.mnc.checkbox.trinity-negativeCheckbox input:checked~label:after{
  color: red;
  content: "\e802";
  transform: rotate(45deg);
}

.mnc.field.tb-bigFontLabel  > label, .tb-bigFontLabel, .tb-bigFontLabel input[type=text]{
  font-size: 20px;
  line-height: 29px;
  min-width: 50%;
  width: auto !important;
}

.mnc.field.tb-smallFontLabel  > label, .tb-smallFontLabel, .tb-smallFontLabel input[type=text]{
  font-size: 14px;
}

.tb-leftgrow > .gapped:first-child{
  flex-grow: 1;
}

.tb-rightgrow > .gapped:last-child{
  flex-grow: 1;
}

.mnc.field.tb-bigFontLabel > label, .tb-bigFontLabel, .tb-bigFontLabel input[type=text]{
  font-size: 20px;
  line-height: 29px;
  min-width: 50%;
  width: auto !important;
}

.mnc.field.tb-smallFontLabel > label, .tb-smallFontLabel, .tb-smallFontLabel input[type=text]{
  font-size: 14px;
}

.mnc.field.tb-txtTermWebFontLabel > label, .tb-txtTermWebFontLabel, .tb-txtTermWebFontLabel input[type=text]{
  font-size: 20px;
  line-height: 29px;
  margin-left: 4px;
}


/* Sim buttons */

.mnc.button.sim-default {
border: 2px solid #C7C7C7;
background-color: #D2B464;
color:white;
display: flex;
  font-size: 13px;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: left;
line-height: 2;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
}


.mnc.button.sim-default:hover {
background-color: #d2b5641a;
color:black;
}

.mnc.button.sim-selected {
  
border: 2px solid #D2B464;
background-color: #d2b5641a;
color:black;
display: flex;
flex-direction: column;
  font-size: 13px;
justify-content: center;
align-items: center;
text-align: left;
line-height: 2;
box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
cursor: pointer;
}

.tb-layout-extra-small .mnc.button.sim-default {
  font-size: 13px;
}

.tb-layout-extra-small .mnc.button.sim-selected {
  font-size: 13px;
}

.mnc.field.widget.tb-inline div{
  display: inline;
}

.mnc.field.widget.tb-inline .gapped{
  margin: 0;
}



/* 3party Insurance buttons */

.mnc.button.insurance3P-default {
width: 10em;
height: 10em;
border: 2px solid #D2B464;
border-radius: 15px;
padding: 2em;
background-color: inherit;
text-align: center;
font-size: 12px;
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.insurance3P-default {
  width: 15em;
  height:10em;
  margin-top:5px;
}

.mnc.button.insurance3P-default:hover {
background-color: #d2b5641a;
}

.mnc.button.insurance3P-selected {
  
width: 10em;
height: 10em;
border: 2px solid #D2B464;
border-radius: 15px;
padding: 2em;
background-color: #d2b5641a;
text-align: center;
font-size: 12px;
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.insurance3P-selected {
  width: 15em;
  height:10em;
  margin-top:5px;
}

.mnc.button.insurance3P-deselected {
  
  width: 10em;
height: 10em;
border: 2px solid #474643;
border-color: #A9A9A9;
border-radius: 15px;
padding: 2em;
background-color: #F8F8F8;
text-align: center;
font-size: 12px;
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.insurance3P-deselected {
  width: 15em;
  height:10em;
  margin-top:5px;
}

.insurance3P_font_style {
    font-size: 1.2em; 
    line-height: 1.6; 
    color: #333;
}

.insurance3P_highlight {
    font-size: 1.25em;
    color: #333;
    font-weight: bold;
    display: inline-block;
}

.insurance3P_disabled {
    font-size: 1.2em;
    color: #A9A9A9;
    font-style: italic;
    text-decoration: line-through;
    opacity: 0.7;
}



/* SetUp for 3P calculator buttons -getting rid of mtd pltfrm */
.button3P-group {
  display: table;
  margin: 0 auto;
  border-spacing: 10px;
  width: 100%;                
}

.button3P-group > .mnc.row {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.button3P-group button {
  display: inline-block;
  width: 60vw;                /* tady men sirku tlacitek */
  max-width: 800px;
  min-width: 250px;
  padding: 10px 20px;
  border-radius: 6px;
  white-space: nowrap;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #D2B464;
  border: 1px solid #D2B464;
  color: white;
  font-size: 16px;
}

.button3P-group button:hover,
.button3P-group button:focus,
.button3P-group button:active {
  outline: none;
  background-color: #000F14;
  border: 1px solid #000F14;
  color: white;
}

@media only screen and (max-width: 496px) {
  .tb-xsfont, input[type=text].tb-xsfont{
    font-size: 18px;
    line-height: 28px;
  }
  
.tb-termUBox .mnc.right.labeled.input input, .tb-termUBox .mnc.right.labeled.input .mnc.label, .tb-termUBox .tb-rightText{
  font-size: 18px;
  line-height: 26px;
  box-sizing: content-box;
  font-family: Gilam-Regular;
  margin: 0;
}
}

.tb-oneRowTitle > label.editable{
  display: block;
}

.tb-oneRowTitle > span{
  display: none;
}
