body {
    background-color: #f5f7f9;
}
body.mainpage {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    min-width: 320px;
    min-height: calc(100vh);
    font-weight: 400;
    max-width: 1140px;
    margin: auto;
}
body.maxwidth600 {
    max-width: 600px;
    margin: auto;
}
body.mainpage.bgindex {
    color: #fff;
    background: #015285!important;
}
#content h1 {
    color: #333333;
}
.d-flex{
    display: flex;
}
.alert {
    display: block;
}
.dashboard-header {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    background: #222F3C;
    border-bottom: 1px solid #EFE1DE;
    color: #dbb481;
}
#barmenu .panel-default > .panel-heading+.panel-collapse .panel-body {
    background: #FCFCFC;
}
#barmenu .panel-title > a {
    display: block;
}
#barmenu .panel-title > a > span {
    width: 22px;
    text-align: center;
}
#barmenu .panel-title > a > .fa {
    width: 22px;
    text-align: center;
}
#barmenu .panel,
#barmenu .panel-default > .panel-heading,
#barmenu a.accordion-toggle.collapsed i {
    background: transparent;
}
#barmenu .panel-default > .panel-heading.active {
    background: #09F;
}
#barmenu .nav-pills > li.active > a,
#barmenu .nav-pills > li.active > a:focus,
#barmenu .nav-pills > li.active > a:hover {
    color: #5052f2;
    background-color: #dceeff;
}
#barmenu {
    padding: 10px;
    background: #e2f9f9;
    border: 1px solid #748487;
    border-radius: 3px;
}
.panel-heading.active {
    background: #09f;
}
.pg-content .panel {
    margin-bottom: 5px;
}
.modal {
    overflow-y: auto;
    color: #333333;
}
.mainpage #header {
    padding-top: 67px;
    position: relative;
    z-index: 1000;
}
header{
    background: #cadefb;
}
.navbar {
    background: #cadefb;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    position: relative;
    transition: top 0.3s;
}
.mainpage .navbar {
    position: absolute;
    width: 100%;
    top: 0;
    max-width: 1140px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.maxwidth600 .mainpage .navbar {
    max-width: 600px;
}
body.mainnavActive {
    overflow: hidden!important;
}
.mainpage .navbar.issticky,
.mainpage.mainnavActive .navbar {
    position: fixed;
    background: #cadefb;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    color: #212121;
}
.mainnavActive .btnmenu_navtop i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #212121;
}
.navbar-header {
    display: flex;
    align-items: center;
    color: #015285;
}
.mainpage .navbar-header {
    width: 100%;
}
.issticky .navbar-header {
    color: #212121;
}
.btnmenu_navtop {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    margin-right: 20px;
    text-align: center;
}
.btnmenu_navtop i {
    -webkit-transition: -webkit-transform 0.15s linear;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear,-webkit-transform 0.15s linear;
}
.logo_navtop {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-right: 32px;
}
.logo_navtop a {
    font-size: 36px !important;
    display: inline-flex;
    height: 55px;
    align-items: center;
    font-weight: bold;
    text-transform: capitalize;
    color: #015285;
}
.issticky .logo_navtop a,
.mainnavActive .logo_navtop a {
    color: #015285;
}
.logo_navtop a img {
    max-height: 55px;
}
.logo_navtop a img.logo_putih {
    display: inline-block;
}
.issticky .logo_navtop a img.logo_putih,
.mainnavActive .logo_navtop a img.logo_putih {
    display: none;
}
.logo_navtop a img.logo_biru {
    display: none;
}
.issticky .logo_navtop a img.logo_biru,
.mainnavActive .logo_navtop a img.logo_biru {
    display: inline-block;
}
.navtopmenus {
    display: none;
}
.mainnavActive .navtopmenus {
    display: block;
    height: calc(100vh);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
    margin-left: -10px;
    margin-right: -10px;
}
.navtopmenus ul {
    float: none;
}
.navtopmenus ul li {
    display: block;
    float: none;
    margin-left: 0;
}
.navtopmenus ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4f5759;
}
.navbar-inverse .navbar-brand {
    margin-top: 0;
    line-height: 48px;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color: rgb(19 128 229);
    right: 0;
    left: auto;
}
.navbar-nav li a i {
    width: 20px;
    text-align: center;
}
.center {
    padding-bottom: 10px;
}
.corsor-pointer {
    cursor: pointer;
}
.badge.success {
    background: #008000;
}
.badge.default {
    background: #C0C0C0;
}
.badge.info {
    background: #0099FF;
}
.badge.warning {
    background: #FF9900;
}
.badge.danger {
    background: #FF0000;
}
#bottom {
    border-bottom: none;
    border-top: 1px solid #e1e2cd;
}
#bottom ul.payment-list li,
#bottom ul.social-share li {
    display: inline-block;
}
#bottom ul.social-share li a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #545a80;
}
#bottom ul.social-share li a:hover i {
    background: #99CCFF;
    color: #0000FF;
}
#bottom ul.payment-list li span {
    font-weight: bold;
}
#bottom .payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
#bottom .payment-list li span {
    height: 35px;
    width: 80px;
    margin: 0;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}
#bottom .payment-list li span img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
#bottom .payment-list li {
    padding-top: 0;
    padding-bottom: 0;
}
#bottom .widget h3 {
    font-size: 18px;
}
#error h1 {
    color: #8a8a8a;
}
.user-info-menu {
    border: none;
    border-radius: unset;
}
.pg-header {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 8px 20px;
    background: #d9edf7;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.mainpage .pg-header {
    background: unset;
}
@media (max-width:767px) {
    .pg-header {
        margin-top: 15px;
    }
    .mainpage .pg-header {
        margin-top: unset;
    }
}
.pg-content {
    display: inline-block;
    width: 100%;
}
.ul_list_bank {
    padding: 0;
    margin: 0;
}
.ul_list_bank li {
    list-style: none;
    padding: 5px;
}
.ul_list_bank li > a {
    margin-right: 10px;
}
.sel-adtitle {
    font-size: 22px;
    margin-bottom: 15px;
}
.select-ad-type .icon-sel-ad {
    display: inline-block;
    padding: 15px 25px;
    margin-bottom: 15px;
    border: 1px solid #cec7c7;
    background: #f3f3f9;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.select-ad-type .icon-sel-ad i {
    color: #b4b4ce;
    font-size: 65px;
}
.select-ad-type .sel-action {
    display: block;
    margin-bottom: 15px;
}
.ad-preview {
    display: block;
}
.ad-preview .prev-text {
    display: inline-block;
    text-align: left;
    padding: 5px 7px;
    border: 1px solid #C0C0C0;
    max-width: 250px;
}
.ad-preview .prev-text .adtitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    display: block;
    color: #0000FF;
    padding-bottom: 3px;
}
.ad-preview .prev-text .addescription {
    font-size: 13px;
    line-height: 14px;
    display: block;
    color: #333333;
    padding-bottom: 3px;
}
.ad-preview .prev-text .adsite {
    font-size: 13px;
    line-height: 14px;
    display: block;
    color: #008000;
}
.ad-preview .prev-banner {
    display: block;
    text-align: center;
}
.payment-method {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.admin-bank-bg {
    display: inline-grid;
    position: relative;
    width: 250px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #E3E3E3;
    background: #FCFCFC;
    height: 148px;
}
.admin-bank-bg a.delete-bank {
    position: absolute;
    top: 5px;
    right: 5px;
}
.admin-bank-bg .bimage {
    height: 70px;
    font-size: 26px;
    display: block;
}
.admin-bank-bg .bimage img {
    height: 100%;
}
.admin-bank-bg .bcabang {
    font-size: 14px;
}
.admin-bank-bg .bnumber {
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #3366FF;
}
.admin-bank-bg .bname {
    text-transform: capitalize;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-top: 2px solid #ddd!important;
}
.post-list li a {
    font-weight: bold;
}
.mainpage .container {
    max-width: 1140px;
}
.maxwidth600 .container {
    max-width: 600px;
}
#footer {
    color: #e9e9e9;
    background: #9d6940;
    font-size: 13px;
}
#footer .container {
    padding-bottom: 0;
}
.small,
small {
    font-size: 75%;
}
button.close {
    position: absolute;
    right: 20px;
    top: 2px;
}
.modal button.close {
    top: auto;
}
.sv-boxac1 {
    height: 100%;
    position: relative;
}
.sv-boxac1 .btn-actionbacklink {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
}
.swiper-slide img {
    width: 100%;
}
.home_listitem .swiper-slide img {
    width: auto;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0!important;
}
.bgtestimoni .swiper-slide .item_tstm {
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 100%;
}
.bgtestimoni.list .swiper-slide {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}
.bgtestimoni.list .swiper-slide:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}
.bgtestimoni .swiper-slide .item_tstm > div {
    width: 100%;
}
.bgtestimoni .swiper-slide .divuser {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.bgtestimoni .swiper-slide .divuser .st_nama i {
    color: #146ebe;
    font-size: 13px;
}
i.iconverify {
    color: #146ebe;
    font-size: 13px;
}
.ru_bg i.iconverify {
    color: #2aadf8;
}
.bgtestimoni .swiper-slide .divuser > div {
    width: 100%;
}
.bgtestimoni .swiper-slide .divuser .fotouser {
    width: 80px;
    padding-right: 15px;
}
.bgtestimoni .swiper-slide .divuser .fotouser img {
    width: 65px;
}
.bgtestimoni .swiper-slide .st_komen {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 13px;
    margin-top: 10px;
}
.bgtestimoni.list .swiper-slide .st_komen {
    overflow: visible;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    font-size: 13px;
    margin-top: 10px;
}
.bgtestimoni .swiper-slide .st_tipe {
    font-size: 10px;
    background: #bdb8b8;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 10px;
    color: #fff;
}
.listhomeindent {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.listhomeindent span {
    width: 23px;
    display: inline-block;
    text-indent: 0;
}
.listindent_i {
    padding-left: 40px !important;
    text-indent: -27px;
}
.listindent_i i {
    width: 17px;
    display: inline-block;
    text-indent: 0;
    text-align: center;
    color: #4bb0eb;
    margin-right: 10px;
}
.faq_content {
    display: flex;
    padding: 10px 14px;
    border-radius: 0 0 10px 10px;
}
.faq_content p {
    margin: 0;
}
.faq_content .faqc_icon {
    min-width: 27px;
    color: #549d37;
}
.listpembayaran {
    margin-top: 10px;
    width: 100%;
}
.listpembayaran img {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
    width: 80px;
    height: 46px;
    margin: 2px;
}
.listsosmed {
    margin-top: 30px;
    width: 100%;
}
.listsosmed a {
    font-size: 30px;
    display: inline-flex;
    margin: 0 5px;
}
.color_fb {
    color: #98c1ff;
}
.color_yt {
    color: #d32323;
}
.color_tw {
    color: #45b0e3;
}
.color_ig {
    color: #e76fa6;
}
.color_wa {
    color: #00a859;
}
.listsosmed a:hover {
    color: #fff;
}
@media (max-width:767px) {
    .bgtestimoni .swiper-slide .item_tstm {
        flex-direction: column;
    }
    .bgtestimoni .swiper-slide {
        height: auto;
    }
    .bgtestimoni .swiper-slide .st_komen {
        margin-bottom: 10px;
    }
}
body > section {
    padding: 60px 0;
}
.services-wrap {
    padding: 30px 15px;
    min-height: 180px;
    margin: 0;
}
h1.maintitle {
    font-size: 26px;
    margin: 0 0 20px;
    color: inherit;
    text-align: center;
}
.sv-box {
    background: #f5f5f5;
    padding: 15px;
    min-height: auto;
    border: 1px dashed #ddd;
    border-radius: 10px;
    margin-top: 30px !important;
}
.sv-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}
.sv-desc {
    padding: 10px;
    font-weight: bold;
    color: #797676;
    background: #f8f9fa;
    border-color: #e2ecef;
}
ul.sv-items {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
ul.sv-items li {
    position: relative;
    display: block;
    padding: 5px 0 5px 30px;
}
ul.sv-items li i {
    position: absolute;
    left: 0;
    top: 6px;
    width: 30px;
    text-align: center;
    font-size: 20px;
}
.home_segbuysellrow {
    display: flex;
    flex-wrap: wrap;
}
.btn,
.form-control {
    border-radius: 10px !important;
    font-weight: 600!important;
}
.form-control {
    border: 1px solid #ddd;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 5px;
}
.mb-2 {
    margin-bottom: 15px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mb-4 {
    margin-bottom: 45px;
}
.mb-5 {
    margin-bottom: 60px;
}
.mb-6 {
    margin-bottom: 120px;
}
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: 5px;
}
.mt-2 {
    margin-top: 15px;
}
.mt-3 {
    margin-top: 30px;
}
.mt-4 {
    margin-top: 45px;
}
.mt-5 {
    margin-top: 60px;
}
.mt-6 {
    margin-top: 120px;
}
.mr-0 {
    margin-right: 0;
}
.mr-1 {
    margin-right: 5px;
}
.mr-2 {
    margin-right: 15px;
}
.mr-3 {
    margin-right: 30px;
}
.mr-4 {
    margin-right: 45px;
}
.mr-5 {
    margin-right: 60px;
}
.mr-6 {
    margin-right: 120px;
}
.ml-0 {
    margin-left: 0;
}
.ml-1 {
    margin-left: 5px;
}
.ml-2 {
    margin-left: 15px;
}
.ml-3 {
    margin-left: 30px;
}
.ml-4 {
    margin-left: 45px;
}
.ml-5 {
    margin-left: 60px;
}
.ml-6 {
    margin-left: 120px;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-1 {
    padding-bottom: 5px;
}
.pb-2 {
    padding-bottom: 15px;
}
.pb-3 {
    padding-bottom: 30px;
}
.pb-4 {
    padding-bottom: 45px;
}
.pb-5 {
    padding-bottom: 60px;
}
.pb-6 {
    padding-bottom: 120px;
}
.pt-0 {
    padding-top: 0;
}
.pt-1 {
    padding-top: 5px;
}
.pt-2 {
    padding-top: 15px;
}
.pt-3 {
    padding-top: 30px;
}
.pt-4 {
    padding-top: 45px;
}
.pt-5 {
    padding-top: 60px;
}
.pt-6 {
    padding-top: 120px;
}
.pr-0 {
    padding-right: 0;
}
.pr-1 {
    padding-right: 5px;
}
.pr-2 {
    padding-right: 15px;
}
.pr-3 {
    padding-right: 30px;
}
.pr-4 {
    padding-right: 45px;
}
.pr-5 {
    padding-right: 60px;
}
.pr-6 {
    padding-right: 120px;
}
.pl-0 {
    padding-left: 0;
}
.pl-1 {
    padding-left: 5px;
}
.pl-2 {
    padding-left: 15px;
}
.pl-3 {
    padding-left: 30px;
}
.pl-4 {
    padding-left: 45px;
}
.pl-5 {
    padding-left: 60px;
}
.pl-6 {
    padding-left: 120px;
}
.align-items-center {
    display: flex;
    align-items: center;
}
.input_group_home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.input_group_home input,
.input_group_home select {
    border: none;
    outline: none;
    background: transparent!important;
}
.input_group_home label {
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
    width: 100px;
}
.input_group_home .sep {
    width: 1px;
    background-color: #ddd;
    margin: 0 15px;
}
.input_group_home .div_left {
    width: auto;
}
.input_group_home input {
    width: auto;
    font-weight: 600;
    color: #177407;
}
.color-dark {
    color: #4e4e4e;
}
.bold {
    font-weight: bold;
}
.swiper-button-next,
.swiper-button-prev {
    display: none!important;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    display: flex!important;
}
.listhomeinfo .swiper-container:hover .swiper-button-next,
.listhomeinfo .swiper-container:hover .swiper-button-prev {
    display: none!important;
}
.listhomeinfo {
    font-size: 14px;
}
.listhomeinfo p {
    margin-bottom: 5px;
}
.sharebox {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 5px 4px 0 #ddd4d4;
}
.linkshare {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.linkshare a {
    width: 25%;
}
.linkshare a div {
    font-size: 30px;
    color: rgb(39,38,38);
}
.linkshare a div i {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 22px;
    padding: 8px;
}
.linkshare a.icon_wa div i {
    background: #4cc75c;
}
.linkshare a.icon_em div i {
    background: #429df5;
}
.linkshare a.icon_me div i {
    background: #0084fb;
}
.linkshare a.icon_tw div i {
    background: #55ace2;
}
.linkshare a span {
    margin: 0;
    color: rgb(39,38,38);
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    display: inline-block;
}
.kodeqr canvas {
    width: 136px;
}
.linkshare.url {
    background: #ede8e8;
    border-radius: 5px;
    padding: 10px 15px;
    justify-content: space-between;
}
.linkshare.url a {
    background: #ede8e8;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.linkshare.url .copyitem {
    width: 77%;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.linkshare.url .copyteks {
    width: 20%;
}
.input-group.form-control {
    display: flex;
    justify-content: stretch;
    align-items: center;
}
.input-group.form-control input,
.input-group.form-control span.input-group-addon {
    background: transparent!important;
    width: 100%;
    height: auto!important;
    border: none;
    box-shadow: none;
}
.input-group.form-control span.input-group-addon {
    width: 30px;
    padding: 0 10px 0 0;
    border-right: 1px solid #d1cdcd;
    color: #7c7777;
}
.input-group.form-control input {
    padding: 0 0 0 10px;
    outline: none;
}
.page-heading {
    font-size: 2.4rem!important;
    line-height: 1.33!important;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
    text-align: center;
}
label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b3340;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 1.1px;
    line-height: 1;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    min-height: 20px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 100%;
}
.room_wrap {
    height: calc(100vh);
    background: #fff;
    color: #2a2a2c;
}
.room_content {
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 15px;
    position: relative;
    top: 32px;
}
.room_bottom,
.room_top {
    display: flex;
    max-width: 600px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 15px;
    background: #387599;
    color: #fbfbfb;
    position: fixed;
    z-index: 999;
    top: 0;
}
.room_top .room_menus {
    position: relative;
    display: flex;
    flex-direction: row;
}
.room_top .room_title {
    cursor: pointer;
}
.room_top .room_title,
.room_userlist .ru_bg {
    display: flex;
    align-items: center;
    max-width: 90%;
}
.room_top .room_title span.uname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.room_top .room_menus .rm_close,
.room_top .room_menus .rm_dot {
    cursor: pointer;
    min-width: 20px;
    text-align: center;
}
.rm_dropdown,
.room_userlist {
    position: fixed;
    top: 32px;
    background: #387599;
    color: #fff;
    max-width: 600px;
    width: 100%;
    padding: 10px 15px 0;
    flex-direction: column;
    animation: menuClose 0.2s;
    -moz-animation: menuClose 0.2s;
    -webkit-animation: menuClose 0.2s;
    -o-animation: menuClose 0.2s;
    animation-iteration-count: 1;
    margin-top: -100%;
    z-index: 999;
}
.rm_dropdown {
    border-top: 1px solid #59a8ef;
}
.rm_dropdown.show,
.room_userlist.show {
    display: flex;
    animation: menuOpen 0.2s;
    -moz-animation: menuOpen 0.2s;
    -webkit-animation: menuOpen 0.2s;
    -o-animation: menuOpen 0.2s;
    animation-iteration-count: 1;
    margin-top: 0;
}
.rmd_items {
    display: flex;
    flex-direction: column;
}
.rmd_items a {
    margin-bottom: 10px;
    color: #fff;
}
.rmd_items a.signout {
    color: rgb(251 232 209);
}
.rmd_items a i {
    color: #97c7ef;
    font-size: 14px;
    width: 14px;
    margin-right: 3px;
}
.rmd_items a.signout i {
    color: rgb(251 232 209);
}
.room_userlist .ru_bg {
    padding-bottom: 0;
    margin-bottom: 15px;
}
.room_userlist .ru_bg.directchat {
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 5px;
}
.room_userlist .ru_bg.directchat i.far {
    display: none;
}
.room_userlist .ru_bg.directchat:hover {
    margin-bottom: 15px;
    cursor: pointer;
    background: #5494c1;
    padding-bottom: 0;
    border-radius: 5px;
    color: #1526f1;
}
.room_userlist .ru_bg.directchat:hover i.far {
    display: inline-block;
    color: #c9c9c9;
    margin-left: 10px;
}
.iconstatus,
.iconstatus.offline {
    color: #ddd;
    font-size: 12px;
    margin-right: 10px;
}
.iconstatus.online {
    color: rgb(43 245 121);
}
.iconstatus.away {
    color: rgb(226,158,69);
}
.room_bottom {
    top: unset;
    bottom: 0;
    background: #387599;
    padding: 10px 15px;
    box-shadow: 0 -1px 5px 0 #ddd;
    justify-content: stretch;
    font-weight: unset;
    position: fixed;
}
.room_bottom > div {
    width: 100%;
}
.room_bottom .room_chat {
    width: 100%;
    max-width: 87%;
}
.room_bottom .room_action {
    width: auto;
    padding-right: 15px;
    display: flex;
    font-size: 20px;
    line-height: 20px;
}
.room_bottom .room_action2 {
    width: auto;
    padding-left: 15px;
    display: flex;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}
.room_bottom .room_action2 i {
    transform: rotate(52deg);
}
.room_bottom .room_action span {
    cursor: pointer;
    color: #e5e7e7;
    font-weight: normal;
}
.roominp_message {
    resize: none;
    font-weight: normal!important;
}
.emojionearea .emojionearea-editor {
    min-height: auto;
}
.emojionearea .emojionearea-button {
    left: 6px;
    right: unset;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    margin-top: -12px;
}
.emojionearea .emojionearea-editor {
    padding-right: 12px;
    padding-left: 34px;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
    margin-top: -286px;
    right: unset;
    left: 0;
}
.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
    right: unset;
    left: 9px;
}
.emojionearea .emojionearea-button.active+.emojionearea-picker-position-top {
    margin-top: -272px;
}
.emojionearea .emojionearea-picker .emojionearea-search > input {
    border: 1px solid #ddd;
}
@media(max-width:767px) {
    .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
        left: -48px;
    }
    .emojionearea .emojionearea-picker {
        width: 100%;
        width: calc(100vw);
    }
    .emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
        left: 56px;
    }
}
.chatitem {
    padding: 0 15px 15px;
    width: 100%;
    display: flex;
    flex-flow: row;
}
.chatitem.self {
    padding: 0 15px 15px;
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
}
.self .chat-avatar {
    margin: 6px 0 6px 10px;
}
.other .chat-avatar {
    margin: 6px 10px 6px 0;
}
.chat-avatar img {
    width: 48px;
    border-radius: 50%;
}
.message {
    padding: 10px;
    border-radius: 12px;
    position: relative;
    display: block;
    max-width: 500px;
}
.message .msg {
    font-size: 12px;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    line-height: normal;
}
.message .time {
    font-size: 10px;
    margin-bottom: -4px;
    text-align: right;
    padding-left: 10px;
}
.message .msg a {
    color: #1658d1;
}
.self .message .msg a {
    color: #071a7a;
}
.message .msg a.msgfile {
    color: #343434;
    background: #cbcfd1;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 3px;
    display: inline-block;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}
.message .msg a:hover {
    color: #245697;
}
.message .msg img {
    margin-bottom: 3px;
    display: inline-block;
}
.message .nama {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.message .nama span {
    margin-left: 5px;
    font-weight: normal;
    color: #ede614;
    background: #387599;
    padding: 0 5px;
    font-size: 10px;
    border-radius: 10px;
    font-style: italic;
}
.self .message .nama {
    color: #1c263c;
}
.self .message {
    margin-right: 5px;
    background: #55acee;
    color: #FFF;
}
.other .message {
    margin-left: 5px;
    background: #e1e8ed;
    color: #292f33;
}
.self .message .arrow-right {
    position: absolute;
    top: 20px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #55acee;
}
.other .message .arrow-left {
    position: absolute;
    top: 20px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e1e8ed;
}
.pointer {
    cursor: pointer;
}
.usermenu_bottom {
    display: block;
    position: fixed;
    bottom: 0;
    max-width: 1140px;
    width: 100%;
    z-index: 999;
}
.maxwidth600 .usermenu_bottom {
    max-width: 600px;
}
.usermenu_bottom .ub_bg {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 3px 0 #4a4848;
}
.ub_bg a {
    color: #6c6a6a;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    position: relative;
}
.ub_bg a.active {
    color: #013ca7;
}
.ub_bg a i {
    font-size: 16px;
}
.ub_bg a span {
    display: block;
    font-size: 10px;
    line-height: 12px;
}
.row_trx {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}
.row_trx.new {
    background: #caf7c9;
}
.row_trx:hover {
    background: #bde8f9;
}
.row_trx .kontenisi {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}
.row_trx .kontenisi span {
    font-size: 10px;
    font-weight: normal;
}
.row_trx .kontenstatus {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
}
.notify_count {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 14px;
}
.notify_count {
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: 10px;
    text-align: center;
}
.notify_count span {
    background: red;
    color: #fff;
    min-width: 16px;
    height: 16px;
    padding: 2px 4px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 12px;
}
.kontenstatus .notify_count {
    position: unset;
    display: flex;
}
.kontenstatus .notify_count span {
    display: inline-block;
    padding: 0 3px;
}
.label {
    padding: 0.2em 0.6em;
}
.user_infotop {
    display: flex;
    align-items: center;
}
.col_userfoto,
.col_userfoto img {
    width: 75px;
}
.col_userfoto img:hover {
    cursor: pointer;
    box-shadow: 0 0 5px 1px #62718d;
}
.col_name {
    width: 100%;
    padding-left: 15px;
}
.col_name .uname {
    font-size: 16px;
    font-weight: bold;
}
.col_name .secinfo {
    font-size: 12px;
    font-weight: normal;
}
.col_name .secinfo .verify {
    border-radius: 15px;
    font-size: 10px;
    margin-top: 5px;
    padding: 3px 10px;
    display: inline-block;
    background: #f3f3f3;
    color: #e58917;
}
.col_name .secinfo .verify.done {
    background: #c2f1e4;
    color: #336a09;
}
.col_name .secinfo .verify.fail {
    background: #f3f3f3;
    color: red;
}
.title_menu {
    font-weight: bold;
    font-size: 13px;
}
.account_menu {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.account_menu a {
    display: flex;
    padding: 0 15px;
    font-size: 14px;
    align-items: center;
    color: #333333;
}
.account_menu a:hover {
    color: rgb(37 80 159);
    background: #f3f3f3;
}
.account_menu a i {
    width: 35px;
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}
.account_menu a span {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}
.account_menu a:last-child span {
    border-bottom: unset;
}
.icon_back {
    color: #ddd;
}
.panduan-footer {
    padding: 0;
    margin: 0;
    list-style: none;
}
.panduan-footer li a {
    font-size: 18px;
    color: #333333;
    display: flex;
    align-items: flex-start;
}
.panduan-footer li a i {
    margin-right: 15px;
    margin-top: 2px;
}
.panduan_item {
    display: flex;
    align-items: center;
}
.panduan_item a {
    width: 75px;
    margin-right: 15px;
}
.panduan_item a img {
    width: 100%;
}
.panduan_item > div {
    width: 100%;
}
.panduan_item > div p {
    margin: 0;
}
.judul_panduan {
    font-size: 22px;
}
.badge-default {
    background-color: #c1c1c1;
}
.badge-primary {
    background-color: #428bca;
}
.badge-info {
    background-color: #5bc0de;
}
.badge-success {
    background-color: #74930a;
}
.badge-warning {
    background-color: #f0ad4e;
}
.badge-danger {
    background-color: #d9534f;
}
.form-check {
    display: flex;
    align-items: center;
}
.form-check input {
    margin: 0 10px 0 0;
}
.form-check label {
    margin: 0;
}
.div_actionmsg {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.div_actionmsg .btn {
    font-size: 10px;
    padding: 1px 10px;
    border: none;
    border-radius: 10px !important;
}
.chat_alert {
    display: inline-block;
    font-size: 12px;
    background: #ed8f8f;
    padding: 10px 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    color: #fffefc;
    width: 95%;
}
.rm_counttop {
    font-size: 12px;
    padding: 2px 0;
    font-weight: bold;
}
.rm_counttop i {
    color: #fade89;
}
.form-horizontal .form-group {
    display: flex;
    align-items: center;
}
.form-horizontal .form-group label {
    padding-top: 0;
    justify-content: end;
}
.listhomeinfo {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ffe599;
    border-radius: 10px;
    border: 2px dashed #aaa;
    padding: 0 30px;
    margin-bottom: 20px;
    color: #292a2b;
    border-color: #00796b;
}
.ferify_addfoto {
    display: flex;
    justify-content: center;
}
.ferify_addfoto img {
    max-height: 200px;
    cursor: pointer;
}
.st_komen.info_item {
    display: flex!important;
    margin-top: 0!important;
    margin-bottom: 0;
    padding: 20px 0;
    font-size: 14px;
}
.ii_icon {
    position: absolute;
    top: 5px;
    left: 9px;
    font-size: 16px;
    color: #5a689d;
}
.listhomeinfo .swiper-pagination {
    bottom: 2px !important;
}
.din_searchtrx .form-control {
    position: relative;
}
.din_searchtrx .form-control .btn_searchtrx {
    position: absolute;
    font-size: 20px;
    color: #bfb6b6;
    right: 10px;
    cursor: pointer;
}
.din_searchtrx .form-control .btn_searchtrx:hover {
    color: #4e6599;
}
.din_searchtrx .form-control > div {
    width: 100%;
}
.din_searchtrx .input_group_home input {
    width: 100%;
    color: inherit;
    padding-left: 10px;
    padding-right: 34px;
    font-weight: normal;
}
.divtaguser {
    z-index: 1000;
    position: fixed;
    width: 100%;
    max-width: 1140px;
    display: none;
}
.maxwidth600 .divtaguser {
    max-width: 600px;
}
.divtaguser.show {
    display: inherit;
}
.usertaqitembg {
    background: #387599;
    min-width: 100%;
    margin-bottom: -200%;
    animation: usertaqClose 0.2s;
    -moz-animation: usertaqClose 0.2s;
    -webkit-animation: usertaqClose 0.2s;
    -o-animation: usertaqClose 0.2s;
    animation-iteration-count: 1;
}
.divtaguser.show .usertaqitembg {
    animation: usertaqOpen 0.2s;
    -moz-animation: usertaqOpen 0.2s;
    -webkit-animation: usertaqOpen 0.2s;
    -o-animation: usertaqOpen 0.2s;
    animation-iteration-count: 1;
    margin-bottom: 0;
}
.usertaqitembg .tagitem {
    display: flex;
    align-items: center;
    padding: 10px 49px 0;
    cursor: pointer;
}
.usertaqitembg .tagitem:last-child {
    padding: 10px 49px;
}
.usertaqitembg .tagitem .ufoto {
    padding-right: 10px;
}
.usertaqitembg .tagitem .ufoto img {
    border-radius: 50%;
}
.usertaqitembg .tagitem .uname {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.nametag {
    display: inline-block;
    font-size: 10px;
    padding: 1px 5px;
    background: #ffffff;
    border-radius: 5px;
    color: #146ebe;
    font-weight: bold;
}
.room_content .alert {
    padding: 10px !important;
    border-radius: 15px !important;
    font-size: 13px;
}
.navtopmenus_pc {
    display: none;
}
.listhomeindent {
    font-weight: 600;
    font-size: 15px;
}
.list_role .lr_item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-bottom: 20px;
}
.list_role .lr_item:last-child {
    margin-bottom: 0;
}
.list_role .lr_item_img {
    min-width: 150px;
    text-align: center;
}
.home_banner_bg {
    margin-bottom: 0;
}
.home_konten,
.home_konten h2 {
    text-align: center;
}
.home_konten .sp2 {
    display: block;
}
.post-content {
    border-radius: 4px;
    padding: 10px;
    background: #fff;
}
.sign_box {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    padding: 30px 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 4px 0 rgba(0,0,0,.08),0 2px 4px 0 rgba(0,0,0,.12);
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
.justify-content-between {
    justify-content: space-between;
}
.row-auto .btn:last-child {
    margin-right: 0!important;
}
.p-0 {
    padding: 0 !important;
}
@media (max-width:767px) {
    .form-horizontal .form-group label {
        justify-content: start;
    }
    .form-horizontal .form-group {
        flex-direction: column;
    }
    .form-horizontal .form-group > label {
        min-width: 100%;
        margin-bottom: 5px;
    }
    .form-horizontal .form-group > div {
        min-width: 100%;
    }
}
.bottom_clear {
    height: 60px;
}
#content {
    margin-bottom: 60px;
}
#bottom {
    padding: 0 0 30px;
    background: #fbe1e6;
}
#bottom h5 {
    color: #4a4a4a;
}
@media (min-width:1300px) {}
.bottom_bg {
    background: #fbe1e6;
    padding: 60px 30px 30px;
}
#bottom h3 {
    color: #4a4a4a;
    font-weight: bold;
    text-transform: capitalize;
}
#bottom ul li a {
    color: #4a4a4a;
    font-size: 16px;
}
#bottom ul li a:hover {
    color: #5bb0eb;
}
.kontak_footer {
    display: flex;
    flex-direction: column;
    color: #4a4a4a;
    gap: 5px;
}
.kontak_footer > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}
.kontak_footer > div i {
    padding: 3px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: #4a4a4a;
}
.kontak_footer > div a {
    color: #4a4a4a;
}
.kontak_footer > div a:hover {
    color: #096850;
}
.fa_mail {
    background: #e66f7f;
}
.fa_wa {
    background: #64bb53;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
.bloglist {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.bloglist_item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.bloglist_item .img-thumbnail img {
    max-width: 160px;
}
.bloglist_item .sdtitle {
    font-weight: bold;
    margin-bottom: 10px;
}
.bloglist_item .sdesc {
    font-size: 13px;
}
.blog-date {
    color: #919191;
    font-size: 13px;
    font-style: italic;
}
.modal-dialog {
    margin: 10px auto;
}
.desktop_ad,
.mobile_ad {
    display: flex;
    justify-content: center;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
@media (max-width:767px) {
    .bottom_bg > .row > div {
        margin-bottom: 15px;
    }
    .bottom_bg > .row > div:last-child {
        margin-bottom: 0;
    }
    .bloglist_item {
        flex-wrap: wrap;
        justify-content: center;
    }
    p {
        font-size: 14px;
    }
    h1 {
        font-size: 22px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px !important;
    }
    h4 {
        font-size: 16px !important;
    }
    h5 {
        font-size: 14px !important;
    }
    h6 {
        font-size: 13px !important;
    }
}
section#content {
    min-height: calc(100vh - 185px);
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none!important;
}
.note-toolbar {
    position: sticky;
    top: 0;
}
.note-editor .note-editable {
    min-height: 200px;
}
.btn-info {
    background-color: #105fb1;
    border-color: #097c89;
}
.box-sidebar {
    padding-bottom: 30px;
}
.sidebar-title h4 {
    padding: 0;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.box-sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box-sidebar ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 18px;
    color: #403f3f;
}
.box-sidebar ul li a:hover {
    color: #686796;
}
.box-sidebar ul li a i {
    color: #6d4a9a;
}
.box-sidebar ul li:last-child a {
    border-bottom: 0;
}
.box-sidebar ul.sdbloglist li a {
    position: relative;
    padding-left: 80px;
    height: 80px;
    display: flex;
    align-items: center;
}
.box-sidebar ul li a .imgpostlist {
    height: 60px;
    width: 70px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    top: 10px;
}
.box-sidebar ul.sdbloglist li a .sdtitle {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}
.box-sidebar ul li a .imgpostlist img {
    height: 100%;
    border: 0;
}
body > section {
    padding: 30px 0;
}
.btn-success {
    background-color: #127312;
    border-color: #5a975a;
}
li p {
    display: inline;
}
.bg-info {
    background-color: #36b9cc !important;
}
.bg-primary {
    background-color: #4e73df !important;
}
.bg-warning {
    background-color: #f6c23e !important;
}
.bg-danger {
    background-color: #e74a3b !important;
}
.bg-default {
    background-color: #c9c9c9 !important;
}
.bg-success {
    background-color: #1cc88a !important;
}