html {
    user-select: none;
}

.content {

    user-select: text;

}
.accbar ul li { font-size: 80%}
.blend {mix-blend-mode: lighten}
.barline {
    color: #D8D7D7 !important;
}
a.langactive {
    color: #e5768e !important;
}
 .selectedsty {display: inline-block;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 13px;
    min-width: 60px;
    padding: 0 11px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    top: 16px;
    left: -45px;
    background: #15797f;
    overflow: hidden;
    text-align: left;
    line-height: 14px;}    
            
     .selectedmo {display: inline-block;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 13px;
    min-width: 60px;
    padding: 0 11px;
    border-radius: 50px;
    position: absolute;
    z-index: 1;
    top: 16px;
    left: 34px;
    background: #7f6028;
    overflow: hidden;
    text-align: left;
    line-height: 14px;}        
            .namesty {display: inline-block;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 23px;
    min-width: 53px;
    padding: 0 11px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: 11px;
    left: -85px;
    background: #367883;}
.w100 { font-weight: 100}
.w200 { font-weight: 300}
.w400 { font-weight: 400}
.w500 { font-weight: 500}
.w700 { font-weight: 700}
.w800 { font-weight: 800}
.w900 { font-weight: 900}
    .cir {position: relative;
    background-color: cadetblue;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-grid;
    margin: 2px;   
        color: #ccc;
   margin-bottom: 10px;
    cursor: pointer}

    .cirm {position: relative;
    background-color:#656463;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-grid;
    margin: 2px;   
   margin-bottom: 10px;
        color: #ccc;
    cursor: pointer}
.squ {
position: relative;
    width: 120px;
    /*height: 120px;*/
    border: 2px solid #6c757d;
    display: inline-grid;
    margin: 4px;
    cursor: pointer;
    color: #ccc;
    border-radius: 10px;
    padding: 10px;
    line-height: 17px;
    font-size: 13px;
    background-color: #293030;
}
.notification.side-menu {
    z-index: 9999;
    padding-top: 1.85714286em;
    margin: 0;
    height: 100%;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    width: 27.85714286em;
    background: #292929;
}
.pointer{ cursor: pointer}

.notification.gstyle {
    z-index: 9999;
    padding-top: 1.85714286em;
    margin: 0;
    height: 100%;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    width: 27.85714286em;
}.notification.mstyle {
    z-index: 9999;
    padding-top: 1.85714286em;
    margin: 0;
    height: 100%;
    box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
    width: 60em;
}


.notification.gstyle .side-menu__module {
    overflow: hidden;
    padding: 2.78571429em;
}
.soon{    display: inline-block;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 26px;
    min-width: 39px;
    padding: 0 5px;
    text-align: center;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
    top: -13px;
    right: -19px;
    background: #367883;
    line-height: 27px;}

.dot:after {
    content: '\00B7';
    padding-left: 15px;
    position: absolute;
    top: 14px;
    right: 8px;
}

.content ul, .content ol ,.content li{
     list-style: disc; 
    line-height: 1.85714286em;
    color: azure;
    padding-left: 20px;
}
.mainmenu { font-size: 16px}
@media all and (max-width: 768px) {
    
  .notification.mstyle {

    width: 100%;
}  
    
    
 .mainmenu { font-size: 24px}   
    .notification.gstyle {
    width: 100%;
}
    .notification.side-menu {
    width: 100%;
}   
    .gst .height-100 {
 
    height: 100vh;
}
}