:root{
   --form_background_color:#f9fafb; 
}

.body{
 
    font-family: 'Oswald';
}
.bg-dark{
    background-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 120 120'%3E%3Cpolygon fill='%23555555' fill-opacity='0.11' points='120 120 60 120 90 90 120 60 120 0 120 0 60 60 0 0 0 60 30 90 60 120 120 120 '/%3E%3C/svg%3E");
}
.navjustifycontent{
    justify-content: space-between;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.loginc{
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.65'%3E%3Cpath fill='%23ffffff' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23ffffff' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ffffff' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23ffffff' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23FFFFFF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23fafafa' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23f5f5f5' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23f0f0f0' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23ebebeb' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23E6E6E6' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-position: left;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

/* ===== PROFESSIONAL LOGIN STYLES ===== */

/* Professional Login Background with Wow Effects */
.login-bg {
    background: linear-gradient(135deg, #22c55e 0%, #20c997 25%, #17a2b8 50%, #16a34a 75%, #22c55e 100%);
    background-size: 400% 400%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    animation: gradientWave 12s ease-in-out infinite;
}

@keyframes gradientWave {
    0%, 100% { background-position: 0% 50%; }
    25% { background-position: 100% 50%; }
    50% { background-position: 50% 100%; }
    75% { background-position: 50% 0%; }
}

.login-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        /* Geometric pattern */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23ffffff' fill-opacity='0.08'%3E%3Cpath d='M20 20h40v40H20z' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.1' fill='none'/%3E%3Ccircle cx='40' cy='40' r='15' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.1' fill='none'/%3E%3Cpath d='M10 10L70 70M70 10L10 70' stroke='%23ffffff' stroke-width='0.3' stroke-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E"),
        /* Dots pattern */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Ccircle cx='20' cy='20' r='2'/%3E%3Ccircle cx='10' cy='10' r='1'/%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 80px 80px, 40px 40px;
    background-position: 0 0, 20px 20px;
    opacity: 1;
}

/* Floating decorative elements */
.login-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        /* Floating light orbs */
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.10) 0%, transparent 40%),
        radial-gradient(circle at 25% 75%, rgba(255, 255, 255, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.08) 0%, transparent 35%);
    animation: gentleFloat 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

/* Gentle floating animation */
@keyframes gentleFloat {
    0%, 100% {
        transform: translateY(0px);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-8px);
        opacity: 1;
    }
}

/* Floating Particles Effect */
.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: floatParticle 8s infinite linear;
}

.particle:nth-child(1) {
    width: 8px;
    height: 8px;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 8s;
}

.particle:nth-child(2) {
    width: 12px;
    height: 12px;
    left: 20%;
    animation-delay: 2s;
    animation-duration: 10s;
}

.particle:nth-child(3) {
    width: 6px;
    height: 6px;
    left: 70%;
    animation-delay: 4s;
    animation-duration: 12s;
}

.particle:nth-child(4) {
    width: 10px;
    height: 10px;
    left: 80%;
    animation-delay: 1s;
    animation-duration: 9s;
}

.particle:nth-child(5) {
    width: 14px;
    height: 14px;
    left: 50%;
    animation-delay: 3s;
    animation-duration: 11s;
}

.particle:nth-child(6) {
    width: 7px;
    height: 7px;
    left: 90%;
    animation-delay: 5s;
    animation-duration: 7s;
}

@keyframes floatParticle {
    0% {
        transform: translateY(100vh) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px) rotate(360deg);
        opacity: 0;
    }
}

/* Professional Login Card with Wow Effects */
.login-card {
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.login-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.login-card:hover::before {
    left: 100%;
}

.login-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Logo Animation */
.login-logo {
    animation: fadeInDown 0.8s ease-out;
}

/* Logo Image Styling */
.login-logo-img {
    max-width: 180px;
    max-height: 180px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    filter: brightness(1.05) contrast(1.1);
}

.login-logo-img:hover {
    transform: scale(1.08) rotate(2deg);
    filter: brightness(1.1) contrast(1.15);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Professional Form Enhancements with Wow Effects */
.form-floating > .form-control {
    border: 2px solid #e9ecef;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1rem;
    padding: 1rem 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    position: relative;
}

.form-floating > .form-control:focus {
    border-color: #22c55e;
    box-shadow:
        0 0 0 3px rgba(34, 197, 94, 0.15),
        0 8px 25px rgba(34, 197, 94, 0.1);
    transform: translateY(-3px) scale(1.02);
    background: rgba(255, 255, 255, 1);
}

.form-floating > label {
    color: #6c757d;
    font-weight: 500;
    padding: 1rem 0.75rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #059669;
    font-weight: 600;
}

/* Password Toggle Button */
.password-toggle {
    padding: 0.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none !important;
}

.password-toggle:hover {
    color: #059669 !important;
}

/* Professional Button Enhancements with Wow Effects */
.btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #059669 100%) !important;
    border: none !important;
    border-radius: 15px;
    padding: 0.75rem 1.5rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow:
        0 8px 25px rgba(34, 197, 94, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Standardized Button Base Class */
.btn-standardized {
    border: none !important;
    border-radius: 15px;
    padding: 0.75rem 1.5rem !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow:
        0 8px 25px rgba(34, 197, 94, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* Standardized button variations with consistent sizing */
.btn-standardized.btn-primary {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 50%, #059669 100%) !important;
}

.btn-standardized.btn-secondary {
    background: linear-gradient(135deg, #6c757d 0%, #5a6268 50%, #495057 100%) !important;
}

.btn-standardized.btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 50%, #d63384 100%) !important;
    color: #000 !important;
}

.btn-standardized.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 50%, #198754 100%) !important;
}

.btn-standardized.btn-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 50%, #bd2130 100%) !important;
}

.btn-standardized.btn-info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 50%, #0dcaf0 100%) !important;
    color: #000 !important;
}

/* Remove excessive transform effects from all standardized buttons */
.btn-standardized:hover {
    transform: translateY(-2px);
    box-shadow:
        0 15px 35px rgba(34, 197, 94, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-standardized:active {
    transform: translateY(0);
    transition: all 0.1s ease;
}

.btn-standardized:focus {
    box-shadow:
        0 0 0 3px rgba(34, 197, 94, 0.3),
        0 8px 25px rgba(34, 197, 94, 0.3);
    outline: none;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
    left: 100%;
}

.btn-primary:hover::after {
    width: 300px;
    height: 300px;
}

.btn-primary:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow:
        0 15px 35px rgba(34, 197, 94, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    background: linear-gradient(135deg, #16a34a 0%, #059669 50%, #047857 100%) !important;
}

.btn-primary:active {
    transform: translateY(-1px) scale(1.02);
    transition: all 0.1s ease;
}

.btn-primary:focus {
    box-shadow:
        0 0 0 3px rgba(34, 197, 94, 0.3),
        0 8px 25px rgba(34, 197, 94, 0.3);
    outline: none;
}

/* Professional Alert Enhancements */
.alert {
    border: none !important;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    animation: slideInDown 0.5s ease-out;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.alert-success {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%) !important;
    color: #155724 !important;
    border-left: 4px solid #28a745 !important;
}

.alert-danger {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%) !important;
    color: #721c24 !important;
    border-left: 4px solid #dc3545 !important;
}

/* Professional Form Validation */
.form-control.is-invalid {
    border-color: #dc3545 !important;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}

.invalid-feedback {
    font-size: 0.875rem;
    font-weight: 500;
}

/* Loading Animation */
.btn .spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Professional Responsive Design */
@media (max-width: 576px) {
    .login-card .card-body {
        padding: 2rem 1.5rem !important;
    }

    .login-logo i {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    .form-floating > .form-control {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .login-bg {
        padding: 1rem;
    }
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.ep_form .col-12{
    padding-top:10px;
    padding-bottom:10px;
}
.ep_form .row{
    padding:10px;
    background: rgb(0 0 0 / 0%);
}
fieldset .row{
    padding:10px;
    margin:10px;
    background: var(--form_background_color);
}
.form-group label{
    font-family: 'Oswald';
}
.filter{
    display: grid;
    grid-template-columns:1fr 1fr 0.5fr;
    grid-gap: 10px;
}
.loading{
    background-color: rgb(0 0 0 / 15%);
    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filterbiztraklistingrow1{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px; 
}
.filterbiztraklistingrow2{
    display: grid;
    grid-template-columns:1fr 0.5fr 1fr 0.5fr;
    grid-gap: 10px; 
}
#biztrak_payment_selected_table{
    font-size: 12px;
}
#ibg_check_detail_tbl{
    font-size: 12px;
}
#report_table{
    font-size: 10px;
}
.textlimit{
    overflow: hidden;
    max-width: 55ch;
    text-overflow: ellipsis;
    white-space: nowrap;
    border:black;
}
.display_title_ibg_check_listing{
    display: grid;
    grid-template-columns:0.5fr 1fr 0.5fr 1fr;
    grid-gap: 10px; 
}

.display_rhb_header_field{
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px; 
}

.formrow .row{
    padding-top:10px;
    padding-bottom:10px;
}
.col-12{
    padding-top:10px;
    padding-bottom:10px;  
}
.col-6{
    padding-top:10px;
    padding-bottom:10px;  
}

#procurement_form .nav button{
    font-size: 12px;
}
#procurement_form .tab-content .col-4 legend{
    font-size: 12px;
}
#procurement_assign_form .nav button{
    font-size: 12px;
}
#procurement_assign_form .tab-content .col-4 legend{
    font-size: 12px;
}
#procurement_pass_form .nav button{
    font-size: 12px;
}
#procurement_pass_form .tab-content .col-4 legend{
    font-size: 12px;
}
.sb_5xdisplay{
    display:none;
   
}
.sb_5xdisplay input{
    margin-bottom:2px;
}
.dmain{
    display: none;
}
.dsok{
    display:none; 
}
.dsah{
    display:none; 
}
.itemclass{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
}
.itemclass .fa-search{
    cursor: pointer;
}
.modal-body .display_item{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    row-gap: 10px;
    cursor: pointer;
    font-size: 13px;
}
.modal-body .display_item:hover{
    background-color: #dee2e6;
}
#nav_section_c .form-group{
    position: relative;
}
#nav_section_c .form-group i{
    position: absolute;
    right: 2%;
    top: 55%;
    cursor: pointer;
    color: brown;
}

.modal-body .display_vendor{
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    row-gap: 10px;
    cursor: pointer;
}
.modal-body .display_vendor:hover{
    background-color: #dee2e6;
}

.edisabled{
    padding-right: .5rem;
    padding-left: .5rem;
    display: block;
    padding: .5rem 1rem;
    color: rgb(255 255 255 / 24%);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.jumlahrow{
    background-color: lavender;
}
.approvedclass{
    background-color: #7fffd463;
    /* font-weight: 500; */
    color: darkcyan;
}
.poclass{
    background-color: #ddeebb5c;
    /* font-weight: 500; */
    color: #0a3823b3;
    border-color: white;
}
.rejectedclass{
    background-color: #f8f9fa;
    color: darkgray;
}

.fileuploadsection{
    height: 800px;
  



}
.imageholder{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    column-gap: 10px;
    background-color: var(--form_background_color);
    padding:20px;

}
.sectioneimage{
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 20%);
}
.sectioneimage:hover{
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
   
}

/*dashboard*/
.dashboard .eAPassign{
    background-color: #dfdfdf1a;

}
.dashboard table{
    font-size: 12px;
    background: white;
    
}
.dashboard .dashboard1row{
    background-color: #dfdfdf26;
    background-color: #FFFFFF;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23cf8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23cf8' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.25'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #dfdfdf;

}
.dashboard .dashboard3row{
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(112,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%2322EECC' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2322EECC' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(43,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%2322EECC' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2322EECC' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.19'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #dfdfdf;
}

.dashboard .dashboard2row{
    background-color: #ebe8d4;

    background-color: #FFFFFF;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%23BBBBBB' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23BBBBBB' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2'%3E%3Cstop offset='0' stop-color='%23BBBBBB' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23BBBBBB' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.25'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #dfdfdf;
}

/* ===== BREADCRUMB STYLES ===== */

/* Enhanced Breadcrumb Container */
.breadcrumb-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 16px 20px;
    border-left: 4px solid #28a745; /* Light green accent matching theme */
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.breadcrumb-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(40, 167, 69, 0.05) 100%);
    pointer-events: none;
}

/* Custom Breadcrumb Styling */
.custom-breadcrumb {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
    color: #495057;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "›";
    color: #6c757d;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0 10px;
    opacity: 0.7;
}

/* Breadcrumb Links */
.breadcrumb-link {
    color: #495057;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    padding: 6px 10px;
    border-radius: 6px;
    position: relative;
}

.breadcrumb-link:hover {
    color: #28a745;
    background-color: rgba(40, 167, 69, 0.12);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}

.breadcrumb-link:focus {
    outline: 2px solid rgba(40, 167, 69, 0.3);
    outline-offset: 2px;
}

/* Active Breadcrumb Item */
.breadcrumb-item.active {
    color: #28a745;
    font-weight: 600;
}

.breadcrumb-item.active .breadcrumb-text {
    position: relative;
}

.breadcrumb-item.active .breadcrumb-text::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #28a745, #20c997);
    border-radius: 1px;
}

/* Breadcrumb Icons */
.breadcrumb-icon {
    margin-right: 8px;
    font-size: 0.9rem;
    opacity: 0.85;
    transition: all 0.2s ease;
}

.breadcrumb-link:hover .breadcrumb-icon {
    opacity: 1;
    transform: scale(1.1);
}

.breadcrumb-text {
    white-space: nowrap;
    position: relative;
}

/* Light Theme Variation */
.breadcrumb-container.light-theme {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-left-color: #20c997;
    box-shadow: 0 3px 15px rgba(0,0,0,0.06);
}

.light-theme .breadcrumb-link:hover {
    color: #20c997;
    background-color: rgba(32, 201, 151, 0.12);
}

.light-theme .breadcrumb-item.active {
    color: #20c997;
}

.light-theme .breadcrumb-item.active .breadcrumb-text::after {
    background: linear-gradient(90deg, #20c997, #17a2b8);
}

/* Minimal Professional Style */
.breadcrumb-container.minimal {
    background: transparent;
    border: none;
    border-bottom: 2px solid #e9ecef;
    border-radius: 0;
    padding: 12px 0;
    box-shadow: none;
}

.minimal .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: #adb5bd;
    font-weight: normal;
    padding: 0 8px;
}

.minimal .breadcrumb-link {
    padding: 4px 8px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .breadcrumb-container {
        padding: 12px 16px;
        margin-bottom: 16px;
    }

    .custom-breadcrumb {
        font-size: 0.85rem;
    }

    .breadcrumb-icon {
        display: none; /* Hide icons on mobile to save space */
    }

    .breadcrumb-text {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 6px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .breadcrumb-container {
        padding: 10px 12px;
    }

    .custom-breadcrumb {
        font-size: 0.8rem;
    }

    .breadcrumb-text {
        max-width: 100px;
    }
}

/* Animation for breadcrumb appearance */
.breadcrumb-container {
    animation: breadcrumbSlideIn 0.4s ease-out;
}

@keyframes breadcrumbSlideIn {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effect for entire breadcrumb container */
.breadcrumb-container:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    transform: translateY(-1px);
    transition: all 0.3s ease;
}

/* Focus management for accessibility */
.breadcrumb-container:focus-within {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.2);
}

/* Print styles */
@media print {
    .breadcrumb-container {
        background: none !important;
        box-shadow: none !important;
        border: 1px solid #ccc !important;
        padding: 8px !important;
    }

    .breadcrumb-link {
        color: #000 !important;
    }

    .breadcrumb-icon {
        display: none !important;
    }
}

/* ===== MODERN BUTTON GROUP STYLES ===== */

/* Modern Button Group Container */
.btn-group-modern {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.btn-group-modern .btn {
    min-width: 120px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    text-transform: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.btn-group-modern .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-group-modern .btn:active {
    transform: translateY(0);
    transition: none;
}

.btn-group-modern .btn i {
    margin-right: 0.5rem;
    font-size: 0.875rem;
}

/* Enhanced Button Colors for Modern Group */
.btn-group-modern .btn-success {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
    color: white;
}

.btn-group-modern .btn-success:hover {
    background: linear-gradient(135deg, #218838, #1aa87c);
    color: white;
}

.btn-group-modern .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    color: white;
}

.btn-group-modern .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    color: white;
}

.btn-group-modern .btn-secondary {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    border: none;
    color: white;
}

.btn-group-modern .btn-secondary:hover {
    background: linear-gradient(135deg, #5a6268, #495057);
    color: white;
}

.btn-group-modern .btn-danger {
    background: linear-gradient(135deg, #dc3545, #c82333);
    border: none;
    color: white;
}

.btn-group-modern .btn-danger:hover {
    background: linear-gradient(135deg, #c82333, #bd2130);
    color: white;
}

/* Responsive Design for Button Groups */
@media (max-width: 768px) {
    .btn-group-modern {
        gap: 0.5rem;
        justify-content: center;
    }
    
    .btn-group-modern .btn {
        min-width: 100px;
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
    
    .btn-group-modern .btn i {
        margin-right: 0.375rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .btn-group-modern {
        flex-direction: column;
        width: 100%;
        gap: 0.5rem;
    }
    
    .btn-group-modern .btn {
        width: 100%;
        min-width: auto;
    }
}

/* Focus management for accessibility */
.btn-group-modern .btn:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.25);
    outline: none;
}

.btn-group-modern .btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.btn-group-modern .btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.25);
}

.btn-group-modern .btn-danger:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

/* ===== PROFESSIONAL DIALOG STYLES (SHADCN/UI INSPIRED) ===== */

/* Enhanced AlertifyJS Dialog Styling */
.alertify .ajs-dialog {
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    overflow: hidden !important;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%) !important;
    max-width: 480px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.alertify .ajs-header {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    border-bottom: none !important;
    padding: 1.5rem 1.5rem 1rem 1.5rem !important;
    text-align: center !important;
    position: relative !important;
}

.alertify .ajs-header::before {
    content: '\f071' !important;
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
    font-size: 2.5rem !important;
    color: #fbbf24 !important;
    display: block !important;
    margin-bottom: 0.75rem !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

.alertify .ajs-title {
    color: white !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin: 0 !important;
    letter-spacing: 0.025em !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.alertify .ajs-body {
    padding: 1.5rem !important;
    text-align: center !important;
    background: white !important;
}

.alertify .ajs-body .ajs-content {
    color: #374151 !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    padding: 0.5rem 0 !important;
}

.alertify .ajs-footer {
    background: #f9fafb !important;
    border-top: 1px solid #e5e7eb !important;
    padding: 1.25rem 1.5rem !important;
    display: flex !important;
    gap: 0.75rem !important;
    justify-content: center !important;
    border-radius: 0 0 16px 16px !important;
}

/* Professional Button Styling for Dialogs */
.alertify .ajs-footer .ajs-button {
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    padding: 0.75rem 1.5rem !important;
    border: none !important;
    transition: all 0.2s ease-in-out !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    min-width: 100px !important;
    letter-spacing: 0.025em !important;
}

/* OK Button (Confirm Delete) - Green to match Simpan button */
.alertify .ajs-footer .ajs-button.ajs-ok {
    background: linear-gradient(135deg, #198754 0%, #157347 100%) !important;
    color: white !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.alertify .ajs-footer .ajs-button.ajs-ok:hover {
    background: linear-gradient(135deg, #157347 0%, #146c43 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.alertify .ajs-footer .ajs-button.ajs-ok:active {
    transform: translateY(0) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

/* Cancel Button - Better contrast */
.alertify .ajs-footer .ajs-button.ajs-cancel {
    background: linear-gradient(135deg, #6c757d 0%, #5c636a 100%) !important;
    color: #ffffff !important;
    border: 1px solid #6c757d !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.alertify .ajs-footer .ajs-button.ajs-cancel:hover {
    background: linear-gradient(135deg, #5c636a 0%, #565e64 100%) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

.alertify .ajs-footer .ajs-button.ajs-cancel:active {
    transform: translateY(0) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1) !important;
}

/* Dialog Animation */
.alertify.ajs-movable .ajs-dialog {
    animation: dialogSlideIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

@keyframes dialogSlideIn {
    0% {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Modal Backdrop Enhancement */
.alertify .ajs-dimmer {
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(4px) !important;
    animation: backdropFadeIn 0.2s ease-out !important;
}

@keyframes backdropFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Focus Ring for Accessibility */
.alertify .ajs-footer .ajs-button:focus {
    outline: 2px solid #059669 !important;
    outline-offset: 2px !important;
}

/* Professional Icon Enhancement for Delete Dialog */
.alertify .ajs-header.delete-dialog::before {
    content: '\f2ed' !important; /* fa-trash-can */
    color: #ef4444 !important;
    animation: iconPulse 2s infinite !important;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

/* Mobile Responsive Dialog */
@media (max-width: 576px) {
    .alertify .ajs-dialog {
        margin: 1rem !important;
        max-width: calc(100vw - 2rem) !important;
    }
    
    .alertify .ajs-footer {
        flex-direction: column !important;
    }
    
    .alertify .ajs-footer .ajs-button {
        width: 100% !important;
        min-width: auto !important;
    }
}

/* High-Specificity Overrides for AlertifyJS Bootstrap Theme */
.alertify.alertify-confirm .ajs-dialog,
.alertify.alertify-alert .ajs-dialog,
.alertify.alertify-prompt .ajs-dialog {
    border-radius: 16px !important;
    border: 1px solid #e5e7eb !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%) !important;
}

.alertify.alertify-confirm .ajs-header,
.alertify.alertify-alert .ajs-header,
.alertify.alertify-prompt .ajs-header {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    border-bottom: none !important;
    padding: 1.5rem 1.5rem 1rem 1.5rem !important;
    text-align: center !important;
}

.alertify.alertify-confirm .ajs-footer .ajs-button,
.alertify.alertify-alert .ajs-footer .ajs-button,
.alertify.alertify-prompt .ajs-footer .ajs-button {
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    padding: 0.75rem 1.5rem !important;
    border: none !important;
    transition: all 0.2s ease-in-out !important;
}

.alertify.alertify-confirm .ajs-footer .ajs-button.ajs-ok,
.alertify.alertify-alert .ajs-footer .ajs-button.ajs-ok,
.alertify.alertify-prompt .ajs-footer .ajs-button.ajs-ok {
    background: linear-gradient(135deg, #198754 0%, #157347 100%) !important;
    color: white !important;
    border: none !important;
}

.alertify.alertify-confirm .ajs-footer .ajs-button.ajs-cancel,
.alertify.alertify-alert .ajs-footer .ajs-button.ajs-cancel,
.alertify.alertify-prompt .ajs-footer .ajs-button.ajs-cancel {
    background: linear-gradient(135deg, #6c757d 0%, #5c636a 100%) !important;
    color: #ffffff !important;
    border: 1px solid #6c757d !important;
}

/* ===== END MODERN BUTTON GROUP STYLES ===== */
