/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.customLoading {
    display:    none;
    position:   fixed;
    z-index:    10001;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../img/ripple.gif')
                50% 50%
                no-repeat;
}

.gt-min-width {
    width:42px;
    min-width: 42px;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loadingClass {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loadingClass .customLoading {
    display: block;
}

.center-nav-logo {
    width: 160px;
}

.cbx-tos{
    display: flex;
    align-items: flex-start;
}

.cbx-tos input[type="checkbox"] {
  flex-shrink: 0;          /* Prevents the checkbox from squeezing/distorting */
  margin-top: 4px;         /* Optional: Tweaks the checkbox downward to center with the first line of text */
}

.cbx-tos label {
  word-break: break-word;  /* Ensures long continuous text wraps nicely */
}

.top5-img {
    width:100%;
    height: 100px;
    max-height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.top5-desc {
    font-size: 12px;
    color: #868e96;
    margin-top: 0;
}

.top5-code {
    font-size: 12px;
    color: #868e96;
    margin-bottom: 0;
    padding-top: 5px;
}

.comment-date {
    font-size: 12px;
    color: #868e96;
}

.comment-name {
    font-size: 12px;    
}

.comment-text {
    font-size: 14px;
}

.btn-standar {
    width:120px;
}

.btn-short {
    width:90px;
}

.btn-med-long {
    width:160px;
}

.btn-long {
    width:210px;
}

.btn-action {
    width:32px;
}

.btn-green { 
    color: #ffffff !important;
    background-color: #5cb85c !important;
}

.btn-orange {
    color: #ffffff !important;
    background-color: #F89406 !important;
}

.btn-square-big {
    width: 200px;
    box-sizing: border-box; /* Includes padding/border in the total height */
    height: 140px;           /* Minimum recommended height for mobile touch targets */
    padding: 0 16px;
    margin-right: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.btn-square-big i {
    font-size: 32px;
}

.btn-square-big p {
    font-size: 11px;
    font-weight: normal;
}

.search-panel {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.table-hover tbody tr:hover {
  background-color: #cce5ff;
}

.div-img-koleksi {
    text-align: center;
}

.img-datakoleksi {
    width: 180px;
}

.data-koleksi-detail {
    font-size: 12px;
    color: #868e96;
}

.print-qr-label {
    border: 1px solid #cccccc;
    width: 100%;
    min-height: 100px;
    text-align: center;
    font-size: 12px;    
}

.img-print-qr {
    width: 200px;
}

.print-title {
    font-size: 18px;
}

#toasts-container .toast {
    width: 400px;
    max-width: 100%; /* Ensures responsiveness */
}

.force-center {
    display: flex;
    justify-content: center;
}

label {
    display: block;
    font-size: 12px;
    color: #78828a !important;
    font-weight: 500 !important;
}

.label-white {
    font-size: 12px;
    color: #ffffff !important;
    font-weight: 500 !important;
}

.preview-img {
    width:100%;
}

.preview-img-banner {
    width:100px;
}

.table-image td {
    vertical-align: middle;
}

.hr-low {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.table-banner td {
    padding-bottom: 20px;
}

.img-data-banner {
    width: 90%;
    padding-bottom: 5px;
    border-bottom: 1px ridge #cccccc;
    margin-bottom: 5px;
}

.content-header {
    padding: 15px 5px 5px 5px;
}

.content-header h4{
    margin-left: 10px;
}

footer {
    font-size: 13px !important;
}

.preview-agenda {
    width: 120px;
    padding-right: 10px;
}

.galeri-category {
    font-size: 13px;
    color: #868e96;
}

.img-galeri-container {
    width: 100%;
    height: 100%;
    align-content: center;
    overflow: hidden;
    border-bottom: 1px ridge #cccccc;
}

.img-galeri-container img{ 
    width: 100%;
    height: 100%;
    object-fit: cover; 
    padding-bottom: 5px;
}

.pagination .current {
    padding-top: 4px;
    padding-right: 4px;
}

.pagination button {
    min-width: 30px;
}

.reg-box-header {
    font-size: 12px;
    color: #78828a;
}

.reg-box-link {
    font-size: 14px;
    color: #78828a;
}

.register_img {
    width:100%;
}

.reg-done {
    color : #78828a;
    font-size: 12px;
}

.emp-spc-200 {
    height: 200px;
    min-height: 200px;
}

.emp-spc-50 {
    height: 150px;
    min-height: 150px;
}

.bgd-orange {
    background-color: #F89406;
}

.bgd-green {
    background-color: #5cb85c;
}

.bgd-blue {
    background-color: #00bfff;
}

.bgd-red {
    background-color: #d72536;
}

.bgd-orange-20p {
    background-color: rgb(from #F89406 r g b / 20%) !important;
}

.bgd-green-20p {
    background-color: rgb(from #5cb85c r g b / 20%) !important;
}

.bgd-blue-20p {
    background-color: rgb(from #00bfff r g b / 20%) !important;
}

.bgd-red-20p {
    background-color: rgb(from #d72536 r g b / 20%) !important;
}

.header-permintaan {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.header-status-permintaan {
    float:right;
    color: #000000;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    min-width: 90px;
    text-align: center;
}

.permintaan-icons {
    font-size: 14px;
    color: #78828a;
}

.permintaan-detail {
    font-size: 16px;
}

.permintaan-komisi {
    position: absolute;
    float:right;
    right: 0px;
    color: #5cb85c;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
}

.permintaan-ticket {
    position: absolute;
    float:right;
    right: 0px;
    color: #78828a;
    padding: 5px;
    font-size: 12px;
    margin-top: 5px;
}

.permintaan-button {
    position: absolute;
    float:right;
    right: 0px;
    padding: 5px;
    margin-top: 5px;
}

.hr-no-margin {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.permintaan-main-icon {
    background-color: #ebebeb;
    color: #78828a;
    padding: 10px 14px;
    font-size: 32px;
    border-radius: 5px;
    text-align: center;
    position:absolute;
    top:5px;
}

.card-banner {
    background: url('../img/general/004.webp');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center; 
}



.card-confirm-banner {
    background: url('../img/general/006.webp');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: top right; 
}

.icon-circle-orange {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 32px;
    color: #F89406;
    display: flex;
    justify-content: center; 
    align-items: center;
    background-color: rgb(from #F89406 r g b / 20%); 
}

.icon-circle-green {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 32px;
    color: #5cb85c;
    display: flex;
    justify-content: center; 
    align-items: center;
    background-color: rgb(from #5cb85c r g b / 20%); 
}

.icon-circle-grey {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 32px;
    color: #78828a;
    display: flex;
    justify-content: center; 
    align-items: center;
    background-color: rgb(from #ececec r g b / 40%); 
}

.txt-sm-grey {
    font-size: 12px;
    color: #78828a;
}

.txt-sm-black {
    font-size: 14px;
    color: #000000;
}

.txt-med-black {
    font-size: 15px;
    color: #000000;
}

.txt-med-grey {
    font-size: 15px;
    color: #78828a;
}

.txt-change-color {
    color: #000000;
}

.txt-green {
    color: #5cb85c;
}

.btn-viewall-right {
    width: 80px;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #78828a;
    float: right;
    background-color: #e0e0e0;
    text-align: center;
}

.detail-box-title {
    padding:10px;
    position: relative;
    top:5px;
    margin-bottom: 5px;
}

.tips-box-dashboard{
    border-radius: 3px;
    width:100%;
    padding: 5px;
    font-size: 12px;
    background-color: rgb(from #5cb85c r g b / 10%); 
    margin-top: 10px;
}

.pantau-box {
    border-radius: 3px;
    width:100%;
    padding: 5px;
    font-size: 12px;
    background-color: rgb(from #F89406 r g b / 10%); 
    margin-top: 10px;
}

.disp-status-permintaan {
    color: #000000;
    padding: 5px;
    font-size: 12px;
    border-radius: 5px;
    min-width: 90px;
    text-align: center;
}

@media (min-width: 768px) {
    .center-nav-logo {
        display: none !important;
    }
}

@media (max-width: 768px) {
    
    .dropdown-menu-right {
        right: -50px !important;
        left: auto;
    }
    
    .register_img {
        display: none !important;
    }
    
    .permintaan-main-icon {
        background-color: #ebebeb;
        color: #78828a;
        padding: 5px 8px;
        font-size: 16px;
        border-radius: 5px;
        text-align: center;
        position:absolute;
        top:5px;
        left:0px;
    }
    
    .permintaan-created {
        font-size: 11px;
    }
    
    .header-status-permintaan {
        float:right;
        color: #000000;
        padding: 5px;
        font-size: 11px;
        border-radius: 5px;
        min-width: 90px;
        text-align: center;
    }
    
    .permintaan-komisi {
        position: absolute;
        float:right;
        left: 0px;
        color: #5cb85c;
        padding: 5px;
        font-size: 16px;
        font-weight: bold;
    }
    
    .permintaan-ticket {
        position: absolute;
        float:left;
        left: 0px;
        color: #78828a;
        padding: 5px;
        font-size: 11px;
        margin-top: 5px;
    }
    
    .permintaan-button {
        position: absolute;
        float:left;
        left: 0px;
        padding: 5px;
        margin-top: 5px;
    }
    
    .card-confirm-banner {
        background: url('../img/general/006_1.webp');
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: top right; 
    }
    
    .txt-change-color {
        color: #ffffff;
    }
}

.detail-category {
    border-radius: 3px;
    font-size: 11px;
    color: #F89406;
    padding: 8px;
    background-color: rgb(from #F89406 r g b / 20%); 
}

.detail-status-list {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 6px 9px;
    border-radius: 3px;
    font-size: 12px;
    color: #555b6b;
}

.detail-status-list-icon {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0df;
    color: #f5a623;
    font-size: 20px;
}

.detail-status {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 13px;
    color: #555b6b;
    background-color: rgb(from #F89406 r g b / 20%); 
}

.detail-status {
    bottom: 25px;
    left: -5px;
}

.detail-status strong {
    display: block;
    color: #555b6b;
}

.detail-status span {
    display: block;
}


.detail-status-icon {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0df;
    color: #f5a623;
    font-size: 24px;
}

.detail-form-title {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    color: #343a40;
    font-size: 14px;
    font-weight: 600;
}

.ask-help-title {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 14px;
    color: #555b6b;
    background-color: rgb(from #F89406 r g b / 20%); 
}

.ask-help-title {
    bottom: 25px;
    left: -5px;
}

.ask-help-title strong {
    display: block;
    color: #555b6b;
}

.ask-help-title span {
    display: block;
}


.ask-help-title-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0df;
    color: #f5a623;
    font-size: 24px;
    align-self: flex-start;
}

.detail-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 12px 18px;
    border-radius: 8px;
    font-size: 13px;
    color: #555b6b;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.10); 
}

.detail-box {
    bottom: 25px;
    left: -5px;
}

.detail-box strong {
    display: block;
    color: #555b6b;
}

.detail-box span {
    display: block;
}


.detail-box-icon {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff0df;
    color: #f5a623;
    font-size: 16px;
}

/* ==========================================
   LUMAYAN - RIGHT SIDEBAR
========================================== */

.lumayan-info-box {
    background: #ffffff;

    border: 1px solid #e3e6e8;

    border-radius: 8px;

    padding: 22px;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.025);

    color: #343a40;
}


/* ==========================================
   BOX TITLE
========================================== */

.lumayan-box-title {
    display: flex;

    align-items: center;

    margin-bottom: 22px;

    font-size: 16px;

    font-weight: 600;

    color: #212529;
}


.lumayan-box-title span {
    margin-left: 11px;
}


/* ==========================================
   TITLE ICON
========================================== */

.lumayan-box-icon {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 15px;
}


/* INFO */

.lumayan-box-icon.info {
    background: #eef5ff;

    color: #3b82d0;
}


/* TIP */

.lumayan-box-icon.tip {
    background: #fff7df;

    color: #e5a51b;
}


/* HELP */

.lumayan-box-icon.help {
    background: #edf7ed;

    color: #4c9b50;
}


/* ==========================================
   INFORMATION ITEM
========================================== */

.lumayan-info-item {
    display: flex;

    align-items: flex-start;

    margin-bottom: 22px;
}


/* ==========================================
   ITEM ICON
========================================== */

.lumayan-item-icon {
    flex-shrink: 0;

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    margin-right: 12px;

    font-size: 13px;
}


/* GREEN */

.lumayan-item-icon.green {
    background: #edf7ed;

    color: #4c9b50;
}


/* ORANGE */

.lumayan-item-icon.orange {
    background: #fff5e3;

    color: #e59d19;
}


/* ==========================================
   ITEM TEXT
========================================== */

.lumayan-info-item strong {
    display: block;

    margin-bottom: 4px;

    font-size: 13px;

    font-weight: 600;

    color: #343a40;
}


.lumayan-info-item p {
    margin: 0;

    font-size: 12px;

    line-height: 1.65;

    color: #6c757d;
}


/* ==========================================
   TIPS BOX
========================================== */

.lumayan-tips-mb {
    background: #fffdfa;
}


/* ==========================================
   TIPS LIST
========================================== */

.lumayan-tips-mb-list {
    padding: 0;

    margin: 0;

    list-style: none;
}


.lumayan-tips-mb-list li {
    display: flex;

    align-items: flex-start;

    margin-bottom: 16px;

    font-size: 12px;

    line-height: 1.65;

    color: #5f6368;
}


.lumayan-tips-mb-list li:last-child {
    margin-bottom: 0;
}


.lumayan-tips-mb-list i {
    flex-shrink: 0;

    margin-top: 3px;

    margin-right: 10px;

    color: #4c9b50;

    font-size: 11px;
}


/* ==========================================
   HELP BOX
========================================== */

.lumayan-help-text {
    margin: 0 0 18px;

    font-size: 12px;

    line-height: 1.7;

    color: #6c757d;
}


/* ==========================================
   HELP BUTTON
========================================== */

.lumayan-help-button {
    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 100%;

    padding: 11px 14px;

    border: 1px solid #dfe3e6;

    border-radius: 6px;

    background: #ffffff;

    color: #343a40;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    transition: all .2s ease;
}


.lumayan-help-button:hover {
    background: #f8faf8;

    border-color: #4c9b50;

    color: #4c9b50;

    text-decoration: none;
}


.lumayan-help-button i {
    font-size: 10px;

    color: #9aa0a6;
}

/* =========================================================
   LUMAYAN - CARI PENGHASILAN
========================================================= */


/* =========================================================
   PAGE HEADER
========================================================= */

.lumayan-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lumayan-page-title {
    margin: 0;

    color: #343a40;

    font-size: 25px;
    font-weight: 600;
}

.lumayan-page-title i {
    color: #4da34b;
}

.lumayan-page-subtitle {
    margin: 6px 0 0;

    color: #6c757d;

    font-size: 14px;
}

.lumayan-how-button {
    background: #ffffff;

    border: 1px solid #dee2e6;

    color: #495057;

    border-radius: 7px;

    padding: 9px 15px;

    font-size: 13px;
}

.lumayan-how-button:hover {
    border-color: #4da34b;
    color: #4da34b;
}


/* =========================================================
   SEARCH BOX
========================================================= */

.lumayan-search-box {
    background: #ffffff;

    border: 1px solid #e1e5e8;

    border-radius: 8px;

    padding: 15px;

    box-shadow: 0 2px 7px rgba(0, 0, 0, .025);
}


/* SEARCH */

.lumayan-search {
    position: relative;
}

.lumayan-search i {
    position: absolute;

    left: 14px;
    top: 50%;

    transform: translateY(-50%);

    color: #adb5bd;

    font-size: 13px;
}

.lumayan-search input {
    height: 40px;

    padding-left: 38px;

    border: 1px solid #dfe3e6;

    border-radius: 6px;

    font-size: 13px;

    box-shadow: none;
}

.lumayan-search input:focus {
    border-color: #4da34b;

    box-shadow: 0 0 0 2px rgba(77, 163, 75, .08);
}


/* FILTER */

.lumayan-filter {
    height: 40px;

    border: 1px solid #dfe3e6;

    border-radius: 6px;

    font-size: 12px;

    color: #495057;

    box-shadow: none;
}

.lumayan-filter:focus {
    border-color: #4da34b;

    box-shadow: none;
}


.lumayan-filter-button {
    height: 40px;

    border: 1px solid #dfe3e6;

    background: #ffffff;

    color: #495057;

    font-size: 12px;

    border-radius: 6px;
}

.lumayan-filter-button:hover {
    border-color: #4da34b;

    color: #4da34b;
}


/* =========================================================
   RESULT HEADER
========================================================= */

.lumayan-result-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 13px 15px;

    margin-bottom: 1px;

    background: #f8faf8;

    border: 1px solid #e3e8e3;

    border-radius: 8px 8px 0 0;

    color: #6c757d;

    font-size: 12px;
}

.lumayan-result-header i {
    color: #4da34b;
}

.lumayan-result-header strong {
    color: #343a40;
}

.lumayan-result-header-orange {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 13px 15px;

    margin-bottom: 1px;

    background: #fff9f0;

    border: 1px solid #e3e8e3;

    border-radius: 8px 8px 0 0;

    color: #6c757d;

    font-size: 12px;
}

.lumayan-result-header-orange i {
    color: #F89406;
}

.lumayan-result-header-orange strong {
    color: #343a40;
}


/* SORT */

.lumayan-sort {
    display: flex;

    align-items: center;

    gap: 7px;
}

.lumayan-sort select {
    border: 0;

    background: transparent;

    color: #343a40;

    font-size: 12px;

    font-weight: 600;

    outline: none;
}


/* =========================================================
   JOB CARD
========================================================= */

.lumayan-job-card {
    position: relative;

    background: #ffffff;

    border: 1px solid #e4e7e9;

    border-top: 0;

    padding: 22px 20px;

    transition: all .2s ease;
}

.lumayan-job-card:last-child {
    border-radius: 0 0 8px 8px;
}

.lumayan-job-card:hover {
    background: #fcfefd;

    box-shadow: 0 5px 18px rgba(0, 0, 0, .04);

    z-index: 2;
}


/* =========================================================
   JOB ICON
========================================================= */

.lumayan-job-icon {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 14px;

    font-size: 20px;
}

.lumayan-job-icon.green {
    background: #edf8ed;

    color: #4da34b;
}

.lumayan-job-icon.orange {
    background: #fff5e5;

    color: #ed9f22;
}

.lumayan-job-icon.purple {
    background: #f3edff;

    color: #8064c9;
}

.lumayan-job-icon.blue {
    background: #edf4ff;

    color: #4c83d1;
}


/* =========================================================
   JOB TITLE
========================================================= */

.lumayan-job-title {
    margin: 0 0 8px;

    color: #343a40;

    font-size: 15px;

    font-weight: 600;

    line-height: 1.4;
}


/* =========================================================
   META
========================================================= */

.lumayan-job-meta {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 16px;

    margin-bottom: 8px;

    color: #6c757d;

    font-size: 11px;
}

.lumayan-job-meta i {
    margin-right: 4px;

    color: #8a9299;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.lumayan-job-description {
    max-width: 600px;

    margin: 0 0 10px;

    color: #6c757d;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================================
   TAGS
========================================================= */

.lumayan-job-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;
}

.lumayan-tag {
    display: inline-block;

    padding: 4px 8px;

    border-radius: 20px;

    font-size: 10px;

    font-weight: 500;
}

.lumayan-tag.green {
    background: #edf8ed;
    color: #4d914b;
}

.lumayan-tag.orange {
    background: #fff4df;
    color: #c7871c;
}

.lumayan-tag.blue {
    background: #edf4ff;
    color: #4d79b4;
}

.lumayan-tag.purple {
    background: #f3edff;
    color: #7659ba;
}


/* =========================================================
   COMMISSION
========================================================= */

.lumayan-commission-label {
    margin-bottom: 2px;
    color: #6c757d;
    font-size: 11px;
}

.lumayan-commission {
    margin-bottom: 2px;
    color: #3e9141;
    font-size: 21px;
    font-weight: 700;
}

.lumayan-distance {
    margin-bottom: 10px;
    color: #8a9299;
    font-size: 11px;
}


/* =========================================================
   DETAIL BUTTON
========================================================= */

.lumayan-detail-button {
    min-width: 112px;

    padding: 7px 12px;

    border: 1px solid #4da34b;

    border-radius: 6px;

    background: #ffffff;

    color: #438d40;

    font-size: 11px;

    font-weight: 600;

    transition: all .2s ease;
}

.lumayan-detail-button:hover {
    background: #4da34b;

    color: #ffffff;
}

.lumayan-detail-button-orange {
    min-width: 112px;

    padding: 7px 12px;

    border: 1px solid #F89406;

    border-radius: 6px;

    background: #ffffff;

    color: #F89406;

    font-size: 11px;

    font-weight: 600;

    transition: all .2s ease;
}

.lumayan-detail-button-orange:hover {
    background: #F89406;

    color: #ffffff;
}

.lumayan-danger-button {
    min-width: 112px;

    padding: 7px 12px;

    border: 1px solid #dc3545;

    border-radius: 6px;

    background: #dc3545;

    color: #ffffff;

    font-size: 11px;

    font-weight: 600;

    transition: all .2s ease;
}

.lumayan-danger-button:hover {
    background: #ff0000;

    color: #ffffff;
}


/* =========================================================
   BOOKMARK
========================================================= */

.lumayan-bookmark {
    border: 0;

    background: transparent;

    color: #adb5bd;

    font-size: 16px;

    cursor: pointer;

    padding: 3px;
}

.lumayan-bookmark:hover {
    color: #4da34b;
}


/* =========================================================
   RIGHT SIDEBAR CARD
========================================================= */

.lumayan-side-card {
    background: #ffffff;

    border: 1px solid #e2e6e9;

    border-radius: 8px;

    padding: 18px;

    box-shadow: 0 2px 7px rgba(0, 0, 0, .025);
}


/* =========================================================
   SIDEBAR TITLE
========================================================= */

.lumayan-side-title {
    display: flex;

    align-items: center;

    margin-bottom: 18px;

    color: #343a40;

    font-size: 14px;

    font-weight: 600;
}

.lumayan-side-title span {
    margin-left: 10px;
}


/* =========================================================
   SIDEBAR ICON
========================================================= */

.lumayan-side-icon {
    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    font-size: 14px;
}

.lumayan-side-icon.yellow {
    background: #fff5df;

    color: #e0a125;
}

.lumayan-side-icon.blue {
    background: #edf4ff;

    color: #4d83cc;
}

.lumayan-side-icon.green {
    background: #edf8ed;
    color: #4da34b;
}


/* =========================================================
   TIPS
========================================================= */

.lumayan-tips {
    list-style: none;

    padding: 0;

    margin: 0;
}

.lumayan-tips li {
    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin-bottom: 14px;

    color: #626970;

    font-size: 11px;

    line-height: 1.65;
}

.lumayan-tips li:last-child {
    margin-bottom: 0;
}

.lumayan-tips li i {
    margin-top: 3px;

    color: #4da34b;

    font-size: 10px;
}


/* =========================================================
   CATEGORY
========================================================= */

.lumayan-category-list a {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 9px 8px;

    margin-bottom: 2px;

    border-radius: 8px;

    color: #626970;

    font-size: 11px;

    text-decoration: none;

    transition: all .15s ease;
}

.lumayan-category-list a:hover {
    background: #f5f9f5;

    color: #4da34b;

    text-decoration: none;
}

.lumayan-category-list a.active {
    background: #f1f8f1;

    color: #478e45;

    font-weight: 600;
}

.lumayan-category-list a span {
    display: flex;

    align-items: center;
}

.lumayan-category-list a span i {
    width: 24px;

    text-align: center;

    margin-right: 7px;

    font-size: 12px;
}

.lumayan-category-list a b {
    min-width: 22px;

    padding: 3px 6px;

    text-align: center;

    border-radius: 20px;

    background: #f0f2f3;

    color: #7b838a;

    font-size: 9px;
}

.lumayan-category-list a.active b {
    background: #ffffff;

    color: #4da34b;
}


/* =========================================================
   NOTIFICATION CARD
========================================================= */

.lumayan-notification-card {
    position: relative;

    overflow: hidden;

    background: #f3faf2;

    border: 1px solid #dcefd9;

    border-radius: 8px;

    padding: 20px;
}

.lumayan-notification-icon {
    position: absolute;

    right: 20px;
    bottom: 18px;

    width: 65px;
    height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #e5f4e2;

    color: #4da34b;

    font-size: 25px;

    opacity: .7;
}

.lumayan-notification-card h4 {
    margin: 0 0 8px;

    color: #343a40;

    font-size: 14px;

    font-weight: 600;
}

.lumayan-notification-card p {
    width: 70%;

    margin: 0 0 15px;

    color: #68716b;

    font-size: 11px;

    line-height: 1.6;
}

.lumayan-notification-button {
    position: relative;
    z-index: 2;

    padding: 7px 12px;

    border: 0;

    border-radius: 6px;

    background: #438f40;

    color: #ffffff;

    font-size: 11px;

    font-weight: 600;
}

.lumayan-notification-button:hover {
    background: #367734;

    color: #ffffff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991.98px) {

    .lumayan-page-header {
        align-items: flex-start;
    }

    .lumayan-how-button {
        display: none;
    }

    .lumayan-job-card .col-lg-3 {
        margin-top: 15px;
    }

    .lumayan-commission {
        font-size: 19px;
    }

}


@media (max-width: 767.98px) {

    .lumayan-page-title {
        font-size: 22px;
    }

    .lumayan-page-subtitle {
        font-size: 13px;
    }

    .lumayan-search-box {
        padding: 12px;
    }

    .lumayan-result-header {
        flex-direction: column;

        align-items: flex-start;

        gap: 8px;
    }

    .lumayan-job-card {
        padding: 18px 15px;
    }

    .lumayan-job-card .row {
        position: relative;
    }

    .lumayan-job-icon {
        width: 46px;
        height: 46px;

        font-size: 18px;
    }

    .lumayan-job-title {
        font-size: 14px;
    }

    .lumayan-job-meta {
        gap: 8px;

        flex-direction: column;

        align-items: flex-start;
    }

    .lumayan-job-description {
        font-size: 11px;
    }

    .lumayan-bookmark {
        position: absolute;

        right: 5px;
        top: 0;
    }

    .lumayan-side-card,
    .lumayan-notification-card {
        margin-top: 15px;
    }

}

.dropdown-notif {
    font-size: 12px;
}

.dropdown-notif i {
    font-size: 12px;
    color:#ff0000;
}

.a-notif:active {
    color: #000000;
    background-color: #f8f8f8;
}

.notif-message {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word; 
    text-overflow: clip !important;
    white-space: normal;
}

.rating-stars {
    display: flex;
    gap: 8px;
    align-items: center;
}

.rating-star {
    font-size: 20px;
    color: #edb100;
    cursor: pointer;
    transition: transform 0.15s ease, color 0.15s ease;
}

.rating-star:hover {
    transform: scale(1.3);
}

.rating-star.active {
    animation: starPop 0.25s ease;
}

@keyframes starPop {
    0% {
        transform: scale(0.8);
    }

    60% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

.txtarea-rating {
    font-size: 14px;
    height: 100px !important;
    max-height: 100px !important;
}

/* =========================================================
   LUMAYAN.ID - PROFILE PAGE
   ========================================================= */


/* =========================
   PROFILE HEADER
   ========================= */

.profile-cover-card {
    position: relative;
    overflow: hidden;
    min-height: 265px;
    border-radius: 14px;
    background-image: url('../img/general/008.webp');
    background-size: cover;
    background-position: top left;
}

.profile-cover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.97) 0%,
        rgba(255,255,255,0.60) 30%,
        rgba(255,255,255,0.10) 100%
    );
}

.profile-header {
    position: relative;
    z-index: 2;
    padding: 25px;
    display: flex;
    align-items: center;
}


.profile-avatar-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
}

.info-image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    margin: auto;
}

.info-image {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

.padd-t-10 {
    padding-top: 10px;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}


.verified-badge {
    position: absolute;
    right: 3px;
    bottom: 8px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #28a745;
    color: #fff;

    border: 4px solid #fff;
    border-radius: 50%;

    font-size: 12px;
}


.profile-rating {
    font-size: 14px;
}

.profile-rating strong {
    font-size: 22px;
}

.rating-star {
    color: #f5a623;
    margin-right: 4px;
}


.profile-meta {
    font-size: 12px;
}


.btn-profile-action {
    border-radius: 8px;
    padding: 9px 17px;
    font-weight: 600;
}


/* =========================
   GENERAL CARD
   ========================= */

.profile-card {
    border-radius: 14px;
}

.profile-card .card-body {
    padding: 28px;
}


/* =========================
   OVERALL RATING
   ========================= */

.overall-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.overall-rating i {
    font-size: 30px;
    color: #f5a623;
}

.overall-rating span {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}


.rating-stars {
    color: #f5a623;
    font-size: 21px;
    letter-spacing: 2px;
    justify-content: center;
}


.rating-message {
    padding: 12px 15px;
    background: #f1f9f2;
    border-radius: 8px;
    color: #3b6e45;
    font-size: 13px;
}


/* =========================
   ROLE RATING
   ========================= */

.role-rating-card {
    display: flex;
    align-items: center;

    padding: 17px 18px;

    border: 1px solid #eeeeee;
    border-radius: 11px;

    margin-bottom: 12px;

    transition: all 0.2s ease;
}


.role-rating-card:last-child {
    margin-bottom: 0;
}


.role-rating-card:hover {
    border-color: #cfe8d3;
    background: #fbfefb;
}


.role-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 19px;

    margin-right: 14px;
}


.role-helper {
    background: #e8f7eb;
    color: #28a745;
}


.role-requester {
    background: #fff1e4;
    color: #e58a22;
}


.role-rating-info {
    flex: 1;
}


.role-rating-score {
    text-align: right;
    margin-right: 15px;
}


.role-rating-score strong {
    font-size: 25px;
}


.small-rating-stars {
    color: #f5a623;
    font-size: 12px;
    letter-spacing: 1px;
}


.role-arrow {
    color: #aaa;
    font-size: 12px;
}


/* =========================
   ACTIVITY
   ========================= */

.activity-card {
    display: flex;
    align-items: center;

    padding: 20px;

    min-height: 115px;

    border-radius: 11px;
    border: 1px solid #eeeeee;
}


.activity-icon {
    width: 50px;
    height: 50px;

    min-width: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    font-size: 20px;

    margin-right: 15px;
}


.activity-number {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}


.activity-helper .activity-icon {
    background: #e8f7eb;
    color: #28a745;
}


.activity-request .activity-icon {
    background: #fff1e4;
    color: #e58a22;
}


.activity-finished .activity-icon {
    background: #e8f1ff;
    color: #3679d8;
}


/* =========================
   REVIEWS
   ========================= */

.review-item {
    display: flex;

    padding: 20px 0;

    border-bottom: 1px solid #eeeeee;
}


.review-avatar {
    width: 45px;
    height: 45px;

    min-width: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-right: 15px;

    border-radius: 50%;

    background: #f0f0f0;
    color: #999;

    font-size: 18px;
}


.review-content {
    flex: 1;
}


.review-stars {
    color: #f5a623;
    font-size: 14px;
    letter-spacing: 1px;

    margin-bottom: 6px;
}


.review-text {
    margin: 0 0 7px;

    color: #444;
    font-size: 14px;

    line-height: 1.6;
}


.review-meta {
    color: #999;
    font-size: 12px;
}


.review-meta span {
    margin: 0 6px;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 767.98px) {
    
    .profile-cover-card {
        
        background-size : cover;
        background-position: top left;
    }
    
    .profile-cover-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            90deg,
            rgba(255,255,255,0.97) 0%,
            rgba(255,255,255,0.90) 50%,
            rgba(255,255,255,0.50) 100%
        );
    }
    
    .dashboard-cover-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            90deg,
            rgba(255,255,255,0.97) 0%,
            rgba(255,255,255,0.90) 50%,
            rgba(255,255,255,0.50) 100%
        );
    }

    .profile-header {
        padding: 25px 20px;
    }

    .profile-cover-card {
        min-height: auto;
    }

    .profile-avatar-wrapper,
    .profile-avatar {
        width: 120px;
        height: 120px;
    }

    .profile-header {
        text-align: center;
    }

    .profile-meta span {
        display: block;
        margin: 5px 0 !important;
    }

    .btn-profile-action {
        width: 100%;
        margin: 4px 0 !important;
    }

    .role-rating-card {
        flex-wrap: wrap;
    }

    .role-rating-info {
        max-width: calc(100% - 65px);
    }

    .role-rating-score {
        width: 100%;
        text-align: left;
        margin-left: 62px;
        margin-top: 10px;
    }

    .role-arrow {
        display: none;
    }

    .activity-card {
        min-height: auto;
    }

    .overall-rating span {
        font-size: 42px;
    }

    .overall-rating i {
        font-size: 36px;
    }

    .review-item {
        align-items: flex-start;
    }

}

/* =========================================
   LUMAYAN - RIWAYAT PENGHASILAN
========================================= */

.lumayan-card {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}


/* Intro */

.lumayan-info {
    background: #dff3e3;
    border-radius: 8px;
    padding: 12px 16px;
    color: #4b5563;
    font-size: 14px;
}


/* Tabs */

.lumayan-tabs {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 25px;
    padding: 0 5px;
}

.lumayan-tabs a {
    color: #6b7280;
    text-decoration: none;
    padding: 12px 5px;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.lumayan-tabs a:hover {
    color: #28a745;
}

.lumayan-tabs a.active {
    color: #28a745;
    border-bottom-color: #28a745;
    font-weight: 600;
}


/* Summary */

.summary-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
    padding: 18px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
}

.summary-number {
    font-size: 25px;
    font-weight: 700;
    color: #202124;
}

.summary-label {
    font-size: 13px;
    color: #6b7280;
    margin-top: 3px;
}

.summary-icon {
    width: 48px;
    height: 48px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.summary-green {
    background: #e5f7ea;
    color: #28a745;
}

.summary-blue {
    background: #e6f0ff;
    color: #2878d4;
}

.summary-orange {
    background: #fff2d9;
    color: #f0a000;
}

.summary-red {
    background: #ffe5e5;
    color: #dc3545;
}


/* History Header */

.history-header {
    min-height: 52px;
    padding: 12px 16px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 1px solid #eee;

    color: #6b7280;
    font-size: 13px;
}

.history-sort {
    width: 145px;
}


/* History Item */

.history-item {
    display: flex;
    gap: 16px;

    padding: 22px 20px;

    border-bottom: 1px solid #eee;

    transition: background 0.2s ease;
}

.history-item:hover {
    background: #fafafa;
}


/* Category Icon */

.history-category {
    width: 52px;
    height: 52px;

    min-width: 52px;

    border-radius: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;
}

.bg-green-soft {
    background: #e8f7eb;
    color: #28a745;
}

.bg-blue-soft {
    background: #e8f1ff;
    color: #3478d4;
}

.bg-red-soft {
    background: #ffe8e8;
    color: #dc3545;
}


/* Content */

.history-content {
    flex: 1;
    min-width: 0;
}

.history-content h5 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #343a40;
}

.history-content p {
    font-size: 13px;
    color: #6b7280;

    margin: 8px 0;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;

    font-size: 11px;
    color: #6b7280;
}

.history-meta i {
    margin-right: 4px;
}


/* Category Badge */

.category-badge {
    display: inline-block;

    font-size: 10px;

    padding: 5px 9px;

    border-radius: 20px;

    margin-right: 4px;
}

.category-badge.green {
    background: #e6f6e9;
    color: #278b3c;
}

.category-badge.orange {
    background: #fff1d7;
    color: #c17a00;
}

.category-badge.blue {
    background: #e2f3f7;
    color: #13768a;
}

.category-badge.red {
    background: #fff0f0;
    color: #ff0000;
}


/* Right */

.history-right {
    width: 145px;
    min-width: 145px;
}

.status-badge {
    display: inline-block;

    font-size: 10px;
    font-weight: 700;

    padding: 5px 12px;

    border-radius: 6px;

    margin-bottom: 7px;
}

.status-success {
    background: #dff3e3;
    color: #198754;
}

.status-process {
    background: #e3efff;
    color: #2468bb;
}

.status-cancel {
    background: #ffe0e0;
    color: #c62828;
}

.income-label {
    color: #6b7280;
    font-size: 11px;
}

.income-value {
    color: #298c3b;
    font-size: 18px;
    font-weight: 700;

    margin: 2px 0 8px;
}


/* Footer */

.history-footer {
    padding: 12px 16px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 12px;
    color: #6b7280;
}


/* Sidebar Right */

.side-title {
    font-size: 14px;
    font-weight: 700;
    color: #343a40;

    margin-bottom: 15px;
}


/* Tips */

.tips-box {
    background: #fffaf0;
    padding: 10px;

    border-radius: 5px;
}

.tips-box div {
    display: flex;
    gap: 9px;

    font-size: 12px;
    line-height: 1.7;

    color: #555;

    margin-bottom: 10px;
}

.tips-box div:last-child {
    margin-bottom: 0;
}


/* Earnings */

.earning-row {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 11px 0;

    border-bottom: 1px solid #eee;

    font-size: 12px;
    color: #6b7280;
}

.earning-row strong {
    font-size: 13px;
}

.earning-row.total {
    border-bottom: none;
    color: #343a40;
    font-weight: 600;
}


/* Rating */

.profile-rating-number {
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
}

.rating-stars {
    color: #f5a623;
    font-size: 17px;
    letter-spacing: 1px;

    margin: 5px 0;
}


/* Responsive */

@media (max-width: 991px) {

    .history-right {
        width: 130px;
        min-width: 130px;
    }

}

@media (max-width: 767px) {

    .lumayan-tabs {
        overflow-x: auto;
        white-space: nowrap;
    }

    .history-item {
        flex-wrap: wrap;
    }

    .history-right {
        width: 100%;
        min-width: 100%;

        padding-left: 68px;
    }

    .history-content p {
        white-space: normal;
    }

    .summary-card {
        margin-bottom: 10px;
    }

}

/* =========================================================
   LUMAYAN.ID - EDIT PROFIL
   ========================================================= */


/* ---------------------------------------------------------
   Header
   --------------------------------------------------------- */

.lumayan-edit-profile-header {
    margin-bottom: 18px;
}

.lumayan-edit-profile-title {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 25px;
    font-weight: 400;
    color: #343a40;
}

.lumayan-edit-profile-title i {
    font-size: 22px;
}


/* ---------------------------------------------------------
   Content
   --------------------------------------------------------- */

.lumayan-edit-profile-content {
    width: 100%;
}


/* ---------------------------------------------------------
   Information Alert
   --------------------------------------------------------- */

.lumayan-edit-profile-info {
    display: flex;
    align-items: center;
    gap: 10px;

    width: 100%;
    padding: 13px 17px;

    margin-bottom: 20px;

    background: #e0f5e5;
    border-radius: 7px;

    color: #40505a;
    font-size: 13px;
}

.lumayan-edit-profile-info i {
    color: #28a745;
    font-size: 15px;
}


/* ---------------------------------------------------------
   Main Profile Card
   --------------------------------------------------------- */

.lumayan-profile-card {
    border: 1px solid #e1e5e9;
    border-radius: 8px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
}

.lumayan-profile-card-header {
    background: #ffffff;
    border-bottom: 1px solid #edf0f2;
    padding: 17px 20px;
}

.lumayan-profile-card-header .card-title {
    display: flex;
    align-items: center;
    gap: 9px;

    margin: 0;

    font-size: 16px;
    font-weight: 600;
    color: #343a40;
}

.lumayan-profile-card-header .card-title i {
    color: #28a745;
    font-size: 15px;
}


/* ---------------------------------------------------------
   Form
   --------------------------------------------------------- */

.lumayan-form-group {
    margin-bottom: 18px;
}

.lumayan-form-label {
    display: block;

    margin-bottom: 7px;

    color: #343a40;
    font-size: 13px;
    font-weight: 600;
}

.lumayan-form-control {
    height: 43px;

    border: 1px solid #d9dfe4;
    border-radius: 5px;

    color: #343a40;
    font-size: 13px;

    box-shadow: none;
}

.lumayan-form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.12rem rgba(40, 167, 69, 0.10);
}

.lumayan-form-control:disabled {
    background-color: #eef0f2;
    color: #737b82;
    cursor: not-allowed;
}

.lumayan-form-help {
    display: block;

    margin-top: 6px;

    color: #7a8289;
    font-size: 11px;
    line-height: 1.5;
}

.lumayan-optional {
    color: #8a9298;
    font-weight: 400;
}


/* ---------------------------------------------------------
   Photo Profile
   --------------------------------------------------------- */

.lumayan-photo-section {
    text-align: center;
}

.lumayan-photo-wrapper {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 12px auto 10px;
}

.lumayan-photo-wrapper-cm {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 1px auto 1px;
}

.lumayan-photo-wrapper-60 {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 3px auto 5px;
}

.rm-margin-60 {
    margin: 0;
}

.margin-r-20 {
    margin-right: 20px;
}

.lumayan-photo-wrapper-30 {
    position: relative;
    width: 30px;
    height: 30px;
}

.lumayan-profile-photo {
    width: 125px;
    height: 125px;
    display: block;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7dde1,
                0 3px 10px rgba(0, 0, 0, 0.08);
}

.lumayan-profile-photo-60 {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: cover;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7dde1,
                0 3px 10px rgba(0, 0, 0, 0.08);
}

.lumayan-profile-photo-30 {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: cover;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #d7dde1,
                0 3px 10px rgba(0, 0, 0, 0.08);
}

.lumayan-photo-camera {
    position: absolute;

    right: 2px;
    bottom: 2px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;

    border: 3px solid #ffffff;
    border-radius: 50%;

    background: #28a745;
    color: #ffffff;

    cursor: pointer;

    transition: all 0.2s ease;
}

.lumayan-photo-camera:hover {
    background: #218838;
    transform: scale(1.05);
}

.lumayan-photo-camera i {
    font-size: 13px;
}

.lumayan-photo-input {
    display: none;
}

.lumayan-photo-info {
    margin-top: 8px;

    color: #8a9298;
    font-size: 10px;
    line-height: 1.5;
}

.lumayan-delete-photo {
    margin-top: 11px;

    padding: 6px 11px;

    border: 0;
    border-radius: 4px;

    background: #fff0f0;
    color: #dc3545;

    font-size: 11px;
}

.lumayan-delete-photo:hover {
    background: #ffe2e2;
    color: #c82333;
}


/* ---------------------------------------------------------
   Divider
   --------------------------------------------------------- */

.lumayan-form-divider {
    margin: 5px 0 20px;

    border-top: 1px solid #edf0f2;
}


/* ---------------------------------------------------------
   Textarea
   --------------------------------------------------------- */

.lumayan-textarea {
    height: auto;
    min-height: 105px;

    resize: vertical;

    line-height: 1.6;
}

.lumayan-textarea-footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.lumayan-character-counter {
    margin-top: 6px;

    color: #8a9298;
    font-size: 11px;

    white-space: nowrap;
}


/* ---------------------------------------------------------
   Main Card Footer
   --------------------------------------------------------- */

.lumayan-profile-card-footer {
    display: flex;
    gap: 15px;
    padding: 16px 20px;
    background: #ffffff;
    border-top: 1px solid #edf0f2;
}

.lumayan-btn-cancel,
.lumayan-btn-save {
    height: 43px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.lumayan-btn-cancel {
    flex: 1;
    background: #ffffff;
    border: 1px solid #d9dfe4;
    color: #4f575e;
}

.lumayan-btn-cancel:hover {
    background: #f7f8f9;
}

.lumayan-btn-save {
    flex: 1;
    background: #28a745;
    border: 1px solid #28a745;
    color: #ffffff;
}

.lumayan-btn-save:hover {
    background: #218838;
    border-color: #218838;
    color:#ffffff;
}

.lumayan-btn-save i {
    margin-right: 7px;
}


/* ---------------------------------------------------------
   Side Cards
   --------------------------------------------------------- */

.lumayan-side-card {
    border: 1px solid #e1e5e9;
    border-radius: 8px;

    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.04);

    margin-bottom: 20px;
}

.lumayan-side-card .card-body {
    padding: 20px;
}

.lumayan-side-card-title {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 14px;

    color: #343a40;
    font-size: 15px;
    font-weight: 600;
}


/* ---------------------------------------------------------
   Side Icons
   --------------------------------------------------------- */

.lumayan-side-icon {
    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 7px;
}

.lumayan-side-icon i {
    font-size: 14px;
}

.lumayan-side-icon-password {
    background: #fff2d9;
    color: #f39c12;
}

.lumayan-side-icon-info {
    background: #e7f1ff;
    color: #3f7fd8;
}


/* ---------------------------------------------------------
   Password Card
   --------------------------------------------------------- */

.lumayan-side-description {
    margin: 0 0 17px;

    color: #626a71;
    font-size: 12px;
    line-height: 1.65;
}

.lumayan-password-button {
    height: 41px;

    border: 1px solid #28a745;
    border-radius: 5px;

    background: #ffffff;
    color: #28a745;

    font-size: 12px;
    font-weight: 600;
}

.lumayan-password-button:hover {
    background: #28a745;
    color: #ffffff;
}

.lumayan-password-button i {
    margin-right: 6px;
}


/* ---------------------------------------------------------
   Account Information
   --------------------------------------------------------- */

.lumayan-account-info-list {
    margin-top: 4px;
}

.lumayan-account-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    padding: 15px 0;

    border-bottom: 1px solid #edf0f2;
}

.lumayan-account-info-item:last-child {
    border-bottom: 0;
}

.lumayan-account-info-label {
    display: flex;
    align-items: center;
    gap: 9px;

    color: #626a71;
    font-size: 12px;
}

.lumayan-account-info-label > i {
    width: 16px;

    color: #737c84;
    text-align: center;
}

.lumayan-account-info-item strong {
    color: #343a40;
    font-size: 12px;
    white-space: nowrap;
}

.lumayan-star-icon {
    color: #f39c12 !important;
}

.lumayan-rating-value {
    color: #343a40 !important;
}

.lumayan-rating-value i {
    margin-right: 4px;

    color: #f39c12;
    font-size: 11px;
}


/* ---------------------------------------------------------
   Account Notice
   --------------------------------------------------------- */

.lumayan-account-notice {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin-top: 13px;
    padding: 11px 12px;

    border-radius: 7px;

    background: #e5f6e9;
    color: #52605a;

    font-size: 10px;
    line-height: 1.55;
}

.lumayan-account-notice > i {
    margin-top: 1px;

    color: #28a745;
    font-size: 13px;
}


/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */

@media (max-width: 991.98px) {

    .lumayan-photo-section {
        margin-bottom: 25px;
    }

    .lumayan-side-card {
        margin-top: 0;
    }

}


@media (max-width: 575.98px) {

    .lumayan-edit-profile-title {
        font-size: 21px;
    }

    .lumayan-profile-card-header {
        padding: 15px;
    }

    .lumayan-profile-card .card-body {
        padding: 15px;
    }

    .lumayan-profile-card-footer {
        flex-direction: column;
        padding: 15px;
    }

    .lumayan-btn-cancel,
    .lumayan-btn-save {
        width: 100%;
        flex: none;
    }

    .lumayan-account-info-item {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

}

.bantuan-deskripsi {
    color: #495057;
    line-height: 1.6;
    /* Maksimal sekitar 3 baris */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bantuan-deskripsi-short {
    color: #495057;
    line-height: 1.2;
    /* Maksimal sekitar 3 baris */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.description-wrapper {
    position: relative;
}

.description-content {
    line-height: 1.7;
    color: #495057;
    overflow: hidden;
    /* Tinggi preview */
    max-height: 120px;
    transition: max-height 0.4s ease;
}

/* Kondisi ketika dibuka */
.description-wrapper.expanded .description-content {
    max-height: 5000px;
}

/* Efek fade di bagian bawah */
.description-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;

    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1)
    );

    pointer-events: none;
    transition: opacity 0.3s ease;
}

/* Hilangkan fade ketika sudah dibuka */
.description-wrapper.expanded .description-fade {
    opacity: 0;
}

/* Tombol */
#toggleDescription {
    border-radius: 20px;
    padding: 6px 18px;
    transition: all 0.2s ease;
}

#toggleDescription:hover {
    transform: translateY(-1px);
}

.responsive-span {
  display: inline-block;
  width:49%;
  vertical-align: top;
  margin-bottom: 5px; /* Optional spacing between vertical lines */
}

@media screen and (max-width: 768px) {
  .responsive-span {
    display: block;
    margin-right: 0; /* Clear desktop margin */
    margin-bottom: 5px; /* Optional spacing between vertical lines */
    width:100%;
  }
}

.info-urgent {
  display: none;
}

input[value="Y"]:checked ~ .info-urgent {
  display: block;
  opacity: 0;            /* Start completely hidden */
  animation: fadeInMe 0.2s ease-in forwards; /* Run fade animation over 1 second */
}

/* Define the animation keyframes */
@keyframes fadeInMe {
  from {
    opacity: 0;
  }
  to {
    opacity: 1; /* End completely visible */
  }
}

/* =========================================================
   LUMAYAN.ID - FAQ
   ========================================================= */

.lumayan-faq-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
}

.lumayan-faq-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f8f5;
    color: #28a745;
    font-size: 24px;
    margin-right: 15px;
}

.lumayan-faq-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #343a40;
}

.lumayan-faq-subtitle {
    color: #6c757d;
    font-size: 14px;
}


/* =========================================================
   SECTION TITLE
   ========================================================= */

.lumayan-faq-section-title {
    display: flex;
    align-items: center;
    margin: 25px 0 12px;
    padding: 0 5px;
    color: #343a40;
    font-size: 17px;
    font-weight: 600;
}

.lumayan-faq-section-title i {
    width: 28px;
    color: #28a745;
    font-size: 16px;
}


/* =========================================================
   FAQ CARD
   ========================================================= */

.lumayan-faq-card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: none;
    overflow: hidden;
}

.lumayan-faq-card-header {
    padding: 0;
    background: #ffffff;
    border-bottom: 0;
}

.lumayan-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 16px 18px;
    color: #343a40;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    white-space: normal;
}

.lumayan-faq-question:hover {
    color: #28a745;
    background: #fafdfb;
}

.lumayan-faq-question:focus {
    box-shadow: none;
}

.lumayan-faq-chevron {
    margin-left: 15px;
    color: #adb5bd;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.lumayan-faq-question:not(.collapsed) .lumayan-faq-chevron {
    transform: rotate(180deg);
    color: #28a745;
}


/* =========================================================
   FAQ ANSWER
   ========================================================= */

.lumayan-faq-answer {
    padding: 0 18px 18px;
    color: #6c757d;
    font-size: 14px;
    line-height: 1.7;
}

.lumayan-faq-answer p {
    margin-bottom: 12px;
}

.lumayan-faq-answer ol,
.lumayan-faq-answer ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.lumayan-faq-answer li {
    margin-bottom: 6px;
}

.lumayan-faq-answer strong {
    color: #495057;
}


/* =========================================================
   CONTACT / CTA
   ========================================================= */

.lumayan-faq-contact {
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 25px;
    padding: 25px;
    background: #f8faf9;
    border: 1px solid #e7eee9;
    border-radius: 10px;
}

.lumayan-faq-contact-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #28a745;
    font-size: 23px;
    margin-right: 18px;
}

.lumayan-faq-contact-content h3 {
    margin: 0 0 5px;
    color: #343a40;
    font-size: 18px;
    font-weight: 600;
}

.lumayan-faq-contact-content p {
    margin: 0 0 12px;
    color: #6c757d;
    font-size: 14px;
}

.lumayan-faq-contact-button {
    background: #28a745;
    color: #ffffff !important;
    border-radius: 6px;
    padding: 7px 15px;
    font-size: 13px;
}

.lumayan-faq-contact-button:hover {
    background: #218838;
    color: #ffffff !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 576px) {

    .lumayan-faq-header {
        margin-bottom: 20px;
    }

    .lumayan-faq-title {
        font-size: 23px;
    }

    .lumayan-faq-subtitle {
        font-size: 13px;
    }

    .lumayan-faq-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 20px;
    }

    .lumayan-faq-question {
        padding: 14px 15px;
        font-size: 14px;
    }

    .lumayan-faq-answer {
        padding: 0 15px 16px;
        font-size: 13px;
    }

    .lumayan-faq-contact {
        display: block;
        text-align: center;
        padding: 22px 18px;
    }

    .lumayan-faq-contact-icon {
        margin: 0 auto 15px;
    }

    .lumayan-faq-contact-content h3 {
        font-size: 17px;
    }
}

/* =========================================================
   FAQ SEARCH
   ========================================================= */

.lumayan-faq-search-wrapper {
    margin-bottom: 28px;
}

.lumayan-faq-search {
    position: relative;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.lumayan-faq-search:focus-within {
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.08);
}

.lumayan-faq-search-icon {
    position: absolute;
    left: 16px;
    color: #adb5bd;
    font-size: 14px;
    pointer-events: none;
}

.lumayan-faq-search-input {
    width: 100%;
    height: 48px;
    padding: 0 45px 0 42px;
    border: 0;
    outline: none;
    background: transparent;
    color: #343a40;
    font-size: 14px;
}

.lumayan-faq-search-input::placeholder {
    color: #adb5bd;
}

.lumayan-faq-search-clear {
    position: absolute;
    right: 12px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #f1f3f5;
    color: #6c757d;
    cursor: pointer;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lumayan-faq-search-clear:hover {
    background: #e9ecef;
    color: #343a40;
}

.lumayan-faq-search-info {
    margin-top: 10px;
    padding-left: 3px;
    color: #6c757d;
    font-size: 13px;
}

.br-0 {
    border-radius: 0 !important;
}

#sortable-kategori .drag-handle {
    cursor: grab;
}

#sortable-kategori .drag-handle:active {
    cursor: grabbing;
}

#sortable-kategori .ui-sortable-helper {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#sortable-kategori .ui-sortable-placeholder {
    visibility: visible !important;
    background: #f4f6f9;
    border: 1px dashed #adb5bd;
}

.span-urutan {
   width: 30px;
   min-width: 30px;
}

.adm-action {
    margin-right: 10px;
    font-size: 13px;
}

.link-orange {
    color : #F89406;
}

.link-green {
    color : #5cb85c;
}

.lumayan-table {
    border: 1px solid #e3e8e3;
}

.lumayan-table tr th  {
    background-color: #fff9f0;
    font-size: 14px;
}

.lumayan-table tr td  {
    font-size: 13px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.7);
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}

.table-hover tbody tr:hover {
  background-color: rgba(135, 206, 235, 0.2);
}

.data-warga {
    display: flex;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e3e8e3;
    margin-bottom: 1px;
    align-items: center;
}

@media (max-width: 768px) {
    
    .data-warga {
        display: block;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #e3e8e3;
        margin-bottom: 1px;
    }
}