body {
    background: linear-gradient(
        90deg,
        color-mix(in srgb, #F5A105 60%, white),
        color-mix(in srgb, #FFD301 60%, white)
    );
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    --font-family: Montserrat,sans-serif;
    --font-size: 17px;
    --line-height: 30px;
    --font-weight: 400;
    --bold-font-weight: 700;
    --text-transform: none;
    --font-style: normal;
    --letter-spacing: 0em;
}

.wrapper {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}
        

.top, .content, .footer {
    width: 100%;
    min-width: 1000px;
    color: #094CA0;
}

.top {
    background: linear-gradient(90deg,#F5A105,#FFD301);
}

.top p {
    padding:15px 25px;
    font-size: 35px;
    margin:0;
    font-size: 20px !important;
    font-weight: 600 !important;
}

.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    margin-top: 0;
    background-color: #083D6D;
}

.dropdown-item {
    background-color: #083D6D;
    color:#ffffff;
    font-weight: 600 !important;
}

.dropdown-item:hover {
    background-color: #083D6D;
    color:#ffd301;
}

.navbar {
    height: 80px;
    background-color: #094ca0 !important;
    font-weight: 600 !important;
}

.navbar img {
    margin: -5px 40px 0px 10px;
}
    
.nav-item, .nav-link {
    color:#ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    border-bottom: 2px solid #094ca0;;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color:#ffd301;
    border-bottom: 2px solid #ffd301;
}

.content {
    min-width: 1000px;
    color:#333333;
    background-color: #ffffff;
    padding: 25px;
    flex: 1;
}

.content h1 {
    color:#094CA0;
    font-size: xx-large;
    margin-bottom: 35px;
}

.form-inline {
    margin-bottom: 35px;;
}

.footer {
    min-width: 1000px;
    border-top: 7px solid #39a935;
    padding: 20px 35px;
    color:#252525e5;
    background: linear-gradient(90deg,#F5A105,#FFD301);
}

.footer p {
    line-height: 20px;
    font-size: 13px;
    margin:0;
}

.footer a {
    color: #252525e5;
    margin:0;
}

.footer .left {
    width: 30%;
    float: left;
}

.footer .right {
    text-align: left;
    width: 70%;
    float: right;
}

.footer .right p {
    float: right;
    width: auto;
}


.content h3 {
    font-size: 24px;
    padding: 2px 10px 1px 0px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #bbbbbb;
}

.logout {
    padding:.5rem;
    margin-left: auto;
    color:#ffffff;
}

.logout a {
    color:#ffffff;
}

.table em {
    color:#ffffff;
    background-color: #000000;
    margin:1px;
    padding:2px;
}

.btn-primary {
    color: #fff;
    background-color: #4bb847;
    border-color: #2c8a28 !important;
}

.btn-primary:hover {
    background-color: #39a935;
}

.btn-outline-primary {
    color: #2c8a28;
    border-color: #2c8a28 !important;
}

.btn-outline-primary:hover {
    background-color: #39a935;
}
