﻿@font-face {
    font-family: 'Fedra Sans Std LF';
    /*src: url('../fonts/FedraSansStd-Book LF.otf') format("opentype");*/
    src: url('../fonts/FedraSansStd-LightLF.otf') format("opentype");
    /*src: url('../fonts/FedraSansStd-MediumLF.otf') format("opentype");*/
}

body {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
    background-color: #d79d3a;
}
.nav-tabs.newAccount .nav-link{
    background-color: darkgray !important;
}
ul {
    background-color: darkgrey !important;
}
h1, h2, h3, h4, h5, h6, p {
    font-family: 'Fedra Sans Std LF', Arial, sans-serif;
}
.infoware-footer-text{
    color: black;
}
.termsx {
    overflow-y: scroll;
    max-height: 400px;
    width: 75%;
    margin: auto;
    border: 1px solid #ddd;
    padding: 10px;
}

.wizard-card .moving-tab{
    height: 100%;
}
.wizard-card[data-color="blue"] .moving-tab {
    background-color: #d79d3a;
}
.nav-tabs.newAccount .nav-link.active {
    background-color: #d79d3a !important;
    color: white !important;
    border: 1px solid #dee2e6;
    border-bottom-color: transparent !important;
    height: 100% !important;
    width: 10rem;
}
.nav-tabs.newAccount .nav-link:hover {
    background-color: #d79d3a;
    border-color: #000044
}
.wizard-navigation .nav-tabs {
    display: flex;
    justify-content: space-between !important;
    border-bottom: 0;
}