* {
    margin: 0;
    padding: 0;
}

.home_container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.nav-container {
    width: 100%;
    height: 64px;
    box-shadow: 0px 5px 10px 0px #00000029;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7vw
}

.logo {
    height: 51px;
    object-fit: contain;
}

.input-search-container {
    margin-top: 50px;
    width: 100%;
}
#maxRows{
    width: 100%;
    height: unset;
    padding: 6px 40px 6px 2px
}

.input-container {
    width: 100%;
    /* height: 40px; */
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 1vw;
    gap: 1vw;
    margin-bottom: 2vw;
}

.input-container img {
    width: 20px;
    height: 20px;
}

.input-container input {
    border: none;
    height: 100%;
    width: calc(100% - 50px)
}

.input-container input:focus {
    outline: none;
}

.menu-button {
    background-color: transparent;
    border: none;
    margin-left: 20px;
}

.menu-button img {
    height: 16px;
    object-fit: contain;
}

@media screen and (max-width: 426px) {
    .nav-container {
        justify-content: space-around;
        gap: 50%
    }
    .input-search-container {
        /* position: absolute; */
        width: 100%;
        top: 64px;
        left: 0;
        /* display: flex; */
        /* align-items: center; */
        justify-content: center;
        background-color: white;
        margin-top: 10px;
        transition: all 1s;
    }
    .input-container {
        width: 100%;
        padding-left: 0vw;
        margin-top: 20px;
        justify-content: space-around;
    }
    .pagination-container{
        flex-direction: column;
    }
    .pagination-container nav{
        text-align: center;
    }
}

.text-and-table-container {
    width: 85%;
    height: fit-content;
    align-self: center;
}

.discover-main-description {
    font-family: 'Karla', sans-serif;
    font-style: italic;
    color: #10155E;
    letter-spacing: 0.5px;
    font-size: 26px;
    margin-top: 32px;
}

.here-description {
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #707070;
    margin-top: 10px;
    line-height: 28px;
}

@media screen and (max-width: 426px) {
    /* .text-and-table-container {
        margin-top: 62px;
    } */
    .discover-main-description {
        font-size: 20px;
        line-height: 30px;
    }
    .here-description {
        font-size: 16px;
    }
}

.table-container {
    width: 100%;
    border: 1px solid #AFAEAE;
    margin-top: 20px;
    display: flex;
}

.column-container {
    width: 30%;
    height: 100%;
}

.column-container-1 {
    width: 40%;
    height: 100%;
}

.first-row {
    width: 100%;
    height: 70px;
    background-color: #10155E;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #AFAEAE
}

.rest-of-rows {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #AFAEAE
}

.rest-of-rows h1 {
    font-family: 'Karla', sans-serif;
    font-style: italic;
}

.first-row-title {
    color: white;
    font-family: 'Karla', sans-serif;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 1px;
}

.back-to-top-button {
    margin-top: 48px;
    background-color: #41AFD9;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0px;
    cursor: pointer;
    gap: 10px
}

.back-to-top-button h4 {
    color: white;
    font-family: 'Karla', sans-serif;
    font-style: italic;
    font-size: 20px;
}

.back-to-top-button img {
    width: 24px;
    object-fit: contain;
    transform: rotate(180deg);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 1vw;
}
@media screen and (max-width: 786px) {
    .first-row {
        height: 35px;
    }
    .rest-of-rows h1 {
        font-size: 2.1vw;
        text-align: center;
    }
    .first-row-title {
        font-size: 2.1vw;
        text-align: center;
    }
    .rest-of-rows {
        height: 30px;
    }
    .back-to-top-button {
        padding: 13px 20px;
        gap: 8px
    }
    .back-to-top-button h4 {
        font-size: 12px;
    }
    .back-to-top-button img {
        width: 17px;
        object-fit: contain;
        transform: rotate(180deg);
    }
    #maxRows,.pagination{
        font-size: 2vw;
    }
}

.footer-container {
    width: 100%;
    background-color: #10155E;
    display: flex;
    padding: 40px 0px;
    flex-direction: row-reverse;
    justify-content: space-around;
    gap: 30%
}

.footer-logo {
    height: 216px;
    object-fit: contain;
    margin-top: 20px;
}

.rest-of-the-footer {}

.footer-text {
    color: rgba(255, 255, 255, 0.831);
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}

.social-icons-container {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.social-icons-container a {
    cursor: pointer;
}

.social-icon {
    height: 35px;
    object-fit: contain;
}

.border-left-container {
    margin-top: 40px;
    display: flex;
    gap: 40px
}

.border-left-container a {
    cursor: pointer;
    text-decoration: none;
}

.footer-text-with-border-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid rgba(255, 255, 255, 0.84);
    padding-left: 10px;
    justify-content: space-between;
    height: fit-content
}

@media screen and (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        padding: 30px 0px;
        padding-bottom: 70px;
    }
    .footer-logo {
        height: 25vw;
        width: 25vw;
        margin-top: 0px;
        margin-left: 40px;
    }
    .rest-of-the-footer {
        margin-left: 40px;
        margin-top: 20px;
    }
    .border-left-container {
        flex-direction: column;
    }
    .social-icons-container {
        margin-top: 15px;
    }
}

@media screen and (max-width: 786px) {
    .footer-text {
        font-size: 14px;
    }
     table th,table td{
        font-size: 2vw;
    }
}

.rights-reserved-container {
    width: 100%;
    padding: 10px 0px;
    background-color: white;
}

.rights-text {
    font-size: 12px;
    color: #10155E;
    font-family: 'Karla', sans-serif;
    margin-left: 6.5%;
}
/* TABLE */
table th , table td{
    text-align: center;
    border: 1px solid #ddd;
}
table tr th{
    background-color: #10155E;
    color: white;
}
.table-striped>tbody>tr{
    background-color: white!important;
    
}
.pagination-container {
    display: flex;
    justify-content: space-between;
}
.pagination{
    margin: 0;
}
.pagination li:hover{
    cursor: pointer;
}
		table tbody tr {
			display: none;
		}

        .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
            background-color: #10155E;
    border-color: #10155E;
        }

        .pagination>li>a, .pagination>li>span  {
            color: #10155E;
        }