/* NEoS */
.grid-cell {
        background: #F7F3ED;
    }
    .button--color-default {
        background-color: #2D4D58;
        color: #fff;
        border-color: transparent;
    }
    .login-grid-wrapper {
        background-color: #f5f4f0;
    }
    .action-btn--2 {
        background: #2D4D58;
        color: #f5f4ef;
    }
    span.ebank-nav-company-selector__button-text::before {
	content: "Velg avtale: ";
        margin-right: 4px;
        color: #2D4D58;
        font-weight: 900;
    }

span.ebank-nav-company-selector__button-text:lang(en)::before {
	content: "Select agreement: ";
        margin-right: 4px;
        color: #2D4D58;
        font-weight: 900;
    }

    .grid-cell {
        background: #f8f8f8;
    }
    [data-test-id="company-select-button"] svg.icon.icon_16_arrow-down {
        color: #2D4D58;
        stroke: #2D4D58;
        width: 16px;
        height: 16px;
    }
    [data-test-id="company-select-button"] svg.icon.icon_16_arrow-up {
        color: #2D4D58;
        stroke: #2D4D58;
        width: 16px;
        height: 16px;
    }
    h1.backdrop__title {
        color: #fff;
    }

/* Toppbanner */

.ebank-nav-logo__link{
	background-color: #2D4D58
		}

/* Farge på knapper forfall og alert - SPIRE */

	.nav-count-indicator{
	background-color: #2D4D58
		}

	.main-button{
	background-color: #2D4D58
		}

.main-button:hover{
	background-color: #ADCAB8
		}


/* Kontooversikt neos */
 	   .account-overview__tools {
      		  background: white;
   			 }
	.bar-chart__credit-bar {
   		 background-color: #2D4D58;
    		right: 50%;
    		margin-right: 1px;
		}

	.bar-chart__label--credit {
   		 right: 120%;
    		color: #2D4D58;
		}

	.bar-chart__debit-bar {
  		  background-color: #ADCAB8;
   	 	left: 50%;
		}

	.bar-chart__label--debit {
    		left: 120%;
    		color: #ADCAB8;
		}

    .widget-title {
        margin-top: 1.5rem;
        margin-bottom: 1.25rem;
        margin-left: 1.25rem;
    }
    .button--color-default:hover:not([disabled]) {
        border: solid;
        border-width: 1px;
        border-color: #2D4D58;
        color: #f5f4ef;
        box-shadow: none;
    }
    .quick-menu__trigger-button {
        transition: .1s linear all;
	background: #2D4D58;
    }
    .quick-menu__trigger-button:hover {
        background: #ADCAB8;
	border: solid;
        border-width: 1px;
        border-color: #2D4D58;
    }
    .quick-menu__trigger-button svg.quick-menu__icon--default {
        fill: #f5f4ef;
    }

    .account-overview-sections__cards-container {
        background: #f8f8f8;
    }
    .shortcuts-widget__top {
        background: #f8f8f8;
    }
	.menu-toggle__button{
	background: #2D4D58;
	}

/* Logg inn-side alternativ */

.embedded-login__description-container {
    justify-content: space-between;
}