@font-face {
    font-family: Monrope-regular;
    src: url(/templates/panel/fonts/manrope-static/Manrope-Regular.ttf);
}
@font-face {
    font-family: Monrope-light;
    src: url(/templates/panel/fonts/manrope-static/Manrope-Light.ttf);
}

.btn{
    transition: 0.3s;
}
body {
    font-family: Monrope-regular;
    color: #111820;
    letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: Monrope-light !important;
}

/* padding */
.p-0 {
    padding: 0px !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-20 {
    padding: 20px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}

/* margin */
.m-auto {
    margin: auto !important;
}
.m-0 {
    margin: 0px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-tb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.m-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.ml-5 {
    margin-left: 7px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.ml-15 {
    margin-left: 15px !important;
}

/* font-family TF */
.ff-mr {
    font-family: Monrope-regular !important;
}
.ff-ml {
    font-family: Monrope-light !important;
}

/* font-size custome */
.fz-10 {
    font-size: 10px !important;
}
.fz-12 {
    font-size: 12px !important;
}
.fz-14 {
    font-size: 14px !important;
}
.fz-16 {
    font-size: 16px !important;
}
.fz-18 {
    font-size: 18px !important;
}
.fz-20 {
    font-size: 20px !important;
}

p, span, label {
    font-family: Monrope-light !important;
    font-weight: 100;
}

.line-height-1_3 {
    line-height: 1.3 !important;
}
.border-none {
    border: none !important;
}

.text-transform-uppercase {
    text-transform: uppercase !important;
}
.text-ls-08 {
    letter-spacing: 0.8px;
}
.text-bold, .fw-bold {
    font-weight: bold;
}

.text-grey {
    color: var(--grey-primary) !important;
}
.text-green {
    color: #02c55a !important;
}

.text-light-green {
    color: #B1EBC6 !important;
}

.text-dark-green {
    color: #004D43 !important;
}

.text-deco-underline {
    text-decoration: underline !important;
}
.text-success {
    color: #111820 !important;
}
.text-white {
    color: #fff !important;
}
.fa-circle:before {
    content: "\f111";
    color: #00b481;
}
.fa-unlock:before {
    color: #fff !important;
}

.truncate {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.truncate-box-title {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.not-realy-rounded {
    border-radius: 3px !important;
}
.width-auto {
    width: auto !important;
}
.badge {
    border-radius: 0px !important;
    font-size: 14px !important;
}
.label.badge-cus {
    border-radius: 0 !important;
}
.progress {
    margin-top: 5px !important;
}
.progress-bar-aqua, .progress-bar-info {
    background-color: #427dda;
}
.progress-bar-green, .progress-bar-success {
    background-color: #00b451;
}
.progress-bar-red, .progress-bar-danger {
    background-color: #eb5444;
}
.progress-bar-yellow, .progress-bar-warning {
    background-color: #f8a240;
}

.box-body-green {
    background-color: var(--green-primary);
    color: #fff;
}
.box-body-darkgreen {
    background-color: #0D3E35;
    color: #fff;
}

.checkbox {
    display: inline;
    margin: 0 5px;
}

.box-round {
    border-radius: 10px;
}

.download-app img {
    width: 125px;
    margin-right: 10px;
}

.main-footer {
    align-items: center;
    display: flex;
    padding: 15px 15px 12px;
}
input[type=radio] {
    accent-color: #03ab4e !important;
}
.panel-heading {
    padding: 12px !important;
}

@media(min-width:992px) {
    .col-padd-cus-left {
        padding-left: 10px;
    }
    .col-padd-cus-right {
        padding-right: 10px;
    }
}

@media(max-width:767px) {
    .download-app {
        margin-bottom: 10px;
    }

    .main-footer {
        flex-direction: column;
    }
    .btn-donwload-new{
        width: 100%;
        max-width: 50%;
    }
    .mbl {
        display: flex;
        justify-content: space-between;
    }
    .btn-addcart{
        max-width: 50px;
    }
    .fs-mobile{
        font-size: 0.9em;
    }
    .btn-mbl {
        width: 90px !important;
    }
    .mdl-p,.mdl-p-new {
        font-size: 16px !important;
    }
    .mdlbdynew{
        padding: 0px 10px !important;
    }
    .modal-body.tw{
        padding: 10px 10px 15px !important;
    }
    .mdl-img-new{
        max-width: 100% !important;
    }
    
    .image-none {
        display: none;
    }
    .broker-media-resp {
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
    }
    .activity-new{
        width: 100%;
        margin-bottom: 16px;
    }
    .kinerja-new{
        width: 100%;
        margin-bottom: 24px;
    }
    .broker-media-body-resp {
        display: flex !important;
        justify-content: center !important;
        margin-top: 25px !important;
    }
    .form-group.btn-res-nolbl {
        bottom: 25px !important;
        position: relative !important;
        margin-bottom: -20px !important;
    }
    .cus-con {
        margin: 25px 0 !important;
    }
}

@media(min-width: 767px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

@media (min-width:767px) and (max-width:1305px) {
    .box-title-desc-resp {
        margin-left: 5px;
        width: calc(100% - 150px) !important;
    }
    .mbl {
        display: flex !important;
        justify-content: space-between !important;
    }
}

.main-footer .pull-right {
    margin-left: auto;
}

.btn-acpt {
    background-color: var(--green-primary) !important;
    border: 1px solid var(--green-primary) !important;
    border-radius: 3px;
    margin: 7px;
}
.btn-rjt {
    background-color: #ecf0f5 !important;
    border: 1px solid var(--green-primary) !important;
    border-radius: 3px;
    margin: 7px 0;
}
.btn-whatsapp {
    color: #fff;
    background-color: #5cbf14;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #4da40d;
    border-color: rgba(0, 0, 0, 0.2);
}

.btn-whatsapp:active {
    color: #fff;
    background-color: #4da40d;
    border-color: rgba(0, 0, 0, 0.2);
}

.box-channel-my.row{
    margin: 0;
}
.box-channel-my.row .col-xs-4{
    padding: 0 5px;
}

.box-channel-my{
    text-align: center;
}
.box-channel-my p{
    margin-bottom: 0;
    font-size: 14px !important;
}
.box-channel-my h3{
    font-size: 26px;
    margin-top: 5px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alert-success p {
    color: #fff;
}

.alert-default {
    background: #fff;
}

div.alert.alert-block.alert-error {
    text-align: center;
}

.logo-lg {
    text-align: left;
}
.logo-lg>img {
    margin-bottom: 5px;
}

.pointer {
    cursor: pointer;
}


/*Juli 2017*/

.main-header .navbar,
.main-header .logo,
.black-box {
    background-color: #fbfcfd !important;
    color: #000 !important;
}
.main-header {
    box-shadow: 0 0 8px 0 #b7b7b7;
}
.main-header .sidebar-toggle {
    padding: 15px 2px !important;
}
.box-solid {
    border: none !important;
}

.timeline:before {
    width: 2px;
    left: 32px;
}
.timeline>.time-label>span {
    background: #E1E6E8!important;
    color: #000 !important;
    padding: 10px 15px;
    font-weight: 100;
    margin: 0px 0px 20px -15px;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
    word-break: break-all;
    font-size: 14px;
    border: none;
    color: #000;
    margin: 3px;
}
.timeline-inverse>li>.timeline-item {
    background: #E1E6E8;
    border: 1px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.timeline>li>.timeline-item>.time {
    color: #000;
    float: right;
    padding: 12px;
    font-size: 12px;
}

.active-broker {
    border-left-color: #00AB9A !important;
    background-color: #e5f8ec !important;
}
.skin-blue .sidebar-menu>li>a {
    color: #707880;
}
.skin-blue .treeview-menu>li>a {
    color: #707880 !important;
}
.skin-blue .sidebar-form {
    border: none !important;
}
.skin-blue .sidebar-form .btn {
    color: #004D43 !important;
}
.skin-blue .sidebar-form input[type="text"], .skin-blue .sidebar-form .btn {
    background-color: #e1e6e8 !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    background: #004D43 !important;
    border-left-color: #02c55a !important;
    color: #fff !important;
}
.skin-blue .sidebar-menu>li:hover>a.active-broker, 
.skin-blue .sidebar-menu>li.active>a.active-broker {
    background: #def6e7 !important;
    border-left-color: #02c55a !important;
    color: #111820 !important;
}
.skin-blue .treeview-menu>li:hover>a {
    background-color: #739890 !important;
}

.skin-blue .sidebar-menu>li>a .cus-df-5 .img-hov {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.skin-blue .sidebar-menu>li:hover>a .cus-df-5 .img-hov {
    display: inline;
    margin: 13px 15px;
}
.skin-blue .sidebar-menu>li>.treeview-menu>li:hover .cus-df-5 .img-noactive {
    display: none;
}
.skin-blue .sidebar-menu>li.active>a .cus-df-5 .img-active,
.skin-blue .sidebar-menu>li>.treeview-menu .active .cus-df-5 .img-active {
    display: inline;
}
.skin-blue .sidebar-menu>li>a .cus-df-5 .img-active,
.skin-blue .sidebar-menu>li>a .cus-df-5 .img-hov,
.skin-blue .sidebar-menu>li>.treeview-menu .cus-df-5 .img-active,
.skin-blue .sidebar-menu>li>.treeview-menu .cus-df-5 .img-hov {
    display: none;
}
.skin-blue .sidebar-menu>li.active>a .cus-df-5 .img-noactive,
.skin-blue .sidebar-menu>li>.treeview-menu .active .cus-df-5 .img-noactive,
.skin-blue .sidebar-menu>li>.treeview-menu .active>li:hover .cus-df-5 .img-hov {
    display: none;
}
.skin-blue .sidebar-menu>li>a .cus-df-5 .img-noactive,
.skin-blue .sidebar-menu>li>.treeview-menu .cus-df-5 .img-noactive,
.skin-blue .sidebar-menu>li>.treeview-menu>li:hover .cus-df-5 .img-active {
    display: inline;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    background: transparent !important;
    margin: 0 -5px !important;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #f7fafb !important;
}
.skin-blue .main-header li.user-header {
    background-color: #004d43 !important;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #004D43 !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: transparent !important;
}
.skin-blue .main-header .navbar .nav>li>a {
    color: #111820 !important;
}
.skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a {
    color: #111820 !important;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover {
    color: #fcfcfc !important;
}
.skin-blue .sidebar-menu>li>.treeview-menu>li.active {
    background-color: #739890;
}
.sidebar-menu .treeview-menu>li>a {
    padding: 10px 5px 10px 48px;
}

.icon-ois-menu {
    background: white;
    border-radius: 10px;
}
.icon-addon-cus {
    width: 17px;
}

.my-3 {
    margin: 3em 0;
}

.my-1 {
    margin: 1em 0;
}

.mb-1 {
    margin-bottom: 1em;
}

.mt-1 {
    margin-top: 1em;
}

.mt-2 {
    margin-top: 2em;
}

.mt-3 {
    margin-top: 3em;
}

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

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

.px-1 {
    padding: 0 1em;
    line-height: 32px;
}

.text-black {
    color: #111820;
}

.col-s {
    padding-left: 5px;
    padding-right: 5px;
}

.row-s .box {
    margin-bottom: 10px;
}

.flex {
    display: flex;
}
.flex-end {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-center-spar {
    display: flex !important; 
    justify-content: space-around; 
    align-items: center;
}
.row-mantap {
    display: flex;
    flex-wrap: wrap;
}

.row-s {
    margin-right: -10px;
    margin-left: -10px;
}

.channel-profile {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.channel-profile-left{
    display: flex;
    align-items: center;
}

.ipad-recnt-signal{
    display: flex;
    margin-left: 16px;
}

@media screen and (max-width: 322px){
    .new-profit{
        align-items: baseline;
    }
}

@media screen and (max-width: 396px){
    .channel-addon{
        text-align: left !important;
        margin-top: 8px !important;
    }
    .chnl-rate-price{
        margin-left: 4px;
    }
    .signal-submit{
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 368px){
    .ipad-recnt-signal{
        margin-left: 20px !important;
        font-size: 12px;
    }
}

@media screen and (max-width: 880px){
    .ipad-recnt-signal{
        margin-left: 24px !important;
    
    }
    .card-signal{
        width: 100% !important;
    }
    .btn-ipad {
        width: 100% !important;
    }
}
@media screen and (max-width: 991px){
    .col-sm-12.notifStatus-mobile {
        display: flex !important;
        align-items: center;
        padding: 15px;
        margin-bottom: 15px;
    }
    .notifStatus{
        display: none !important;
    }
}

@media screen and (min-width: 880px) and (max-width: 1268px){
    .ipad-recnt-signal{
        margin-left: 20px !important;
    }
    .card-signal{
        width: 50% !important;
    }
}

@media screen and (min-width: 1496px){
    .card-signal{
        width: 25% !important;
    }
}  

.flex-ai-center{
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}
.profile-channel-avatar {
    margin: 7px 12px 0 0;
}
.medal-image {
    margin-top: 15px;
}
.channel-avatar {
    /* margin: 0px 10px 0px 10px; */
    margin: 0;
}
.channel-avatar img {
    width: 50px;
}
.channel-medal img {
    width: 35px;
}

.channel-name {
    width: 100%;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px;
}
.channel-name p.sl,
.channel-name span.sl {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    color: #7add9f !important;
}
.channel-name h5 {
    color: #9f9b9b;
}
.channel-name h5 span {
    font-weight: bold;
    color: #00b451;
}

.channel-name.add {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.channel-name p {
    font-weight: 600;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px !important;
    font-family: Monrope-regular !important;
}

.channel-name h6,
.channel-name h3 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channel-name h3 {
    margin-top: 0;
}

.channel-name h5 {
    margin-bottom: 0px;
    margin-top: 6px;
}

.channel-addon {
    width: 50%;
}

.channel-media-flex{
    display: flex;
    align-items: center;
    width: 100%;
}

.channel-avatar .img-medal {
    width: 45px;
    padding-left: 5px;
}
.mpc-channel-addon {
    width: 80px;
}

.box-baru P {
    margin-bottom: 0;
}

.box-powered {
    margin: 20px;
}

.chnl-rate-price {
    font-weight: bold;
    font-size: 12px;
    color: var(--text-sub-secondary);
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

.chnl-rate-price.text-center span {
    font-size: 16px;
    margin-top: -4px;
}

.chnl-rate-price span {
    color: var(--green-primary);
    font-size: 30px;
    display: block;
    white-space: pre;
}
.chnl-rate {
    font-weight: bold;
    font-size: 12px;
    color: unset;
    font-family: 'Monrope-light' !important;
    line-break: anywhere;
    color: var(--text-sub-secondary);
}

.chnl-rate.text-center span {
    font-size: 12px;
    /* margin-top: -4px; */
}

@media screen and (max-width: 373px)  {
    .chnl-rate {
        font-size: 8px;
    }
    .chnl-rate-container{
        padding: unset;
    }
    .chnl-rate span {
        font-size: 20px;
    }
    .price-text {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}

.chnl-rate span {
    color: var(--green-primary);
    font-size: 24px;
    display: block;
    white-space: pre;
    font-weight: 600;
}

.signal-bg {
    border-radius: 2px;
    background: #e1e6e8;
    border-radius: 2px;
}

.signal-bg.signal-riwayat.nav{
    background: transparent;
    min-height: 165px;
}

.signal-bg li {
    padding: 12px 15px;
}

.signal-bg li:nth-child(-n+3) {
    border-bottom: transparent
}

.signal-copy {
    background: transparent;
    border: none;
    padding: 5px
}

.margin-adtn {
    margin-right: 70px;
}

.alert-time {
    position: fixed;
    z-index: 10000;
    width: 100%;
    padding: 0 15px;
    top: 15%;
}

.alert-time.dscc {
    top: 20%;
}

.alert-modal {
    width: 800px;
    max-width: 100%;
    margin: 25px auto 0;
}

.box-pad {
    padding: 15px 10px;
}

.box-pad img {
    margin: 0 20px;
}

.btn.req {
    background: var(--green-primary);
    color: white;
    border: var(--green-primary);
}

.btn.req:hover {
    background: var(--green-primary);
}

.btn.depo {
    background: var(--green-dark-1);
    color: white;
    border: var(--green-dark-1);
}

.btn.depo:hover {
    background: var(--green-dark-1);
}

.btn-app {
    height: 65px;
}
.btn-app-bkr {
    height: auto;
    width: 155px !important;
    margin: 0 12.5px 25px 12.5px !important;
    border: none;
}
.btn-app-bkr p {
    font-size: 16px;
    margin: 0px;
}
.btn-app-bkr:hover {
    background-color: var(--hov-grey);
}

.btn-app-15 {
    width: 15%;
    border: none;
}

.btn-app-29 {
    width: 29%;
    border: none;
}
.btn-app-30 {
    width: 30%;
    border: none;
}

.btn-app-45 {
    width: 45%;
    border: none;
}
.p-btn-addtn {
    padding: 10px 30px !important;
}
.profile-btn .btn-app {
    font-size: 14px;
    height: 70px;
}

.profile-btn .btn-app .cus-df {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.profile-btn .btn-app .cus-df img {
    width: 18px;
}
.profile-btn .btn-app .cus-df p {
    margin-top: 5px;
}

.cus-df-1 {
    display: flex;
    align-items: center;
}
.cus-df-1 img {
    width: 22px; 
    margin: 0px 10px 0px 0px;
}

.cus-df-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}
.cus-df-2 img {
    width: 20px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.dflt .cus-df-2 p {
    color: #111820;
}

.dflt:hover {
    background-color: var(--hov-grey);
}

.cus-df-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}
.cus-df-3 img {
    width: 20px;
    margin-top: -3px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.cus-df-3 p {
    font-size: 16px;
}

.cus-df-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cus-df-5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.cus-df-5 img {
    width: 18px;
}
.cus-df-5 span {
    margin-left: 14px;
    font-size: 14px;
}

.cus-df-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}
.cus-df-6 img {
    width: 35px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
}

.callout-cus {
    padding: 25px !important;
    margin-top: 5px !important;
}
.callout-dark-green {
    border-left: 5px solid #103128;
}

.bg-white {
    background-color: #fff !important;
}
.bg-grey {
    background-color: #959da3 !important;
}
.bg-grey-secondary {
    background-color: #ECEFF2 !important;
}
.bg-gray {
    background-color: #FCFCFC !important;
}


.bgc-aqua {
    color: #fff !important;
    background-color: #00c0ef !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #0262b2 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #d03b02 !important;
}

.bg-orange {
    background-color: var(--orange-chart) !important;
}
.bg-green-primary {
    background-color: var(--green-primary) !important;
}
.bg-green-dark-1 {
    background-color: var(--green-dark-1) !important;
}

.bullet-cus ul li::before { 
    content: '';
    display: inline-block;
    position: relative;
    height: 13px;
    width: 15px;
    background-size: 15px;
    background-image: url("/templates/panel/img/checklist-green.png");
    background-repeat: no-repeat;
    margin-right: -15px;
    left: -25px;
}
.bullet-cus ul {
    list-style-type: none;
} 
.bullet-cus-2 ul li::marker {
    /* content: "\2022"; */
    color: var(--green-primary);
} 

.btn.btn-close {
    float: right;
    top: -2px;
    right: -21px;
    position: relative;
    font-size: 20px;
    padding: 3px 5px 5px;
    line-height: 14px;
    color: #888;
}

.gs img {
    filter: grayscale(100%);
}

.logo-mobile-tf {
    padding: 0px;
    margin-top: 10px;
}

.logo-mobile-tf .text-center {
    padding: 7px 0;
}

.logo-mobile-tf img {
    width: 100%;
    max-width: 170px;
}

.trial-alert.alert-info {
    border: none;
    border-left: 5px solid rgb(4, 46, 123);
    z-index: 100;
    margin-bottom: 10px;
}

.trial-alert.alert-warning {
    border: none;
    border-left: 5px solid rgb(160, 51, 9);
    z-index: 100;
    margin-bottom: 10px;
}

.btn-success {
    background-color: #00b451 !important;
    border-color: #00b451 !important;
}
.btn-success.btn-flat.bordered {
    border-bottom: 5px solid #1a742f;
    font-size: 14px;
}

.btn-datar {
    border-radius: 0px;
    border-width: 1px;
    padding: 8px 22px;
    font-size: 16px !important;
}

.btn-rounded {
    padding: 10px 25px;
    border-radius: 50px;
    background: white;
    font-weight: bold;
}

.btn-filter {
    margin-bottom: 1em;
    margin-right: 0.5em;
    font-size: 16px;
    font-weight: normal;
}

.signal-col .user-panel {
    padding: 5px 5px 0;
}

#filterChannel {
    padding-right: 0 !important;
}

#filterChannel .modal-dialog {
    min-height: 100%;
    margin: 0;
}


#filterChannel .modal-content {
    min-height: 100%;
    position: fixed;
    width: 100%;
}

#filterChannel .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.signal-submit {
    padding: 0 5px;
    margin: 10px 0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: #707880;
}

@media (max-width: 390px){
    .signal-submit{
        display: flex !important;
        flex-direction: column;
    }
}

.rtc {
    text-align: right;
}

.scrollbarC {
    max-height: 410px;
}

.rek-vid {
    width: 18%;
    margin-right: 25px;
}

@media (max-width:767px) {
    .sec-1{ 
        display: block !important; 
    } 
    .nav.nav-tabs { 
        width: 1100px; 
    } 
    .btn-md{ 
        width: 100%; 
    } 
    .cal-btn{ 
        width: 100%; 
    } 
    .actv-rg { 
        width: 100%; 
    } 
    .btn-mobile-kinerja{ 
        display: block !important; 
        width: 100%; 
        color: #FCFCFC; 
        background-color: #00b451; 
        font-size: 16px; 
        font-weight: bold; 
        margin-top: 25px; 
    } 
    .btn-lap{ 
        display: none; 
    } 
    .jmltotl, .jmltotl-estimasi{ 
        font-size: 24px; 
    } 
    .box-summary.bg-white{ 
        margin: 10px 0 !important; 
        padding: 20px !important; 
    }
    .del-account{
        display: block !important;
    }
    .des-del{
        margin-left: 0 !important;
    }
    .mm-0 {
        margin: 0px !important;
    }
    .lh-channel {
        line-height: 2.3;
    }
    .mmt-20 {
        margin-top: 20px !important;
    }
    .mmb-5 {
        margin-bottom: 5px !important;
    }
    .cus-df-1 img {
        width: 2em !important;
    }

    .cus-cfx{
        margin-left: 0 !important;
    }
    .cus-cfx h4{
        display: none !important;
    }
    .cus-cfx ul {
        list-style-type: none !important;
        text-align: center !important;
        padding: 0 !important;
        margin-top: 20px !important;
    }
    .m-title-position {
        display: block !important;
        margin-left: 32px !important;
        margin-top: -25px !important;
        line-height: 1.3 !important;
    }
    .mbl-chn-brw {
        display: flex !important;
        align-items: flex-start !important;
        flex-direction: column !important;
        margin-top: 10px !important;
        margin-left: 77px !important;
    }
    .mbl-mpl-lbl {
        vertical-align: middle !important;
        top: -2px !important;
        position: relative !important;
        left: 14px !important;
        margin-bottom: -12px !important;
    }
    .mbl-pos-lbl {
        vertical-align: middle !important;
        top: -6px !important;
        position: relative !important;
        left: 30px !important;
    }
    .main-header .sidebar-toggle {
        padding: 15px 15px !important;
    }
    .fixed .content-wrapper,
    .fixed .right-side {
        padding-top: 50px;
    }
    .main-sidebar,
    .left-side {
        padding-top: 50px;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding-top: 18px;
        padding-bottom: 10px;
    }
    .rtc {
        text-align: center;
    }
    .btn-app-15 {
        width: 45% !important;
        padding: 15px !important;
    }
    .btn-app-40 {
        width: 40% !important;
    }
    .mw-100 {
        width: 100% !important;
    }
    .mC {
        text-align: center !important;
    }

    .box-channel-my p{
        font-size: 12px !important;
    }
    .box-channel-my h3{
        font-size: 18px;
    }

    .box-my-foot .btn{
        margin-bottom: 10px;
    }

    .scroll-tab, .scroll-tab-2 {
        overflow-x: scroll;
    }
    .scroll-tab .nav{
        width: 700px;
    }
    .scroll-tab-2 .nav{
        width: 680px;
    }

    .timeline>li>.timeline-item>.time{
        float: none;
        margin-top: 0;
        display: block;
        padding-bottom: 0;
    }
    .timeline-inverse>li>.timeline-item{
        margin-right: 0;
    }

    #timeline{
        padding: 20px !important;
    }
    .timeline>.time-label>span{
        margin: 0px 0px 0px -15px;
    }
    .demo-notes {
        padding: 35px 15px 25px 0px !important;
    }
}

@media (max-width: 1179px) {
    .info-download-mobile {
        top: 18px !important;
        text-align: center !important;
    }
    .image-download-none {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
    .tb-im-btn-app-bkr {
        width: 205px !important;
    }
    .tb-im-col-sm-12 {
        width: 100% !important;
    }
    /* .tb-im-col-sm-6 {
        width: 50% !important;
    } */
}
@media (min-width: 768px) and (max-width: 992px) {
    .tblt-img-download-btn {
        padding-top: 30px;
    }
    .mC {
        text-align: left !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .tblt-col-sm-4 {
        width: 33.33333333% !important;
    }
    .mobile-del{
        display: none;
    }
    .ipad-del{
        display: block !important;
    }
    .t-ipad{
        font-size: 20px;
    }
    .des-del{
        margin-left: 15px !important;
    }
    .tblt-col-sm-7 {
        width: 58.33333333% !important;
    }
    .tblt-flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btn-app-15 {
        width: 30%;
    }
    .tblt-mt-20 {
        margin-top: 20px;
    }
    .tblt-col-sm-12 {
        width: 100%;
    }
    .tb-im-col-sm-6 {
        width: 50% !important;
    }
}

@media (min-width: 1024px) and (max-width: 1179px) {
    .tb-im-col-sm-12 {
        width: 100% !important;
    }
    .tb-im-col-sm-6 {
        width: 50% !important;
    }
    .tb-im-col-md-6 {
        width: 50% !important;
    }
    .tblt-col-md-10 {
        width: 83.33333333% !important;
    }
}
/* tablet landscape */
@media (min-width: 1180px) and (max-width: 1400px) {
    /* .mC {
        text-align: center !important;
    } */
    .tblt-col-sm-4 {
        width: 33.33333333% !important;
    }
    .ntext{
        margin-bottom: 60px;
    }
    /* .ntextipad{
        margin-bottom: 33px;
    } */
    .tblt-col-sm-7 {
        width: 58.33333333% !important;
    }
    .tblt-col-md-12 {
        width: 100% !important;
    }
    .tblt-col-md-6 {
        width: 50% !important;
    }
    .tb-ipm-col-md-12 {
        width: 100% !important;
    }
    .tb-ipm-col-md-6 {
        width: 50% !important;
    }
    .tblt-flex-dir-col {
        display: flex;
        align-items: center;
    }
    .btn-app-15 {
        width: 30%;
    }
}
@media (min-width: 1024px) and (max-width: 1179px) {
    .mC {
        text-align: left !important;
    }
    .tblt-col-sm-4 {
        width: 33.33333333% !important;
    }
    .tblt-col-sm-7 {
        width: 58.33333333% !important;
    }
    .tblt-col-md-12 {
        width: 100% !important;
    }
    .tblt-col-md-6 {
        width: 50% !important;
    }
    .tb-ipa-col-md-12 {
        width: 100% !important;
    }
    .tb-ipa-col-md-6 {
        width: 50% !important;
    }
    .tblt-flex-dir-col {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .btn-app-15 {
        width: 30%;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .btn-app-29 {
        width: 44% !important;
    }
    .tblt-img-download-btn {
        padding-top: 45px;
    }
    .scrollbarC {
        max-height: 485px;
    }
    .truncate-email {
        width: 190px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1201px) and (max-width: 1500px) {
    .truncate-email {
        width: 210px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1024px){
    #load-more-feed{
        padding: 0 10px;
    }
}

.loadd {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.loader {
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 15% auto;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.select2-container .select2-selection--single {
    height: 31px !important;
}

.loader-in,
.loader-in:before,
.loader-in:after {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.2s infinite ease-in-out;
    animation: load7 1.2s infinite ease-in-out;
}

.loader-in {
    color: #3c8dbc;
    font-size: 10px;
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -22px;
    margin-bottom: 18px;
}

.loader-in:before,
.loader-in:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader-in:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader-in:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

#surveiTf .form-group input[type=radio] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

#surveiTf .select2-container {
    font-size: 14px !important;
}

#surveiTf .selection .select2-selection__rendered {
    color: #ddd !important;
}

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

#surveiTf .select2-container--above .selection .select2-selection__rendered,
#surveiTf .select2-container--below .selection .select2-selection__rendered {
    color: black !important;
}

#surveiTf .input-group .selection {
    font-size: 14px;
}

#surveiTf .input-group .selection .select2-selection {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 36px !important;
    border: 1px solid #ddd;
    border-left: 0;
    background-color: #eee;
}
.select2-container--default .select2-selection--single {
    border-radius: 2px !important;
}
#surveiTf .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px;
    height: 31px;
}

#surveiTf .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    background: #eee;
}

form .form-control {
    border-radius: 2px !important;
}
.profile-form .form-control {
    color: #111820 !important;
    font-weight: bold !important;
}
#surveiTf .input-group .form-control,
#surveiTf .input-group-addon,
#surveiTf .input-group-btn,
#surveiTf textarea.form-control {
    display: table-cell;
    background-color: #eee !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #a5a5a5 !important;
    background-color: #ecf0f6 !important;
}

.form-control[readonly] .form-control.input-rg-email {
    color: #a5a5a5 !important;
    background-color: #174b3d !important;
}

.box-header{
    border-radius: 2px;
    padding: 15px;
}
.box-header>.box-tools{
    top: 8px;
}
.req-acc.box-header>.box-tools{
    top: 5px;
    right: 20px;
}

.table thead tr th:first-child {
    border-top-left-radius: 4px;
}

.table thead tr th:last-child {
    border-top-right-radius: 4px;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.btn {
    border-radius: 4px;
}
.btn.cobalagi {
    margin-top: 10px;
    background-color: transparent;
    border: 0.5px solid green;
    color: green;
}
.btn.cobalagi:hover {
    background-color: #00b451;
    color: #fcfcfc;
}
form .box-body {
    padding: 20px 15px !important;
}
.form-horizontal .box-body {
    padding: 20px 15px !important;
}
.box-body.box-py{
    padding: 25px 10px;
}

.btn-green {
    color: #fff;
    background-color: var(--green-primary);
    border-color: var(--green-primary);
}
.btn-green:hover {
    color: #fff;
    background-color: #02c55a;
    border-color: #02c55a;
}
.btn-outline-green {
    color: #02c55a;
    background-color: transparent;
    border-color: #02c55a;
}
.btn-outline-green:hover {
    color: #fff;
    background-color: #02c55a;
    border-color: #02c55a;
}

.btn-dark-green {
    color: #fff;
    background-color: #004D43;
    border-color: #004D43;
}
.btn-dark-green:hover {
    color: #fff;
    background-color: #004d43db;
    border-color: #004d43db;
}


.btn-white {
    background: #fcfcfc;
    color: #004d43;
    border-color: #fcfcfc;
}
.btn-white:hover {
    background: #004d43;
    color: #fcfcfc;
    border-color: #004d43;
}

.btn-grey {
    color: #000;
    background-color: #E1E6E8;
    border-color: #E1E6E8;
}
.btn-grey:hover {
    color: #000;
    background-color: #E1E6E8db;
    border-color: #E1E6E8db;
}

.btn-light-green {
    background-color: #B1EAC6;
    border-color: #B1EAC6;
}
.btn-light-green:hover {
    background-color: #02c55a;
    border-color: #02c55a;
}

.btn-outline-primary {
    color: #B1EAC6;
    background-color: white;
    border-color: #B1EAC6;
}

.box-side-profile, .box-top-dark-green { 
    border-top-color: #004d43 !important;
}

.box.box-solid.box-primary>.box-header {
    color: #fff;
    background: #004D43;
    background-color: #004D43;
}
.box.box-primary {
    border-top-color: #004D43;
}
.box.box-primary .box-header {
    padding: 15px 15px;
}

.box.box-solid.box-grey>.box-header {
    color: #111820;
    background: #ecf0f6;
    background-color: #ecf0f6;
}
.box.box-grey {
    border-top-color: #004D43;
}
.box.box-btc-grey {
    border-top-color: #c9c9c9;
}
.box.box-grey .box-header {
    padding: 15px 15px;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
    font-size: 18px;
    letter-spacing: 0.8px;
}
.btn-box-tool {
    color: #fff;
    padding: 2px 6px;
    border-radius: 50% !important;
    background: #004D43 !important;
    margin: 8px 0px !important;
}
.open .btn-box-tool, .btn-box-tool:hover {
    color: #fff !important;
}
.box-title img {
    width: 22px;
    margin-right: 0px;
}

.nav-tabs-custom>.nav-tabs {
    font-size: 16px !important;
}
.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #004D43;
}

.clearfix ul {
    padding: 0 0 0 25px;
}
.clearfix ul li::marker {
    color: #02c55a !important;
}

.bg-light-green-active {
    background-color: #B1EAC6;
}
.bg-green-light {
    background-color: #DEF6E7 !important;
}
.bg-dark-green {
    background-color: #004D43;
}
.bg-dark-green2 {
    background-color: #103128;
}

.chn-exv img {
    width: 100%;
    border: 4px solid #d0d4d8cc;
    border-radius: 3px;
}

.media-body img, .media-left img, .media-right img {
    width: 125px !important;
}
.cus-cfx {
    margin-left: 30px;
}
.media-body .cus-cfx ul li {
    padding: 2px 0;
    font-size: 14px;
}

.description-block>.description-header {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #427dda !important;
}
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #eb5444 !important;
}
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00b451 !important;
}
.bg-lime-green {
    background-color: #B1EBC6 !important;
}
.callout.callout-success.dark-success {
    background-color: #004D43 !important;
}
.callout.callout-darknes-success {
    color: #fff;
    background-color: #003227 !important;
    border-color: #003227 !important;
}

input[type=file].custom-file-input:focus {
    outline: none !important;
}
input#pagego {
    text-align: center;
    border: 1px solid #ddd;
}
button.pagego {
    border: 1px solid #ddd;
    color: #fff;
    background-color: var(--green-primary);
}
.custom-file-input {
    width: 100%;
    border: 1px solid #dbdbdb !important;
    padding: 9px 40px 10px 0px !important;
}
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
}
label.cfi {
    padding: 10px !important;
    margin: 0 !important;
    border: 1.5px solid #02c55a !important;
    color: #02c55a !important;
    width: 100% !important;
    font-weight: bold !important;
    max-width: 150px;
}
.custom-file-input:hover::before {
    border-color: black;
}
.custom-file-input:active {
    outline: 0;
}
.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

table td {
    vertical-align: middle !important;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 3px solid #f4f4f4 !important;
}

.regisfield {
    margin: 0 0 10px;
}

.img-w-icon {
    width: 20px;
    margin-right: 10px;
}
/* select cus */
select.cus-arrow { 
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right 1.2rem top 50%;
    background-size: 0.65rem auto;
} 

select.limit {
    color: #fff;
    background-color: var(--green-primary);
    border-color: #ddd;
}

.box.box-solid.box-default>.box-header a, .box.box-solid.box-default>.box-header .btn{
    color: white;
}

.sidebar-menu .treeview-menu .pull-right{
    right: 20px;
}

.btn-disabled {
    background-color: #bbc1c5 !important;
    border: 1px solid #bbc1c5 !important;
}
.text-secondary {
    color: #5D666F;
}

.scroll-tab .nav-tabs>li,
.scroll-tab-2 .nav-tabs>li {
    border-top: 0px solid white;
}
.scroll-tab .nav-tabs>li>a,
.scroll-tab-2 .nav-tabs>li>a {
    color: var(--text-sub-secondary);
    font-size: 16px;
}

.scroll-tab .nav li.active a,
.scroll-tab-2 .nav li.active a{
    border-radius: 0;
    border: none !important;
    border-top: 3px solid var(--text-secondary) !important;
}

.bg-row-by-time {
    display: flex; 
    justify-content: space-around; 
    background-color: #ecf0f4; 
    padding: 4px; 
    border-radius: 2px;
}
.btn-by-time {
    width: 15.7%;
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold !important;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    background-color: transparent;
    border: none;
    border-radius: 2px;
}
.btn-by-time.active, .btn-by-time:active {
    background-color: #fff;
}
.demo-notes {
    padding: 35px 35px 25px 15px; 
    border: 5px;
}

.daterangepicker .ranges .input-mini{
    width: 73px;
}

@media(min-width: 767px){
    .tb-r {
        overflow-x: auto !important;
    }
    .table-responsive{
        /* overflow-x: unset; */
    }
    #lotreport_wrapper:nth-child(1) .row .col-sm-6{
        width: 100%;
    }
    #cancelAggree {
        background: transparent !important;
        color: black !important;
        border: 1px solid black !important;
    }
}

@media(max-width: 766px) {
    
    .modal-content .wantToSubs {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px !important;
    }
    .modal-content .detailSignal {
        display: flex;
        flex-wrap: wrap;
    }
    .mdlbtnnew {
        width: 100%;
        display: block !important;
    }
  
    #successAggree {
        margin: 0px !important;
    }
  

    #cancelAggree {
        background: transparent !important;
        color: black !important;
        border: 1px solid black !important;
    }
    #statusCreate{
        width: 100% !important;
    }
    #statusClose {
        padding-left: 0px !important;
    }

}

@media (max-width: 980px) {
    .daterangepicker.dropdown-menu{
        height: 360px;
        justify-content: center;
        overflow: scroll;
        width: 100%;
    }
    .daterangepicker.show-calendar .calendar{

        margin-top: 15px;
    }
    .daterangepicker .ranges ul{
        width: 160px;
    }
    .daterangepicker.opensright .ranges{
        margin: 5px;
    }
}

.table-responsive .dataTables_wrapper > div.row > div, div.dataTables_length, div.dataTables_filter, div.dataTables_info, div.dataTables_paginate{
    text-align: left;
}

@media (max-width: 767px) {
    .daterangepicker.dropdown-menu{
        justify-content: start;
    }
    .table-responsive{
        border-color: transparent;
    }
    
}
.tb-mrg {
    margin: 20px;
    padding: 1px;
}
.tfaff-btnacc {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.btn-new-req {
    background-color: #00b451 !important;
}
.btn-already{
    background-color: #5D666F !important;
}
.svg-daftar {
    width: 30px;
    margin-right: 10px;
}
.btn-outline-green-new {
    color: #00b451;
    background-color: transparent;
    border: 1px solid #00b451;
    border-radius: 2px;
}
.btn-outline-green-new:hover {
    color: #fff;
    background-color: #02c55a;
    border-color: #02c55a;
}
.btn-outline-green-new:focus {
    color: #02c55a;
    background-color: white;
    border-color: #02c55a;
}
.btn-already-medal {
    background-color: #5D666F !important;
    color: white;
}
.btn-already-medal:hover {
    color: white;
    cursor: not-allowed;
}
.col-medal {
    width: 100%;
    padding: 15px;
    margin: 0 10px;
}
.p-basic {
    display: flex;
    align-items: center;
}
.dashed-line {
    border-top: 1px dashed #eee;
    width: 100%;
    margin: 10px auto;
}
.basicPointbullets{
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}
.p-change-title {
    margin-bottom: 15px;
}
ul#redeemPointListditukar {
    margin-bottom: 20px;
}
li.new:last-child {
    margin-bottom: 15px;
}
.my-1.profile-btn {
    display: flex;
    flex-wrap: wrap;
}
.txt-subs{
    margin-bottom: 0px;
    margin-left: 5px;
}
.btn-by-level {
    padding: 6px 20px;
    margin: 0 10px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #EEE;
    background: transparent;
}
.btn-by-level.active, .btn-by-level:active {
    background-color: rgba(0, 180, 81, 0.15);
}
.btn-by-level:first-child {
    margin-left: 5px;
}
.btnmdlnew{
    display: inline-flex;
    width: 100%;
    margin: 10px;
    justify-content: center;
}
.btnmdlnew-cancel{
    display: inline-flex;
    width: 100%;
    margin: 10px;
    justify-content: center;
    background: #5D666F;
    border: 0px;
}
.mdlbtnnew{
    display: inline-flex;
    width: 100%;
}
a.btn.btn-danger.btnmdlnew-cancel:hover{
    background-color: #303030;
}

.btn-addcart{
    background: #fcfcfc;
    padding: 5px 7px;
    line-height: 1;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
}

.btn-addcart:hover{
    background: #fcfcfc;
    border: 1px solid #ECEFF4;
    box-shadow: 0px 2px 2px 0px #0000006b
}

.d-flex{
    display:flex
}

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

.btn-success.btn-outline{
    border: 1px solid  #00b451 !important;
    background-color: #fcfcfc !important;
    color: #00b451 !important;
}

.modal-center .modal-dialog{
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    transform: translateY(-50%) !important;
}

.w100{
    width: 100%;
}

.simulate-container a{
    position: fixed;
    bottom: 150px;
    right: 20px;
    background: #004D43;
    border-radius: 4px;
    padding: 5px;
    line-height: 1;
    z-index: 999;
}

.simulate-container .badge{
    position: absolute;
    border-radius: 50% !important;
    padding: 5px;
    width: 23px;
    font-size: 12px !important;
    background: red;
    border: 1px solid #fcfcfc;
    top: -10px;
    right: -10px;
}
a.btn.btn-autooppy {
    position: fixed;
    bottom: 70px;
    right: 20px;
    background: #004D43;
    border-radius: 4px;
    padding: 5px;
    line-height: 1;
    z-index: 999;
}
.copytest,.copytest2  {
    display: flex;
    flex-direction: row-reverse;
}
.hovertext,.hovertextsum {
    display: none;
    color: #fff;
    z-index: 1;
    padding: 5px;
}

.copytest:hover .hovertext, .copytest2:hover .hovertextsum{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.autocopy-container .badge{
    position: absolute;
    border-radius: 50% !important;
    padding: 5px;
    width: 23px;
    font-size: 12px !important;
    background: red;
    border: 1px solid #fcfcfc;
    top: -10px;
    right: -10px;
}


.modal-content.bg {
    background: #002820;
}
.modal-header.bg {
    border-bottom-color: #002820;
    padding: 0;
}
.modal-body.tw{
    color: #C7CACC;
    padding: 15px 25px;
}
.mdlbdynew{
    padding: 0px 15px;
}
.mdl-p,.mdl-p-new{
    font-size: 20px;
    color: #C7CACC;
}

button.close.c-new {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 0;
    background: black;
    border-radius: 100px;
    width: 25px;
    color: white;
    margin-top: -10px;
    margin-right: -7px;
    filter: alpha(opacity=20);
    height: 25px;
    opacity: unset;
}
.br-new{
    margin-top: 15px;
    display: block;
    content: ' ';
}
.card-border{
    border: 1px solid #dddddd !important;
    border-radius: 6px;
}
.text-center.ver {
    background: #004D43;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
    margin: 15px auto 10px;
    width: 100%;
    max-width: 172px;
}
.text-center.belum-ver {
    background: #F0F3F8;
    color: black;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 210px;
}


.show-loading{
    background: url('/images/ajax-loader.gif') no-repeat;
    background-position: 99% center;
    background-size: 24px;
}
.hide-loading{
    background-image: none;
}
.notifStatus {
    display: flex;
    align-items: center;
}
.sub-rinciancopy{
    margin-bottom: 20px;
}
.scrollable-scroll {
    overflow-y: scroll;
    max-height: 80vh;
}

#modal-notify {
    position: fixed;
    top: 15px;
    z-index: 10000;
    right: -15px; 
    transition: right 1000ms cubic-bezier(0.175, 0.885, 0.32, 1.275); 
}

#modal-notify #alert-notify{
    max-width: 450px;
    word-break: break-word;
}

#modal-notify.transition-ri{
right: 15px;
}

#modal-notify-alert{
    z-index: 1052;
}

#backgroup-notify{
    transition: opacity 1s linear;
}

.alert-text{
    word-wrap: break-word;
}

.notify-container-modal{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.notify-container{
    background: white;
    border-radius: 4px;
    padding: 20px;
}

.btn.btn-close-notify{
    background: transparent;
    border: transparent;
    padding: 0;
}

.notify-header{
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.notify-leading{
    display: flex;
}

.notify-title{
    margin-left: 10px;
    font-weight: bold;
    font-size: 16px;
    font-style: normal;
}

.notify-icon svg{
    vertical-align: middle;
}

.notify-text{
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    color: #5D666F;
    line-height: 21px;
    word-wrap: break-word;
}

#modal-notify-alert .alert-time{
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, 0);
}

body.modal-open-circle {
    overflow: hidden;
}

.modal-center>.modal-dialog.newScrollable {
    max-width: 100%;
    max-height: 100vh;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0;
}

.modal-center>.modal-dialog.newScrollable::-webkit-scrollbar {
    width: 5px;  /* Ubah lebar scrollbar */
    height: 5px; /* Ubah tinggi scrollbar horizontal */
}

/* Track scrollbar (latar belakang track) */
.modal-center>.modal-dialog.newScrollable::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle scrollbar (bagian yang bisa digeser) */
.modal-center>.modal-dialog.newScrollable::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px; /* Agar handle scrollbar lebih bulat */
}

/* Saat handle scrollbar di-hover */
.modal-center>.modal-dialog.newScrollable::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

#modal-pop>.modal-dialog.newScrollable>.modal-content {
    border-radius: 3px;
}

.notify-footer{
    margin-top:15px;
}

.block-btn2{
    display:flex;
    gap: 10px;
}

.btn.btn-cancel{
    background: white;
    border-color: #aaa;
    color: #aaa;
}

@media (max-width: 767px) {
    .modal-center>.modal-dialog.newScrollable{
        width: 100%;
    }
    .block-btn2{
        flex-direction: column;
    }
}

.checkbox-warning input[type="checkbox"]{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #5D666F;
}

.checkbox-warning{
    margin-top: 5px;
}

.checkbox-warning label{
    vertical-align: bottom;
    margin-left: 5px;
}

.checkbox-warning input[type="checkbox"]:checked {
    background-color: #00B451;
    border: 1px solid #00B451;
    outline: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M13 1L5.52899 8.47853L1 3.9204' stroke='%23FCFCFC' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 7.48px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.checkbox-warning input[type="checkbox"]:checked::before {
    color: white;
    font-size: 16px;
    position: relative;
    left: 5px;
    top: 0;
    outline: none;
    flex-shrink: 0;
}

.checkbox-warning input[type="checkbox"]:focus {
    outline: none !important;
}

input[type="password"]::-ms-reveal, /* For Edge */
input[type="password"]::-ms-clear { /* For clearing the field */
    display: none;
}

.box.box-solid.box-primary.border-box{
    border: 1px solid #DDDD !important;
    border-top: none;
    margin-left: 0  !important;
    border-radius: 3px 3px 2px 2px;
}

.channel-profile>a:hover {
    background: transparent !important;
}