.fs-12{
    font-size: 12px;
}

.btn-linear-2-animation{
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background-image: linear-gradient(to right, var(--linear-color1), var(--linear-color2), var(--linear-color1));
    background-size: 200% auto;
    animation: gradientAnimation 2s linear infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

.tab-pane:not(.active){
    display: none;
}

.bg-my_color {
    background: #006EB5 !important;
}

.border-bottom-0{
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}

.text-my_color {
    color: #006EB5 !important;
}

.border_my_color{
    border: 1px rgb(219, 219, 219) solid;
}

.break-all{
    word-break: break-all!important;
}

.pub-border{
    border: 1px solid #848484 !important;
}

.publication{
    width: 120px!important;
    height: 170px!important;
    object-fit: cover
}

.limit-ln{
    display: -webkit-box;
    -webkit-line-clamp: var(--line, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.short-content{
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.short-content.description{
    -webkit-line-clamp: 4;
}

.short-content.description-lg{
    -webkit-line-clamp: 5;
}

.p-6px{
    padding: 6px;
}

.py-24px{
    padding-top: 24px;
    padding-bottom: 24px;
}

.px-24px{
    padding-right: 24px;
    padding-left: 24px;
}

.img{
    object-fit: cover;
}

.py-2-5{
    padding-top:.7rem!important;
    padding-bottom:.7rem!important
}

.banner-div:hover .banner-underline {
    text-decoration: none!important;
}

.banner-underline{
    text-decoration: underline!important;
}

.bg-banner-light{
    background-color: #f8f9fc!important;
}

.bg-non_governmental{
    background-color: #e3e5ea!important;
}

.banner-title{
    font-size: 1rem!important;
}

.banner-data-text{
    font-weight: 600!important;
    font-size: 1.5rem;
}

.banner-date-text{
    color: #414c5c;
    font-weight: 500!important;
}

.hover_underline{
    text-decoration: underline;
}

.hover_underline:hover{
    text-decoration: none;
}

.h-style{
    height: auto;
}

.rounded-12{
    border-radius: 12px !important;
}

.rounded-16{
    border-radius: 16px !important;
}

.rounded-top-16{
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

/* navbar */
.nav-div{
    text-align: center;
}

#nav-item-div a{
    font-size: 1.1rem;
}

.nav-item-font{
    font-size: 1.1rem;
}

#hover-dropdown:hover .dropdown-menu{
    display: block;
}


/* navbar search */
.nav-div .search-box{
    position: absolute;
    right: 13%;
    height: 45px;
    max-width: 330px;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s linear;
}

.nav-div.openSearch .search-box{
    opacity: 1;
    pointer-events: auto;
}

.nav-div .search-icon{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.nav-div .search-box input {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 6px;
    background-color: #fff;
    padding: 0 15px 0 45px;
}
/* end navbar search */

.my-nav-item{
    color: #666666;
    text-shadow: -.25px -.25px 0 transparent,
    .25px .25px transparent;
}

.my-nav-item:hover{
    color: black;
    text-shadow: -.25px -.25px 0 black,
    .25px .25px black;
}

.active-nav{
    color: black;
    text-shadow: -.25px -.25px 0 black,
    .25px .25px black;
}

/* end navbar */

/* respondent div */
.respondent-div-bg{
    background-image: url("../img/respondent-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/* contents */
.badge-py{
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

.btn-see{
    color: #00FFF0
}

.see_all-text{
    color: #00FFF0;
    transition: 0.3s;
}

.btn-see:hover .see_all-text{
    padding-right: 5px;
}

.box{
    width: 100%;
    background: #0085DC;
    transition: 0.5s;
    cursor: pointer;
}

.box:hover {
    transform: scale(1.05);
}

.rounded-slide{
    border-radius: 24px;
    border: 1px rgb(219, 219, 219) solid;
}

.info-div-scroll{
    padding-right: 50px!important;
}

.info-div-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #FFFFFF1A;
}

.info-div-scroll::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 8px;
}

.banner-scroll{
    padding-right: 15px!important;
}

.banner-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #FFFFFF1A;
}

.banner-scroll::-webkit-scrollbar-thumb {
    background-color: #FFFFFF;
    border-radius: 8px;
}

.tab-btn .banner-btn{
    color: rgba(255, 255, 255, 0.5)!important;
    border: 1px rgba(255, 255, 255, 0.10) solid;
    background: transparent;
}

.tab-btn .banner-btn.active,
.tab-btn .banner-btn:hover{
    color: rgb(255, 255, 255)!important;
    background: rgba(255, 255, 255, 0.10);
}

/* publications */
.img-hover {
    position: relative;
    width: 50%;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-hover:hover .image, .img-div-hover:hover .image{
    filter: brightness(75%);
    transition: filter 0.2s ease-in-out;
}

.img-hover:hover .middle, .img-div-hover:hover .middle {
    opacity: 1;
}

.text {
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}
/* end publications */

/* info */
.scroll{
    padding-right: 10px!important;
}

.scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #EFF4F9;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: #006EB5;
    border-radius: 8px;
}

.info-ul{
    height: 430px!important;
    overflow-y: scroll;
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-div{
    position: absolute;
    width: calc(68% + 30px);
    height: 540px;
    right: 0;
    top: 0;
    z-index: 99;
    display: none;
    bottom: 0;
}
/* end info */

.badge-date{
    background: rgb(245, 247, 249);
    color: #006EB5!important;
    font-size: 16px!important;
}
.see_all{
    transition: 0.3s;
}

.badge-date:hover .see_all{
    padding-right: 5px;
}
/* end contents */


/* graffica buttons */
.action-btn{
    border-radius: 0;
    border: 0;
    border-right: 1px rgba(180, 180, 180, 0.30) solid;
    background-color: rgba(180, 180, 180, 0.2);
    align-self: end;
    border-bottom: 0;
    color: white;
}

.last{
    border: 0;
}

.action-btn:hover{
    background-color: #006EB5;
    color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 1.9%!important;
}

.true{
    background-color: #006EB5;
    color: white;
    border: 0;
    border-right: 1px solid black;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 1.9%!important;
}

.true svg path{
    stroke: white;
}
/* end graffica buttons */


/* info-section */
.info-item{
    cursor: default;
}

.info-bg{
    border: 1px solid #006EB5;
    background-repeat: no-repeat;
    background-size: cover;
}

.arrow-left-div{
    position: absolute;
    height: 50px;
    width: 50px;
    border-left: 1px solid #006EB5;
    border-bottom: 1px solid #006EB5;
    top: 70px;
    left: -25px;
    background-color: white;
    transform: rotate(45deg);
}

.icon-div{
    background: rgba(207, 207, 207, 0.10);
    border-radius: 6px;
}

.active-info{
    border-radius: 6px;
    background: #006EB5;
    color: white!important;
}

.active-info .tabler-icon{
    color: white!important;
}

/* end info-section */


/* footer */
.footer-color{
    color: #333333;
}

.footer-link{
    position: relative;
    color: #333333;
    display: block;
}

.footer-link:hover{
    color: #333333;
}

.footer-link:after{
    content: "";
    position: absolute;
    background-color: #333333;
    height: 0.1rem;
    width: 0;
    left: 0;
    bottom: -3px;
    transition: 0.3s;
}

.footer-link:hover:after,
.footer-link.active-nav:after{
    width: 100%;
}

.top-btn{
    position: fixed;
    bottom: .75rem;
    background-color: #006EB5;
    transition: all .4s;
    z-index: 3;
}
/* end footer */
