@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css?family=Lato:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=ProximaNova:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Helvetica:400,500,600,700,800,900');

@media (min-width: 1030px) {

    .modal {
      text-align: center;
      padding: 0!important;
    }

    .modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px;
    }

    .modal-dialog {
      display: inline-block;
      width: 100%;
      text-align: left;
      vertical-align: middle;
    }
    #mobile{
        display: none;
    }
    .nav-logo{
        padding: 0px 35px 25px 35px;
    }
    .side-menu{
        width: 280px !important;
    }
    .page-content{
        margin-left: 170px;
        padding: 15px;
    }

    .subside{
        margin-left: -110px;
    }

    .subside-right{
        padding-right: 285px !important;
    }

    .display-block{
        display: block !important;
    }

    .cls-next{
        position: fixed;
        top: 48%;
        margin-left: 85px;
        border: 1px solid #ddd;
        border-radius: 4px;
        z-index: 100;
        background-color:#fff;
    }

    .cls-back{
        position: fixed;
        top: 48%;
        margin-left: 367px;
        border: 1px solid #ddd;
        border-radius: 4px;
        z-index: 100;
        background-color: #fff;
    }

    .side-sub-menu{
        margin-left: 89px;
    }

    .side-sub-menu-right{
        margin-left: 71px;
    }
}

@media (max-width: 1030px) {
    .mghs{
        text-align: left;
    }
    .card-block{
        text-align: center;
    }
    .crs1{
        display: none;
    }
    .form-control-wrapper {
        width: 90% !important;
    }
    .nav-logo{
        display: none;
    }
    .lgsh{
        margin-top: 25px;
    }
    .mobile-padd{
        margin: 70px;
    }
    .mg-3{
        margin-bottom: 20px;
    }

    .cls-next{
        position: fixed;
        top: 48%;
        margin-left: 87px;
        z-index: 100;
        border: 1px solid #ddd;
    }

    .cls-back{
        position: fixed;
        z-index: 10002;
        top: 48%;
        margin-left: 366px;
        border: 1px solid #ddd;
    }

    .side-sub-menu {
        margin-left: 87px;
        z-index: 111;
    }

    .side-sub-menu-right{
        margin-left: 0px;
    }
}

body{
    background-color: #F9F9F9;
}

.btn-file{
    cursor: pointer;
}

.btn-file:hover{
    border: solid 1px #8AB03F;
    background: #8AB03F;
    cursor: pointer;
}

.btn-file2:hover{
    border: unset !important;
    background: unset !important;
    cursor: pointer;
}

.drop-zone2 {
    width: 205px !important;
    height: 100px !important;
    border: dashed 4px #E6E6E6 !important;
}

.drop-zone2 .font-icon {
    line-height: 20px;
    color: #CECECE;
    font-size: 32px;
}

.side-menu .jspPane{
    padding-top: 25px !important;
}

.side-sub-menu{
    height: 100%;
    position: fixed;
    background-color: #fff;
    border-right: 1px solid #c5d6de;
    padding: 100px 33px;
/*    overflow-y: scroll;*/
    width: 280px;
}

.scroll-submenu{
    margin: 0px -33px !important;
    padding: 0px 33px !important;
    overflow-y: scroll;
    /* height: 510px; */
    height: 50%;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.scroll-submenu::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.scroll-submenu::-webkit-scrollbar-thumb {
  background: #ddd;
}

.scroll-submenu2{
    margin: 0px -33px !important;
    padding: 0px 33px !important;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 160px;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.scroll-submenu2::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.scroll-submenu2::-webkit-scrollbar-thumb {
  background: #ddd;
}

.side-sub-menu-right{
    height: 100%;
    position: fixed;
    background-color: #fff;
    border-left: 1px solid #c5d6de;
    padding: 100px 33px;
    overflow-y: scroll;
    width: 280px;
    right: 0;
    display: none;
}

.btn-close {
    border-radius: 5px;
    background-color: #bfbfbf;
    border: unset;
    color: #fff;
    font-size: 8px;
    padding: 5px 5px 2px 5px;
    right: 0;
    position: absolute;
    margin-top: -75px;
    margin-right: 20px;
}

/* Start CSS Scroll */
.content-wrapper-vs {
    height: 550px;
    width: 100%;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.content-wrapper-vs::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.content-wrapper-vs::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.modal-height-content{
    height: 500px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.modal-height-content::-webkit-scrollbar {
  display: all;
  width: 5px !important;
  height: 5px !important;
  background-color: transparent;
}

.modal-height-content::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.cap   { text-transform: capitalize; }

.chartactive{
    border: 2px solid #8AB03F !important;
}

.chartactive:before{
    content: "Selected";
    width: 62px;
    height: 15px;
    padding: 0px 12px;
    border-radius: 8px;
    background-color: #8AB03F;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    position: absolute;
    margin-top: -13px;
}

.chartactive:after {
    background-image: url('../../images/icon-cancel.png') !important;
}

.chartwidghet {
    position:relative;
    cursor: pointer;
}
.chartwidghet img {
    width:100%;
    vertical-align:top;
}
.chartwidghet:after {
    content:'\A';
    position:absolute;
    width:100%;
    height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image: url('../../images/icon-select.png');
    background-repeat: no-repeat;
    background-size: 110px 38px;
    background-position: center;
}
.chartwidghet:hover:after {
    opacity:1;
}

.widghetButton:after{
    background-image: url('../../images/button-view-demo.png') !important;
}

.txt-profile{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
}
.menu-wrapper-vs {
    position: fixed;
    height: inherit;
    width: 200px;
}

.menu-wrapper-vs-2 {
    position: fixed;
    height: 500px;
    width: 240px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.menu-wrapper-vs-2::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.menu-wrapper-vs-2::-webkit-scrollbar-thumb {
  background: #ddd;
}

.dropdown-height{
    height: 500px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.dropdown-height::-webkit-scrollbar {
  display: all;
  width: 7px !important;
  height: 7px !important;
  background-color: transparent;
}

.dropdown-height::-webkit-scrollbar-thumb {
  background: #ddd;
}

.content-vs {
    /*height: 1000px;*/
    margin-left: 150px;
}

.content-vs-2{
    height: 1000px;
    margin-left: 250px;
}
.active {
    /*color: #8AB03F !important;*/
    transition: .5s ease-out;
    margin-left: -2px;
}
.menu ul, .menu li { list-style: none; margin: 0; padding: 0; }
.menu li { margin: 0px; }
.menu li a {
    display: block;
    padding: 10px;
    color: #A2A5B9;
    text-decoration: unset;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    cursor: pointer;
}

.frm-lst{
    padding-left: 20px !important;
}

.frm-lst-active {
  color: #8AB03F !important;  /* pas ditekan (klik) */
}

/*.frm-lst, .active{
    border-left: 4px solid #8AB03F;
}*/

/* End CSS Scroll */

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.side-sub-menu::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.side-sub-menu::-webkit-scrollbar-thumb {
  background: #ddd;
}

.side-sub-menu-right::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.side-sub-menu-right::-webkit-scrollbar-thumb {
  background: #ddd;
}

.card-2 {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 5px;
}

.img-download-icon{
    width: 15px;
    height: 15px;
    margin-top: -20px;

}

.txt-upcm{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.txt-work{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #283252;
}

.btsh{
    bottom: 0px !important;
    position: fixed !important;
}

.hr {
    width: 285px;
    border-top: 1px solid #ddd;
    margin: 40px -40px 30px -40px !important;
}

.form-options{
    width: 210px;
    height: 32px;
    padding: 7px 17px;
    border-radius: 99px;
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px;
    margin-top: 13px;
}

.pdssha{
    margin: 52px;
    text-align: center;
}

.mdth{
    margin-top: 40px;
}

.mrgt{
    margin-right: 215px;
}

.img-navbar{
    float: left;
    height: 25px;
    width: 25px;
    margin-right: 14px;
    margin-top: -4px;
}

.img-sub-navbar{
    float: left;
    height: 21px;
    width: 21px;
    margin-right: 10px;
    margin-top: -1px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(10%) saturate(420%) hue-rotate(195deg) brightness(100%) contrast(85%);
}

.app-chart {
    width: 100%;
}

.noavb {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apexcharts-title-text{
    color: #fff !important;
}

.app-chart-2 {
    width: 100%;
}

.txt-title-chart{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    color: #283252;
    padding-top: 0px;
    padding-left: 16px;
    padding-bottom: 20px;
}

.txt-list-leads{
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.txt-list-leads:hover{
    color: #A2A5B9;
}

.leads-active{
    color: #8AB03F !important;
}

.theme-picton-blue .side-menu .side-menu-list .fa, .theme-picton-blue .side-menu .side-menu-list .font-icon, .theme-picton-blue .side-menu .side-menu-list .glyphicon{
    color: #A2A5B9;
    padding-left: 5px;
}

.side-menu-list .lbl{
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

@media (min-width: 1200px){
    .col-xxh {
        width: 12.5% !important;
        text-align: center !important;
    }
}

.txt-detail-1{
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 5px;
}

.txt-detail-2{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 5px;
}

.txt-detail-3{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 5px;
}

.txt-title-detail{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 10px 30px;
}

.txt-title-detail-2{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 10px 0px;
}

.img-avatar-2{
    float: left;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.txt-1{
    color: #283252;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.txt-2{
    color: #636783;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.mssh{
    margin: 20px;
}

.mssh2{
    margin: 10px 20px;
}

.pssvv{
    position: absolute !important;
}

.txt-chhkk{
    margin-left: 35px;
    margin-top: 1px;
}

.card-detail-leads2{
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    padding: 16px 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.brs{
    border-right: 1px solid #ddd;
}

.txt-content-detail{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    padding-bottom: 20px;
}

.txt-content-detail-4{
    color: #283252;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
}

.pdd-form-group{
    margin-bottom: 0px !important;
}

.ftss{
    font-size:18px;
    margin-left: 20px;
}

.pdsah-group{
    margin-top: -20px;
}

/*.hggss{
    height: 25px;
}

.hggss2 {
    height: 25px !important;
    font-size: 16px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
}

.txt-content-detail-2{
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    padding-bottom: 30px;
}

.txt-content-detail-3{
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

.txtt{
    padding-top: 10px;
}

.hrrs{
    border-top:1px solid #ddd;
    margin-left: -35px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mghs{
    padding-left: 40px;
}

.card-detail-leads{
    width: 100%;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.card-detail-leads:hover{
    border: 1px solid #8AB03F;
}

.dxz-1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dxz-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dxz-3{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dxz-4{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.tablinks{
    color: #A2A5B9 !important;
}

.tablinks.active{
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}


.tablinks2{
    color: #A2A5B9 !important;
    padding-right: 20px;
    padding-bottom: 13px;
    padding-left: 15px;
}

.tablinks2.active{
    color: #8AB03F !important;
    padding-right: 20px;
    border-bottom: 1px solid #8AB03F;
    padding-bottom: 10px;
    padding-left: 15px;
}

.card-tablinks{
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.btn-cc{
    color: #8AB03F;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #8AB03F;
    padding: 8px 20px;
    border-radius: 5px;
    background-color: transparent;
}

.small-icons {
    display: block;
    padding: 10px;
}

.small-icons:hover {
    display: block;
    background-color: #F5F5F5;
    padding: 10px;
    border-radius: 999px !important;
}

.txttaa{
    padding-top: 5px;
    line-height: 12px;
    color: #283252;
    font-weight: 600;
}

.img-tabliks{
    filter: invert(71%) sepia(9%) saturate(510%) hue-rotate(195deg) brightness(94%) contrast(84%);
}

.btn-google{
    background-color: #1778F2;
    color: #fff;
    width: 100%;
    padding: 9px 17px;
    border-radius: 5px;
    border: unset;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

.btn-google:hover{
    background-color: #1778F2;
    color: #fff;
    border: unset;
}

.pdds{
    padding-left: 70px !important;
}

.bttn{
    float: right;
    margin-top: -42px !important;
    margin-right: 4px !important;
}

.pb-1{
    padding-bottom: 10px;
}

.card-detail{
    border: 1px solid #E8E8E8;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    margin-bottom: 10px;
}

.card-default-2 .card-header {
    background-color: #EDEDED;
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.sign-center{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.or{
    color: #acacac;
    font-size: 14px;
    border: 0;
    margin-top: 10px;
}

.wddh{
    width: 260px;
}

.label-txt{
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    padding-bottom: 7px;
}

.txt-welcome{
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    color: #283252;
}

.mghskk{
    padding: 0px 50px 20px 50px;
}

.wdsh{
    height: 500px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.wdsh::-webkit-scrollbar {
  display: all;
  width: 10px !important;
  height: 10px !important;
  background-color: transparent;
}

.wdsh::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.card-tags{
    border: 1px solid #DBDBDB;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    height: 400px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.card-tags::-webkit-scrollbar {
  display: all;
  width: 10px !important;
  height: 10px !important;
  background-color: transparent;
}

.card-tags::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.notif-succes{
    padding: 17px 30px;
    border-radius: 2px;
    background-color: #3EC764;
    color: #fff;
    margin: 30px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001;
}

.notif-error{
    padding: 17px 30px;
    border-radius: 2px;
    background-color: #ffebeb;
    color: red;
    margin: 30px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1001;
    border: 1px solid red;
}

.fa-notif-2 {
    border-radius: 50%;
    border: 3px solid red;
    font-size: 15px;
    padding: 5px 10px;
    background-color: transparent;
    color: red;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.bg-rows{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 0px;
    border-radius: 4px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.bg-rows-active{
    background-color: #CECECE;
}

.pdrrs{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.btn-ttb{
    background-color: #039BE5;
    border: 0px;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0em;
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.jssh{
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
    margin-left: -40px;
    margin-right: -40px;
}

.card-comment{
    height: 500px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.card-comment::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.card-comment::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.mnhh{
    margin-left: 30px;
    margin-top: -4px;
}

.mtt{
    margin-top: 4px;
}

.img-detail{
    width: 68px;
    height: 68px;
    border-radius: 9999px;
    text-align: center;
    object-fit: cover;
}

.txt-ldds{
    color: #344258;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
    margin: 10px 0px;
}

.card-leads{
    width: 576px;
    padding: 15px 27px;
    border-radius: 9999px;
    border: 1px solid #8AB03F;
    background-color: #8AB03F;
    position: fixed;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    margin-bottom: 40px;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.img-small-icon{
    margin-right: 13px;
}

.img-small-icon-2{
    float: left;
    margin-right: 13px;
}

.img-notif{
    float: left;
    margin-right: 10px;
}

.text-white{
    color: #fff;
}

.text-left{
    text-align: left !important;
}

.text-white:hover{
    color: #fff;
}

.text-white:focus{
    color: #fff;
}

.side-menu-list .fa, .side-menu-list .font-icon, .side-menu-list .glyphicon, .side-menu-list .tag-color{
    font-size: 14px;
}

/*[class*=" font-icon-"]:before, [class^=font-icon-]:before{
    top: -5px;
}*/

.side-menu .side-menu-title{
    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    color: #A2A5B9;
    text-transform: uppercase;
    text-align: left;
}

.side-menu-list{
    margin: 18px 0px;
}

.side-menu-list a, .side-menu-list li>span{
    padding-left: 35px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #A2A5B9;
    text-align: left;
}

.pocd:hover img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}

.pocd:hover .lbl {
    color: #8AB03F;
}

.sidesubmenu:hover img {
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}

.sidesubmenu:hover .lblss {
    color: #8AB03F;
}

/*.side-menu-list a:hover, .side-menu-list li>span{
    color: #8AB03F !important;
}*/

.side-menu-list ul a{
    padding-left:70px;
}

.theme-picton-blue .side-menu .side-menu-list>li.opened a, .theme-picton-blue .side-menu .side-menu-list>li.opened>span{
    background-color: #fff !important;
    color: #8AB03F !important;
}

.theme-picton-blue .side-menu .side-menu-list>li.opened a, .theme-picton-blue .side-menu .side-menu-list>li.opened>span .lbl{
    background-color: #fff !important;
    color: #8AB03F !important;
    font-weight: 600;
}

.theme-picton-blue .side-menu .side-menu-list>li.with-sub>span:before {
    border-top-color: #A2A5B9 !important
}

.side-menu-list a:hover,.side-menu-list li>span:hover{
    background-color:#fff !important;
    color: #8AB03F !important;
}

.side-menu-list a:hover .lbl,.side-menu-list li>span:hover .lbl{
    color:#8AB03F;
}

.side-menu-list>li.pink-red .with-sub>span, .side-menu-list>li.pink-red.opened a, .side-menu-list>li.pink-red.opened>span{
    border-left-color:unset !important;
}

.side-menu-list li.opened{
    background-color: unset;
}

.side-active{
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}

.side-menu-list li.opened>span .lbl{
    color:#A2A5B9 !important;
}

.flt-left{
    float: left !important;
}

.flt-right{
    float: right;
}

.flt-right-2{
    float: right;
    margin-top: -10px;
    margin-right: 20px;
}

.flt-right-3{
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin: 20px;
}

.right-number{
    float: right;
    margin-right: 5px;
}

.txt-drxx-1{
    color: #AAAAB3;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.txt-drxx-2{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #A2A5B9;
    margin-bottom: 20px;
    padding-left: 19px;
    cursor: pointer;
}

.card-drxx{
    border-left: 1px solid #A2A5B9;
}

.card-drxx-active{
    border-left: 1px solid #8AB03F;
}

.card-bg-panel{
    background-color: #EDEDED;
}

.txt-drxx-2-active{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #8AB03F;
    margin-bottom: 20px;
    padding-left: 19px;
    border-left: 3px solid #8AB03F;
    margin-left: -2px;
}

.txt-add{
    color: #AAAAB3;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.center-align{
    display: flex;
    height: 100%;
    justify-content: center;
    padding-top: 16px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

.grid-stack-item .grid-stack-item-content, .grid-stack-item .placeholder-content {
    padding-bottom: 30px;
}

.trash-widget{
    font-size:14px; 
    margin-right: 10px; 
    float: right;
}

.trash-widget:hover{
    color: red;
}

.img-icons-plus{
    margin-bottom: 16px;
}

.card-grid{
    padding: 0px 5px;
    margin-bottom: 40px;
}

.txt-head{
    color: #283252;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
}

.mbb1{
    margin-top: 20px;
    margin-bottom: 20px;
}

.pocd{
    padding-left: 0px !important;
}

.dxdd{
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    color: #fff;
    background-color: #039BE5;
    border-radius: 999px;
    padding: 5px 10px;
    display: block;
}

.xxc{
    color: #000 !important;
    font-size: 16px !important;
    margin-right: -3px !important;
    margin-top: 2px;
}

.alert-blue{
    background-color: #ddd !important;
    color: #000;
    border-color: #ddd !important;
    margin-right: 10px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    padding-right: 10px;
    display: -webkit-inline-box;
    margin-bottom: 10px;
    border-radius: 999px;
    padding: 0px 20px 0px 10px;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.4rem;
}

.card-overlow{
    height: 550px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.card-overlow::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.card-overlow::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.label-red{
    color: red;
}

.txt-label-input{
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    margin-bottom: 6px;
}

.txt-label-input-edit{
    color: #555;
    font-family: Roboto;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 400;
}

.mtp{
    margin-top: 10px;
}

.card-create-leads{
    padding: 30px 40px;
}

.table-crm{
    overflow-x: scroll;
    overflow-y: hidden;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.table-crm::-webkit-scrollbar {
  display: all;
  width: 10px !important;
  height: 10px !important;
  background-color: transparent;
}

.table-crm::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ddd;
}

.form-control-wrapper.form-control-icon-left .form-control-lg+.fa, .form-control-wrapper.form-control-icon-left .form-control-lg+.font-icon, .form-control-wrapper.form-control-icon-left .form-control-lg+.glyphicon, .form-control-wrapper.form-control-icon-right .form-control-lg+.fa, .form-control-wrapper.form-control-icon-right .form-control-lg+.font-icon, .form-control-wrapper.form-control-icon-right .form-control-lg+.glyphicon {
    line-height: 49px !important;
}

.form-control-wrapper.form-control-icon-left .form-control{
    padding-right: 10px;
}

.form-control-insert {
    padding-right: 90px !important;
}

.mg-1{
    margin: 0px -20px;
}

.mg-2{
    margin-bottom: 25px;
    margin-top: 20px;
}


.colds{
    color: #A2A5B9;
}

.txt-list-items{
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #A2A5B9;
}

.txt-center{
    text-align: center;
}

.txt-list-items:hover{
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}

.folder-icon{
    font-size: 21px;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.w-1{
    width: 96px;
}

.img-check{
    margin-top: 5px;
}

.img-like{
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.ml-1{
    margin-left: 10px !important;
    margin-top: 8px;
}

.mr-1{
    margin-right: 10px !important;
    margin-top: 8px;
}

.mr-2{
    margin-right: 10px !important;
}

.mr-3{
    margin-right: 10px !important;
    margin-top: 4px;
}

.items-active{
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
    font-weight: 600;
}

.txt-title{
    color: #283252;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
}

.pd-1{
    padding-right: 10px;
}

.btn-search{
    padding: 10px 16px;
    border-radius: 5px;
    background-color: #8AB03F;
    border: 1px solid #8AB03F;
    color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
}

.btn-search:hover{
    background-color: #8AB03F;
    border: 1px solid #8AB03F;
    color: #fff;
}

.btn-ikuti{
    padding: 6.25px 16.625px;
    border-radius: 5px;
    background-color: #8AB03F;
    border:1px solid #8AB03F;
    color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.txt-ikuti{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 5px;
}

.btn-green{
    padding: 10px 16px;
    border-radius: 5px;
    background-color: #8AB03F;
    border: unset;
    color: #fff !important;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

.btn-green-full{
    padding: 7px 0px;
    border-radius: 5px;
    background-color: #8AB03F;
    border: 1px solid #8AB03F;
    color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
}

.card-notif{
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #fff;
}

.img-notif-card{
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    margin-right: 10px;
}

.txt-ws-1{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    color: #283252;
}

.txt-ws-2{
    color: #636783;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
}

.bss{
    color: #283252;
    font-weight: 500;
}

.notif-active-2{
    width: 12px;
    height: 12px;
    background: #4372EA;
    border-radius: 100%;
}

.notif-primary{
    padding: 4px 7px;
    border-radius: 999px;
    background-color: #618AF4;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}

.notif-default{
    color: #283252;
    background-color: #DBDBDB;
    padding: 5px 10px;
    border-radius: 4px;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
}

.btn-green:hover{
    background-color: #8AB03F;
    border: unset;
    color: #fff;
}

.btn-green-2{
    padding: 9px 120px;
    border-radius: 5px;
    background-color: #8AB03F;
    border: 1px solid #8AB03F;
    color: #fff !important;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

.tooltip-2 {
  position: relative;
  display: inline-block;
}

.tooltip-2 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip-2 .tooltiptext::after {
  content: "";
  position: absolute;
  left: 45%;
  margin-top: 25px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip-2:hover .tooltiptext {
  visibility: visible;
}



.tooltip-new {
    position: relative;
    display: inline-block;
  }
  
  .tooltip-new .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    line-height: 1em;
  }
  
  .tooltip-new .tooltiptext::after {
    content: "";
    position: absolute;
    left: 40%;
    bottom:-9px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
  }
  
  .tooltip-new:hover .tooltiptext {
    visibility: visible;
  }

.btn-green-2:hover{
    background-color: #8AB03F;
    border: 1px solid #8AB03F;
    color: #fff !important;
}

.img-button{
    float: left;
    margin-right: 4px;
}

.p-table-tr{
    padding: 20px;
}

.mkss{
    margin: 0px 10px;
}

.btn-white{
    padding: 10px 16px;
    border-radius: 5px;
    border: 1px solid #DBDBDB;
    color: #363636;
    background-color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
}

.btn-white-o{
    padding: 10px 16px;
    border-radius: 5px;
    border: 1px solid #8AB03F;
    color: #8AB03F;
    background-color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.btn-log{
    background-color: #8AB03F;
    color: #fff;
    width: 100%;
    padding: 9px 17px;
    border-radius: 5px;
    border: 0px;
    margin: 20px 0px;
}

.gghs{
    text-align: left;
    margin: 0px 80px;
}

.dropdown-menu-2{
    width: 327px;
    margin-left: -283px;
    margin-top: 12px;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 0px 2px 12px 0px #00000040;
    z-index: 10000 !important;
}

.header-dropdown{
    background: url('../../images/bg-dropdown.png');
    width: 100%;
    height: 136px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-dropdown{
    padding: 20px;
}

.txt-dropx{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #283252;
}

.txt-dropx-title{
    color: #AAAAB3;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
}

.txt-dropx-content{
    color: #636783;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
}

.img-icon-dropwon{
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

.img-nav-small{
    height: 30px;
    width: 30px;
    border-radius: 9999px;
    object-fit: cover;
}

.img-nav-small-2{
    width: 68px;
    height: 68px;
    border-radius: 9999px;
    box-shadow: 0px 0px 2px 0px #00000040;
    object-fit: cover;
}

/*.open>.dropdown-menu {
    display: flex;
}*/

.btn-dropdown-1{
    width: 100%;
    padding: 9px 17px;
    border-radius: 5px;
    background-color: #00AC69;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    border:1px solid #00AC69;
}

.btn-dropdown-2{
    width: 100%;
    padding: 9px 17px;
    border-radius: 5px;
    background-color: #fff;
    color: #363636;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    border:1px solid #ddd;
}

.header-notif-1{
    border-bottom: 1px solid #ddd;
    padding: 15px;
    color: #969AB0;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
}

.hrss{
    color: #8AB03F;
}

.hrss:hover{
    color: #8AB03F;
}

.b-notif{
    color: #283252;
    font-weight: 600;
}

.notif-active{
    width: 12px;
    height: 12px;
    background: #ED3E3E;
    border-radius: 100%;
}

.notif{
    width: 12px;
    height: 12px;
    background: #E8E8E8;
    border-radius: 100%;
}

.header-notif-2{
    padding: 15px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #83838E;
}

.mgjs{
    margin-bottom: 10px;
}

.label-txt-2{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #83838E;
    margin: 6px;
    margin-left: 15px;
}

.txt-hhdr{
    color: #283252;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
}

.txt-log-1{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #AAAAB3 !important;
    text-align: center;
}

.txt-log-2{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    color: #8AB03F !important;
    text-align: center;
}

.txt-gsts{
    color: #283252;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.img-avatar{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    object-fit: cover;
}

.txt-clm{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    color: #283252;
    padding-top: 10px;
}

.pnn{
    padding-top: 4px !important;
    line-height: 15px !important;
}

.txt-clm-2{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #555;
    overflow-wrap: break-word;
}

.txt-clm-2-two{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #000;
    overflow-wrap: break-word;
}

.close-reset{
    border: unset;
    color: red !important;
}

/*input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}*/

input[type="search"]::-webkit-search-cancel-button {

  /* Remove default */
  -webkit-appearance: none;

  /* Now your own custom styles */
  height: 15px;
  width: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;

}

input[type=search] {
    box-sizing: revert !important;
}

.m-1{
    margin-top: 15px !important;
}

.pagination-page{
    border-radius: 10px !important;
    padding: 6px 20px !important;
    font-size: 14px !important;
    color: #8AB03F !important;
}

.wdth{
    min-width: 120px !important;
    width: 100% !important;
}

/*.form-control{
    padding: .5rem 0rem .5rem .75rem;
}*/

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 6px 12px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px 10px 4px;
  border-radius: 999px !important;
  background-color: #fff;
  font-size: 13px;
}

.ttks{
    background-color: transparent !important;
    border: unset !important;
}

.pagination a.active {
  background-color: #8AB03F;
  color: #fff !important;
  border: 1px solid #8AB03F;
  font-size: 13px;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

[class="heart"] {
  position: absolute;
  left: -100vw;
}

[class-for="heart"] {
  color: #ddd;
  cursor: pointer;
  font-size: 2em;
  align-self: center;
  transition: color 0.2s ease-in-out;
  margin-top: -24px;
}

[class-for="heart"]::selection {
  color: none;
  background: transparent;
}

[class-for="heart"]::moz-selection {
  color: none;
  background: transparent;
}

[class="heart"]:checked + label {
  color: #F92B60;
  will-change: font-size;
  animation: heart 1s cubic-bezier(.17, .89, .32, 1.49);
}

.total_input{
    background-color: transparent;
    border: unset !important;
    width: 15px;
    color: #fff;
}

.btn-edit{
    border-radius: 5px;
    background-color: #8AB03F;
    border: unset;
    color: #fff;
    font-size: 10px;
    padding: 5px 5px 2px 5px;
}

.btn-hapus{
    border-radius: 5px;
    background-color: red;
    border: unset;
    color: #fff;
    font-size: 10px;
    padding: 5px 5px 2px 5px;
}

.input-group-addon-2 {
    padding: 0px 0px 0px 5px !important;
    border: unset;
    background-color: #fff;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.txt-accordion{
    color: #8AB03F;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
}
.txt-accordion.collapsed{
    color: #A2A5B9;
}

.txt-accordion:hover{
    color: #A2A5B9;
}

.txt-accordion:focus{
    color: #8AB03F;
}

.panel-content{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #A2A5B9;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 13px;
}

.panel-content:hover{
    color: #A2A5B9;
}

.right-icon-arrow{
    float: right;
    font-size: 16px;
    color: #A2A5B9;
}

.img-indicator{
    float: left;
    margin-right: 5px;
    margin-top: -1px;
}

.txt-indicator{
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    margin-bottom: 10px;
}

.card-cvv{
    height: 400px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.card-cvv::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.card-cvv::-webkit-scrollbar-thumb {
  background: #ddd;
}

.bootstrap-table .table thead th, .fixed-table-body .table thead th, .table thead th {
    background: #fff;
}

.thh-1{
    padding: 10px 17px !important;
    cursor: pointer !important;
    background-image: url('https://res.cloudinary.com/lpkangnla/image/upload/crmwaktoo/arrow-bottom.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 90% !important;
}

.thh-2{
    padding: 10px 17px !important;
    cursor: pointer !important;
    background-image: url('https://res.cloudinary.com/lpkangnla/image/upload/crmwaktoo/arrow-top.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 90% !important;
}

.hors2:hover{
    color: #343434 !important;
    cursor: pointer;
    background-color: #F0F0F0;
}

.actions{
    position: absolute;
    right: 0;
    margin-right: 30px;
    border-radius: 0px !important;
    z-index: -10;
    margin-top: -6px;
}

tr:hover .actions{
    background-repeat: no-repeat !important;
    background-position: right !important;
    width: auto !important;
    z-index: 10;
    background-color: #fff;
}

.mghs-2{
    margin-top: -15px !important;
}

#example tbody tr td.hors{
    color: transparent;
}

#example tbody tr:hover td.hors{
    background-color: #F0F0F0;
    color: #343434 !important;
}

.mmsh{
    border-radius: 100%;
    padding: 8px 4px 8px 0px;
    font-size: 14px;
}

tr .fa {
  margin-right: .5rem;
  opacity: 0;
  transition: opacity .0s ease-out;
  cursor: pointer;
  transition-delay: .0s;
  width: 20px;
}
tr:hover .fa {
  opacity: 1;
  transition-delay: 0s;
  background-color: #fff;
  color: #999999;
}

.link-vssv {
    border:unset !important;
}

.link-vssv, .link-vssv:focus, .link-vssv:hover {
    color: unset!important;
    transition: none ease-in-out !important;
}

.text-center{
    text-align: center;
}

.btn-cancel{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    padding: 10px 16px;
    border-radius: 5px;
}

.btn-save{
    border: unset;
    color: #fff;
    background-color: #F92B60;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding: 10px 16px;
    border-radius: 5px;
}

.btn-save:hover{
    color: #fff;
}

.txt-title-dlt{
    color: #283252;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: capitalize;
}

.txt-content-dlt{
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
}

.btn-save-grid{
    background-color: #E8EEFC;
    color: #1950DC;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    box-shadow: 0px 2px 10px 0px #00000040;
    border: unset;
    padding: 5px 10px;
    margin-left: 10px;
    position: absolute;
    margin-top: 2px;
}

.bg-modal-iklan{
    background: url('../../landingpage/images/bg-waktoo.jpg');
    background-repeat: no-repeat;
    padding: 33px;
    border-radius: 27px;
    background-size: 100%;
}

.img-hover{
    background-color: #fff;
    margin: 10px;
}

.img-hover:hover{
    background-color: #F0F0F0;
    margin: 5px;
    padding: 5px;
    border-radius: 9999px;
}

.img-hover-delete{
    background-color: #fff;
    padding: 10px;
    background-color: #fdecec;
}

.img-hover-delete:hover{
    background-color: #fff;
    padding: 10px;
    background-color: #f9bbbb;
}

.txt-title-ikln{
    font-family: Montserrat;
    font-size: 46px;
    font-weight: 800;
    line-height: 69px;
    letter-spacing: 0em;
    color: #fff;
}

.txt-content-ikln{
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0em;
    color: #fff;
}

.txt-content-ikln-2{
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    color: #fff;
}

.img-bnrm{
    width: 207px;
    height: 191px;
}

.action-triger{
    float: left;
    height: 60px;
    width: 60px;
}

.txt-triger-1{
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    color: #fff;
}

.txt-triger-2{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #fff;
}

.unlock{
    width: 339px;
    padding: 12px 22px;
    border-radius: 10px;
    border: 1px solid #2D805B;
    background-color: #fff;
    color: #2D805B;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
}

.close-2 {
    font-size: 2.5rem !important;
    color: #fff !important;
    position: absolute !important;
    right: 0 !important;
    margin-right: 20px !important;
    margin-top: -20px !important;
    opacity: unset !important;
}

.wdthh{
    width: 100px;
    height: 70px !important;
    padding: 5px 10px 15px 0px !important;
    text-align: center;
}

.txt-hrs-2{
    color: #83838E;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

.txt-hrs{
    color: #283252;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}

.bdhs{
    border-bottom: 1px solid #fff !important;
}

.btn-dary{
    background-color: #F0F0F0 !important;
    border: 1px solid #DBDBDB !important;
}

.thhs{
    border: 1px solid #E8E8E8;
    background-color: #EEEEEE;
    height: 70px;
    width: 20%;
    text-align: center;
    color: #283252;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
}

.tdds{
    height: 52px;
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.txt-dssh{
    margin-left: 35px;
    margin-top: -20px;
}



.card-block-2{
    overflow-y: scroll;
    height: 500px;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.card-block-2::-webkit-scrollbar {
  display: all;
  width: 5px !important;
  height: 5px !important;
  background-color: transparent;
}

.card-block-2::-webkit-scrollbar-thumb {
  background: #ddd;
}

.tabicon{
    filter: invert(64%) sepia(2%) saturate(15%) hue-rotate(345deg) brightness(95%) contrast(90%);
    font-weight: 700;
    width: 25px;
    margin-top: 7px;
}

.tabicon.tabicon-active{
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
    font-weight: 700;
}

@media (min-width: 1200px){
    .col-plus {
        width: 12.5% !important;
        text-align: center;
        margin-bottom: 30px;
    }
}

.txthts{
    color: #636783;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
}

.txthts:hover{
    color: #636783;
}

.pddfg{
    padding-top: 10px;
    padding-right: 10px;
}

.bg-link{
    background-color: #8168B1;
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    width: 50px;
    text-align: center;
}

.bg-link-dokumen{
    background-color: #8168B1;
    color: #fff;
    padding: 4px 12px 2px 12px;
    border-radius: 999px;
    position: absolute;
    margin-top: -40px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    margin-left: 30px;
}

.txt-blls{
    color: #039BE5;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
}

.bnrt{
    height: 150px;
}

.dropdown-menu-3 {
    width: 260px;
    border-radius: 5px;
}

.dropdown-menu-4 {
    width: 180px;
    border-radius: 5px;
    margin-left: -30px;
    margin-top: 10px;
}

.img-dropdown-3{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.img-tabs{
    width: 18px;
    height: 18px;
}

.img-tabs-2{
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.txt-title-drdd{
    color: #283252;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
}

.txt-content-drdd{
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
}

.hover-drdp{
    padding-top: 5px;
    padding-bottom: 5px;
}

.hover-drdp:hover{
    background-color: #F7F7F7;
}

.hover-drdp-2{
    padding-top: 5px;
    padding-bottom: 5px;
}

.hover-drdp-2:hover{
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}

.mrgg{
    margin:0px !important;
}

.drdp-drdd{
    margin-right:20px;
    margin-left:20px;
}

.mcd{
    padding: 54px 80px;
}

.note-editor .note-toolbar {
    background: transparent;
}

.note-editor.note-frame .note-editing-area .note-editable {
    height: 150px;
}

.drop-zone {
    width: 100%;
}

.btn {
    border: solid 1px #8AB03F;
    background: #8AB03F;
}

.pagination li{
    float: left;
    list-style-type: none;
    margin:5px 0px;
}

.alert-notif-1 {
    text-align: left;
    color: red;
    font-size: 14px;
    line-height: 18px;
    padding: 20px;
    position: all;
    border-color: #ddd;
    border: 1px solid red;
    background-color: #FFEBEB;
    width: 100%;
}

.fgss {
    font-weight: 600;
    font-size: 16px;
    margin-top: 1px;
}

.fa-notif-1 {
    border-radius: 50%;
    border: 3px solid red;
    font-size: 15px;
    padding: 5px 10px;
    background-color: transparent;
    color: red;
    float: left;
    margin-right: 20px;
    margin-top: -5px;
}

.close-notif{
    color: red !important;
}

.text-red{
    color: red !important;
    font-size: 12px;
}

.form_notif{
    border: 1px solid red !important;
}

.ml-2{
    margin-left: 10px !important;
    margin-top: -10px;
}

/*.mtt{
    margin-top: -2px !important;
}*/

.btn-default-outline:hover {
    color: #8AB03F !important;
    border-color: #8AB03F !important;
}

.btn-dary:hover{
    background-color: #fff !important;
    border: 1px solid #8AB03F !important;
    color: #8AB03F !important;
}

.label-role {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #ddd !important;
    color: #283252;
}

.label-role:focus {
    color: #283252 !important;
}

.label-role-2 {
    background-color: #e8e8e8;
    color: #555;
    padding: 10px;
    margin: -5px -10px -5px 10px;
}

.label-role:hover {
    background-color: #8AB03F;
    padding: 5px 10px;
    border: 1px solid #ddd !important;
    color: #fff;
}

.plls{
    padding-left: 20px;
    font-size: 22px;
}

.plls-2{
    padding-left: 10px;
    font-size: 22px;
}

.d_preview{
    height: 700px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.imgdevpreview{
    width: 128px;
    height: 128px;
}

.txtLaporan{
    color: #000000;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    margin-top: 10px;
}

.img-preview{
    width: auto;
    height: 700px !important;
    overflow-y: scroll;
    overflow-x: scroll;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.img-preview::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.img-preview::-webkit-scrollbar-thumb {
  background: #ddd;
}

.carousel-control-prev {
    font-size: 50px;
    position: absolute;
    margin-top: -400px;
    left: 0;
    margin-left: -30px;
    color: #8AB03F;
}

.carousel-control-next{
    font-size: 50px;
    position: absolute;
    margin-top: -400px;
    right: 0;
    margin-right: -30px;
    color: #8AB03F;
}

.div-upload{
    width: 100%;
    padding: 10px 22px 0px 22px !important;
    border-radius: 12px;
    border: 1px solid #ddd;
    gap: 30px;
    margin-top: 20px;
}

.txt-file-1{
    color: #283252;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

.uploading-list .uploading-list-item-size {
    color: #283252;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    float: right;
    margin-bottom: 5px;
}

.lingkaran {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #DBDBDB;
  float: left;
  margin-right: 10px;
  color: #fff;
}

.lingkaran-active {
  border: 1px solid #8AB03F !important;
  font-size: 12px;
  color: #8AB03F;
  text-align: center;
  padding-top: 2px;
}

@media (min-width: 992px){
    .modal-lg-2 {
        max-width: 1300px !important;
    }
}

.modal-body-2{
    background-color: #F9F9F9;
    padding: 40px;
    height: 520px;
    overflow-y: scroll;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.modal-body-2::-webkit-scrollbar {
  display: all;
  width: 10px !important;
  height: 10px !important;
  background-color: transparent;
}

.modal-body-2::-webkit-scrollbar-thumb {
  background: #ddd;
}

.stts{
    color: #000;
    padding: 5px 11px;
    border-radius: 9999px;
    gap: 3.5px;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
}

.stts-1{
    background-color: #ED3E3E;
}

.stts-2{
    background-color: #FAAD43;
}

.card-leads-2 {
    width: 350px;
    margin-left: 400px;
}

.mlls{
    margin-bottom: 10px;
    margin-top: 10px;
}

.vat{
    vertical-align: top !important;
}

.txt-jdcts{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.lbl-pick{
    width: 20px;
    height: 20px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
    background-color: #A9ABAC;
}

.lbl-pick-default{
    color: #83838E;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #DBDBDB;
    padding: 5px 10px;
    border-radius: 999px;
    gap: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.mbb-2 {
    margin: 30px 40px;
}

.wdth2 {
    width: 95%;
}

.txt-see{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    color: #8AB03F;
}

.txt-see:hover{
    color: #8AB03F;
}

.flt-right-4{
    float: right;
    margin-top: -35px;
}

.not-started{
    background-color: #DBDBDB;
    color: #8168B1;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    padding: 4px 10px;
    border-radius: 999px;
    margin-top: 7px;
}

.hhgg{
    height: 222px;
}

.bgcrt{
    background-color: #FAAD42;
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0em;
    width: 80px;
    text-align: center;
    margin-top: -20px;
}

.txt-dett{
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    color: #283252;
}

.txt-inv{
    color: #283252;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.txt-hlls{
    color: #83838E;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
}

.ff-5{
    font-weight: 500 !important;
}

.hdr{
    height: 50px;
}

.htd{
    height: 58px;
}

.txt-flls{
    float: right;
    color: #8AB03F;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
}

.vertical-step{
    border-left: 2px solid #DBDBDB;
}

.vertical-step-active{
    border-left: 4px solid #4372EA;
    margin-left: -2px;
    padding-bottom: 5px;
}

.vrsh{
    margin-left: 20px;
    margin-bottom: 100px;
    padding-top: 20px;
}

.txt-vvs-date{
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    color: #A2A5B9;
}

.txt-vvs-teks{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #A2A5B9;
}

.vvsactive{
    font-weight: 500 !important;
    color: #283252 !important;
}

.txt-ggsa{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    color: #283252;
}

.mbggs{
    margin-bottom: 0px !important;
    margin-left: -15px;
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 1200px !important;
    }
}

.tooltip-3 {
  position: relative;
  display: inline-block;
  border-bottom: unset !important;
}

.tooltip-3 .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  color: #000;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 10000;
  top: -5px;
  right: 110%;
  border: 1px solid #ddd;
  padding: 15px;
}

.tooltip-3 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.tooltip-3:hover .tooltiptext {
  visibility: visible;
}

.txt-tllp-1{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 20px;
}

.txt-tllp-2{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.txt-tllp-3{
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0px;
    color: #A2A5B9;
    float: right;
}

.grrn{
    color: #3EC764;
}

.dropdown-item.current, .dropdown-item:hover {
    color: #8AB03F !important;
}

.txt-red{
    color: red;
}

.txt-blue{
    color: #039BE5;
}

.img-gssh{
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.txt-dedds{
    color: #283252;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
}

.dropdown-menu-5{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.title-sample{
    color: #283252;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px;
    letter-spacing: 0em;
}

.img-chart{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.h-100{
    height: 100px;
}

.card-alert{
    color: #31B0D5;
    border: 1px solid #31B0D5;
    width: 100%;
    border-radius: 6px;
    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    padding: 20px;
}

.bootstrap-table .table a, .fixed-table-body .table a, .table a {
    top: 0px !important;
}

select {
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Some browsers will not display the caret when using calc, so we put the fallback first */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important; /* !important used for overriding all other customisations */
  background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
  background-size: 10px !important;
}

.card-campign{
    background-image: url('../../images/bg-campaign.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
    height: 300px;
    border: 1px solid #E8E8E8;
    width: 100%;
    height: 159px;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.txtTitle-campign{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
}

.imgicon-campign{
    float: right;
    width: 32px;
    height: 32px;
}

.txtSum-campign{
    font-family: Roboto;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0em;
    color: #283252;
    margin: 20px 0px;
}

.txtTrading-1{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #04905A;
}

.txtTrading-2{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #A2A5B9;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 18px !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #283252 !important;
}

.select2-results__option {
    padding: 2px 0px !important;
    min-height: 0px !important;
    padding-left: 20px !important;
}

.select2-results__option[aria-selected=true] {
    color: #8AB03F !important;
}

.select2-container--arrow .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--white .select2-results__option--highlighted[aria-selected] {
    color: #8AB03F !important;
}

.select2-container--arrow .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--white .select2-selection--single .select2-selection__rendered {
    padding: 7px 18px !important;
    min-height: 37px !important;
    width: 100% !important;
}

.select2-results__option[role=group] .select2-results__option {
    padding-left: 1.7rem;
}

.select2-container--arrow .select2-search__field, .select2-container--white .select2-search__field {
    font-size: 14px !important;
    padding-left: 18px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered{
    padding-left: 0px !important;
}

.select2-container--default .select2-selection--multiple {
  padding-left: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #EDEDED !important;
  border: 1px solid #EDEDED !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  cursor: default !important;
  float: left !important;
  margin-right: 5px;
  margin-top: 5px !important;
  padding: 5px 25px 0px 5px !important;
  color: #283252 !important;
  font-family: Roboto !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
}

.select2-container--arrow .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .select2-container--white .select2-selection--multiple .select2-selection__choice__remove {
position: absolute !important;
right: 0 !important;
top: 4px !important;
color: #283252!important;
width: 1.5rem !important;
text-align: center !important;
font-size: 20px !important;
}
.select2-results__option[aria-selected=true] {
  color: #A2A5B9 !important;
  background-color: #F7F7F7 !important;
  margin-top: 2px !important;
  margin-bottom: 5px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid 1px #d8e2e7 !important;
outline: 0 !important;
}
.select2-container--arrow .select2-results>.select2-results__options, .select2-container--default .select2-results>.select2-results__options, .select2-container--white .select2-results>.select2-results__options {
    max-height: 300px !important;
    overflow-y: scroll !important;
    margin-top: 10px !important;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.select2-results__options::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #ddd;
}

.txt-campagin{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color: #283252;
}
.select2-container--open .select2-dropdown--below {
    min-width: 250px !important;
}
.bold-600{
    font-weight: 600;
}

.edit-title-campaign{
    color: #8AB03F;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
    padding: 5px 10px;
}

.img-phone{
    width: 390px;
    height: 252px;
}

.content-iphone{
    position: absolute;
    margin-top: -150px;
    padding: 0px 7px 0px 25px;
    width: 370px;
}

.name_campaign{
    color: #292929;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0em;
    width: 220px;
}

.subject_campaign{
    color: #292929;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    width: 220px;
}

.preview_campaign{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    color: #5D5C5D;
    width: 220px;
}

.img-photo-default{
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 12px;
}

.m-12{
    margin-bottom: 12px;
}

.clock{
    color: #5D5C5D;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
}

.txt-choose{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
}

.img-champaign-iphone{
    width: 250px;
    height: 250px;
    text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35.5px !important;
    width: 30px !important;
    border-radius: 0px 6px 6px 0px !important;
}

.modal-body-padding {
    padding: 0px 15px !important;
}

.col-border-right{
    border-right: 1px solid #ddd;
}

.card-invitation{
    padding: 32px 20px;
}

.card-naraya {
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0px -2px 10px 0px #0000001A;
    background: #F5F5F5;
    cursor: pointer;
    height: 285px;
}

.txt-campaign-1{
    color: #283252;
    font-family: Montserrat;
    font-size: 13.3px;
    font-weight: 500;
    line-height: 19.95px;
}

.mmll{
    position: absolute;
    margin-top: -100px;
    margin-left: 45px;
    display:none;
}

.card-naraya:hover .mmll {
    display: block !important;
}


.txt-campaign-2{
    font-family: Roboto;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 15.75px;
    text-align: left;
    color: #7A8385;
    background: #DDDFDF;
    padding: 4px;
    border-radius: 9999px;
}

.txt-campaign-3 {
    color: #AAAAB3;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    margin-top: 6px;
}

.txt-campaign-4{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.75px;
    text-align: left;
    color: #7A8385 !important;
    background: #DDDFDF;
    padding: 4px;
    border-radius: 9999px;
}

.txt-campaign-4:focus{
    color: #fff;
    background: #3C476C;
}

.txt-campaign-4:hover{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.75px;
    text-align: left;
    color: #fff !important;
    background: #3C476C;
    padding: 4px;
    border-radius: 9999px;
}

.txt-campaign-active{
    color: #fff !important;
    background: #3C476C;
}

.img-naraya {
    width: 100% !important;
    height: 150px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    object-position: top;
}

.button-right {
    float: right;
    margin: 30px 20px;
}

.padding-naraya{
    padding: 16px;
}

/*.padding-naraya:hover{
    background-image: url('../../images/button-use-this.svg') !important;
    background-repeat: no-repeat;
    background-size: 84px 38px;
    cursor: pointer;
    background-position: right;
    margin-right: 20px;
}*/

.txtttps{
    color: #283252;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
}

.txtttps2{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    color: #AAAAB3;
}

.form-control:disabled {
    background-color: #eceff4 !important;
}

.ovrss{
    overflow-y: scroll;
    height: 400px;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.ovrss::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.ovrss::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.dssd{
    position: sticky !important;
    left: 0 !important;
    z-index: 1000 !important;
    background: #fff !important;
}

.img-preview-2{
    width: 100%;
    height: 700px;
}

.img-avatar-3 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.txt-sales-title{
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #283252;
}

.card-white{
    width: 100%;
    height: 60px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    margin-bottom: 10px;
}

/* Start CSS Scroll */
.tg-sales {
    height: 350px;
    width: 100%;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 5px;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.tg-sales::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.tg-sales::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.pdbd{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.btn-dvvs{
    text-align: right;
    margin-bottom: 15px;
}

.menu_item {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.img-icon {
    height: 21px;
    min-width: 60px;
    display: flex;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
/* Pre css */
.flex {
  display: flex;
  align-items: center;
}
.nav_image {
  display: flex;
  min-width: 55px;
  justify-content: center;
}
.nav_image img {
  height: 35px;
  width: 35px;
  object-fit: cover;
}

/* Sidebartwo */
.sidebartwo {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 370px;
  background: #fff;
  padding: 15px 10px;
  border: 1px solid #E8E8E8;
  z-index: 1001;
  transition: all 0.5s ease;
}
.sidebartwo.closetwo {
  width: 70px;
  transition: all 0s ease;
  opacity: 0;
  animation: fadeOutMove 0.5s ease forwards;
  animation-delay: 0s;
}

@keyframes fadeOutMove {
  to {
    opacity: 1;
  }
}


.logo_items {
  gap: 8px;
}
.logo_name {
  font-size: 22px;
  color: #333;
  font-weight: 500px;
  margin-left: 20px;
  margin-top: -10px;
}
.sidebartwo.closetwo .logo_name,
.sidebartwo.closetwo #lock-icon,
.sidebartwo.closetwo #sidebartwo-closetwo {
  opacity: 0;
  pointer-events: none;
}
#lock-icon,
#sidebartwo-closetwo {
  padding: 10px;
  color: #4070f4;
  font-size: 25px;
  cursor: pointer;
  margin-left: -4px;
  transition: all 0.3s ease;
}
#sidebartwo-closetwo {
  display: none;
  color: #333;
}
.menu_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  overflow-y: auto;
  height: calc(100% - 82px);
}
.menu_container::-webkit-scrollbar {
  display: none;
}
.menu_title {
  position: relative;
  height: 50px;
  width: 55px;
}
.menu_title .title {
  margin-left: 15px;
  transition: all 0.3s ease;
}
.sidebartwo.closetwo .title {
  opacity: 0;
}
.menu_title .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  border-radius: 25px;
  background: #aaa;
  transition: all 0.3s ease;
}
.menu_title .line {
  opacity: 0;
}
.sidebartwo.closetwo .line {
  opacity: 1;
}
.item {
  list-style: none;
}
.link {
  text-decoration: none;
  margin-bottom: 0px;
  color: #A2A5B9;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;

}
.link:hover {
  filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}
a, a:focus, a:hover {
    color: #8AB03F;
}
.link span {
  white-space: nowrap;
}
.link i {
  height: 0px;
  min-width: 55px;
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.item2{
    margin-bottom: 30px !important;
    opacity: 0;
    animation: fadeInMove 0.2s ease forwards;
    animation-delay: 0.2s;
}

@keyframes fadeInMove {
  to {
    opacity: 1;
  }
}

.control-panel .page-content {
    padding-right: 10px;
}
.sidebartwo_profile {
  padding-top: 15px;
  margin-top: 15px;
  gap: 15px;
}
.sidebartwo_profile .name {
  font-size: 18px;
  color: #333;
}
.sidebartwo_profile .email {
  font-size: 15px;
  color: #333;
}

/* Navbar */
.navbar {
  max-width: 500px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 60%;
  transform: translateX(-50%);
  background: #fff;
  padding: 10px 20px;
  border-radius: 0 0 8px 8px;
  justify-content: space-between;
}
#sidebartwo-open {
  font-size: 30px;
  color: #333;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}
.search_box {
  height: 46px;
  max-width: 500px;
  width: 100%;
  border: 1px solid #aaa;
  outline: none;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 18px;
  color: #333;
}
.navbar img {
  height: 40px;
  width: 40px;
  margin-left: 20px;
}

/* Responsive */
@media screen and (max-width: 1100px) {
  .navbar {
    left: 65%;
  }
}

@media screen and (max-width: 800px) {
    .img-mobile-logo{
        margin-left: 60px;
    }
    .with-side-menu .page-content {
        padding-left: 89px;
    }
    .txt-detail-2{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 800px) {
    .img-mobile-logo{
        margin-left: 20px;
    }
    .with-side-menu .page-content {
        padding-left: 205px;
    }
}

/*@media screen and (max-width: 800px) {
  .sidebartwo {
    left: 0;
    z-index: 1000;
  }
  .sidebartwo.closetwo {
    left: -100%;
  }
  #sidebartwo-closetwo {
    display: block;
  }
  #lock-icon {
    display: none;
  }
  .navbar {
    left: 0;
    max-width: 100%;
    transform: translateX(0%);
  }
  #sidebartwo-open {
    display: block;
  }
}
*/
.submenu_menu_items{
    margin-left: 56px;
    margin-bottom: 20px;
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
}

.sidesubmenu{
    display: flex;
    flex-direction: row;
    margin: 20px 0px 20px 40px;
}

.lblss{
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
}

.lblss:hover{
    color: #8AB03F;
}

.rlv{
    position: relative !important;
    color: #A2A5B9 !important;
}

.clps{
    font-size: 12px !important;
    color: #A2A5B9 !important;
}

.mlff{
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    margin-left: 40px;
}

.widget-accordion {
    background: #fff;
    -webkit-border-radius: 0.25rem;
    border-radius: unset;
    border: unset;
}
.widget-accordion .panel {
    border-top: unset;
}
.widget-accordion .panel-heading a {
    display: block;
    padding: 0px 0px 0px 16px;
    background: #fff;
    position: relative;
    color: #A2A5B9;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
}
.widget-accordion .panel-heading a[aria-expanded=true] {
    color: #8AB03F;
}
.widget-accordion .panel-heading a[aria-expanded=true] .font-icon {
    color: #8AB03F;
}
.widget-accordion .panel-heading a:hover .font-icon {
    color: #8AB03F;
}

.img-icon-2 {
    height: 21px;
    position: absolute;
    margin-top: -2px;
}
.widget-accordion .panel-collapse-in {
    padding: 0px;
    padding-left: 25px;
}
.widget-accordion .panel-heading a .font-icon{
    right: 10px;
}
a, button {
    transition: all .0s ease-in-out;
}

.img-sidebar-logo {
    position: absolute;
    margin-top: -85px;
    left: 0;
    margin-left: 30px;
}

/*.bootstrap-table .table thead th, .fixed-table-body .table thead th, .table thead th {
    background: unset !important;
}*/

.table thead th {
    vertical-align: middle;
    border-bottom: unset !important;
}

.select2-results__option {
    font-size: 14px !important;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 0px !important;
}

.margin-bottom{
    margin-bottom: 150px;
}

div.dataTables_wrapper div.dataTables_paginate {
      margin: 0;
      white-space: nowrap;
      text-align: right;
      position: absolute;
      right: 0;
      margin-top: 20px;
  }

  select.form-control:not([size]):not([multiple]) {
      height: 2.4rem;
      /*position: absolute;
      margin-top: 30px;*/
  }

table.dataTable {
    margin-top: 0px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 210px;
    display: inline-block;
    border-radius: 99px;
}

.dt-bootstrap .pagination .paginate_button.active a {
    color: #fff;
    border-color: #8AB03F !important;
    background-color: #8AB03F !important;
}

.dt-bootstrap .pagination .paginate_button a {
    border: 1px solid #ddd;
    color: #000;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 15px !important;
}

.dt-bootstrap .pagination {
    margin-right: 15px!important;
}

div.dataTables_wrapper div.dataTables_info {
    position: absolute;
    margin-top: 30px;
    margin-left: 220px;
}

.card-calender{
    background-color: #fff;
}

.tstitle{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #283252;
}

.tscontent{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0em;
    color: #8E91AA;
}

.card-images-settings{
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #CECECE;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
}

.card-images-settings:hover{
    border: 1px solid #8AB03F;
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
}

.image-settings{
    width: 40px;
    height: 40px;
    margin:5px;
}


.colsettings{
    padding-left: 10px;
    padding-right: 10px;
}

.display-none{
    display: none !important;
}

.bg-white{
    background-color: #fff;
}

.btn-searchvs {
    background-color: #CECECE;
    position: absolute;
    z-index: 1;
    margin-top: 12px;
    margin-left: 355px;
}

/*Start Kalender*/

.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #F9F9F9 !important;
}
.fc-unthemed th {
    text-transform: capitalize;
    box-shadow: 0px 2px 10px 0px #0000001F;
    color: #283252;
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px;
}
.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
}
.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
    padding-top: 15px;
    padding-bottom: 2px;
    padding-left: 15px;
    color: #595959;
    font-family: Proxima Nova;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0em;
}

.fc-event {
    background-color: #b0e4fe;
    border-color: #fff;
    color: #343434;
    -webkit-border-radius: 0;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0px 0px 15px;
    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
}

.fc-toolbar h1, .fc-toolbar h2, .fc-toolbar h3, .fc-toolbar h4, .fc-toolbar h5, .fc-toolbar h6 {
    padding: 2px 20px 0px 30px;
    position: relative;
    top: 3px;
    color: #283252;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    margin-bottom: 40px;
}
.fc-toolbar {
    background-color: #F9F9F9;
}

.bggs{
    position: absolute;
    margin-top: 35px;
    z-index: 51;
}

.bggs2 {
    z-index: 51;
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: 35px;
}
.fc .fc-button-group>:first-child {
    color: #363636;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #DBDBDB;
    padding: 9px 17px;
    background-color: #fff;
    height: unset;
    border-radius: 8px!important;

}
.fc .fc-toolbar>*>:first-child {
    color: #363636;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #DBDBDB;
    padding: 9px 17px;
    background-color: #fff;
    height: unset;
    border-radius: 8px!important;
    padding-bottom: 13px !important;
}

.fc-toolbar button {
    padding-bottom: 13px !important;
}

.fc-state-default {
    color: #363636;
    font-family: Roboto;
    font-size: 13px !important;
    font-weight: 400;
    text-align: center;
    border: 1px solid #DBDBDB;
    padding: 9px 17px !important;
    background-color: #fff;
    height: unset !important;
    border-radius: 8px!important;
    margin-left: 10px !important;
}
.fc-state-active {
    background-color: #8AB03F !important;
    color: #fff !important;
}
a.fc-more {
    border-bottom: unset !important;
    color: #8AB03F !important;
    font-family: Proxima Nova;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-left: 60px;
}

.fc-state-highlight{
    color: #3DAD5C !important;
    background-color: #fff !important;
}

.fc-toolbar .fc-center {
    margin-left: 220px;
}

.fc-popover.click{
    margin-left: -190px !important;
    z-index: 1001;
}

.fc-highlight {
    background-color: #d5fd84;
    border:1px solid #8AB03F;
}

.fc-event.event-clicked {
    border-color: #8AB03F;
    background-color: transparent;
}

.fc-popover .fc-header, .fc-unthemed .fc-popover .fc-header {
    background: #8AB03F;
}

.fc-popover.click .fc-header:before{
    border-color: transparent transparent #8AB03F transparent;
}

.fc-popover .fc-body, .fc-unthemed .fc-popover .fc-body {
    background: #fff;
    border: solid 1px #8AB03F;
    padding-bottom: 5px !important;
    margin-bottom: 100px;
}

.fc-popover, .fc-unthemed .fc-popover {
    margin-left: -100px;
    width: 270px;
}

.btn:hover {
    background: #8AB03F;
    border: 1px solid #8AB03F;
}

.input-group.date .bootstrap-datetimepicker-widget+.input-group-addon, .input-group.date .input-group-addon:hover {
    background-color: #8AB03F;
    border-color: #8AB03F;
}

.btn.btn-primary {
    background-color: #8AB03F;
    border-color: #8AB03F;
}

.btn.btn-primary:hover {
    background-color: #8AB03F;
    border-color: #8AB03F;
}

.fc-next-button:hover, .fc-prev-button:hover {
    color: #8AB03F !important;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #8AB03F;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #8AB03F;
}

.bootstrap-datetimepicker-widget table td.day:hover{
    color: #8AB03F;
}

.fc-popover .fc-h-event, .fc-unthemed .fc-popover .fc-h-event {
    padding-left: 40px!important;
}

.fc-event.event-clicked:before {
    border: unset !important;
}

.fc-time-grid-event .fc-time{
    margin-top: 10px;
}

.fc-event{
    margin: 15px 0px 0px 0px !important;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event{
    left: 0 !important;
}
.fc-basic-view .fc-body .fc-row {
    height: 200px !important;
}
a:not([href]):not([tabindex]){
    margin-top: 5px !important;
}
.fc button .fc-icon {
    top: 4px !important;
}
/*End Kalender*/

.label-plus {
    color: #A2A5B9 !important;
    margin-top: 15px !important;
}

.mls {
    margin-left: -15px !important;
}

.form-control-wrapper.form-control-icon-left .fa, .form-control-wrapper.form-control-icon-left .font-icon, .form-control-wrapper.form-control-icon-left .glyphicon, .form-control-wrapper.form-control-icon-right .fa, .form-control-wrapper.form-control-icon-right .font-icon, .form-control-wrapper.form-control-icon-right .glyphicon {
    line-height: 47px;
}

.srrs{
    margin-right: 40px !important;
    z-index: 2 !important;
}

.txt-dedds-2 {
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
}

.select2-container--default .select2-selection--multiple{
     border: solid 1px rgba(197,214,222,.7) !important;
}

.select2-dropdown {
    border: 1px solid #ddd;
}

.select2-container--default .select2-results__group {
    margin-left: 13px;
}

.select2-container--default .select2-results__group {
    margin-left: 13px;
    margin-top: 5px;
}


.daterangepicker td.in-range {
    background-color: #e6ffb6 !important;
    border-color: transparent !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #8AB03F !important;
    color: #fff !important;
}

.ranges li:hover {
    background: #8AB03F !important;
}

.daterangepicker .daterangepicker_input select, .daterangepicker .table-condensed select {
    width: 70px !important;
    height: 40px !important;
}

.btn.btn-success {
    background-color: #8AB03F;
    border-color: #8AB03F;
}

.ranges li.active {
    background: #8AB03F !important;
    color: #fff !important;
}

.btn.btn-success:hover {
    background-color: #8AB03F;
    border-color: #8AB03F;
}


.url-copy{
    color: var(--Blue-800, #01598b);
    font-family: Inter, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    background: var(--Blue-100, #dff1ff);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.items-dropdown-click{
    filter: brightness(0) saturate(100%) invert(65%) sepia(10%) saturate(2342%) hue-rotate(39deg) brightness(99%) contrast(80%);
    font-weight: 600;
}

.dv-cmpgn{
    position: absolute;
    right: 0;
    top: 0;
}

.card-tasks-grid{
    overflow: auto;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.card-tasks-grid::-webkit-scrollbar {
  display: all;
  width: 10px !important;
  height: 10px !important;
  background-color: transparent;
}

.card-tasks-grid::-webkit-scrollbar-thumb {
  background: #ddd;
}

.draps {
    background-color: #e3e4e5 !important;
    padding: 6px !important;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.btn-view-demo{
    color: #45494A;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #fff;
    border:1px solid #ddd;
    width: 100%;
    padding: 5px 20px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.btn-use-this{
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background-color: #198F2C;
    border:1px solid #198F2C;
    width: 100%;
    padding: 5px 20px;
    border-radius: 4px;
}

.drpdtll{
    border: 0px solid #ddd;
    background-color: transparent;
    float: right;
}

.mrggss{
    margin-right: 30px;
}

.gpss{
    font-size: 20px !important;
    color: #656565 !important;
}

.edit_icon{
    color: #656565;
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    margin-top: -4px;
}

.gpss2{
    color: #656565;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
    text-align: left;
}

.gpss2:hover{
    color: #656565 !important;
}

.iframes{
    width: 100%;
    height: 500px;
    border:1px solid #ddd;
    background-color: #fff;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
/*.iframes::-webkit-scrollbar {
  display: all !important;
  width: 3px !important !important;
  height: 3px !important !important;
  background-color: transparent !important;
}

.iframes::-webkit-scrollbar-thumb {
  border-radius: 3px !important;
  background: #ddd !important;
}*/

.txxs-1{
    color: #283252;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
}

.txxs-2{
    color: #000000;
    font-family: Montserrat;
    font-size: 15.4px;
    font-weight: 500;
    line-height: 23.1px;
    text-align: center;
}

.mllsss{
    margin:20px 0px;
}

@media (min-width: 992px) {
    .modal-lg-puls {
        max-width: 1300px !important;
    }
}

.bg-images-campaign{
    background-color: #fafafa;
    border-radius: 4px;
}

.pllssd{
    padding: 10px;
}

.wwss{
    overflow-y: scroll;
    height: 500px;
    text-align: center;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.wwss::-webkit-scrollbar {
  display: all;
  width: 13px !important;
  height: 13px !important;
  background-color: transparent;
}

.wwss::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.btn.btn-secondary {
    margin-bottom: 5px;
    margin-right: 5px;
}

.btn-google-2{
    width: 100%;
    border:2px solid #ddd;
    background-color: #fff;
    padding: 16px;
    border-radius: 9999px;
    text-align: center;
}

.imgswg{
    margin-right: 5px;
    margin-top: -1px;
}

.card-log-2{
    margin: 40px 40px 0px 40px;
    opacity: 0px;
    border-radius: 24px;
    background-image: url(https://res.cloudinary.com/lpkangnla/image/upload/crmwaktoo/bg-log-4.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 100px 0px 100px;
}
.txt-bls{
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    text-align: left;
    color: #2F3C15;
}

.img-lpss{
    width: 40px;
    height: 40px;
    position: absolute;
}

.img-lpss2{
    width: 370px;
}

.img-rss{
    width: 50px;
    height: 50px;
}

.mgpss{
    margin-bottom: 20px;
    margin-top: 60px;
    text-align: center;
}

.progress-register {
    height: 10px;
    border-radius: 0px 999px 999px 0px;
    color: #fafafa !important;
}

.progress-bar-register {
    background-color: #8AB03F;
    border-radius: 999px 0px 0px 999px;
    height: 10px;
}

.txt-title-lets{
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: #283252;
    text-align: center;
}

.form-control-label-2{
    color: #283252;
    font-family: Roboto;
    font-size: 12.6px;
    font-weight: 400;
    line-height: 18.9px;
    margin-top: 16px;
}

.footer-onboarding{
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 35px 10px;
    border-top: 1px solid #ddd;
    margin-top: 35px;
    background-color: #fff;
    z-index: 2;
}

.scroll-onboarding{
    margin-bottom: 150px;
}

.txt-title-lets2{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.1px;
    text-align: center;
}

.radio2 {
    border: 1px solid #E8E8E8;
    padding: 12px;
    border-radius: 6px;
}

.btn-back{
    border: 1px solid #DBDBDB;
    color: #3D3D3D;
    font-family: Roboto;
    font-size: 13.3px;
    font-weight: 400;
    text-align: center;
    padding: 10px 16px;
    border-radius: 6px;
}

.btn-back:hover{
    border: 1px solid #DBDBDB;
    color: #3D3D3D;
}

.mrgns {
    margin-right: 10px;
    font-size: 18px;
    position: absolute;
    margin-top: 4px;
}

.mlksss{
    margin-left: 25px;
}

.btn-next{
    background: #8AB03F;
    color: #fff;
    border:1px solid #8AB03F;
    padding: 10px 42px;
    border-radius: 6px;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: -10px;
}

.btn-next:hover{
    background: #8AB03F;
    color: #fff;
    border:1px solid #8AB03F;
}

.text-skip{
    color: #3D3D3D;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin-right: 30px;
}

.cardss-checkbox{
    border: 1px solid #E8E8E8;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.kotaks-one{
    border: 1px solid #F5F5F5;
    background-color: #F5F5F5;
    width: 100%;
    border-radius: 4px;
}

.img-clsla {
    padding: 20px;
    height: 250px;
    width: 100%;
}

.kotakshs{
    border: 1px solid #E8E8E8;
    width: 100%;
    border-radius: 4px;
    padding: 12px;
    cursor: pointer;
}

.kotakshs:hover{
    border: 1px solid #8AB03F;
}

.teks-title-o{
    margin-top: 10px;
    color: #7C7C7C;
    font-family: Montserrat;
    font-size: 16.8px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
}

.teks-contet-o{
    color: #7C7C7C;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
}


.iframe-modals{
    width: 100%;
    height: 100vh;
    border: unset;
}

.mmlll{
    background-color: #F9F9F9;
    height: 600px;
    overflow: auto;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.mmlll::-webkit-scrollbar {
  display: all;
  width: 3px !important;
  height: 3px !important;
  background-color: transparent;
}

.mmlll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}

.h-220{
    height: 220px;
}

.h-360{
    height: 360px;
}

.tab-containerx {
    cursor: pointer;
    margin-bottom: 10px;
}
.tabx {
    text-align: center;
    transition: background-color 0.3s;
    color: #525252;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
    border-radius: 999px;
    background-color: #F5F5F5;
}
.tabx.activex {
    background-color: #3C476C;
    border-bottom: 1px solid #3C476C;
    color: #fff;
}
.tab-contentx {
    display: none;
}
.tab-contentx.activex {
    display: block;
}

.card-opens{
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #F5F5F5;
    margin-bottom: 20px;
    border: 1px solid #F5F5F5;
    cursor: pointer;
}

.card-opens:hover{
    border: 1px solid #3C476C;
}

.img-users-opens{
    width: 50px;
    height: 50px;
    border-radius: 999px;
    object-fit: cover;
    object-position: top;
}

.img-users-opens2{
    width: 16px;
    height: 16px;
    border-radius: 999px;
    object-fit: cover;
    object-position: top;
}

.txts-1{
    color: #283252;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
}

.txts-2{
    color: #595959;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.txts-3{
    color: #595959;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 400;
    line-height: 16.5px;
    text-align: left;
    margin: 10px 0px;
}

.txts-4{
    color: #999999;
    font-family: Roboto;
    font-size: 10.5px;
    font-weight: 400;
    line-height: 15.75px;
}

.imghss{
    width: 80px;
    height: 80px;
    border-radius: 999px;
    border: 1px solid #ddd;
}

.txt-slass{
    color: #283252;
    font-family: Roboto;
    font-size: 16.8px;
    font-weight: 700;
    line-height: 25.2px;
    text-align: center;
}

.txt-slass2{
    color: #283252;
    font-family: Roboto;
    font-size: 16.8px;
    font-weight: 700;
    line-height: 25.2px;
}

.content-slass{
    color: #636783;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

.card-opens2{
    border: 1px solid #E8E8E8;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 120px;
}

.card-opens2:hover{
    border: 1px solid #F06A6A;
}

.card-opens2active {
    border: 1px solid #F06A6A;
}

@media (min-width: 992px) {
    .col-lg-3-b {
        width: 20% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.img-persons{
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border:1px solid #ddd;
}

.content-slass2{
    color: #283252;
    font-family: Roboto;
    font-size: 15.4px;
    font-weight: 400;
    line-height: 23.1px;
    text-align: left;
}


/* Styling untuk box pencarian */
.search-box {
  display: flex;
  align-items: center;
  background-color: #FFF6F0;
  border: 1px solid #FFF6F0;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
}

/* Styling untuk ikon pencarian */
.search-box .search-icon {
    font-size: 20px;
    color: #999;
    margin-right: 10px;
    margin-top: -4px;
}

/* Styling untuk input */
.search-box input[type="text"] {
  border: none;
  outline: none;
  font-size: 16px;
  color: #752419;
  width: 100%;
  background-color: #FFF6F0;
}

/* Placeholder styling */
.search-box input[type="text"]::placeholder {
  color: #EF7E48 !important;
}

/* Styling untuk tombol search */
.search-box .search-button {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.search-box .search-button:hover {
  background-color: transparent;
}

.mt-100{
    margin-top: 40px;
    margin-bottom: 40px;
}

.card-dark {
    background-color: #FAFAFA;
    padding: 20px;
    width: 80%;
    margin: 40px 0px;
    font-family: Roboto;
    font-size: 15.4px;
    font-weight: 400;
    line-height: 23.1px;
    text-align: left;
    color: #283252;
    border-radius: 20px;
}

.card-dark {
    background-color: #FAFAFA;
    padding: 20px;
    width: 80%;
    margin: 40px 0px;
    font-family: Roboto;
    font-size: 15.4px;
    font-weight: 400;
    line-height: 23.1px;
    text-align: left;
    color: #283252;
    border-radius: 20px;
    float: right;
}

.chat-message{
    background-color: #FAFAFA;
    padding: 20px;
    width: 80%;
    font-family: Roboto;
    font-size: 15.4px;
    font-weight: 400;
    line-height: 23.1px;
    text-align: left;
    color: #283252;
    border-radius: 20px;
    float: right;
    margin-top: 40px;
}

.us-this{
    background: #FDEDF2;
    color: #F06A6A;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: center;
    padding: 5px 15px;

}

.collapse-pluss{
    color: #A2A5B9 !important;
    font-family: Roboto;
    font-size: 12.6px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;

}

.creatAI {
    opacity: 0;
    transition: opacity 3s ease;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
  backdrop-filter: blur(5px); /* Adjust the blur intensity */
  z-index: 10000; /* Ensure it's below the loader */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #009241;
   font-size: 18px;
}

.loader {
  border: 8px solid #009241;
  border-radius: 50%;
  border-top: 8px solid #8AB03F;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  position: fixed;
  z-index: 10000;
  display: flex;
  justify-content: center;
}


.loader-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.loader-small {
  border: 8px solid #009241;
  border-radius: 50%;
  border-top: 8px solid #8AB03F;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  z-index: 10000;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.ml-10{
    margin-left: 15px !important;
}

.typing {
  animation: caret-blink 0.7s steps(1) infinite;
}

@keyframes caret-blink {
  50% {
    border-color: transparent;
  }
}

.multi-line-input {
  padding: 0px 10px;
}

.w-360{
    width: 360px !important;
}

.font-red{
    color: red;
    font-size: 12px;
}

.color-subsidebar{
    color: #A2A5B9 !important;
}

.color-subsidebar-active{
    color: #8AB03F !important;
}

.col-pdlf{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.textarea-form-control {
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    resize: none;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 8px 0px;
    height: 40px;
    background-color: #FFF6F0;
    border: 1px solid #FFF6F0;
    color: #F06A6A;
}

.textarea-form-control::placeholder{
    color: #ffafaf !important;
}

.subtabel{
    text-align: center;
}

.subtabel2{
    text-align: left;
}

b, strong {
    font-weight: inherit !important;
}

.card-invoice{
    width: 95%;
    max-width: 768px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    padding: 40px;
    overflow: auto;
    /* height: calc(100vh - 150px); */
    height: 780px;
}

.card-invoice-center {
    margin-right: auto;
    margin-left: auto;
}


@media print {
    .card-invoice{
        width: 100%;
        background-color: #fff;
        border-radius: 4px;
        border: 1px solid #DBDBDB;
        padding: 40px;
        overflow-x: hidden;
        height: 100%;
    }
}

.date-field, .currency-field, .updated-field{
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    line-height: 14px;
}

.txtinvoince{
    color: #283252;
    text-align: right;
    font-family: Montserrat;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 52.5px */
}

.txt-upload1{
    color: #283252;
    font-family: Montserrat;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18.9px */
}

.txt-upload2{
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}

.img-close-upload {
    position: absolute;
    margin-top: -95px;
    margin-left: 183px;
    cursor: pointer;
}

.img-open-upload{
    width: 205px;
    height: 100px;
    /* border: 1px solid #DBDBDB; */
    padding: 5px;
    border-radius: 4px;
    object-fit: contain;
}

.img-open-upload-pdf{
    width: 100%;
    height: 100px;
    border: 1px solid #DBDBDB;
    padding: 5px;
    border-radius: 4px;
    object-fit: contain;
}

.img-close-upload-pdf {
    position: absolute;
    margin-top: -95px;
    margin-left: 204px;
    cursor: pointer;
}

.btn-space{
    padding-left: 35px;
    padding-right: 35px;
}

.teks-format-file{
    color: red;
    font-size: 12px;
    line-height: 17px;
}

.txt-stts{
    color: #4A4A4A;
    font-family: Roboto;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 15.75px */
    border-radius: 9999px;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
}

.status-draft{
    background-color: #C5C7D3;
}

.status-paid{
    background-color: #94E189;
}

.status-partially-paid{
    background-color: #FFD770;
}

.status-overdue{
    background-color: #F095B2;
}

.status-canceled{
    background-color: #F095B2;
}

.status-pending{
    background-color: #FFA880;
}

.status-disputed{
    background-color: #E62864;
}

.status-voided{
    background-color: #ED3E3E;
}

.status-written-off{
    background-color: #E6E1EF;
}

.status-refunded{
    background-color: #77D2F3;
}

.textarea-input {
    border: 2px solid #ddd;
    border-radius: 5px;
    background: #fafafa;
    margin-bottom: 30px;
}

.txt-unggah{
    color: #8AB03F;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 10px;
}

.txt-right-numbers{
    color: #AAAAB3;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    float: right;
    margin-top: -37px;
    padding: 10px;
}

.btn-generate{
    color: #0B4214;
    text-align: center;
    font-family: Roboto;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    border-radius: 5px;
    background: #E8F5EA;
    width: 100%;
    border: 1px solid #E8F5EA;
}

.btn-generate:hover{
    color: #0B4214;
    text-align: center;
    font-family: Roboto;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    border-radius: 5px;
    background: #dff3e2;
    width: 100%;
    border: 1px solid #dff3e2;
}

.img-generate {
    position: absolute;
    margin-left: -60px;
    margin-top: -3px;
}

.txt-title3{
    color: #283252;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.input-invoice {
    border: 2px solid #fff;
    width: 100%;
    color: #000000;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 5px;
}

.input-invoice:focus {
    border: 2px #E6E6E6 dashed;
    padding: 0px 8px;
    border-radius: 5px;
}

.txt-title-invoice{
    color: #283252;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 8px;
}

.txt-descripsi{
    color: #8286A1;
    font-family: Roboto;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18.9px */
    width: 100px;
}

.right-float {
    float: right;
    margin-top: 10px;
}

.btn-tambah-item{
    color: #8AB03F;
    text-align: center;
    font-family: Roboto;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    padding: 9px 12px;
    border-radius: 5px;
    border: 1px solid #8AB03F;
    background: #FFF;
}

.btn-hapus-item{
    color: #F06A6A;
    text-align: center;
    font-family: Roboto;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    padding: 9px 12px;
    border-radius: 5px;
    border: 1px solid #F06A6A;
    background: #FFF;
}

.loading-generate-ai{
    display: flex;
    width: 362px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #FFF;
}

.txt-gnrt-1{
    color: #283252;
    text-align: center;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
}

.txt-gnrt-2{
    color: #83838E;
    text-align: center;
    font-family: Roboto;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 400;
}

.dropdown-generate-invoice {
    position: fixed;
    border-radius: 4px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    top: 0;
    margin-top: 400px;
    margin-left: 375px;
    width: 268px;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.button-card{
    display: flex;
    width: 38px;
    height: 38px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: #FAFAFA;
    padding: 5px;
    margin: 0px;
    box-sizing: border-box;
}

.button-card:hover {
    background-color: #ebebeb;
}

.button-card-green {
    background-color:#E8F5EA;
}

.button-card-green:hover {
    background-color: #c4e3c9;
}

.bottom-button{
    position: fixed; 
    bottom: 0; 
    margin-right:24px; 
    margin-bottom: 24px;
    right: 0;
}

.button-list-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    line-height: 0.5;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #DBDBDB;
    padding: 10px;
    border-radius: 5px;
    gap:5px;
}

.top-button{
    position: fixed; 
    top: 0; 
    margin-right:24px; 
    right: 0;
    margin-top: 130px;
}

.persen-zoom {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    margin-left: -50px;
    position: absolute;
    margin-top: 5px;
}

.drop-zone-caption2{
    font-size: 12px !important;
}

.drop-zone3 {
    width: 90px !important;
    height: 70px !important;
    border: dashed 2px #E6E6E6 !important;
    padding: 10px 5px;
}

.img-open-upload2 {
    width: 90px;
    height: 70px;
    border: 1px solid #DBDBDB;
    padding: 5px;
    border-radius: 4px;
    object-fit: contain;
}

.img-close-upload2 {
    position: absolute;
    margin-top: -75px;
    margin-left: 78px;
    cursor: pointer;
}

.font-icon-zone {
    line-height: 0px !important;
    font-size: 24px !important;
}

/* Container untuk PDF, dengan tinggi tertentu dan scroll vertical */
#pdf-container {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    border: 1px solid #ddd;
}
/* Setiap halaman PDF akan dirender dalam canvas dengan margin bawah */
.pdf-page {
    display: block;
    width: 100%;
}
/* Tombol navigasi */
.nav-btn {
    margin: 5px;
}

.txt-unggah-file{
    color: #A2A5B9;
    font-family: Roboto;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18.9px */
    margin-bottom: 20px;
}

.drop-zone4 {
    width: 100% !important;
    height: 130px !important;
    border: dashed 4px #E6E6E6 !important;
}

.pdf-laporan {
    color: #283252;
    font-family: Montserrat;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 5px 5px 5px;
    border: 1px solid #ddd;
    background-color: #fff;
    height: 40px;
    cursor: pointer;
}

.img-pdf{
    margin-right: 6px;
    width: 30px;
    float: left;
    margin-top: -5px;
}

.card-alerts{
    width: 90%;
    max-width: 800px;
    padding: 16px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #ECB74B;
    background: #FCF6E4;
    box-shadow: 0px 1.75px 4px -1px rgba(0, 0, 0, 0.14);
    color: #E07A1A;
    font-family: Roboto;
    font-size: 15.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 23.1px */
    z-index: 1;
    margin-top: 140px;
    position: absolute;
    left:84px;
    right:0;
    margin-left:auto;
    margin-right: auto;
    cursor: pointer;
}

.chat-tooltip{
    cursor: pointer;
    position: absolute;
    margin-left: 5px;
    display: none;
    margin-top: -20px;
}

.edit-table-row {
    height: 100%;
    position: fixed;
    background-color: #fff;
    border-left: 1px solid #eeeeee;
    padding: 40px;
    width: 460px;
    z-index: 10;
    right: 0;
    top: 0;
    transform: translateX(280px);
    animation: fadeInRightEdit 0.5s forwards;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 20px 3px 0px #eeeeee;
}

/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.edit-table-row::-webkit-scrollbar {
  display: all;
  width: 8px !important;
  height: 8px !important;
  background-color: transparent;
}

.edit-table-row::-webkit-scrollbar-thumb {
  background: #ddd;
}

@keyframes fadeInRightEdit {
  to {
    transform: translateX(0);
  }
}


/*Start Filter Table*/
.filter-table{
    padding: 14px;
    border-radius: 4px;
    border: 1px solid #DBDBDB;
    box-shadow: -1px 3px 10px 0px rgba(0, 0, 0, 0.12);
    position: absolute;
    background: #fff;
    z-index: 1;
}

.form-filter1 {
    width: 150px;
    margin-right: 10px;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding-right: 25px;
}

.form-filter2 {
    width: 160px;
    height: 2.4rem;
    margin-right: 10px;
    display: inline-block;
    border: solid 1px rgba(197, 214, 222, .7);
    text-align: left;
    padding: 10px;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) white no-repeat 90% !important;
    background-size: 10px !important;
}

.click-filter {
    width: 145px;
    height: 2.4rem;
    margin-right: 10px;
    display: inline-block;
    border: solid 1px rgba(197, 214, 222, .7);
    text-align: left;
    padding: 10px;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_up.png) white no-repeat 90% !important;
    background-size: 10px !important;
}

.dropdown-filter-table {
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #F0F0F0;
    background: #FFF;
    width: 187px;
    padding: 18px 14px 0px 14px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    margin-left: 164px;
    height: 300px !important;
    overflow-y: scroll;
}

.form-filter3{
    background-color: #F5F5F5;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    height: 38px;
    color: #363636;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.form-filter3:hover{
    background-color: #ecebeb;
    border-radius: 5px;
    border: 1px solid #ecebeb;
    height: 38px;
    color: #363636;
    text-align: center;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.vehicle {
    display: block;
    margin-left: 25px;
    margin-top: -21px;
    color: #283252;
    font-family: Montserrat;
    font-size: 12.6px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type=checkbox].checkbox-dropdown:before {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #283252;
}

input[type=checkbox].checkbox-dropdown:after {
    width: 8px !important;
    height: 15px !important;
    border: solid #283252 !important;
    border-width: 0 2px 2px 0 !important;
    left: 4px !important;
    top: -5px !important;
}
/*End Filter Table*/

.asc-desc {
    border: 1px solid #464646;
    padding: 8px 12px;
    background-color: #464646;
    border-radius: 4px;
    color: #fff;
    z-index: 100;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
    animation: fadeIn 0.5s ease-in-out forwards;
    text-transform: capitalize;
    position: absolute;
    width: 150px;
    margin-top: -35px;
    margin-left: -60px;
    text-align: center;
}

.widget-style {
    position: absolute;
    z-index: 1;
    margin-top: -10px;
    margin-left: 6px;
    cursor: pointer;
}

.hggss2{
    padding-right: 30px !important;
}

.select2-container--arrow.select2-container--open .select2-selection--single .select2-selection__rendered, .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered, .select2-container--white.select2-container--open .select2-selection--single .select2-selection__rendered {
    padding-right: 30px !important;
}

.card-notif-active{
    border: 1px solid #8AB03F !important;
}

.txt-clm-2:hover{
    cursor: text;
    width: 100%;
    background-clip: padding-box;
    /*border-radius: .25rem;*/
    padding-left: -10px !important;
    text-decoration: underline;
    text-decoration-color: #ddd;
    text-decoration-thickness: 2px;
}

.bulk-title{
    overflow: hidden;
    color: var(--Text-Dark-text-Dark-text, #283252);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 31.5px */
}

.resets{
    background-color: #F5F5F5 !important;
    border: unset !important;
}

.show-more{
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
}

.form-control-hover{
    font-size: 13px !important;
    color: #000 !important;
    font-family: 'Roboto' !important;
}

.form-control-hover + .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
    color: #000 !important;
    font-family: 'Roboto' !important;
}

.ms-r{
    margin-bottom: 0px !important;
    margin-top: 6px;
}

input::placeholder {
  font-size: 14px;
}

.mbb2 {
    margin-top: -20px;
    margin-bottom: 30px;
}

.select2-container--arrow.select2-container--disabled .select2-selection--single .select2-selection__rendered, .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered, .select2-container--white.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background-color: #ededed !important;
}

.form-group-radios2 {
    position: absolute;
    margin-top: -4px;
    z-index: 1;
}

.form-tooltip-error2 {
    max-width: unset;
    font-size: 12px;
}

.glyphicon-info-sign2 {
    cursor: pointer;
    margin-left: 2px;
    color: red;
    font-size: 12px;
}

.apexcharts-canvas, .apexcharts-svg{
    width: 100% !important;
}

.chart-names{
    width: 75%;
    background-color: #fff !important;
}

.btn-group.bootstrap-select .dropdown-menu a:hover {
    color: #8AB03F;
}

.asc-desc2x {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -15px;
    display: none;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    color: #8AB03F !important;
}

.text-danger2 {
    color: red !important;
    font-size: 12px;
}
.align-items2{
    align-items: center !important;
    flex-wrap: wrap;
    display: flex;
}
.is-clickable{
    filter: invert(22%) sepia(88%) saturate(7268%) hue-rotate(357deg) brightness(106%) contrast(114%);
}

.validation-error{
    color: red !important;
    position: absolute;
    font-size: 12px;
}

.error-message{
    font-size: 12px;
    color: red;
}