 footer {
     background-color: #333;
     color: white;
     padding: 15px;
 }
 
 .footer-copyright.text-center.py-3 {
     background: #1A1A1A;
     margin-bottom: 0%;
     margin-top: 0%;
     color: white;
 }
 
 .pagination {
     margin-bottom: 10px !important;
 }
 
 .dataTables_wrapper .dataTables_paginate .paginate_button {
     padding: 0px !important;
 }
 
 .carousel .carousel-indicators li {
     width: 1rem;
     height: 1rem;
     -webkit-border-radius: 50%;
     border: 1px solid rgb(23, 106, 202);
     border-radius: 50%;
     cursor: pointer;
 }
 
 .carousel .carousel-control-prev-icon {
     background-image: url(images/arrow_left.svg);
 }
 
 .carousel .carousel-control-next-icon {
     background-image: url(images/arrow_right.svg);
 }
 
 .nav.navbar-text {
     color: aliceblue;
 }