html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

h1 {
    color: #162d3f;
    font-size: 3.5rem;
}

    h1 a {
        text-decoration: none;
        color: white;
    }

        h1 a:hover {
            color: #DEDEDE;
        }

a:not(.btn):hover {
    color: rgba(22, 45, 63, 0.8) !important;
}

body {
    font-family: "Pangea", Calibri, Arial, sans-serif !important;
    color: #162d3f;
}

.btn:focus {
    background-color: #162d3f;
}

.btn-primary {
    background-color: #162d3f !important;
    border-color: #162d3f !important;
}

    .btn-primary:hover {
        background-color: rgba(22, 45, 63, 0.8) !important;
        border-color: rgba(22, 45, 63, 0.8) !important;
    }
    .btn-primary:focus {
        background-color: rgba(22, 45, 63, 0.8) !important;
        border-color: rgba(22, 45, 63, 0.8) !important;
    }

.btn-secondary {
    background-color: #f25d3d !important;
    border-color: #f25d3d !important;
}

    .btn-secondary:hover {
        background-color: rgba(242, 93, 61, 0.8) !important;
        border-color: rgba(242, 93, 61, 0.8) !important;
    }

.btn-outline-secondary {
    border-color: #f25d3d !important;
    color: unset;
}

    .btn-outline-secondary:hover {
        background-color: rgba(242, 93, 61, 0.2) !important;
        border-color: rgba(242, 93, 61, 0.2) !important;
    }

.btn-outline-primary {
    border-color: #162d3f !important;
    color: unset;
}

    .btn-outline-primary:hover {
        background-color: rgba(22, 45, 63, 0.8) !important;
        border-color: rgba(22, 45, 63, 0.8) !important;
    }

html {
    position: relative;
    min-height: 100%;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: #dc3545;
}

.card-remove {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    font-size: 0.8rem;
    background-color: white;
    cursor: pointer;
}

.card-header {
    font-size: 1.2rem;
    font-weight: 500;
    color: #162d3f;
}

.card-header i {
    font-size: 1.2rem;
    color: #162d3f;
}

.card-text {
    font-size: 0.9rem;
}

.load-carrier-element {
    min-height: 300px !important;
}

.image-placeholder {
    font-size: 5rem;
}

.image-preview {
    max-width: 100%;
    max-height: 150px;
}

#new-load-carrier-element a {
    text-decoration: none !important;
    color: unset !important;
}


#new-load-carrier-element .card {
    background-color: rgba(39,79,115,.2);
}


    #new-load-carrier-element .card:hover {
        background-color: rgba(39,79,115,.3);
        box-shadow: 0 .25rem .25rem rgba(0,0,0,.075) !important;
    }

#upload-preview {
    min-height: 300px;
}

#map {
    height: 300px;
}

#dashboard-map {
    min-height: 60vh;
}

#loadcarrier-image {
    max-height: 300px;
}

.btn {
    /*text-transform: uppercase;*/
}

.scanevent .main-text {
    font-weight: 600;
}

.scanevent .sub-text {
    font-size: 0.8rem;
    line-height: 0.9rem;
}

#scan-events-list {
    /*I don't now why, but this *fixes* the overflow height (max height of the map and then scrollable)*/
    height: 0;
    overflow: auto;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.navbar-brand img {
    max-width: 400px;
    min-width: 200px;
}

footer a {
    text-decoration: none;
    color: #162d3f;
}
#netpromoterscore {
    width: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0;
}

#nps-progressbar {
    width: 100%;
}

/* poppins-900italic - latin */
@font-face {
    font-family: "Pangea";
    font-style: normal;
    font-weight: 800;
    src: local(""), url("../../fonts/pangea/Pangea-BoldWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: italic;
    font-weight: 800;
    src: local(""), url("../../fonts/pangea/Pangea-BoldItalicWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: normal;
    font-weight: 600;
    src: local(""), url("../../fonts/pangea/PangeaText-SemiBoldWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: italic;
    font-weight: 600;
    src: local(""), url("../../fonts/pangea/PangeaText-SemiBoldItalicWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: normal;
    font-weight: 400;
    src: local(""), url("../../fonts/pangea/PangeaText-RegularWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: italic;
    font-weight: 400;
    src: local(""), url("../../fonts/pangea/PangeaText-ItalicWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../../fonts/pangea/PangeaText-MediumWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: italic;
    font-weight: 500;
    src: local(""), url("../../fonts/pangea/PangeaText-MediumItalicWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../../fonts/pangea/PangeaText-LightWeb.woff2") format("woff2");
}

@font-face {
    font-family: "Pangea";
    font-style: italic;
    font-weight: 300;
    src: local(""), url("../../fonts/pangea/PangeaText-LightItalicWeb.woff2") format("woff2");
}

