@font-face {
    font-family: 'Arvo';
    font-display: swap;
    src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}

body, label{
    font-family: 'Roboto', sans-serif;
}

nav, .card-header, h1, h2, h3, h4, h5{
    font-family: 'Quicksand', sans-serif;
}

.autocomplete-suggestion {
    cursor: pointer;
}
.infoDiv{
    border: 2px;
}
.ml2 {
    font-weight: 900;
    font-size: 3.5em;
}
.big-icon {
    font-size: 2.8rem;
}
.md-icon {
    font-size : 1.2rem;
}

.lp-bg-primary{
    background: #2a4055 !important;
}

.lp-text-primary, h1, h2, h3, h4, h5, h6{
    color: #2a4055 !important;
}

.lp-text-secondary{
    color: #950740 !important;
}

.lp-bg-secondary{
    background: #950740 !important;
}

.lp-btn {
    background: #950740 !important;
    border-radius: 0 !important;
    color: white;
}

.lp-btn-primary {
    background: #2a4055 !important;
    border-radius: 0 !important;
    color: white;
}

.lp-btn-primary:hover{
    background: #213344 !important;
    color: white;
}

.lp-btn:hover{
    background: #6f2232 !important;
    color: white;
}
.lp-line-input{
    background: transparent;
    border: inherit;
    border-bottom: 0.5px solid;
    outline:none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.lp-line-input:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer{
    background: #2C1320 !important;
}

.div-input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    background-color: white;
    background-color: -moz-field;
    border: 1px solid darkgray;
    box-shadow: 1px 1px 1px 0 lightgray inset;
    padding: 2px 3px;
}

.img-circle {
    border-radius: 50%;
}

.profile-img-div {
    position: absolute;
    top: 80%;
    left: 52%;
    transform: translate(-50%, -50%);
    opacity: 0.8;
}

#msg {
    width: 100%;
    padding: 15px;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
#msg {
background-color: #ddd;
}

.font-color {
    color: #950740 !important;
}

a.multiselect-all, label.checkbox{
    text-decoration: none;
    color: #495057;
}

.multiselect-container {
    width: 100% !important;
}

.footer{
    position: fixed !important;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 100;
}

.footer p {
    margin-top: 10px;
}
#body {
    overscroll-behavior-y: inherit;
    padding:20px;
    padding-bottom:100px;   /* Height of the footer */
}

.td-nowrap{
    white-space: nowrap;
}

.th-valign-middle{
    vertical-align: middle !important;
}


