/*app custom css will be here*/
:root{
    --tri-color: #039be5 !important;
    --blue: #039be5;
    --red: #c20018;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --off-white:rgba(255, 255, 255, .5);
    --gray: #ccced0;
    --gray-dark: #343a40;
    --gray-darker: rgba(0,0,0,.125);
    --gray-darkest: rgba(0, 0, 0, 0.5);
    /* --primary: #003366; */
    --primary: #001736;
    --dark-primary: #001736;
    --light-primary: #1c345a;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #039be5;
    --warning: #ffc107;
    --danger: var(--red);
    --light: #f8f9fa;
    --dark: #343a40;
    --primary-contrast:var(--gray) ;

    --link-border-color:var(--gray) ;
    --box-border-color:var(--primary);
    --secondary-blue:#039BE5;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

.menu-toggle-2 {
    left: 15px;
    z-index: 1001;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 24px;
}

.content-block {
    min-height: 455px;
}

.logout-btn-custom {
    color: #1c345a;
    text-decoration: underline;
    font-weight: 800;
}
.logout-btn-custom:hover {
    color: #1c345a;
}
.main-menu-nav{

}
.main-menu-nav-item{
    margin-top: 0px !important;
}
.custom-dropdown-menu-guest {
    max-width: 200px;
}
.user-profile-picture{
    min-width: 23.09px;
}

.dropbtn {
    background-color: #1c345a;
    color: white;
    font-size: 14px;
    border: none;
    height: 42px;
}

/* footer design  */

.special_line {
    height: 4px !important;
    opacity: 1;
    background-color: var(--tri-color);
}
.dark_blue_background {
    background: #1c345a !important;
}
.footer_menu_item {
    text-decoration: none;
}

/* Responsive design for footer */
.footer_top {
    border-bottom: 1px solid var(--off-white);
}

.footer_logo {
    max-width: 200px;
    max-height: 200px;
}

.footer_menu {
    /* TODO: empty class */
}

.footer_header {
    font-size: 150%;
    font-weight: 900;
    color: #ffffff;
}

.special_line {
    background-color: var(--secondary-blue);
    height: 3px;
    width: 55px;
    margin: 0.2rem 0 2.3rem 0;
}

.footer_menu_item {
    color: #fff;
    margin: 0.2rem 0;
}

.footer_menu_item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.dropbtn {
    background-color: var(--primary);
    color: white;
    font-size: 14px;
    border: none;
    height: 42px;
}

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

.language-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 153.5px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 100%;
}
.dropdown-content a {
    color: var(--dark);
    text-decoration: none;
    display: block;
    padding: 10px;
}
.dropdown-content a:hover {
    color: #039be5;
}

.active-lang{
    background-color: #039be5;
    color: white ;
}
/* .dropdown-content a:hover {
    background-color: #012141;
}
.language-dropdown:hover .dropbtn {
    background-color: #012141;
} */

.footer-div {
    padding-right: 2rem;
    padding-left: 2rem;
}

.rating-star-small svg {
    height: 1.3rem;
    width: 1.2rem;
}
.compare-table .unirank-row-rate .rating-star-small .no-fill {
    fill: none;
}
div.rating-star-small svg path.no-fill {
    fill: none;
}
.dropdown-content.show-drop {
    display: block;
}
.rating-star {
    height: 1.6rem;
}
.rating-star-list {
    height: 30px;
}
.foot-lang {
    width: auto;
    position: relative;
}
.bottom_menu_item {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    height: 22px;
}

.bottom_menu_item_last {
    padding-right: 0;
    border-right: 0;
}
.bottom_menu_item_first {
    padding-left: 0;
}

.footer_top {
    border-bottom: 1px solid var(--off-white);
}

/* Responsive design for footer */

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

    /* footer design  */
    .footer_top {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 10px;
    }

    .footer_menu {
        margin: 10px !important;
    }

    .footer_menu_item {
        font-size: 15px;
        color: #cdcdcd;
    }

}


:root {
    --uniranks-primary-color: #003366;
    --uniranks-feature-uni-visit-primary-color: #9E2C87;
}

html[dir="rtl"] .input-group .btn {
    border-radius: 0 !important;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

html[dir="rtl"] .input-group .form-control {
    border-radius: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

html[dir="rtl"] .bottom_menu_item_last {
    padding-left: 10px !important;
    border-right: 0 !important;
}

html[dir="rtl"] .bottom_menu_item_first {
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-right: 0 !important;
}

html[dir="rtl"] #back_to_top {
    left: 1rem;
    right: auto;
}

html[dir="rtl"] .rtl-margin-right {
    margin-left: 0 !important;
    margin-right: 40px !important;
}

html[dir="rtl"] .minict_wrapper:after {
    left: 0px;
    right: auto;
    border-right: 1px solid #e5e5e5;
}

html[dir="rtl"] .minict_wrapper span {
    padding: 4px 0.4rem 0 3.4rem;
}

html[dir="rtl"] .fa-angle-right {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

html[dir="rtl"] .language-btn {
    flex-direction: row-reverse;
}

html[dir="rtl"] .search-filter-wrapper {
    text-align: left;
}


.more-programs-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
    pointer-events: none;
}

.more-programs-slider .owl-nav .custom-owl-nav-btn {
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff !important;
    border-radius: 100%;
    color: var(--uniranks-primary-color);
}

.more-programs-slider .owl-nav.custom-owl-nav-btn:hover {
    background-color: #fff !important;
    color: var(--uniranks-primary-color);
    border-radius: 100%;
}

.more-programs-slider {
    position: relative;
}

.more-programs-slider img.fixed-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.more-programs-slider img.logo-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.more-programs-slider .more-programs-slider-image-block {
    min-height: 200px;
}

.more-programs-carousel .owl-stage {
    margin-bottom: 10px;
    display: flex;
    align-items: stretch;
}

.more-programs-carousel .owl-item {
    display: flex;
    height: auto !important;
}

.card.card-custom-uniranks {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card.card-custom-uniranks .card-body {
    flex: 1 1 auto;
}

.card.card-custom-uniranks .card-footer {
    flex-shrink: 0;
}

.more-programs-slider-image-block img.card-img-top {
    height: 200px;
    object-fit: cover;
}

.more-programs-slider .program-uni-outline-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: var(--uniranks-primary-color);
    --bs-btn-border-color: var(--uniranks-primary-color);
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: var(--uniranks-primary-color);
    --bs-btn-hover-border-color: var(--uniranks-primary-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: var(--uniranks-primary-color);
    --bs-btn-active-border-color: var(--uniranks-primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #808080;
    --bs-btn-disabled-border-color: var(--uniranks-primary-color);
    border-radius: 6px;
}

.more-programs-slider .owl-carousel .owl-nav {
    display: flex !important;
}
.more-programs-slider .slider-logo-image{
    border: 2px solid #9f9f9f;
    margin-bottom: -2rem !important;
}
