.wrapper { 
    background-color: #FFFFFF;
}
#nav-container { 
    background-color: #394867;
    padding: 16px 32px;
}
.navbar-brand { 
    display: flex;
    align-items: center;
}
.navbar-brand-img {height: 36px;}
#brand-image { 
    height: 24px;
}
#brand-text { 
    padding-left: 10px;
    font-size: 1.5em;
    font-weight: lighter;
    color: white;
    vertical-align: middle;
}
#line-gradient {
    height: 2px;
    background-image: linear-gradient(to right, #FF2826, #ffaa0d );
}
#header { 
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 48px;
}
.form-header {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin: 18px;
}
.details-form {
    max-width: 441px;
    width: 100%;
}
.hidden { 
    display: none;
}

.no-border {
    border: none !important;
}

.select-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start; 
}

.select-container label {
    display: block;
    margin-left: 0;
}

.select-container select {
    width: 100%;
    appearance: none;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}
.bottom-line {
    background-color: #C7CCD0;
    height: 1px;
    width: 100%;
}
.helper-item-delete {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #F44334;
    text-transform: uppercase;
    align-items: center;
    cursor: pointer;
}
.helper-item-delete .material-icons{
    margin-right: 10px;
}
.helper-item-name {
    font-weight: 600;
}
.helper-list-item {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
}
#helpers-container {
    min-width: 600px;
    margin-bottom: 25px
}
#add-helper {
    margin-left: 20px;
}
#add-helper-modal-content {
    min-width: 400px;
}
body, html {
    height: 100%;
    margin: 0;
}
#content-wrapper {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 30px);
}
#content {
    flex: 1;
}

.errorlist {
    color: #E91F63;
    font-size: 12px;  
    list-style-type: none;
    padding: 0;
}

.highlight-skip {
    font-weight: bold !important;
    color: #E91F63 !important;
    text-decoration: underline !important;
}

.onramp-tooltip-highlight {
    font-weight: bold !important;
    color: #E91F63 !important;
}

.onramp-tooltip {
    text-align: left;
    font-size: small;
}
