html body .content .content-wrapper {
    padding: 1.2rem;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 2px solid #1052bc;
    color: #1052bc;
}

.breadcrumb {
    /* font-size: .9rem;
    padding: 0 0 .75rem; */
    margin-top: 5px;
}

.borderless td, .borderless th {
    border: none;
}

.help-block ul {
    margin-bottom: -10px;
}

.custom-scrolltop {
    font-size: 1.5em;
    line-height: 43px;
    border-radius: 50%;
}

.checkbox-circle .custom-control-indicator {
    border-radius: 50%;
}

label {
    margin-bottom: 0;
}

form.form-horizontal .form-group .label-control {
    margin-top: 2px;
}

form .form-transparent, .form-transparent{
    border-width: 0;
    background-color: transparent;
}

label.error{
    font-size: 11px;
    margin-bottom: 0;
    color: #DA4453;
}

html body .pace .pace-progress {
    background: #FF0000; /* #3BAFDA */
}

.table.table-sm td, .table.table-sm th {
    padding: .6rem .8rem;
}

.notes-marker{
    padding: 1em 3em;
    border: 1px solid grey;
    background-image: linear-gradient(225deg, red, red 8px, transparent 8px, transparent)
}

.highlight-doc{
    z-index: 999;
    position: fixed;
    top: 330px; /* 89% */
    right: 0.5%;
}

.highlight-invalid{
    z-index: 999;
    position: fixed;
    top: 380px; /* 89% */
    right: 0.5%;
}

.card-block{
	padding: .8rem;
}

.button-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 6px;
}

.overlay-yellow {
    background: #FFEB3B;
    background: rgba(255,235,59,.3);
}

.card-img-overlay{
    z-index: 999;
}

.text-light{
    color: #d3d3d3;
}

.text-dark{
    color: #373A3C;
}

.text-yellow{
    color: #FFD600 !important;
}

.bg-yellow{
    background-color: #FFD600 !important;
}

.bg-transparent{
    background-color: none;
    box-shadow: none;
    border: none;
}

.no-padding{
    padding: 0 !important;
    position:relative; 
}

a.no-hover-effect:hover{
    color: #000;
}

table td.single-hover:hover {
    background-color: rgba(0,0,0,.075);
}

.progress:last-child {
    margin-bottom: 1px;
}

.loader-wrapper {
    height: 2em;
}

.text-pill i{
    position: absolute;
    bottom: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #4CAF50; /*ECEEEF*/
    border-radius: 100%;
    background-color: #4CAF50;
}

.text-glow i{
    box-shadow: 0 0 10px #62E96B;
}

#modal-progress{
    z-index: 9999999;
}

#modal-waiting{
    z-index: 9999999;
}

#modal-error{
    z-index: 9999999999999;
}

/* ribbon */
/*.box {
   position:relative;
}

.ribbon {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px; 
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff; 
   text-transform: uppercase; 
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}
.ribbon span::before {
   content: '';
   position: absolute; 
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute; 
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}*/


/* ================================= custom select ================================= */
select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.6rem - 2px);
    height: -moz-calc(2.6rem - 2px);
    height: calc(2.6rem - 2px);
}
/* ================================================================================= */

.dl-horizontal dl {
    margin-top: 0;
    margin-bottom: 20px
}

.dl-horizontal dd,
.dl-horizontal dt {
    line-height: 1.5;
}

.dl-horizontal dt {
    vertical-align: top;
    font-size: 13px;
    font-weight: normal;
}

.dt-label{
    font-weight: bold;
    float: left;
}

.dt-separator{
    float: right;
    font-weight: normal;
}

.dl-horizontal dd {
    margin-left: 0;
    font-size: 13px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 130px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 140px;
    }
}

.dl-horizontal dd:after,
.dl-horizontal dd:before{
    display: table;
    content: " ";
}

.dl-horizontal dd:after{
    clear: both;
}

@media only screen and (max-width: 640px) {

    .dl-horizontal dt {
        font-weight: bold;
    }

    .dl-horizontal dd{
        clear: both;
    }

    .dt-separator{
        float: left;
        margin-left: 5px;
        font-weight: bold;
    }

}

.nav.nav-tabs.nav-underline {
    border-radius: 0;
}
.nav.nav-tabs.nav-underline-primary{
    border-bottom: 1px solid #1052bc;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-primary:before {
    background: #1052bc;
}
.nav.nav-tabs.nav-underline-info{
    border-bottom: 1px solid #3BAFDA;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-info:before {
    background: #3BAFDA;
}
.nav.nav-tabs.nav-underline-success{
    border-bottom: 1px solid #37BC9B;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-success:before {
    background: #37BC9B;
}
.nav.nav-tabs.nav-underline-warning{
    border-bottom: 1px solid #F6BB42;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-warning:before {
    background: #F6BB42;
}
.nav.nav-tabs.nav-underline-danger{
    border-bottom: 1px solid #DA4453;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-danger:before {
    background: #DA4453;
}
.nav.nav-tabs.nav-underline-purple{
    border-bottom: 1px solid #9C27B0;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-purple:before {
    background: #9C27B0;
}
.nav.nav-tabs.nav-underline-red{
    border-bottom: 1px solid #F44336;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-red:before {
    background: #F44336;
}
.nav.nav-tabs.nav-underline-orange{
    border-bottom: 1px solid #FF9800;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-orange:before {
    background: #FF9800;
}
.nav.nav-tabs.nav-underline-yellow{
    border-bottom: 1px solid #FFD600;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-yellow:before {
    background: #FFD600;
}
.nav.nav-tabs.nav-underline-grey{
    border-bottom: 1px solid #9E9E9E;
}
.nav.nav-tabs.nav-underline .nav-item a.nav-grey:before {
    background: #9E9E9E;
}

@media print{
    .header-navbar{
        display: none;
    }
    .main-menu{
        display: none;
    }
    .content-header{
        display: none;
    }
    .modal{
        display: none;
    }
    .alert{
        display: none;
    }
}

/* ================================================================ */
/* ===================== modal right and left ===================== */
/* ================================================================ */

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 40%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 20%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body,
.modal.bottom .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
         -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}
/* --------- */
        
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}
/* --------- */
        
/*Bottom*/
.modal.bottom.fade .modal-dialog {
    bottom: -320px;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
         -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
            transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.bottom.fade.in .modal-dialog {
    bottom: 0;
}
/* --------- */


.modal-overflow{
    max-height: calc(105vh - 200px);
    overflow-y: auto;
}

.modal-full-width{
    width:100% !important;
}

.modal-half-width{
    width:50% !important;
}

.guide-toc-container{
    background: #f8fafc; 
    border: 1px solid #e2e8f0; 
    border-radius: 8px; 
    padding: 15px; 
    margin-bottom: 25px;
}

.guide-list li::marker{
    font-weight: bold;
}

.toc-link {
    color: #2563eb;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background 0.2s;
    font-size: 14px;
}
.toc-link:hover {
    background: #e3edf9;
    text-decoration: underline;
}

.floating-back-to-top {
    position: fixed;
    bottom: 25px;      /* Sesuaikan dengan layout */
    right: 25px;       /* Sesuaikan agar tidak menutupi scrollbar */
    background: #2563eb;
    color: white !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.7; /* Bikin agak transparan biar nggak ganggu teks */
}

.floating-back-to-top:hover {
    opacity: 1;
    transform: scale(1.1);
    background: #1e40af;
}

@keyframes blink-animation {
    0% { background-color: transparent; }
    50% { background-color: #fde047; transform: scale(1.02); } /* Kuning cerah & sedikit membesar */
    100% { background-color: transparent; }
}

.highlight-blink {
    animation: blink-animation 0.6s ease-in-out infinite; /* Kelap-kelip cepat setiap 0.6 detik */
    border-radius: 4px;
    padding: 2px 5px;
    display: inline-block; /* Biar transform scale-nya jalan */
}

/* list tree */
ul.tree,
ul.tree ul {
  list-style:none;
  margin:0;
  padding:0;
}

ul.tree ul {
  margin-left:20px; /* indentation */
  position:relative;
}

ul.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

ul.tree li span{
  color: #000;  
}

ul.tree li {
  margin:0;
  padding:0 12px; /* indentation + 2 */
  font-size:12px;
  line-height:20px; /* default list item `line-height` */
  color:#777;
  text-shadow: 1px 1px #fff;
  font-weight:bold;
  position:relative;
}

ul.tree ul li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  position:absolute;
  top:10px;
  left:0;
}

ul.tree ul li:last-child:before {
  background:#fff; /* same with body background */
  height:auto;
  top:10px; /* (line-height/2) */
  bottom:0;
}

/* list android tree */
ul.android-tree,
ul.android-tree ul {
  list-style:none;
  margin:0;
  padding:0;
}

ul.android-tree ul {
  margin-left:20px; /* indentation */
  position:relative;
}

ul.android-tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}

ul.android-tree li span{
  color: #000;  
}

ul.android-tree li {
  margin:0;
  padding:0 12px; /* indentation + 2 */
  font-size:12px;
  line-height:40px; /* default list item `line-height` */
  color:#777;
  text-shadow: 1px 1px #fff;
  font-weight:bold;
  position:relative;
}

ul.android-tree ul li:before {
  content:"";
  display:block;
  width:10px; /* same with indentation */
  height:0;
  border-top:1px solid;
  position:absolute;
  top:20px;
  left:0;
}

ul.android-tree ul li:last-child:before {
  background:#fff; /* same with body background */
  height:auto;
  top:20px; /* (line-height/2) */
  bottom:0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.no-border-radius{
    border-radius: 0;
}

.ball-small > div{
    width: 14px;
    height: 14px;
}

.modal-square{
    border-radius: 0;
}

.bg-block-shadow{
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 2000;
    background-color: #000;
    opacity: 0.5;
}

.limited-text{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.limited-description{
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.limited-height{
    width: auto;
    height: 50px;
    line-height: 20px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limited-height-name{
    width: auto;
    height: 20px;
    line-height: 20px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.limited-height-supplier{
    width: auto;
    height: 40px;
    line-height: 20px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-countdown{
    position: fixed;
    z-index: 999999999 !important;
    left: 0;
    right: 0;
    opacity: 0.7;
}

.block-countdown-dialog{
    max-width: 550px;
    right: 0;
    margin: 10px auto;
}

.block-countdown-content{
    position: absolute;
    display: flex;
    border-radius: .27rem;
}

.block-countdown-body{
    position: relative;
    padding: 10px;
}

.line-through{
    text-decoration: line-through;
}

.char-max{
    color: #ff0000;
    font-size: 10px;
    margin-top: -1px !important;
}

.reason-fault{
    padding: 7px 0px 7px 6px;
}

.position-relative .reason-fault {
    padding-right: 1rem;
}

.form-control-position-reason {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 32px;
    line-height: 2.5rem;
    text-align: center;
}

.iframe-overview{
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
    line-height: 0;
}

.modal-fs {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-dialog-fs {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content-fs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}

.modal-header-fs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid #E5E5E5;
}

.modal-title-fs {
  font-weight: 300;
  font-size: 2em;
  color: #373A3C;
  line-height: 30px;
}

.modal-body-fs {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.modal-footer-fs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 70vh;
}

/* Untuk indikator komentar */
.handsontable .has-comment-indicator {
    position: relative; /* Penting untuk positioning pseudo-element */
}

.handsontable .has-comment-indicator::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid red; /* Warna segitiga */
    border-left: 8px solid transparent; /* Transparan di kiri */
    pointer-events: none; /* Agar tidak mengganggu klik sel */
    z-index: 10; /* Pastikan di atas konten sel */
}