.navbar {
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "BPG Arial Caps";
    border-width: 0px 0px 3px 0px;
    border-style: solid;
    border-color: #fff;
    -webkit-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.homePage .navbar {
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "BPG Arial Caps";
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #fff;
    -webkit-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 6px 5px 7px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
}

.navbar .lSide {
    display: flex;
    align-items: center;
    height: 70px;
    padding: 5px 0px 0px 15px;
    background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 60%);
}

.navbar .rSide {
    padding: 5px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .ptiLogo {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0px 0px 0px 0px;
    transition: .3s ease, transform .5s ease;
}

.navbar .ptiLogo img {
    float: left;
    width: 148px;
}

.langButton {
    display: flex;
    align-items: center;
    float: right;
    color: #fff;
    padding: 5px 7px 5px 7px !important;
    margin-right: 7px;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    border-color: #fff;
    border-radius: 2px 0px 0px 2px;
    font-size: 10px;
    text-decoration: none;
    transition: opacity .3s ease, transform .3s ease;
}

.langButton i {
    font-size: 8px;
    padding: 2px 5px 0px 0px;
}

.navbar .navbar-collapse {
    margin-left: 7px;
}

.navbar .navbar-nav {
    padding: 0px;
}

.navbar .navbar-nav .nav-link {
    padding: 5px 30px 5px 5px;
    color: #000;
    font-size: 10px;
    cursor: pointer;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: rgba(0, 213, 195,0.75);
    display: inline-block;
    white-space: nowrap;
}

.navbar .navbar-nav .nav-link i {
    font-size: 10px;
}

.navbar ul li:last-child a {
    border-width: 1px 1px 1px 0px !important;
    border-style: solid;
    border-color: rgba(0, 213, 195,0.75);
    border-radius: 0px 2px 2px 0px;
}

.navbar .add {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-right: 10px;
}

.navbar .add a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}



.footerContent {
    display: flex;
    background: rgba(0,0,0,0.05);
}

.footerContent .card {
    border-width: 0px;
    padding: 0px 15px 0px 15px;
    background: transparent;
}

.footerContent .card-header {
    padding: 12px 0px 10px 0px;
    background: transparent;
    border-color: rgba(0,0,0,0.1);
    font-family:"BPG Arial Caps";
    font-size: 10px;
}

.footerContent .card-body {
    padding: 12px 0px 10px 0px;
    font-size: 10px;
    padding-bottom: 0px !important;
}

.footerContent .footerLogoImg {
    margin-top: 5px;
    height: 30px;
    width: auto;
}

.footerContent ul {
    padding: 0px;
    list-style: none;
}

.footerContent ul li {
    padding: 0px 3px 5px 0px;
    margin: 0px;
    text-decoration: none;
    color: rgba(0,0,0,0.6);
}

.footerContent ul li i {
    font-size: 4px;
    padding-right: 3px;
}

.auth .icon {
    text-align: center;
    margin: 50px 0px 50px 0px;
}

.auth .icon i {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.2);
    border-radius: 100%;
    padding: 10px;
    font-size: 70px;
}

.auth .icon p {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(0,0,0,0.7)
}

.auth {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 20px;
}

.auth .modal-body {
    background: #fff;
    border-radius: 18px;
}

.auth .footer {
    padding: 20px 20px 5px 20px;
}

@media only screen and (max-width: 950px) {

    .langButton {
        color: #fff;
        padding: 0px;
        margin: 0px;
        height: 33px;
    }

    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: start;
        height: 33px;
        margin: 0px 20px 0px 20px;
        padding: 0px;
        color: #fff;
        text-decoration: none;
        border-width: 1px 1px 1px 0px !important;
        border-style: solid !important;
        border-color: #fff !important;
        border-radius: 0px 3px 3px 0px;
    }

    .navbar-toggler[aria-expanded="true"]{
        border-width: 1px 0px 1px 1px !important;
        border-radius: 3px 0px 0px 3px;
    }

    .navbar-toggler[aria-expanded="true"] .langButton{
        display: none !important;
        opacity: 0 !important;
    }

    .navbar-collapse {
        transition: opacity .3s ease, transform .3s ease;
        opacity: 0;
    }

    .navbar-collapse.show{
        opacity: 1;
    }

    .navbar-nav {
        position: absolute;
        width: calc(100vw - 40px);
        height: calc(100vh - 55px);
        top: 43px;
        right: 20px;
        margin-top: 10px;
        padding: 0px 30px!important;
        display: flex;
        align-items: start;
        justify-content: center;
        border-width: 0px 1px 0px 0px !important;
        border-style: solid;
        border-color: #fff !important;
        border-radius: 0px !important;
        background: linear-gradient(180deg, rgba(0, 189, 200, 0) 10%, rgb(0, 213, 195) 40%, rgba(0, 189, 200, 1) 100%);
        box-shadow: 0px 50px 7px 0px rgba(0, 0, 0, 0.1);
    }

    .nav-item {
        color: #fff !important;
        width: 100%;
        padding: 15px 0px 15px 0px !important;
        border-width: 0px 0px 1px 0px !important;
        border-style: dashed;
        border-color: rgba(255,255,255,0.1) !important;
    }

    .nav-item a {
        border-width: 0px !important;
        color: rgba(255,255,255,0.9) !important;
        font-size: 12px !important;
        text-shadow: 2px 2px 12px rgba(0,0,0,0.3);
    }

    .hideLang {
        opacity: 0;
    }

    .ptiLogoNav {
        opacity: 0.5;
        padding-left: 30px !important;
    }

    .ptiDeadlinesV2 {
        position: relative;
        padding: 2vh 2vw 20vh 2vw;
        display: flex;
        align-items: end;
        height: 100vh !important;
        margin-top: 0px;
        border-radius: 0px 0px 0px 0px;
        background: linear-gradient(90deg, rgba(0, 189, 200, 1) 0%, rgba(0, 213, 195, 1) 60%);
    }

    .rSide {
        padding: 0px !important;
    }

}