﻿#div_lngs{
    margin-top: 10px;
}

#div_lngs_c{
    background-color: white;
    width: 80%;
    margin: 20px 10%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 15px;
}

#s_lngs{
    text-align: center;
    width: 170px; 
    cursor: pointer
}

#s_lngs:hover{
    border-color: rgba(0, 0, 0, 0.8) !important;
}



.div_lng_c{
    float: left;
    position: relative;
    padding: 0px 8px 8px 0px;
}
.div_lng_c i{
    position: absolute;
    font-size: 17px;
    background-color: white;
    border-radius: 10px;
    padding: 2px;
    right: 0px;
    bottom: 26px;
    cursor: pointer;
    border: 0.1px solid rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 0px;
    height:  0px;
    transition: width 300ms, opacity 300ms, height 300ms;    
}

.div_lng_c i:hover{
    opacity: 0.7;
    opacity: 1;  
    width: 24px;
    height: 24px;
    font-size: 20px;
}

.div_lang:hover +i{
    opacity: 1;
    width: 21px;
    height: 21px;
}

.div_lang{
    display: inline-block;
    padding: 6px 12px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    cursor: pointer;
}

.lng_active{
    color: white;
    cursor: default;
}



.div_lang:hover{    
    background-color: rgba(0, 0, 0, 0.2);
}


.div_menu_c{
    
    position: relative;
    width: 300px;
    background-color: white;
    padding: 7px 0px 0px 0px;
}

.div_m_line{
    width: 30px;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
}

#p_m_imput{
    background-color: rgba(0, 0, 0, 0.02);
    padding: 6px 15px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 18px;
    margin-right: 40px; 
    opacity: 0.6;  
    pointer-events: none;
    user-select: none; 
}

.icon_add{
    vertical-align: middle; 
    margin-right: 2px;
    color: rgba(0, 0, 0, 0.6);
}

#p_m_back{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    color: black;
}

#btt_del_menu{
   transition-duration: 200ms;
}



.icon_nest_item, .btt_m_back{
    font-size: 24px !important;
    color: rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
}

.icon_nest_item:hover *, .btt_m_back:hover *{
    color: black;
}



.div_m_item, #btt_add_item0{
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0px 15px;
    color: black;
    margin: 0px 0px;
    cursor: move; 
    user-select: none;
    height: 48px;
}

.div_m_item:hover, #btt_add_item0:hover{
    color: black;
    font-weight: bold;
}

.div_m_item:hover .icon_nest_item, #p_m_back:hover #btt_m_back{
    background: #eee
}

#slt_add_lng{
    width: 170px;
}


 @media only screen and (max-width: 1000px) {
    #div_lngs_c{
        width: 86%;
        margin: 20px 7%;
    }
 }

 @media only screen and (max-width: 900px) {
    #div_lngs_c{
        width: 92%;
        margin: 20px 4%;
    }
 }

 @media only screen and (max-width: 800px) {
    #div_lngs_c{
        width: 96%;
        margin: 20px 2%;
    }
 }