*{
margin:0;
padding: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
color:#303030;
}
html {
    scroll-behavior: smooth;
  }
::-webkit-scrollbar {
    display: none;
}
body{
    width: 100vw;
    background-color: #f7f7f7;
    overflow-x: hidden;
    margin: 0 auto;
}
.clear-both{
    clear: both;
}
.btn{
    outline: none;
    border:none;
    background: #11bc04;
    color:#f0fff0;
    padding: 10px;
    border-radius: 20px;
    font-weight: 600;
}
.btn.btn-md{
    padding: 10px 50px; 
    font-size: 1rem;
}
.btn.btn-lg{
    padding: 20px 100px; 
    font-size: 1.5rem;
}

.flexbox{
    display: flex;
}
.sbtw{
    justify-content: space-between;
}
.sard{
    justify-content: space-around;
}
.ac{
    align-items: center;
}
.plr30{
    padding:0 30px;
}
.ptd30{
    padding:30px 0;
}
.plr20{
    padding:0 20px;
}
.ptd20{
    padding:20px 0;
}
.p30{
    padding:30px;
}
.r50p{
    border-radius:50%;
}
.mr30{
margin-right: 30px;
}
.mr20{
    margin-right: 20px;
}
.mr10{
    margin-right: 10px;
}

.ml30{
margin-left: 30px;
}
.ml20{
    margin-left: 20px;
}
.ml10{
    margin-left: 10px;
}
.cp{
    cursor: pointer;
}
.mt30{
margin-top: 30px;
}
.mt20{
    margin-top: 20px;
}
.mt10{
    margin-top: 10px;
}

.mb30{
margin-bottom: 30px;
}
.mb20{
    margin-bottom: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.bb1{
    border-bottom: 1px solid #303030;
}
#app{
    width: 100%;
    height:100vh;
    padding:0px  30px;
    position: relative;
    margin: 0 auto;
    overflow-y: auto;
}
#mobile-menu-toggle{
    display: none;
}
#logo{
    padding-left: 30px;
}
.icon-letter,.avi-display{
    background: #11bc04;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    color:#f0fff0;
    font-weight: bold;
    font-size: 2rem;
    overflow: hidden;
}


#header{
    position: fixed;
    background:#f7f7f7;
    height:100px;
    width: 100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    left:0;
}
a{
    color:#11bc04;
}
#header a{
    height: 60%;
}
#header a img{
height: 100%;
}

#header ul{
   display:flex;
   align-items: center;
   padding-right: 30px;
}

#header ul li{
list-style-type: none;
margin-left: 30px;
}
#header ul li a {
 text-decoration: none;
 
}


#header ul li a ojicon{
color:#11bc04;
font-size:1.6rem;
}

#header ul li a.active {
    background: #11bc04; 
    padding: 10px;  
    border-radius: 50%; 
    display: flex;
    justify-content: center;
    align-items: center;
}
#header ul li a.active ojicon{
        color:#f0fff0;
}
/* not in other files */
#aside-nav ul li div a{
    word-wrap: break-word;
    word-break: break-all;
}
#app-body{
    padding-top: 120px;   
}
#app-body #desk-categories{
    width: 19%;
    height: 100%;
    position: fixed;
    display:inline-block;
    background-color: transparent;
    padding:15px 15px 15px 0;

}

#app-body #main-screen{
    width: 79.5%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    padding:15px 0 15px 15px;
    float:right;
    position:relative;
}

#desk-categories aside{
  background: #93ff93;
  border-radius: 30px;
  max-height: 80vh;
  overflow-y: auto;
}
#desk-categories aside ul li{
list-style-type: none;
min-height: 70px;
padding:30px;
}



#desk-categories aside ul li div{
    display:flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
   
}


#desk-categories aside ul li ul{
width: 118%; 
margin-left: -9%; 
display: none;
}



#desk-categories aside ul li.active, #desk-categories aside ul li.active a,#desk-categories aside ul li.active ojicon{
background: #11bc04;
color:#f0fff0;
}
    
#desk-categories aside ul li a{
text-decoration: none;
color:#303030;
font-size: 1.6rem;
}


#desk-categories aside ul li ojicon{
cursor: pointer;
}





#all-posts{
    width: 100%;
     height: 100%;
    padding-top:30px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.tabs-view{
    width: 59%;
    height: 100%;
}
#aside-activies{
    width: 39%;   
}

#aside-activies h2{
    font-size:1.3rem;
    margin-bottom: 30px;
}

.tab-header{
    width: 100%;
    height: 5%;
    background: transparent;
    display: flex;
    border-bottom:3px solid #303030;
}
.tab-header li{
    list-style-type: none;
    padding: 5px 0;
    font-size:1.3rem;
    padding-right: 20px;
    cursor: pointer;
    margin-bottom: -3px;
    
}
.tab-header li.active{
  color:#11bc04;
  border-bottom: 3px solid #11bc04;
  font-weight: 600;
}
.tab-header li:last-child{
    padding-right: 0;
}

.tab-header li:hover{
    color:#11bc04;
  border-bottom: 3px solid #11bc04;
  font-weight: 600;
}

.tabs{
  display: none;
  padding:20px 0;
  height: 95%;
  overflow: scroll;
}

.tabs.active{
    display: block;
}
.posts{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.posts .autor{
width: 15%;
}
.posts .autor div{
    width: 100%;
}
.posts .autor-post{
    width: 80%;  
}
.post-lister{
    display: block;
    text-decoration: none;
    padding:30px;
    border-radius: 30px;
    width: 100%;
}



.post-lister:hover{
    background: #f1fff0;
}
.post-lister:hover h2{
    color:#11bc04;
}

.post-lister h2{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.post-lister p{
    font-size: 1.5rem;
    margin-bottom: 20px;
}


.tags-holder{
    margin-bottom: 10px;
}
.tags{
    background: #303030;
    border-radius: 30px;
    padding: 5px 20px;
    color:#f0fff0;
    display: inline-block;
    font-size: 1.2rem;
    margin: 5px;
}
.tags:last-child{
    margin-right: 0;
}

.post-analytics-holder{
display: flex;
justify-content: space-between;
}

.post-analytics{
display:inline-block;
margin-right: 20px;
}
.post-analytics:last-child{
margin-right: 0;
}


.media-holder,.single-media{
    width:100%;
    margin: 0 auto;
    margin-bottom:10px;
    display:flex;
    justify-content:space-between;
    border-radius:15px;
   overflow:hidden;
   
}

.single-media .src{
    width:100%;
    height:100%;
}
.media-holder .media-left{
   width:49.5%;
   height:100%;
   display:flex;
   flex-direction:column;
   justify-content:space-between; 
}



.media-holder .media-right{
   width:49.5%;
   height:100%;
   display:flex;
   flex-direction:column;
   justify-content:space-between;
}

.media-holder .media-left div{
  
 
}
.media-holder .media-right div{
  
}


.media-modal,.modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left:0;
    background: #f0fff0;
    z-index: 200;
    display:none;
    justify-content: center;
}
.modal{
    overflow: scroll;
}
.modal-content{
width: 60%;
position: relative;
margin: 0 auto;
}
.modal-header{
width: 100%;
height: 70px;
position: fixed;
top:0;
left:0;
display: flex;
justify-content: center;
align-items: center;
background: #f0fff0;
}
.search-input{
    width: 55%;
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-item-left{
 display: flex;
    justify-content: left;
    align-items: center;
    width: 20%;
    height: 100%;
}
.search-item-right{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 80%;
    height: 100%;
    background: #ddd;
    border:1px solid #303030;
    padding:0 20px;
    border-radius:20px ;
   
}
.search-input .search-item-right ojicon{
    margin-right: 20px;
}
.search-input .search-item-left ojicon,.modal-header-inner .modal-header-inner-left ojicon{
 font-size: 30px;
 cursor: pointer;
}
.search-input .search-item-right input{
    width: 100%;
    height: 100%;
    outline: none;
    border:none;
    background: none;
}

.modal-header-inner{
    width: 55%;
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-header-inner-left{
 display: flex;
    justify-content: left;
    align-items: center;
    width: 20%;
    height: 100%;
}
.modal-header-inner-right{
    display: flex;
    justify-content: left;
    align-items: center;
    width: 80%;
    height: 100%; 
    padding:0 20px;
 
}



.modal-body{
margin-top: 70px;
width: 100%; 
min-height: 100%; 
background:transparent;

}

#search-result .modal-body .tabs-view{
    width: 100%;
    height: 100%;
}

#search-result .modal-body .tab-header{
padding-left: 10px;
}

.media-modal{
    background: #f0fff0;
    z-index: 300;
    display:none;
  flex-direction: column;
  justify-content: space-between;
}

.media-modal-header{
    width: 100%;
    height: 20%;
    background-color: #f0fff0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.media-modal-header > div:nth-child(1){
    height: 20%;
    }
.media-modal-header > div:nth-child(2){
    height: 70%
}

.media-modal-body{
    width: 100%;
    height: 60%;
    position: relative;
}
#all-media{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

#media-nav{
position: absolute;
background:transparent;
width: 100%;
height: 100%;
left:0;
top:0;
display: flex;
justify-content: space-between;
align-items: center;
}
#prev-media,#next-media{
padding: 20px;  
cursor: pointer; 
}
#prev-media ojicon,#next-media ojicon{
   font-size: 50px; 
}
#media-dot{
    position: absolute;
    width: 100%;
    height:40px;
    left:0;
    bottom:20px;   
    display:flex;
    justify-content: center;
    align-items: center;
}

#media-dot span{
    width: 20px;
    height: 20px;
   margin-right: 20px; 
   background: #11bc04;
   border-radius: 50%;
}

#media-dot span.active{
   border: 1px solid #11bc04;
   background: #303030;
}
#media-dot span:last-child{
    margin-right: 0px; 
 }
#all-media div{
   width: 100%;
   height: 100%;
   flex-shrink: 0;
   display: flex;
   justify-content: center;
   align-items: center;
}
#all-media div img{
  max-height: 100%;
  max-width: 100%;
 }
.media-modal-footer{
    width: 100%;
    height: 20%;
    background-color:#f0fff0;
}
.post-view{
    margin-bottom: 30px;
}
.post-author{
    margin-bottom: 10px;
}
.post-author-avi{
    width: 65px;
    height:65px ;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}

.single-post-view .post-view,.single-post-view .posts{
    width: 60%;
    margin:0 auto;
    padding-bottom: 20px;
}
.post-view p,.post-view h {
  margin-bottom: 10px;
}
.post-view p.show-more {
    max-height: none;
}
.read-more-btn{
    cursor: pointer;
    color: #11bc04;
    margin-bottom: 10px;
}
.post-view p{
    overflow: hidden;
    max-height: 100px;
    transition: max-height 0.3s ease;
}
.view-post-analytics{
    padding:10px 0;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-top: 10px;
}
.view-post-analytics .post-analytics-holder{
  width: 100%;
  display: flex;
justify-content: space-between;
}
.view-post-analytics .post-analytics-holder .post-analytics ojicon{
    cursor: pointer;
}
@media screen and (max-width:1024px) {
   
   
    #app-body #desk-categories{
        width: 24%; 
    }
    
    #app-body #main-screen{
        width: 74.5%;
    }
    #aside-activies{
        display: none;
    }
    .tabs-view{
        width: 100%;
    }
    
}


@media screen and (max-width:950px) {
     #all-posts{
        margin:0 auto;
        top:-30px;
        position:absolute;
        height:100vh;
    }
    .post-view-holder{
        width: 100%;
       display:flex;
       flex-direction: column;
       justify-content: center;
       padding:0;
       background: red;
    }
    .single-post-view .post-view,.single-post-view .posts{
        width: 100%;
        padding:0;
        margin: 0;
    }
   
    .do{
        display: none;
    }
    #media-nav{
  display: none;
        }
        
        .modal-content{
            width: 100%;
            }



            .modal-header{
                width: 100%;
                }
                .search-input,.modal-header-inner{
                    width: 90%;
                }
              
                .search-input .search-item-left ojicon,.modal-header-inner .modal-header-inner-left ojicon{
                 font-size: 20px;
                }

                
              
               

    #app{
        width: 100%;
        padding:0px  18px;
        margin-left: -2%;
    }

    #app-body #desk-categories{
        width: 100%;
        padding:0;
       display: none;
       left:0;
       top:0;
       z-index: 50;
    }
    #app-body #desk-categories aside{
        width: 100%;
        min-height: 100%;
       border-radius: 0;
       padding-bottom: 100px;
    }
    #app-body #desk-categories aside ul li ul{
      margin-left: 20px;
    }
    #app-body #main-screen{
        width: 100%;
        height: auto;
        background-color: transparent;
        padding:15px 0 15px 15px;
        float:right;
    }
    #app-body{
        padding-top: 20px;  
        padding-bottom: 120px;  
    }

    #logo{
        display: none;
    }
   
    #header{
        width: 100%; 
        bottom:0; 
    }
    #header ul{
        width: 100%;
        justify-content: space-around;
    }
    #mobile-menu-toggle{
        display: block;
    }
   .post-analytics{
    font-size: .8rem;
   }

.post-lister{
    padding:15px;
}
#media-dot span{
    width: 6px;
    height: 6px;
    margin-right: 2.5px;
}

}



@media screen and (max-width:850px) {
    .do{
        display: none;
    }
    #app-body{
        padding-top: 20px;  
        padding-bottom: 70px;  
    }
    #header{
       height: 50px;
    }
   p{
    font-size: .8rem;
   }
   .tab-header li,.post-lister h2,h2{
    font-size: 1rem;
   }


.post-lister p{
    font-size: .8rem;
}
#no-mobile-saved-post{
    display: none;
}
#header ul li a ojicon{
   font-size: 1rem;
    }
    .posts .autor{
        width: 10%;
        }
        .posts .autor-post{
            width: 90%;  
        }

       
         
       
}



/* create post */

#add-media-holder,#post-form-holder{
  width: 80%;
  float:right;
}
#add-media-holder{
    display: flex;
    margin-bottom: 30px;
}
#add-media-holder div{
flex-shrink: 0;
  }
  .media-added,#add-media{
    width: 200px;
    height: 200px;
    margin-right: 20px;
    border-radius: 30px;
  }
  
#add-media{
    background: #11bc04;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#predefied-post-media{
    display: flex;
    overflow-x: auto; 
}
#add-media ojicon{
    font-size: 100px;
    color:#f1fff0;
    margin-bottom: 10px;
}
#add-media b{
    color:#f1fff0;
}

.media-added{
overflow: hidden;
position: relative;
}
.added-media-screen{
    width: 100%;
    height: 100%;
}
.media-opt{
position: absolute;
top:20px;
right:20px;
cursor: pointer;
}

.media-opt ojicon{
color:red;
    }

    .form-group{
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .form-group .label{
        font-weight: bolder;
        margin-bottom: 10px;
    }
    .form-group .input-text{
        padding: 10px;
    }
    .form-group .input-select{
        padding: 10px;
    }
    .form-group .input-textarea{
        height: 300px;
        padding: 10px; 
    }
    .form-group .tags-input{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border:1px solid #ddd;
    }
    .form-group .tags-input{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .form-group #tag-error{
        color:rgb(255, 94, 45);
        margin-top: 5px;
        display: none;
    }
    .form-group .tags-input .tags-holder{
       
    }
    .form-group .tags-input .input-text{
      border:none;
      outline: 0;
      background: transparent;
      width: auto;
      display: inline;
    }
    .button-group{
        display: flex;
        width: 100%;
        height: 100px;
        justify-content: space-between;
        align-items: center;
    }
    .button-group.left{
        justify-content: left;
    }
    .button-group.left > *{
        margin-right: 20px;
        cursor: pointer;
    }
    .button-group.left > *:last-child{
        margin-right:0;
        
    }
    .button-group.right{
        justify-content: right;
    }
    .button-group.right > *{
        margin-left: 20px;
        cursor: pointer;
    }
    .button-group.right > *:last-child{
        margin-left:0;
    }
    @media screen and (max-width:950px) {
        #add-media-holder,#post-form-holder{
            width: 100%;
          }
        .media-added,#add-media{
            width: 100px;
            height: 100px;
            margin-right: 10px;
            border-radius: 15px;
          }
          #add-media ojicon{
            font-size: 40px;
            margin-bottom: 10px;
        }
        .media-opt{
            top:10px;
            right:10px;
            }
       
    }

    #loading-data{
       width: 100%;
       display: flex;
       justify-content: center; 
    }

    #tag-info{
        margin-bottom:5px;color:green
    }
/*
@media screen and (max-width:500px) {
    #header{
        width: 90%;  
    }
   
}
*/