
strong {
    font-weight: bold;
}

@font-face {
    font-family: "arial-rounded-mt-bold";
    src: url("https://candyfonts.com/wp-data/2019/04/06/51392/ARLRDBD.TTF") format("woff"),
    url("https://candyfonts.com/wp-data/2019/04/06/51392/ARLRDBD.TTF") format("opentype"),
    url("https://candyfonts.com/wp-data/2019/04/06/51392/ARLRDBD.TTF") format("truetype");
}

.bg-adscientificindex {
    --bs-bg-opacity: 1;
    background-color: #253D9A !important;
}

.bg-adscientificindex-radius {
    border: 1px #253D9A solid;
    border-radius: 5px;
    background-color: #253D9A !important;
}

/* custom */

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mb-fix-0 {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none !important;
}

.owl_slider {
    margin: 30px 0 0px 0 !important;
}

.sliderRow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderColumnUniversityPage {
    border: 1px solid #607D8B;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    /* min-height: 300px !important; */
    /* max-height: 300px !important; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 150px;
    height: 325px;
}

.sliderColumnUniversityPage h3 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
}

.sliderColumnUniversityPage h4 {
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
    color: #607D8B;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sliderColumnUniversityPage h5 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
}


.sliderColumnScientistPage {
    border: 1px solid #607D8B;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    min-height: 100px !important;
    max-height: 100px !important;
}

.sliderColumnScientistPage h3 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 14px;
    text-decoration: none !important;
}

.sliderColumnScientistPage h4 {
    text-align: center;
    padding: 10px 0 0 0;
    font-weight: bold;
    color: #000000;
    /*color: #607D8B;*/
    font-size: 18px;
    text-decoration: none !important;
}

.sliderColumnScientistPage h5 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 14px;
    text-decoration: none !important;
}


.sliderAvatarDivUniversityPage {
    /* min-height: 125px !important; */
    /* height: 125px !important; */
    /* max-height: 125px !important; */
    /* height: auto!important; */
    /* overflow: hidden; */
    /* max-height: inherit!important; */
}

.sliderAvatarDivScientistPage {
    min-height: 100px !important;
    height: 100px !important;
    max-height: 100px !important;
    overflow: hidden;
}

.sliderAvatar {
    width: 90px !important;
    height: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    padding: 5px 0;
}

.owl-carousel-1 .owl-nav,
.owl-carousel-2 .owl-nav,
.similarly-ranking-owl-carousel-1 .owl-nav {
    text-align: center;
    font-size: 78px;
}

.owl-carousel-1 .owl-nav button.owl-prev,
.owl-carousel-2 .owl-nav button.owl-prev {
    position: absolute;
    left: -2%;
    top: 25%;
}

.similarly-ranking-owl-carousel-1 .owl-nav button.owl-prev {
    position: absolute;
    left: -2%;
    top: 0%;
}

.owl-carousel-1 .owl-nav button.owl-next,
.owl-carousel-2 .owl-nav button.owl-next {
    position: absolute;
    right: -2%;
    top: 25%;
}

.similarly-ranking-owl-carousel-1 .owl-nav button.owl-next {
    position: absolute;
    right: -2%;
    top: 0%;
}

.owl-carousel .owl-stage {
    padding: 15px 0;
}

.baslik {
    font-size: 25px;
    font-weight: 700;
    color: #253D9A;
}

@media screen and (min-width: 575px) {
    .sliderColumn:hover {
        transition: all .2s ease-in-out;
        transform: translateY(-10px);
    }
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .sliderColumnUniversityPage {
        width: 100%;
        left: 0% !important;
        padding-bottom: 10px !important;
    }

    .sliderColumnUniversityPage h4 {
        overflow: hidden;
        margin-bottom: 0.1rem;
    }

    .sliderColumnUniversityPage h3 {
        margin-bottom: 0.1rem;
    }

    .sliderColumnScientistPage {
    }

    .sliderColumnScientistPage h4 {
        overflow: hidden;
        margin-bottom: 0.1rem;
    }

    .sliderColumnScientistPage h3 {
        margin-bottom: 0.1rem;
    }

    .sliderAvatarDivUniversityPage {
        min-height: 40px !important;
        height: 75px !important;
        max-height: 75px !important;
    }

    .sliderAvatarDivScientistPage {
        min-height: 40px !important;
        height: 75px !important;
        max-height: 75px !important;
    }

    .sliderAvatar {
        height: auto;
        max-height: 75px !important;
    }

    .owl-carousel-1 .owl-nav button.owl-prev,
    .owl-carousel-2 .owl-nav button.owl-prev,
    .similarly-ranking-owl-carousel-1 .owl-nav button.owl-prev {
        /*left: -6%;*/
        display: none !important;
    }

    .owl-carousel-1 .owl-nav button.owl-next,
    .owl-carousel-2 .owl-nav button.owl-next,
    .similarly-ranking-owl-carousel-1 .owl-nav button.owl-next {
        /*right: -6%; */
        display: none !important;
    }

    .baslik {
        text-align: center;
        font-size: 21px;
    }

    .owl-item {
        /*width: 120px !important;*/
    }
}

.university-no-terpopuler2 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 43px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    overflow: hidden;
    text-align: left;
    line-height: 50px;
    transition: ease all 0.4s;
    float: left;
    width: 35px !important; /* kesik olması için genişlik 13 olmalı */
    margin-top: 5px !important;
}

.university-no-terpopuler2-text {
    margin: 3px 0 0 15px;
    font-size: 15px !important;
    text-align: left;
    font-weight: 700;
    color: #607D8B;
}

.university-no-terpopuler2-counter {
    margin: 3px 0 0 0px;
    font-size: 15px !important;
    /*text-align: right;*/
    color: #607D8B;
    font-weight: normal;
}

.university-top-5-scientist-avatar {
    float: left;
    min-width: 60px !important;
    max-width: 60px !important;
    min-height: 60px !important;
    height: 60px !important;
    max-height: 60px !important;
    margin: 0 5px 0 0 !important;
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start;

}

.university-top-5-scientist-avatar img {
    max-height: 60px;
    width: auto !important;
    margin: 0 auto !important;

}

.university-top-5-scientist-div {
    height: 60px;
}

.university-no-terpopuler2-subjects {
    width: 100% !important;
    font-size: 13px;
    font-weight: 400;
    color: #78909C;
    text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 575px) {

    .university-no-terpopuler2 {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 33px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        overflow: hidden;
        text-align: left;
        line-height: 50px;
        transition: ease all 0.4s;
        float: left;
    }

    .university-no-terpopuler2-counter {
        margin: 3px 0 0 0px;
        font-size: 13px !important;
        color: #607D8B;
        font-weight: normal;
    }

    .university-no-terpopuler2-subjects {
        font-size: 11px !important;
    }
}


.no-terpopuler3 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 60px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    text-align: left;
    transition: ease all 0.4s;
    padding-left: 10px !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .no-terpopuler3 {
        padding-left: 0px !important;
        font-size: 45px !important;
    }
}

.no-terpopuler2 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 100px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    text-align: left;
    transition: ease all 0.4s;
}

.no-terpopuler {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 100px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    text-align: left;
    line-height: 120px;
    transition: ease all 0.4s;
    /*

    padding: 0px 8px 0 5px;
    */
}

.no-terpopuler-10 {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 100px !important;
    -webkit-text-stroke: 1px #686a70;
    -webkit-text-fill-color: white;
    width: 32px;
    overflow: hidden;
    letter-spacing: -0.4em;
    text-align: left;
    line-height: 120px;
    transition: ease all 0.4s;
    white-space: pre;
    /*

    padding: 0px 8px 0 5px;
    */
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .no-terpopuler {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 90px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 32px;
        overflow: hidden;
        letter-spacing: -0.4em;
        text-align: left;
        line-height: 120px;
        transition: ease all 0.4s;
        white-space: pre;
    }

    .no-terpopuler-10 {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 100px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 32px;
        overflow: hidden;
        letter-spacing: -0.4em;
        text-align: left;
        line-height: 120px;
        transition: ease all 0.4s;
        white-space: pre;
        /*

        padding: 0px 8px 0 5px;
        */
    }
}

.top-list-country-select {
    min-width: 100%;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-bottom: 16px;
}

.hr-custom-1 {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(9, 9, 121, 1) 50%, rgba(0, 212, 255, 0) 100%);
}


/*.share .btn{width:100%;justify-content:space-between;}
.share .dropdown-menu{width:100%;}*/
.share-left {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal_dropdown_dialog {
    width: 100% !important;
    top: calc(20% - 24px) !important;
}

.share_modal {
}

.share_modal a i {
    color: #253D9A !important;
    margin-right: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.share_modal a {
    margin-right: 15px;
    display: inline-block;
    /*color: #566a81;*/
    color: #253D9A;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    line-height: 14px;
    font-weight: 500;
}

.share_modal_div .share_modal a a:last-child {
    margin-right: 0 !important;
}

.md-drpdwn {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 30px;
    margin: 4px;
    opacity: 1;
    overflow: hidden;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    top: 0;
    vertical-align: top;
    /*width: 148px;*/
    /*width: 100% !important;*/
    width: 100px !important;
}

.md-drpdwn > img {
    display: inline-block;
    height: 20px;
    margin-top: 6px;
    vertical-align: top;
    width: 20px;
}

.md-drpdwn span {
    color: #FFFFFF !important;
}

.md-drpdwn[data-network='facebook'] {
    background-color: #4267B2;
}

.md-drpdwn[data-network='twitter'] {
    background-color: #55acee;
}

.md-drpdwn[data-network='linkedin'] {
    background-color: #0077b5;
}

.md-drpdwn[data-network='whatsapp'] {
    background-color: #25d366;
}

.md-drpdwn[data-network='email'] {
    background-color: #7d7d7d;
}

.md-drpdwn[data-network='baidu'] {
    background-color: #000000;
}

.md-drpdwn[data-network='pinterest'] {
    background-color: #CB2027;
}

.md-drpdwn[data-network='telegram'] {
    background-color: #0088cc;
}

.md-drpdwn[data-network='renren'] {
    background-color: #005baa;
}

.md-drpdwn[data-network='weibo'] {
    background-color: #ff9933;
}

.md-drpdwn[data-network='vk'] {
    background-color: #4c6c91;
}

@media screen and (min-width: 575px) {
    .column-w-1 {
        min-width: 200px;
    }
}

.fz-9 {
    font-size: 9px !important;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-11 {
    font-size: 11px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-19 {
    font-size: 19px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-21 {
    font-size: 21px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-23 {
    font-size: 23px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-25 {
    font-size: 25px !important;
}

.top-list-cover-img {
    margin: 0 auto;
    width: 100% !important;
}

.compare-please-select {
    text-align: center;
    padding: 0px 30px 0px 30px;
    font-family: "Arial Rounded MT Bold", Arial, Tahoma !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: #103f81;
}

.border-none {
    border: none !important;
}

.compare-social-icon {
    max-width: 42px !important;
    max-height: 42px !important;
}

.compare-social-icon.disabled {
    opacity: 0.5;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.top5ScientistsRow {
    border: 1px solid #607D8B;
    border-radius: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    min-height: 550px !important;
    /*max-height: 275px !important;*/
}

.top5ScientistsRow-h4 {
    font-size: 19px !important;
}

.top5ScientistsRow h3 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
    width: 100% !important;
}

.top5ScientistsRow h4 {
    font-weight: bold;
    /*color: #607D8B; */
    color: #000000 !important;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    margin: 10px 0 0 0 !important;
}

.top5ScientistsRow h5 {
    text-align: center;
    font-weight: 400;
    color: #607D8B;
    font-size: 16px;
    text-decoration: none !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .top5ScientistsRow {
        margin: 0 30px !important;
    }

    .top5ScientistsRow h4 {
        min-height: 30px !important;
        height: 30px !important;
        max-height: 30px !important;
        overflow: hidden;
    }

    .top5ScientistsRow-h4 {
        padding-top: 10px !important;
        font-size: 19px !important;
    }

}

.first_10_scientists_title_text {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left !important;
}

.first_10_scientists_title_world_rank {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-align: right !important;
}

.universities_in_title_text {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.vertical-align-bottom {
    display: inline-block;
    align-self: flex-end;

}

.vertical-align-top {
    vertical-align: top !important;
}

.vertical-align-middle {
    height: 100% !important;
    margin: auto !important;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
}

.vertical-align-middle-2 {
    height: auto !important;
    margin: auto !important;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
}


.compares2 .centered-btn-wrapper .btn {
    margin: 0 auto;
}

.compares2 .centered-btn-wrapper .share .btn i:last-child {
    background-color: transparent;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .compares2 .centered-btn-wrapper {
        order: -1;
        margin-bottom: 10px;
    }

    .compares2 #university_infomation_title {
        height: auto !important;
    }

    .compares2 #university_infomation_othernames {
        align-items: stretch;
    }

    .compares2 .container .row.border-1, .compares2 .container .row.border-left-1 {
        align-items: stretch;
    }

    .compares2 .container .style-5, .compares2 .container .style-4, .compares2 .container .style-3, .compares2 .container .style-2 {
        height: 100%;
    }

    .compares2 .container .row.border-1 .style-2, .compares2 .container .row.border-left-1 .style-2,
    .compares2 .container .row .style-3, .compares2 .container .row .style-3,
    .compares2 .container .row .style-4, .compares2 .container .row .style-4,
    .compares2 .container .row.border-1 .style-4, .compares2 .container .row.border-left-1 .style-4 {
        height: inherit;
        background: #ECEFF1;
        border-color: #CFD8DC;
        font-size: 15px;
        font-weight: 700;
        color: #607D8B;
        text-align: center;
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 5px;
        font-size: 12px;
        line-height: 14px;;
    }

    .no-terpopuler {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 40px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 22px;
        overflow: hidden;
        letter-spacing: -0.4em;
        text-align: left;
        line-height: 36px;
        transition: ease all 0.4s;
        white-space: pre;
    }

    .no-terpopuler-10 {
        font-family: "Roboto-Bold", Arial, Tahoma;
        font-size: 32px !important;
        -webkit-text-stroke: 1px #686a70;
        -webkit-text-fill-color: white;
        width: 35px;
        overflow: hidden;
        letter-spacing: -0.09em;
        text-align: left;
        line-height: 36px;
        transition: ease all 0.4s;
        white-space: pre;
    }

    .compares2 .word_rank .mt-15.style-1.text-center .row > div {
        flex: 0 0 auto;
        width: 50%;
    }

    .first_10_scientists_title_text {
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center !important;
    }

    .first_10_scientists_title_world_rank {
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
        text-align: center !important;
    }

    .universities_in_title_text {
        color: #FFF;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.4;
    }

    .most_popular_article {
        text-align: left;
        font-size: 12px !important;
        line-height: 20px !important;
        font-weight: bold;;
    }

    .most_popular_article_text {
        text-align: justify;
        font-size: 14px !important;
        line-height: 20px !important;
    }


}

.most_popular_article_text {
    text-align: justify;
}

.most_popular_article {
    text-align: left;
    font-size: 16px;
    line-height: 20px !important;
}

.border-top-1 {
    border-top: 1px #dee2e6 solid !important;
}

.border-top-2 {
    border-top: 2px #dee2e6 solid !important;
}

.border-top-3 {
    border-top: 3px #dee2e6 solid !important;
}

@media screen and (min-width: 576px) {
    .according_to_height_fix {
        height: 83px !important;
    }

    .according_to_height_fix2 {
        height: 110px !important;
    }

}

section.owl_slider.mt-0 {
    margin-top: 0px !important;
}

section.owl_slider.mt-0 .owl-dots {
    display: none;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    padding: 6px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #607D8B !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    color: #fff;
    font-size: 1.3em;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute !important;
    top: -1px !important;
    right: -1px !important;
    height: 57px !important;
    background: #607D8B !important;
    border-radius: 0 4px 4px 0 !important;
    width: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent !important;
    border-style: solid !important;
    border-width: 12px 8px 0 8px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    margin-left: -8px !important;
    margin-top: -4px !important;
}

.select2-container--default .select2-selection--single {
    border-color: #607D8B !important;
}


.select2-results__option {
    padding: 8px 5px !important;
    color: #444444 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: left !important;
    font-weight: bold;
    height: 26px;
    margin-right: 0 !important;
    padding-right: 0;
    width: 4% !important;
    text-align: right !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 94% !important;
    float: left !important;
    text-align: left !important;
}


.select2-default-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-default-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: 38px;
}

/* // TODO -- */
.select2-default-container .select2-selection--single {
    height: 40px !important;
}

.select2-default-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

/* // TODO -- */
.select2-default-container--default .select2-selection--single .select2-selection__arrow b {

}

.select2-container--default .select2-results__option {
    padding: 8px 5px !important;
    color: #444444 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
    color: black;
}

.select2-default-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-default-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    padding-left: 8px;
    padding-right: 20px;
    line-height: 36px;
}


@media screen and (min-width: 0) and (max-width: 575px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 0 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 30px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 12px !important;
    }

    .select2-default-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0 !important;
    }

    .select2-default-container--default--default .select2-selection--single .select2-selection__arrow {
        width: 30px !important;
    }

    .select2-default-container--default--default .select2-selection--single .select2-selection__placeholder {
        font-size: 12px !important;
    }
}

.badge .text-left,
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

div.compare-university-div a.compare-university i {
    margin-right: 12px !important;
}

div.compare-university-div a.compare-university {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scientistTopPercent2 {
    font-weight: bold;
    color: #ce0000;
}

.scientistTopPercent {
    font-weight: bold;
    color: #1E6D3D;
}

.scientistTopPercent2Blink {
    animation: blinker 2.1s linear infinite;
    font-size: 10px;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.compare-top-5-scientists-height-fix {
    height: 80px !important;
}

.compare-rank_world-text-align {
    text-align: right !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    .compare-rank_world-text-align {
        text-align: center !important;
    }

    .compare-top-5-scientists-height-fix {
        height: 40px !important;
    }

    .mobile-border-top-1 {
        border-top: 1px #D0D0D0 solid !important;
    }
}

#compare_cms_data p {
    text-indent: unset !important;
    text-align: justify !important;
    margin: 0 auto !important;
}

.margin-0-auto {
    margin: 0 auto !important;
}

.margin-15-auto {
    margin: 15px auto !important;
}

.valid-feedback2 {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .775em;
    font-weight: bold;
    color: #65828f !important;
}

.invalid-feedback2 {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .775em;
    font-weight: bold;
    color: #ce0000 !important;
}


.university-border-right-style-1 {
    border-right: 1px #ebeff1 solid !important;
}


.university-border-right-style-2 {
    border-right: 1px #1b2e76 solid !important;
}


.print_display {
    display: flex !important;
    align-content: center;
    justify-content: center;
    padding: 7px 0 !important;
}

.form_floating_label {
    left: 0 !important;
}

.text_indent_reset > p {
    text-indent: 0 !important;
}

@media screen and (min-width: 0) and (max-width: 575px) {
    #adscientificindex_header > .google-auto-placed {
        display: none !important;
    }

    h5, h5 {
        font-size: 1rem !important;
    }
}

#according_to_ranks_title {
    background: #A1B5C2 !important;
}

#compare_subject_ranking {
    background: #607D8B !important;
}

#subject_ranking_description {
    background: #ECEFF1 !important;
}

.hero-avatar {
    background-color: #cccccc; /* Used if the image is unavailable */

    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.kirmizi-yildiz {
    font-weight: bold;;
    font-size: 14px !important;
    color: #ce0000 !important;
}

.kirmizi-yildiz-2 {
    font-weight: bold;;
    color: #ce0000 !important;
}

.university-featured-text {
    color: #FFFFFF;
    text-decoration: underline !important;
    font-size: 17px !important;
    animation-name: blinking;
    animation-duration: 3s;
    animation-iteration-count: 100;
}

@keyframes blinking {
    50% {
        color: #ffcd5f;
    }
}

.min-width38 {
    min-width: 38px !important;
}

.country-rankings-table-border-bottom {
    border-bottom: 1px #787878 solid !important;
}

section.country-ranking-table table.table thead {
    border-left-width: 1px !important;
    border-left-color: #145CAB !important;
    border-left-style: solid !important;
}

section.country-ranking-table table.table tbody tr td {
    border: 1px #145CAB solid !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.badge {
    display: inline-flex;
    align-items: center;
}

.badge.badge-circle,
.badge.badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0 0.1rem;
    line-height: 0;
}

.badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem;
}

.badge.badge-sm {
    min-width: 1.5rem;
    font-size: 0.8rem;
}

.badge.badge-sm.badge-square {
    height: 1.5rem;
}

.badge.badge-sm.badge-circle {
    width: 1.5rem;
    height: 1.5rem;
}

.badge.badge-lg {
    min-width: 2rem;
    font-size: 1rem;
}

.badge.badge-lg.badge-square {
    height: 2rem;
}

.badge.badge-lg.badge-circle {
    width: 2rem;
    height: 2rem;
}

.badge-light {
    color: #252f4a;
    background-color: #f9f9f9;
}

.badge-light.badge-outline {
    border: 1px solid #f9f9f9;
    background-color: transparent;
    color: #f9f9f9;
}

.badge-light-light {
    background-color: #ffffff;
    color: #f9f9f9;
}

.badge-primary {
    color: #ffffff;
    background-color: #253D9A;
}

.badge-primary.badge-outline {
    border: 1px solid #253D9A;
    background-color: transparent;
    color: #253D9A;
}

.badge-light-primary {
    background-color: #172331;
    color: #253D9A;
}

.badge-secondary {
    color: #ffffff;
    background-color: #f1f1f4;
}

.badge-secondary.badge-outline {
    border: 1px solid #f1f1f4;
    background-color: transparent;
    color: #ffffff;
}

.badge-light-secondary {
    background-color: #363843;
    color: #ffffff;
}

.badge-success {
    color: #ffffff;
    background-color: #17c653;
}

.badge-success.badge-outline {
    border: 1px solid #17c653;
    background-color: transparent;
    color: #17c653;
}

.badge-light-success {
    background-color: #dfffea;
    color: #17c653;
}

.badge-info {
    color: #ffffff;
    background-color: #7239ea;
}

.badge-info.badge-outline {
    border: 1px solid #7239ea;
    background-color: transparent;
    color: #7239ea;
}

.badge-light-info {
    background-color: #272134;
    color: #7239ea;
}

.badge-warning {
    color: #ffffff;
    background-color: #f6c000;
}

.badge-warning.badge-outline {
    border: 1px solid #f6c000;
    background-color: transparent;
    color: #f6c000;
}

.badge-light-warning {
    background-color: #242320;
    color: #f6c000;
}

.badge-danger {
    color: #ffffff;
    background-color: #f8285a;
}

.badge-danger.badge-outline {
    border: 1px solid #f8285a;
    background-color: transparent;
    color: #f8285a;
}

.badge-light-danger {
    background-color: #302024;
    color: #f8285a;
}

.badge-dark {
    color: #ffffff;
    background-color: #1e2129;
}

.badge-dark.badge-outline {
    border: 1px solid #1e2129;
    background-color: transparent;
    color: #1e2129;
}

.badge-light-dark {
    background-color: #1e2027;
    color: #1e2129;
}

/* üniversite sayfası menü */

@media screen and (max-width: 480px) {
    section.university_profile .profile-content {
        margin: 0 auto !important;
    }

    section.university_profile #university_name {
        margin: 0 auto !important;
        width: 100% !important;
    }

    section.university_profile #other_name {
        margin: 0 auto !important;
        width: 100% !important;
    }

    section.university_profile #title {
        width: 100% !important;
        text-align: center !important;
    }

    section.university_profile #address {
        width: 100% !important;
        text-align: center !important;
    }

    section.university_profile #edit_add_button {
        width: 100% !important;
        text-align: center !important;
    }

    section.university_profile #edit_add_button a {
        margin: 0 auto !important;
        width: 100% !important;
    }

    .nav {
        padding-left: 0px;
        padding-right: 2px;
    }

    .nav li {
        display: block !important;
        width: 50% !important;
        margin: 0px;
        text-align: left !important;
    }

    .nav li.active {
        border-bottom: 1px solid #ddd !important;
        margin: 0px;
        padding: 0px;
    }

    .nav-line-tabs .nav-item .nav-link {
        margin: 0px !important;
        padding-left: 10px !important;
    }
}

.nav-line-tabs {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f1f1f4;
}

.nav-line-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-link {
    padding: .5rem .4rem !important;
}

.nav-line-tabs .nav-item .nav-link {
    /*color: #99a1b7;*/
    color: #253D9A;
    border: 0;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease;
    margin: 0 0.1rem;
    font-size: 15px;
}

.nav-line-tabs .nav-item:first-child .nav-link {
    margin-left: 0;
}

.nav-line-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.nav-line-tabs .nav-item .nav-link.active,
.nav-line-tabs .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs .nav-item.show .nav-link {
    background-color: #253D9A;
    color: #FFFFFF !important;
    border: 1px solid #253D9A;
    transition: color 0.2s ease;
}

.nav-line-tabs.nav-line-tabs-2x {
    border-bottom-width: 2px;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item {
    margin-bottom: -2px;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link {
    border-bottom-width: 2px;
}

.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active,
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link:hover:not(.disabled),
.nav-line-tabs.nav-line-tabs-2x .nav-item.show .nav-link {
    border-bottom-width: 2px;
}

.border-transparent {
    border-color: transparent !important;
}

.nav-stretch .nav-item {
    display: flex;
    align-items: stretch;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*
.nav-scrollable{
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
}
.nav-scrollable li{
    display: inline-block
}*/


/*
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 1rem !important;
}*/

.bg-user-primary-subtle {
    background-color: #dfe7ff !important;
}

.text-user-primary {
    --bs-text-opacity: 1;
    --bs-primary-rgb: 13, 110, 253;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.academicians-count-style {
    color: #2A3547 !important;
    font-weight: 600 !important
}

.fw-semibold {
    font-weight: 600 !important;
}

.bg-pricing-11 ul {
    margin-bottom: 0px !important;
}

.bg-pricing-11 .card-body-1 {
    padding: 18px 18px 0 18px;
}

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

    section#scientist-profile #edit_add_button a {
        margin: 0 auto !important;
        width: 100% !important;
    }

    section#scientist-profile #print_your_certificate_button a {
        margin: 0 auto !important;
        width: 100% !important;
    }
}

.university-card-main-div,
.young-university-card-main-div {
    width: 95% !important;
    margin: 0 auto 20px auto !important;
    min-height: 400px !important;
}

.university-card-main-div .header,
.young-university-card-main-div .header {
    min-height: 100px !important;
    background: #dcdcdc !important;
    padding-bottom: 10px !important;
    display: flex;
    align-items: center;
}

.university-card-main-div .header .according-text,
.young-university-card-main-div .header .according-text {
    font-size: 13px !important;
    font-weight: bolder !important;
}

.university-card-main-div .header .title,
.young-university-card-main-div .header .title {
    font-size: 15px !important;
    font-weight: bolder !important;
}

.university-card-main-div .header .title2,
.young-university-card-main-div .header .title2 {
    font-size: 15px !important;
    font-weight: bold !important;
}

.university-card-main-div .header .number,
.young-university-card-main-div .header .number {
    font-size: 25px !important;
    font-weight: bold !important;
}

.university-card-main-div .header .flag,
.young-university-card-main-div .header .flag {
    margin-top: 15px !important;
}

.university-card-main-div .title .university-name,
.young-university-card-main-div .title .university-name {
    font-size: 27px !important;
    font-weight: bold !important;
}

.university-card-main-div .title .country-name,
.young-university-card-main-div .title .country-name {
    padding: 8px 2px;
}

.university-card-main-div .title .btn,
.young-university-card-main-div .title .btn {
    display: inline-flex;
    align-items: center;
}

/* Custom Style: University Card */
.university-card-main-div .intoptable .title {
    /*background: #F0811B !important;*/
    background: transparent;
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    padding: 8px 2px;
    text-align: center;
    vertical-align: middle;
}

.university-card-main-div .intoptable .sub-title {
    /*background: rgba(255, 235, 217, 0.5) !important;*/
    font-weight: bold;
    color: #85bd7f !important;
    font-size: 16px;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}

.university-card-main-div .intoptable .title-value {
    /*background: #FFEBD9 !important;*/
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}

/* Custom Style: Young University Card */
.young-university-card-main-div .intoptable .title {
    /*background: #c7e5c4 !important;*/
    background: transparent !important;
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    padding: 8px 2px;
    text-align: center;
    vertical-align: middle;
}

.young-university-card-main-div .intoptable .sub-title {
    /*background: rgba(201, 230, 197, 0.5) !important;*/
    font-weight: bold;
    color: #85bd7f !important;
    font-size: 16px;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}

.young-university-card-main-div .intoptable .title-value {
    /*background: #d8edd1 !important;*/
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}

/*******/

.country-card-main-div {
    width: 95% !important;
    margin: 0 auto 20px auto !important;
    min-height: 400px !important;
}

.country-card-main-div .header {
    min-height: 100px !important;
    background: #dcdcdc !important;
    padding-bottom: 10px !important;
    display: flex;
    align-items: center;
}

.country-card-main-div .header .according-text {
    font-size: 13px !important;
    font-weight: bolder !important;
}

.country-card-main-div .header .title {
    font-size: 15px !important;
    font-weight: bolder !important;
}

.country-card-main-div .header .title2 {
    font-size: 15px !important;
    font-weight: bold !important;
}

.country-card-main-div .header .number {
    font-size: 25px !important;
    font-weight: bold !important;
}

.country-card-main-div .header .logo {

}

.country-card-main-div .header .flag {
    margin-top: 15px !important;

}

.country-card-main-div .title .university-name {
    font-size: 27px !important;
    font-weight: bold !important;
    margin-top: 10px !important;
}

.country-card-main-div .title .country-name {
    padding: 8px 2px;
}

.country-card-main-div .title .btn {
    display: inline-flex;
    align-items: center;
}

.country-card-main-div .intoptable .title {
    /*background: #c7e5c4 !important;*/
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    padding: 8px 2px;
    text-align: center;
    vertical-align: middle;
}

.country-card-main-div .intoptable .sub-title {
    /*background: rgba(201, 230, 197, 0.5) !important;*/
    font-weight: bold;
    color: #85bd7f !important;
    font-size: 16px;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}


.country-card-main-div .intoptable .sub-title-2 {
    /*background: rgba(201, 230, 197, 0.3) !important;*/
    font-weight: bold;
    color: #85bd7f !important;
    font-size: 16px;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}

.country-card-main-div .intoptable .title-value {
    background: #FFEBD9 !important;
    font-weight: bold;
    color: #000000 !important;
    font-size: 16px;
    padding: 5px 2px;
    text-align: center;
    vertical-align: middle;
}

/*# !important*/


.select2-selection__rendered {
    line-height: 50px !important;
}

.select2-container .select2-selection--single {
    height: 58px !important;
}

.select2-selection__arrow {
    height: 75px !important;
}

.select2-choices {
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.link-1 {
}

.link-1:hover {
    text-decoration: underline !important;
}

.link-2 {
    color: #78909C !important;
}

.link-2:hover {
    text-decoration: underline !important;
}

/*** Pricing New Styles ***/

.pricing-page-main-wrapper-area {
    gap: 5px;
    min-height: 250px;
    align-items: stretch;
}

.pricing-page-main-wrapper-area > div {
    flex-basis: 23.2%;
    min-height: 250px;
    margin-bottom: 10px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-page-main-wrapper-area > div {
        flex-basis: 44%;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-page-main-wrapper-area > div {
        flex-basis: 44%;
    }
}

@media only screen and (max-width: 575px) {
    .pricing-page-main-wrapper-area > div {
        flex-basis: 100%;
    }
}

.pricing-page-main-wrapper-area .single-service-start {
    padding: 22px;
    border-radius: 6px;
    border: 1px solid #DDD8F9;
    background: #F9F8FF;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: 0.3s;
}

.pricing-page-main-wrapper-area .single-service-start:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #7763E5;
}

.pricing-page-main-wrapper-area .single-service-start .information .title {
    margin-bottom: 2px;
    color: #110C2D;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.rts-btn.with-arrow2 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: fit-content !important;
}

.single-codule {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0;
}

.tags-area-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.tags-area-wrapper .single-tag span {
    display: block;
    padding: 3px 8px;
    background: #EEEBFF;
    border-radius: 2px;
    color: #553CDF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.tags-area-wrapper-pricing {
    display: block;
    align-items: center;
    gap: 10px;
}

.tags-area-wrapper-pricing .single-tag {
    padding: 3px 8px;
    background: #EEEBFF;
    border-radius: 2px;
    color: #553CDF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.page-link {
    padding: .375rem .70rem !important;
}

.pagination {
    display: flex !important;
    padding-left: 0 !important;
    list-style: none !important;
    align-items: center !important;
    justify-content: center !important;
}

.rts-gallery.section-bg {
    background: transparent !important;
}

.rts-gallery .single-gallery {
    position: relative;
}

.rts-gallery .single-gallery::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    opacity: 0;
    transition: var(--transition);
}

.rts-gallery .single-gallery__item {
    position: relative;
    height: 100%;
    width: 100%;
}

.rts-gallery .single-gallery__item img {
    width: 100%;
    object-fit: cover;
}

.rts-gallery .single-gallery__icon {
    position: absolute;
    top: 20%;
    left: 20%;
    transform: var(0.3s);
    z-index: 2;
    opacity: 0;
    transition: var(--transition);
}

.rts-gallery .single-gallery__icon i {
    font-size: 30px;
    color: #FFFFFF;
}

.rts-gallery .single-gallery:hover::before {
    opacity: 1;
}

.rts-gallery .single-gallery:hover .single-gallery__icon {
    opacity: 1;
    left: 40%;
}

.gradient-bg-figure {
    position: absolute;
    width: 550px;
    height: 200px;
    border-radius: 200px;
    background: rgba(255, 255, 255, 0.07);
    transform: rotate(35deg);
    box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.03);
}

.btn-light-ads {
    color: #22429d !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
}

.btn-light-ads:hover {
    color: #ffffff !important;
    background-color: transparent !important;
    border-color: #ffffff !important;
}

.category-search-input input {
    height: 56px;
    padding-right: 120px;
    margin-left: 0 !important;
    border: 1px #283e94 solid !important;
}

.settings-wrapper-dashed {
    padding: 15px !important;
}

.subject-item.active .dropdown-item {
    background-color: #007bff; /* Örneğin, mavi arka plan rengi */
    color: #fff;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 16px !important;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: 20px !important;
}


.opacity-0 {
    opacity: 0 !important;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.opacity-75 {
    opacity: 0.75 !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.overflow-x-visible {
    overflow-x: visible !important;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
}

.border-radius {
    border-radius: 5px !important;
}

.border-radius-adscientificindex {
    border-radius: 3px !important;
    border: 1px #253D9A solid !important;
}

@media (max-width: 576px) {
    .mobile-border-radius {
        border-radius: 5px 5px 0 0 !important;
    }

    .overflow-x-mobile-scroll {
        overflow-x: scroll !important;
    }

}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-y-hidden {
    overflow-y: hidden !important;
}

.overflow-y-visible {
    overflow-y: visible !important;
}

.overflow-y-scroll {
    overflow-y: scroll !important;
}

/******* Scientist Chart CSS ******/

.fixed-section {
}

@media (max-width: 576px) {
    .fixed-section {
        width: 1200px;
        overflow-x: scroll !important;
    }
}

#replace_view_type {
    background: #f9fafb !important;
    text-align: right;
}

/** Up Statics **/
.scientist-circle-view-1-text {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    text-align: center !important;
    min-height: 40px !important;
}

.scientist-circle-view-1 {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px #a4c99d solid;
    background-color: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.scientist-circle-view-1 .scientists {

}

.scientist-view-1 {
    width: 100px;
    height: 100px;
    background-color: transparent;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.square_div {
    width: 100% !important;
    margin: 10px 0 !important;
}

.square_shape {
    width: 21px;
    height: 21px;
    float: left;
}

.text_1 {
    font-weight: bold;
    font-size: 15px !important;
}

.numeric_1 {
    font-weight: bold;
    font-size: 17px !important;
}

.square_shape.citation-color {
    background: #eac945 !important;
}

.square_shape.hindex-color {
    background: #e1565c !important;
}

.square_shape.i10-color {
    background: #65b5c1 !important;
}

.citation-text-color {
    color: #eac945 !important;
}

.hindex-text-color {
    color: #e1565c !important;
}

.i10-text-color {
    color: #65b5c1 !important;
}


.square_text {
    width: 100% !important;
    margin: 0 0 0 10px !important;
}

/** Down Statics **/

#total_ranks_div {
    min-height: 100px !important;
}

#total_ranks_div .bg {
    background: #f6faf2 !important;
    height: auto !important;
}

#total_ranks_div .text {
    font-size: 15px !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.total_ranks_h_index {

}

.total_ranks_h_index .bar {
    background: transparent !important;
    width: 100% !important;
    height: 80px !important;
}

.total_ranks_h_index .bar::-webkit-progress-bar {
    background-color: transparent;
    width: 100%;
}

/* value: */
.total_ranks_h_index .bar::-webkit-progress-value {
    background-color: #e1565c !important;
}

.total_ranks_h_index .bar::-moz-progress-bar {
    background-color: #e1565c !important;
}

.total_ranks_h_index .bar {
    color: #a9716b !important;
}

.total_ranks_h_index .percentile {
    margin-top: -50%;
    margin-left: 30%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: black;
    line-height: 30px; /* Progress bar yüksekliği ile aynı */
}

.total_ranks_h_index .percentile_uni {
    margin-top: -35%;
    margin-left: 20%;
}

.total_ranks_h_index .counting {
    margin-top: 0%;
    margin-left: 12% !important;
    font-size: 17px !important;
    color: black;
    font-weight: bold;
}


.total_ranks_i10_index {
}

/* background: */
.total_ranks_i10_index .bar {
    background: transparent !important;
    width: 100% !important;
    height: 80px !important;
}

.total_ranks_i10_index .bar::-webkit-progress-bar {
    background-color: transparent;
    width: 100%;
}

/* value: */
.total_ranks_i10_index .bar::-webkit-progress-value {
    background-color: #65b5c1 !important;
}

.total_ranks_i10_index .bar::-moz-progress-bar {
    background-color: #65b5c1 !important;
}

.total_ranks_i10_index .bar {
    color: #a9716b !important;
}

.total_ranks_i10_index .percentile {
    margin-top: -50%;
    margin-left: 30%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: black;
    line-height: 30px; /* Progress bar yüksekliği ile aynı */
}

.total_ranks_i10_index .percentile_uni {
    margin-top: -35%;
    margin-left: 20%;
}

.total_ranks_i10_index .counting {
    margin-top: 0%;
    margin-left: 12% !important;
    font-size: 17px !important;
    color: black;
    font-weight: bold;
}


.total_ranks_citation {
}


/* background: */
.total_ranks_citation .bar {
    background: transparent !important;
    width: 100% !important;
    height: 80px !important;
}

.total_ranks_citation .bar::-webkit-progress-bar {
    background-color: transparent;
    width: 100%;
}

/* value: */
.total_ranks_citation .bar::-webkit-progress-value {
    background-color: #eac945 !important;
}

.total_ranks_citation .bar::-moz-progress-bar {
    background-color: #eac945 !important;
}

.total_ranks_citation .bar {
    color: #a9716b !important;
}

.total_ranks_citation .percentile {
    margin-top: -50%;
    margin-left: 30%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: black;
    line-height: 30px; /* Progress bar yüksekliği ile aynı */
}

.total_ranks_citation .percentile_uni {
    margin-top: -35%;
    margin-left: 20%;
}

.total_ranks_citation .counting {
    margin-top: 0%;
    margin-left: 12% !important;
    font-size: 17px !important;
    color: black;
    font-weight: bold;
}


.total_ranks_i10_index_2 {
}

/* background: */
.total_ranks_i10_index_2 .bar {
    background: transparent !important;
    width: 100% !important;
    height: 80px !important;
}

.total_ranks_i10_index_2 .bar::-webkit-progress-bar {
    background-color: transparent;
    width: 100%;
}

/* value: */
.total_ranks_i10_index_2 .bar::-webkit-progress-value {
    background-color: #65b5c1 !important;
}

.total_ranks_i10_index_2 .bar::-moz-progress-bar {
    background-color: #65b5c1 !important;
}

.total_ranks_i10_index_2 .bar {
    color: #84a8a9 !important;
}

.total_ranks_i10_index_2 .percentile {
    margin-top: -50%;
    margin-left: 30%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: black;
    line-height: 30px; /* Progress bar yüksekliği ile aynı */
}

.total_ranks_i10_index_2 .percentile_uni {
    margin-top: -35%;
    margin-left: 20%;
}

.total_ranks_i10_index_2 .counting {
    margin-top: 0%;
    margin-left: 12% !important;
    font-size: 17px !important;
    color: black;
    font-weight: bold;
}

#last_6_years_div {
}

#last_6_years_div .bg {
    background: #fcf7fb !important;
    height: auto !important;
}

#last_6_years_div .text {
    font-size: 15px !important;
    color: #000000 !important;
    font-weight: bold !important;
}


.other_rank_title_div .text {
    font-size: 15px !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.other_rank_div {
    min-height: 80px !important;
}

.other_rank_div .bg {
    background: #fbfdf9 !important;
    min-height: 80px !important;
    height: auto !important;
}

.other_rank_div .text {
    font-size: 15px !important;
    color: #000000 !important;
    font-weight: bold !important;
}

.university-comprassion-title {
    color: #000000 !important;
    background: #faf4f0 !important;
    min-height: 50px !important;
    text-align: center;
}

.university-comprassion-sub-title {
    color: #000000 !important;
    background: #FFFFFF !important;
    min-height: 40px !important;
    text-align: center;
}

.university-comprassion-content {
    color: #000000 !important;
    background: #FFFFFF !important;
    min-height: 90px !important;
    text-align: center;
    font-size: 23px !important;
}

.university-comprassion-sub-title2 {
    color: #000000 !important;
    background: #f6faf0 !important;
    min-height: 36px !important;
    text-align: center;
}

.university-comprassion-sub-title3 {
    color: #000000 !important;
    background: #f4eedb !important;
    min-height: 36px !important;
    text-align: center;
}

.university-comprassion-sub-title4 {
    color: #000000 !important;
    background: #FFFFFF !important;
    min-height: 36px !important;
    text-align: center;
    font-size: 15px !important;
    font-weight: bold !important;
}

.university-comprassion-content2 {
    color: #000000 !important;
    min-height: 85px !important;
    font-size: 19px !important;
    font-weight: normal !important;
    text-align: center;
    align-content: center !important;
}

.university-comprassion-content2 div {
    width: 90% !important;
    min-height: 85px !important;
    align-content: center !important;
    text-align: center;
}

.university-comprassion-content2 div.bg-green-1 {
    background: #bce5d9 !important;
}

.university-comprassion-content2 div.bg-green-2 {
    background: #95cdcf !important;
}

.university-comprassion-content2 div.bg-green-3 {
    background: #73bac7 !important;
}

.university-comprassion-col-fix1 {
    min-height: 36px !important;
    height: 41px !important;
}

.university-comprassion-col-fix2 {
    min-height: 258px !important;
}

.university-comprassion-col-fix3 {
    min-height: 58px !important;
}

.university-comprassion-main-title {
    /* min-height: 45px !important; */
    align-content: center !important;
    text-align: center;
    margin-bottom: 16px !important;
}

.university-comprassion-content2 .text-green-1 {
    color: #65925f !important;
}

.university-comprassion-content2 .text-red-1 {
    color: #ce0000 !important;
}

.university-comprassion-content2 .text-black-1 {
    color: #777777 !important;
}


.uzun-kalin-cizgi {
    display: inline-block;
    transform: scaleX(3);
    font-weight: bold !important;
}

/*** Compare v2 ***/

#university-summary {
    margin-top: 20px !important;
}

#university-name {
    text-align: center;
    padding: 0 30px !important;
    font-family: "Arial Rounded MT Bold", Arial, Tahoma !important;
    font-size: 36px !important;
    font-weight: bold !important;
    color: #000000;
    min-height: 50px !important;
}

#university-name .university-name-1 {
}


#university-name .university-name-compare {
    font-size: 18px !important;
    height: 100% !important;
    vertical-align: middle !important;
    align-items: center;
    justify-content: center;
}

#university-name .university-name-2 {

}

.sub-university-name {
    font-family: "Roboto-Bold", Arial, Tahoma;
    font-size: 22px !important;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0 0 !important
}

.sub-university-name a {
    color: #000000 !important;
}

.university-address {
    font-size: 15px;
    font-weight: 400;
    color: #000000 !important;
    margin: 10px 0 !important;
    text-align: center;
}

.university-social-media {
    min-height: 24px !important;
}

.university-social-media a {
    min-width: 24px !important;
    min-height: 24px !important;
    display: inline-block;
}

.university-social-media a.web-site {
    background: url("/assets/images/website_icon.svg");
    background-size: 24px 24px !important;
}

.university-social-media a.xcom {
    background: url("/assets/images/x_icon.svg");
    background-size: 24px 24px !important;
}

.university-social-media a.facebook {
    background: url("/assets/images/facebook_icon.svg");
    background-size: 24px 24px !important;
}

.university-social-media a.youtube {
    background: url("/assets/images/youtube_icon.svg");
    background-size: 24px 24px !important;
}

.university-social-media a.disabled {
    opacity: 0.5;
}

.university-information-compare {
}

#university-information-compare .chead {
    background: #f5f7fb !important;
    margin: 20px 0 0 0 !important;
    color: #000000 !important;
    font-weight: bold !important;
    font-size: 19px !important;
    font-family: "Roboto-Bold", Arial, Tahoma;
    padding: 10px 0 !important;
}

#university-information-compare .cbody {
    background: #FFFFFF !important;
    padding: 10px 0 !important;
    margin: 0px 0 0 0 !important;
    font-size: 16px !important;
    font-weight: bolder !important;
}

#university-information-compare .cbody.second-color {
    background: #e8e8fb !important;
}

#university-information-compare-other-details-click {
    cursor: pointer;
}

.custom-nav-link {
    background-color: #ffffff;
    color: #253D9A !important;
    border: 1px solid #253D9A;
    transition: color 0.2s ease;
    height: 42px !important;

    width: 250px !important;
    display: flex; /* Flexbox etkinleştirme */
    align-items: center; /* Dikeyde ortalama */
    justify-content: center; /* Yatayda ortalama */
    gap: 8px; /* İkon ile metin arasındaki boşluk */
    text-align: center; /* Metni ortalamak */
}

.custom-nav-link.active {
    background: #253D9A !important;
}

.nav-link .text-active-primary .custom-nav-link .custom-nav-link-img {
    color: #253D9A !important;
    margin-right: 15px !important;
}

.nav-link .text-active-primary .custom-nav-link .active .custom-nav-link-img {
    color: #FFFFFF !important;
}

.border-compare {
    border-radius: 5px;
    border: 1px solid #b8bbbd !important;
}

.border-compare-2 {
    border-radius: 5px 5px 0 0;
    border: 1px solid #b8bbbd !important;
}

.border-compare-3 {
    border-width: 0px 1px 1px 1px !important;
    border-style: solid !important;
    border-color: #b8bbbd !important;
}

.border-compare-4 {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #D0D0D0 !important;
}

.border-compare-5 {
    border-radius: 5px 5px 0 0;
    border: 1px solid #D0D0D0 !important;
}

.new_compare_table_head {
    background: #f5f7fb !important;
    margin: 0px 0 0 0 !important;
    color: #000000 !important;
    font-weight: bold !important;
    font-family: "Roboto-Bold", Arial, Tahoma;
    padding: 10px 0 !important;
}

.new_compare_table_row {
    background: #ffffff !important;
    margin: 0px 0 0 0 !important;
    color: #000000 !important;
    font-weight: 600 !important;
    font-family: "Roboto-Bold", Arial, Tahoma;
    /*padding: 10px 0 !important;*/
}

.new_compare_table_row.bg2 {
    background: #e8e8fb !important;
}

#vertical-progress {
    width: 20px; /* Çubuğun genişliği */
    height: 150px; /* Çubuğun uzunluğu */
    transform: rotate(-90deg); /* Çubuğu dikey hale getirir */
    transform-origin: center; /* Döndürme merkezi */
    appearance: none; /* Tarayıcı varsayılan stilini kaldırır */
}

.progress-bar {
    width: 100%; /* Çubuğun genişliği */
    height: 0; /* Dolgu başlangıç değeri */
    background-color: #4caf50; /* Dolgu rengi */
    position: absolute;
    bottom: 0; /* Alttan başlayarak dolar */
}

/******/
.chart-container {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    width: 100% !important;
    overflow-x: auto; /* Yatay kaydırmayı etkinleştirir */
    white-space: nowrap; /* Alt alta sıralanmayı engeller */
    -webkit-overflow-scrolling: touch; /* Mobil cihazlarda daha akıcı kaydırma sağlar */
}

.progress-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bar-container {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 1px;
}

.progress {
    position: relative;
    width: 30px; /* Bar genişliğiii */
    background-color: #fff; /* Arka plan rengi */
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}

.progress-bar {
    width: 100%;
}

.progress-bar-blue {
    background-color: blue;
}

.progress-bar-red {
    background-color: red;
}

.progress-bar-world-value-a {
    background-color: #e82661;
}

.progress-bar-world-value-b {
    background-color: #510076;
}

.progress-bar-world-total {
    background-color: #638c6c;
}

.progress-bar-region-value-a {
    background-color: #e82661;
}

.progress-bar-region-value-b {
    background-color: #510076;
}

.progress-bar-region-total {
    background-color: #df6d2e;
}

.progress-bar-country-value-a {
    background-color: #e82661;
}

.progress-bar-country-value-b {
    background-color: #510076;
}

.progress-bar-country-total {
    background-color: #4da2a9;
}

.bar-value {
    position: relative;
    max-height: 300px !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: bold;
    color: black;
    z-index: 9999;
    text-align: center;
}

.bar-label {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    height: 60px !important;
}

.legend {
    display: flex;
    justify-content: start;
    margin-top: 20px;
    gap: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.legend-box {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.blue-box {
    background-color: blue;
}

.red-box {
    background-color: red;
}



.custom-nav-link-2 {
    background-color: #ffffff !important;
    color: #253D9A !important;
    transition: color 0.2s ease;
    height: 42px !important;
    display: flex; /* Flexbox etkinleştirme */
    align-items: center; /* Dikeyde ortalama */
    justify-content: center; /* Yatayda ortalama */
    gap: 8px; /* İkon ile metin arasındaki boşluk */
    text-align: center; /* Metni ortalamak */
    font-size: 15px !important;
}

.nav-line-tabs .nav-item .custom-nav-link-2:hover {
    background: #FFFFFF !important;
    border: 0 !important;
    border-bottom: 1px #253D9a solid !important;
    color: #253D9a !important;
}

.nav-line-tabs .nav-item .custom-nav-link-2.active {
    background: #253D9a !important;
    border: 0 !important;
    border-bottom: 1px #253D9a solid !important;
    color: #FFFFFF !important;
}


/*.nav-line-tabs .nav-item .custom-nav-link-2:hover a:hover{
    color: #253D9a !important;
}
.nav-line-tabs .nav-item .nav-link.active

.custom-nav-link-2:hover a{
    color: #253D9a !important;
}
*/

.chart-container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.chart-container-2 .chart-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.chart-container-2 .legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.chart-container-2 .legend-color-box {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    font-weight: bold;
}

.canvas_chart_x {
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
}

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

@media only screen and (max-width: 575px) {
    #university-name {
        font-size: 27px !important;
    }

    #university-name .university-name-compare {
        transform: rotate(90deg); /* Çubuğu dikey hale getirir */
        transform-origin: center; /* Döndürme merkezi */

    }

    /* Mobil için kaydırma ayarları */
    .nav-container {
        overflow-x: auto; /* Yatay kaydırmayı etkinleştirir */
        white-space: nowrap; /* Alt alta sıralanmayı engeller */
        -webkit-overflow-scrolling: touch; /* Mobil cihazlarda daha akıcı kaydırma sağlar */
        padding: 0px !important;
    }

    .nav-scrollable {
        display: ruby; /* Elemanların yan yana dizilmesini sağlar */
        gap: 10px; /* Elemanlar arasında boşluk bırakır */
    }

    .nav-item-compare {
        flex-shrink: 0; /* Elemanların daralmasını engeller */
        min-width: 250px !important;
    }
}

.co-authors-box {
    background: #f7fafa !important;
    min-height: 140px !important;
}

.popular {
    border: 2px solid #6ab04c;
    position: relative;
    top: -30px;
    transform: translateX(-50%);
    background-color: #6ab04c;
    color: #fff;
    padding: 4px 20px;
    font-size: 18px;
    border-radius: 5px;

}

.popular:hover {
    box-shadow: 5px 7px 67px -28px rgba(0, 0, 0, 0.37);
}

.popular-fix{
    position : relative !important;
    top : -20px !important;
}
/*.form-floating>.form-control,
.*/

.custom-padding-16-12{
    padding : 16px 12px !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.swal-custom-width {
    width: 30% !important;
}

@media only screen and (max-width: 600px) {
    .swal-custom-width {
        width: 100% !important;
    }
}