.btn-cpm {
    border: 1px solid #6f42c1 !important;
    background: #6f42c1;
    color: #fff !important;
}
.btn-cpm:hover {
    background: #52289d;
}
.navbar-dark,
.sidebar {
    background: #33146a !important;
}
.navbar-brand img {
    height: 30px !important;
}
.nav-tabs-bottom .nav-link.active { color: #6f42c1; font-weight: bold;}
.nav-tabs-bottom .nav-link.active:before{ background-color:#6f42c1; }
.sidebar-user {
    background: #2b0e5f !important;
    margin-top: 12px;
}
.sidebar-dark .nav-sidebar > .nav-item-open > .nav-link:not(.disabled),
.sidebar-dark .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #6f42c1;
}
.cpm-data-empty {
    text-align: center;
    margin: 6% auto;
}
.cpm-data-empty p {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}
.cpm-data-empty img {
    width: 200px;
    display: block;
    margin: auto;
}
.cpm-data-empty a {
    background: #6f42c1;
}

.cpm-marquee {
    background-color: #2c2c2c;
    color: white;
    font-size: 12px;
    z-index: 100;
    width: 100%;
    height: 34px;
    position: fixed;
    bottom: 0;
    white-space: nowrap;
}
.cpm-marquee-text {
    margin-top: 9px;
}
.cpm-marquee-text a {
    color: #fff;
}
.cpm-marquee-text a .subtext {
    color: #4bfb4b;
    margin-left: 40px;
    margin-right: 100px;
}
.cpm-notification .notif-oneline {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 18px;
}/* CARD */
.card-cpm .card-header {
    border-bottom: 1px solid #dfe5ee !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.card-cpm .card-header .card-title {
    font-weight: bold;
}
.card-cpm .card-header .icon-primary {
    color: #ffc107;
}
.card-cpm .card-body {
    padding-top: 20px !important;
}
.card-cpm-list .datatable-header {
    padding-top: 15px;
}
.card-cpm-list .datatable-header .dataTables_filter,
.card-cpm-list .datatable-header .dataTables_length {
    margin-bottom: 15px !important;
}
/* END CARD */

/* BEGIN Modals */
.modal-cpm .modal-header {
    border-bottom: 1px solid #dfe5ee !important;
}
.modal-cpm .modal-header {
    padding-bottom: 15px;
}
.modal-cpm .modal-header .modal-title {
    font-weight: bold;
}
.modal-cpm .modal-footer {
    border-top: 1px solid #dfe5ee;
    padding-top: 15px;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 350px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}
.modal.right .modal-content {
    border-radius: 0;
    border: none;
}
.modal.right .modal-body {
    padding: 30px;
}
.modal.right .modal-body i {
    color: #ffc107;
}
.modal-info {
    padding: 15px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #dfe5ee !important;
}
#modal-tnc {
    height: 300px;
    overflow-y: hidden;
}
/* END or Modals */

.cpm-info {
    font-size: 11px;
    color: #ffc107;
    cursor: pointer;
}

.chart-list {
    list-style-type: none;
    padding: 0;
}
.chart-list .chart-list-circle {
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.chart-list .chart-list-circle.purple {
    background: #6f42c1;
}
.chart-list .chart-list-circle.warning {
    background: #ffc107;
}
.chart-list .chart-list-circle.danger {
    background: #dc3545;
}
.chart-list .chart-list-circle.success {
    background: #65b168;
}

.validation-valid-label:before {
    display: none;
}
.swal2-icon-text {
    font-size: 64px;
}
.text-pointer {
    cursor: pointer;
}
.text-pointer-event {
    pointer-events: none;
}
.content {
    padding-top: 0;
}
.page-header {
    margin-top: 13px;
}
.page-title {
    padding: 1.25rem 0;
}
.alt {
    font-size: 11px;
    color: #7c7c7c;
}
.table-nofitur .dataTables_empty {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.note-toolbar {
    z-index: 3 !important;
}
.note-btn-group {
    margin-top: 0 !important;
}
.c3-legend-item-tile {
    shape-rendering: auto;
    stroke-linecap: round;
    stroke-dasharray: 0.1 10;
    stroke-width: 8;
    transform: translate(6px, 1px);
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  }
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
.c3-legend-background {
    display: none;
}
.icon-transaction:before {
    content: "\f0b0";
}
.page-item.active .page-link {
    background: #6f42c1;
    border-color: #6f42c1;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

/* BEGIN Aan Style */
/* TYPOGRAPHY */
.fs-reguler-12 {
    font-size: 12px;
}
.fs-reguler-14 {
    font-size: 14px;
}
.fs-reguler-18 {
    font-size: 18px;
}
.fs-reguler-24 {
    font-size: 24px;
}
.fs-reguler-14 .decline {
    color: #dc3545;
}
.fs-reguler-14 .growth {
    color: #65b168;
}
.ft-green {
    color: #65b168;
}
/* END TYPOGRAPHY */

/* OPACITY */
.opacity-5 {
    opacity: 0.5;
}
.opacity-7 {
    opacity: 0.7;
}
/* END OPACITY */

/* PADDING CUSTOM */
.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}
/* END PADDING CUSTOM */

/* BACKGROUND */
.cpm-bg-yellow {
    background-color: #ffc107;
}
.cpm-bg-blue {
    background-color: #1a75ff;
}
.cpm-bg-green {
    background-color: #65b168;
}
/* END BACKGROUND */

/* ICON */
.product-list i.icon-stats-decline2 {
    color: #dc3545;
}
.product-list i.icon-stats-growth2 {
    color: #65b168;
}
/* END ICON */

/* FLEX */
.justify-item-center {
    display: flex;
    justify-content: center;
}
/* END FLEX */

/* CARD */
.card-white {
    background-color: #ffffff;
    min-height: 230px;
}
.card-white-bg {
    background-image: url("../img/bg_card/bg-box-portfolio-information-blue-transparent.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.min-height-230-bg-wave {
    background-image: url("../img/bg_card/bg-box-transparent.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    min-height: 230px;
    padding: 20px;
}
.card-header.padding-custom {
    padding-bottom: 0 !important;
}
.card-header p {
    margin: 0 !important;
}
/* END CARD */

/* FLY CONTENT */
.fly-content {
    color: #ffffff;
}
.fly-content-top,
.fly-content-bottom {
    display: block;
    margin-bottom: 20px;
}
.fly-content i.icon-stats-decline2,
.fly-content i.icon-stats-growth2 {
    color: #ffffff;
}
/* END FLY CONTENT */

/* SUGGESTION */
.box-suggestion {
    padding-bottom: 0 !important;
}
.suggestion {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 12px;
    background-color: #ffffff;
}
.suggestion .description {
    display: inline-block;
}
/* END SUGGESTION */

/* FILTER */
.card-filter {
    margin: 0 0 20px 0;
}
.search .dataTables_filter {
    position: relative;
    display: block;
    float: left;
    margin: 0;
}
.advance-filter {
    margin-left: 10px;
}
.advance-filter button.filter {
    color: #7c7c7c;
    border: 1px solid #dddddd;
}
.advance-filter button.filter:hover {
    color: #ffffff;
    background-color: #1a75ff;
    border: 1px solid #1a75ff;
}
/* END FILTER */

/* FILTER RESULT */
.card-filter-result {
    display: block;
    margin-top: 10px;
}

.filter-result-choice {
    display: inline-block;
    color: #7c7c7c;
    padding: 8px 12px;
    width: 99px;
    height: 38px;
    border-radius: 100px;
    border: solid 1px #eaeaea;
    background-color: rgba(0, 0, 0, 0.02);
}

.filter-result {
    display: inline-block;
    color: #7c7c7c;
    padding: 8px 12px;
    height: 38px;
    border-radius: 100px;
    border: solid 1px #eaeaea;
    background-color: rgba(0, 0, 0, 0.02);
}
.ffilter-result-choice:hover {
    background-color: #ddd;
}

.filter-result-choice.active {
    background-color: #f0ecf8;
    color: #6f42c1;
    border: solid 1px #6f42c1;
}

.filter-result:hover {
    background-color: #ddd;
}

.filter-result.active {
    background-color: #f0ecf8;
    color: #6f42c1;
    border: solid 1px #6f42c1;
}

.filter-result p {
    display: inline-block;
    margin: 0;
}
.filter-result button.remove {
    background-color: transparent;
    color: #7c7c7c;
    border: 0px;
    margin: 0px;
    padding: 0px;
}
.filter-result i {
    display: inline-block;
}
/* END FILTER RESULT */

/* VALUE OPTION */
.value-option-overflow-x {
    margin-top: 10px;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}
.value-option {
    display: inline-block;
    color: #7c7c7c;
    padding: 4px 10px;
    border-radius: 100px;
    border: solid 1px #eaeaea;
    background-color: #ffffff;
    cursor: pointer;
}
.value-option:hover {
    background-color: rgba(0, 0, 0, 0.02);
}
/* END VALUE OPTION */

/* PRODUCT LIST - DETAIL */
.product-list-overflow {
    min-height: 250px;
    max-height: 500px;
    overflow: auto;
}
.product-list {
    display: block;
}
.product-list button {
    margin: 2px;
}
.product-list button.btn-solid {
    min-width: 100px;
}
/* END PRODUCT LIST - DETAIL */

/* TABLE BOX LEFT BORDER */
.table-box-green {
    border: 1px solid #eaeaea;
    border-left: 4px solid #65b168;
    border-radius: 4px;
    padding: 20px;
    margin: 10px 0;
}
.table-box-yellow {
    border: 1px solid #eaeaea;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
    padding: 20px;
    margin: 10px 0;
}
.table-box-purple {
    border: 1px solid #eaeaea;
    border-left: 4px solid #6f42c1;
    border-radius: 4px;
    padding: 20px;
    margin: 10px 0;
}
.table-box-orange {
    border: 1px solid #eaeaea;
    border-left: 4px solid #fd7e14;
    border-radius: 4px;
    padding: 20px;
    margin: 10px 0;
}
/* END TABLE BOX LEFT BORDER */

/* PRODUCT LOGO BOX */
.logo-product {
    position: relative;
    float: left;
}
/* END PRODUCT LOGO BOX */

/* PRODUCT IDENTITY BOX */
.identity-product {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* END PRODUCT IDENTITY BOX */

/* IMAGE SMALL */
.img-product-logo {
    background-color: #ffffff;
    width: 50px;
    padding: 4px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
/* END IMAGE SMALL */

/* PRODUCT RECOMMEND BOX LARGE */
.recommended-product-box .carousel-indicators {
    margin: 0;
    padding: 0;
}
.recommended-product-box ol.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #7c7c7c;
}
.recommended-product-box .carousel-indicators {
    position: relative;
}
.recommended-product-box-content {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
}
.recommended-product-box-content i.icon-star-full2 {
    color: #dfe5ee;
}
.recommended-product-box-content i.checked {
    color: orange !important;
}
/* END PRODUCT RECOMMEND BOX LARGE */

/* ALERT */
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
/* END ALERT */

/* MODAL REDEEM */
.redeem-summary {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 15px;
    background-color: #ffffff;
}
.button-main {
    border: 1px solid #65b168;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
a.button-main-content {
    padding: 20px;
    text-decoration: none;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background-color: #65b168;
}
a.button-main-content:hover {
    opacity: 0.9;
}
button.previous {
    background-color: transparent;
    border: 0px;
    margin: 0px;
}
/* END MODAL REDEEM */

/* END Aan Style */

/* Dashboard SSO */
.card-wave-ass {
    background-image: url("../img/bg-wave-ass.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.card-wave-yellow {
    background-image: url("../img/bg-wave-yellow.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.card-campaign-full {
    background-image: url("../img/bg-campaign-full.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.card .bg-icon-opt3 {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.card-small-title .text-uppercase {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.14;
}

/* END Dashboard SSO */

/* KycController */
.img-header-set-height {
    height: 25px;
}
/* END KycController */

.watchlist {
    font-size:18px;
    color:#eaeaea;
}

.watchlist.add{
    color:#ffc107;
}
