

body{
    font-family: 'Poppins', sans-serif;
    color:#808191;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #1F1D2B;
    background-image: url("new_bookmark_assets/bookmarkgradient.svg");
    background-repeat: no-repeat;
    background-position: top center;
}

.menu a {
    color: #ffffff !important;
}

a{
    text-decoration: none !important;
}

.container{
    max-width: 1200px;
}

.linewhite{
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.heightmarginmenu{
    height:0px;
}

.separatorheader{
    height:130px;
}

/* SIDEBAR */

.titlesidebar{
font-weight: 600;
font-size: 11px;
line-height: 11px;
letter-spacing: 1.5px;
color: #808191;
opacity: 0.5;
margin-bottom: 24px;
margin-top: 24px;
}

.boxicons{
    background:#363440;
    width:32px;
    height: 32px;
    border-radius: 12px;
    text-align: center;
    float: left;
}

.boxicons i{
    position:absolute;
    margin:8px 0px 0px -8px;
    color:#808191;
    width:16px;
    height:16px;
}

.label_artikel{
    background: #22B07D;
    border-radius: 10px;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    padding:5px 10px;
}

.linkcategorysemua:hover .boxicons{background:#7849FF;}
.linkcategorysemua:hover .boxicons i{color:#ffffff;}

.linkcategoryartikel:hover .boxicons{background:#22B07D;}
.linkcategoryartikel:hover .boxicons i{color:#ffffff;}

.linkcategorylandingpage:hover .boxicons{background:#3497F1;}
.linkcategorylandingpage:hover .boxicons i{color:#ffffff;}

.linkcategoryvideo:hover .boxicons{background:#EC5555;}
.linkcategoryvideo:hover .boxicons i{color:#ffffff;}

.linkcategorypersonalweb:hover .boxicons{background:#B841F0;}
.linkcategorypersonalweb:hover .boxicons i{color:#ffffff;}

.linkcategoryquotes:hover .boxicons{background:#FF9B25;}
.linkcategoryquotes:hover .boxicons i{color:#ffffff;}

.linkcategorytools:hover .boxicons{background:#5956FF;}
.linkcategorytools:hover .boxicons i{color:#ffffff;}

.linkcategoryresources:hover .boxicons{background:#B26133;}
.linkcategoryresources:hover .boxicons i{color:#ffffff;}

.putih{color:#ffffff !important;}

.semuakonten{background-color: #7849FF;}
.personalweb{background-color: #B841F0;}
.inspirasiwebsite{background-color: #3497F1;}
.video{background-color: #EC5555;}
.warnaartikel{background-color: #22B07D;}
.quotes{background-color: #FF9B25;}
.tools{background-color: #5956FF;}
.resources{background-color: #B26133;}



.linkcategorybookmarks{
    height:32px;
    margin-bottom: 32px;
}

.menusidebar{
font-weight: 400;
font-size: 14px;
line-height: 15px;
letter-spacing: 0.3px;
color: #808191;
margin-left:48px;
padding-top:8px;
}

.menusidebar:hover{
    color:#ffffff;
}

/* CONTENT */

.linkbookmark{
    display: block;
}

.linkbookmark:hover{
    background:rgba(255,255,255,0.05);
}

.boxcontent{
    border:1px solid rgba(255,255,255,0.1);
    border-top:0px;
    border-bottom: 0px;
    min-height:0px;
}

.titlebox{
font-weight: 600;
font-size: 45px;
line-height: 45px;
letter-spacing: 0.3px;
color: #FFFFFF;
padding:24px;
border-bottom:1px solid rgba(255,255,255,0.1);
}

.bookmarklist{
    padding:24px;
    border-bottom:1px solid rgba(255,255,255,0.1);
}

.circle50{
    width:50px;
    position:absolute;
}

.circle50 img{
    width:50px;
}

.bookmark_content{
    padding-left:72px;
}

.bookmark_title{
font-weight: 500;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.3px;
color: #FFFFFF;
}

.bookmark_info{
font-weight: 300;
font-size: 11px;
line-height: 11px;
letter-spacing: 1px;
text-transform: uppercase;
color: #FFFFFF;
opacity: 0.5;
margin-top: 6px;
}

.bookmark_desc{
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 21px;
letter-spacing: 0.5px;
color: #FFFFFF;
opacity: 0.6;
margin-top: 16px;
}

.labelposition{
    text-align: right;
}





@media only screen and (max-width: 1200px) {
   .container{
       max-width:960px;
   }
}


@media only screen and (max-width: 992px) {
    .hilangdongpaskecil{
        display: none;
    }

    .boxcontent {
        border:0px;
        min-height:0px;
        margin: 0px;
    }

    .nopadding{
        padding: 0 !important;
        margin: 0 !important;
    }

    .labelposition{
        text-align: left;
        padding: 10px 0px 0px 72px;
    }
}