@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap";

html {
    scroll-behavior: smooth
}

body {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #414141
}

.header {
    background-color: #003476;
    border-bottom: 6px solid #046ec5
}

    .header h2 {
        color: #fff;
        font-size: 24px;
        border-left: 2px solid rgba(255,255,255,.3);
        padding-left: 20px
    }

a {
    color: #003476
}

    a:hover {
        color: #007bff
    }

.white {
    color: #fff
}

.footer {
    background-color: #f2f2f2;
    border-top: 3px solid #003476
}

    .footer p {
        color: #616161;
        font-size: 14px;
        line-height: 24px
    }

    .footer li {
        font-size: 16px;
        line-height: 40px
    }

h1 {
    font-size: 44px;
    font-weight: 700
}

h2 {
    font-size: 27px;
    font-weight: 700
}

h3 {
    font-size: 22px;
    font-weight: 400
}

h4 {
    font-size: 18px;
    font-weight: 400
}

p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #414141
}

.content {
    min-height: 55vh
}

    .content ul li {
        font-size: 18px;
        font-weight: 300;
        line-height: 32px
    }

.btn-primary {
    background-color: #003476;
    padding: 15px 25px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 500
}

    .btn-primary span {
        padding-right: 10px
    }

    .btn-primary svg {
        width: 30px;
        height: 30px
    }

.btn-secondary {
    background-color: #155c33;
    padding: 15px 25px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 500
}

    .btn-secondary span {
        padding-right: 10px
    }

    .btn-secondary svg {
        width: 30px;
        height: 30px
    }

    .btn-secondary:hover {
        background-color: #1d7643
    }

.btn-green {
    background-color: #155c33
}

    .btn-green svg {
        fill: #fff;
        margin-right: 10px
    }

    .btn-green:hover {
        background-color: #1d7643
    }

.btn-back {
    border: 1px;
    font-size: 18px;
    background-color: transparent;
    color: #000
}

    .btn-back svg {
        width: 20px;
        margin-right: 10px;
        position: relative;
        top: -2px;
        fill: #000
    }

    .btn-back:hover {
        background-color: #f2f2f2;
        color: #000
    }

.datalist dt, .datalist dd {
    border-bottom: 1px solid #e0e0e0;
    font-size: 18px;
    height: 54px;
    display: flex;
    align-items: center
}

.dropdown.user .btn-secondary {
    background-color: transparent;
    border: none
}

@media (max-width: 576px) {
    .btn-primary, .btn-secondary {
        width: 100%
    }

    .header .d-flex {
        display: block !important
    }

        .header .d-flex .text-sm-center {
            text-align: center
        }

    .header h2 {
        border: none;
        font-size: 14px;
        font-weight: 300;
        padding: 0
    }

    .footer {
        position: static
    }

    .datalist dt {
        border-bottom: none;
        font-size: 18px
    }

    .datalist dt, .datalist dd {
        height: 32px
    }
}
