﻿@media print {
    .pagebreak {
        page-break-before: always;
    }
    /* page-break-after works, as well */
}

.footer1 {
    position: sticky;
    bottom: -20px;
    width: 100%;
}

.footer1 {
    background: white;
    text-align: center;
    color: #042E64;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    padding: 5px;
}
.search-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.search {
    width: 100%;
    max-width: 600px;
    position: relative;
}

.searchTerm {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 24px;
    outline: none;
    padding-left: 15px;
}

.searchButton {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: gray;
}

.page-item {
    color: gray;
    background-color: #fff;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: gray;
    border-color: gray;
    font-size:larger;
    font-weight:400;
}
.float {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 60px;
    right: 40px;
    background-color: #454545;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: larger;
    box-shadow: 2px 2px 3px #999;
    opacity: 70%;
    cursor: pointer;
}

.my-float {
    margin-top: 22px;
}

.float:hover {
    font-size: xx-large;
}