@font-face {
    font-family: 'Averta';
    src: url('fonts/Averta_Regular.otf') format('truetype');
}

@font-face {
    font-family: 'Averta Bold';
    src: url('fonts/Averta_ExtraBold.otf') format('truetype');
}

@font-face {
    font-family: 'Stag Medium';
    src: url('fonts/stag-medium.otf') format('truetype');
}

@font-face {
    font-family: 'Stag Sans Book';
    src: url('fonts/Stag Sans-Book.otf') format('truetype');
}
@font-face {
    font-family: 'Thunder Bold';
    src: url('fonts/Thunder-BoldLC.woff');
}


/* HTML elements */
* {
    box-sizing: border-box;
}

input:invalid {
    outline: none !important;
}

body {
    background-color: rgb(244, 247, 254);
}

h4 {
    font-family: 'Averta';
    font-size: 30px;
    font-weight: bold;
    color: #0066A1;
    padding: 10px 0px 0px 10px;
}

h5 {
    font-family: 'Averta';
    font-size: 18px;
    color:  #A0AEC0;
    font-style: italic;
    padding: 10px 0px 0px 10px;
}

.upload-button {
    font-family: 'Averta';
    font-size: 25px;
    font-weight: bold;
    color: #5e6772;
    padding: 10px 0px 0px 10px;
    align-items: 'middle';
}


a {
    color: white
}

p {
    background-color: #DCDCDC;
    font-size: 14px;
    font-family: 'Averta';
    color: black;
    font-style: italic;
    text-align: center;
}


.alert-dwnld-container {
    white-space: pre-wrap; /* or pre-line */
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 90%;
    margin-left: 250px;
    margin-right: 250px;
    background-color: #0066A1;
    color: white;
  }

.content-container {
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    justify-content: center;
}

.upload-box {
    width: 100%;
    height: 120px;
    line-height: 60px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    padding: 40px;
    vertical-align: middle;

}

.dwnld-button {
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}

/* AG Grid table formatting */
.ag-theme-material .ag-row {
    font-family: Averta;
}

.ag-theme-material .ag-header {
    font-weight: bold;
    font-family: Averta;
    background-color: #96afd0;
    height: 20px;
}

.ag-theme-material .ag-header-cell {
    color: #fff;
}

/* Flex containers */
.group {
    display: flex;
}

.small-card {
    flex-grow: 1;
}

.big-card {
    flex-grow: 2;
}
