/*RESET*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
	@font-face{
        font-family:latha;
        src:url(/common/adaptive/fonts/latha.ttf)
    }
    body{
        font-family:'Latha','TSCu_paranar',Arial,"Helvetica Neue",Helvetica,sans-serif
    }
    
    /*GENERAL STYLES*/
    .max-width{
    max-width: 1000px;
    }
    .wrapper{
    width: 100%;
    margin: 0 auto;
    }
    ul{
    list-style: none;
    }
    a{
    text-decoration: none;
    }
    
    /*HEADER*/
    .header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    background: #FFF;
    }
    .header-top .header-top-left{
    display: flex;
    align-items: center;
    /* column-gap: 16px; */
    position: relative;
    }
    .header-langtext{
    display: flex;
    column-gap: 5px;
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128.5%; /* 17.99px */
    letter-spacing: 0.14px;
    float:left;
    position:relative;
    z-index:1;
    padding-right: 16px;
    }
    .header-langtext::after{
    position: absolute;
    right: 0;
    width: 0.8px;
    height: 20px;
    background: #ECEAEB;
    content: "";
    top: 0px;
    }
    .header-langtext span:hover{
    cursor: pointer;
    }
    .header-langtext span:nth-child(2){
    width: 12px;
    height: 6px;
    flex-shrink: 0;
    text-align: center;
    
    }
    .header-top .header-lang{
    display: flex;
    align-items: center;
    /* width: 150px;
    margin-right: 8px; */
    }
    
    
    .header-lang{
    float:left;
    position:relative;
    margin:0;
    /* width:150px; */
    z-index:1}
    
    .header-langsel{
    position:absolute;
    right:-1px;
    top:0;
    display:none;
    background:0 0;
    min-width:140px;
    z-index:2;
    border:1px solid #ececec;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 0 none;
    border-top: 1px solid #6E3192;
    top: 20px;
    left: 0;
    
    }
    
    .header-langsel ul{background:#fff}
    
    .header-langsel ul li{
    border-bottom:0;
    line-height:1.3em;
    margin:0;
    padding:6px 10px;
    transition:padding .6s ease}
    
    .header-langsel ul li a{display:block;font-size:14px;color:#888}
    
    .header-langsel ul li a:hover{color:#6E3192}
    
    .header-langsel ul li.selected a{font-weight:700}
    
    .header-lang:hover .header-langsel{display:block;
    }
    .header-langsel ul li {border-bottom: 0 none;}
    
    .header-top .header-top-left .header-date-time{
        display: flex;
        align-items: center;
        column-gap: 50px;
        position: relative;
        padding: 0 16px;
        font-family: arial;  
    }
    .header-top .header-top-left .header-date-time::after{
        position: absolute;
        right: 0;
        width: 0.8px;
        height: 20px;
        background: #ECEAEB;
        content: "";
        top: 0px
    }
    
    .header-top .header-top-left .header-date-time .header-date, .header-top .header-top-left .header-date-time .header-time{
        color: #888;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 128.5%; /* 17.99px */
        letter-spacing: 0.14px;
    }
    .header-top .header-top-left .header-highlight{
        padding: 0 16px;
    }
    .header-top .header-top-left .header-highlight span:nth-child(2){
        color: #645F5F;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-left: 10px;   
    }
    
    .header-top .header-top-right a{
        padding: 3px 10px 0;
        position: relative;
    }
    .header-top .header-top-right a:nth-child(4){
        padding-right: 0;
    }
.header-top-right{
    display: flex;
    position: relative;

}
.manage-notification{
height: 70px  !important;
}
    /*MENU*/
    
    .menu{
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        column-gap: 35px;
        padding: 15px 10px;
        width: 100%;
        background: #FFF !important;
        border-bottom: 0.8px solid #DEDEDE; 
        flex-wrap: wrap;
        float: none !important;
        margin-top:0 !important;
    }
    .menu a:after {
        content-visibility: hidden;
    } 
    .menu .logo{
        width: 93px;
        height: 28px;
        flex-shrink: 0; 
    }
    .menu .logo img{
        width: 100%;
    }
    /* .menu nav{
    max-width: 822px;
    width: 100%;
    } */
    .menu nav ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 42px;
        flex-wrap: wrap;   
    }
    .menu nav ul li{
        position: relative;
        text-align: center;
    }
    .menu nav ul li a{
        color: #645F5F; 
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    
    .menu nav ul li:hover::after{
        content: "";
        position: absolute;
        right: 0;
        height: 2.8px; 
        top: 36px;
        min-width: 20px;
        width: 100%;
        background: #6E3192;
        border-radius: 3px;
    } 
    .menu nav ul li .active{
        color: #131313;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; 
    }
    
    /*THREE DOTS*/
    
    .menu nav ul li.more-links a.more{
        padding: 8px 0;
    }
    
    .menu nav ul li.more-links a i{
        background: url('https://images.boldsky.com/images/menu-1715230851667.png') no-repeat 0 0;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
    }
    .menu nav ul li.more-links:hover::after{
        display: none;
    }
    .oi-header-morenavigation ul li:nth-child(1){
        margin-left: 125px;
    }
    .oi-header-morenavigation ul{
        display: flex;
        align-items: center;
        column-gap: 30px;
    }
    .oi-header-morenavigation ul li{
        padding-top: 25px;
        display: none;
        position: relative;
    }
    .oi-header-morenavigation ul li a {
        color: #645F5F; 
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .oi-header-morenavigation ul li:hover::after{
        content: "";
        position: absolute;
        right: 0;
        height: 2.2px; 
        top: 58px;
        min-width: 20px;
        width: 100%;
        background: #6E3192;
        border-radius: 3px;  
    }
   .menu a {
    	display:inline !important;
    	margin: 0 !important;
    } 
    menu a:hover {
        text-decoration: none;
    }
