@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@media print {
    @page {
        margin: 0;
    }

    body {
        margin: 1.6cm;
    }
}

.mdtr {
    background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
    background-image: linear-gradient(#ededed, #fff);
    box-shadow: inset 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
    font-weight: inherit;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.fa-home,
.ijo {
    color: #28A745;
}

.abang {
    color: #DF0720;
}

.navbar-toggler {
    background-color: #32C453;
    background-image: linear-gradient(to bottom, #32C453, #F8F9FA);
    background-repeat: repeat-x;
    border: 2px solid #32C453;
    padding: 0px;
}

.toglerme {
    background-color: #EFC34A;
    background-image: linear-gradient(to bottom, #51CC6D, #EFC34A);
    background-repeat: repeat-x;
    border: 1px solid #EFC34A;
    color: black;
}

#totchat,
#totpesan {
    position: relative;
    top: -15px;
    left: -20px;
    background-color: #DF0720;
    background-image: linear-gradient(to bottom, #DF0720, #F8F9FA);
    background-repeat: repeat-x;
    border: 1px solid #DF0720;
    color: white;
    padding: 2px;
}

#clschat {
    position: relative;
    top: -10px;
    left: -25px;
    border: 1px solid #DF0720;
    color: #DF0720;
    padding: 1px;
}

.tabme {
    background-color: #32C453;
    background-image: linear-gradient(to bottom, #32C453, #F8F9FA);
    background-repeat: repeat-x;
    border-color: #45BA83;
    color: #6D4178;
    border: 1px solid #32C453;
}

.tabmekalem {
    background-color: #FFC200;
    background-image: linear-gradient(to bottom, #FFC200, #F8F9FA);
    background-repeat: repeat-x;
    border-color: #45BA83;
    color: #6D4178;
    border: 1px solid #FFC200;
}

.headme {
    background-color: #32C453;
    background-image: linear-gradient(to bottom, #32C453, #F8F9FA);
    background-repeat: repeat-x;
    border-color: #45BA83;
    color: #6D4178;
    border: 1px solid #32C453;
    padding: 0px;
}

.headkalem {
    background-color: #FFC200;
    background-image: linear-gradient(to bottom, #FFC200, #F8F9FA);
    background-repeat: repeat-x;
    border-color: #45BA83;
    color: #6D4178;
    border: 1px solid #FFC200;
    padding: 0px;
}

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    font-family: tahoma, sans-serif;
    border-top: 1px solid #42B549;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

/*.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}*/
.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
    padding-top: 1px;
}

/*sidebar kiri*/
#sidebar {
    font-family: tahoma, sans-serif;
    min-width: 200px;
    max-width: 200px;
    background: #FAFAFA;
    color: #000000;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

#sidebar.active {
    margin-left: -200px;
    transform: rotateY(100deg);
}

/* ---------------------------------------------------
    SIDEBAR LEFT
----------------------------------------------------- */
#sidebar .sidebar-header {
    margin-top: 1px;
    padding: 8px;
    background-color: #32C453;
    background-image: linear-gradient(to bottom, #32C453, #F8F9FA);
    background-repeat: repeat-x;
    border-color: #45BA83;
    color: #6D4178;
    border: 1px solid #32C453;
    text-align: center;
    font-size: 1.2em;
}

#sidebar ul.components {
    /*padding: 1px 0;*/
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

/*Setting dan Tools*/
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    *color: #fff;
    *background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #32C453;
    color: white;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
/*.navbar-expand-lg {background-color: rgb(0, 109, 204);
		background-image: linear-gradient(to bottom, rgb(0, 136, 204), rgb(0, 68, 204));
		background-repeat: repeat-x;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		*border-bottom-left-radius:1em;
		*border-bottom-right-radius:1em;
}*/
#content {
    width: 100%;
    padding: 10px;
    padding-top: 2px;
    min-height: 100vh;
    transition: all 0.3s;
    background: #e0e3ec url(../img/iklan/bg/bg.png) repeat top left;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}

#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}

#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}

#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -200px;
        transform: rotateY(90deg);
    }

    #sidebar.active {
        margin-left: 0;
        transform: none;
    }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }

    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }

    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
}

/*.navbar-dark {background-color: rgb(0, 109, 204);
		background-image: linear-gradient(to bottom, rgb(0, 136, 204), rgb(0, 68, 204));
		background-repeat: repeat-x;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
		*border-bottom-left-radius:1em;
		*border-bottom-right-radius:1em;		
}*/
.topnav {
    overflow: hidden;
    background-color: #f1f1f1;
}

.topnav a {
    *float: left;
    display: block;
    color: black;
    *text-align: center;
    *padding: 14px 16px;
    text-decoration: none;
    *font-size: 17px;
    border-bottom: 3px solid transparent;
}

.topnav a:hover {
    border-bottom: 3px solid red;
}

.topnav a.active {
    border-bottom: 3px solid red;
}

@media (min-width: 21em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 34em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 48em) {
    .card-columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (min-width: 62em) {
    .card-columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}

@media (min-width: 75em) {
    .card-columns {
        -webkit-column-count: 6;
        -moz-column-count: 6;
        column-count: 6;
    }
}

.carousel-inner img {
    margin: auto;
}

/*Shopping*/
.product-grid3 {
    font-family: Roboto, sans-serif;
    text-align: center;
    position: relative;
    z-index: 1
}

.product-grid3:before {
    content: "";
    height: 81%;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease 0s
}

.product-grid3:hover:before {
    opacity: 1;
    height: 100%
}

.product-grid3 .product-image3 {
    position: relative
}

.product-grid3 .product-image3 a {
    display: block
}

.product-grid3 .product-image3 img {
    width: 100%;
    height: auto
}

.product-grid3 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid3:hover .pic-1 {
    opacity: 0
}

.product-grid3 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-out 0s
}

.product-grid3:hover .pic-2 {
    opacity: 1
}

.product-grid3 .social {
    width: 120px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -23px;
    transform: scale(0);
    transition: all .3s ease 0s
}

.product-grid3:hover .social {
    opacity: 1;
    transform: scale(1)
}

.product-grid3:hover .product-discount-label,
.product-grid3:hover .product-new-label,
.product-grid3:hover .title {
    opacity: 0
}

.product-grid3 .social li {
    display: inline-block
}

.product-grid3 .social li a {
    color: #e67e22;
    background: #fff;
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    margin: 0 2px;
    display: block;
    transition: all .3s ease 0s
}

.product-grid3 .social li a:hover {
    background: #e67e22;
    color: #fff
}

.product-grid3 .product-discount-label,
.product-grid3 .product-new-label {
    background-color: #e67e22;
    color: #fff;
    font-size: 17px;
    padding: 2px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .3s
}

.product-grid3 .product-content {
    z-index: -1;
    padding: 15px;
    text-align: left
}

.product-grid3 .title {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s
}

.product-grid3 .title a {
    color: #414141
}

.product-grid3 .price {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-right: 2px;
    display: inline-block
}

.product-grid3 .price span {
    color: #909090;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    display: inline-block;
    margin-top: -2px
}

.product-grid3 .rating {
    padding: 0;
    margin: -22px 0 0;
    list-style: none;
    text-align: right;
    display: block
}

.product-grid3 .rating li {
    color: #ffd200;
    font-size: 13px;
    display: inline-block
}

.product-grid3 .rating li.disable {
    color: #dcdcdc
}

@media only screen and (max-width:1200px) {
    .product-grid3 .rating {
        margin: 0
    }
}

@media only screen and (max-width:990px) {
    .product-grid3 {
        margin-bottom: 30px
    }

    .product-grid3 .rating {
        margin: -22px 0 0
    }
}

@media only screen and (max-width:359px) {
    .product-grid3 .rating {
        margin: 0
    }
}

/*Shopping*/

.table td, .table th {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;