/*menu-sec*/
.menu-sec{
    position: fixed;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-color:#ffffff;
     -webkit-box-shadow:6px 11px 41px -28px #a99de7;
     box-shadow: 6px 11px 41px -28px #a99de7;
    overflow-y: auto;
    z-index: 1050;
}
.menu-line{
    position: relative;
    width: 100%;
    height: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.1);
    top: 0;
    left: 0;
    display: none;
}
.menu-line:before{
    content: '';
    width: 10px;
    height:100%;
    border-radius: 20px;
    background-color: #ff8370;
    animation: Draw 2s linear infinite;
    transition: all 2s ease-in-out;
}
@keyframes Draw{
    100%{
        width: 100%;
    }
}
.menu-logo{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 0px;
}
.menu-logo img{
    max-width: 160px;
    margin-left: 10px;
}
.toggleOut-menu{
    display: none;
}
.user-badge-sec{
    width: 100%;
    height: auto;
    padding:10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
}
.badge-box{
    width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.badge-box img{
    max-width: 100px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}
.badge-text{
    width: 100%;
    margin-top:10px;
}
.badge-text p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    /*color: #ff8370 ;*/
    word-break: break-all;
}
.badge-text h1{
    margin: 0;
    padding: 0;
    font-size: 2.5em;
    word-break: break-all;
}
.menu-nav{
    width: 100%;
    height: auto;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.menu-nav ul li{
    display: block;
    padding:5px 0px;
}
.menu-nav ul li a{
    display: flex;
    width: 100%;
    padding:10px 20px;
    align-items: center;
    color: #454545;
    transition: all 0.5s ease-in-out;
}
.menu-nav ul li a i{
    margin-right:15px;
}
.menu-nav ul li a:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right:20px;
    border:1px solid #7d7d7d;
    transition: all 0.5s ease-in-out;
}
.menu-nav ul .menu-btn a:before{
    display: none;
}
.menu-nav ul .menu-btn a{
    justify-content: center;
    background: linear-gradient(109deg,#8c8fe5,#8dc9f3);
    color: #ffffff;
}
.menu-nav ul .menu-btn a i{
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #ffffff;
    color:#8c8fe5;
    font-size:20px;
}
.menu-nav ul li:hover a:before,
.menu-nav ul .actine-menu-icon a:before{
    background-color:  #8c8fe5;
    border-color:  #8c8fe5;
}
.menu-nav ul li a:hover,
.menu-nav ul .actine-menu-icon a{
    color: #8c8fe5;
}
@media screen and (min-width:1000px){
.menu-sec::-webkit-scrollbar{
    width: 7px;
    border-radius: 10px;
}
.menu-sec::-webkit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.2);
}
}
/*main-section*/
.main-section{
    width: 80%;
    position: absolute;
    left: 20%;
    height: auto;
}
/*top-top-nav*/
.top-top-nav{
    width:inherit;
    height:40px;
    background: linear-gradient(109deg,#8c8fe5,#8dc9f3);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding:0px 10px;
    color: #ffffff;
    position: fixed;
    z-index: 999;
    top: 0;
}
.top-top-nav p{
    margin: 0;
    padding: 0;
}
.top-navSec{
    width:inherit;
    height: 72px;
    margin-top:40px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
    -webkit-box-shadow:6px 11px 41px -28px #a99de7;
     box-shadow: 6px 11px 41px -28px #a99de7;
}
.nav-brand{
    display: none;
}
.nav-brand img{
    max-width: 160px;
    margin-left: 10px;
}
.search-sec{
    display: flex;
    width: 500px;
}
.search-sec button{
    width:50px;
    padding:0px;
    font-size: 18px;
    background-color: transparent;
    border: none;
    outline: none;
    border-right: 1px solid #454545;
    color: #454545;
}
.search-sec input{
    width: 90%;
    background-color: transparent;
    border: none;
    outline: none;
    padding:0px 10px;
    color: #454545;
}
.search-sec input::placeholder{
    color: #454545 !important;
}
.r-nav-sec{
  position: absolute;
  right:10px;
}
.r-nav-sec ul{
    display: flex;
}
.r-nav-sec ul li{
    /*display: inline-flex;*/
    margin-left:10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size:20px;
    cursor: pointer;
    color: #616161;
}
.r-nav-sec ul .comment-tgl:before{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
   background-color: #8c8fe5;
    box-shadow: #8c8fe5 0px 0px 4px;
    border-radius: 50%;
    margin-left: -2px;
}
.r-nav-sec ul .user-tgl{
    font-size: 20px;
    font-weight: 700;
   background: linear-gradient(109deg,#8c8fe5,#8dc9f3);
    display: inline-flex;
    margin-top: -2px;
    color: #ffffff;
}
.r-nav-sec ul .menu-tgl{
    display: none;
}
.r-nav-sec ul li .drop-down{
    position: absolute;
    background-color: #ffffff;
    top:50px;
    right:20px;
    color: #000;
    display: none;
    width: 300px;
    height: auto;
    border-radius:10px;
    padding:10px;
}
@media screen and (max-width:320px){
    .r-nav-sec ul .comment-tgl,
    .r-nav-sec ul .user-tgl,
    .r-nav-sec ul li .drop-down{
       display: none !important;
    }
}
.r-nav-sec ul li:hover .drop-down{
    display: block;

}
.r-nav-sec ul li .drop-down:before{
    content: '';
    position: absolute;
    width:50px;
    height: 50px;
    background-color: #8c8fe5;
    border-radius: 50%;
    right: 10px;
    opacity:0.3;
}
.r-nav-sec ul li:nth-child(2) .drop-down:before{
    background-color: #8dc9f3;
}
.r-nav-sec ul li .drop-down h3{
    font-size:1em;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 3;
}
.r-nav-sec ul li .drop-down h3 img{
    max-width:50px;
    object-fit: contain;
}
.r-nav-sec ul li .drop-down p{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding:0;
    z-index: 3;
}









.site-footer{
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding:20px;
    text-align: center;
    border-top: 1px solid #e1e7f0;
    font-size: 15px;
    color: #626B7F;
}
.site-footer p{
    margin: 0;
    padding: 0;
}














@media screen and (max-width:1000px){
    /*main-section*/
.main-section{
    width: 100% !important;
    left: 0% !important;
}
.menu-sec{
    width: 250px !important;
    left: -100% !important;
    transition: all 0.5s ease-in-out;
}
.togle-menu.menu-sec{
    left:0% !important;
}
.top-navSec{
    height: 60px !important;
}
.search-sec{
    display: none !important;
}
.nav-brand{
    display:block !important;
}
.r-nav-sec{
  right:0px !important;
}
.r-nav-sec ul .menu-tgl{
    display: block !important;
}
.r-nav-sec ul .menu-tgl i{
    font-size: 25px;
}
.togle-menu.menu-tgl{
    visibility: hidden;
}
.menu-body{
    position: fixed;
    width: 100%;
    height:100%;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.toggleOut-menu{
    position: fixed;
    width:40px;
    height:40px;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    right: 0px;
    cursor: pointer;
    top: 40px;
    color: #ffffff;
}
.togle-menu.toggleOut-menu{
    display: flex !important;
}
}
@media screen and (max-width:300px){
    .menu-sec{
    width: 100% !important;
}
.toggleOut-menu{
     background-color:#262B38;
}
}
@media screen and (max-width:270px){
    .r-nav-sec ul .comment-tgl{
        display: none !important;
}
}

@media screen and (max-width:450px){
.top-M-sec-header h3{
    font-size: 2em !important;
}
}
@media screen and (max-width:850px){
    .top-top-nav{
        padding:0px 10px !important;
    }
    }
@media screen and (max-width:330px){
    .top-top-nav{
        font-size:12px !important;
    }
    }