﻿.main_Figure {
    position: absolute;
    top: 0;
    right: 0;
}

.header {
    background: white;
}

.mainMenu > ul > li {
    padding: 50px 0 40px;
}

.blogBlock--style2 .blogBlock__content {
    margin: unset !important;
}

.day, .month, .year {
    display: block;
    text-align: center;
}

.day {
    font-size: 24px;
    font-weight: bold;
}

.month {
    font-size: 16px;
}

.year {
    font-size: 16px;
}

.date {
    line-height: 20px;
    background-color: #eb9309;
    color: white;
    padding: 5px;
    margin-bottom: 15px;
}

.newsTitle {
    font-size: 18px;
}

.footer__heading {
    font-size: 1.5rem;
    font-style: italic;
}

.footer p,
.footer label,
.footer a {
    color: #a1a1a1;
    line-height: normal;
}

    .footer a:hover {
        color: #eb9309;
    }

.footer .contactInfo i {
    color: #eb9309;
    margin-right: 5px;
}

.itSocial ul li a {
    text-decoration: none;
}

.btn--styleOne.btn--primary.sendBtn {
    padding: 10px 30px;
    color: white;
    text-decoration: navajowhite;
    margin: 15px 0;
}

.smallLogos li {
    display: inline-block;
    margin-left: 10px;
}

.sortBy li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

    .sortBy li .list li {
        display: block;
        margin-right: 0px;
    }

.BoxMember {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 15px;
    margin: 30px 0;
    background-color: #f5f5f5;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.15);
    min-height: 250px;
}

    .BoxMember .name {
        font-size: 24px;
        font-family: "Oswald", sans-serif;
        color: #000;
        margin-top: 15px;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

.memberImg {
    border: 1px solid #d1d1d1;
    margin: 0px 15px -55px;
    padding: 2px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    z-index: 5;
    position: relative;
    box-shadow: 1px 1px 0px #eb9309;
    background: url(../image/icons/user.jpg) no-repeat center center white;
    background-size: 90%;
}

    .memberImg img {
        width: 100%;
    }

.paginationBlock__number > ul .page-item .page-link,
.paginationBlock__number > ul .page-item .selectedPage {
    text-decoration: none;
}

.paginationBlock__number > ul .page-item .selectedPage {
    box-shadow: none;
    border: 0;
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    font-size: 16px;
    color: white;
    border-radius: 6px;
    border: 1px solid #f2f2f2;
    background: #eb9309;
}

.paginationBlock {
    margin-bottom: 150px !important;
}

.curvedBox {
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    padding: 30px 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.submitBtn {
    background: #eb9309;
    border: none;
    color: white;
    display: block;
    margin: 0 auto;
    width: 300px;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.forgetPass {
    background: transparent;
    border: none;
    text-decoration: underline;
    margin-bottom: 50px;
}

    .forgetPass:hover {
        color: #cf7700;
        text-decoration: none;
    }

.chart {
    background: #f5f5f5;
    padding: 10px;
    border: 1px solid #d1d1d1;
}

.eventsBlock__content {
    flex: 1;
    padding: 50px;
}

.eventsBlock p,
.eventsBlock span {
    font-size: 16px;
}

.eventsBlock__heading > span {
    font-size: 1.875rem;
}

.timeLine {
    position: relative;
}

    .timeLine .line {
        position: absolute;
        width: 100%;
        height: 2px;
        background: #333;
        top: 40px;
    }

.yearNum {
    display: inline-block;
    position: relative;
}

    .yearNum a {
        text-decoration: none;
        font-weight: bold;
    }

    .yearNum .circle {
        background-color: #333;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }


    .yearNum.selectedYear .circle {
        background-color: #eb9309;
    }

    .yearNum .circleOutline {
        background-color: transparent;
        border: 1px solid #333;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        left: 7px;
        position: absolute;
        top: 30px;
        padding: 2px;
    }

    .yearNum.selectedYear .circleOutline {
        border-color: #eb9309;
    }

    .yearNum.selectedYear a {
        color: #e08800;
    }

.mvvTabs .nav-link.selectedYear {
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 15px hsla(0,0%,87%,.15);
    box-sizing: border-box;
    color: #0d0d0d;
    cursor: pointer;
    font-family: Oswald,sans-serif;
    font-weight: 500;
    min-width: 309px;
    padding: 55.5px 35px;
    position: relative;
    text-transform: uppercase;
    border-radius: var(--bs-nav-pills-border-radius);
}

.mvvTabs .nav-link::before {
    background-color: #eb9309;
    content: "";
    height: 0%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    visibility: hidden;
    width: 4px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.cardContainer {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrapper {
    height: 300px; /* Visible area */
    overflow: hidden;
    position: relative;
    width: 450px;
}

    .wrapper .outer {
        display: flex;
        flex-direction: column;
        transition: transform 0.5s ease-in-out;
    }

    .wrapper .card {
        background: #fff;
        width: 430px;
        display: flex;
        align-items: center;
        padding: 20px;
        margin: 10px auto;
        position: relative;
        justify-content: space-between;
        border-radius: 100px 20px 20px 100px;
        box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    }

.card .content {
    display: flex;
    align-items: center;
}

.wrapper .card .img {
    height: 90px;
    width: 90px;
    position: absolute;
    left: -5px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.card .img img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.card .details {
    margin-left: 80px;
}

.details span {
    font-weight: 600;
    font-size: 18px;
}

.card a {
    text-decoration: none;
    padding: 7px 18px;
    border-radius: 25px;
    color: #fff;
    background: linear-gradient(to bottom, #bea2e7 0%, #86b7e7 100%);
    transition: all 0.3s ease;
}

    .card a:hover {
        transform: scale(0.94);
    }

button {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    background-color: #86b7e7;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

    button:hover {
        background-color: #5a9bd5;
    }

.mask-aboutBack {
    top: 35%;
}

.orangeHighlight {
    background-color: #eb9309;
    color: white;
    padding: 5px 15px;
    display: inline-block;
    font-size: 18px;
    margin-top: 50px;
}

.institute {
    color: #000;
    font-size: 18px;
}

.closed-nomination {
    background: #f8d7da;
    padding: 5px 15px;
    color: rgb(189, 40, 55);
}

.open-nomination {
    background: #d1e7dd;
    padding: 5px 15px;
    color: #015F2C;
}

.moreInfo {
    padding: 10px 20px !important;
    color: white !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.hero__title--small {
    color: #e18900 !important;
}

.shadeBg {
    background-color: #fff;
    padding: 30px;
    margin: 15px 0;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.05);
}

.awardsTite {
    letter-spacing: 0.05em !important;
    font-size: 24px !important;
    margin-bottom: 30px !important;
    color: #dc8400 !important;
}

.winnerContainer {
    background: #f5f5f5;
    padding: 15px;
    margin: 15px 0 15px;
}

span {
    font-family: "Barlow", sans-serif !important;
    /*line-height: normal !important;*/
}

/*.leftBorder {
    border-left: 9px solid #eb9309;
    padding-left: 15px;
}*/

.btn--styleOne {
    font-weight: normal;
    font-size: 16px;
}

.grayContainer {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.radioButtons label {
    margin-left: 5px;
    margin-right: 25px;
}

.nice-select.form-control {
    height: 42px;
    display: inline-block;
    float: none;
    line-height: 26px;
    font-size: 16px;
    margin-right: 15px;
    padding: .375rem 1.75rem .375rem .75rem;
}

.nice-select.open .list {
    max-height: 200px;
    overflow: auto;
}

/* Apply to wider tooltips, or all tooltips if you prefer */
.tooltip-inner {
    max-width: 300px;
    white-space: normal;
    text-align: left; /* Optional: aligns paragraphs and lists */
}

    /* Optional: improve spacing for HTML content inside the tooltip */
    .tooltip-inner p,
    .tooltip-inner ul,
    .tooltip-inner li {
        margin: 0 0 0.5rem 0;
        line-height: 1.4;
        display: block;
    }

    .tooltip-inner ul {
        padding: 5px;
    }

.tooltipBtn {
    background: url(../images/information.png) no-repeat center center transparent;
    border: none;
    width: 27px;
    height: 27px;
    margin-top: 5px !important;
    text-transform: capitalize !important;
    color: #333 !important;
}

    .tooltipBtn:hover {
        background-color: white;
    }

.clearBtn {
    padding: 5px 15px;
    background-color: #2b2121;
    color: white;
    border: none;
    border-radius: 5px;
}

.addBtn {
    padding: 2px 15px 5px 15px;
    margin-top: -9px;
    background-color: #eb9309;
    border: navajowhite;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    margin-top: -15px;
}

label {
    font-size: 16px;
}

.form h5 {
    font-size: 1.5rem;
}

.modalPopup h2 span {
    background-color: #f5f5f5;
    padding: 15px;
    font-size: 24px;
    display: block;
    font-weight: bold;
    text-transform: capitalize;
}

.shadedBG {
    background-color: #f5f5f5;
}

.textContent, .shadedBG {
    text-align: center;
    padding: 10px;
    border: 1px solid #e7e7e7;
}

    .shadedBG label {
        margin: 0;
    }

.modalPopup label {
    display: block;
    text-align: right;
}

.modalPopup input,
.modalPopup select {
    padding: 4px 10px;
}

.modalFooter.text-center {
    padding-top: 10px;
    border-top: 1px solid #ececec;
    background-color: #f5f5f5;
}

.borderTop {
    border-top: 1px dotted #d1d1d1;
    margin-top: 40px;
}

.header__right li {
    display: inline-block;
    margin-left: 10px;
}

.header__right .fa-linkedin,
.header__right .fa-square-facebook,
.header__right .fa-square-x-twitter {
    font-size: 33px;
    color: black;
}

.header__right ul li a .fa-linkedin,
.header__right ul li a .fa-square-facebook,
.header__right ul li a .fa-square-x-twitter {
    /*color: #333;*/
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.header__right ul li a .fa-linkedin,
.header__right ul li a .fa-square-facebook,
.header__right ul li a .fa-square-x-twitter,
.itSocial ul li a {
    color: #e18900;
}

.header__right ul li:hover a .fa-linkedin,
.header__right ul li:hover a .fa-square-facebook,
.header__right ul li:hover a .fa-square-x-twitter {
    /*color: #eb9309;*/
    color: #333;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.itSocial ul li a:hover,
.itSocial ul li a:focus {
    background-color: #eb9309;
    border-color: #eb9309;
}

.fa-phone,
.fa-envelope {
    margin-right: 5px;
}

.nice-select .list {
    max-height: 250px; /* or any height suitable for your UI */
    overflow-y: auto;
    overflow-x: hidden;
}

.nice-select .list {
    z-index: 9999;
}

.btn.btn--styleOne.btn--secondary.it-btn {
    color: white;
    text-decoration: none;
}

.main_Figure {
    max-width: 100%;
}

.aboutContent .btn--styleOne.btn--primary.sendBtn {
    padding: 15px 30px;
}

.pin {
    color: #eb9309;
}

.cardBG {
    background-color: #f7f7f7;
    margin-bottom: 30px;
}

    .cardBG .fa-solid {
        margin-right: 5px;
    }

.staticContent p span,
.staticContent li span {
    font-size: 16px !important;
}


/*.staticContent ul {
    margin: 30px 0;
}

.staticContent li {
    margin-bottom: 15px;
    padding-left: 50px;
    background: url(../image/icons/orange-arrow.png) no-repeat 27px 6px;
}*/

.blackShaded h5 span {
    /*background-color: #eb9309;*/
    background-color: #333;
    color: white;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    font-size: 24px;
}

.shadedBox {
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 50px;
    border: 1px solid #eaeaea;
    border-left: 5px solid #eb9309;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.05);
}

    .shadedBox .memberData .image,
    .shadedBox .memberData .details {
        display: inline-block;
        vertical-align: top;
    }

    .shadedBox .memberData .image {
        width: 123px;
        height: auto;
        margin-right: 15px;
        background: url(../image/icons/userLg.jpg) no-repeat center center;
        background-size: contain;
        width: 123px;
        min-height: 123px;
    }

        .shadedBox .memberData .image img {
            width: 123px;
            height: auto;
            margin-right: 15px;
        }

.details p {
    margin: 0;
}

    .details p span {
        font-weight: normal;
    }

.topBar {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

    .topBar span {
        font-weight: normal;
    }

.options .featureTab .nav-tabs .nav-link {
    color: #333;
}

    .options .featureTab .nav-tabs .nav-link:hover {
        color: #eb9309;
    }

.forgetPass {
    background: transparent;
    color: #333;
    padding: 0;
    margin-top: 0;
}

    .forgetPass:hover {
        background: transparent;
        color: #eb9309;
    }

.loginImg img {
    max-width: 100%;
}

.staticContent ul {
    margin-left: 30px;
}

    .staticContent ul li {
        list-style: inherit;
        margin-bottom: 4px;
    }

.note {
    background: url(../image/icons/notes.png) no-repeat left center;
    background-size: 120px auto;
    padding-left: 150px;
    margin-left: 0 !important;
}

.textNote {
    color: brown;
    font-weight: bold;
}

.announce {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    font-size: 24px;
    margin-bottom: 100px;
    color: black;
    background-color: #f5f5f5;
    padding: 10px;
}

.field {
    line-height: 20px;
    font-size: 16px;
}
