.app-content.center-layout {
    overflow: hidden;
    margin-bottom: 30px;
}
.card.card-marketing-tool{
	margin-top: 20px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.06);    
    margin-bottom: 1.875rem;
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.card-footer:last-child {
    border-radius: 0 0 10px 10px;
}
.card-header:first-child {
    border-radius: 10px 10px 0 0;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    margin-bottom: 0;
}
.header-menu{
	display: block;
    margin-bottom: 0;
    margin-left: 15px;
    padding: 1rem;
    background-color: #eee;
    color: #000;
    text-align: center;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
}
.list-group{
	border: 1px solid #E4E7ED;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item{
	padding: 4px 15px;
	font-size: 14px;
	font-weight: 600;
}
.box-materi, .box-materi-download, .box-materi-video {
    box-shadow: 0 0 9px rgba(0,0,0,.2);
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    width: 100%;
    max-width: 250px;
    margin: auto;
    display: block;
    height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    transition: .3s;
}
a.link-materi .box-materi-download::before,a.link-materi .box-materi-video::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #000;
    transition: .3s;
    line-height: 5;
    font-size: 50px;
}
a.link-materi:hover .box-materi-download::before{
    content: '\f019';
    font-family: fontAwesome;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,.8);
    transition: .3s;
    color: #000;
    text-align: center;
    font-size: 50px;
    line-height: 5;
}
a.link-materi:hover .box-materi-video::before{
    content: '\f144';
    font-family: fontAwesome;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background-color: rgba(255,255,255,.8);
    transition: .3s;
    color: #000;
    text-align: center;
    font-size: 50px;
    line-height: 5;
}
a.link-materi:hover .box-materi img{
    opacity: .5;
    transform: scale(1.1);
    transition: .3s;
}
a.link-materi .box-materi img, a.link-materi .box-materi-download img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: .3s;
}
a.link-materi p.label-view {
    color: #9e9e9e;
    font-size: 11px;
    margin-bottom: 5px;
}
a.link-materi p, a.link-marketing-kit p {
    color: #000;
    transition: .3s;
    text-align: center;
}
a.link-materi:hover p, a.link-marketing-kit:hover p{
    color: #CDA73C;
    /* color: #e21a22; */
    transition: .3s;
    /*background-color: red;*/
}
.card-body{
	flex: 1 1 auto;
    padding: 1.5rem;
}
@media (min-width: 991px){
    a.link-materi:hover .box-materi img{
	    opacity: .5;
	    transform: scale(1.1);
	    transition: .3s;
	}
}
.side-menu{
	margin-bottom: 20px;
}
.pagination {    
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link{
	color: #3F51B5!important;
	font-weight: 600;
}