﻿body {
    padding:0px;
    margin:0px;
}

/**************** header ***************************/
.topnav {
    z-index:999;
    position: fixed;
    width:100%;
    padding: 0.2rem 3rem;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 216.67%);
    
    border-radius:0 0 15px 15px;
}
.navbar-collapse {
    flex-grow:0.1
}

.nav-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 133.52%;
    /* identical to box height, or 27px */

    letter-spacing: -0.015em;
    color: #1C1C1C;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 133.52%;
    /* identical to box height, or 27px */

    letter-spacing: -0.015em;
    color: #0069B4;
}

.logo_pgn{
    width:10rem;
}

.ava {
    width: 2.5rem;
    height:2.5rem;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
    border: #979797 1px solid;
}

/******************** footer ******************/
footer{
    width:100%;
    height:28rem;
    position:relative;
    justify-items:center;
}

footer::before {
    width: 100%;
    height: 28rem;
    justify-items: center;
    background: rgba(0, 0, 0, 0.7);
    position:absolute;
    display:block;
    content:"";
}

.bg-footer{
    object-fit:cover;
    width:100%;
    height:100%
}
.content-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;

    padding :5rem 5rem;
}

.header-footer {
    font-family: Lora;
    font-size: 2.5rem;
    color: white;
    font-style: normal;
    font-weight: 700;
    margin-bottom:5rem;
}

.section-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:2rem;
    color: white;
    font-family: Montserrat;
    justify-items:center
}

.card-footer{
    display:flex;
    flex-direction:column;
}

.card-footer .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.card-footer .text {
    font-size: 12px;
    font-weight: 400;
}

.card-footer .text a{
    text-decoration:none;
    color:white
}

.dropdown .btn-secondary {
    --bs-btn-color: #1C1C1C;
    --bs-btn-bg: none;
    --bs-btn-border-color: none;
    --bs-btn-hover-color: #1C1C1C;
    --bs-btn-hover-bg: none;
    --bs-btn-hover-border-color: none;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #1C1C1C;
    --bs-btn-active-bg: none;
    --bs-btn-active-border-color: none;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #51585e;
    --bs-btn-disabled-bg: none;
    --bs-btn-disabled-border-color: none;
}

.dropdown .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.015em;
    color: #1C1C1C;
}

.dropdown ul li .nav-link {
    font-weight: 600;
}

.dropdown-item{
    padding-left:1rem;
}

.dropdown-menu {
    --bs-dropdown-border-color: none;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
    --bs-dropdown-link-active-bg:none;
}

#ava .dropdown-menu[data-bs-popper]{
    left:-4rem;
}

#id ul li{
    margin: 0.3rem 0;
}

.nav-link.dropdown-item.active {
    color: #0069B4;
}

/* Pagination Buttons */
/*.dataTables_paginate .paginate_button {
    color: #fff;
    background-color: #0069B4;
    border-color: #0069B4;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}*/

/* Active Pagination Button */
/*.dataTables_paginate .paginate_button.current {
    color: #fff;
    background-color: #003B6F;
    border-color: #003B6F;
}*/

/* Disabled Pagination Button */
/*.dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
    cursor: default;
}*/

/* Hover State */
/*.dataTables_paginate .paginate_button:hover {
    background-color: #003B6F;
    border-color: #003B6F;
}*/