.custom-tabel th:before {
  content: '' !important;
  display: block !important; 
  min-width: 5em !important;
}
.custom-tabel th{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  line-height: 12px !important;
}
.large-table-container-3 {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: auto;
}
.large-table-container-3 table {
}
.large-table-fake-top-scroll-container-3 {
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: auto;
  height: 10px;
}
.large-table-fake-top-scroll-container-3 div {
  font-size: 1px;
  line-height: 1px;
}
/* ----------------------------------------------------- CSS Progress Bars -------------------------------------------------------- */
 .cssProgress {
     width: 100%;
     margin-bottom: 20px;
}
 .cssProgress .progress1, .cssProgress .progress2, .cssProgress .progress3 {
     position: relative;
     overflow: hidden;
     width: 100%;
     font-family: "Roboto", sans-serif;
}
 .cssProgress .cssProgress-bar {
     display: block;
     float: left;
     width: 0%;
     height: 100%;
     background: #3798d9;
     box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.1);
     transition: width 0.8s ease-in-out;
}
 .cssProgress .cssProgress-label {
     position: absolute;
     overflow: hidden;
     left: 0px;
     right: 0px;
     color: rgba(0, 0, 0, 0.6);
     font-size: 0.7em;
     text-align: center;
     text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
}
 .cssProgress .cssProgress-info {
     background-color: #9575cd !important;
}
 .cssProgress .cssProgress-danger {
     background-color: #ef5350 !important;
}
 .cssProgress .cssProgress-success {
     background-color: #66bb6a !important;
}
 .cssProgress .cssProgress-warning {
     background-color: #ffb74d !important;
}
 .cssProgress .cssProgress-right {
     float: right !important;
}
 .cssProgress .cssProgress-label-left {
     margin-left: 10px;
     text-align: left !important;
}
 .cssProgress .cssProgress-label-right {
     margin-right: 10px;
     text-align: right !important;
}
 .cssProgress .cssProgress-label2 {
     display: block;
     margin: 2px 0;
     padding: 0 8px;
     font-size: 0.8em;
}
 .cssProgress .cssProgress-label2.cssProgress-label2-right {
     text-align: right;
}
 .cssProgress .cssProgress-label2.cssProgress-label2-center {
     text-align: center;
}
 .cssProgress .cssProgress-stripes, .cssProgress .cssProgress-active, .cssProgress .cssProgress-active-right {
     background-image: linear-gradient(-45deg, rgba(255, 255, 255, .125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .125) 50%, rgba(255, 255, 255, .125) 75%, transparent 75%, transparent);
     background-size: 35px 35px;
}
 .cssProgress .cssProgress-active {
     -webkit-animation: cssProgressActive 2s linear infinite;
     -moz-animation: cssProgressActive 2s linear infinite;
     -ms-animation: cssProgressActive 2s linear infinite;
     -o-animation: cssProgressActive 2s linear infinite;
     animation: cssProgressActive 2s linear infinite;
}
 .cssProgress .cssProgress-active-right {
     -webkit-animation: cssProgressActiveRight 2s linear infinite;
     -moz-animation: cssProgressActiveRight 2s linear infinite;
     -ms-animation: cssProgressActiveRight 2s linear infinite;
     -o-animation: cssProgressActiveRight 2s linear infinite;
     animation: cssProgressActiveRight 2s linear infinite;
}
 @-webkit-keyframes cssProgressActive {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: 35px 35px;
    }
}
 @-moz-keyframes cssProgressActive {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: 35px 35px;
    }
}
 @-ms-keyframes cssProgressActive {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: 35px 35px;
    }
}
 @-o-keyframes cssProgressActive {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: 35px 35px;
    }
}
 @keyframes cssProgressActive {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: 35px 35px;
    }
}
 @-webkit-keyframes cssProgressActiveRight {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: -35px -35px;
    }
}
 @-moz-keyframes cssProgressActiveRight {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: -35px -35px;
    }
}
 @-ms-keyframes cssProgressActiveRight {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: -35px -35px;
    }
}
 @-o-keyframes cssProgressActiveRight {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: -35px -35px;
    }
}
 @keyframes cssProgressActiveRight {
     0% {
         background-position: 0 0;
    }
     100% {
         background-position: -35px -35px;
    }
}
/* ----------------------------------------------------- Progress Bar 1 -------------------------------------------------------- */
 .progress1 {
     background-color: #eee;
     box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
 .progress1 .cssProgress-bar {
     height: 18px;
}
 .progress1 .cssProgress-label {
     line-height: 18px;
}
/* ----------------------------------------------------- Progress Bar 2 -------------------------------------------------------- */
 .progress2 {
     background-color: #eee;
     border-radius: 9px;
     box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}
 .progress2 .cssProgress-bar {
     height: 18px;
     border-radius: 9px;
}
 .progress2 .cssProgress-label {
     line-height: 18px;
}
/* ----------------------------------------------------- Progress Bar 3 -------------------------------------------------------- */
 .progress3 {
     width: auto !important;
     padding: 4px;
     background-color: rgba(0, 0, 0, 0.1);
     box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
     border-radius: 3px;
}
 .progress3 .cssProgress-bar {
     height: 16px;
     border-radius: 3px;
}
 .progress3 .cssProgress-label {
     line-height: 16px;
}
/* ----------------------------------------------------- Progress Bar 4 -------------------------------------------------------- */
 .progress4 {
     position: relative;
     width: 100%;
     background-color: #eee;
}
 .progress4.cssProgress-bg {
     background-color: #bbdefb !important;
}
 .progress4.cssProgress-bg-info {
     background-color: #d1c4e9 !important;
}
 .progress4.cssProgress-bg-danger {
     background-color: #ffcdd2 !important;
}
 .progress4.cssProgress-bg-success {
     background-color: #c8e6c9 !important;
}
 .progress4.cssProgress-bg-warning {
     background-color: #ffecb3 !important;
}
 .progress4 .cssProgress-bar {
     display: block;
     float: none;
     width: 0%;
     height: 4px;
     background: #3798d9;
}
 .progress4 .cssProgress-bar.cssProgress-lg {
     height: 6px;
}
 .progress4 .cssProgress-bar.cssProgress-2x {
     height: 8px;
}
 .progress4 .cssProgress-bar.cssProgress-3x {
     height: 10px;
}
 .progress4 .cssProgress-bar.cssProgress-4x {
     height: 12px;
}
 .progress4 .cssProgress-bar.cssProgress-5x {
     height: 14px;
}
 .progress4 .cssProgress-bar.cssProgress-glow {
     box-shadow: 5px 0px 15px 0px #3798d9;
}
 .progress4 .cssProgress-bar.cssProgress-glow.cssProgress-info {
     box-shadow: 5px 0px 15px 0px #9575cd;
}
 .progress4 .cssProgress-bar.cssProgress-glow.cssProgress-danger {
     box-shadow: 5px 0px 15px 0px #ef5350;
}
 .progress4 .cssProgress-bar.cssProgress-glow.cssProgress-success {
     box-shadow: 5px 0px 15px 0px #66bb6a;
}
 .progress4 .cssProgress-bar.cssProgress-glow.cssProgress-warning {
     box-shadow: 5px 0px 15px 0px #ffb74d;
}
 .progress4 .cssProgress-bar.cssProgress-glow-active {
     -webkit-animation: cssProgressGlowActive1 3s linear infinite;
     -moz-animation: cssProgressGlowActive1 3s linear infinite;
     -ms-animation: cssProgressGlowActive1 3s linear infinite;
     -o-animation: cssProgressGlowActive1 3s linear infinite;
     animation: cssProgressGlowActive1 3s linear infinite;
}
 .progress4 .cssProgress-bar.cssProgress-glow-active.cssProgress-info {
     -webkit-animation: cssProgressGlowActive2 3s linear infinite;
     -moz-animation: cssProgressGlowActive2 3s linear infinite;
     -ms-animation: cssProgressGlowActive2 3s linear infinite;
     -o-animation: cssProgressGlowActive2 3s linear infinite;
     animation: cssProgressGlowActive2 3s linear infinite;
}
 .progress4 .cssProgress-bar.cssProgress-glow-active.cssProgress-danger {
     -webkit-animation: cssProgressGlowActive3 3s linear infinite;
     -moz-animation: cssProgressGlowActive3 3s linear infinite;
     -ms-animation: cssProgressGlowActive3 3s linear infinite;
     -o-animation: cssProgressGlowActive3 3s linear infinite;
     animation: cssProgressGlowActive3 3s linear infinite;
}
 .progress4 .cssProgress-bar.cssProgress-glow-active.cssProgress-success {
     -webkit-animation: cssProgressGlowActive4 3s linear infinite;
     -moz-animation: cssProgressGlowActive4 3s linear infinite;
     -ms-animation: cssProgressGlowActive4 3s linear infinite;
     -o-animation: cssProgressGlowActive4 3s linear infinite;
     animation: cssProgressGlowActive4 3s linear infinite;
}
 .progress4 .cssProgress-bar.cssProgress-glow-active.cssProgress-warning {
     -webkit-animation: cssProgressGlowActive5 3s linear infinite;
     -moz-animation: cssProgressGlowActive5 3s linear infinite;
     -ms-animation: cssProgressGlowActive5 3s linear infinite;
     -o-animation: cssProgressGlowActive5 3s linear infinite;
     animation: cssProgressGlowActive5 3s linear infinite;
}
 @-webkit-keyframes cssProgressGlowActive1 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #3798D9;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
 @-moz-keyframes cssProgressGlowActive1 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #3798D9;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
 @-ms-keyframes cssProgressGlowActive1 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #3798D9;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
 @-o-keyframes cssProgressGlowActive1 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #3798D9;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
 @keyframes cssProgressGlowActive1 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #3798D9;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #3798D9;
    }
}
 @-webkit-keyframes cssProgressGlowActive2 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #9575cd;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
 @-moz-keyframes cssProgressGlowActive2 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #9575cd;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
 @-ms-keyframes cssProgressGlowActive2 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #9575cd;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
 @-o-keyframes cssProgressGlowActive2 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #9575cd;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
 @keyframes cssProgressGlowActive2 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #9575cd;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #9575cd;
    }
}
 @-webkit-keyframes cssProgressGlowActive3 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ef5350;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
 @-moz-keyframes cssProgressGlowActive3 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ef5350;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
 @-ms-keyframes cssProgressGlowActive3 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ef5350;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
 @-o-keyframes cssProgressGlowActive3 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ef5350;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
 @keyframes cssProgressGlowActive3 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ef5350;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ef5350;
    }
}
 @-webkit-keyframes cssProgressGlowActive4 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #66bb6a;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
 @-moz-keyframes cssProgressGlowActive4 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #66bb6a;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
 @-ms-keyframes cssProgressGlowActive4 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #66bb6a;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
 @-o-keyframes cssProgressGlowActive4 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #66bb6a;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
 @keyframes cssProgressGlowActive4 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #66bb6a;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #66bb6a;
    }
}
 @-webkit-keyframes cssProgressGlowActive5 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ffb74d;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}
 @-moz-keyframes cssProgressGlowActive5 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ffb74d;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}
 @-ms-keyframes cssProgressGlowActive5 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ffb74d;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}
 @-o-keyframes cssProgressGlowActive5 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ffb74d;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}
 @keyframes cssProgressGlowActive5 {
     0%, 100% {
         box-shadow: 5px 0px 15px 0px #ffb74d;
    }
     45% {
         box-shadow: 1px 0px 4px 0px #ffb74d;
    }
}
 
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  color: #fff;
}
.e-charts {
  height: 350px;
}
.table .table-light {
  color: #495057;
  border-color: #eff2f7;
  background-color: #f8f9fa;
}

.bg-info{
    background-color: #4ab3f4 !important;
}
.td-vertical-center{
      vertical-align:middle;
      justify-content: center;
      align-items: center;
      text-align: center;
      
}
.td-vertical-text-300{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: 300px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.td-vertical-text-150{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 20px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.td-vertical-text-50{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    width: 10px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.table-hide{
    padding: 0px !important;
    text-align: center !important;
    margin: 0px !important;
}
.table-hide i{
    font-size: 28px !important;
}
.avatar-xs {
  height: 1rem;
  width: 2rem;
}
.font-11{
    font-size: 6px;
    padding: 4px;
}
.font-20{
    font-size: 20px !important;
}
.font-18{
    font-size: 18px !important;
}
.accordion-header{
    font-size: 20px !important;
}
.accordion-body{
    font-size: 20px !important;
}
.el{
    padding-bottom: 5px;
}
.box-border{
    padding: 15px;
    border:1px solid #eff2f7;
}
.list-usulan{
    padding-bottom: 10px;
}
.border-batas{
    padding-top: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.li-pilihth{
    padding: 20px 20px 20px 20px;
}
.ul-ident {
  list-style-type: none;
  padding-left: 5px;
}
.card-border{
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.btn-dokumen{
    width: 50%;
    text-align: center;
}
.text-white{
    color: #fff !important;
}
.icon-doct{
    font-size: 90px !important;
}
.icon-doct-50{
    font-size: 50px;
}
.ol-anggota{
    padding-left: 1rem;
}
.ol-anggota li{
    padding-left: 15px;
}
.accordion-button-icon.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button-icon:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.align-right{
    text-align : right;
}
.align-center{
    text-align : center;
}
.center-verticaly{
    position: absolute;
top: 33%;
width: 90%;
}
.h-174{
      height: 174px;
}
.mt-8{
    padding-top: 30px;
}
.ul-iden{
   list-style-type: none;
    padding-left: 5px; 
}
.ul-iden li{
    padding: 15px; 
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: -5px;
    padding-bottom: 5px;
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: 2px solid #eee;
        width: 4.40rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem;
        
    }
  
    div.active:not(:last-child):after {
        border-top: 2px solid #3b82f6 !important;
    }
    div.active:not(:first-child):before {
        border-top: 2px solid #3b82f6 !important;
    }

}


@media (max-width:620px) {
      .timeline-steps .timeline-content {  
       width: 13rem !important;      
        text-align: unset !important;
      }
      
      .timeline-content p{        
       float: right !important;
        position: absolute !important;
        top: 0 !important;
        left: 50px !important;
      }
      .timeline-step{
        margin-bottom: 5px !important;
      }

      .timeline-steps .timeline-step {
            padding-bottom: 15px;
        }
  }

.timeline-content p{        
    position: relative;
    top: -75px;
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #a4a4a6;
}

.active .timeline-content .inner-circle {
    background-color: #3b82f6;
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #eee;
    display: inline-block;
    height: 2rem;
    width: 1rem;
    min-width: 2rem;
    border-radius: 6.25rem;
    opacity: .5
}
.active .timeline-content .inner-circle:before {
    background-color: #3b82f6;
}
.input-group-prepend .btn{
    padding: 0.5rem .75rem;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-color: #ced4da;
}
.ft-berita{
    width: 100px;
}
.f-bantuan{
    font-size: 11px;
    margin-left: 3px;
    font-weight: 300;
}
.d-select{
    width: 75px;
    float: right;
    padding: 4px 5px;
}
form,.table-responsive{
    margin-bottom: 15px;
}
.form-group {
    margin-bottom: 1rem !important;
}
.width-100{
    width: 100px !important;
}
.w-100{
    width: 100px !important;
}
.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}
.select2-container .select2-selection--single:focus {
    outline: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa !important;
    color: #16181b !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #626ed4 !important;
    color: #fff !important;
}
.select2-results__option {
    padding: 6px 12px !important;
}
.select2-dropdown {
    border-color:rgba(0,0,0,.15) !important;
}
.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px !important;
}
.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-search__field::placeholder {
    color: #495057 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 1px !important;
    padding: 0 7px !important;
}
.symbol {
    border-color: #2a3042;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}
.note-editor.note-frame {
    border: 1px solid #ced4da !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
.note-editor.note-frame .note-statusbar {
    background-color: #eff2f7 !important;
    border-top: 1px solid #eff2f7 !important;
}
.dropzone {
    min-height: 230px !important;
    border: 2px dashed #ced4da !important;
    background: #fff !important;
    border-radius: 6px !important;
}
.dropzone .dz-message {
    font-size: 24px !important;
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #626ed4 !important;
}
.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}
.irs--square .irs-max, .irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}
.irs--square .irs-bar, .irs--square .irs-from, .irs--square .irs-single, .irs--square .irs-to {
    background: #556ee6!important;
    font-size: 11px !important;
}
.irs--square .irs-handle {
    border: 2px solid #556ee6 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff!important;
}
.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}

.fc-event {
    border-radius: 2px !important;
    border: none !important;
    cursor: move !important;
    font-size: 0.8125rem !important;
    margin: 5px 7px !important;
    padding: 5px !important;
}
.fc-event .fc-content {
    color: #fff !important;
}

.sp-hidden {
    display: none !important;
}
.wizard {
 width:100%
}
.wizard .wizard-steps-wrapper {
 width:100%;
 display:flex;
 flex-direction:row
}
.wizard .wizard-steps-wrapper .wizard-steps {
 width:inherit;
 text-align:center;
 font-weight:600;
 font-size:.8rem
}
.wizard .wizard-steps-wrapper .wizard-steps.completed .wizard-steps-dot {
 background:#2c50b5
}
.wizard .wizard-steps-wrapper .wizard-steps.completed .wizard-steps-line {
 background-color:#2c50b5
}
.wizard .wizard-steps-wrapper .wizard-steps.active .wizard-steps-dot {
 background:#2c50b5
}
.wizard .wizard-steps-wrapper .wizard-steps.active .wizard-steps-line.first {
 background-color:#2c50b5
}
.wizard .wizard-steps-wrapper .wizard-steps .wizard-steps-line {
 background-color:#adb5bd;
 height:4px;
 width:48%;
 position:relative;
 z-index:1;
 top:-29px
}
.wizard .wizard-steps-wrapper .wizard-steps .wizard-steps-line.first {
 float:left
}
.wizard .wizard-steps-wrapper .wizard-steps .wizard-steps-line.second {
 float:right
}
.wizard .wizard-steps-wrapper .wizard-steps .wizard-steps-dot {
 width:27px;
 z-index:9;
 height:27px;
 color:#fff;
 padding:4.5px;
 cursor:pointer;
 font-size:.8rem;
 font-weight:700;
 position:relative;
 margin:auto auto 14px;
 border-radius:100%;
 background:#adb5bd
}
.pengusul {
 margin-bottom:5rem
}
.pengusul .pengusul_overlay {
 background-repeat:no-repeat;
 background-size:cover;
 height:200px
}
.pengusul .pengusul_wrapper {
 margin-top:3rem
}
.pengusul .pengusul_card {
 cursor:pointer;
 font-size:18px;
 width:296.03px
}
.pengusul .pengusul_card:hover {
 background-color:#cad3ec
}
@media (max-width:380px) {
 .pengusul .pengusul_overlay {
  height:340px!important
 }
}
@media (max-width:430px) {
 .pengusul {
  margin-bottom:2rem
 }
 .pengusul .pengusul_overlay {
  height:300px
 }
 .pengusul .pengusul_wrapper {
  margin-top:0;
  flex-direction:column
 }
 .pengusul .pengusul_wrapper .pengusul_card_body {
  padding:1rem
 }
 .pengusul .pengusul_wrapper .pengusul_card {
  font-size:13px;
  width:100%
 }
}
@media (max-width:500px) {
 .pengusul .pengusul_card {
  font-size:14px
 }
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...} 