@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

thead {
    background-color: #08466f;
    color: #fff;
}

.table {
 margin-bottom: 0rem !important;
}

tr.table-secondary {
    color: #f78f1f;
    font-size: 18px;
}
.table-striped tbody {
    font-size: 14px;
}

body {
font-family: "Archivo", sans-serif;
}

h1 {
    font-family: "Bebas Neue", sans-serif !important;
}

.headings-bold {
    color: #08466f;
}

tbody {
    font-size: 15px;
}

.bottom-heads-left{
   font-weight: bold;
    font-size: 15px;
    
}

.bottom-heads-right{
    font-size: 15px;
    color: #08466f;
    font-weight: bold;
    padding: 10px;
}

.bottom-tr-border {
    border-bottom: 1px #cecece solid;
}

button.btn.btn-primary {
    background-color: #08466f;
    margin-top: 20px;
    color: #ffffff;
    font-weight: bold;
}

footer.footer.mt-auto.py-3.bg-dark.text-white {
    background-color: #212529 !important;
    bottom: 0px;
    position: fixed;
    margin: auto 0;
    width: 100%;
}

h1, h2 {
    text-transform: uppercase;
    color: #08466f;
   /* font-weight: bold !important;  */
   font-size: 34px !important;
    font-family: "Bebas Neue", sans-serif !important;
}

.bottom-table-headers-index {
    background-color: #08466f !important;
    color: #fff;
    font-size: 16px;
    padding: 10px !important;
    text-transform: uppercase;
    font-weight: bold;
}

@media print {
    .no-print {
        display: none !important;
    }
}



