body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple,
.alert,
a,
.td-name,
td,
button.close {
    font-family: Bahnschrift;
}

.p-session {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}

#file-list-display p {
    margin-top: 25px;
}

#select-input select {
    margin-top: 10px;
}

.fa-dashboardUser {
    position: absolute;
    right: 0;
    font-size: 130px;
}

.fa-logout {
    font-size: 38px !important;
    margin-left: 10px;
    margin-right: 25px;
    position: relative;
    top: 5px;
    color: black;
    padding-left: 11px;
    border-left: 1px solid;
    float: none !important;
}

.fa-logout:focus,
.fa-logout:active,
a:has(.fa-logout):focus,
a:has(.fa-logout):active {
    outline: none;
    box-shadow: none;
}

.nicEdit-panel {
    height: 25px;
    zoom: 1.2 !important;
}

.table.dataTable {
    width: 100% !important;
}

.sidebar[data-color="merchant"]::after {
    background: white;
    background: -moz-linear-gradient(top, white 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, white 0%, white 100%);
    background: -o-linear-gradient(top, white 0%, white 100%);
    background: -ms-linear-gradient(top, white 0%, white 100%);
    background: linear-gradient(to bottom, white 0%, white 100%);
    background-size: 150% 150%;
}

button {
    width: auto !important;
    height: auto !important;
    border-radius: 7px !important;
    padding: 4px 16px !important;
}

.btn-primary {
    background-color: #1D62F0;
    border-color: #1D62F0;
    color: white;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-color: #1D62F0;
    border-color: #1D62F0;
    color: white;
}

.btn-success {
    background-color: #049F0C !important;
    border-color: #049F0C !important;
    color: white !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-color: #049F0C !important;
    border-color: #049F0C !important;
    color: white !important;
}

.btn-danger {
    background-color: #EE2D20 !important;
    border-color: #EE2D20 !important;
    color: white !important;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-color: #EE2D20 !important;
    border-color: #EE2D20 !important;
    color: white !important;
}

.btn-warning {
    background-color: #FF9500 !important;
    border-color: #FF9500 !important;
    color: white !important;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-color: #FF9500 !important;
    border-color: #FF9500 !important;
    color: white !important;
}

.btn-default {
    background-color: #888888 !important;
    border-color: #888888 !important;
    color: white !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-color: #888888 !important;
    border-color: #888888 !important;
    color: white !important;
}

.sidebar .nav p {
    color: black;
}


.event-date {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
}


.charity-total {
    font-size: 14px;
}

.recent-list {
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*.recent-list i{
    width: 64px;
    font-size: 55px;
}*/
.img-navbar-right {
    border-radius: 50%;
    height: 50px;
    margin-left: 10;
    position: relative;
    bottom: 4px;
    width: 50px;
    object-fit: cover;
}

.p-navbar-right {
    margin-top: 10px !important;
    font-weight: bold;
}

.img-sidebar-footer {
    width: 200px;
    position: relative;
    bottom: 0;
    top: 27px;
    left: 25px;
}

.p-sidebar-footer {
    color: black;
    text-align: center;
    position: relative;
    top: 30px;
}



.table-sidebar>tbody>tr>th {
    border-top-style: none;
    color: #00b0ff;
}

.table-sidebar-img {
    height: 12%;
    border-radius: 50%;
}

.th-img {
    width: 10px;
}

.img-logo {
    height: 55px;
    position: relative;
    top: 13px;
    left: 5px;
}

.table-dashboard>thead>tr>th {
    border-bottom-style: none;
}

.table-dashboard>tbody>tr>th {
    font-size: 14px;
    border-top-style: none;
    padding-bottom: 0;
    line-height: 1;
}

.table-dashboard>tbody>tr>th>span {
    font-size: 13px;
    color: #00b0ff;
}

.recent-list p {
    font-size: 14px;
}

.recent-list .media-body {
    width: 250px;
}


.quick-action>i {
    display: inline;
    font-size: 30px;
}

.quick-action>span {
    display: inline;
    font-size: 20px;
}

/*	IMAGE PREVIEW	*/
.image-preview {
    height: 188px;
    width: auto;
}

.news-images {
    overflow-x: scroll;
    overflow-y: hidden;
}

.image-preview-wrapper {
    height: 200px;
    width: 200px;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    position: relative;
    padding: 5px;
    text-align: center;
    margin: auto;
}

.image-preview-wrapper>.btn-file {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
}

.image-preview-wrapper>.btn-add {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
}

.image-preview-wrapper>.btn-delete {
    position: absolute;
    /*margin-left: -5px;*/
    bottom: 0;
    display: none;
    left: 0;
}

.image-preview-wrapper>.btn-remove {
    position: absolute;
    top: 0;
    left: 165px;
    width: 30px;
    padding: 5px;
    border: none;
}

.image-preview-wrapper>.btn-file>i {
    display: block;
    font-size: 70px;
    margin: 20px 52px;
}

.image-preview-wrapper>.btn-add>i {
    display: block;
    font-size: 70px;
    margin: 20px 52px;
}

div>.help-block {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.has-error>.help-block {
    display: block;
}

.image-preview-wrapper>input {
    visibility: hidden;
}

/*	WHEN PREVIEW IS ACTIVE*/
.image-preview-wrapper.active>.btn-file {
    display: none;
}

.image-preview-wrapper.active>.btn-delete {
    display: block;
    background-color: red;
    color: white;
    border: none;
}

.has-error .form-control {
    border-color: #a94442;
}

button[type=submit]>.loading-img {
    display: none;
}

button[type=submit].loading>.loading-img {
    display: inline;
}

hr {
    margin-top: 2;
    margin-bottom: 0;
    border-top-width: 16px
}

.p-dashboard-num {
    font-weight: bold;
    font-size: 25px;
    color: #337ab7;
    position: relative;
    top: 26px;
}

.p-dashboard-text {
    font-size: 13px;
    /* line-height: 1; */
    color: white;
    position: relative;
    top: 36px;
    font-weight: bold;
}

.dashboard-btn-graph {
    background-color: #FF9500;
    color: white;
    margin-left: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #FF9500;
}

.dashboard-p-graph {
    font-size: 18px;
    font-weight: bold;
}

.dashboard-span-graph {
    float: right;
    position: relative;
    font-size: 14px;
    color: #FF9500;
    bottom: 31px;
    right: 100px;
}

.dropdown-dash {
    left: 63px;
    float: right;
    bottom: 40px;
}

.dropdown-menu {
    position: absolute;
    left: -5vw;
}

.col-global {
    padding: 5px;
}

.card-transaction-point-global {
    height: 79px;
    width: auto;
    /* width: 172px; */
    /* background-color: #214f90; */
    background-image: url(../images/bg_kecil.png);
    background-size: 100% 100%;
    color: white;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;

}

/*.arrow{
    left: 12% !important
}

.popover{
    left: 18% !important;
}
*/
.dropdown-menu-filter-report {
    left: 276px;
    top: 52px;
}

.dropdown-menu-filter-report-merchant {
    left: 282px;
    top: 52px;
}

.dropdown-menu-filter-report-settlement {
    left: 265px;
    top: 52px;
}

.dropdown-menu-filter-history-refund {
    left: 220px;
    top: 52px;
}

.dropdown-menu-filter-promo {
    left: 208px;
    top: 48px;
}

.dropdown-menu-filter-faq {
    left: 150px;
    top: 48px;
}

.dropdown-menu-filter-tac {
    left: 316px;
    top: 48px;
}

.dropdown-menu-filter-point {
    left: 249px;
    top: 48px;
}

.dropdown-menu-filter-promo-merchant {
    left: 270px;
    top: 48px;
}

.dropdown-menu-filter-end-user {
    left: 237px;
    top: 49px;
}

.dropdown-menu-filter-merchant {
    left: 249px;
    top: 52px;
    height: 153px;
    min-width: 200px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 99999;
}

.dropdown-menu-filter-member {
    left: 241px;
    top: 48px;
}

.dropdown-menu-filter-rekap {
    left: 177px;
    top: 48px;
}

.dropdown-menu-filter-saldo {
    left: 184px;
    top: 48px;
}

.btn-filter-report {
    left: 17px;
}

.btn-filter-rekap {
    top: 17px !important;
    left: 17px;
}

.btn-filter-promo {
    left: 15px;
    top: 16px !important;
}

.btn-filter-faq {
    left: 36px;
    top: 16px !important;
}


.btn-filter-promo-merchant {
    left: 15px;
    top: 16px !important;
}

.btn-filter-user {
    right: 55px;
}

.btn-filter-end-user {
    left: 17px;
    top: 17px !important;
}

.btn-add-produk {
    right: 100px;
}

.btn-tipe-produk {
    right: 177px;
}

.btn-filter-merchant {
    right: 44px;
}

.dropdown-month {
    float: right;
}

.btn-filter-month {
    float: right;
    color: #00b0ff;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #00b0ff;
}

.dropdown-menu-month {
    left: 0vw;
}

.icon-dash {
    height: 30px;
}

.card-img {
    height: 100px;
    width: 120px;
    background-color: white;
    color: white;
    border-radius: 0;
}

.card-product {
    height: 100px;
    width: 120px;
    background-color: #2987e4;
    color: white;
    border-radius: 0;
}

.card-product-add {
    height: 100px;
    width: 120px;
    background-color: #efb51c;
    color: white;
    border-radius: 0;
}

.card-category-add {
    height: 100px;
    width: 120px;
    background-color: blue;
    color: white;
    border-radius: 0;
}


.p-product {
    padding-top: 35px;
}

.p-product-add {
    padding-top: 15px;
    font-size: 13px;
}

.img-produk {
    height: 100px;
    width: 120px;
}

.product-i {
    font-size: 35px;
    padding-left: 43;
    padding-top: 20;
}

.header-product-p {
    font-size: 18px;
}

.header-product-span {
    float: right;
    font-size: 14px;
    color: darkgray;
    position: relative;
    top: 8px;
}

.header-transaction {
    color: #00b0ff;
    position: relative;
    top: 10px;
    font-size: 30px;
}

.header-transaction-report {
    float: left;
    margin-right: 5px;
}

.header-transaction span {
    font-size: 22px !important;
}

.btn-transaction-filter {
    color: #00b0ff;
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 95px;
    margin-left: 50px;
    border-color: #00b0ff;
}

.btn-transaction-download {
    color: white;
    background-color: #00b0ff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 118px;
    margin-left: 10px;
    border-color: #00b0ff;
}

.card-transaction {
    height: 100px;
    width: auto;
    /*background-color: #214f90;*/
    /* background-image: url('../images/bg_kecil.png'); */
    background-size: 100% 100%;
    color: white;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;
}

.card-transaction-all-merchant {
    height: 100px;
    width: auto;
    /*background-color: #214f90;*/
    /* background-image: url('../images/bg_kecil.png'); */
    background-size: 100% 100%;
    color: white;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;
}

.card-transaction-user {
    height: 93px;
    background-image: url(../images/bg_kecil.png);
    background-size: 100% 100%;
    color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}

.p-transaction-all {
    font-weight: bold;
    padding-top: 18px;
    font-size: 11px;
    ;
    color: #337ab7;
    margin-bottom: 0px;
    text-align: center;
}

.p-transaction-num-all {
    font-weight: bold;
    font-size: 20px;
    color: #337ab7;
    text-align: center;
}

.p-transaction {
    font-weight: bold;
    padding-top: 18px;
    font-size: 11px;
    ;
    color: white;
    margin-bottom: 0px;
    text-align: center;
}

.p-transaction-num {
    font-weight: bold;
    font-size: 20px;
    color: white;
    text-align: center;
}

.p-transaction-merchant {
    font-weight: bold;
    padding-top: 42px;
    font-size: 18px;
    ;
    color: #337ab7;
    margin-bottom: 0px;
    text-align: center;
}

.p-transaction-merchant-num {
    font-weight: bold;
    font-size: 20px;
    color: #337ab7;
    text-align: center;
}

.p-endUser-num {
    font-size: 17px;
    color: #337ab7;
    font-weight: bold;
    margin-top: 12px;
}


.btn-plus {
    color: white;
    background-color: #ED8D00;
    position: relative;
    /* top: 17px; */
    border-color: #ED8D00;
    left: 10px;
    /*border-radius: 50px !important;*/
}

.btn-plus-promo {
    float: right;
    color: #ED8D00;
    background-color: white;
    border-color: #ED8D00;
    position: relative;
    top: 16px;
    z-index: 9999;
    /*border-radius: 50px !important;*/
}

.btn-plus-download {
    float: right;
    color: #1d62f0;
    background-color: white;
    border-color: #1d62f0;
    position: relative;
    top: 16px;
    z-index: 9999;
    /*border-radius: 50px !important;*/
}

.btn-plus-faq {
    float: right;
    color: #ED8D00;
    background-color: white;
    border-color: #ED8D00;
    position: relative;
    top: 16px;
    /*border-radius: 50px !important;*/
}

.btn-inquiry-1 {
    border-radius: 5px !important;
    text-decoration: none !important;
    /* padding-top: 10px !important; */
    max-height: 40px !important;
}

.btn-inquiry-1[disabled] {
    background-color: #1d62f0 !important;
    border-color: #1d62f0;
    color: white;
}

.btn-inquiry-2 {
    border-radius: 5px !important;
    text-decoration: none !important;
    /* padding-top: 10px !important; */
    max-height: 40px !important;
}

.btn-inquiry-2[disabled] {
    background-color: #1d62f0 !important;
    border-color: #1d62f0;
    color: white;
}

.btn-edit-inquiry-1 {
    max-height: 40px !important;
}

.btn-edit-inquiry-2 {
    max-height: 40px !important;
}

.btn-edit-inquiry-1[disabled] {
    background-color: #1d62f0 !important;
    border-color: #1d62f0;
    color: white;
}

.btn-edit-inquiry-2[disabled] {
    background-color: #1d62f0 !important;
    border-color: #1d62f0;
    color: white;
}

.btn-persen-potongan {
    border-radius: 5px !important;
    text-decoration: none !important;
    /* padding-top: 10px !important; */
    max-height: 40px !important;
    font-size: 2rem !important;
}

.btn-persen-potongan[disabled] {
    background-color: #1d62f0 !important;
    border-color: #1d62f0;
    color: white;
}

.custom-btn-rounded {
    border-radius: 7px;
}

.card-transaction-total {
    height: 79px;
    width: 172px;
    /* background-color: #214f90; */
    background-image: url(../images/bg_kecil.png);
    background-size: 100% 100%;
    color: white;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 0px;
    float: right;
}

.p-transaction-total {
    font-weight: bold;
    padding-top: 10px;
    font-size: 13px;
    color: #337ab7;
    margin-bottom: 0px;
    text-align: center;
}

.p-transaction-num-total {
    font-weight: bold;
    font-size: 16px;
    color: #337ab7;

}

.btn-add-user-merchant {
    right: 16px;
}


.th-promo {
    width: 10%;

}

.img-promo {
    height: 30%;
}

.table-custom {
    margin-top: 30px;
}

.table-promo>tbody>tr>th {
    border-top-style: none !important;
}

.p-promo-judul {
    line-height: 0;
    font-weight: bold;
}

.p-promo-date {
    font-size: 15px;
}

.span-promo {
    color: #00b0ff;
}

.row-promo {
    margin-top: 10px;
    margin-bottom: 15px;
}

.row-promo>.col-lg-6>img {
    width: 88px;
    border-radius: 50%;
}

.row-promo>.col-lg-6>p {
    position: relative;
    font-size: 12px;
    top: 15px;
    font-weight: bold;
    line-height: 1;
}

.btn-filter {
    color: white;
    background-color: #00b0ff;
    border-color: #00b0ff;
    position: relative;
    top: 20px;
    /*border-radius: 50px !important;*/
    width: 150px !important;
}

.btn-filter.focus,
.btn-filter:focus,
.btn-filter:hover,
.btn-filter.focus,
.btn-filter:focus,
.btn-filter:hover,
.open>.dropdown-toggle.btn-filter.focus,
.open>.dropdown-toggle.btn-filter:focus,
.open>.dropdown-toggle.btn-filter:hover {
    color: white !important;
    background-color: #00b0ff !important;
    border-color: #00b0ff !important;
}


.btn-filter.active.focus,
.btn-filter.active:focus,
.btn-filter.active:hover,
.btn-filter:active.focus,
.btn-filter:active:focus,
.btn-filter:active:hover,
.open>.dropdown-toggle.btn-filter.focus,
.open>.dropdown-toggle.btn-filter:focus,
.open>.dropdown-toggle.btn-filter:hover {
    color: white !important;
    background-color: #00b0ff !important;
    border-color: #00b0ff !important;
}

.btn-download {
    color: white;
    background-color: #00b0ff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #00b0ff;
    position: relative;
    top: 20px;
}

.p-user-text {
    font-weight: bold;
    font-size: 15px;
    color: #337ab7;
}

.btn-header-top {
    color: white;
    background-color: #0914fb;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-color: #0914fb;
}

.support-image {
    width: 25vh;
}

.support-tittle {
    font-size: 40px;
    font-weight: bold;
}


.support-header {
    font-size: 22px;
}

.support-name {
    font-weight: bold;
    color: #827f7f;
}

.table-support>tbody>tr>td {
    border-style: none;
}

.td-icon {
    width: 6%;
    text-align: center;
}

.support-icon {
    width: 7vh;
}

.support-address {
    font-size: 15px !important;
    font-weight: bold;
    color: #827f7f;
}

.support-phone {
    font-size: 25px !important;
    font-weight: bold;
}

.support-email {
    font-size: 15px !important;
    font-weight: bold;
    color: #827f7f;
}

.add-image-container {
    height: 300px;
    border: 1px solid #9c9595;
    border-radius: 5px;
    width: 100%;
}

.vl {
    border-left: 3px solid darkgray;
    height: 623px;
    position: absolute;
    top: 118px;
    left: 733px;
}

.v2 {
    border-left: 3px solid darkgray;
    height: 623px;
    position: absolute;
    top: 118px;
    left: 630px;
}

.custom-thumbnail {
    padding: 0px;
    height: 170px;
}

.custom-thumbnail>a {
    height: 250px;
    width: auto;
    max-width: 100%;
    overflow: hidden;
    display: block;
}

.custom-thumbnail>img {
    height: 350px !important;
    width: 100%;
    /* max-width: none !important; */
    object-fit: cover;
}

.custom-thumbnail>.caption {
    height: 169px;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 28px;
    background: linear-gradient(to bottom, #00000000, #0000008f);
    color: white;
    width: 100%;
    left: 0;
}

.caption-text {
    margin-top: 20px;
    overflow: hidden;
    display: block;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.caption-text-a>a {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
}

.caption-text-a>a>i {
    margin-right: 50px;
}


.thumbnail.relative {
    position: relative;
}

.inactive .detail-rkb {
    display: none;
}

.thumbnail.active,
.thumbnail.inactive {
    position: relative;
}

.img-thumbnail {
    width: 120px;
    height: 120px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 60px;
    position: relative;
    top: 15;
    object-fit: cover;
}

.header-setting {
    font-size: 20px;
}

.img-setting {
    height: 100px;
    width: 120px;
    background-color: white;
    color: white;
    border-radius: 0;
}

.setting-b {
    line-height: 0;
    color: #0058ff;
    font-size: 20px;
}

.setting-p {
    font-size: 12px;
    line-height: 2;
}

.setting-description {
    font-size: 20px;
}

.hr-setting {
    border-top: 1px solid black;
}

.setting-btn-edit {
    color: white;
    background-color: #ffa200;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 80%;
    margin-left: 50px;
    border-color: #ffa200;
}

.header-setting-right {
    font-size: 20px;
}

.header-setting-right2 {
    font-size: 20px;
    float: right;
    color: #0058ff;
}

.table-setting>tbody>tr>th {
    border-top-style: none !important;
    border-bottom: 1px solid #ddd;
    height: 61px;
    padding-bottom: 0;
}

.setting-btn-logout {
    color: white;
    background-color: #f50505;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 60%;
    margin-left: 50px;
    border-color: #f50505;
    position: relative;
    top: 133px;
}

.table-promo-mid {
    margin-top: 20px;
}

.table-promo-mid>tbody>tr>th {
    border-top-style: none;
}

.card-dashboard {
    background-image: url('../images/bg_kecil.png');
    background-size: 100% 100%;
    height: 100px;
    width: 100%;
    color: white;
}

.table-income {
    border-radius: 10px;
    background-color: #125EFA;
    /* background-color: #1064A5; */
}

.table-income>tbody>tr>td {
    margin-bottom: 0px;
    border-style: none;
}

.income-label {
    font-weight: bold;
    font-size: 18px !important;
    color: white;
}

.income-value {
    color: white;
    font-weight: bold;
    font-size: 18px !important;
    float: right;
}

.p-amount {
    font-size: 24px;
    /* padding-top: 20px; */
}

.p-pemasukan-dash {
    padding-top: 16px;
}

.col-dash-right {
    border-left: 1px solid darkgray;
}

.test-trans {
    color: black !important;
    font-size: 16px !important;
}

.date-trans {
    color: #00b0ff !important;
}

.logo-empty {
    height: 40px;
    position: relative;
    top: 50%;
    /* left: 10px; */
}

.text-empty {
    position: relative;
    top: 10px;
    /* left: 10px; */
    font-weight: bold;
    font-size: 15px;
}

.close {
    font-weight: bold !important;
    font-size: 35px !important;
    ;
}


/* MODAL DETAIL MERCHANT */
#colButtonFrezee {
    text-align: right;
}

#btnFreezeMerchant {
    padding: 5px !important;
}

#setPointMerchant {
    margin-bottom: 14px;
}

#setPromoMerchant {
    margin-bottom: 14px;
}

#setReviewUlangMerchant {
    margin-bottom: 14px;
}

.modal-header-merchant {
    border: none;
    color: #3472F7;
    font-size: 28px;
    padding-bottom: 0px;
    font-weight: bold;
}

.modal-detail-merchant {
    width: 60%;
}

.col-mid-merchant-detail {
    margin-top: 8px;
}

.img-detail-merchant {
    width: 100%;
    position: relative;
    height: 15%;
    /* left: 35px; */
}

.text-modal-merchant-name {
    font-size: 20px;
    line-height: 1;
}

.text-modal-merchant-date {
    font-size: 13px;
    line-height: 1;
    margin-left: -15px;
}

.number-modal-merchant-date {
    font-size: 12px;
    line-height: 1;
    color: #00b0ff;
    float: right;
}

.text-modal-merchant-status-left {
    color: grey;
    font-size: 15px;
    margin-left: -13px;
    margin-top: 36px;
}

.text-modal-merchant-status-right {
    color: #00b0ff;
    font-size: 13px;
    font-size: 15px;
    margin-top: 36px;
}

.btn-modal-merchant-freeze {
    background-color: grey;
    color: white;
    position: relative;
    bottom: 10px;
}

.text-modal-merchant-location-left {
    color: grey;
    font-size: 17px;
    margin-left: -15px;
}

.text-modal-merchant-location-right {
    color: black;
    font-size: 15px;
    margin-left: -15px;
}

.btn-emoney {
    width: 200px !important;
}

.btn-emoney-href {
    width: 200px !important;
    padding: 5px;
    border-radius: 7px;
}

.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #31b0d5;
}

.btn-info:hover {
    color: #fff;
    background-color: #46b8da;
    border-color: #46b8da;
}

.modal {
    padding-left: 0px;
}

.card-merchant-modal {
    height: 143px;
    width: auto;
    background-image: url('../images/bg_kotak_kecil.png');
    background-size: cover;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.col-card-detail-merchant {
    margin-top: 10px;
}

.modal-tambah-promo-label {
    padding: 10px;
    background: #23527c;
    color: #fff;
    border-radius: 8px;
    /* position: relative; */
    /* top: 148px; */
    z-index: 999;
    cursor: pointer;
    /* left: 23px; */
    color: white !important;
}

.img-promo {
    width: 100%;
    border: 1px solid;
    height: 200px;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    object-fit: cover;
}

.label-promo {
    color: white !important;
}

/*  */

/* MODAL DETAIL END USER */
#modalDetailEndUser {
    overflow-y: auto;
}

.modal-body-end-user {
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    background-color: #2465f7;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.modal-content-end-user {
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
}

.row-left {
    display: flex;
}

.modal-end-user-col-left {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 20px;
}

.modal-end-user-image {
    /*height: 23%;*/
    width: 200px;
    border-radius: 50%;
    height: 200px;
    object-fit: cover;
}

.modal-end-user-username {
    font-size: 30px;
    color: #676161;
    margin-bottom: 0;
}

.modal-end-user-status {
    margin-bottom: 0;
}

.modal-end-user-date {
    font-size: 17px;
    color: #43438a;
}

.table-detail-end-user {
    margin-bottom: 0px;
}

.btn-add-level {
    right: 90px;
}

.table-detail-end-user>tbody>tr>th {
    border-top-style: none;
    color: #a9a8a8;
}

.table-detail-end-user>tbody>tr>td {
    border-top-style: none;
    color: #498ed0;
}

.icon-detail-end-user {
    width: 30px;
    position: relative;
    bottom: 2px;
}

.modal-end-user-col-right {
    padding-top: 20px;
    padding-bottom: 30px;
}

.modal-card-end-user {
    margin-bottom: 11px;
    background-color: transparent;
    border-bottom: 2px solid black;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.title-card-end-user {
    font-size: 27px;
    color: white;
}

.value-card-end-user {
    font-size: 27px;
    color: white;
}

.btn-reset {
    width: 100% !important;
}

.div-btn-reset {
    padding-left: 15px;
    padding-right: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* */

/* MODAL REPORTING END USER */
.modal-reporting-end-user {
    background-image: url('../images/bg_detailreport.png');
    background-size: cover;
    border-radius: 20px;
}

.p-reporting-end-user {
    color: #3472F7;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 17px;
}

.p-reporting-end-user-small {
    font-size: 13px !important;
}

.p-reporting-end-user-big {
    font-size: 22px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hr-end-user {
    border-color: #3472F7;
    position: relative;
    border-top-width: 5px;
    top: 11px;
}

.hr-right {
    left: -23px;
    width: 27vw;
}

.hr-left {
    width: 36px;
}

.col-grey {
    background-color: #e4e2e2;
}

.date-report {
    text-align: right;
}

.header-reporting-end-user {
    border: none;
    color: black;
    font-size: 21px;
    padding-bottom: 0px;
    font-weight: bold;
}

.card-end-user-reporting {
    border-radius: 12px;
}

.col-detail-report-merchant {
    margin-top: 10px;
}

.table-kasir {
    float: right;
    width: 175px;
}

.table-kasir>tbody>tr>td {
    color: #3472F7;
    font-weight: bold;
    border-color: #3472F7;
    text-align: center;
}

/* */

/* MODAL DETAIL USER */
#modalDetailUserBtn {
    overflow-y: auto;
}

.modal-body-user-btn {
    padding-top: 0px !important;
    padding-right: 15px !important;
    padding-bottom: 0px !important;
    padding-left: 15px !important;
    background-color: #2465f7;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.modal-content-user-btn {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.row-left {
    display: flex;
}

.modal-user-btn-col-left {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 20px;
}

.modal-user-btn-image {
    height: 23%;
}

.modal-user-btn-username {
    font-size: 30px;
    color: #676161;
    margin-bottom: 0;
}

.modal-user-btn-status {
    margin-bottom: 0;
}

.modal-user-btn-date {
    font-size: 17px;
    color: #43438a;
}

.table-detail-user-btn {
    margin-bottom: 0px;
}

.table-detail-user-btn>tbody>tr>th {
    border-top-style: none;
    color: #a9a8a8;
}

.table-detail-user-btn>tbody>tr>td {
    border-top-style: none;
    color: #498ed0;
}

.icon-detail-user-btn {
    width: 30px;
    position: relative;
    bottom: 2px;
}

.modal-user-btn-col-right {
    padding-top: 20px;
}

.modal-card-user-btn {
    margin-bottom: 11px;
    background-color: transparent;
    border-bottom: 2px solid black;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.title-card-user-btn {
    font-size: 24px;
    color: white;
}

.value-card-user-btn {
    font-size: 18px;
    color: white;
}

/* */

/* MODAL DETAIL PRODUK */
.modal-dialog-detail-produk {
    width: 400px;
}

.close-modal-produk {
    z-index: 9999;
    right: 13px;
    position: relative;
    opacity: 10;
    font-weight: 900 !important;
    top: 5px;
}

.modal-body-detail-produk {
    padding: 0px !important;
}

.modal-content-detail-produk {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.modal-produk-image {
    width: 100%;
    position: relative;
    bottom: 45px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 230px;
}

.modal-produk-label {
    padding: 10px;
    background: #23527c;
    /* display: table; */
    color: #fff;
    border-radius: 20px;
    position: relative;
    top: 170px;
    z-index: 999;
    cursor: pointer;
    left: 25px;
}

.modal-produk-file {
    display: none !important;
}

.form-check-input {
    width: 6% !important;
}

.form-edit-produk {
    margin-bottom: 0px !important;
}

/*.form-edit-produk .form-group {
    position: relative;
    bottom: 35px;
    padding-left: 15;
    padding-right: 15;
}*/

/*.form-edit-produk .form-inline {
    margin-bottom: 25px;
    position: relative;
    bottom: 35px;
}*/

.form-edit-produk input {
    /*border-top: none;
    border-right: none;
    border-left: none;*/
    border-color: black;
    border-radius: 0px;
    text-align: center;
    /*width: 80%;*/
}

.input-price {
    width: 68% !important;
}

.form-edit-produk input::placeholder {
    color: black;
    text-align: center;
}

.form-edit-produk textarea {
    border: 1.5px solid;
    /*width: 80%;*/
    height: 100px;
}

.form-edit-produk label {
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 5px; */
    /* margin-right: 5px; */
    font-weight: 700;
    /* margin-left: -8px; */
    /*position: relative;*/
    /*left: 25px;*/
}

.form-edit-produk button {
    border-radius: 10px !important;
    border: 1px solid !important;
    background-color: #1064A5 !important;
    color: white !important;
}

.modal-produk-col-left {
    background-color: white;
    padding-left: 0;
    padding-right: 0;
    border-radius: 20px;
}

.modal-produk-col-right {
    background-color: #1796d2;
    position: relative;
    top: 15vh;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-card-produk {
    margin-bottom: 11px;
    background-color: transparent;
    border-bottom: 2px solid black;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: center;
    box-shadow: none;
}

.title-card-produk {
    font-size: 24px;
    color: white;
    padding-top: 25px;
}

.value-card-produk {
    font-size: 33px;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}

.form-button {
    margin-bottom: 0px !important;
}

.form-check-label {
    left: 0px !important;
}

/* */

/* MODAL TAMBAH PRODUK */
.modal-dialog-tambah-produk {
    width: 400px;
}

.modal-content-tambah-produk {
    border-radius: 20px;
}

.modal-tambah-produk-label {
    padding: 10px;
    background: #23527c;
    color: #fff;
    border-radius: 20px;
    position: relative;
    top: 148px;
    z-index: 999;
    cursor: pointer;
    left: 23px;
}

.modal-tambah-produk-image {
    width: 100%;
    position: relative;
    bottom: 61px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 230px;
}

.modal-refund-label {
    padding: 10px;
    background: #23527c;
    color: #fff;
    border-radius: 20px;
    position: relative;
    top: 148px;
    z-index: 999;
    cursor: pointer;
    /* left: 23px; */
}

.modal-tambah-refund {
    width: 80%;
    position: relative;
    bottom: 46px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 200px;
}

.modal-detail-refund {
    width: 80%;
    position: relative;
    top: 3px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 200px;
}

.col-12-produk {
    position: relative;
    bottom: 34px;
}

.form-tambah-produk .form-inline {
    margin-bottom: 25px;
    position: relative;
    bottom: 35px;
}

.form-tambah-produk input {
    /*border-top: none;*/
    /*border-right: none;*/
    /*border-left: none;*/
    border-color: black;
    border-radius: 0px;
    text-align: center;
}

.select2 {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: black;
    border-radius: 0px;
    /* text-align: center;  */

}

.input-price-tambah {
    width: 68% !important;
}

.form-tambah-produk input::placeholder {
    color: grey;
    text-align: center;
}

.form-tambah-produk textarea {
    border: 1px solid;
    /*width: 80%;*/
    height: 100px;
}

.form-tambah-produk button {
    border-radius: 10px !important;
    border: 1px solid !important;
    background-color: #1064A5 !important;
    color: white !important;
}

.form-produk-tipe input {
    /* border-top: none; */
    /* border-right: none; */
    /* border-left: none; */
    /* border-bottom-color: black; */
    border-color: black;
    border-radius: 0px;
    text-align: center;
    /* width: 80%; */
}

.form-produk-tipe input::placeholder {
    text-align: center;
    color: grey;
}

.btn-modal-tipe {
    background-color: #3472F7;
    color: white;
}

/* */

/* MODAL CREATE USER BTN */
.modal-header-add-user {
    border: none;
    color: #3472F7;
    font-size: 28px;
    padding-bottom: 0px;
    font-weight: bold;
    /* padding-left: 41px; */
}

.modal-content-add-user {
    background-image: url('../images/bg.png');
    background-size: cover;
    border-radius: 20px;
}

.form-add-user input {
    border-top: none;
    border-right: none;
    border-left: none;
    color: #c3c1c1;
    border-bottom-color: #c3c1c1;
    border-radius: 0px;
}

.form-add-user select {
    border-top: none;
    border-right: none;
    border-left: none;
    color: #c3c1c1;
    border-bottom-color: #c3c1c1;
    border-radius: 0px;
}

.form-add-user label {
    color: #c3c1c1;
    font-weight: bold;
}

.form-add-user button {
    background-color: #3472F7;
    color: white;
    border-radius: 10px;
}

.form-add-user span {
    color: #c3c1c1;
    width: 100% !important;
}

/*.select2-container--bootstrap .select2-selection--single {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #c3c1c1;
    color: #c3c1c1;
    border-radius: 0px;
    text-align: center;
    margin-top: 6px;
}*/

/* */

/* MODAL KYC */

.modal-header-kyc {
    border: none;
    color: #3472F7;
    font-size: 28px;
    padding-bottom: 0px;
    font-weight: bold;
    /* padding-left: 38px; */
    padding-top: 36px;
}

.modal-content-kyc {
    background-image: url('../images/kyc/bg_kyc.png');
    background-size: 100% 100%;
    border-radius: 20px;
}

/*#merchantNIKApp{
    width: 83%;
}*/

.col-nik {
    padding-left: 0px;
}

.p-kyc-format {
    font-size: 15px;
    text-align: justify;
    font-weight: 700;
    color: darkgray;
    line-height: 1.2;
    margin-bottom: 0px;
    padding-left: 15px;
}

.form-kyc input {
    border-top: none;
    border-right: none;
    border-left: none;
    /* color: #1271ed; */
    border-bottom-color: #c3c1c1;
    border-radius: 0px;
}

.form-kyc input::placeholder {
    /* color: grey; */
    /*text-align: center;*/
}

.form-kyc select {
    border-top: none;
    border-right: none;
    border-left: none;
    color: #c3c1c1;
    border-bottom-color: #c3c1c1;
    border-radius: 0px;
}

.form-kyc label {
    color: black;
    font-weight: bold;
}

.form-kyc button {
    color: white;
    border-radius: 10px;
}

.form-kyc span {
    color: #c3c1c1;
    width: 100% !important;
}

.form-kyc input:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #c3c0c0;
    border-radius: 0px;
    /*text-align: center; */
}

.form-set-promo {
    margin-top: 10px;
}

.form-set-promo input {
    border-top: none;
    border-right: none;
    border-left: none;
    color: #1271ed;
    border-bottom-color: #c3c1c1;
    border-radius: 0px;
}

.form-set-promo input::placeholder {
    color: #c3c1c1;
    /*text-align: center;*/
}

.form-set-promo select {
    border-top: none;
    border-right: none;
    border-left: none;
    color: #c3c1c1;
    border-bottom-color: #c3c1c1;
    border-radius: 0px;
}

.form-set-promo label {
    color: black;
    font-weight: bold;
    margin-top: 5px;
}

.form-set-promo button {
    color: white;
    border-radius: 10px;
}

.form-set-promo span {
    color: #c3c1c1;
    width: 100% !important;
}

.form-set-promo input:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #c3c0c0;
    border-radius: 0px;
    /*text-align: center; */
}

.form-set-promo textarea {
    color: #1271ed;
    border-color: #c3c1c1;
    border-radius: 0px;
}

.datepicker-container {
    z-index: 999999 !important;
}

.form-set-promo textarea::placeholder {
    color: #c3c1c1;
    /*text-align: center;*/
}

.passive {
    display: none;
}

.img-step {
    width: 37%;
    padding-top: 15px;
    filter: grayscale(100%) opacity(30%);
}

.img-step.active {
    filter: grayscale(0%) opacity(100%);
}

.btn-next {
    background-color: #3472F7;
}

.btn-next a {
    text-decoration: none;
    color: white;
}

.btn-prev {
    background-color: rgb(121, 121, 121);
}

.kyc-disable[disabled] {
    background-color: #c3c0c0;
    /* color: #1271ed; */
    cursor: default;

}

/* */

/* MODAL USER MERCHANT */

.modal-header-user-merchant {
    border: none;
    color: black;
    font-size: 28px;
    padding-bottom: 0px;
    font-weight: bold;
    padding-left: 41px;
}

.modal-content-user-merchant {
    background-image: url('../images/bg.png');
    background-size: 100% 100%;
    border-radius: 20px;
}

.label-user-merchant {
    color: #2a97c9;
    font-size: 16px !important;
}

.table-modal-user-merchant {
    margin-top: 15px;
}

.table-modal-user-merchant>tbody>tr>td {
    border-top-style: none;
}

.form-modal-user-merchant>p {
    color: #2a97c9;
}

.btn-modal-user-merchant {
    bottom: 10px;
    background-color: #3472F7;
    color: white;
    position: relative;
}

.btn-modal-user-merchant:hover {
    background-color: #3472F7;
    color: white;
}

.form-modal-user-merchant .form-inline {
    margin-bottom: 25px;
}

.form-modal-user-merchant input::placeholder {
    color: grey;
}

.form-modal-user-merchant input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #c3c0c0;
    border-radius: 0px;
}

.form-modal-user-merchant input:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #c3c0c0;
    border-radius: 0px;
}

.modal-user-merchant-image {
    width: 287px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 50%;
    height: 287px;
    object-fit: cover;
    left: 10px;
}

.modal-user-merchant-image-detail {
    width: 287px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-radius: 50%;
    height: 287px;
    object-fit: cover;
    left: 10px;
}

.modal-user-merchant-label {
    padding: 10px;
    background: #23527c;
    color: #fff;
    border-radius: 20px;
    position: relative;
    top: 82px;
    z-index: 999;
    cursor: pointer;
    left: 214px;
}

.modal-user-merchant-file {
    display: none !important;
}

.input-user-disable {
    pointer-events: none;
    background-color: #c3c0c0;
    color: black;
}

.input-user[disabled] {
    background-color: #c3c0c0;
    color: black;
    cursor: default;
}

/* */

/*MODAL SETTING */
.a-setting {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.a-setting:hover,
.a-setting:focus {
    color: black !important;
    text-decoration: underline;
}

.modal-header-setting {
    border: none;
    color: initial;
    font-size: 28px;
    padding-bottom: 0px;
    font-weight: bold;
}

.modal-content-setting {
    background-image: url(../images/bg.png);
    /* background-size: 100% 100%; */
    background-size: cover;
    border-radius: 20px !important;
}

.modal-setting-image {
    width: 100%;
    position: relative;
    /* bottom: 45px; */
    top: 10px;
    height: 40%;
}

.modal-setting-label {
    padding: 10px;
    background: #23527c;
    /* display: table; */
    color: #fff;
    border-radius: 20px;
    position: relative;
    bottom: 37px;
    /* top: 200px; */
    z-index: 999;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.modal-setting-file {
    display: none !important;
}


.btn-modal-setting {
    background-color: #3472F7;
    color: white;
    margin-top: 10px;
}

/* */

.label-withdraw {
    color: #2a97c9;
    font-size: 16px !important;
}

.table-withdraw {
    margin-bottom: 15px;
}

.table-withdraw>tbody>tr>td {
    border: none;
}

.form-withdraw>p {
    color: #2a97c9;
}

.form-withdraw>button {
    background-color: #3472F7;
    color: white;
    float: right;
}

.form-withdraw>button:hover {
    background-color: #3472F7;
    color: white;
}

.form-withdraw input::placeholder {
    color: grey;
    text-align: center;
}

.form-withdraw input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #c3c0c0;
    border-radius: 0px;
    text-align: center;
}

.form-withdraw input:focus {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: #c3c0c0;
    border-radius: 0px;
    text-align: center;
}

.input-disable[disabled] {
    background-color: #c3c0c0;
    color: black;
    cursor: default;
    border-radius: 20px;
}

.label-pass {
    width: 41%;
}

.value-withdraw {
    background-color: #c3c0c0;
    text-align: center;
}

.lastWithdrawText {
    font-size: 14px;
    color: #2a97c9;
    float: right;
}

.seeMoreText {
    font-size: 14px;
    color: #2a97c9;
}

.card-withdraw {
    height: 120px;
    /*background-color: #214f90;*/
    background-image: url('../images/bg_kecil.png');
    background-size: 100% 100%;
    color: white;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}

.p-withdraw {
    padding-left: 20px;
    color: #214f90;
    ;
    padding-top: 12px;
    margin-bottom: 0px;
    line-height: 1;
}

.p-withdraw-num {
    color: #214f90;
    ;
    padding-left: 20px;
    font-size: 40px;
    margin-bottom: 0;
}

.p-withdraw-date {
    font-size: 13px;
    color: white;
    padding-left: 20px;
    padding-top: 10px;
}

.btn-filter-withdraw {
    right: 100px;
}

.dropdown-menu-filter-withdraw {
    left: 308px;
    top: 50px;
}

.modal-withdraw {
    background-image: url('../images/bg.png');
    background-size: cover;
    border-radius: 20px;
}

.text-withdraw {
    padding-left: 5px;
}

.modal-header-withdraw {
    border: none;
    color: #3472F7;
    font-size: 30px;
    padding-bottom: 0px;
    font-weight: bold;
    /* padding-left: 17px; */
    padding-top: 19px;
    text-align: center;
}

.value-modal-withdraw {
    width: 376px;
    font-weight: 500;
}

/* MODAL PROMO */

.btn-reject-promo {
    background-color: #FF4A55;
    color: white;
    border-color: #FF4A55;
}

.btn-approve-promo {
    background-color: #87CB16;
    color: white;
    border-color: #87CB16;
    margin-left: 5px;
}

#approve {
    margin-bottom: 10px;
}

#btnPromoMerchant {
    margin-bottom: 35px;
}

#btnRevokeMember {
    margin-bottom: 10px;
}

#btnPointMerchant {
    margin-bottom: 10px;
}

.table-global-promo>tbody>tr>th {
    width: 41%;
}

.table-global-promo>tbody>tr>td {
    text-align: justify;
}

.form-add-promo input:placeholder {
    text-align: center;
}

.form-add-promo input {
    text-align: center;
}

/* */

.table>thead>tr>th {
    color: #337ab7;
    font-weight: bold;
    /* width: auto !important; */
}

.table>tbody>tr>td {
    font-size: 14px;
    padding: 8px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #c9cacb;
}

.filter-form input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: black !important;
    border-radius: 0px;
    text-align: center;
    /*width: 80%;*/
    position: relative;
    bottom: 30px;
}

.filter-form input::placeholder {
    color: black;
    text-align: center;
}

.filter-form img {
    position: relative;
    right: 61px;
    top: 5px;
    height: 30px;
    z-index: 99;
}

.filter-form>.form-group {
    margin-bottom: 0 !important;
}

.filter-form-dash input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: black !important;
    border-radius: 0px;
    text-align: center;
    width: 85%;
    position: relative;
    bottom: 30px;
}

.filter-form-dash input::placeholder {
    color: black;
    text-align: center;
}

.filter-form-dash img {
    position: relative;
    right: 54px;
    top: 5px;
    height: 30px;
    z-index: 99;
}

.filter-form-dash>.form-group {
    margin-bottom: 0 !important;
}

.modal.fade .modal-dialog {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.modal.fade.in .modal-dialog {
    opacity: 1;
    transform: scale(1);
}

.dataTables_empty {
    background-color: white;
}

/* LEVEL */
.modal-level .modal-header {
    border: none;
    color: #3472F7;
    font-size: 28px;
    padding-bottom: 0px;
    font-weight: bold;
    padding-left: 41px;
}

.modal-level .modal-content {
    background-image: url('../images/bg.png');
    background-size: cover;
    border-radius: 20px;
}

.modal-level.mdl-residence .modal-content {
    background-image: none;
}

.modal-level .modal-footer {
    border-top: none;
}

.modal-level .checkbox {
    text-align: left;
    margin-bottom: 10px;
    margin: 0;
}

.modal-level h4.title {
    font-size: 17px;
    margin-top: 15px;
    line-height: 0px;
    color: #3b70b5;
}

.modal-level input {
    border-top: none;
    border-right: none;
    border-left: none;
    color: #707070;
    border-bottom-color: #c3c1c1;
    border-radius: 0px;
    text-align: center;
    font-size: 23px;
}

.modal-level button.btn-primary {
    background-color: #3472F7;
    color: white;
    border-radius: 10px;
}

/* END LEVEL */
.form-inline-va {
    float: right;
}

.form-input-va input {
    /* border-top: none; */
    /* border-right: none; */
    /* border-left: none; */
    border-color: black;
    border-radius: 0px;
    text-align: center;
    width: 280px !important;
    margin-top: 15px;
}

.form-input-va input::placeholder {
    color: grey;
    text-align: center;
}

.form-input-va button {
    border: 1px solid !important;
    background-color: #1064A5 !important;
    color: white !important;
    height: 44px !important;
    margin-top: 14px;
}

.form-updgrade input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: black;
    border-radius: 0px;
    text-align: center;
}

.form-updgrade span {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 4px !important;
}

.form-kelurahan {
    margin-left: 15px;
}

.form-updgrade input::placeholder {
    color: grey;
    text-align: center;
}

.form-updgrade button {
    border: 1px solid !important;
    background-color: #1064A5 !important;
    color: white !important;
    height: 36px !important;
    margin-top: 14px;
    margin-bottom: 30px;
    float: right;
}

.form-12 {
    margin-left: 51px !important;
    width: 95%;
    text-align: left !important;
}

.text-error-upgrade {
    text-align: center;
}

.text-error-select {
    text-align: center;
}

.label-status {
    font-size: 18px;
}

.deactive {
    background-color: #F1636A;
}

/* INPUT FILE */
.file-input {
    display: inline-block;
    text-align: left;
    /* background: #fff; */
    padding: 0px 16px;
    width: 100%;
    position: relative;
    border-radius: 3px;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}

.file-input>[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file-input>.button {
    cursor: pointer;
    background: #1064a5;
    color: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    margin-right: 8px;
}

.file-input:hover>.button {
    background: dodgerblue;
    color: white;
}

.file-input>.label {
    color: #333;
    white-space: initial;
    opacity: .5;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 10px;
    padding-left: 0px;
}

.file-input.-chosen>.label {
    opacity: 1;
}

.overflow-hidden {
    overflow: auto;
    /* word-wrap: break-word */
}

.img-kyc {
    width: 260px;
    height: 185px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 6px;
    object-fit: unset;

    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.img-kyc:hover {
    opacity: 0.7;
}

.img-survey {
    width: 260px;
    height: 185px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 6px;
    object-fit: unset;

    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.img-survey:hover {
    opacity: 0.7;
}

.none {
    display: none;
}

.modal {
    overflow-y: auto;
}

.img-grafik {
    height: 100%;
    position: relative;
    top: 50%;
}

.p-grafik {
    position: relative;
    color: #00b0ff;
    top: 10px;
    /* left: 10px; */
    font-weight: bold;
    font-size: 2em;
}

.rupiah {
    float: right;
}

.harga {
    width: 10%;
}

.center {
    text-align: center;
}

.square {
    float: left;
    width: 20px;
    height: 7px;
    margin-right: 5px;
    margin-top: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.noLevel {
    width: 30px !important;
}

.required-email {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin-top: 30px;
}

.required-field {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

.required-field-upgrade {
    color: red;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: -19px;
}

.required-simbol {
    color: red;
    font-size: 10px;
    font-weight: bold;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: none !important;

}

.select2-container--bootstrap .select2-selection--single {
    /*border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;*/
    border-color: black !important;
}

.text-error {
    /* position: relative; */
    bottom: 60px;
    /*font-style: italic;*/
    color: red;
}

.text-error-edit-produk {
    position: relative;
    /* bottom: 38px; */
    font-style: italic;
    color: red;
}

.text-error-setting {
    position: relative;
    bottom: 34px;
    font-style: italic;
    color: red;
}

.text-error-user {
    position: relative;
    right: 13px;
    font-style: italic;
    color: red;
}

label.error {
    color: red;
}

p.error {
    color: red;
}

.form-edit-user .form-control {
    background-color: #FFFFFF;
    color: #000000;
    /* cursor: not-allowed; */
}

.status-slider {
    font-size: 15px;
}

.statusSlider {
    margin-bottom: 15px;
}

.col-slider {
    position: relative;
    bottom: 59px;
}

.p-slider-format {
    font-size: 13px;
    text-align: justify;
    font-weight: 700;
    color: grey;
    line-height: 1.2;
}

.note-insert {
    display: none;
}

label.control-label.label_filter {
    color: black;
    margin-left: 0px;
}

button.btn.btn-danger.btn_clear_report_settlement.generate {
    margin-right: 5px;
}

button.btn.btn-danger.btn_clear_summary_settlement.generate {
    margin-right: 5px;
}

button.btn.btn-danger.btn_clear.generate {
    margin-right: 5px;
}
button.btn.btn-danger.btn_clear_report_transaksi.generate {
    margin-right: 5px;
}

p#MerchantReportInvoice {
    overflow-wrap: break-word !important;
}

.dataTables_sizing {
    height: 0;
    overflow: hidden;
}

.icon-filter {
    width: 19px;
    /* margin-right: 10px; */
    position: relative;
    bottom: 1px;
    right: 8px;
}

.icon-info {
    float: left;
    position: relative;
    cursor: pointer;
    width: 26px;
    top: 18px;
    z-index: 99999999;
    margin-left: 5px;
}

.detail-image-promo {
    width: 300px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: default !important;
}

.datepicker[disabled],
.datepicker[readonly],
fieldset[disabled] .datepicker {
    cursor: pointer !important;
    background-color: white !important;
    color: #565656 !important;
}

.datepickerMonth[disabled],
.datepickerMonth[readonly],
fieldset[disabled] .datepickerMonth {
    cursor: pointer !important;
    background-color: white !important;
    color: #565656 !important;
}

.fromDateSetPromo[disabled],
.fromDateSetPromo[readonly],
fieldset[disabled] .fromDateSetPromo {
    cursor: pointer !important;
    background-color: white !important;
    color: #1271ed !important;
}

.toDateSetPromo[disabled],
.toDateSetPromo[readonly],
fieldset[disabled] .toDateSetPromo {
    cursor: pointer !important;
    background-color: white !important;
    color: #1271ed !important;
}

.birthday[disabled],
.birthday[readonly],
fieldset[disabled] .birthday {
    cursor: pointer !important;
    background-color: white !important;
    color: #565656 !important;
}

#provinsi {
    border-color: black !important;
    border-radius: 4px !important;
    text-align: center !important;
    height: 34px !important;
}

#kota {
    border-color: black !important;
    border-radius: 4px !important;
    text-align: center !important;
    height: 34px !important;
}

#kelurahan {
    border-color: black !important;
    border-radius: 4px !important;
    text-align: center !important;
    height: 34px !important;
}

#kecamatan {
    border-color: black !important;
    border-radius: 4px !important;
    text-align: center !important;
    height: 34px !important;
}

#kodePos {
    border-radius: 4px !important;
    text-align: center !important;
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border-color: black !important;
    border-radius: 4px !important;
    /* text-align: center !important;  */
    height: 34px !important;
}

.select2-selection__placeholder {
    color: #555555;
}

.rekening-field {
    text-align: center;
    color: red;
    font-size: 13px;
    font-weight: 700;
}

/* ----CR Smart Residence ---- */

.navbar-sr {
    border-bottom: none !important;
    background-color: #F9FBFD;
}

body {
    background-color: #F9FBFD;
}

.navbar-col-4-white {
    background-color: #F9FBFD;
    height: 7px;
}

.img-navbar-right {
    border-radius: 50%;
    height: 40px;
    margin-left: 10;
    position: relative;
    bottom: 4px;
    width: 40px;
    object-fit: cover;
}

.card-cover-sr {
    background: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
    border-bottom: #07387C 5px solid;
    padding: 20px 20px;
    margin-top: 15px;
}

.display-inline {
    display: inline;
}

.title-card-sr {
    line-height: 50px;
}

.header-card {
    padding: 10px 20px;
}

.bnt-btn-blue {
    color: white !important;
    background-color: #07387C !important;
    border-color: #07387C !important;
}

.bnt-btn-green {
    color: white !important;
    background-color: #3bce3d !important;
    border-color: #3bce3d !important;
}

.bnt-btn-orange {
    color: white !important;
    background-color: #f19814 !important;
    border-color: #f19814 !important;
}

.bnt-btn-red {
    color: white !important;
    background-color: #EE2D20 !important;
    border-color: #EE2D20 !important;
}

.btn-card {
    float: right;
}

.btn-back {
    color: black !important;
    background-color: white !important;
    border-color: #EBEDF1 !important;
}

.btn-kembali {
    padding: 2px 10px;
    border-radius: 7px;
    height: 32px;
}

.img-fluid {
    width: 100% !important;
    height: auto;
}

.mb-0 {
    margin-bottom: 0px;
}

.mr-2 {
    margin-right: .5rem;
}

.mr-3 {
    margin-right: 1rem;
}

.mt-07 {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

.mt-5 {
    margin-top: 2rem;
}

.px-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.title-page {
    margin: 10px 0px;
}

.header-add {
    border-bottom: 0.65px solid #D0D0D0;
    height: 50px;
}

.type-add {
    width: 120px;
    float: right;
    height: -webkit-fill-available;
    text-align: center;
    color: black;
}

.type-add:hover {
    color: grey !important;
}

.type-add.active {
    border-bottom: #07387C 4px solid;
}



.form-add-member-sr {
    margin-top: 20px;
}

.form-add-member-sr.active {
    display: none;
}

.content-add-rs {
    padding: 20px 15px;
}

.btn-back-formadd {
    margin: 0px 20px !important;
    height: 32px !important;
    padding: 2px 10px !important;
}

.span-text-subsidebar {
    padding-left: 40px;
    text-transform: none;
    color: #BDBDBD !important;
}

.span-text-subsidebar.active {
    padding-left: 40px;
    text-transform: none;
    color: black !important;
}

.card-preview {
    width: 100%;
    border-radius: 15px;
    background-color: #FAFAFA;

}

.img-preview {
    width: 100%;
    overflow: hidden;
    /*hide bounds of image */
    margin: 0;
    /*reset margin of figure tag*/
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.img-preview img {
    display: block;
    /*remove inline-block spaces*/
    width: 100%;
    /*make image streatch*/
    margin: -10% 0;

}

.logo-preview {
    width: 100%;
    border-radius: 50%;
    /* position: absolute; */

}

.logo-preview img {
    display: block;
    /*remove inline-block spaces*/
    width: 100px;
    height: 100px;
    border-radius: 75px;
    margin-top: -30%;
}

.des-preview {
    padding: 10px;
}

.detail-preview {
    font-size: 10px;
    text-align: justify;
    margin: 20px 5px;
}

.modal-sr .modal-header p {
    color: #3F4046;
    font-size: 16px;
    line-height: 35px;
}

.btn-def-new {
    border: 1px solid #3F4046;
    color: black;
}

.table-custom-sr thead>tr>th {
    color: #4F4F4F !important;
    text-align: center;
    text-transform: none;
}

.table-custom-sr.align-left thead>tr>th {
    text-align: left;
}

.table-custom-sr.align-left thead>tr>td {
    padding: 0px 8px;
}

.table-text-left thead>tr>th {
    text-align: left !important;
}

.table-custom-sr .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(51, 51, 51, 0.05);
}

.btn-dttb {
    width: 25px !important;
    height: 25px !important;
    padding: 0px !important;
    text-align: center !important;
    color: #4F4F4F;
    background: none;
    border: none;
}

.btn-dttb a {
    color: #4F4F4F;
}

.btn-dttb a:hover {
    color: #707070;
}

.modal-body-new {
    padding: 10px 0px;
}

.form-delete-new {
    padding: 0px 20px;
}

.no-padd {
    padding: 0px !important;
}

#style-7::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb {
    background-color: #BDBDBD;
}

.card .footer {
    padding: 5px 5px 15px 15px;
}

.card .header {
    border-radius: 4px 4px 0px 0px;
}

.no-padding-right {
    padding-right: 0px;
}

.dark-blue {
    background: #121f33;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    height: 658px;
}

.btn-profile {
    padding: 6px 4px;
    border-radius: 50%;
    background: rgba(189, 189, 189, 0.6);
    color: white;
}

.btn-profile:visited {
    color: white;
}

.btn-profile:hover {
    color: white;
}

.btn-profile-header {
    position: absolute;
    top: 50;
    right: 20;
}

.btn-profile-profil {
    position: absolute;
    top: 20;
    right: 50;
}

.btn-profile-des {
    position: absolute;
    right: 20;
}

.button-wrapper {
    position: relative;
    width: 250px;
    text-align: center;
    margin: 5% auto;
}

.button-wrapper span.label {
    position: relative;
    height: 100px;
    line-height: 80px;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: #F2F2F2;
    cursor: pointer;
    color: #828282;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 12px;
}

.upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.form-control {
    border: 1px solid #BDBDBD !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #BDBDBD !important;
}

.dot {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    background-color: #EEE;
    height: 10px;
    width: 10px;
    margin: 0 2px;
}

.dot.dot-success {
    background-color: #449D44;
}

.dot.dot-warning {
    background-color: #F0AD4E;
}

.dot.dot-danger {
    background-color: #D9534F;
}

.content-detail label {
    color: #BDBDBD;
    font-size: 12px;
}

.content-detail .row {
    margin: 2rem 0rem;
}

.content-detail .green {
    color: #219653;
    font-size: 18px;
}

.content-detail .grey {
    background-color: #828282;
    font-size: 18px;
}

.text-left {
    text-align: left !important;
}

.marge0 {
    margin: 0px !important;
}

.chats {
    /* background: #121f33; */
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;

    /* display: flex; */
    flex-flow: column wrap;
}

.bubble>p {
    margin: 0px !important;
}

.bubble .name {
    font-size: 10px;
}


.discussion {
    max-width: 90%;
    /* margin: 0 auto; */
    display: flex;
    flex-flow: column wrap;
}

.discussion>.bubble {
    border-radius: 1em;
    padding: 0.25em 0.75em;
    margin: 0.0625em;
    max-width: 50%;
}

.discussion>.bubble.sender {
    align-self: flex-start;
    background-color: cornflowerblue;
    color: #fff;
    overflow-wrap: break-word;
}

.discussion>.bubble.recipient {
    align-self: flex-end;
    background-color: #efefef;
    overflow-wrap: break-word;
}

.discussion>.bubble.sender.first {
    border-bottom-left-radius: 0.1em;
}

.discussion>.bubble.sender.last {
    border-top-left-radius: 0.1em;
}

.discussion>.bubble.sender.middle {
    border-bottom-left-radius: 0.1em;
    border-top-left-radius: 0.1em;
}

.discussion>.bubble.recipient.first {
    border-bottom-right-radius: 0.1em;
}

.discussion>.bubble.recipient.last {
    border-top-right-radius: 0.1em;
}

.discussion>.bubble.recipient.middle {
    border-bottom-right-radius: 0.1em;
    border-top-right-radius: 0.1em;
}

.sender>.tgl-chat {
    font-size: 10px;
    color: white;
    float: left;
}

.sender>.name {
    text-align: left
}

.recipient>.name {
    float: right;
}

.recipient>.tgl-chat {
    font-size: 10px;
    color: cornflowerblue;
    float: right;
}

.chat_input textarea {
    width: 100%;
    resize: vertical;
}

.btn-send {
    width: 50px !important;
    height: 50px !important;
    /* padding: 6px 0px; */
    border-radius: 50% !important;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-send>img {
    margin-left: -11px;
}

.pointer {
    cursor: pointer;
}

.with-filter {
    padding: 10px 5px 0px 5px !important;
}

.with-filter .title-card-sr {
    line-height: unset;
}

.filter-sr {
    padding: 0px 20px;
    margin-bottom: 20px;
}

.filter-sr .btn-filter {
    position: initial;
    background-color: #333333;
    border-color: #333333;
    width: auto !important;
}

.filter-sr .open>.btn-primary.dropdown-toggle {
    position: initial;
    background-color: #333333 !important;
    border-color: #333333 !important;
    width: auto !important;
}

.filter-sr .btn-filter:hover {
    position: initial;
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.filter-sr .open>.dropdown-toggle.btn-filter {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.filter-sr .open>.dropdown-toggle.btn-filter:focus {
    background-color: #333333 !important;
    border-color: #333333 !important;
}

.filter-sr .dropdown-menu-filter-withdraw {
    left: 0px;
    top: 35px;
}

.filter-sr .filter-form input {
    border-bottom-color: none !important;
}

.font-12 {
    font-size: 12px !important;
}

.dt-buttons {
    display: inline;
}

.inquiry-member {
    margin-top: 25px;
}

.tagihan-sparator {
    border: 2px solid lightgray !important;
    margin: 20px 0px;
}

.label-sr {
    width: 90% !important;
    margin: 0% auto;
    padding: .4em 0em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.img-modal {
    margin: 36px 0px;
}

.witdhVA {
    color: red;
}

.btn-filter-sr {
    color: white;
    background-color: #00b0ff;
    border-color: #00b0ff;
    /* position: relative; */
    top: 20px;
    /*border-radius: 50px !important;*/
    width: 150px !important;
}

.header-card-filter-sr {
    padding: 10px 10px;
}

.header-card-filter-sr .title-card-sr {
    line-height: 20px;
}

.dropdown-menu-sr {
    left: 0px;
    top: 32px;
}

.bottom-add-sr {
    margin-top: 15px;
}

.table-with-margin-top {
    margin-top: 15px;
}

.filter-tittel-sr {
    margin-top: 30px;
}

.text-grey {
    color: #BDBDBD;
}

.select2-sr .select2-container--bootstrap .select2-selection--single {
    border-color: #BDBDBD !important;
    /* box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1) !important; */
}

.extended-padding {
    padding: 15px;
}

.badge-status {
    color: white;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 10px;
}

.green {
    background-color: #219653;
}

.red {
    background-color: #D9534F;
}

.orange {
    background-color: #f0ad4e;
}

.select2-selection--single {
    height: 40px !important;
    line-height: 27px !important;
}

td.details-control {
    background: url('../images/close.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/open.png') no-repeat center center;
}

.note-reject {
    margin-bottom: 10px;
    resize: none !important;
    height: 200px !important;
    /* max-height: 200px !important; */
}

.desc-area {
    margin-bottom: 10px;
    resize: none !important;
    min-height: 200px !important;
    /* max-height: 200px !important; */
}

.desc-setting {
    resize: none !important;
    height: 200px !important;
}

.header-add-pengelola {
    margin: 30px 0px;
    border-bottom: 0.65px solid #D0D0D0;
}

.unit-list-member {
    margin-bottom: 3px;
}

.table-noborder {
    border: none !important;
}

.state-tagihan {
    padding: 7px;
    width: 150px;
    /* text-align: center; */
}

.state-tagihan b {
    color: white;
}

.uploadBulk {
    cursor: pointer;
}

#statusNew .green {
    background-color: #219653;
    font-size: 18px;
    margin-top: 3px;
}

#statusNew .red {
    background-color: #D9534F;
    font-size: 18px;
    margin-top: 3px;
}

#statusNew .orange {
    background-color: #f0ad4e;
    font-size: 18px;
    margin-top: 3px;
}

.btn-close-pengaduan {
    margin-top: 3px;
}

.img-pengaduan {
    max-width: 400px;
}

.card-cover-sr hr {
    margin-top: 2;
    margin-bottom: 0;
    border-top-width: 1px
}

.card-cover-sr.ref-left {
    margin-left: 2rem;
}

.divKiri {
    margin-top: 15px;
}

.add-more-fee {
    margin-top: 15px;
}

.delete-more-fee {
    margin-bottom: 15px;
}

.scroll-on {
    overflow-y: scroll !important;
}

.btn-back-login {
    width: 63%;
    margin-top: 20px;
    height: 32px;
    line-height: 13px;
}

.download-btn {
    margin: 0px 10px !important;
}

.acquirer-detail-text {
    margin-top: 1%;
    font-size: 20px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-7 {
    margin-top: 7px;
}

.c-white {
    /* color: white !important; */
    margin-top: 25px;
}

.btn-more-acquirer {
    float: right;
    margin-right: 15px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-detail-merch-req .modal-content {
    background-image: url('../images/bg.png');
    background-size: cover;
    border-radius: 20px;
}



.req-step.active {
    color: #3B70B5;
}

.mark-active {
    width: 30%;
    border: 2px solid white;
}

.mark-active.active {
    border: 2px solid #3B70B5;
}

.img-review-merchant-user {
    width: 65%;
    position: relative;
    height: auto;
    margin-bottom: 5%;
    object-fit: cover;
    /* left: 35px; */
}

.img-review-merchant {
    width: 30%;
    position: relative;
    height: auto;
    margin-top: 3%;
    margin-bottom: 8%;
    object-fit: cover;
    /* left: 35px; */
}

.label-review-merchant {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #BDBDBD;
}

.review-merchant {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #4F4F4F;
}

.review-merchant-status {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #F15922;
}

.view-overflow {
    height: 500px;
    overflow: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}

.item-tab-req {
    display: none;
}

.item-tab-req.active {
    display: block;
}

.text-center {
    text-align: center;
}

.btn-review {
    display: none;
}

.label-purple {
    background-color: darkorchid;
}

.label-primary {
    background-color: #337ab7 !important;
}

.label-warning {
    background-color: #f0ad4e !important;
}

.label-success {
    background-color: #5cb85c !important;
}

.label-info {
    background-color: #5bc0de !important;
}

.label-danger {
    background-color: #d9534f !important;
}

.label-nonaktif {
    background-color: #2b2e2c !important;
}

/* .btn-more-acquirer{
    display: none;
} */
.report-title-merchant {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #4F4F4F;
}

.label-report-merchant {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #BDBDBD;
}

.report-merchant {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #4F4F4F;
    letter-spacing: 0.2px;
}

.report-merchant-green {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #5cb85c;
    letter-spacing: 0.2px;
}

.report-merchant-yellow {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #f0ad4e;
    letter-spacing: 0.2px;
}

.report-merchant-blue {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #5bc0de;
    letter-spacing: 0.2px;
}

.report-merchant-red {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: red;
    letter-spacing: 0.2px;
}

.card-inside-report {
    margin: 3% 0;
}

.card-inside-report p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #828282;
}

.card-grey-report {
    background-color: #F2F2F2;
    padding: 2.5% 5%;
}

.card-darkgrey-report {
    background-color: #E0E0E0;
    padding: 1.5% 5%;
    /* padding-top: 2%; */
}

.card-darkgrey-report h4 {
    margin: 0;
    color: #4F4F4F;
    font-weight: bold;
}

.card-text-right {
    text-align: right;
}

.text-red {
    color: #EB5757 !important;
}

.modal-report-content {
    padding: 0 10%;
    padding-bottom: 3%;
}

.modal-report-merchant {
    width: 60%;
}

.modal-report-merchant .modal-content {
    background-image: url('../images/bg.png');
    background-size: cover;
    border-radius: 20px;
}

.note-report-merchant {
    color: #BDBDBD;
}

.float-right {
    text-align: right;
}

.modal-detail-merchant-act {
    width: 35%;
}

.modal-content-padding {
    padding: 2%;
}

.m-button-cancel {
    margin-top: 2%;
}

.m-button-action {
    margin-top: 2%;
    margin-left: 2%;
}


#merchantNPWPImageReq,
#merchantMercImageReq,
#merchantKTPImageReq,
#merchantPICImageReq {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#merchantNPWPImageReq:hover,
#merchantMercImageReq:hover,
#merchantKTPImageReq:hover,
#merchantPICImageReq:hover {
    opacity: 0.7;
}

.modalImagePreview {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-image-preview {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.modal-image-preview {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


.close-btn-img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-btn-img:hover,
.close-btn-img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.tableConfGiro tbody tr th,
.tableConfGiro tbody tr td {
    border: none !important;
}

.menu-checkbox {
    bottom: 13px;
}

.mx-2 {
    margin-right: 2rem;
    margin-left: 2rem;
}

.file-size-residence {
    margin-bottom: 1rem;
    /* max-height: 275px; */
    position: relative;
    padding: 1rem;
}

.file-size-residence .image-preview-slider {
    width: 100%;
    height: auto;
    max-height: 275px;
    object-fit: contain;
}

.file-size-residence .tambah-preview-slider {
    padding: 10px;
    background: #23527c;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    left: 0;
    right: 0;
    bottom: 5rem;
    margin: 0 auto;
    text-align: center;
    max-width: 16rem;
}

.file-size-residence .text-error {
    position: unset !important;
    margin-top: 1rem;
}

/* Style CR */
.text-left {
    text-align: left !important;
}

#formTambahSlider .select2-search__field {
    text-align: left !important;
}

.icon-launcher {
    margin-bottom: 10px;
}

.uploadManual {
    cursor: pointer;
}

.use-block {
    margin-top: 10px;
}

.text-upload-icon {
    font-size: 13px;
    margin: 0;
}

.btn-slider {
    width: 100% !important;
    height: 32px !important;
}

#tableSlider thead>tr>th {
    max-width: 343px;
}

/* End Style CR */

.w-fill {
    width: -webkit-fill-available !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.qr-referal-wrapper {
    position: relative;
}

.qr-referal-wrapper.not img {
    opacity: 0.2;
}

.qr-referal-wrapper.not p {
    position: absolute;
    margin: 0px auto;
    top: 48%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    background: #f1f1f1;
    width: fit-content;
    padding: 0px 15px;
    border-radius: 8px;
}

.qr-referal-wrapper img {
    width: 100%;
    height: auto;
}

.alert-disimiss-light {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-disimiss-light button.close {
    top: 30px;
    background-color: transparent;
}

.alert-disimiss-light.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-disimiss-light.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.modal-dialog.mod-xl {
    width: auto;
}

.mod-custom {
    border-radius: 34px;
}

.mod-custom .modal-body {
    padding: 38px;
}

.mod-custom .modal-body .mod-header {
    font-size: 28px;
}

.form-control.w-fill {
    height: 30px;
}

.card-summary .content-after {
    font-size: 28px;
    color: black;
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
}

#tablelistActionApproval td .details-control {
    width: 20px;
    height: 20px;
    background: url('../images/table-right.svg') no-repeat center center;
    cursor: pointer;
}

#tablelistActionApproval tr.shown td .details-control {
    width: 20px;
    height: 20px;
    background: url('../images/table-down.svg') no-repeat center center;
}

#tablelistActionReject td .details-control {
    width: 20px;
    height: 20px;
    background: url('../images/table-right.svg') no-repeat center center;
    cursor: pointer;
}

#tablelistActionReject tr.shown td .details-control {
    width: 20px;
    height: 20px;
    background: url('../images/table-down.svg') no-repeat center center;
}

.table-no-top-border tr td {
    border-top: 0px !important;
    padding: 8px 0px !important;
}

.with-eye {
    position: relative;
}

.with-eye button {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 0;
}

.sub-permission-res {
    margin-left: 10px;
}

.row-mod {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width: 992px) {

    .mod-lg,
    .mod-xl {
        max-width: 800px
    }
}

@media only screen and (min-width: 1200px) {
    .mod-xl {
        max-width: 1140px;
    }
}

.button-kirim-merchant {
    display: none;
}

.button-kirim-merchant.active {
    display: inline;
}

.dropdown-menu-filter-report-static-qr {
    left: 242px;
    top: 52px;
}

.hidden {
    display: none;
}

#btnPrev2,
#btnPrev3 {
    margin-right: 5px;
}


.btn-detail-merchant {
    min-width: 140px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-view-detail-merchant {
    min-width: 140px;
    margin-left: 10px;
}

.label-detail-merchant {
    margin-left: 35px;
    font-size: 15px;
    position: relative;
    bottom: 1px;
}

.label-detail-merchant-space {
    margin-left: 75px;
}

.hr-detail-merchant {
    margin-top: 37px;
    margin-bottom: 0;
    border-top-width: 5px;
}

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 45px;
    height: 20px;
    /* margin: 4px; */
    /* transform: translateY(50%); */
    position: relative;
}

.slider-status {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    box-shadow: 0 0 0 2px #F63F4A, 0 0 6px #F63F4A;
    cursor: pointer;
    border: 4px solid transparent;
    overflow: hidden;
    transition: 0.2s;
}

.slider-status:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #F63F4A;
    border-radius: 30px;
    transform: translateX(6px);
    transition: 0.2s;
}

input:checked+.slider-status:before {
    transform: translateX(-42px);
    background-color: #005199;
}

input:checked+.slider-status {
    box-shadow: 0 0 0 2px #005199, 0 0 6px #005199;
}

.qr-switch-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -10px;
}

/* Switch */
.qr-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.qr-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Background slider */
.qr-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    border-radius: 34px;
    transition: 0.3s;
}

/* Bulatannya */
.qr-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

/* ON */
.qr-switch input:checked + .qr-slider {
    background-color: #2b6edb; /* biru */
}

.qr-switch input:checked + .qr-slider:before {
    transform: translateX(21px);
}

/* Label text */
.qr-switch-label {
    font-size: 14px;
    color: #333;
    user-select: none;
}

.captcha {
    margin-top: 24px;
}

.captcha img {
    width: 150px;
    height: 40px;
}

.btn-reload {
    width: 32px;
    height: 32px;
    left: 848px;
    top: 451px;
    background: #FF0025;
    border-radius: 40px;
    margin-left: 15px;
    padding-top: 0px;
}

.icon-reload {
    width: 15px !important;
    height: 15px !important;
    margin-top: 0px !important;
}

.form-otp {
    width: 100%;
    padding-right: 10px
}

.form-otp input {
    border: none;
    width: 9ch;
    background:
        repeating-linear-gradient(90deg,
            #2D507A 0,
            #2D507A 1ch,
            transparent 0,
            transparent 1.5ch) 0 100%/100% 2px no-repeat;
    color: #2D507A;
    font: 5ch consolas, monospace;
    letter-spacing: .45ch;
    margin-bottom: 40px;
}

.form-otp input:focus {
    outline: none;
    color: #2D507A;
}

.form-otp input::placeholder {
    color: #848688;
    text-align: center;
}

.img-forget {
    width: 145px;
}

.td-input-survey {
    min-width: 750px;
}

.radio-survey {
    width: 155px !important;
    /* margin-right: -36px !important; */
}

.td-revisi {
    max-width: 140px;
}

.img-pdf {
    width: 160px !important;
    height: 160px !important;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 6px;
}

.text-reject {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.captcha {
    font: italic bold 16px "Comic Sans MS", cursive, sans-serif;
    color: #a0a0a0 !important;
    /* background-color: #c0c0c0; */
    background-image: url(../images/bg_2.png);
    background-size: 100% 100%;
    width: 253px !important;
    border-radius: 5px;
    text-align: center;
    text-decoration: line-through;
    height: 78px;
    font-size: 50px;
    display: inline-block;
}

#canvasCaptcha {
    margin-top: 4px;
    /* margin-left: 37px; */
    /* height: 272px; */
    /* width: 530px; */
    position: absolute;
    top: 43px;
    left: 283px;
}

.d-none {
    display: none !important;
}

.d-show {
    display: inline !important;
}

.reload-btn {
    width: 75px;
    height: 100%;
    font-size: 25px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #4db2ec;
    border-radius: 5px;
    transition: all 0.3s ease;
    position: relative;
    bottom: 35px;
    left: 24px;
}

.reload-btn:hover {
    background: #2fa5e9;
}

.reload-btn i {
    transition: transform 0.3s ease;
}

.reload-btn:hover i {
    transform: rotate(15deg);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888888 !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #888888 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #c3c0c0 !important;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #c3c0c0 !important;
    border: 1px solid #bdbdbd !important;
}

.form_input {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-color: black;
    border-radius: 0px;
    text-align: center;
    padding-left: 8px;
    padding-right: 22px !important;
    text-align: left !important;
    width: 80px !important;
    font-size: 12px !important;
}

.dateTrans {
    width: 80px !important;
    font-size: 10px !important;
}

.dateTimeTrans {
    width: 80px !important;
    font-size: 10px !important;
}

.form-group {
    position: relative;
}

.btn_filter {
    display: contents
}

.i-filter-line {
    background: url(../images/icon/filter-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.icons {
    position: absolute;
    top: 9px;
    left: 56px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.icons_date {
    position: absolute;
    top: 9px;
    left: 55px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.select2-container--bootstrap .select2-selection--single {
    border-color: #BDBDBD !important;
}

.flatpickr-time .flatpickr-am-pm {
    display: none;
}

.jam_transaksi {
    background-color: white !important;
    color: black !important;
}

.custom-separator {
    height: 5px;
    width: 100%;
    background-color: #F2F2F2;
}

.header-btn.header-gap {
    gap: 10px;
}

.lokasiMap {
    height: 300px;
}
#lokasiMap {
    height: 300px;
}

.label-custom-request {
    background-color: #F0AD4E;
}

.label-custom-in-progress {
    background-color: #5BC0DE;
}

.label-custom-completed {
    background-color: #9932CC;
}

.label-custom-sent {
    background-color: #5CB85C;
}

.label-custom-failed {
    background-color: red;
}

.label-custom-expired {
    background-color: black;
}

.public-key-dropdown {
    width: 300px !important;
}

.row-container-reporting {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 768px) {
    .float-lg-right {
        text-align: right !important;
    }
}

.fw-bold {
    font-weight: bold !important
}

.fw-bolder {
    font-weight: bolder !important
}

.fw-normal {
    font-weight: 500 !important
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.w-100 {
    width: 100% !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

img.icon-eye {
    height: 40px;
    position: absolute;
    right: 1.5rem;
    top: 2.5rem;
    cursor: pointer;
}

.text-wrap {
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.d-none-ops {
    display: none
}

@media (min-width: 768px) {
    .d-md-none {
        display: none;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline;
    }
}

.w-50 {
    width: 50% !important;
}

.z-top {
    z-index: 9999999999;
}

.fa-disabled {
    color:#9e9e9e !important;
}

#buttonDownloadQrStatic:hover,
#buttonDownloadQrStatic:active,
#buttonDownloadQrStatic:focus {
    color: #707070 !important;
}
.sidebar .logo {
    background-color: white;
}

.sidebar .logo .simple-text {
    text-transform: none;
    padding: 5px 0px;
    display: block;
    font-size: 22px;
    color: #504646;
    text-align: center;
    font-weight: 400;
    line-height: 30px;
}

.navbar .navbar-brand {
    font-size: 30px;
    margin-top: 20px;
    color: blue;
}

.navbar-right {
    margin-top: 15px;
}
.content-custom{
	background-color: white;
}
.container-fluid {
    height: 80;
}

body{
    background-color: white;
}
.main-panel{
    width: calc(100% - 260px);
    height: auto;
    overflow-x: hidden;
}

.navbar{
    margin-bottom: 0;
}

.sidebar{
    width: 260px;
    transition: 1s;
    white-space: nowrap; 
    /*z-index: 99999;*/

}
.sidebar .nav{
  margin-top: 0px !important;
}

.sidebar .sidebar-wrapper {
    background-color: white;
    padding-bottom: 0px; 
    width: 260px;
    transition: 1s;
    overflow-x: hidden;       
}

.tooltip{
  position: absolute;
  z-index: 99999999999999999999999999999999999999999999;
  transform: translateX(-50%); 
}

.tooltip .tooltip-inner{
  /* background-color: rgb(0, 0, 0); */
  background: rgb(187, 252, 189);
  color: black;
  position: relative;
  z-index: 99999999999999999999999999999999999999999999;
}

.sidebar .nav .sidebar_logo{
  height: 120px;
  /* margin-bottom: 2rem; */
  position: relative;
}

.sidebar .nav .sidebar_logo .img-logo-sidebar{
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index:-1;
}

/*.sidebar .nav i {
    font-size: 45px;
    float: right;
    line-height: 20px;
    width: 30px;
    text-align: center;
    color: #00b0ff;
    position: relative;
    bottom: 36px;
    left: 22px;
}*/

.sidebar .nav p {
    margin: 0;
    line-height: 50px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    /* margin-left: 13px; */
    padding-left: 13px;
}

.sidebar .nav p.active {
    background-color: #efefef;
    border-right: #1064A5 5px solid;
}

.icon-sidebar{
    height: 25px;
}

.span-text-sidebar{
  padding-left: 14px;
}

.sidebar .nav li > a {
    margin: 0px;
}

.tab-custom{
    border-radius: 10px !important;
    border: 1px solid !important;
    /*background-color: #1064A5 !important;*/
    color: white !important;
    cursor: pointer;
}

.tab-custom-report{
    border-radius: 10px !important;
    border: 1px solid !important;
    background-color: #1064A5 !important;
    color: white !important;
}

.nav-tabs{
    border-bottom: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    background-color: white !important;
    /*color: #555 !important;*/
}

.nav-report>li.active>a, .nav-report>li.active>a:focus, .nav-report>li.active>a:hover{
    background-color: white !important;
    color: #555 !important;
}

.navbar-col-12{
  z-index: 1; background: linear-gradient(to right, white, #1064A5);
}

.navbar-col-4-white{
  background-color: white;
  height: 7px;
}

.navbar-col-4-yellow{
  background-color: #FF0000;
  /* background-color: yellow;  */
  height: 7px;
}

.navbar-col-4-blue{
  background-color: #125EFA; 
  /* background-color: #1064A5;  */
  height: 7px;
}

.nav-tabs>li.active{
  pointer-events: none;
}

/*LOADING OVERLAY*/
#loading-overlay{
  display: none;
}

#loading-overlay.active{
  display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #00000096;
    padding-top: 20%;
}


.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #1D62F0;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

#divMon {
    margin: 20px 0 0 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/* ----CR Smart Residence ---- */

.navbar-sr {
  border-bottom: none !important;
  background-color: #f1f5fa;
}

body{
  background-color: #f1f5fa;
}
.navbar-col-4-white{
  background-color: #f1f5fa;
  height: 7px;
}

.img-navbar-right {
  border-radius: 50%;
  height: 40px;
  margin-left: 10;
  position: relative;
  bottom: 4px;
  width: 40px;
  object-fit: cover;
}

.card-cover-sr{
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
  border-bottom: #07387C 5px solid;
  padding: 20px 20px;
}
.min-title{
  margin-left: 14px;
}
.display-inline{
  display: inline;
}
.title-card-sr{
  line-height: 50px;
}
.header-card{
  padding: 10px 20px;
}
.bnt-btn-blue{
  color: white !important;
  background-color: #07387C !important;
  border-color: #07387C !important;
}
.btn-card{
  float: right;
}
.btn-back{
  color: black !important;
  background-color: white !important;
  border-color: #EBEDF1 !important;
}
.title-page{
  margin: 10px 0px;
}
.header-add{
  border-bottom:  0.65px solid #D0D0D0;
  height: 50px;
}
.type-add{
  width: 120px;
  float: right;
  height: -webkit-fill-available;
  text-align: center;
  color: black;
}
.type-add:hover{
  color: grey !important;
}
.type-add.active{
  border-bottom: #07387C 4px solid;
}



.form-add-member-sr{
  margin-top: 20px;
}
.form-add-member-sr.active{
  display: none;
}
.content-add-rs{
  padding: 20px 15px;
}
.btn-back-formadd{
  margin: 0px 20px !important;
  height: 32px !important;
  padding: 2px 10px !important;
}
.span-text-subsidebar{
  padding-left: 40px;
  text-transform: none;
  color: #BDBDBD !important;
}
.span-text-subsidebar.active{
  padding-left: 40px;
  text-transform: none;
  color: black !important;
}
.card-preview{
  width: 100%;
  border-radius: 15px;
  background-color: #FAFAFA;
}
.img-preview{
  width: 100%;
  overflow:hidden; /*hide bounds of image */
  margin:0;   /*reset margin of figure tag*/
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.img-preview img{
  display:block; /*remove inline-block spaces*/
  width:100%; /*make image streatch*/
  margin:-10% 0;
  
}
.logo-preview{
  width: 100%;
  border-radius: 50%;
  /* position: absolute; */
  
}
.logo-preview img{
  display:block; /*remove inline-block spaces*/
  width: 100px;
  height: 100px;
  border-radius: 75px;
  margin-top: -30%;
}
.des-preview{
  padding: 10px;
}
.detail-preview{
  font-size: 10px;
  text-align: justify;
  margin: 20px 5px;
}
.modal-sr .modal-header p{
  color: #3F4046;
  font-size: 16px;
  line-height: 35px;
}

.btn-def-new{
  border: 1px solid #3F4046;
  color: black;
}

.table-custom-sr thead > tr > th{
  color: #4F4F4F !important;
  /* text-align: center; */
  text-transform: none;
}

.table-custom-sr .table-striped>tbody>tr:nth-of-type(odd){
  background-color: rgba(51, 51, 51, 0.05);
}

.btn-dttb{
  width: 25px !important;
  height: 25px !important;
  padding: 0px !important;
  text-align: center !important;
  color: #4F4F4F;
  background: none;
  border: none;
}

.btn-dttb a{
  color: #4F4F4F;
}

.btn-dttb a:hover{
  color: #707070;
}

.modal-body-new{
  padding: 10px 0px;
}
.form-delete-new{
  padding: 0px 20px;
}
.no-padd{
  padding: 0px !important;
}

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	background-color: #BDBDBD;
}

.card-summary{
  height: 80px;
  /* max-width: 320px; */
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
  padding: 15px;
}

.card-summary .title{
  font-size: 12px !important;
  color: grey;
  text-align: center;
}

.card-summary .content{
  font-size: 18px !important;
  color: black;
  padding: 0px;
  text-align: center;
}

.card-summary img{
  width: 80%;
}

.card-chart {
  /* height: 80px; */
  /* max-width: 320px; */
  margin: 10px auto;
  border-radius: 8px;
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
  padding: 15px;
}

.card-chart .title{
  font-size: 12px !important;
  color: grey;
  text-align: center;
}

.card-chart .content{
  font-size: 18px !important;
  color: black;
  padding: 0px;
  text-align: center;
}

.card-chart img{
  width: 80%;
}

/* Septian Custom CSS */
.table>tbody>tr>td {
  overflow-wrap: break-word;
}

#tablefaq thead tr th:nth-child(1) {
  width: 5rem !important;
}

#tablefaq thead tr th:nth-child(4) {
  width: 25rem !important;
}

.form-filter-produk {
  margin-top: 10rem;
}

.input_placeholder {
  font-size: 12px;
}

.limit-nominal-list {
  padding-top: 20px;
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

.limit-nominal-list .title {
  color: #00b0ff;
  position: relative;
  font-weight: 600;
  margin-top: 5px;
}

.limit-nominal-list .container-limit {
  display: flex;
  align-items: center;
  gap: 20px;
}

.textarea-disable-resize {
    resize: none;
}

.label-dark{
  background-color:#212529!important;
}

.btn_set_limit_nominal{
  margin-bottom: 10px;
  margin-top: 10px;
}

.snk-register-container {
  width: 100vw;
  height: 100vh;
  padding: 50px 70px !important;
  background-color: #F1F5FA !important;
  overflow-y: auto !important;
}

.snk .title{
  font-size: 32px !important;
  font-weight: 900 !important;
  font-family: "Arial Narrow", sans-serif !important;
}

.snk .version {
  color: #333333;
  font-size: 15px;
  margin-top: -10px !important;
  font-family: "Arial Narrow", sans-serif !important;
}

.snk .description{
  margin-top: 50px;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.kebijakan-privasi{
  margin-top: 50px !important;
}

.kebijakan-privasi .title {
  font-size: 32px !important;
  font-weight: 900 !important;
}

.kebijakan-privasi .description{
  margin-top: 0px;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.kebijakan-privasi .form-privacy-policy {
  margin-top: 50px;
}

.kebijakan-privasi .form-privacy-policy .btn {
  margin-top: 70px !important;
}

.kebijakan-privasi .form-privacy-policy .btn-save {
  padding-left: 60px !important;
  padding-right: 60px !important;
  /* background-color: #5A8BFF !important; */
}

.kebijakan-privasi .form-privacy-policy .btn-disabled {
  padding-left: 60px !important;
  padding-right: 60px !important;
  background-color: #878383 !important;
  border-color: #B3B3B3 !important;
}

.kebijakan-privasi .checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.kebijakan-privasi .checkbox-item input[type="checkbox"] {
  margin-top: 5px;
  flex-shrink: 0;
}

.custom-btn-disabled {
  background-color: #878383 !important;
  border-color: #B3B3B3 !important;
}

/* Black background when checked */
.kebijakan-privasi input[type="checkbox"]:checked {
  background-color: #000 !important;
  border-color: #000 !important;
  accent-color: #000 !important;
}

#modalSettingKP .form-edit-kp {
  margin-top: 20px;
  padding: 0 30px !important;
}

#modalSettingKP .btn-container {
  height: 50px !important;
  padding-bottom: 10px !important;
}

.form-edit-kp-merchant .checkbox-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.form-edit-kp-merchant .checkbox-item input[type="checkbox"] {
  margin-top: 5px;
  flex-shrink: 0;
}

.form-edit-kp-merchant input[type="checkbox"]:checked {
  background-color: #000 !important;
  border-color: #000 !important;
  accent-color: #000 !important;
}


.text-blue-snk {
  color: #125EFA !important;
}

.text-red-snk {
  color: #FF0000 !important;
}

.label-blue-custom {
  background-color: #00C0C7 !important;
}
.label-pink-custom {
  background-color: #C700A9 !important;
}

.label-custom {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  color: white;
}

.label-custom.blue {
  background-color: #4285F4 !important;
}

.label-custom.red {
  background-color: #EA4335 !important;
}
.card .footer {
    padding: 5px 5px 15px 15px;
}

.card .header{
	border-radius: 4px 4px 0px 0px;
}

.no-padding-right{
	padding-right: 0px;
}

.dark-blue{
	background: #121f33;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
    height: 658px;
}

/*	MEDIA CSS	*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 410px) {
/* Styles */
	#canvasCaptcha{
		left: 72px !important;
	}

	#reloadCaptcha{
		left: 1.8vw !important;
	}

	body{
		background-size: auto 100%;
	}

	.pull-right{
		float:none !important;
	}

	.dark-blue{
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
		border-bottom-left-radius: 0px !important;
		height: 250px;
	}

	.g-recaptcha iframe{
		position: relative;
	    left: -6px;
	}

	.setting-btn-logout {
	    margin-left: 0px;
	    top: -9px;
	}

	.caption-text-a>a {
	    font-size: 16px;
	}

	.caption-text-a>a>i {
	    margin-right: 12px;
	}

	.caption-text {
	    margin-top: 10px;
        font-size: 17px;
	}

	.setting-btn-edit {
		margin-left: 0px;
	}	

	.btn-plus {
    	float: none;
	}

	.btn-promo-add{
	    margin-bottom: 0px !important; 
	    top: 10px !important;
    	position: relative;
	}

	.btn-user-report{
		margin-top: 10px;
	}

	.carousel {
	    height: 251px;
	}

	.carousel-inner h3 {
		margin: 2% 0% 0% auto;
		font-size: 25px;
	}

	.col-dash-right{
		border-left: none;
	}

	.icon-username{
		left: -86px;
	}

	.icon-pass{
		left: -86px;
	}

	.icon-eye{
		left: 74px;
	}

	/*.dropdown-menu {
	    left: -16vw;
	}*/

	.dropdown-menu-filter-report{
		left: 0px !important;
	    top: 151px;
	}

	.dropdown-menu-filter-end-user{
		left: 0px !important;
	    top: 106px;
	}

	.dropdown-menu-filter-merchant{
		left: 0vw !important;
		top: 106px;
	}

	.dropdown-menu-filter-rekap {
	    left: 15px;
	    top: 104px;
	}

	.dropdown-menu-filter-saldo{
		left: 15px;
	    top: 104px;	
	}

	.dropdown-menu-filter-promo{
	    left: -2px;
	    top: 0px;
	    z-index: 99999;
	}

	.btn-filter-promo{
		left: 0px;
		top: -32px !important
	}

	.btn-plus-promo{
		top: 5px;
		float: none !important;
		left: 0px !important;
		z-index: 999;
	}

	.col-global{
		margin-top: 15px;
	    padding-left: 0px !important;
	}

	.btn-filter-promo-merchant{
		left: 0px;
		top: 0px !important;
	}


	.dropdown-menu-filter-point{
	    left: -2px;
	    top: 87px;
	}

	.dropdown-menu-filter-promo-merchant {
	    left: -2px;
	    top: 87px;
	}

	.icon-info-promo{
		margin-left: -13px;
	    left: 15px;
	}

	.btn-filter-faq{
	    left: 0px;
	    top: 3px !important;
	}

	.dropdown-menu-filter-faq{
		left: -2px;
	    top: 58px;
	}

	.btn-plus-faq{
		z-index: 99999;
	}

	.dropdown-menu-filter-tac {
	    left: -2px;
	    top: 132px;
	}

	.sidebar .nav {
	    margin-top: 14px;
	}

	.modal-detail-merchant{
	    width: 95%;
	}

	.row-left{
	    display: block;
	}

	.nav-report>li {
	    margin-bottom: 1px;
	}

	/*.btn-filter-report{
	    right: 0px;
	}*/

	.btn-filter-merchant{
	    right: 0px;
	}

	#divStatus{
		margin-bottom: 10px;
	}

	.card-dashboard{
		width: 64%;
	}

	.filter-form img{
	    right: 54px;
	    top: 5px;
	}

	.filter-form input{
		width: 90%;
	}

	.img-logo {
	    left: 15px;
	}

	.modal-user-merchant-image{
	    height: 23%;
	    right: 50px;
	    margin-bottom: 50px;
	}

	.modal-user-merchant-label{
	    top: 76px;
	    left: 95px;
	}

	.modal-produk-col-right{
		top: 0vh;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.modal-dialog-tambah-produk {
	    width: auto;
	}

	.btn-filter-withdraw{
	    right: 0px;
	    top: 0px;
	}

	.dropdown-menu-filter-withdraw{
	    left: 0px !important;
	    top: 106px;
	}

	.form-edit-produk .form-button-save{
		left: 45px;
	}

	.form-edit-produk .form-button-delete{
		right: 45px;
	}

	.img-detail-merchant {
	    left: 35px;
	}

	.dropdown-menu-filter-report-merchant{
		left: 0px;
		top: 107px;
	}

	/* .modal-report-merchant .modal-content{
		width: 352px;
	} */

	#MerchantReportStatus{
		text-align: left !important;
	}

	.report-merchant{
		font-size: 15px !important;
	}

	.card-inside-report p{
		font-size: 13px;
	}

	.card-darkgrey-report h4{
		font-size: 16px;
	}	

	.card-text-right{
		text-align: left !important;
	}

	#btnSendOtp{
		margin-top: 10px;
	}

	.dropdown-menu-filter-report-settlement{
		left: 0px;
		top: 106px;
	}

	.radio-survey{
		width: 130px !important;
	}

	.text-required{
		width: 123px;
	}

	.btn-plus-download{
		float: left;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-device-width : 1205px)
and (max-device-width: 1223px) {
/* Styles */
	.login-left{
		padding-right:15px;
	}
	.login-logo-wrapper{
		padding:20px;
	}

	.login-wrapper .left{
		    border-radius: 4px 4px 0px 0px
	}

	.carousel {
	    height: 477px;
	}

	.g-recaptcha iframe{
		position: relative;
	    left: -21px;
	}

	.carousel-inner h3 {
		margin: 8% 0% 0% auto;
	}

	.vl {
		left: 549px;
	}

	.sidebar .nav {
	    margin-top: 14px;
	}

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (min-device-width : 411px)
and (max-device-width : 413px) {
/* Styles */

	#canvasCaptcha{
		left: 100px !important;
	}

	.login-left{
		padding-right:15px;
	}
	.login-logo-wrapper{
		padding:20px;
	}

	.login-wrapper .left{
		    border-radius: 4px 4px 0px 0px
	}

	body{
		background-size: auto 100%;
	}

	.g-recaptcha iframe{
	    left: 6px;
	}
	
	.col-dash-right{
		border-left: none;
	}

	.icon-eye{
		left: 88px;
	}

	/*.dropdown-menu {
	    left: -14vw;
	}*/

	.dropdown-menu-filter-report{
		left: 0px !important;
	    top: 106px;
	}

	.dropdown-menu-filter-end-user{
		left: 0px !important;
	    top: 106px;
	}

	.dropdown-menu-filter-merchant{
		left: 0vw !important;
		top: 106px;
	}

	.dropdown-menu-filter-rekap {
	    left: 15px;
	    top: 104px;
	}

	.dropdown-menu-filter-saldo{
		left: 15px;
	    top: 104px;	
	}

	.dropdown-menu-filter-promo{
	    left: -2px;
	    top: 0px;
	    z-index: 99999;
	}

	.btn-filter-promo{
		left: 0px;
		top: -32px !important
	}

	.btn-plus-promo{
		top: 42px;
		float: none !important;
		left: 0px !important;
		z-index: 999;
	}

	.col-global{
		margin-top: 15px;
	    padding-left: 0px !important;
	}

	.btn-filter-promo-merchant{
		left: 0px;
		top: 0px !important;
	}


	.dropdown-menu-filter-point{
	    left: -2px;
	    top: 87px;
	}

	.dropdown-menu-filter-promo-merchant {
	    left: -2px;
	    top: 87px;
	}

	.btn-filter-faq{
        left: -115px;
	    top: 24px !important;
	}

	.dropdown-menu-filter-faq{
		left: -2px;
	    top: 57px;
	}

	.btn-plus-faq{
		float: none !important;
		z-index: 99999;
	}

	.dropdown-menu-filter-tac {
	    left: -2px;
	    top: 87px;
	}

	.modal-detail-merchant{
	    width: 95%;
	}

	.row-left{
	    display: block;
	}

	.nav-report>li {
	    margin-bottom: 1px;
	}

	/*.btn-filter-report{
	    right: 0px;
	}*/

	.btn-filter-merchant{
	    right: 0px;
	}

	#divStatus{
		margin-bottom: 10px;
	}

	.card-dashboard{
		width: 55%;
	}

	.filter-form img{
	    right: 54px;
	    top: 5px;
	}

	.filter-form input{
		width: 90%;
	}

	.icon-pass{
		left: -96px;
	}

	.img-logo {
	    left: 15px;
	}

	.modal-user-merchant-image{
	    height: 23%;
	    right: 50px;
	    margin-bottom: 50px;
	}

	.modal-user-merchant-label{
		top: 90px;
    	left: 109px;
	}

	.modal-produk-col-right{
		top: 0vh;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.modal-dialog-tambah-produk {
	    width: auto;
	}

	.btn-filter-withdraw{
	    right: 0px;
	    top: 0px;
	}

	.dropdown-menu-filter-withdraw{
	    left: 0px !important;
	    top: 106px;
	}

	.form-edit-produk .form-button-save{
		left: 45px;
	}

	.form-edit-produk .form-button-delete{
		right: 45px;
	}

	.img-detail-merchant {
	    left: 35px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 767px) {
/* Styles */

	#canvasCaptcha{
		left: 26vw !important;
	}

	.carousel {
    	height: 286px;
	}

	.carousel-inner h3 {
		margin: 5% 0% 0% auto;
	}

	.col-dash-right{
		border-left: none;
	}

	/*.dropdown-menu {
	    left: -14vw;
	}*/

	.dropdown-menu-filter-report{
		left: 0px !important;
	    top: 106px;
	}

	.dropdown-menu-filter-end-user{
		left: 0px !important;
	    top: 106px;
	}

	.dropdown-menu-filter-merchant{
		left: 0vw !important;
		top: 106px;
	}

	.dropdown-menu-filter-rekap {
	    left: 15px;
	    top: 104px;
	}

	.dropdown-menu-filter-saldo {
	    left: 15px;
	    top: 104px;
	}

	.dropdown-menu-filter-promo{
	    left: -2px;
	    top: 0px;
	    z-index: 99999;
	}

	.btn-filter-promo{
		left: 0px;
		top: -32px !important
	}

	.btn-plus-promo{
		top: 8px;
		float: none !important;
		left: 0px !important;
		z-index: 999;
	}

	.col-global{
		margin-top: 15px;
	    padding-left: 0px !important;
	}

	.btn-filter-promo-merchant{
		left: 0px;
		top: 0px !important;
	}


	.dropdown-menu-filter-point{
	    left: -2px;
	    top: 87px;
	}

	.dropdown-menu-filter-promo-merchant {
	    left: -2px;
	    top: 87px;
	}

	.btn-filter-faq{
	    left: -116px;
	    top: 23px !important;
	}

	.dropdown-menu-filter-faq{
		left: -2px;
	    top: 57px;
	}

	.btn-plus-faq{
		z-index: 99999;
		float: none;
	}

	.dropdown-menu-filter-tac {
	    left: -2px;
	    top: 87px;
	}

	.table-faq{
		margin-top: 35px;
	}

	.modal-detail-merchant{
	    width: 95%;
	}

	.row-left{
	    display: block;
	}

	.nav-report>li {
	    margin-bottom: 1px;
	}

	/*.btn-filter-report{
	    right: 0px;
	}*/

	.btn-filter-merchant{
	    right: 0px;
	}

	#divStatus{
		margin-bottom: 10px;
	}

	.card-dashboard{
		width: 55%;
	}

	.filter-form img{
	    right: 54px;
	    top: 5px;
	}

	.filter-form input{
		width: 90%;
	}

	.icon-pass{
		left: -96px;
	}

	.img-logo {
	    left: 15px;
	}

	.modal-user-merchant-image{
	    height: 23%;
	    right: 50px;
	    margin-bottom: 50px;
	}

	.modal-user-merchant-label{
		left: 110px;
	    top: 90px;
	}

	.modal-produk-col-right{
		top: 0vh;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.modal-dialog-tambah-produk {
	    width: auto;
	}

	.btn-filter-withdraw{
	    right: 0px;
	    top: 0px;
	}

	.dropdown-menu-filter-withdraw{
	    left: 0px !important;
	    top: 106px;
	}

	.form-edit-produk .form-button-save{
		left: 45px;
	}

	.form-edit-produk .form-button-delete{
		right: 45px;
	}

	.img-detail-merchant {
	    left: 35px;
	}

	.dropdown-menu-filter-report-merchant{
		left: 0px;
		top: 107px;
	}

	/* .modal-report-merchant .modal-content{
		width: 404px;
	} */

	#MerchantReportStatus{
		text-align: left !important;
	}

	.report-merchant{
		font-size: 15px !important;
	}

	.card-inside-report p{
		font-size: 13px;
	}

	.card-darkgrey-report h4{
		font-size: 16px;
	}	

	.card-text-right{
		text-align: left !important;
	}

	#btnSendOtp{
		margin-top: 10px;
	}

	.dropdown-menu-filter-report-settlement{
		left: 0px;
		top: 106px;
	}

	.radio-survey{
		width: 130px !important;
	}

	.btn-plus-download{
		float: left;
	}
}

@media only screen 
and (min-device-width : 551px) 
and (max-device-width : 700px) {
	#canvasCaptcha{
		left: 30vw !important;
	}
}

@media only screen 
and (min-device-width : 701px) 
and (max-device-width : 767px) {
	#canvasCaptcha{
		left: 34vw !important;
	}
}

/* iPads (air) ----------- */
@media only screen 
and (min-device-width : 820px) 
and (max-device-width : 820px) 
and (min-device-height : 1180px)
and (max-device-height : 1180px) {
	#canvasCaptcha{
		left: 38vw !important;
	}
}

/* Surface pro 7 ----------- */
@media only screen 
and (min-device-width : 912px) 
and (max-device-width : 912px) 
and (min-device-height : 1368px)
and (max-device-height : 1368px) {
	#canvasCaptcha{
		left: 38vw !important;
	}
}

/* Galaxy Z Fold 5 ----------- */
@media only screen 
and (min-device-width : 344px) 
and (max-device-width : 344px) 
and (min-device-height : 882px)
and (max-device-height : 882px) {
	#canvasCaptcha{
		left: 22vw !important;
	}
}

/* ASUS Zenbook Fold ----------- */
@media only screen 
and (min-device-width : 853px) 
and (max-device-width : 853px) 
and (min-device-height : 1280px)
and (max-device-height : 1280px) {
	#canvasCaptcha{
		left: 38vw !important;
	}
}

/* Nesthub ----------- */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1024px) 
and (min-device-height : 600px)
and (max-device-height : 600px) {
	#canvasCaptcha{
		left: 38vw !important;
	}
}

/* Nesthub ----------- */
@media only screen 
and (min-device-width : 1280px) 
and (max-device-width : 1280px) 
and (min-device-height : 800px)
and (max-device-height : 800px) {
	#canvasCaptcha{
		left: 16vw !important;
	}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) 
and (orientation : landscape) {
	/* Styles */

	.login-logo-wrapper{
		padding:83px;
	}

	.login-wrapper .left{
	    border-radius: 4px 0px 0px 4px;
	}

	.carousel {
    	height: 216px;
    }

	.g-recaptcha iframe{
	    left: -73px;
    	position: relative;
	}

	.g-recaptcha iframe {
	    transform: scale(0.7);
	}

	.icon-username{
		left: -58px;
	}

	.icon-pass{
		left: -58px;
	}

	body{
		background-size: auto 100%;
	}

	.login-form{
		width: 100%;
	}

	.icon-username{
		left: -75px;
	}

	.icon-pass{
		left: -59px;
	}

	.icon-eye{
		left: 60px;
	}
	
	/*.btn-filter-report{
	    right: 0px;
	}*/

	.btn-filter-merchant{
	    right: 0px;
	}

	#divStatus{
		margin-bottom: 10px;
	}

	.card-dashboard{
		width: 29%;
	}

	.filter-form img{
	    right: 62px;
	    top: 5px;
	}

	.filter-form input{
		width: 90%;
	}

	.img-logo {
	    left: 15px;
	}

	.modal-user-merchant-image{
	    height: 23%;
	}

	.modal-produk-col-right{
		top: 0vh;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.modal-dialog-tambah-produk {
	    width: auto;
	}

	.form-edit-produk label{
		top: 313px;
	}

	.btn-filter-withdraw{
	    right: 0px;
	    top: 0px;
	}

	/*.dropdown-menu-filter-withdraw{
	    left: 0px !important;
	    top: 151px;
	}*/

	.modal-dialog-detail-produk{
	    margin-left: auto;
	}

	.form-check-label {
	    top: 0px !important;
	}	

	.form-edit-produk .form-button-save{
		left: 90px;
	}

	.form-edit-produk .form-button-delete{
		right: 90px;
	}

	.img-detail-merchant {
	    left: 35px;
	}

	.setting-btn-logout{
		top: 0px;
	}	

	.btn-plus-promo{
		top: 6px;
	}

	.btn-plus-download{
		left: 13px;
	}
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) 
and (orientation : portrait) {
	/* Styles */

	.carousel {
    	height: 374px;
    }

	.g-recaptcha iframe{
	    left: -73px;
    	position: relative;
	}

	.g-recaptcha iframe {
	    transform: scale(0.7);
	}

	.icon-username{
		left: -58px;
	}

	.icon-pass{
		left: -58px;
	}

	body{
		background-size: auto 100%;
	}

	.btn-filter-report{
	    right: 0px;
	}

	.btn-filter-merchant{
	    right: 0px;
	}

	#divStatus{
		margin-bottom: 10px;
	}

	.modal-user-merchant-image{
	    height: 23%;
	}

	.modal-produk-col-right{
		top: 0vh;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.modal-dialog-tambah-produk {
	    /* width: auto; */
	}

	.form-edit-produk label{
		top: 313px;
	}

	.btn-filter-withdraw{
	    right: 0px;
	    top: 0px;
	}

	/*.dropdown-menu-filter-withdraw{
	    left: 0vw;
	    top: 34px;
	}*/

	.modal-dialog-detail-produk{
	    margin-left: auto;
	}

	.form-check-label {
	    top: 0px !important;
	}

	.form-edit-produk .form-button-save{
		left: 90px;
	}

	.form-edit-produk .form-button-delete{
		right: 90px;
	}

	.img-detail-merchant {
	    left: 35px;
	}

	.setting-btn-logout{
		top: 0px;
	}			

	#btnSendOtp{
		margin-top: 10px;
	}

	.btn-plus-promo{
		top: 6px;
	}

	.btn-plus-download{
		left: 13px;
	}
}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1204px) {
	#canvasCaptcha{
		left: 39vw !important;
	}

	.carousel {
    	height: 465px;
    }

    .g-recaptcha iframe{
	    left: -23px;
    	position: relative;
	}

	.modal-end-user-image {
	    height: 14%;
	}

	.btn-filter-report{
	    right: 0px;
	}

	.btn-filter-merchant{
	    right: 0px;
	}

	#divStatus{
		margin-bottom: 10px;
	}

	.card-dashboard{
		width: 100%;
	}

	.filter-form img{
	    right: 62px;
	    top: 5px;
	}

	.filter-form input{
		width: 90%;
	}

	.icon-username{
		left: -78px;
	}

	.main-panel{
		width: calc(100% - 260px);
	}

	.sidebar{
		width: 260px;
	}

	.sidebar .sidebar-wrapper{
		width: 260px;
	}

	.img-logo {
	    top: 26px;
	}

	.modal-user-merchant-image{
	    height: 23%;
	}

	.modal-produk-col-right{
		top: 0vh;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.modal-dialog-tambah-produk {
	    /* width: auto; */
	}

	.form-edit-produk label{
		top: 420px;
	}

	.btn-filter-withdraw{
	    right: 0px;
	    top: 0px;
	}

	/*.dropdown-menu-filter-withdraw{
	    left: 0vw;
	    top: 34px;
	}*/

	.modal-dialog-detail-produk{
	    margin-left: auto;
	}

	.form-check-label {
	    top: 0px !important;
	}

	.form-edit-produk .form-button-save{
		left: 90px;
	}

	.form-edit-produk .form-button-delete{
		right: 90px;
	}

	.img-detail-merchant {
	    left: 35px;
	}

	.img-navbar-small{
		display: none;
	}

	.fa-logout-small{
		display: none !important;
	}	

	.setting-btn-logout{
		top: 0px;
	}

	.form-12 {
	    margin-left: 0px!important; 
	    width: 100% !important;
	}

	.form-kelurahan{
		margin-left: 0px !important;
	}		

	.radio-survey{
		width: 130px !important;
	}

	.text-required{
		width: 123px;
	}
		
	.col-scroll{
		overflow-x: auto;
	}

	.btn-plus-download{
		left: 13px;
		top: 20px;
	}

	.col-dash-right {
		border-left: 0px !important;
	}
}

/* iPads (Pro) ----------- */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1024px) 
and (min-device-height : 1366px)
and (max-device-height : 1366px) {
	#canvasCaptcha{
		left: 16vw !important;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 359px) {
	#canvasCaptcha{
		left: 18vw !important;
	}

	.carousel {
    	height: 216px;
    }

    .carousel-inner h3 {
		margin: 2% 0% 0% auto;
		font-size: 18px;
	}

	.g-recaptcha iframe{
	    position: relative;
	    left: -25px;
	    transform: scale(0.8);
	}

	.icon-username{
		left: -73px;
	}

	.icon-pass{
		left: -73px;
	}

	.icon-eye{
		left: 59px
	}

	.dashboard-span-graph {
	    bottom: 34px;
	    right: 81px;
	}

	.dropdown-dash{
		left: 87px;
		bottom: 43px;
	}

	/*.dropdown-menu {
	    left: -19vw;
	}*/

	.dropdown-menu-filter-report{
		left: 0px !important;
	    top: 151px;
	}

	.dropdown-menu-filter-end-user{
		left: 0px !important;
	    top: 151px;
	}

	.dropdown-menu-filter-merchant{
		left: 0vw !important;
		top: 151px;
	}

	.dropdown-menu-filter-rekap {
	    left: 15px;
	    top: 149px;
	}

	.dropdown-menu-filter-saldo {
	    left: 15px;
	    top: 149px;
	}

	.dropdown-menu-filter-promo{
	    left: -2px;
	    top: 0px;
	    z-index: 99999;
	}

	.btn-filter-promo{
		left: 0px;
		top: -32px !important
	}

	.btn-plus-promo{
		top: 3px;
		float: none !important;
		left: 0px !important;
		z-index: 999;
	}

	.col-global{
		margin-top: 15px;
	    padding-left: 0px !important;
	}

	.btn-filter-promo-merchant{
		left: 0px;
		top: 0px !important;
	}


	.dropdown-menu-filter-point{
	    left: -2px;
	    top: 132px;
	}

	.dropdown-menu-filter-promo-merchant {
	    left: -2px;
	    top: 132px;
	}

	.icon-info-promo{
	    top: 39px;
	    margin-left: -47px;
	}

	.btn-filter-faq{
	    left: 0px;
	    top: -25px !important;
	}

	.dropdown-menu-filter-faq{
		left: -2px;
	    top: 94px;
	}

	.btn-plus-faq{
		top: -39px !important;
		z-index: 99999;
		left: 34px;
	}

	.dropdown-menu-filter-tac {
	    left: -2px;
	    top: 132px;
	}

	.table-faq{
		margin-top: 0px;
	}

	.modal-detail-merchant{
	    width: 95%;
	}

	.row-left{
	    display: block;
	}

	.nav-report>li {
	    float: none;
	    margin-bottom: 1px;
	    text-align: center;
	}

	.col-dash-right{
		border-left: none;
	}

	.btn-filter-report{
	    left: 0px;
	}

	.btn-filter-merchant{
	    right: 0px;
	}

	#divStatus{
		margin-bottom: 10px;
	}

	.card-dashboard{
		width: 61%;
	}

	.filter-form img{
	    right: 54px;
	    top: 5px;
	}

	.filter-form input{
		width: 90%;
	}

	.img-logo {
	    left: 15px;
	}

	.modal-user-merchant-image{
	    height: auto;
	    right: 63px;
	    margin-bottom: 50px;
	}

	.modal-user-merchant-label{
		top: 67px;
	    left: 73px;
	}

	.modal-produk-col-right{
		top: 0vh;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}

	.modal-dialog-tambah-produk {
	    /* width: auto; */
	}

	.form-edit-produk label{
		top: 158px;
	}

	.btn-filter-withdraw{
	    right: 0px;
	    top: 0px;
	}

	.dropdown-menu-filter-withdraw{
	    left: 0px !important;
	    top: 151px;
	}

	.form-check-label {
	    top: 0px !important;
	}

	.form-edit-produk .form-button-save{
		left: 40px;
	}

	.form-edit-produk .form-button-delete{
		right: 40px;
	}

	.img-detail-merchant {
	    left: 35px;
	}

	.dropdown-menu-filter-report-merchant{
		left: 0px;
		top: 152px;
	}

	/* .modal-report-merchant .modal-content{
		width: 300px;
	} */

	#MerchantReportStatus{
		text-align: left !important;
	}

	.report-merchant{
		font-size: 15px !important;
	}

	.card-inside-report p{
		font-size: 13px;
	}

	.card-darkgrey-report h4{
		font-size: 16px;
	}	

	.card-text-right{
		text-align: left !important;
	}

	#btnSendOtp{
		margin-top: 10px;
	}

	.dropdown-menu-filter-report-settlement{
		left: 0px;
		top: 106px;
	}

	.radio-survey{
		width: 130px !important;
	}

	.text-required{
		width: 123px;
	}

	.btn-plus-download{
		float: left;
	}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 336px) {
	#canvasCaptcha{
		left: 26vw !important;
	}
	#reloadCaptcha{
		left: 30vw !important;
		top: 2vw !important;
	}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	.login-left{
		padding-right:0px;
	}
	.login-logo-wrapper{
		padding:40px;
	}

	.login-wrapper .left{
		    border-radius: 4px 0px 0px 4px
	}
	/* Styles */
}

@media only screen 
and (min-width : 1227px) 
and (max-width : 1398px){
	.btn-plus-download{
		left: 44px;
	}
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 991px){
	.main-panel {
		width: 100% !important;
	}

	.nav-open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
    	-moz-transform: translate3d(260px, 0, 0);
    	-ms-transform: translate3d(260px, 0, 0);
    	-o-transform: translate3d(260px, 0, 0);
    	transform: translate3d(260px, 0, 0);
	}

	.navbar-toggle {
		float: left !important;
		display: block !important;
	}

	.sidebar {
		right: unset;
    	left: 0px;
		z-index: 9 !important;
		-webkit-transform: translate3d(-260px, 0, 0);
    	-moz-transform: translate3d(-260px, 0, 0);
    	-ms-transform: translate3d(-260px, 0, 0);
    	-o-transform: translate3d(-260px, 0, 0);
    	transform: translate3d(-260px, 0, 0);
	}

	.nav-open .sidebar {
		-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}

	#bodyClick {
		left: unset !important;
		right: 0 !important;
	}

	.sidebar .sidebar-wrapper{
		width: 260px;
	}

	.modal-dialog-detail-produk{
	    margin-left: auto;
	}

	.carousel-indicators{
		bottom: -13px;
	}

	.modal-dialog-detail-produk {
	    width: auto;
	}

	.p-navbar-right{
		margin-top: -42px !important;
		margin-right: 20px !important;
	}

	/* .span-navbar-right{
	    position: relative;
	    float: left;
	    top: 12px;
	    margin-top: 13px;
	} */

	.form-12 {
	     margin-left: 0px!important; 
	    width: 100% !important;
	}

	.form-kelurahan{
		margin-left: 0px !important;
	}

	#btnSendOtp{
		margin-top: 10px;
	}
	.radio-survey{
		width: 130px !important;
	}
	.text-required{
		width: 123px;
	}

	.col-scroll{
		overflow-x: auto;
	}
}

/*@media only screen 
and (min-device-width: 1536px){
	.btn-filter-report {
	    right: 70px;
	}
}*/

@media (min-device-width: 337px) and (max-device-width: 359px) {
	#canvasCaptcha{
		left: 18vw !important;
	}

	#reloadCaptcha{
		left: 1.8vw !important;
	}
}

@media only screen
and (min-device-width: 1680px){
	.login-wrapper{
		margin-top: 10%;
	}

	.carousel{
		height: 75vh;
	}

	/*.btn-filter-end-user{
		right: 188px;
	}

	.btn-filter-report {
	    right: 145px;
	}

	.dropdown-menu-filter-report {
	    left: -8vw;
	}

	.dropdown-menu-filter-end-user {
	    left: -10vw !important;
	}

	.btn-filter-withdraw {
	    right: 280px;
	}*/

	.modal-user-merchant-image {
	    height: 28%;
	}

	.modal-user-merchant-image-detail{
	    height: 30%;
	}

	.modal-setting-image{
		height: 30%;
	}

	.text-error {
	    position: relative;
	    bottom: 45px;
	}

	.text-error-edit-produk {
	    position: relative;
	    bottom: 32px;
	}

	.modal-end-user-image {
	    height: 18%;
	}
	.card-summary img{
		width: 50%;
	}
}

/* New Settings Query */

@media (min-height: 1024px) and (max-height: 1366px) and (orientation : landscape) {

	.img-forget {
		width: 80px;
	}

	.text-forget {
		font-size: 14px;
	}

	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
	}

	.header-group {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: unset !important;
	}
}

@media (min-width: 1200px) {
		
	.card-dashboard {
		width: unset !important;
	}

	#allMerchant .header-btn {
		flex-wrap: unset !important;
	}
}

@media only screen 
and (min-device-width : 840px)
and (max-device-width : 1023px) {
	#canvasCaptcha{
		left: 38vw !important;
	}
}

@media only screen 
and (min-device-width : 1200px) {
	#canvasCaptcha{
		left: 18vw !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) and (orientation : landscape) {
	.clm-5 { width: 20% !important; }
	.img-forget {
		width: 80px;
	}

	.text-forget,
	.footer-text,
	.text-otp {
		font-size: 14px;
	}

	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
		text-align: left !important;
	}

	.text-otp,
	.form-otp input {
		margin-bottom: 16px !important;
	}

	.header-group {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: unset !important;
	}

	#bulkMerchantInput .b-right {
		border-right: 0px !important;
	}

	.waiting-approval-merchant {
		font-size: 10px !important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) and (orientation : portrait) {
	.clm-5 { width: 20% !important; }
	.img-forget {
		width: 80px;
	}

	.text-forget,
	.footer-text,
	.text-otp {
		font-size: 14px;
	}

	.text-otp,
	.form-otp input {
		margin-bottom: 16px !important;
	}

	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
		text-align: left !important;
	}

	.form-control::placeholder {
		font-size: 12px;
	}

	.main-panel {
		width: 100% !important;
	}

	.nav-open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
    	-moz-transform: translate3d(260px, 0, 0);
    	-ms-transform: translate3d(260px, 0, 0);
    	-o-transform: translate3d(260px, 0, 0);
    	transform: translate3d(260px, 0, 0);
	}

	.navbar-toggle {
		float: left !important;
		display: block !important;
	}

	.sidebar {
		right: unset;
    	left: 0px;
		-webkit-transform: translate3d(-260px, 0, 0);
    	-moz-transform: translate3d(-260px, 0, 0);
    	-ms-transform: translate3d(-260px, 0, 0);
    	-o-transform: translate3d(-260px, 0, 0);
    	transform: translate3d(-260px, 0, 0);
	}

	.nav-open .sidebar {
		-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}

	#bodyClick {
		left: unset !important;
		right: 0 !important;
	}

	.sidebar {
		z-index: 9 !important;
	}

	.header-group {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: unset !important;
	}

	#bulkMerchantInput .b-right {
		border-right: 0px !important;
	}

	.waiting-approval-merchant {
		font-size: 10px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape) {	
	.label-report-merchant {
		font-size: 14px !important;
	}

	.card-darkgrey-report h4,
	.card-inside-report p {
		font-size: 18px !important;
	}
	.report-merchant {
		font-size: 18px !important;
	}

	/* .dt3 {
		width: 350px !important;
		top: 40px !important;
		left: 0px !important;
	} */

	.md-w100 {
		width: 100% !important;
	}
	
	.clm-5 { width: 33.3% !important; }

	/* .bg-overlay {
		overflow: unset !important;
		height: unset !important;
	} */

	.centeralign-2 .container {
		padding: 24px;
	}

	.card.card-login {
		height: auto;
	}

	.login-logo-wrapper{
		padding:83px 20px;
	}

	.login-wrapper .left{
		border-radius: 4px 0px 0px 4px
	}

	.img-forget {
		width: 80px;
	}

	.text-forget,
	.footer-text,
	.text-otp {
		font-size: 12px;
	}

	.text-otp,
	.form-otp input {
		margin-bottom: 16px !important;
	}

	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
		text-align: left !important;
	}

	.form-control::placeholder {
		font-size: 12px;
	}

	.main-panel {
		width: 100% !important;
	}

	.nav-open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
    	-moz-transform: translate3d(260px, 0, 0);
    	-ms-transform: translate3d(260px, 0, 0);
    	-o-transform: translate3d(260px, 0, 0);
    	transform: translate3d(260px, 0, 0);
	}

	.navbar-toggle {
		float: left !important;
		display: block !important;
	}

	.sidebar {
		right: unset;
    	left: 0px;
		-webkit-transform: translate3d(-260px, 0, 0);
    	-moz-transform: translate3d(-260px, 0, 0);
    	-ms-transform: translate3d(-260px, 0, 0);
    	-o-transform: translate3d(-260px, 0, 0);
    	transform: translate3d(-260px, 0, 0);
	}

	.nav-open .sidebar {
		-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}

	#bodyClick {
		left: unset !important;
		right: 0 !important;
	}

	.col-filter-datatable .dataTables_filter {
		text-align: right !important;
	}

	.col-length-datatable .dataTables_length {
		text-align: left !important;
	}

	.modal-dialog-detail-produk,
	.modal-dialog-tambah-produk,
	.modal-dialog-filter-produk,
	.modal-detail-merchant-act {
		width: calc(100% - 48px) !important;
	}

	.col-dash-right {
		border-left: 0px;
	}

	.header-group {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: unset !important;
	}

	/* .modal-user-btn-col-left,
	.modal-user-btn-col-right {
		width: 100% !important;
	} */

	#bulkMerchantInput .b-right {
		border-right: 0px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
	.label-report-merchant {
		font-size: 14px !important;
	}

	.card-darkgrey-report h4,
	.card-inside-report p {
		font-size: 18px !important;
	}
	.report-merchant {
		font-size: 18px !important;
	}
	
	.dt3 {
		width: 550px !important;
		top: 40px !important;
		left: 0px !important;
	}

	.md-w100 {
		width: 100% !important;
	}
	.flw {
		flex-direction: column !important;
		align-items: flex-start !important;
	}

	.clm-5 { width: 33.3% !important; }

	#mitraMerchantReporting .clm-5 {
		width: 20% !important;
	}

    .card .content h3 {
		font-size: 21px;
	}
	.card-dashboard{
		/* width: 35%; */
		width: 100%;
	}

	.login-logo-wrapper{
		padding:83px 20px;
	}

	.login-wrapper .left{
		border-radius: 4px 0px 0px 4px
	}

	.img-forget {
		width: 80px;
	}

	.text-forget,
	.footer-text,
	.text-otp {
		font-size: 12px;
	}

	.text-otp,
	.form-otp input {
		margin-bottom: 16px !important;
	}

	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
		text-align: left !important;
	}

	.form-control::placeholder {
		font-size: 12px;
	}

	.main-panel {
		width: 100% !important;
	}

	.nav-open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
    	-moz-transform: translate3d(260px, 0, 0);
    	-ms-transform: translate3d(260px, 0, 0);
    	-o-transform: translate3d(260px, 0, 0);
    	transform: translate3d(260px, 0, 0);
	}

	.navbar-toggle {
		float: left !important;
		display: block !important;
	}

	.sidebar {
		right: unset;
    	left: 0px;
		-webkit-transform: translate3d(-260px, 0, 0);
    	-moz-transform: translate3d(-260px, 0, 0);
    	-ms-transform: translate3d(-260px, 0, 0);
    	-o-transform: translate3d(-260px, 0, 0);
    	transform: translate3d(-260px, 0, 0);
	}

	.nav-open .sidebar {
		-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}

	#bodyClick {
		left: unset !important;
		right: 0 !important;
	}

	.col-dash-right {
		border-left: 0px !important;
	}

	.modal-dialog-detail-produk,
	.modal-dialog-tambah-produk,
	.modal-dialog-filter-produk,
	.modal-detail-merchant-act {
		width: calc(100% - 48px) !important;
	}

	.header-group {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: unset !important;
	}
	/* .modal-user-btn-col-left,
	.modal-user-btn-col-right {
		width: 100% !important;
	} */

	#bulkMerchantInput .b-right {
		border-right: 0px !important;
	}
}

@media screen and (max-width: 767px) {
	
	.dt3 {
		width: 250px !important;
		top: 40px !important;
		left: 0px !important;
	}

	.flw {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.clm-5 { width: 33.3% !important; }
	.dt2 {
		top: 50px !important;
	}

	.table-responsive-support {
	     border: none !important; 
	}
	.btn-filter-report{
		margin-bottom: 35px !important;
		left: 0px;
	}
	.btn-filter-end-user{
		margin-bottom: 35px !important;
		left: 0px;
	}
	.card-transaction-total{
		float: none !important;
	}

	.table-kasir{
	    border: 1px solid #3472F7 !important;
	}

	.responsive-kasir{
		border:none !important;
	}

	.header-group {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: unset !important;
	}

	#bulkMerchantInput .b-right {
		border-right: 0px !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
	.panel-heading.note-toolbar .note-para .dropdown-menu {
		left: -120px;
	}

	.label-report-merchant {
		font-size: 14px !important;
	}

	.card-darkgrey-report h4,
	.card-inside-report p {
		font-size: 18px !important;
	}
	.report-merchant {
		font-size: 18px !important;
	}

	.dt3 {
		width: 250px !important;
		top: 40px !important;
		left: 0px !important;
	}

	.dt2 {
		top: 40px !important;
	}

	.modal-dialog {
		margin: 24px;
	}

	.bg-overlay {
		overflow: unset !important;
		height: auto !important;
	}

	.card.card-login {
		height: auto !important;
	}

	.card.card-login .row {
		display: flex;
		flex-wrap: wrap;
	}

	.centeralign-2 .container {
		padding: 24px;
	}

	.login-left,
	.login-left-m {
		height: 60vh !important;
	}

	.img-forget {
		width: 80px;
	}

	.text-otp-title,
	.text-reset-title {
		font-size: 14px;
		margin-top: 12px;
		margin-bottom: 12px;
	}
 
	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
		text-align: left !important;
	}

	.form-control::placeholder {
		font-size: 12px;
	}

	.text-forget,
	.footer-text,
	.text-otp {
		font-size: 12px;
	}

	.text-otp,
	.form-otp input {
		margin-bottom: 16px !important;
	}

	.login-form, .form-reset {
		margin-bottom: 0px !important;
	}

	.card label {
		font-size: 10px !important;
	}

	.btn-forget {
		margin-top: 0px !important;
	}

	.main-panel {
		width: 100% !important;
	}

	.nav-open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
    	-moz-transform: translate3d(260px, 0, 0);
    	-ms-transform: translate3d(260px, 0, 0);
    	-o-transform: translate3d(260px, 0, 0);
    	transform: translate3d(260px, 0, 0);
	}

	.navbar-toggle {
		float: left !important;
		display: block !important;
	}

	.sidebar {
		right: unset;
    	left: 0px;
		z-index: 9 !important;
		-webkit-transform: translate3d(-260px, 0, 0);
    	-moz-transform: translate3d(-260px, 0, 0);
    	-ms-transform: translate3d(-260px, 0, 0);
    	-o-transform: translate3d(-260px, 0, 0);
    	transform: translate3d(-260px, 0, 0);
	}

	.nav-open .sidebar {
		-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}

	#bodyClick {
		left: unset !important;
		right: 0 !important;
	}

	.dataTables_length,
	.dataTables_filter {
	  text-align: left !important; 
	  padding: 10px 0px 0px 10px !important;
	}

	.dataTables_paginate {
		padding-bottom: 10px !important;
	}

	.dataTables_filter {
		margin-left: -15px;
	}

	div.dataTables_length select {
		margin-left: 15px !important;
	}

	.col-length-datatable {
		width: 100% !important;
	}

	.btn-add-mitra {
		top: 15px !important;
		float: right !important;
		left: unset !important;
	}

	.header.header-setting-right,
	.header-setting-right2 {
		/* float: left; */
	}

	.modal-dialog-detail-produk,
	.modal-dialog-tambah-produk,
	.modal-dialog-filter-produk, 
	.modal-detail-merchant-act,
	.modal-report-merchant {
		width: calc(100% - 48px) !important;
	}

	.i-m {
		width: 33.3% !important;
	}

	/* #formUpdateLayanan .col-xs-12 {
		width: 55%;
	} */
}

@media (min-width: 576px) and (max-width: 767.98px)  and (orientation: landscape) {
	.panel-heading.note-toolbar .note-para .dropdown-menu {
		left: -120px;
	}

	.label-report-merchant {
		font-size: 14px !important;
	}

	.card-darkgrey-report h4,
	.card-inside-report p {
		font-size: 18px !important;
	}
	.report-merchant {
		font-size: 18px !important;
	}
	
	.dt3 {
		width: 250px !important;
		top: 40px !important;
		left: 0px !important;
	}

	.dt2 {
		top: 40px !important;
	}

	.modal-dialog {
		margin: 24px;
	}

	.bg-overlay {
		overflow: unset !important;
		height: auto !important;
	}

	.centeralign-2 .container {
		padding: 24px;
	}

	.dataTables_length,
	.dataTables_filter {
	  text-align: left !important; 
	  padding: 10px 0px 0px 10px !important;
	}

	.dataTables_paginate {
		padding-bottom: 10px !important;
	}

	.dataTables_filter {
		margin-left: -15px;
	}

	div.dataTables_length select {
		margin-left: 15px !important;
	}

	.col-length-datatable {
		width: 100% !important;
	}

	.modal-dialog {
		margin: 24px;
	}

	.modal-dialog-detail-produk,
	.modal-dialog-tambah-produk,
	.modal-dialog-filter-produk,
	.modal-detail-merchant-act,
	.modal-report-merchant {
		width: calc(100% - 48px) !important;
	}

	.i-m {
		width: 33.3% !important;
	}
}

@media (max-width: 575.98px) and (orientation: landscape) {
	.panel-heading.note-toolbar .note-para .dropdown-menu {
		left: -100px;
	}

	#MerchantReportStatus {
		text-align: left !important;
	}

	.label-report-merchant {
		font-size: 14px !important;
	}
	.card-darkgrey-report h4,
	.card-inside-report p {
		font-size: 12px !important;
	}

	.report-merchant {
		font-size: 12px !important;
	}

	.img-m {
		width: 150px !important;
		height: 150px !important;
	}

	.dt3 {
		width: 250px !important;
		top: 40px !important;
		left: 0px !important;
	}

	.dt2 {
		top: 40px !important;
	}

	.centeralign-2 .container {
		padding: 24px;
	}

	.bg-overlay {
		overflow: unset !important;
		height: unset !important;
	}

	.login-left,
	.login-left-m {
		height: 60vh !important;
	}

	.card.card-login {
		height: auto !important;
	}

	.card.card-login .row {
		display: flex;
		flex-wrap: wrap;
	}

	.card.card-login .content h3 {
		font-size: 16px;
	}
	
	.col-xs-8,
	.col-xs-4 {
		width: 100%;
	}

	.img-forget {
		width: 80px;
	}

	.text-otp-title,
	.text-reset-title {
		font-size: 14px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.text-forget,
	.footer-text,
	.text-otp {
		font-size: 12px;
	}

	.login-form {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
		text-align: left !important;
	}

	.form-control::placeholder {
		font-size: 12px;
	}

	.text-otp,
	.form-otp input {
		margin-bottom: 16px !important;
	}

	.login-form, .form-reset {
		margin-bottom: 0px !important;
	}

	.card label {
		font-size: 10px !important;
	}

	.btn-forget {
		margin-top: 0px !important;
	}

	.main-panel,
	.c-m {
		width: 100% !important;
	}

	.nav-open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
    	-moz-transform: translate3d(260px, 0, 0);
    	-ms-transform: translate3d(260px, 0, 0);
    	-o-transform: translate3d(260px, 0, 0);
    	transform: translate3d(260px, 0, 0);
	}

	.navbar-toggle {
		float: left !important;
		display: block !important;
	}

	.sidebar {
		right: unset;
    	left: 0px;
		z-index: 9 !important;
		-webkit-transform: translate3d(-260px, 0, 0);
    	-moz-transform: translate3d(-260px, 0, 0);
    	-ms-transform: translate3d(-260px, 0, 0);
    	-o-transform: translate3d(-260px, 0, 0);
    	transform: translate3d(-260px, 0, 0);
	}

	.nav-open .sidebar {
		-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}

	#bodyClick {
		left: unset !important;
		right: 0 !important;
	}

	.navbar-user .navbar-right .p-navbar-right {
		margin: 0px !important;
		text-align: right;
		font-size: 12px;
	}

	.img-navbar-right {
		height: 20px;
		width: 20px;
		bottom: 0px;
	}

	.fa-logout {
		font-size: 20px !important;
		top: 3px;
	}

	.modal-dialog {
		margin: 24px;
	}

	.modal-dialog-detail-produk,
	.modal-dialog-tambah-produk,
	.modal-dialog-filter-produk,
	.modal-detail-merchant-act,
	.modal-report-merchant {
		width: calc(100% - 48px) !important;
	}

	.i-m {
		width: 33.3% !important;
	}

	.header-form-group.center {
		flex-wrap: wrap;
	}
}

@media (max-width: 575.98px) and (orientation: portrait) {
	.panel-heading.note-toolbar .note-para .dropdown-menu {
		left: -100px;
	}

	#MerchantReportStatus {
		text-align: left !important;
	}

	.label-report-merchant {
		font-size: 14px !important;
	}

	.card-darkgrey-report h4,
	.card-inside-report p {
		font-size: 12px !important;
	}
	.report-merchant {
		font-size: 12px !important;
	}

	.dt3 {
		width: 250px !important;
		top: 40px !important;
		left: 0px !important;
	}

	.flw {
		flex-direction: column !important;
		align-items: flex-start !important;
	}
	.img-m {
		width: 150px !important;
		height: 150px !important;
	}

	.dt2 {
		top: 40px !important;
	}

	.centeralign-2 .container {
		padding: 24px;
	}

	.login-left,
	.login-left-m {
		height: 30vh !important;
	}

	.card.card-login {
		height: auto !important;
	}

	.card.card-login .row {
		display: flex;
		flex-wrap: wrap;
	}

	.card.card-login .content h3 {
		font-size: 16px;
	}

	.card-dashboard {
		width: 80%;
	}
	
	.col-xs-8,
	.col-xs-4 {
		width: 100%;
	}

	.img-forget {
		width: 80px;
	}

	.text-otp-title,
	.text-reset-title {
		font-size: 14px;
		margin-top: 12px;
		margin-bottom: 12px;
	}

	.text-forget,
	.footer-text,
	.text-otp {
		font-size: 12px;
	}

	.login-form {
		margin-top: 16px !important;
		margin-bottom: 16px !important;
	}

	.form-reset .form-icon {
		padding-left: 15px;
		padding-right: 45px;
		text-align: left !important;
	}

	.form-control::placeholder {
		font-size: 12px;
	}

	.text-otp,
	.form-otp input {
		margin-bottom: 16px !important;
	}

	.login-form, .form-reset {
		margin-bottom: 0px !important;
	}

	.card label {
		font-size: 10px !important;
	}

	.btn-forget {
		margin-top: 0px !important;
	}

	.main-panel,
	.c-m {
		width: 100% !important;
	}

	.nav-open .main-panel {
		-webkit-transform: translate3d(260px, 0, 0);
    	-moz-transform: translate3d(260px, 0, 0);
    	-ms-transform: translate3d(260px, 0, 0);
    	-o-transform: translate3d(260px, 0, 0);
    	transform: translate3d(260px, 0, 0);
	}

	.navbar-toggle {
		float: left !important;
		display: block !important;
	}

	.sidebar {
		right: unset;
    	left: 0px;
		z-index: 9 !important;
		-webkit-transform: translate3d(-260px, 0, 0);
    	-moz-transform: translate3d(-260px, 0, 0);
    	-ms-transform: translate3d(-260px, 0, 0);
    	-o-transform: translate3d(-260px, 0, 0);
    	transform: translate3d(-260px, 0, 0);
	}

	.nav-open .sidebar {
		-webkit-transform: translate3d(0, 0, 0);
    	-moz-transform: translate3d(0, 0, 0);
    	-ms-transform: translate3d(0, 0, 0);
    	-o-transform: translate3d(0, 0, 0);
    	transform: translate3d(0, 0, 0);
	}

	#bodyClick {
		left: unset !important;
		right: 0 !important;
	}

	.navbar-user .navbar-right .p-navbar-right {
		margin: 0px !important;
		text-align: right;
		font-size: 12px;
	}

	.img-navbar-right {
		height: 20px;
		width: 20px;
		bottom: 0px;
	}

	.fa-logout {
		font-size: 20px !important;
		top: 3px;
	}

	.dataTables_length,
	.dataTables_filter {
	  text-align: left !important; 
	  padding: 10px 0px 0px 10px !important;
	}

	.dataTables_paginate {
		padding-bottom: 10px !important;
	}

	.dataTables_filter {
		margin-left: -15px;
	}

	div.dataTables_length select {
		margin-left: 15px !important;
	}

	.col-length-datatable {
		width: 100% !important;
	}

	.btn-add-mitra {
		top: 15px !important;
		float: right !important;
		left: unset !important;
	}

	.header-group {
		flex-wrap: wrap;
	}
	
	.header-transaction {
		width: 100%;
	}

	.modal-dialog {
		margin: 24px;
	}
	
	.modal-dialog-detail-produk,
	.modal-dialog-tambah-produk,
	.modal-dialog-filter-produk,
	.modal-detail-merchant-act,
	.modal-report-merchant {
		width: calc(100% - 48px) !important;
	}

	#tableMitraBTN_length {
		padding: 15px;
	}

	#tableMitraBTN_filter {
		padding: 0px 15px;
	}

	#tableMitraBTN_filter {
		padding: 0px 15px;
	}

	.i-m {
		width: 33.3% !important;
	}

	.img-step {
		width: 70%;
	}

	.btn-fixed-2 {
		width: 100% !important;
	}

	.header-form-group.center {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 361px){
	.dt3 {
		width: 220px !important;
		top: 40px !important;
		left: 0px !important;
	}
	.radio-val.rp,
	.radio-rev.rp {
		width: 100% !important;
	}

	.bg-overlay {
		overflow: auto !important;
		/* height: unset !important; */
		/* height: unset !important; */
	}

	div.dataTables_wrapper div.customPaginateDataTable {
		padding-right: 15px !important;
		margin-left: -10px !important;
	}
	.navbar-user .navbar-right .p-navbar-right {
		font-size: 11px !important;
	}

	.nav-open .sidebar {
		width: 200px !important;
		width: 200px !important;
	}

	.nav-open .sidebar-wrapper {
		width: 200px !important;
		width: 200px !important;
	}

	.nav-open .main-panel {
		transform: translate3d(190px, 0, 0) !important;
	}

	#bodyClick {
		width: 13vh !important;
	}

	.panel-body {
		padding: unset !important;
	}

	#allMitra .header-transaction {
		font-size: 25px;
		margin-top: 5px;
	}

	.card-login-btn .col-xs-8 {
		width: 100%;
	}

	div.dataTables_filter input {
		width: 125px !important;
	}

	.btn-add-mitra {
		top: 15px !important;
		left: unset !important;
	}

	.header.header-setting-right,
	.header-setting-right2 {
		float: left;
	}

	.card-dashboard {
		width: 100%;
	}

	.col-dash-right {
		border-left: 0px !important;
		padding: 0px !important;
	}

	.p-dashboard-text {
		font-size: 12px;
	}

	.gf {
		font-size: 22px;
	}

	.col-12-produk {
		padding: 0px !important;
	}

	#allFaq {
		padding-bottom: 24px;
	}

	#allFaq {
		padding-bottom: 24px;
	}

	.image-modal-user {
		height: 15% !important;
	}

	/* .img-kyc.fts,
	.img-survey.fts {
		width: 100%;
		height: 150px;
		margin: 15px 0px 0px 0px;
	} */
}

@media screen and (max-width: 281px) {
	.btn-fixed {
		margin-bottom: 5px;
	}

	.btn-add-mitra {
		top: 15px !important;
		float: unset !important;
	}

	.gf {
		font-size: 22px;
	}

	.col-12-produk {
		padding: 0px !important;
	}

	.header.header-setting-right {
		margin-bottom: 0px !important;
	}

	.header-setting-right2 {
		margin-bottom: 15px !important;
	}
}

@media only screen 
and (max-device-width: 576px) 
{
	.snk-register-container {
		padding: 50px 20px !important;
	}
} 

/* SM Breakpoint */
@media only screen 
and (min-device-width: 576px) 
and (max-device-width: 767px) 
{
	#btnMerchantReporting .clm-5 {
		width: 33.3% !important;
	}

	#mitraMerchantReporting .clm-5 {
		width: 33.3% !important;
	}

	.list-report-merchant-css .clm-5 {
		width: 33.3% !important;
	}
}
/* End SM Breakpoint */

/* MD Breakpoint */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 991px) 
{
	.list-transaksi-qris-css .dt3 {
		width: 250px !important;
		top: 40px !important;
		left: 0px !important;
	}


	.list-transaksi-qris-css .dt3 .col-md-4 {
		width: 100% !important;
	}
}
/* End MD Breakpoint */

/* LG Breakpoint */
@media only screen 
and (min-device-width: 992px) 
and (max-device-width: 1200px) 
{
	#btnMerchantReporting .clm-5 {
		width: 20% !important;
	}

	#mitraMerchantReporting .clm-5 {
		width: 20% !important;
	}

	.list-report-merchant-css .clm-5 {
		width: 20% !important;
	}

	#modalCreateUserBTN .col-lg-6 {
		width: 100% !important;
	}
}
/* End LG Breakpoint */



/* @media only screen 
and (min-device-width: 480px) 
and (max-device-width: 932px) 
and (orientation: landscape) {
	.bg-overlay {
		overflow: unset !important;
		height: unset !important;
	}

	.login-left,
	.login-left-m {
		height: 40vh !important;
	}

	.col-xs-8 {
		width: 63% !important;
	}

	.col-xs-4 {
		width: 37% !important;
	}
} */
/* New Code */
.centeralign {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.centeralign-2 {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.bg-overlay {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.dt2 {
    left: 0px !important;
}

.m0 {
    margin: 0px;
}

.mt20 {
    margin-top: 20px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb12 {
    margin-bottom: 12px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb32 {
    margin-bottom: 32px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mAuto {
    margin: auto;
}

.p0 {
    padding: 0px;
}

.pl0 {
    padding-left: 0px !important;
}

.pl12 {
    padding-left: 12px !important;
}

.pb16 {
    padding-bottom: 16px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.t0 {
    top: 0px !important;
}

.b0 {
    bottom: 0px !important;
}

.clm-5 { width: 20%; float: left; padding-left: 15px; padding-right: 15px; }

/* .w100 { width: 100% !important; } */

.mw30 { width: 30%; }

.hAuto { height: auto !important; }

.login-left {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg_admin.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.login-left-m {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.login-img {
    position: relative;
    width: 100%;
    height: 100%;

    background: url(../images/logo_bale.png?v=2);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.login-form,
.form-reset {
    width: 100%;
    margin-bottom: 32px;
}

.login-forget {
    width: 100%;
}

.card.card-login {
    /* min-height: 460px; */
    height: fit-content;
}

.card.card-login .row {
    display: flex;
    height: 100%;
}

.card.card-login .content {
    padding: 24px;
}

.card.card-login .content h3 {
    margin-top: 0px;
    margin-bottom: 32px;
    text-align: center;
}

.card label {
    margin: 5px 0px;
}

.form-otp input {
    width: 190px;
    margin-bottom: 20px;
}

#setOtpBtn .text-error-setting,
#setOtpMitra .text-error-setting,
#setOtpMerchant .text-error-setting {
    bottom: 10px;
    margin-bottom: 20px;
}

.text-otp {
    margin-bottom: 20px !important;
}

.btn-forget,
.btn-back-login {
    width: 100% !important;
}

.pr {
    position: relative;
}

.pf {
    top: 170px !important;
}

.fw {
    flex-direction: unset !important;
    align-items: center !important;
}

.fw2 {
    flex-direction: column !important;
}

.form-otp {
    padding-right: 0px !important;
}
.card-full {
    width: 100%;
}

.form-icon {
    padding-left: 45px;
    padding-right: 45px;
    text-align: left !important;
}

.form-icon:focus,
.form-icon::placeholder {
    text-align: left !important;
}

.form-icon-l {
    padding-left: 45px;
    text-align: left !important;
    bottom: unset !important;
    width: 100% !important;
}

.form-icon-l:focus,
.form-icon-l::placeholder {
    text-align: left !important;
}

.header.header-setting-right,
.header-setting-right2 {
    margin-bottom: 15px;
}

.header-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.header-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.header-form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.header-form-group.center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.header-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.header-btn.type-2 {
    flex-wrap: unset !important;
}

.header-btn.right {
    justify-content: end;
}

.header-transaction {
    top: unset !important;
    margin-right: 10px;
}

.btn-fixed,
.btn-fixed-2 {
    float: none;
    top: 0px;
    left: 0px;
}

.btn-add-mitra {
    float: none;
    left: 0px;
    top: 0px !important;
}

.i { 
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    z-index: 9;
}

.i-r.icon-eye,
.i-r-t.icon-eye {
    left: unset !important;
}

.i-r { 
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
}

.i-r-t { 
    position: absolute;
    top: 13px;
    right: 13px;
    width: 30px;
    height: 30px;
}

.img-m {
    width: 280px;
    height: 280px;
    margin-bottom: 0px;
    left: unset !important;
    right: unset !important;
}

.i-filter {
    background: url(../images/dashboard_date/icon_date.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.i-user {
    background: url(../images/login/icon_username.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.i-lock {
    background: url(../images/login/icon_password.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.i-eye {
    background: url(../images/login/icon_showpassword.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-mobile .navbar-header {
    padding: 10px !important;
}

.navbar-mobile .navbar-header .navbar-toggle {
    margin: 0px !important;
}

.navbar-user {
    float: left;
    width: 100%;
    padding: 15px;
}

.navbar-user .navbar-right {
    margin: 0px;
}
.navbar-user .navbar-right .p-navbar-right {
    margin: 0px !important;
    text-align: right;
}

.modal-dialog-detail-produk,
.modal-dialog-tambah-produk,
.modal-dialog-filter-produk {
    margin: 24px auto;
}

.tab-card {
    list-style: none;
    padding: 0px;
}

.tab-card .tab-custom {
    display: block !important;
    margin-bottom: 20px !important;
}

.tab-card .tab-custom .card {
    padding: 0px 10px !important;
}

.b-right {
    border-right: 4px solid #787878;
}

.card-merchant-modal {
    background-position: center;
    background-repeat: no-repeat;
}

.td-input-survey.md-m {
    width: 75% !important;
    /* min-width: 75% !important; */
    max-width: 75% !important;
}

.td-revisi.md-m {
    width: 25% !important;
    max-width: 25% !important;
    /* min-width: 25% !important; */
}

.td-revisi.md-m .rs {
    width: 100% !important;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0px;
}

.radio-val.rp,
.radio-rev.rp {
    width: fit-content !important;
}

#formCreateUserBTN .select2-container .select2-selection--single {
    height: 40px !important;
}

#formCreateUserBTN .select2-selection__rendered {
    line-height: 36px !important;
}

#formCreateUserBTN .select2-selection__arrow {
    height: 39px !important;
}

.image-modal-user {
    height: 21%;
}

.dt2 {
    top: 42px;
}

.dt3 {
    width: 500px;
    left: -220px;
    bottom: unset !important;
}

.report-merchant {
    word-wrap: break-word;
}

.new-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px !important;
}

.new-toolbar .btn-group {
    position: relative;
    display: flex;
    margin: 0px !important;
    gap: 10px;
}

.note-popover .popover-content .note-para .dropdown-menu>div:first-child, 
.panel-heading.note-toolbar .note-para .dropdown-menu>div:first-child {
    margin-bottom: 10px !important;
}