/*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;
    }

}
