@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.bundle.scp.css';
@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bundle.scp.css';

/* /Components/Buttons/AttendanceFilterButton.razor.rz.scp.css */
.filter-btn[b-8s9gbe75t3] {
    padding: 4px;
    min-width: 80px;
    flex: 1;
    font-family: 'Poppins';
    color: #272829;
    border: 1px solid #c9cdd1;
}

    .filter-btn:hover:not(.active)[b-8s9gbe75t3] {
        background: #efefef;
        border: 1px solid #d7d6d6;
    }

.active[b-8s9gbe75t3] {
    border: 1px solid #272829;
    background: #272829;
    color: #FFF;
}
/* /Components/Buttons/CreateButton.razor.rz.scp.css */

i[b-m5mlxgcih3] {
    margin-right: 8px;
}

button[b-m5mlxgcih3] {
    background: #b2bbc5;
    color: #fff;
    font-weight: 400 !important;
    font-size: 13px;
    padding: 12px 15px;
    border-radius: 7px;
    transition: .3s ease;
    letter-spacing: .5px;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    z-index: 1;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
}

button[b-m5mlxgcih3]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 7px;
    background-color: #70777e;
    z-index: -1;
    transition: all 250ms
}

button:hover[b-m5mlxgcih3]::before {
    width: 100%;
}
/* /Components/Buttons/MerchFileUpdate.razor.rz.scp.css */

.grid-container[b-9j0ymj284j] {
    display: grid;
    grid-template-columns: 3fr 3fr;
    gap: 1rem;
    font-family: 'Poppins';
}

.large-box[b-9j0ymj284j] {
    border: 2px dashed #cbd0e1;
    border-radius: 0.5rem;
    width: 100%; /* Full width of the grid column */
    height: 277px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Ensures content doesn't overflow the box */
}

.grid-small[b-9j0ymj284j] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns of equal width */
    gap: 1rem;
}

.small-box[b-9j0ymj284j] {
    border: 2px dashed #cbd0e1;
    border-radius: 0.5rem;
    width: 100%; /* Full width of the grid cell */
    height: 130px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Ensures content doesn't overflow the box */
}

.large-box .upload-icon[b-9j0ymj284j] {
    color: #6e789a;
    font-size: 28px;
    margin-top: 10px;
}

.large-box .upload-text[b-9j0ymj284j] {
    margin-top: 13px;
    font-size: 14px;
    color: #6e789a;
}

.small-box .upload-icon[b-9j0ymj284j] {
    color: #6e789a;
    font-size: 25px;
}

.small-box .upload-text[b-9j0ymj284j] {
    margin-top: 0px;
    font-size: 13px;
    color: #6e789a;
}

.remove-btn[b-9j0ymj284j] {
    background-color: #8c97a2;
    color: white;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.image[b-9j0ymj284j] {
    width: 100%; /* Match the width of the parent */
    height: 100%; /* Match the height of the parent */
    object-fit: contain; /* Ensures the image fills the box without distortion */
    border-radius: inherit; /* Matches the border radius of the parent */
}

@media only screen and (max-width: 600px) {
    .grid-container[b-9j0ymj284j] {
        grid-template-columns: 2fr 3fr;
    }

    .small-box[b-9j0ymj284j] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* /Components/Buttons/MerchFileUpload.razor.rz.scp.css */

.grid-container[b-c8aav0lkki] {
    display: grid;
    grid-template-columns: 3fr 3fr;
    gap: 1rem;
    font-family: 'Poppins';
}

.large-box[b-c8aav0lkki] {
    border: 2px dashed #cbd0e1;
    border-radius: 0.5rem;
    width: 100%; /* Full width of the grid column */
    height: 277px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Ensures content doesn't overflow the box */
}

.grid-small[b-c8aav0lkki] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns of equal width */
    gap: 1rem;
}

.small-box[b-c8aav0lkki] {
    border: 2px dashed #cbd0e1;
    border-radius: 0.5rem;
    width: 100%; /* Full width of the grid cell */
    height: 130px; /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; /* Ensures content doesn't overflow the box */
}

.large-box .upload-icon[b-c8aav0lkki] {
    color: #6e789a;
    font-size: 28px;
    margin-top: 10px;
}

.large-box .upload-text[b-c8aav0lkki] {
    margin-top: 13px;
    font-size: 14px;
    color: #6e789a;
}

.small-box .upload-icon[b-c8aav0lkki] {
    color: #6e789a;
    font-size: 25px;
}

.small-box .upload-text[b-c8aav0lkki] {
    margin-top: 0px;
    font-size: 13px;
    color: #6e789a;
}

.remove-btn[b-c8aav0lkki] {
    background-color: #8c97a2;
    color: white;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.image[b-c8aav0lkki] {
    width: 100%; /* Match the width of the parent */
    height: 100%; /* Match the height of the parent */
    object-fit: contain; /* Ensures the image fills the box without distortion */
    border-radius: inherit; /* Matches the border radius of the parent */
}

@media only screen and (max-width: 600px) {
    .grid-container[b-c8aav0lkki] {
        grid-template-columns: 2fr 3fr;
    }
    .small-box[b-c8aav0lkki] {
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* /Components/Buttons/SubmitLoadingButton.razor.rz.scp.css */
.btn-submit[b-3adk3uaxw0] {
    padding: 10px 0px;
    background-color: #ebae00;
    display: flex;
    align-items: center;
    color: white;
    gap: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn:hover[b-3adk3uaxw0] {
        background-color: #0056b3;
    }

    .btn.loading[b-3adk3uaxw0] {
        background-color: #6c757d;
        cursor: not-allowed;
    }

.loader[b-3adk3uaxw0] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: spin-b-3adk3uaxw0 1s ease-in-out infinite;
}

@keyframes spin-b-3adk3uaxw0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/CardContainer/CardCount.razor.rz.scp.css */

.card-container-parent[b-er66obee99] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 27px 23px;
    cursor: pointer;
    transition: .5s ease;
    border: 1px solid #F1F1F1;
}

.title-text[b-er66obee99] {
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 13px;
    color: #91989D;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.amount-text[b-er66obee99] {
    font-weight: 500;
    letter-spacing: -.5px;
    font-size: 16px;
    color: #0A1A28;
}

.card-container-parent i[b-er66obee99] {
    color: #fff;
    background: rgb(39,40,41);
    background: linear-gradient(90deg, rgb(255 199 0) 0%, rgb(212 134 0) 100%);
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 45px;
    text-align: center;
}
.active-class[b-er66obee99] {
    background-color: #fff; /* Light background for active */
    border: 1px solid #ffc900;
    box-shadow: 0 0 10px rgb(255 173 0 / 50%);
}

/*HOVER*/

.card-container-parent:hover[b-er66obee99] {
    background: #ffc600;
}

.card-container-parent:hover .title-text[b-er66obee99] {
    color: #fff;
}

.card-container-parent:hover .amount-text[b-er66obee99] {
    color: #fff;
}

.card-container-parent:hover i[b-er66obee99] {
    background: #ffffec;
    color: #626262;
}
/*HOVER*/
/* /Components/CardContainer/RewardCards.razor.rz.scp.css */
.title[b-z8rtksu694] {
    text-align: center;
    color: white;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.cards-grid[b-z8rtksu694] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.reward-card[b-z8rtksu694] {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

    .reward-card:hover[b-z8rtksu694] {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }

/* Fire Effect Card */
.fire-card[b-z8rtksu694] {
    background: linear-gradient(45deg, #ff6b6b, #ffa500, #ff4757);
    animation: fireGlow-b-z8rtksu694 2s ease-in-out infinite alternate, fireBreathing-b-z8rtksu694 1.5s ease-in-out infinite alternate;
}

@keyframes fireGlow-b-z8rtksu694 {
    0% {
        box-shadow: 0 0 20px #ff6b6b, 0 0 40px #ff4757;
    }

    100% {
        box-shadow: 0 0 30px #ffa500, 0 0 60px #ff6b6b;
    }
}

.fire-card[b-z8rtksu694]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,107,107,0.3) 0%, transparent 70%);
    animation: fireFlicker-b-z8rtksu694 1.5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes fireFlicker-b-z8rtksu694 {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(0deg) scale(1);
    }

    50% {
        opacity: 1;
        transform: rotate(5deg) scale(1.1);
    }
}

/* Electric Effect Card */
.electric-card[b-z8rtksu694] {
    background: linear-gradient(45deg, #4ecdc4, #44a08d, #096dd9);
    position: relative;
    overflow: hidden;
}

    .electric-card[b-z8rtksu694]::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
        animation: electricSpark-b-z8rtksu694 3s infinite;
    }

@keyframes electricSpark-b-z8rtksu694 {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Ice Effect Card */
.ice-card[b-z8rtksu694] {
    background: linear-gradient(45deg, #74b9ff, #0984e3, #a29bfe);
    animation: iceShimmer-b-z8rtksu694 2s ease-in-out infinite alternate;
}

@keyframes iceShimmer-b-z8rtksu694 {
    0% {
        box-shadow: 0 0 20px rgba(116, 185, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 40px rgba(116, 185, 255, 0.8), inset 0 0 20px rgba(255,255,255,0.1);
    }
}

/* Gold Effect Card */
.gold-card[b-z8rtksu694] {
    background: linear-gradient(45deg, #f39c12, #e67e22, #d35400);
    position: relative;
}

    .gold-card[b-z8rtksu694]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(255,255,255,0.3) 0%, transparent 50%, rgba(255,255,255,0.3) 100%);
        animation: goldShine-b-z8rtksu694 2s linear infinite;
    }

@keyframes goldShine-b-z8rtksu694 {
    0% {
        transform: translateX(-100%) skewX(-15deg);
    }

    100% {
        transform: translateX(200%) skewX(-15deg);
    }
}

/* Rainbow Effect Card */
.rainbow-card[b-z8rtksu694] {
    background: linear-gradient(45deg, #ff6b6b, #feca57, #48dbfb, #ff9ff3, #54a0ff);
    background-size: 400% 400%;
    animation: rainbowShift-b-z8rtksu694 3s ease infinite;
}

@keyframes rainbowShift-b-z8rtksu694 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Neon Effect Card */
.neon-card[b-z8rtksu694] {
    background: #1a1a2e;
    border: 2px solid #ff6b6b;
    animation: neonPulse-b-z8rtksu694 1.5s ease-in-out infinite alternate;
}

@keyframes neonPulse-b-z8rtksu694 {
    0% {
        box-shadow: 0 0 10px #ff6b6b, 0 0 20px #ff6b6b, 0 0 30px #ff6b6b;
        border-color: #ff6b6b;
    }

    100% {
        box-shadow: 0 0 20px #ff6b6b, 0 0 30px #ff6b6b, 0 0 40px #ff6b6b;
        border-color: #ffa500;
    }
}

.product-image[b-z8rtksu694] {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    position: relative;
    z-index: 2;
}

.product-image img[b-z8rtksu694]{
    width: 160px;
    border-radius: 15px;
}

.product-info[b-z8rtksu694] {
    padding: 25px;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    z-index: 2;
}

.neon-card .product-info[b-z8rtksu694] {
    background: rgba(26, 26, 46, 0.9);
    color: white;
}

.product-name[b-z8rtksu694] {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Poppins';
}

.neon-card .product-name[b-z8rtksu694] {
    color: #ff6b6b;
    text-shadow: 0 0 10px #ff6b6b;
}

.product-description[b-z8rtksu694] {
    font-size: 11px;
    color: #666;
    text-align: center;
    font-family: 'Poppins';
    margin-bottom: 15px;
}

.neon-card .product-description[b-z8rtksu694] {
    color: #ccc;
}

.points-display[b-z8rtksu694] {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    font-family: 'Poppins';
    border-radius: 15px;
}

.neon-card .points-display[b-z8rtksu694] {
    background: rgba(255, 107, 107, 0.2);
    color: #ff6b6b;
    border: 1px solid #ff6b6b;
}

.rare-badge[b-z8rtksu694] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    z-index: 3;
}

.legendary-badge[b-z8rtksu694] {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    animation: legendaryGlow-b-z8rtksu694 1s ease-in-out infinite alternate;
}

@keyframes legendaryGlow-b-z8rtksu694 {
    0% {
        transform: scale(1);
    }

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

@keyframes legendaryPulse-b-z8rtksu694 {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.1) rotate(2deg);
    }
}

@keyframes fireBreathing-b-z8rtksu694 {
    0% {
        /*box-shadow: 0 0 20px #ff4757, 0 0 40px #ff6348, 0 0 60px #ff7675;*/
        transform: scale(1);
    }

    100% {
        /*box-shadow: 0 0 30px #ff6348, 0 0 50px #ff7675, 0 0 80px #ff4757;*/
        transform: scale(1.02);
    }
}
/* /Components/DashboardV2/GlobalCard.razor.rz.scp.css */
body[b-3p2416b1n9] {
}

.card-container-parent[b-3p2416b1n9] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 23px;
    border: 1px solid #eef0f5;
}

.date-text[b-3p2416b1n9] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 12px !important;
    color: #8b99a7 !important;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    right: 22px;
    background: #ebf0f5;
    border-radius: 6px;
    padding: 4px 10px;
    border: 1px solid #d7dee5;
}

.title-text[b-3p2416b1n9] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-3p2416b1n9] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #0A1A28 !important;
    margin-bottom: 4px;
    margin-top: 15px;
}

.card-container-parent .fi[b-3p2416b1n9] {
    color: #fff;
    background: rgb(39,40,41);
    background: linear-gradient(90deg, rgba(39,40,41,1) 0%, rgba(101,103,106,1) 100%);
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 45px;
    text-align: center;
}

.fa-arrow-up[b-3p2416b1n9] {
    background: #E7F7EE;
    color: #29BB68;
    border-radius: 50%;
    padding: 5px 7px;
    margin-top: 2px;
}

.fa-arrow-down[b-3p2416b1n9] {
    background: #FFEBE8;
    color: #FF4A31;
    border-radius: 50%;
    padding: 5px 7px;
    margin-top: 2px;
}

.fa-equals[b-3p2416b1n9]{

}

.inc-div[b-3p2416b1n9]{
    margin-top: -10px;  
}

.dec-div[b-3p2416b1n9] {
    margin-top: -10px;
}

.inc-text[b-3p2416b1n9] {
    font-size: 14px;
    font-weight: 400;
    color: #29BB68;
    margin-left: 8px;
}

.dec-text[b-3p2416b1n9] {
    font-size: 14px;
    font-weight: 400;
    color: #FF4A31;
    margin-left: 8px;
   
}
/* /Components/DashboardV2/LowOnStocks.razor.rz.scp.css */
.title[b-bh5rekdobb] {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

.type-title[b-bh5rekdobb] {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: #fff !important;
    margin: 5px 0 0 5px !important;
    position: absolute;
    top: -15px;
    background: #87B5FE;
    padding: 0px 5px;
}

.product-container[b-bh5rekdobb] {
    border: 1px solid #FFF;
    border-radius: 8px;
    padding: 5px;
    position: relative;
    margin-bottom: 20px;
    padding-top: 12px;
}

.running-low-parent[b-bh5rekdobb] {
    position: absolute;
    right: -30px;
    top: 15px;
    z-index: 99;
}

.stock-div[b-bh5rekdobb] {
    /* From https://css.glass */
    background: rgba(44, 137, 255, 0.59);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.5px);
    -webkit-backdrop-filter: blur(8.5px);
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
    padding: 38px 30px 25px 30px;
    width: 250px;
    cursor: pointer;
    animation: MoveUpDown-b-bh5rekdobb 2s ease-in-out infinite;
    position: relative; /* Add position for top to work */
    text-align: center;
}

@keyframes MoveUpDown-b-bh5rekdobb {
    0%, 100% {
        transform: translateY(0); /* Use translateY for smoother motion */
    }

    50% {
        transform: translateY(10px); /* Move down */
    }
}

.stock-div img[b-bh5rekdobb] {
    width: 50px;
    position: absolute;
    top: -11px;
    right: 72px;
    transform: translate(-50%, -50%);
}

.list-div[b-bh5rekdobb] {
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: start;
}

.stock-div ul li[b-bh5rekdobb] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding-bottom: 5px;
    color: #fff;
}

button[b-bh5rekdobb] {
    margin-top: 15px;
    background: transparent;
    color: #fff;
    padding: 8px;
    font-weight: 400;
    width: 100%;
    border-radius: 8px;
    font-size: 13px;
    background: #1694ff;
    border: 1px solid #badfff;
}


@media only screen and (max-width: 1280px) {
    .running-low-parent[b-bh5rekdobb] {
        right: -10px;
        top: 10px;
    }
}
/* /Components/DashboardV2/NormalCard.razor.rz.scp.css */
body[b-inbcb8dtz1] {
}

.card-container-parent[b-inbcb8dtz1] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 23px;
}

.date-text[b-inbcb8dtz1] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 12px !important;
    color: #6d6d6d !important;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    right: 22px;
    background: #eeeeee;
    border-radius: 6px;
    padding: 4px 10px;
    border: 1px solid #b9b9b9;
}

.title-text[b-inbcb8dtz1] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-inbcb8dtz1] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #0A1A28 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

.card-container-parent .fi[b-inbcb8dtz1] {
    color: #fff;
    background: #272829;
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 45px;
    text-align: center;
}
/* /Components/DashboardV2/SalesCard.razor.rz.scp.css */
body[b-emcb26s1gd] {
}

.card-container-parent[b-emcb26s1gd] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 23px;
    border: 1px solid #eef0f5;
}

.date-text[b-emcb26s1gd] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 12px !important;
    color: #8b99a7 !important;
    text-transform: uppercase;
    position: absolute;
    top: 22px;
    right: 22px;
    background: #ebf0f5;
    border-radius: 6px;
    padding: 4px 10px;
    border: 1px solid #d7dee5;
}

.title-text[b-emcb26s1gd] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-emcb26s1gd] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #0A1A28 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

.card-container-parent .fi[b-emcb26s1gd] {
    color: #fff;
    background: rgb(39,40,41);
    background: linear-gradient(90deg, rgb(167 109 0) 0%, rgb(59 59 59) 100%);
    font-size: 20px;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 3px;
    width: 45px;
    text-align: center;
}

.card-container-parent button[b-emcb26s1gd] {
    margin-top: 20px;
    background: #c98b00;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 7px;
    border-radius: 7px;
    transition: .3s ease;
    letter-spacing: .5px;
    position: relative;
    transition: all 250ms;
    overflow: hidden;
    z-index: 1;
}

.card-container-parent button[b-emcb26s1gd]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 7px;
    background-color: #5b5b5b;
    z-index: -1;
    transition: all 250ms
}

.card-container-parent button:hover[b-emcb26s1gd] {
    color: #e8e8e8;
}

.card-container-parent button:hover[b-emcb26s1gd]::before {
    width: 100%;
}

/* /Components/Skeleton/DeliveryTimelineSkeleton.razor.rz.scp.css */
.tracking-container[b-6ny2omh5e0] {
    margin: 0 auto;
    background-color: white;
    position: relative;
}

.timeline[b-6ny2omh5e0] {
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
    z-index: 1;
}

.status-item[b-6ny2omh5e0] {
    display: flex;
    padding: 15px;
    position: relative;
}

.status-icon[b-6ny2omh5e0] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #e0e0e0;
    position: relative;
    z-index: 2;
    border: 3px solid #e0e0e0;
}

.status-content[b-6ny2omh5e0] {
    flex-grow: 1;
}

.status-header[b-6ny2omh5e0] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.status-time[b-6ny2omh5e0] {
    height: 16px;
    width: 100px;
    background-color: #e0e0e0;
    margin-right: 10px;
}

.status-title[b-6ny2omh5e0] {
    height: 20px;
    width: 150px;
    background-color: #e0e0e0;
}

.status-description[b-6ny2omh5e0] {
    height: 12px;
    width: 250px;
    background-color: #e0e0e0;
    margin-top: 8px;
}

.status-description-2[b-6ny2omh5e0] {
    height: 12px;
    width: 200px;
    background-color: #e0e0e0;
    margin-top: 5px;
}

.recipient[b-6ny2omh5e0] {
    height: 12px;
    width: 180px;
    background-color: #e0e0e0;
    margin-top: 10px;
}

.skeleton-loading[b-6ny2omh5e0] {
    animation: skeleton-loading-b-6ny2omh5e0 1.5s infinite;
}

@keyframes skeleton-loading-b-6ny2omh5e0 {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}
/* /Components/Stepper/CustomStepper.razor.rz.scp.css */
.page-title[b-f9sow9qixj] {
    text-align: center;
    margin-bottom: 25px;
    color: #1e293b;
    font-weight: 600;
}

.stepper-container[b-f9sow9qixj] {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    margin-top: 30px;
    background: #fff;
    /*box-shadow: 10px 11px 17px rgba(136, 136, 136, 0.1);*/
}

.stepper[b-f9sow9qixj] {
    display: flex;
    justify-content: space-between;
    padding: 24px 0px;
    border-bottom: 1px solid #eaeef2;
}

.step[b-f9sow9qixj] {
    display: flex;
    align-items: center;
    position: relative;
    color: #94a3b8;
    transition: all 0.3s ease;
    flex: 1;
}

    .step.active[b-f9sow9qixj] {
        color: #0f172a;
    }

    .step.completed[b-f9sow9qixj] {
        color: #4f46e5;
    }

.step-number[b-f9sow9qixj] {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f1f5f9;
    border: 2px solid #e2e8f0;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 2;
}

.step.active .step-number[b-f9sow9qixj] {
    background-color: #fffcf3;
    border-color: #ffc72e;
    color: #ffc72e;
}

.step.completed .step-number[b-f9sow9qixj] {
    background-color: #FCA402;
    border-color: #FCA402;
    color: white;
}

.check-icon[b-f9sow9qixj] {
    font-weight: bold;
}

.title-wrap[b-f9sow9qixj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.all-attached-imgs[b-f9sow9qixj] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.attached-img-wrap[b-f9sow9qixj] {
    width: 120px;
    max-height: 120px;
}

.attached-img[b-f9sow9qixj] {
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.step-title[b-f9sow9qixj] {
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
    width: 175px;
}

    .step-title.active[b-f9sow9qixj] {
        color: #ffc72e;
    }

    .step-title.completed[b-f9sow9qixj] {
        color: #FCA402 !important;
    }

.step-connector[b-f9sow9qixj] {
    position: absolute;
    top: 17px;
    left: 34px;
    right: 0;
    height: 2px;
    background-color: #e2e8f0;
    z-index: 1;
}



.step.active .step-connector[b-f9sow9qixj],
.step.completed .step-connector[b-f9sow9qixj] {
    background-color: #ffc72e;
}

.step-connector.completed[b-f9sow9qixj] {
    background-color: #FCA402 !important;
}

.step-content[b-f9sow9qixj] {
    padding: 30px 0px;
    min-height: 240px;
}

.step-pane[b-f9sow9qixj] {
    animation: fadeIn-b-f9sow9qixj 0.5s ease-in-out;
}

.form-group[b-f9sow9qixj] {
    margin-bottom: 20px;
}

    .form-group label[b-f9sow9qixj] {
        display: block;
        margin-bottom: 6px;
        font-weight: 500;
        color: #64748b;
    }

.form-control[b-f9sow9qixj] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 16px;
    transition: all 0.2s ease;
}

    .form-control:focus[b-f9sow9qixj] {
        outline: none;
        border-color: #818cf8;
        box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.2);
    }

textarea.form-control[b-f9sow9qixj] {
    min-height: 80px;
    resize: vertical;
}

.stepper-actions[b-f9sow9qixj] {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    border-top: 1px solid #eaeef2;
}

.btn[b-f9sow9qixj] {
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 15px;
}

.btn-outline[b-f9sow9qixj] {
    background-color: transparent;
    border: 1px solid #cbd5e1;
    color: #64748b;
}

    .btn-outline:hover[b-f9sow9qixj] {
        background-color: #f8fafc;
        border-color: #94a3b8;
    }

.btn-primary[b-f9sow9qixj] {
    background-color: #ffc72e;
    border: 1px solid #ffc72e;
    color: white;
    margin-left: auto;
}

    .btn-primary:hover[b-f9sow9qixj] {
        background-color: #e89127;
    }

.btn-success[b-f9sow9qixj] {
    background-color: #10b981;
    border: 1px solid #10b981;
    color: white;
    margin-left: auto;
}

    .btn-success:hover[b-f9sow9qixj] {
        background-color: #059669;
    }

.submit-stepper-btn[b-f9sow9qixj] {
    font-family: 'Poppins' !important;
    background: #0A1A28 !important;
    color: #E0E4FF !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    border-radius: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10px 40px;
    transition: .3s ease;
    text-align: center;
}

.confirmation-message[b-f9sow9qixj] {
    text-align: center;
    padding: 30px 0;
}

.success-icon[b-f9sow9qixj] {
    width: 80px;
    height: 80px;
    background-color: #d1fae5;
    border-radius: 50%;
    color: #10b981;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

@keyframes fadeIn-b-f9sow9qixj {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Table/MinimalTable.razor.rz.scp.css */
.table-wrapper[b-r72m8cwpaf] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.merchandise-table[b-r72m8cwpaf] {
    width: 100%;
    border-collapse: collapse;
}

.table-header[b-r72m8cwpaf] {
    background: #f1f5f9;
}

.header-row[b-r72m8cwpaf] {
    border-bottom: 1px solid #e2e8f0;
}

.header-cell[b-r72m8cwpaf] {
    padding: 1rem 1.5rem;
    text-align: left;
    font-weight: 600;
    color: #475569;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #e2e8f0;
}

.table-cell[b-r72m8cwpaf] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.95rem;
}

.merchandise-row:hover[b-r72m8cwpaf] {
    background: #f8fafc;
    transition: background-color 0.15s ease;
}

.table-row:last-child .table-cell[b-r72m8cwpaf] {
    border-bottom: none;
}

.status-badge[b-r72m8cwpaf] {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

    .status-badge.added[b-r72m8cwpaf] {
        background: #dcfce7;
        color: #166534;
    }

    .status-badge.pending[b-r72m8cwpaf] {
        background: #fef3c7;
        color: #92400e;
    }

.price-cell[b-r72m8cwpaf] {
    font-weight: 600;
    color: #059669;
}

.item-cell[b-r72m8cwpaf] {
    font-weight: 500;
    color: #1e293b;
}

/* Additional specific cell classes */
.category-cell[b-r72m8cwpaf] {
    color: #64748b;
}

.quantity-cell[b-r72m8cwpaf] {
    font-weight: 500;
}

.date-cell[b-r72m8cwpaf] {
    color: #64748b;
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    body[b-r72m8cwpaf] {
        padding: 1rem;
    }

    .header-cell[b-r72m8cwpaf], .table-cell[b-r72m8cwpaf] {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }

    h1[b-r72m8cwpaf] {
        font-size: 1.5rem;
    }

    .table-wrapper[b-r72m8cwpaf] {
        border-radius: 8px;
    }
}
/* /Components/Toast/OrderToast.razor.rz.scp.css */

.toast-container[b-k70yz0in0l] {
    position: fixed;
    top: 20px;
    right: 20px;
    max-width: 350px;
    z-index: 99999;
}

.toast[b-k70yz0in0l] {
    background-color: white;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    position: relative;
}

    .toast.success[b-k70yz0in0l] {
        border-left: 4px solid #28a745;
    }

    .toast.error[b-k70yz0in0l] {
        border-left: 4px solid #dc3545;
    }

    .toast.info[b-k70yz0in0l] {
        border-left: 4px solid #17a2b8;
    }

.toast-icon[b-k70yz0in0l] {
    margin-right: 12px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.toast-content[b-k70yz0in0l] {
    flex-grow: 1;
}

.toast-title[b-k70yz0in0l] {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 4px;
    color: #333;
}

.toast-message[b-k70yz0in0l] {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.toast-close[b-k70yz0in0l] {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    padding: 0;
    margin-left: 12px;
    flex-shrink: 0;
}

.toast-progress[b-k70yz0in0l] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
}

.toast.success .toast-progress[b-k70yz0in0l] {
    background-color: #28a745;
}

.toast.error .toast-progress[b-k70yz0in0l] {
    background-color: #dc3545;
}

.toast.info .toast-progress[b-k70yz0in0l] {
    background-color: #17a2b8;
}
/* /Components/TrackingMore/DeliveryProgress.razor.rz.scp.css */
.delivery-stepper[b-3qkh1zc7en] {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.stepper-step[b-3qkh1zc7en] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.step-icon[b-3qkh1zc7en] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    color: #757575;
    font-size: 18px;
}

.step-label[b-3qkh1zc7en] {
    font-size: 14px;
    font-weight: 500;
    color: #757575;
    text-align: center;
    margin-bottom: 4px;
}

.step-date[b-3qkh1zc7en] {
    font-size: 12px;
    color: #9e9e9e;
}

.stepper-progress[b-3qkh1zc7en] {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #e0e0e0;
    z-index: 1;
}

.progress-bar[b-3qkh1zc7en] {
    height: 100%;
    background-color: #4CAF50;
    transition: width 0.3s ease;
}

/* Active step */
.stepper-step.active .step-icon[b-3qkh1zc7en] {
    background-color: #4CAF50;
    color: white;
    box-shadow: 0 0 0 4px rgba(76, 175, 80, 0.2);
}

.stepper-step.active .step-label[b-3qkh1zc7en] {
    color: #4CAF50;
    font-weight: 600;
}

/* Completed step */
.stepper-step.completed .step-icon[b-3qkh1zc7en] {
    background-color: #4CAF50;
    color: white;
}

.stepper-step.completed .step-label[b-3qkh1zc7en] {
    color: #4CAF50;
}
/* /Components/TrackingMore/DeliveryTimeline.razor.rz.scp.css */
*[b-1rddy4zfx4]{
    font-family: 'Poppins';
}

.timeline[b-1rddy4zfx4] {
    position: relative;
    padding-left: 18px;
}

    .timeline[b-1rddy4zfx4]::before {
        content: '';
        position: absolute;
        left: 6px;
        top: 0;
        bottom: 0;
        width: 2px;
        background-color: #ddd;
    }

.timeline-item[b-1rddy4zfx4] {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

    .timeline-item:last-child[b-1rddy4zfx4] {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.timeline-date[b-1rddy4zfx4] {
    font-weight: 300;
    margin-bottom: 3px;
    color: #555;
    font-size: 12px;
}

.timeline-marker[b-1rddy4zfx4] {
    position: absolute;
    left: -24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #4CAF50;
    border: 2px solid white;
    box-sizing: border-box;
}
    .timeline-marker i[b-1rddy4zfx4]{
        color: #fff;
        font-size: 9px;
    }

    .timeline-marker.delivered[b-1rddy4zfx4]{
        background-color: #1ac754;
    }
    .timeline-marker.transit[b-1rddy4zfx4]{
        background-color: #2b80ff;
    }
    .timeline-marker.pickup[b-1rddy4zfx4] {
        background-color: #fcc600;
    }
    .timeline-marker.undelivered[b-1rddy4zfx4] {
        background-color: #fa2d37;
    }
    .timeline-marker.inforeceived[b-1rddy4zfx4] {
        background-color: #e22afa;
    }
    .timeline-marker.pending[b-1rddy4zfx4] {
        background-color: #d0d4db;
    }



.timeline-content[b-1rddy4zfx4]{
    margin-left: 15px;
}

    .timeline-content .status-desc[b-1rddy4zfx4] {
        font-size: 12px;
        margin-bottom: 0 !important;
        color: #9aa1ad;
    }

.status[b-1rddy4zfx4] {
    font-weight: 500;
    margin-bottom: 3px;
    color: #2196F3;
    font-size: 14px;
}

    .status.delivered[b-1rddy4zfx4] {
       color: #1ac754;
    }

    .status.transit[b-1rddy4zfx4] {
        color: #2b80ff;
    }

    .status.pickup[b-1rddy4zfx4] {
        color: #fcc600;
    }

    .status.undelivered[b-1rddy4zfx4] {
        color: #fa2d37;
    }

    .status.inforeceived[b-1rddy4zfx4] {
        color: #e22afa;
    }

    .status.pending[b-1rddy4zfx4] {
        color: #d0d4db;
    }


.timeline-item:first-child .status[b-1rddy4zfx4] {
    color: #4CAF50;
}

.location[b-1rddy4zfx4] {
    color: #777;
    font-size: 13px;
    margin-top: 3px;
}

.note[b-1rddy4zfx4] {
    margin-top: 8px;
    color: #555;
    font-size: 13px;
}

    .note p[b-1rddy4zfx4] {
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .location[b-1rddy4zfx4]{
        font-weight: bold;
    }

.divider[b-1rddy4zfx4] {
    margin: 15px 0;
    border: none;
    border-top: 1px solid #eee;
}
/* /Components/Waybill/WaybillContent.razor.rz.scp.css */




.waybill[b-ebikv5vujv] {
    border: 2px solid black;
    margin: 10px;
    width: 403px;
    page-break-after: always; /* For legacy support */
    break-after: page;
}


.header[b-ebikv5vujv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    border-bottom: 1px solid black;
}

.thp-logo[b-ebikv5vujv] {
    height: 40px;
}

.logistic-logo[b-ebikv5vujv] {
    width: 100%;
    height: 100%;
}

.logistic-img-wrapper[b-ebikv5vujv] {
    width: 175px;
    height: 50px;
}

.barcode-section[b-ebikv5vujv] {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid black;
}

    .barcode-section img[b-ebikv5vujv] {
        width: 100%;
        height: 10vh;
    }

.tracking-number[b-ebikv5vujv] {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid black;
}

.waybill-content[b-ebikv5vujv] {
    width: 400px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto auto auto auto auto;
}

.sender[b-ebikv5vujv] {
    grid-column: 1 / 2;
    border-bottom: 1px solid black;
    padding: 10px;
}

.qr-code[b-ebikv5vujv] {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

    .qr-code img[b-ebikv5vujv] {
        width: 90%;
    }

.receiver[b-ebikv5vujv] {
    grid-column: 1 / 2;
    border-bottom: 1px solid black;
    padding: 10px;
}

.details[b-ebikv5vujv] {
    grid-column: 1 / 2;
    position: relative;
    border-bottom: 1px solid black;
}

.bg-text[b-ebikv5vujv] {
    position: absolute;
    font-size: 80px;
    color: rgba(0,0,0,0.1);
    transform: rotate(-30deg);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    z-index: 0;
}

.details-content[b-ebikv5vujv] {
    position: relative;
    z-index: 1;
}

.cod-section[b-ebikv5vujv] {
    grid-column: 2 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;
}

.remarks[b-ebikv5vujv] {
    grid-column: 1 / 3;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid black;
}

.date-info[b-ebikv5vujv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    gap: 10px;
    padding: 10px;
    border-top: 1px solid black;
}

.payment-label[b-ebikv5vujv] {
    padding: 10px;
}

@media print {
    .waybill[b-ebikv5vujv] {
        page-break-inside: avoid;
        break-inside: avoid;
    }
}
/* /Layout/FranchiseeLayout.razor.rz.scp.css */
.page[b-3gb4abebjc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3gb4abebjc] {
    flex: 1;
}

.sidebar[b-3gb4abebjc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-3gb4abebjc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3gb4abebjc]  a, .top-row[b-3gb4abebjc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-3gb4abebjc]  a:hover, .top-row[b-3gb4abebjc]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-3gb4abebjc]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-3gb4abebjc] {
        justify-content: space-between;
    }

        .top-row[b-3gb4abebjc]  a, .top-row[b-3gb4abebjc]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-3gb4abebjc] {
        flex-direction: row;
    }

    .sidebar[b-3gb4abebjc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3gb4abebjc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-3gb4abebjc]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-3gb4abebjc], article[b-3gb4abebjc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-l1790bsy08] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l1790bsy08] {
    flex: 1;
}

.sidebar[b-l1790bsy08] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l1790bsy08] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l1790bsy08]  a, .top-row[b-l1790bsy08]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-l1790bsy08]  a:hover, .top-row[b-l1790bsy08]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-l1790bsy08]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-l1790bsy08] {
        justify-content: space-between;
    }

        .top-row[b-l1790bsy08]  a, .top-row[b-l1790bsy08]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-l1790bsy08] {
        flex-direction: row;
    }

    .sidebar[b-l1790bsy08] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l1790bsy08] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-l1790bsy08]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-l1790bsy08], article[b-l1790bsy08] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-aoaf1zasyj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-aoaf1zasyj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-aoaf1zasyj] {
    font-size: 1.1rem;
}

.bi[b-aoaf1zasyj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-aoaf1zasyj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-aoaf1zasyj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-aoaf1zasyj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-aoaf1zasyj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-aoaf1zasyj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-aoaf1zasyj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-aoaf1zasyj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-aoaf1zasyj]  a.active {
            background-color: rgba(255,255,255,0.37);
            color: white;
        }

        .nav-item[b-aoaf1zasyj]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-aoaf1zasyj] {
        display: none;
    }

    .collapse[b-aoaf1zasyj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-aoaf1zasyj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Announcement/AnnouncementRightSidebar.razor.rz.scp.css */
body[b-9girlzptjf] {
}

.ann-sidebar[b-9girlzptjf] {
}

.close-icon[b-9girlzptjf] {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #787E84;
    cursor: pointer;
}

.ann-title[b-9girlzptjf] {
    color: #1D2630;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.8px;
}

.ann-date[b-9girlzptjf] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.3px;
}
/*CARD*/
.ann-card[b-9girlzptjf] {
    border: 1px solid #C9C9C9;
    padding: 15px 15px;
    border-radius: 12px;
    cursor: pointer;
    transition: .3s ease;
}

.ann-card:hover[b-9girlzptjf] {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ann-yellow-chip[b-9girlzptjf] {
    background: #efc700;
    color: #fff;
    padding: 3px 8px 2px 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 7px;
}

.ann-blue-chip[b-9girlzptjf] {
    background: #003C61;
    color: #fff;
    padding: 3px 8px 2px 8px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 11px;
    border-radius: 12px;
    margin-right: 7px;
}

.ann-card-date[b-9girlzptjf] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -.3px;
}

.ann-body-title[b-9girlzptjf] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 5px;
}

.ann-branch-name[b-9girlzptjf] {
    color: #1D2630;
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .2px;
    margin-bottom: 8px;
    text-decoration: underline;
    text-transform: uppercase;
}

.ann-desc[b-9girlzptjf] {
    color: #787E84;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -.3px;
    white-space: pre-wrap;
}
/* /Pages/Auth/ForgotPassword.razor.rz.scp.css */


.row[b-w784draeyj] {
    height: 100vh;
}

/*BG LEFT SIDE*/
.half .contents[b-w784draeyj], .half .bg[b-w784draeyj] {
    width: 50%;
}

.half .bg[b-w784draeyj] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    animation: background-rotation-b-w784draeyj 12s infinite ease-in-out;
    transition: background-image 0.5s ease-in-out;
}

/* Slider dots styling */
.slider-dots[b-w784draeyj] {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot[b-w784draeyj] {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    animation: dot-rotation-b-w784draeyj 12s infinite ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

/* Offset animations for each dot */
.slider-dots .dot:nth-child(1)[b-w784draeyj] {
    animation-delay: 0s;
}

.slider-dots .dot:nth-child(2)[b-w784draeyj] {
    animation-delay: 4s; /* 1/3 of the 12s total duration */
}

.slider-dots .dot:nth-child(3)[b-w784draeyj] {
    animation-delay: 8s; /* 2/3 of the 12s total duration */
}

.bg .info-div[b-w784draeyj] {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
}

.bg img[b-w784draeyj] {
    width: 400px;
    /*animation: image-glow 4s infinite ease-in-out;*/
    filter: drop-shadow(0 0 0.75rem #333);
}

.bg .text-div[b-w784draeyj] {
    font-family: 'Poppins';
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
}

    .bg .text-div h2[b-w784draeyj] {
        font-size: 23px;
        margin-bottom: 2px;
        text-align: center;
        color: #fff;
        font-weight: 400 !important;
        white-space: nowrap;
    }

    .bg .text-div p[b-w784draeyj] {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 2px;
        margin-top: 7px;
        text-align: center;
        color: #fff;
        font-weight: 200 !important;
    }


/*RIGHT SIDE*/

.right-panel[b-w784draeyj] {
    margin-top: -20px;
    font-family: 'Poppins';
    width: 500px;
}

.logo[b-w784draeyj] {
    width: 170px;
    margin-bottom: 25px;
}

.right-panel h2[b-w784draeyj] {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 7px;
    text-align: center;
    color: #333;
}

.right-panel p[b-w784draeyj] {
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    color: #333;
}

form[b-w784draeyj] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label[b-w784draeyj] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
}

input[b-w784draeyj] {
    width: 100%;
    padding: 13px;
    margin-bottom: 25px;
    border: 1px solid #ccd1da;
    border-radius: 10px;
    font-size: 13px;
    outline: none;
    background: #f6f8fb;
}

    input:focus[b-w784draeyj] {
        border: 1px solid #594ae2;
    }

.options[b-w784draeyj] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -5px;
}

    .options label[b-w784draeyj] {
        white-space: nowrap;
        margin-top: -23px !important;
    }

    .options a[b-w784draeyj] {
        font-size: 12px;
        color: #3b82f6;
        text-decoration: none;
        cursor: pointer;
        transition: .3s ease;
    }

        .options a:hover[b-w784draeyj] {
            color: #2B6CD5;
        }

button[type="submit"][b-w784draeyj] {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 7px;
    background-color: #272829;
    color: white;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 400;
}

    button[type="submit"]:hover[b-w784draeyj] {
        transform: scale(1.01);
    }

@keyframes image-glow-b-w784draeyj {
    0% {
        filter: drop-shadow(0 0 .30rem #c7c7c7);
    }

    50% {
        filter: drop-shadow(0 0 0.70rem #b5b5b5);
    }

    100% {
        filter: drop-shadow(0 0 .30rem #c7c7c7);
    }
}

@keyframes background-rotation-b-w784draeyj {
    0%, 30% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg4.jpg');
        background-size: cover;
    }

    33%, 63% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg3.jpg');
        background-size: cover;
    }

    66%, 96% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg2.jpg');
        background-size: cover;
    }

    100% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg4.jpg');
        background-size: cover;
    }
}

@keyframes dot-rotation-b-w784draeyj {
    0%, 30% {
        background-color: rgba(255, 255, 255, 1); /* Active */
        width: 45px; /* Active dot is wider */
    }

    33%, 63% {
        background-color: rgba(255, 255, 255, 0.5); /* Inactive */
        width: 8px; /* Reset width */
    }

    66%, 96% {
        background-color: rgba(255, 255, 255, 0.5); /* Inactive */
        width: 8px; /* Reset width */
    }

    100% {
        background-color: rgba(255, 255, 255, 1); /* Active */
        width: 8px; /* Active dot is wider */
    }
}

@media (max-width: 1199.98px) {
    .half .contents[b-w784draeyj], .half .bg[b-w784draeyj] {
        width: 100%;
        box-shadow: none;
    }

    .bg .info-div img[b-w784draeyj] {
        width: 380px;
    }

    .bg .text-div p[b-w784draeyj] {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .bg .info-div img[b-w784draeyj] {
        display: none;
    }
}

@media (min-width: 576px) {
    .container[b-w784draeyj], .container-sm[b-w784draeyj] {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* /Pages/Auth/Login.razor.rz.scp.css */


.row[b-4331m8clba] {
    height: 100vh;
}

/*BG LEFT SIDE*/
.half .contents[b-4331m8clba], .half .bg[b-4331m8clba] {
    width: 50%;
}

.half .bg[b-4331m8clba] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    animation: background-rotation-b-4331m8clba 12s infinite ease-in-out;
    transition: background-image 0.5s ease-in-out;
}

/* Slider dots styling */
.slider-dots[b-4331m8clba] {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot[b-4331m8clba] {
    width: 8px;
    height: 8px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    animation: dot-rotation-b-4331m8clba 12s infinite ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

/* Offset animations for each dot */
.slider-dots .dot:nth-child(1)[b-4331m8clba] {
    animation-delay: 0s;
}

.slider-dots .dot:nth-child(2)[b-4331m8clba] {
    animation-delay: 4s; /* 1/3 of the 12s total duration */
}

.slider-dots .dot:nth-child(3)[b-4331m8clba] {
    animation-delay: 8s; /* 2/3 of the 12s total duration */
}

.bg .info-div[b-4331m8clba] {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
}

.bg img[b-4331m8clba] {
    width: 400px;
    /*animation: image-glow 4s infinite ease-in-out;*/
    filter: drop-shadow(0 0 0.75rem #333);
}

.bg .text-div[b-4331m8clba] {
    font-family: 'Poppins';
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
}

.bg .text-div h2[b-4331m8clba] {
    font-size: 23px;
    margin-bottom: 2px;
    text-align: center;
    color: #fff;
    font-weight: 400 !important;
    white-space: nowrap;
}

.bg .text-div p[b-4331m8clba] {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 7px;
    text-align: center;
    color: #fff;
    font-weight: 200 !important;
}


/*RIGHT SIDE*/

.right-panel[b-4331m8clba] {
    margin-top: -20px;
    font-family: 'Poppins';
    width: 500px;
}

.logo[b-4331m8clba] {
    width: 170px;
    margin-bottom: 25px;
}

.right-panel h2[b-4331m8clba] {
    font-size: 19px;
    margin-bottom: 2px;
    margin-top: 7px;
    text-align: center;
    color: #333;
}

.right-panel p[b-4331m8clba] {
    font-size: 14px;
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    color: #333;
}

form[b-4331m8clba] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label[b-4331m8clba] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
}

input[b-4331m8clba] {
    width: 100%;
    padding: 13px;
    margin-bottom: 25px;
    border: 1px solid #ccd1da;
    border-radius: 10px;
    font-size: 13px;
    outline: none;
    background: #f6f8fb;
}

input:focus[b-4331m8clba] {
    border: 1px solid #594ae2;
}

.options[b-4331m8clba] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 35px;
    margin-top: -5px;
}

.options label[b-4331m8clba]{
    white-space: nowrap;
    margin-top: -23px!important;
}

.options a[b-4331m8clba] {
    font-size: 12px;
    color: #3b82f6;
    text-decoration: none;
    cursor: pointer;
    transition: .3s ease;
}

.options a:hover[b-4331m8clba] {
    color: #2B6CD5;
}

button[type="submit"][b-4331m8clba] {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 7px;
    background-color: #272829;
    color: white;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 400;
}

button[type="submit"]:hover[b-4331m8clba] {
    transform: scale(1.01);
}

@keyframes image-glow-b-4331m8clba {
    0% {
        filter: drop-shadow(0 0 .30rem #c7c7c7);
    }

    50% {
        filter: drop-shadow(0 0 0.70rem #b5b5b5);
    }
    100% {
        filter: drop-shadow(0 0 .30rem #c7c7c7);
    }
}

@keyframes background-rotation-b-4331m8clba {
    0%, 30% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg4.jpg');
        background-size: cover;
    }

    33%, 63% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg3.jpg');
        background-size: cover;
    }

    66%, 96% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg2.jpg');
        background-size: cover;
    }

    100% {
        background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 1)), url('images/bg_imgs/bg4.jpg');
        background-size: cover;
    }
}

@keyframes dot-rotation-b-4331m8clba {
    0%, 30% {
        background-color: rgba(255, 255, 255, 1); /* Active */
        width: 45px; /* Active dot is wider */
    }

    33%, 63% {
        background-color: rgba(255, 255, 255, 0.5); /* Inactive */
        width: 8px; /* Reset width */
    }

    66%, 96% {
        background-color: rgba(255, 255, 255, 0.5); /* Inactive */
        width: 8px; /* Reset width */
    }

    100% {
        background-color: rgba(255, 255, 255, 1); /* Active */
        width: 8px; /* Active dot is wider */
    }
}

@media (max-width: 1199.98px) {
    .half .contents[b-4331m8clba], .half .bg[b-4331m8clba] {
        width: 100%;
        box-shadow: none;
    }
    .bg .info-div img[b-4331m8clba] {
        width: 380px;
    }

    .bg .text-div p[b-4331m8clba] {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .bg .info-div img[b-4331m8clba] {
        display: none;
    }
}

@media (min-width: 576px) {
    .container[b-4331m8clba], .container-sm[b-4331m8clba] {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* /Pages/Branch/BranchDetailsRightSidebar.razor.rz.scp.css */
body[b-cgfc4ur1uh] {
}

.close-icon[b-cgfc4ur1uh] {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #787E84;
    cursor: pointer;
}

.br-title[b-cgfc4ur1uh] {
    color: #1D2630;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.8px;
}
/* /Pages/Branch/RenewalCalendar.razor.rz.scp.css */
.calendar-container[b-dmsb6jw4uq] {
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins';
}

.calendar-container h3[b-dmsb6jw4uq] {
    text-align: center;
    margin-bottom: 20px;
}

.calendar-div[b-dmsb6jw4uq] {
    background: #fff;
    border-radius: 8px;
    padding-top: 35px;
}

.calendar[b-dmsb6jw4uq] {
    overflow: auto;
}

.date-change-btn[b-dmsb6jw4uq] {
    background: #fff;
    background: #57677B;
    color: #fff;
    border-radius: 6px;
    width: 95px;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    text-transform: uppercase;
    transition: .3s ease;
}

.date-change-btn:hover[b-dmsb6jw4uq] {
    background: #000000;
}

.arrow-ico[b-dmsb6jw4uq] {
    color: #7C8286;
    font-size: 15px;
}

.date-filter-btn[b-dmsb6jw4uq] {
    font-family: 'Poppins';
    background: #f8f9fa;
    color: #748190;
    border: 1px dashed #bfc4ca;
    font-size: 20px;
    border-radius: 6px;
    transition: .3s ease;
    padding-top: 7px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.date-filter-btn:hover[b-dmsb6jw4uq] {
    background: #4F5C71;
    color: #D7DEE8;
}

.curr-month-text[b-dmsb6jw4uq] {
    color: #1D2630;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: -.3px;
    text-align: center;
    font-weight: 500;
}

.curr-year-text[b-dmsb6jw4uq] {
    color: #7C8286;
    font-size: 14px;
    letter-spacing: -.2px;
    text-align: center;
    font-weight: 300;
}

.calendar .days[b-dmsb6jw4uq] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #FFFFFF;
}

.calendar .day-name[b-dmsb6jw4uq] {
    font-size: 12px;
    text-transform: uppercase;
    color: #747a7e;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 50px;
    font-weight: 500;
    font-family: 'Poppins';
}

.calendar .day-number[b-dmsb6jw4uq] {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: right;
    padding: 14px 20px;
    letter-spacing: 1px;
    font-size: 12px;
    box-sizing: border-box;
    color: #747a7e;
    position: relative;
    z-index: 1;
}

.calendar .day-number:nth-of-type(7n + 7)[b-dmsb6jw4uq] {
    border-right: 0;
}

.calendar .day-number.other-month[b-dmsb6jw4uq] {
    color: rgba(#98a0a6, 0.6);
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9f9fa' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
    cursor: not-allowed;
}

.calendar .day-number:last-child[b-dmsb6jw4uq] {
    border-right: none;
}

.contract-mark[b-dmsb6jw4uq] {
    background: #f1f6ff;
    font-size: 12px;
    font-weight: 400;
    color: #4786FF;
    margin-top: 13px;
    padding: 8px;
    cursor: pointer;
    transition: .3s ease;
    border-left: 4px solid #4786FF;
    text-align: start;
}

    .contract-mark:hover[b-dmsb6jw4uq] {
        background: #4786FF;
        color: #fff;
        border-left: 4px solid #005bff;
    }

.month-filter-div[b-dmsb6jw4uq] {
    border: 1px solid #BDBDBD;
    border-radius: 8px;
    padding: 8px 13px;
}

.month-filter-div .mud-input-control[b-dmsb6jw4uq] {
    margin-top: 0px !important;
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text[b-dmsb6jw4uq] {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 14px;
}

.month-filter[b-dmsb6jw4uq] {
    width: 250px;
    font-size: 12px !important;
}

@media (max-width: 600px) {
    .calendar-container[b-dmsb6jw4uq] {
        max-width: 100%;
        padding: 0 10px;
    }

    .curr-month-text[b-dmsb6jw4uq] {
        font-size: 16px;
    }

    .date-change-btn[b-dmsb6jw4uq] {
        font-size: 12px;
    }

    .month-filter-div[b-dmsb6jw4uq] {
        margin-top: 20px;
    }
}
/* /Pages/BranchExpense/ViewBranchExpense.razor.rz.scp.css */

.main-div[b-3pret8lafa] {
    font-family: 'Poppins';
}

.header-div[b-3pret8lafa] {
    margin-top: -20px;
}

.title-text[b-3pret8lafa] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-3pret8lafa] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-3pret8lafa] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-3pret8lafa] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-3pret8lafa] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-3pret8lafa] {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/
.body-div[b-3pret8lafa] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-3pret8lafa] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

    .desc-div h6[b-3pret8lafa] {
        font-weight: 400 !important;
        letter-spacing: .2px !important;
        font-size: 13px !important;
        color: #91989D !important;
        margin-bottom: 8px;
    }

    .desc-div span[b-3pret8lafa] {
        font-weight: 400 !important;
        letter-spacing: -.2px !important;
        font-size: 13px !important;
        color: #536B89 !important;
        text-transform: uppercase;
    }

    .desc-div .desc-input[b-3pret8lafa] {
        border-bottom: 1px solid #E1E5E9;
        color: #536B89;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: 13px;
        margin-bottom: -18px;
    }
/* /Pages/DiscountReport/AllDiscountReport.razor.rz.scp.css */
.toggle-container[b-9btam0lljb] {
    width: 220px;
}

.view-toggle[b-9btam0lljb] {
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.toggle-option[b-9btam0lljb] {
    padding: 10px 24px;
    border: none;
    background: none;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #5e6c84;
    transition: all 0.3s ease;
}

    .toggle-option.active[b-9btam0lljb] {
        background-color: #a76c00;
        color: white;
    }

    .toggle-option:hover:not(.active)[b-9btam0lljb] {
        background-color: #e4e9f2;
    }
/* /Pages/DiscountReport/PerItemReport.razor.rz.scp.css */
.merchname p[b-f85df5gg1e]{
    margin-bottom: 0px;
}

.merchname .merch-name[b-f85df5gg1e]{
    font-size: 12px;
}

.merchname .variant[b-f85df5gg1e] {
    font-size: 10px;
    color: red;
}
/* /Pages/Employee/EmployeeInfos/EmployeePanel.razor.rz.scp.css */
.personal-details-container[b-wmc5gnt0a6] {
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}

.personal-details-wrapper[b-wmc5gnt0a6] {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
}

.section-title[b-wmc5gnt0a6] {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #536B89 !important;
}

.section-subtitle[b-wmc5gnt0a6] {
    color: #8899BF;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.label-text[b-wmc5gnt0a6] {
    color: #8899BF;
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.value-text[b-wmc5gnt0a6] {
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.detail-row[b-wmc5gnt0a6] {
    display: block;
    margin-top: 1.25rem;
}

@media (min-width: 576px) {
    .detail-row[b-wmc5gnt0a6] {
        display: flex;
    }

    .detail-item[b-wmc5gnt0a6] {
        width: 100%;
    }
}
/* /Pages/Employee/EmployeeInfos/EmploymentPanel.razor.rz.scp.css */
.employment-section[b-32mnaljdex] {
    display: block;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .employment-section[b-32mnaljdex] {
        display: flex;
    }
}

.employment-item[b-32mnaljdex] {
    width: 100%;
    margin-top: 20px;
}

@media (min-width: 576px) {
    .employment-item[b-32mnaljdex] {
        margin-left: 8px;
        margin-top: 0;
    }
}

.employment-label[b-32mnaljdex] {
    color: #8899BF;
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.employment-subtitle[b-32mnaljdex] {
    color: #8899BF;
    font-size: 14px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.employment-value[b-32mnaljdex] {
    font-size: 12px;
    font-family: 'Poppins';
    margin: 0;
    text-transform: uppercase;
}

.divider[b-32mnaljdex] {
    margin-top: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5E7EB;
    box-shadow: 0px 1px 1px 1px rgba(198, 198, 198, 0.2);
}

.employment-subtitle[b-32mnaljdex] {
    margin-top: 28px;
    color: #536B89 !important;
    font-weight: 600;
}
/* /Pages/Employee/ShiftScheduleCalendar.razor.rz.scp.css */
/* Calendar Styling */
.calendar-div[b-kgxszlnypw] {
    width: 100%;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 12px;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

.legend[b-kgxszlnypw] {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.shift[b-kgxszlnypw], .off[b-kgxszlnypw] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #e02448;
}

.legend-box[b-kgxszlnypw] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.shift .legend-box[b-kgxszlnypw] {
    background-color: #EBF6FF;
    border: 1px solid #B3D9FF;
}

.shift-label .legend-box[b-kgxszlnypw] {
    background-color: #EBF6FF;
    border: 1px solid #B3D9FF;
}

.off .legend-box[b-kgxszlnypw] {
    background-color: #ffe6ec;
    border: 1px solid #ffa9c5;
}

.header[b-kgxszlnypw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.fa-chevron-left[b-kgxszlnypw], .fa-chevron-right[b-kgxszlnypw] {
    cursor: pointer;
    color: #536B89;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .fa-chevron-left:hover[b-kgxszlnypw], .fa-chevron-right:hover[b-kgxszlnypw] {
        background-color: #f0f3f7;
    }

.calendar[b-kgxszlnypw] {
    margin-top: 16px;
}

.days[b-kgxszlnypw] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.day-name[b-kgxszlnypw] {
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
}

.day-number[b-kgxszlnypw] {
    height: 65px;
    padding: 6px;
    border-radius: 6px;
    position: relative;
    transition: transform 0.2s;
}

    .day-number:hover[b-kgxszlnypw] {
        transform: scale(1.05);
    }

    .day-number .day[b-kgxszlnypw] {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
    }

.shift[b-kgxszlnypw] {
    background-color: #EBF6FF;
    border: 1px solid #B3D9FF;
    color: #3073B7;
}

.shift-label[b-kgxszlnypw] {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #3073B7;
}


.day-off[b-kgxszlnypw] {
    background-color: #ffe6ec;
    border: 1px solid #ffa9c5;
    color: #e02448;
}

.other-month[b-kgxszlnypw] {
    opacity: 0.4;
}

.d-flex[b-kgxszlnypw] {
    display: flex;
}

.flex-column[b-kgxszlnypw] {
    flex-direction: column;
}

.gap-4[b-kgxszlnypw] {
    gap: 16px;
}

.position-relative[b-kgxszlnypw] {
    position: relative;
}

.mt-4[b-kgxszlnypw] {
    margin-top: 16px;
}
/* /Pages/FranchiseeBranch/BranchSelection.razor.rz.scp.css */

.bg-trans[b-1k965qysem] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0; /* Set z-index above the background image */
    background: linear-gradient(-45deg, #e1e1e1, #000000, #637167, #433f3f);
    background-size: 400% 400%;
    animation: gradient-b-1k965qysem 10s ease infinite;
    height: 100vh;
    opacity: 0.6; /* Add some transparency so both layers are visible */
}

.background[b-1k965qysem] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(rgba(169, 25, 29, .7), rgba(169, 25, 29, 0.6)), /* Overlay color and opacity */
    url('images/sidebar_imgs/44102.jpg');
    background-size: cover;
    background-position: center;
}

.container[b-1k965qysem] {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.right-panel[b-1k965qysem] {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    padding: 29px 40px 27px 40px;
    font-family: 'Poppins';
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .right-panel .logo[b-1k965qysem] {
        width: 100px;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50px;
        background: #fff;
        padding: 7px;
    }

    .right-panel h2[b-1k965qysem] {
        font-size: 19px;
        margin-bottom: 2px;
        margin-top: 35px;
        letter-spacing: -.4px;
    }

    .right-panel p[b-1k965qysem] {
        font-size: 14px;
        margin-bottom: 0px;
        width: 100%;
    }

form[b-1k965qysem] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

label[b-1k965qysem] {
    font-size: 13px;
    margin-bottom: 6px;
    width: 100%;
}

select[b-1k965qysem] {
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 13px;
    outline: none;
}

    select:focus[b-1k965qysem] {
        border: 1px solid #594ae2;
    }

.options[b-1k965qysem] {
    text-align: center;
    width: 100%;
    margin-top: -5px;
}

    .options a[b-1k965qysem] {
        font-size: 12px;
        color: #3b82f6;
        text-decoration: none;
        cursor: pointer;
        transition: .3s ease;
    }

        .options a:hover[b-1k965qysem] {
            color: #2B6CD5;
        }

button[type="submit"][b-1k965qysem] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 7px;
    background-color: #000000;
    color: white;
    font-size: 13px;
    cursor: pointer;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: .3s ease;
    font-weight: 400;
}

    button[type="submit"]:hover[b-1k965qysem] {
        transform: scale(1.01);
    }

.right-panel p[b-1k965qysem] {
    font-size: 12px;
}

    .right-panel p a[b-1k965qysem] {
        color: #3b82f6;
        text-decoration: none;
    }

@keyframes gradient-b-1k965qysem {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media only screen and (max-width: 600px) {
    .container[b-1k965qysem] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right-panel[b-1k965qysem] {
        padding: 23px 30px 35px 30px;
    }

    .background[b-1k965qysem] {
        background-position: right;
    }
}
/* /Pages/FranchiseeBranch/Components/WelcomeHeader.razor.rz.scp.css */
body[b-vruye5it9i] {
}

.welcome-div[b-vruye5it9i] {
    background-image: linear-gradient(rgb(61 8 9 / 90%), rgb(85 85 85 / 80%)), url(images/sys_imgs/logo2_black);
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    padding: 30px 40px 30px 40px;
    border: 1px solid #ffcdd6;
    margin-bottom: 40px;
}

.text-div[b-vruye5it9i] {
    font-family: 'Poppins';
    color: #fff;
}

    .text-div .title-text[b-vruye5it9i] {
        margin-top: 10px;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }

    .text-div .desc[b-vruye5it9i] {
        font-size: 14px;
        font-weight: 300;
    }

    .text-div button[b-vruye5it9i] {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(2.1px);
        -webkit-backdrop-filter: blur(2.1px);
        border: 1px solid #fff;
        color: #fff;
        padding: 10px;
        border-radius: 50px;
        width: 180px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: .5px;
        margin-top: 30px;
        transition: .3s ease;
    }

        .text-div button:hover[b-vruye5it9i] {
            background: #A2262A;
            border: 1px solid #A2262A;
        }

.img-div[b-vruye5it9i] {
    display: flex;
    justify-content: center;
    padding-top: 43px;
}

    .img-div img[b-vruye5it9i] {
        width: 280px;
    }
/* /Pages/FranchiseeBranch/PointOfSale.razor.rz.scp.css */
.distbtn-container[b-6zgiy7zirq] {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.disbtn-wrapper[b-6zgiy7zirq] {
    border: 1px solid #808080;
    padding: 5px 50px;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

    .disbtn-wrapper.active:hover[b-6zgiy7zirq] {
        background-color: #dbfffb;
        border: 1px solid #19826f;
        color: #19826f;
        transition-duration: 300ms;
    }

    .disbtn-wrapper i[b-6zgiy7zirq] {
        position: relative;
        top: 2px;
        font-size: 14px;
        display: none;
    }


    .disbtn-wrapper.active[b-6zgiy7zirq] {
        background-color: #f2fcfb;
        border: 1px solid #19826f;
        color: #19826f;
    }

        .disbtn-wrapper.active i[b-6zgiy7zirq] {
            display: block;
        }
/* /Pages/FranchiseeBranch/PurchaseOrder/OrderDoneDialog.razor.rz.scp.css */
.done-dialog[b-f73c5i9s1a] {
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.img-div[b-f73c5i9s1a] {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

img[b-f73c5i9s1a]{
    width: 70px;
}

h5[b-f73c5i9s1a] {
    font-size: 17px;
    font-weight: 500;
    color: #f2fff7;
}

span[b-f73c5i9s1a] {
    font-size: 14px;
    font-weight: 200;
    color: #f2fff7;
    letter-spacing: .5px;
}

.btn-div[b-f73c5i9s1a]{
    margin-top: 25px;
    text-align: center;
}

button[b-f73c5i9s1a] {
    border-radius: 5px;
    background: #20BF55;
    color: #fff;
    width: 180px;
    height: 35px;
    font-size: 14px;
    transition: .3s ease;
}

button:hover[b-f73c5i9s1a] {
    background: #168f3f;
}
/* /Pages/FranchiseeBranch/PurchaseOrder/OrderTimelineV2.razor.rz.scp.css */

/*
TIMELINE*/

.timeline[b-e57823tq9b] {
    position: relative;
    padding-left: 5px;
}

.timeline[b-e57823tq9b]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 2px;
    background-color: #e4edff;
}

.history-container[b-e57823tq9b] {
    font-family: 'Poppins';
}

.history-item[b-e57823tq9b] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.desc-input[b-e57823tq9b] {
    border: 1px solid #E1E5E9;
    border-radius: 8px;
    padding: 10px;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    padding: 15px;
    margin-bottom: -18px;
}

.def-icon[b-e57823tq9b] {
    width: 40px;
    height: 40px;
    background-color: #e7ebf3;
    color: #8891a3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.icon[b-e57823tq9b] {
    width: 40px;
    height: 40px;
    background-color: #e2ffdf;
    color: #2bc11f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    animation: glow-b-e57823tq9b 1s infinite ease-in-out;
}

@keyframes glow-b-e57823tq9b {
    0% {
        box-shadow: 0 0 5px rgba(43, 193, 31, 0.8), 0 0 15px rgba(43, 193, 31, 0.6), 0 0 20px rgba(43, 193, 31, 0.5);
    }

    50% {
        box-shadow: 0 0 10px rgba(43, 193, 31, 1), 0 0 20px rgba(43, 193, 31, 0.8), 0 0 30px rgba(43, 193, 31, 0.6);
    }

    100% {
        box-shadow: 0 0 5px rgba(43, 193, 31, 0.8), 0 0 15px rgba(43, 193, 31, 0.6), 0 0 20px rgba(43, 193, 31, 0.5);
    }
}

.details[b-e57823tq9b] {
    flex: 1;
    padding-left: 10px;
}

.details p[b-e57823tq9b] {
    margin-bottom: 3px;
    color: #515457;
    font-weight: 500;
    letter-spacing: -.2px;
    font-size: 14px;
}

.date[b-e57823tq9b] {
    font-size: 13px;
    color: #536B89;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .history-container[b-e57823tq9b] {
        height: auto;
    }

    .transac-container .details p[b-e57823tq9b] {
        margin-bottom: 3px;
        color: #515457;
        font-weight: 600;
        letter-spacing: -.2px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .details p[b-e57823tq9b] {
        margin-bottom: 3px;
        color: #515457;
        font-weight: 500;
        letter-spacing: -.2px;
        font-size: 13px;
    }
}
/* /Pages/FranchiseeBranch/PurchaseOrder/ProductTableSelection.razor.rz.scp.css */
.table-cont[b-63ii8nr17i] {
    overflow-x: auto;
    width: 100%;
}

.date-today[b-63ii8nr17i] {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 500;
    color: #536B89;
    letter-spacing: -.2px;
}

.header-div[b-63ii8nr17i] {
    font-family: "Poppins";
    background-image: linear-gradient(rgba(30, 27, 27, .9), rgba(30, 27, 27, .9)), url('images/sidebar_imgs/44102.jpg');
    background-size: cover;
    background-position: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: 500;
    letter-spacing: -.3px;
    font-size: 13px;
    margin-top: 20px;
    color: #efeff4;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.dropdown-div[b-63ii8nr17i] {
    width: 300px;
    margin-top: 25px;
}

#po-table[b-63ii8nr17i] {
    font-family: "Poppins";
    border-collapse: collapse;
    width: 100%;
}

#po-table th[b-63ii8nr17i] {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    background: #f4f4f9;
    color: #3a4d64;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #E0E5E9;
}

#po-table td[b-63ii8nr17i] {
    border: 1px solid #E0E5E9;
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: -.2px;
    color: #536B89;
}

input[b-63ii8nr17i]::-webkit-outer-spin-button,
input[b-63ii8nr17i]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#po-table .qty-input[b-63ii8nr17i] {
    width: 70px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    color: #536B89;
}

@media only screen and (max-width: 600px) {
    .dropdown-div[b-63ii8nr17i] {
        width: 100%;
        margin-top: 25px;
    }

    .header-div[b-63ii8nr17i] {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

}
/* /Pages/LalamoveShipping/AllLalamoveTrails.razor.rz.scp.css */

.card-container-parent[b-32fvfmeve4] {
    background: #fff;
    border-radius: 10px;
    font-family: 'Poppins';
    padding: 27px 23px;
    width: 370px;
    transition: .5s ease;
    margin-top: 35px;
    border: 1px solid #F1F1F1;
}

.title-text[b-32fvfmeve4] {
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 13px;
    color: #91989D;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.amount-text[b-32fvfmeve4] {
    font-weight: 500;
    letter-spacing: -.5px;
    font-size: 30px;
    color: #0A1A28;
}


.active-class[b-32fvfmeve4] {
    background-color: #fff; /* Light background for active */
    border: 1px solid #ffc900;
    box-shadow: 0 0 10px rgb(255 173 0 / 50%);
}

.card-container-parent img[b-32fvfmeve4]{
    width: 80px;
}

/*HOVER*/

.card-container-parent:hover[b-32fvfmeve4] {
    background: #ffc600;
}

    .card-container-parent:hover .title-text[b-32fvfmeve4] {
        color: #fff;
    }

    .card-container-parent:hover .amount-text[b-32fvfmeve4] {
        color: #fff;
    }


/*HOVER*/
/* /Pages/LeaveFiling/SingleLeaveFiling.razor.rz.scp.css */
.date-container[b-9ykmxk1gwi] {
}

.date-input[b-9ykmxk1gwi] {
    font-family: 'Poppins';
    font-size: 15px;
    border: 1px solid #E1E5E9;
    border-radius: 12px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #8E9CAC;
}

.date-div[b-9ykmxk1gwi] {
    padding: 19px 20px 10px 20px;
    border-radius: 10px;
    border: 1px solid #E1E5E9;
    background: #fafafa;
}

input[type="date"][b-9ykmxk1gwi]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.add-date-btn[b-9ykmxk1gwi] {
    font-family: 'Poppins';
    font-size: 13px;
    background: #101642;
    color: #fff !important;
    transition: .3s ease;
}

    .add-date-btn:hover[b-9ykmxk1gwi] {
        background: #070a1d;
    }

.label-text[b-9ykmxk1gwi] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
    margin-bottom: 12px;
    width: 100%;
}

.date-text[b-9ykmxk1gwi] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #82878E;
    font-weight: 500;
    font-style: italic;
    letter-spacing: -.2px;
}

.date-remove-btn[b-9ykmxk1gwi] {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ff6565;
}

.reject-container[b-9ykmxk1gwi] {
    border: 1px solid #ffd4d4;
    border-radius: 8px;
    padding: 14px;
    background: #fff1f1;
}

.reject-text[b-9ykmxk1gwi] {
    margin-bottom: 0px !important;
    color: #cd5d5d !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}

.reject[b-9ykmxk1gwi] {
    color: #cd5d5d !important;
}
/* /Pages/MasterExpense/ViewExpenseDialog.razor.rz.scp.css */

.main-div[b-lxd0spbllq] {
    font-family: 'Poppins';
}

.header-div[b-lxd0spbllq] {
    margin-top: -20px;
}

.title-text[b-lxd0spbllq] {
    font-weight: 400 !important;
    letter-spacing: .5px !important;
    font-size: 13px !important;
    color: #91989D !important;
    text-transform: uppercase;
}

.amount-text[b-lxd0spbllq] {
    font-weight: 500 !important;
    letter-spacing: -.5px !important;
    font-size: 16px !important;
    color: #536B89 !important;
    margin-top: 15px;
    margin-bottom: 4px;
}

/*APPROVAL*/
.approval-approved[b-lxd0spbllq] {
    background: #E7F8DC;
    color: #00602E;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-lxd0spbllq] {
    background: #fff6e5;
    color: #eaa31e;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-lxd0spbllq] {
    background: #ffecec;
    color: #e81f1f;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

/*IMG*/
.img-div[b-lxd0spbllq] {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
    height: 500px;
}

/*BODY*/
.body-div[b-lxd0spbllq] {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border: 1px solid #E1E5E9;
    border-radius: 10px;
}

.desc-div[b-lxd0spbllq] {
    border-bottom: 1px solid #E1E5E9;
    padding-bottom: 12px;
    margin-bottom: 19px;
}

.desc-div h6[b-lxd0spbllq] {
    font-weight: 400 !important;
    letter-spacing: .2px !important;
    font-size: 13px !important;
    color: #91989D !important;
    margin-bottom: 8px;
}

.desc-div span[b-lxd0spbllq] {
    font-weight: 400 !important;
    letter-spacing: -.2px !important;
    font-size: 13px !important;
    color: #536B89 !important;
    text-transform: uppercase;
}

.desc-div .desc-input[b-lxd0spbllq] {
    border-bottom: 1px solid #E1E5E9;
    color: #536B89;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    margin-bottom: -18px;
}
/* /Pages/Merchandise/MerchVariationBuilderV2.razor.rz.scp.css */
.variant-cont[b-47zm0rnh1w] {
    font-family: 'Poppins';
}

.variant-cont span[b-47zm0rnh1w] {
    font-size: 16px;
    font-weight: 500;
}

.variant-cont .input-cont[b-47zm0rnh1w] {
    margin-top: 17px;
}

.variant-cont label[b-47zm0rnh1w] {
    font-size: 13px;
    margin-bottom: 6px;
}

    .variant-cont input[b-47zm0rnh1w] {
        width: 100%;
        padding: 13px;
        border: 1px solid #ccd1da;
        border-radius: 10px;
        font-size: 13px;
        outline: none;
        /*background: #f6f8fb;*/
        background: #fff;
    }

.variant-cont input:focus[b-47zm0rnh1w] {
    border: 1px solid #594ae2;
}

/*VARIANT TYPES*/
.variant-type label[b-47zm0rnh1w] {
    font-size: 13px;
    text-transform:uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*SIZE*/

.variant-type .size-selection[b-47zm0rnh1w] {
    display: flex;
    gap: 10px;
}

.variant-type .size-selection .size-btn[b-47zm0rnh1w] {
    background: #eeeeee;
    padding: 7px 13px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.variant-type .size-selection .size-btn:hover[b-47zm0rnh1w] {
    background: #d3d3d3;
}

/*COLOR*/

.variant-type .color-selection[b-47zm0rnh1w] {
    display: flex;
    gap: 10px;
}

.variant-type .color-selection .color-btn[b-47zm0rnh1w] {
    background: #eeeeee;
    padding: 7px 13px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
}

.variant-type .color-selection .color-btn:hover[b-47zm0rnh1w] {
    background: #d3d3d3;
}

.variant-type .selected[b-47zm0rnh1w] {
    background: #424242!important;
    color: #fff;
}

/*TABLE*/
.table-cont[b-47zm0rnh1w]{
    margin-top: 30px;
    margin-bottom: -15px;
}

.table-cont .variant-table th[b-47zm0rnh1w] {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #424242;
    color: #fff;
}

.table-cont .variant-table td[b-47zm0rnh1w] {
    font-weight: 400;
    font-size: 13px;
}

.table-cont .variant-table .upload-icon[b-47zm0rnh1w] {
    border: 1px dashed #b6bcce;
    color: #6E789A;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.table-cont .variant-table .img-thumbnail[b-47zm0rnh1w] {
    border: 1px dashed #b6bcce;
    background: #F5F5FB;
    width: 40px;
    height: 35px;
    object-fit: cover;
    margin-top: -9px;
    cursor: pointer;
}

.table-cont .variant-table .img-thumbnail:hover[b-47zm0rnh1w] {
    background: #e0dfdf;
}

.table-cont .variant-table .fi-rr-trash-xmark[b-47zm0rnh1w] {
    cursor: pointer;
    color: #6E789A;
    font-size: 20px;
}

.table-cont .variant-table .fi-rr-trash-xmark:hover[b-47zm0rnh1w] {
    color: #dc2828;
}
    .table-cont .variant-table .fi-sr-artificial-intelligence[b-47zm0rnh1w] {
        cursor: pointer;
        color: #6E789A;
        font-size: 20px;
    }

        .table-cont .variant-table .fi-sr-artificial-intelligence:hover[b-47zm0rnh1w] {
            color: #dc2828;
        }

.table-cont .variant-table input[b-47zm0rnh1w] {
    border: 1px solid #DEE2E6;
    background: none;
}

.table-cont .variant-table input:focus[b-47zm0rnh1w] {
    border: 1px solid #594ae2;
    padding-left: 20px;
}

.loader[b-47zm0rnh1w] {
    position: relative;
    bottom: 5px;
    scale: 0.7;
}




@media only screen and (max-width: 600px) {
.variant-cont table input[b-47zm0rnh1w] {
    width: 110px;
    }
}
    
/* /Pages/Merchandise/SingleMerchandiseV2.razor.rz.scp.css */
body[b-svg0mveof1] {
    font-family: 'Poppins';
}

/*TAB*/
.tab[b-svg0mveof1] {
    font-family: 'Poppins';
    border-bottom: 1px solid #E1E5E9;
    margin-bottom: 40px;
    display: flex;
}

.def-navigation[b-svg0mveof1] {
    cursor: pointer;
    width: 110px;
    padding: 13px 10px 13px 10px;
    color: #a4a4a4;
}

.def-navigation span[b-svg0mveof1] {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}

.navigation[b-svg0mveof1] {
    cursor: pointer;
    border-bottom: 1px solid #45515C;
    width: 180px;
    padding: 13px 10px 13px 10px;
}

.navigation:hover[b-svg0mveof1] {
    background: #f4f4f4;
}

.navigation span[b-svg0mveof1] {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

/*GENERAL INFO*/
.gen-cont[b-svg0mveof1] {
    font-family: 'Poppins';
    width: 100%;
}

.gen-cont span[b-svg0mveof1] {
    font-size: 16px;
    font-weight: 500;
}

.ship-details .gen-cont .input-cont[b-svg0mveof1]{
    margin-top: 0px !important;
}

.ship-details label[b-svg0mveof1]{
    font-weight: 500;
    margin-bottom: 5px !important;
}

.ship-details .weight-package[b-svg0mveof1], .ship-details .package-dimension[b-svg0mveof1]{
    margin-top: 20px;
}

.ship-details p[b-svg0mveof1]{
    font-size: 12px;
    color: grey;
}

.shipping-fee-content[b-svg0mveof1]{
    display: flex;
    align-items: center;
    gap: 10px;
}

.shipping-fee p[b-svg0mveof1]{
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.shipping-fee select[b-svg0mveof1]{
    width: 22%;
    padding: 10px;
}

.gen-cont .input-cont[b-svg0mveof1] {
    margin-top: 17px;
}

.gen-cont label[b-svg0mveof1] {
    font-size: 13px;
    margin-bottom: 6px;
}

.gen-cont input[b-svg0mveof1], textarea[b-svg0mveof1], select[b-svg0mveof1] {
    width: 100%;
    padding: 13px;
    border: 1px solid #ccd1da;
    border-radius: 10px;
    font-size: 13px;
    outline: none;
    /*background: #F5F5FB;*/
    background: #fff;
}

.gen-cont select[b-svg0mveof1] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccd1da;
    border-radius: 10px;
    font-size: 13px;
    outline: none;
    background: #fff;
}

.gen-cont input:focus[b-svg0mveof1] {
    border: 1px solid #594ae2;
}

.gen-cont textarea:focus[b-svg0mveof1] {
    border: 1px solid #594ae2;
}

.gen-cont select:focus[b-svg0mveof1] {
    border: 1px solid #594ae2;
}

.description-wrapper[b-svg0mveof1] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.loader[b-svg0mveof1] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; /* Ensure it’s above the textarea */
    pointer-events: none; /* So it doesn’t block clicks */
}

/*VARIANT*/
.variant-cont[b-svg0mveof1] {
    font-family: 'Poppins';
}

.variant-cont span[b-svg0mveof1] {
    font-size: 16px;
    font-weight: 500;
}

.variant-cont .input-cont[b-svg0mveof1] {
    margin-top: 17px;
}

.variant-cont label[b-svg0mveof1] {
    font-size: 13px;
    margin-bottom: 6px;
}

    .variant-cont input[b-svg0mveof1] {
        width: 100%;
        padding: 13px;
        border: 1px solid #ccd1da;
        border-radius: 10px;
        font-size: 13px;
        outline: none;
        /*    background: #f6f8fb;*/
        background: #fff;
    }

.variant-cont input:focus[b-svg0mveof1] {
    border: 1px solid #594ae2;
}

.submit-btn[b-svg0mveof1]{
    width: 90px;
    margin-bottom: 50px;
}

.table-cont[b-svg0mveof1] {
    margin-top: 10px;
}

    .table-cont .variant-table th[b-svg0mveof1] {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 13px;
        padding-bottom: 15px;
        padding-top: 15px;
        background: #424242;
        color: #fff;
    }

    .table-cont .variant-table td[b-svg0mveof1] {
        font-weight: 400;
        font-size: 13px;
    }

    .table-cont .variant-table .upload-icon[b-svg0mveof1] {
        border: 1px dashed #b6bcce;
        color: #6E789A;
        padding-top: 8px;
        padding-bottom: 2px;
        padding-left: 9px;
        padding-right: 9px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    .table-cont .variant-table .img-thumbnail[b-svg0mveof1] {
        border: 1px dashed #b6bcce;
        background: #F5F5FB;
        width: 40px;
        height: 35px;
        object-fit: cover;
        margin-top: -9px;
        cursor: pointer;
    }

        .table-cont .variant-table .img-thumbnail:hover[b-svg0mveof1] {
            background: #e0dfdf;
        }

    .table-cont .variant-table .fi-rr-trash-xmark[b-svg0mveof1] {
        cursor: pointer;
        color: #6E789A;
        font-size: 20px;
        padding-right: 10px;
    }

    .table-cont .variant-table .fi-rr-edit[b-svg0mveof1] {
        cursor: pointer;
        color: #6E789A;
        font-size: 19px;
        padding-right: 10px;
    }

        .table-cont .variant-table .fi-rr-edit:hover[b-svg0mveof1] {
            color: #dc2828;
        }

        .table-cont .variant-table .fi-rr-trash-xmark:hover[b-svg0mveof1] {
            color: #dc2828;
        }

    .table-cont .variant-table input[b-svg0mveof1] {
        border: 1px solid #DEE2E6;
        background: none;
    }

        .table-cont .variant-table input:focus[b-svg0mveof1] {
            border: 1px solid #594ae2;
            padding-left: 20px;
        }

.ai-generate[b-svg0mveof1] {
    cursor: pointer;
}

    .ai-generate:hover[b-svg0mveof1] {
        color: #ffb300;
    }

    .ai-generate.hidden[b-svg0mveof1] {
        display: none;
    }

    .ai-generate i[b-svg0mveof1] {
        position: relative;
        top: 2px;
    }

    .ai-generate span[b-svg0mveof1] {
        font-size: 12px;
    }

@media only screen and (max-width: 600px) {
    .submit-btn[b-svg0mveof1] {
        width: 100%;
        margin-top: 25px;
    }
}
   
/* /Pages/Merchandise/SingleMerchInventory.razor.rz.scp.css */
/*TABLE*/
.table-cont[b-cmzhxzmqc9] {
    font-family: 'Poppins';
    margin-top: 30px;
    margin-bottom: -15px;
}

.table-cont .variant-table th[b-cmzhxzmqc9] {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #424242;
    color: #fff;
}

.table-cont .variant-table td[b-cmzhxzmqc9] {
    font-weight: 400;
    font-size: 13px;
}

.table-cont .variant-table .upload-icon[b-cmzhxzmqc9] {
    border: 1px dashed #b6bcce;
    color: #6E789A;
    padding-top: 8px;
    padding-bottom: 2px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.table-cont .variant-table .img-thumbnail[b-cmzhxzmqc9] {
    border: 1px dashed #b6bcce;
    background: #F5F5FB;
    width: 40px;
    height: 35px;
    object-fit: cover;
    margin-top: -9px;
    cursor: pointer;
}

.table-cont .variant-table .img-thumbnail:hover[b-cmzhxzmqc9] {
    background: #e0dfdf;
}

.table-cont .variant-table .fi-rr-trash-xmark[b-cmzhxzmqc9] {
    cursor: pointer;
    color: #6E789A;
    font-size: 20px;
    padding-right: 10px;
}

.table-cont .variant-table .fi-rr-trash-xmark:hover[b-cmzhxzmqc9] {
    color: #dc2828;
}

.table-cont .variant-table input[b-cmzhxzmqc9] {
    padding: 13px;
    border: 1px solid #DEE2E6;
    background: none;
    outline: none;
    border-radius: 10px;
    width: 100%;
}

.table-cont .variant-table input:focus[b-cmzhxzmqc9] {
    border: 1px solid #594ae2;
    padding-left: 20px;
}


@media only screen and (max-width: 600px) {
    .table-cont .variant-table input[b-cmzhxzmqc9] {
        width: 110px;
    }
}
/* /Pages/PaymentRefund/ViewOrderSummaryDialog.razor.rz.scp.css */
*[b-oecjpkprss]{
    font-family: 'Poppins';
}
.order-summary-container[b-oecjpkprss] {
    width: 100%;
}

.order-header[b-oecjpkprss] {
    padding: 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-title[b-oecjpkprss] {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.order-status[b-oecjpkprss] {
    font-size: 14px;
    font-weight: 500;
}

.section[b-oecjpkprss] {
    padding: 24px;
    border-bottom: 1px solid #eee;
}

.section-title[b-oecjpkprss] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 16px;
}

.address-details[b-oecjpkprss] {
    margin-top: 16px;
}

.customer-type[b-oecjpkprss] {
    font-size: 15px;
    font-weight: 500;
    color: #555;
    margin-bottom: 8px;
}

.customer-info[b-oecjpkprss] {
    font-size: 15px;
    color: #666;
    line-height: 1.5;
}

.order-items[b-oecjpkprss] {
    padding: 24px;
    border-bottom: 1px solid #eee;
}

.item[b-oecjpkprss] {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

    .item:last-child[b-oecjpkprss] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.item-image[b-oecjpkprss] {
    width: 80px;
    height: 80px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-right: 16px;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .item-image img[b-oecjpkprss] {
        max-width: 100%;
        max-height: 100%;
    }

.item-details[b-oecjpkprss] {
    flex: 1;
}

.item-name[b-oecjpkprss] {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

.item-variant[b-oecjpkprss] {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.item-price-qty[b-oecjpkprss] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item-qty[b-oecjpkprss] {
    font-size: 14px;
    color: #666;
}

.item-price[b-oecjpkprss] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.billing-details[b-oecjpkprss] {
    padding: 24px;
    background-color: #fdfdfd;
}

.billing-row[b-oecjpkprss] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 15px;
    color: #666;
}

    .billing-row:last-child[b-oecjpkprss] {
        margin-bottom: 0;
        padding-top: 16px;
        margin-top: 16px;
        border-top: 1px solid #eee;
        font-size: 18px;
        font-weight: 600;
        color: #333;
    }

.billing-value[b-oecjpkprss] {
    font-weight: 500;
}

.billing-total[b-oecjpkprss] {
    color: #0066cc;
}

.payment-method[b-oecjpkprss] {
    background-color: #fdfdfd;
    padding: 12px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.payment-label[b-oecjpkprss] {
    font-size: 15px;
    color: #666;
}

.payment-value[b-oecjpkprss] {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.actions[b-oecjpkprss] {
    padding: 24px;
    display: flex;
    justify-content: space-between;
}

.btn[b-oecjpkprss] {
    padding: 12px 24px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-secondary[b-oecjpkprss] {
    background-color: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

    .btn-secondary:hover[b-oecjpkprss] {
        background-color: #eee;
    }

.btn-primary[b-oecjpkprss] {
    background-color: #0066cc;
    color: white;
    border: none;
}

    .btn-primary:hover[b-oecjpkprss] {
        background-color: #0055aa;
    }

.btn-cancel[b-oecjpkprss] {
    background-color: white;
    color: #ff3333;
    border: 1px solid #ff3333;
}

    .btn-cancel:hover[b-oecjpkprss] {
        background-color: #fff5f5;
    }

.btn-refund[b-oecjpkprss] {
    background-color: #ff3333;
    color: white;
    border: none;
}

    .btn-refund:hover[b-oecjpkprss] {
        background-color: #e62e2e;
    }

@media (max-width: 600px) {
    .order-header[b-oecjpkprss] {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-status[b-oecjpkprss] {
        margin-top: 10px;
    }

    .actions[b-oecjpkprss] {
        flex-direction: column;
    }

    .btn[b-oecjpkprss] {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

        .btn:last-child[b-oecjpkprss] {
            margin-bottom: 0;
        }
}
/* /Pages/SalesOrder/PrepairingShipment/ArrangeShipmentDialog.razor.rz.scp.css */
.delivery-container[b-vn7o7za954] {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.back-button[b-vn7o7za954] {
    padding: 15px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
}

    .back-button[b-vn7o7za954]::before {
        content: '←';
        font-size: 20px;
        margin-right: 10px;
        color: #333;
    }

.header[b-vn7o7za954] {
    padding: 15px;
    background-color: white;
    border-bottom: 1px solid #eee;
}

    .header h1[b-vn7o7za954] {
        font-size: 18px;
        color: #333;
    }

.delivery-provider[b-vn7o7za954] {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.delivery-provider-label[b-vn7o7za954] {
    color: #888;
    margin-bottom: 5px;
    font-size: 14px;
}

.delivery-provider-select[b-vn7o7za954] {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.tracking-number[b-vn7o7za954] {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.tracking-number-label[b-vn7o7za954] {
    color: #888;
    margin-bottom: 5px;
    font-size: 14px;
}

.tracking-number-value[b-vn7o7za954] {
    font-size: 14px;
}

.product-section[b-vn7o7za954] {
    display: flex;
    align-items: center;
    padding: 15px;
}

.product-image[b-vn7o7za954] {
    width: 60px;
    height: 60px;
    background-color: #f5f5f5;
    margin-right: 15px;
    border-radius: 5px;
    background-image: url('/api/placeholder/60/60');
    background-size: cover;
    background-position: center;
}

.product-details[b-vn7o7za954] {
    flex-grow: 1;
}

.product-name[b-vn7o7za954] {
    font-size: 14px;
    margin-bottom: 5px;
}

.products-link[b-vn7o7za954] {
    color: #007bff;
    font-size: 12px;
    cursor: pointer;
}


/* /Pages/SalesOrder/PrepairingShipment/ToHandOver/BarcodeResultDialog.razor.rz.scp.css */
.dialog[b-9c0ve7pmsu] {
    background: white;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.overlay.active .dialog[b-9c0ve7pmsu] {
    transform: scale(1) translateY(0);
}

.dialog-header[b-9c0ve7pmsu] {
    background: linear-gradient(135deg, #ffe4a4 0%, #f5ac00 100%);
    padding: 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .dialog-header[b-9c0ve7pmsu]::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        animation: shimmer-b-9c0ve7pmsu 3s infinite;
    }

@keyframes shimmer-b-9c0ve7pmsu {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(30deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(30deg);
    }
}

.success-icon[b-9c0ve7pmsu] {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation: bounce-b-9c0ve7pmsu 0.6s ease 0.3s both;
}

@keyframes bounce-b-9c0ve7pmsu {
    0%, 20%, 53%, 80%, 100% {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -7px, 0);
    }

    90% {
        transform: translate3d(0,-2px,0);
    }
}

.success-icon svg[b-9c0ve7pmsu] {
    width: 40px;
    height: 40px;
    color: white;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.dialog-title[b-9c0ve7pmsu] {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.dialog-subtitle[b-9c0ve7pmsu] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
}

.dialog-content[b-9c0ve7pmsu] {
    padding: 32px 24px;
}

.barcode-info[b-9c0ve7pmsu] {
    background: #f8fafc;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
}

.barcode-visual[b-9c0ve7pmsu] {
    text-align: center;
}

.barcode-display[b-9c0ve7pmsu] {
    display: inline-block;
    background: white;
    padding: 16px 20px;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1a202c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

    .barcode-display[b-9c0ve7pmsu]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(0, 201, 255, 0.3), transparent);
        animation: scan-b-9c0ve7pmsu 2s ease-in-out infinite;
    }

    .barcode-png[b-9c0ve7pmsu]{
        width: 100%;
    }

.barcode-png img[b-9c0ve7pmsu] {
    width: 100%;
    height: auto;
}

@keyframes scan-b-9c0ve7pmsu {
    0% {
        left: -100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}



@keyframes barcodeGrow-b-9c0ve7pmsu {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

.info-grid[b-9c0ve7pmsu] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px;
}

.info-item[b-9c0ve7pmsu] {
    text-align: center;
    padding: 16px;
    background: white;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

    .info-item:hover[b-9c0ve7pmsu] {
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }

.info-label[b-9c0ve7pmsu] {
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.info-value[b-9c0ve7pmsu] {
    font-size: 16px;
    font-weight: 700;
    color: #1a202c;
}


.meta-item[b-9c0ve7pmsu] {
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
    text-align: center;
}

.meta-label[b-9c0ve7pmsu] {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.meta-value[b-9c0ve7pmsu] {
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
}

.dialog-actions[b-9c0ve7pmsu] {
    padding: 0 24px 24px;
    display: flex;
    gap: 12px;
}

.btn[b-9c0ve7pmsu] {
    flex: 1;
    padding: 14px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn[b-9c0ve7pmsu]::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.5s ease;
    }

    .btn:active[b-9c0ve7pmsu]::before {
        width: 300px;
        height: 300px;
    }

.btn-secondary[b-9c0ve7pmsu] {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

    .btn-secondary:hover[b-9c0ve7pmsu] {
        background: #e2e8f0;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.btn-primary[b-9c0ve7pmsu] {
    background: linear-gradient(135deg, #ffd36a, #ffb300);
    color: white;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

    .btn-primary:hover[b-9c0ve7pmsu] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
    }

.close-btn[b-9c0ve7pmsu] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    z-index: 10;
}

    .close-btn:hover[b-9c0ve7pmsu] {
        background: rgba(255, 255, 255, 0.3);
        transform: scale(1.1);
    }

    .close-btn svg[b-9c0ve7pmsu] {
        width: 16px;
        height: 16px;
        color: white;
    }

@media (max-width: 480px) {
    .dialog[b-9c0ve7pmsu] {
        margin: 20px;
        width: calc(100% - 40px);
    }

    .info-grid[b-9c0ve7pmsu] {
        grid-template-columns: 1fr;
    }

    .dialog-actions[b-9c0ve7pmsu] {
        flex-direction: column;
    }

    .product-meta[b-9c0ve7pmsu] {
        grid-template-columns: 1fr 1fr;
    }
}
/* /Pages/SalesOrder/PrepairingShipment/ToHandOver/HandToLogisticDialog.razor.rz.scp.css */
.body[b-lgk59ptwm8] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.header[b-lgk59ptwm8] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

    .header h1[b-lgk59ptwm8] {
        color: white;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .header p[b-lgk59ptwm8] {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }

.scanner-container[b-lgk59ptwm8] {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 50px 0px;
}

.scanner-frame[b-lgk59ptwm8] {
    position: relative;
    width: 280px;
    height: 280px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.camera-view[b-lgk59ptwm8] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #1a1a1a 25%, transparent 25%), linear-gradient(-45deg, #1a1a1a 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #1a1a1a 75%), linear-gradient(-45deg, transparent 75%, #1a1a1a 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    border-radius: 20px;
}

.scanner-overlay[b-lgk59ptwm8] {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: linear-gradient(45deg, #00ff88, #00ccff) padding-box, linear-gradient(45deg, #00ff88, #00ccff) border-box;
    animation: pulse-b-lgk59ptwm8 2s infinite;
}

@keyframes pulse-b-lgk59ptwm8 {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(0, 255, 136, 0);
    }
}

.corner[b-lgk59ptwm8] {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #00ff88;
}

    .corner.top-left[b-lgk59ptwm8] {
        top: 10px;
        left: 10px;
        border-right: none;
        border-bottom: none;
        border-radius: 12px 0 0 0;
    }

    .corner.top-right[b-lgk59ptwm8] {
        top: 10px;
        right: 10px;
        border-left: none;
        border-bottom: none;
        border-radius: 0 12px 0 0;
    }

    .corner.bottom-left[b-lgk59ptwm8] {
        bottom: 10px;
        left: 10px;
        border-right: none;
        border-top: none;
        border-radius: 0 0 0 12px;
    }

    .corner.bottom-right[b-lgk59ptwm8] {
        bottom: 10px;
        right: 10px;
        border-left: none;
        border-top: none;
        border-radius: 0 0 12px 0;
    }

.scanning-line[b-lgk59ptwm8] {
    position: absolute;
    left: 20px;
    right: 20px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #00ff88, transparent);
    animation: scan-b-lgk59ptwm8 2s linear infinite;
    border-radius: 2px;
}

@keyframes scan-b-lgk59ptwm8 {
    0% {
        top: 20px;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: calc(100% - 22px);
        opacity: 0;
    }
}

.scanner-icon[b-lgk59ptwm8] {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

    .scanner-icon svg[b-lgk59ptwm8] {
        width: 30px;
        height: 30px;
        color: rgba(255, 255, 255, 0.8);
    }

.controls[b-lgk59ptwm8] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 30px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.control-btn[b-lgk59ptwm8] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: white;
}

    .control-btn:hover[b-lgk59ptwm8] {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

    .control-btn.primary[b-lgk59ptwm8] {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, #00ff88, #00ccff);
        box-shadow: 0 10px 30px rgba(0, 255, 136, 0.3);
    }

        .control-btn.primary:hover[b-lgk59ptwm8] {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(0, 255, 136, 0.4);
        }

    .control-btn svg[b-lgk59ptwm8] {
        width: 24px;
        height: 24px;
    }

    .control-btn.primary svg[b-lgk59ptwm8] {
        width: 32px;
        height: 32px;
    }

.status[b-lgk59ptwm8] {
    position: absolute;
    bottom: 43px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 14px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeInUp-b-lgk59ptwm8 0.5s ease;
}


.btn[b-lgk59ptwm8] {
    flex: 1;
    padding: 10px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-primary[b-lgk59ptwm8] {
    background: linear-gradient(135deg, #ffd36a, #ffb300);
    color: white;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

    .btn-primary:hover[b-lgk59ptwm8] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(102, 126, 234, 0.4);
    }

@keyframes fadeInUp-b-lgk59ptwm8 {
    from {
        opacity: 0;
        transform: translate(-50%, 20px);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.result-popup[b-lgk59ptwm8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.result-content[b-lgk59ptwm8] {
    background: white;
    padding: 30px;
    border-radius: 20px;
    max-width: 300px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: popIn-b-lgk59ptwm8 0.3s ease;
}

@keyframes popIn-b-lgk59ptwm8 {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

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

.result-content h3[b-lgk59ptwm8] {
    color: #333;
    margin-bottom: 15px;
    font-size: 20px;
}

.result-content p[b-lgk59ptwm8] {
    color: #666;
    margin-bottom: 20px;
    word-break: break-all;
}

.close-btn[b-lgk59ptwm8] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .close-btn:hover[b-lgk59ptwm8] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
    }

@media (max-width: 480px) {
    .scanner-frame[b-lgk59ptwm8] {
        width: 250px;
        height: 250px;
    }

    .header h1[b-lgk59ptwm8] {
        font-size: 20px;
    }

    .controls[b-lgk59ptwm8] {
        padding: 20px;
    }
}
/* /Pages/SalesOrder/ScanOrder.razor.rz.scp.css */



.scanner-container[b-no3lw73h5z] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.scanner-header[b-no3lw73h5z] {
    margin-bottom: 30px;
}

.scanner-title[b-no3lw73h5z] {
    font-size: 24px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
}

.scanner-subtitle[b-no3lw73h5z] {
    font-size: 14px;
    color: #718096;
}

.scanner-frame[b-no3lw73h5z] {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 30px;
    background: #f7fafc;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.frame-corners[b-no3lw73h5z] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.corner[b-no3lw73h5z] {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #667eea;
}

    .corner.top-left[b-no3lw73h5z] {
        top: 12px;
        left: 12px;
        border-right: none;
        border-bottom: none;
        border-radius: 4px 0 0 0;
    }

    .corner.top-right[b-no3lw73h5z] {
        top: 12px;
        right: 12px;
        border-left: none;
        border-bottom: none;
        border-radius: 0 4px 0 0;
    }

    .corner.bottom-left[b-no3lw73h5z] {
        bottom: 12px;
        left: 12px;
        border-right: none;
        border-top: none;
        border-radius: 0 0 0 4px;
    }

    .corner.bottom-right[b-no3lw73h5z] {
        bottom: 12px;
        right: 12px;
        border-left: none;
        border-top: none;
        border-radius: 0 0 4px 0;
    }

.scanner-line[b-no3lw73h5z] {
    position: absolute;
    width: 180px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #667eea, transparent);
    animation: scan-b-no3lw73h5z 2s linear infinite;
}

@keyframes scan-b-no3lw73h5z {
    0% {
        top: 20px;
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 200px;
        opacity: 0;
    }
}

.camera-icon[b-no3lw73h5z] {
    width: 60px;
    height: 60px;
    background: #e2e8f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

    .camera-icon svg[b-no3lw73h5z] {
        width: 30px;
        height: 30px;
        color: #718096;
    }

.scanner-actions[b-no3lw73h5z] {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn[b-no3lw73h5z] {
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-primary[b-no3lw73h5z] {
    background: #667eea;
    color: white;
}

    .btn-primary:hover[b-no3lw73h5z] {
        background: #5a67d8;
        transform: translateY(-1px);
    }

.btn-secondary[b-no3lw73h5z] {
    background: #f7fafc;
    color: #4a5568;
    border: 1px solid #e2e8f0;
}

    .btn-secondary:hover[b-no3lw73h5z] {
        background: #edf2f7;
        transform: translateY(-1px);
    }

.status-message[b-no3lw73h5z] {
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    background: #e6fffa;
    color: #285e61;
    border: 1px solid #b2f5ea;
}

@media (max-width: 480px) {
    .scanner-container[b-no3lw73h5z] {
        padding: 30px 20px;
    }

    .scanner-frame[b-no3lw73h5z] {
        width: 180px;
        height: 180px;
    }

    .scanner-line[b-no3lw73h5z] {
        width: 140px;
    }

    @keyframes scan-b-no3lw73h5z {
        0% {
            top: 20px;
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        100% {
            top: 160px;
            opacity: 0;
        }
    }
}
/* /Pages/SalesOrder/ViewFinancialReport.razor.rz.scp.css */
.main-div[b-wcapuamtpv] {
    font-family: 'Poppins';
    letter-spacing: 0px;
}

h2[b-wcapuamtpv] {
    font-size: 15px;
    font-weight: 500;
}

.header[b-wcapuamtpv] {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.header h1[b-wcapuamtpv] {
    font-size: 18px;
    font-weight: 500;
}

.total-row[b-wcapuamtpv] {
    border-bottom: 1px solid #E5E7EB;
    padding-top: 12px;
    padding-bottom: 4px;
}

.main-total-row[b-wcapuamtpv] {
    border-bottom: 1px solid #999eaa;
    padding-top: 15px;
    padding-bottom: 6px;
}

.main-total-row span[b-wcapuamtpv]{
    font-weight: 500;
}

.main-total-row h3[b-wcapuamtpv] {
    font-size: 15px !important;
    text-decoration: underline;
    font-weight: 700 !important;
    color: #424242!important;
}

.total span[b-wcapuamtpv] {
    font-size: 13px;
    color: #747F88;
    text-transform: uppercase;
}

.total h3[b-wcapuamtpv] {
    font-size: 13px;
    font-weight: 500;
    color: #686868;
}

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

    .total span[b-wcapuamtpv] {
        font-size: 12px;
    }

    .main-total-row span[b-wcapuamtpv] {
        font-size: 12px;
    }

    .main-total-row h3[b-wcapuamtpv] {
        font-size: 14px !important;
    }
}
/* /Pages/SalesOrder/ViewOrderDetailsDialog.razor.rz.scp.css */
.main-div[b-207gsc4ogx]{
    font-family: 'Poppins';
    letter-spacing: 0px;
}

h2[b-207gsc4ogx] {
    font-size: 15px;
    font-weight: 500;
}

.header[b-207gsc4ogx] {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.header h1[b-207gsc4ogx] {
    font-size: 18px;
    font-weight: 500;
}

.approval-div[b-207gsc4ogx] {
    margin-bottom: 28px;
    padding: 12px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

/*APPROVAL*/

.approval-div[b-207gsc4ogx] {
    position: absolute;
    right: 0;
}

.approval-approved[b-207gsc4ogx] {
    background: #00ea7c;
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-pending[b-207gsc4ogx] {
    background: #FFAA5F;
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.approval-rejected[b-207gsc4ogx] {
    background: #FF5F5F;
    color: #fff !important;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 13px;
    border-radius: 25px;
}

.header-desc[b-207gsc4ogx] {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.header-desc h3[b-207gsc4ogx] {
    margin-top: 35px;
    font-size: 14px;
    font-weight: 400;
}

.header-desc span[b-207gsc4ogx] {
    color: #747F88;
}

.order-item[b-207gsc4ogx] {
    border-bottom: 1px solid #E5E7EB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.order-item img[b-207gsc4ogx] {
    width: 35px;
}

.order-item h3[b-207gsc4ogx] {
    font-size: 13px;
    font-weight: 500;   
   
}

.total span[b-207gsc4ogx] {
    font-size: 13px;
    color: #747F88;
    text-transform: uppercase;
}

.total h3[b-207gsc4ogx] {
    font-size: 13px;
    font-weight: 500;
}

.pop[b-207gsc4ogx]{
    width: 300px;
    height: auto;
}

    .pop img[b-207gsc4ogx] {
        width: 100%;
        height: auto;
    }

@media only screen and (max-width: 600px) {
    h1[b-207gsc4ogx]{
        font-size: 17px!important;
    }
    h2[b-207gsc4ogx] {
        font-size: 14px !important;
    }
    h3[b-207gsc4ogx] {
        font-size: 13px !important;
    }
    span[b-207gsc4ogx] {
        font-size: 13px !important;
    }
}
/* /Pages/Ticket/AllTickets.razor.rz.scp.css */
.main-container[b-1w1aowwkvu] {
    margin-top: 10px;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .main-container .add-ticket[b-1w1aowwkvu] {
        border-radius: 7px;
        padding: 7px 13px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin-top: 5px;
        background: #B2BBC5;
        width: 150px;
        display: flex;
        transition: .3s ease;
    }

        .main-container .add-ticket i[b-1w1aowwkvu] {
            font-size: 17px;
            margin-right: 10px;
            margin-top: 5px;
        }

        .main-container .add-ticket:hover[b-1w1aowwkvu] {
            background: #636363;
        }

.add-ticket-wrapper[b-1w1aowwkvu] {
    display: flex;
    justify-content: flex-end;
}

.box-1[b-1w1aowwkvu] {
    border: 1px solid #E7EAEE;
    padding: 20px 25px 20px 25px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

    .box-1 button[b-1w1aowwkvu] {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        flex-shrink: 0;
    }

        .box-1 button.active[b-1w1aowwkvu] {
            background: #945e00;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 13px;
            line-height: normal;
            color: #fff !important;
        }

        .box-1 button:hover[b-1w1aowwkvu] {
            color: #d9931a;
        }

.search-container[b-1w1aowwkvu] {
    margin-left: auto;
    min-width: 200px;
    max-width: 300px;
    flex: 1;
}

/* Tablet styles */
@media (max-width: 768px) {
    .box-1[b-1w1aowwkvu] {
        padding: 15px 20px;
        gap: 8px;
    }

        .box-1 button[b-1w1aowwkvu] {
            font-size: 12px;
            padding: 4px 8px;
        }

    .search-container[b-1w1aowwkvu] {
        min-width: 150px;
        max-width: 200px;
    }
}

/* Mobile styles */
@media (max-width: 576px) {
    .box-1[b-1w1aowwkvu] {
        padding: 10px 15px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

        .box-1 .button-group[b-1w1aowwkvu] {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
        }

        .box-1 button[b-1w1aowwkvu] {
            font-size: 11px;
            padding: 6px 10px;
            flex: 1;
            min-width: calc(50% - 4px);
            text-align: center;
        }

    .search-container[b-1w1aowwkvu] {
        margin-left: 0;
        min-width: 100%;
        max-width: 100%;
        flex: none;
    }
}

/* Very small mobile styles */
@media (max-width: 480px) {
    .box-1[b-1w1aowwkvu] {
        padding: 8px 12px;
    }

        .box-1 button[b-1w1aowwkvu] {
            font-size: 10px;
            padding: 5px 8px;
            min-width: 100%;
        }

    .main-container[b-1w1aowwkvu] {
        gap: 15px;
    }
}

.box-2[b-1w1aowwkvu] {
    width: 100%;
}

    .box-2 .ticket-cont[b-1w1aowwkvu] {
        border: 1px solid #E7EAEE;
        padding: 20px 25px 20px 25px;
        background: #fff;
        border-radius: 12px;
        width: 100%;
        cursor: pointer;
        transition: .2s ease;
        position: relative;
        overflow: hidden;
    }

.ticket-cont.isDone[b-1w1aowwkvu] {
    border: 1px solid #59ffa0 !important;
}

.box-2 .ticket-cont:hover[b-1w1aowwkvu] {
    transform: scale(1.03);
}

.box-2 .ticket-cont .view:hover[b-1w1aowwkvu] {
    color: #3355c8;
}

.box-2 .ticket-cont .severity-badges-container[b-1w1aowwkvu] {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    gap: 5px;
    z-index: 1;
}

.box-2 .ticket-cont .severity-cont[b-1w1aowwkvu] {
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 5px;
    white-space: nowrap;
}

    .box-2 .ticket-cont .severity-cont.status.pending[b-1w1aowwkvu] {
        background: #E3F2FD;
        color: #1976D2;
    }

    .box-2 .ticket-cont .severity-cont.status.inprogress[b-1w1aowwkvu] {
        background: #FFF3E0;
        color: #FF9800;
    }

    .box-2 .ticket-cont .severity-cont.status.resolved[b-1w1aowwkvu] {
        background: #EAFAF1;
        color: #4AD384;
    }

    .box-2 .ticket-cont .severity-cont.status.acknowledged[b-1w1aowwkvu] {
        background: #F3E5F5;
        color: #9C27B0;
    }

    .box-2 .ticket-cont .severity-cont.severity.low[b-1w1aowwkvu] {
        background: #EAFAF1;
        color: #4AD384;
    }

    .box-2 .ticket-cont .severity-cont.severity.medium[b-1w1aowwkvu] {
        background: #FEF5E7;
        color: #F5AF40;
    }

    .box-2 .ticket-cont .severity-cont.severity.high[b-1w1aowwkvu] {
        background: #FDEDEB;
        color: #E95B4C;
    }

.box-2 .ticket-cont i[b-1w1aowwkvu] {
    font-size: 17px;
    color: #d9931a;
}

.box-2 .ticket-cont h2[b-1w1aowwkvu] {
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #d9931a;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    /*text-decoration: underline;*/
}

.box-2 .ticket-cont span[b-1w1aowwkvu] {
    display: flex;
    color: #333;
    font-size: 13px;
    margin-bottom: -7px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.box-2 .ticket-cont p[b-1w1aowwkvu] {
    margin-left: 5px;
    font-weight: 300;
    display: flex;
    color: #6d747a;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.box-2 .ticket-cont .assign-btn[b-1w1aowwkvu] {
    border-radius: 7px;
    padding: 4px 13px;
    color: #333;
    border: 1px solid #ccd0d5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

    .box-2 .ticket-cont .assign-btn i[b-1w1aowwkvu] {
        margin-top: 5px;
        color: #333;
        margin-right: 8px;
    }

    .box-2 .ticket-cont .assign-btn:hover[b-1w1aowwkvu] {
        background: #f2f2f2;
    }

.acknowledged[b-1w1aowwkvu] {
    margin-top: 12px;
    padding: 8px 12px;
    text-align: center;
    font-size: 10px;
    border-radius: 7px;
    background: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .acknowledged:hover[b-1w1aowwkvu] {
        background: #c3e6cb;
        border-color: #1e7e34;
    }

.not-acknowledged[b-1w1aowwkvu] {
    margin-top: 9px;
    padding: 8px 12px;
    text-align: center;
    font-size: 10px;
    border-radius: 7px;
    background: #f8d7da;
    border: 1px solid #dc3545;
    color: #721c24;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .not-acknowledged:hover[b-1w1aowwkvu] {
        background: #f5c6cb;
        border-color: #bd2130;
    }

.completed-div[b-1w1aowwkvu] {
    margin-top: 12px;
    padding: 7px;
    text-align: center;
    font-size: 10px;
    width: 100%;
    border-radius: 7px;
    background: #EAFAF1;
    border: 1px solid #adffd0;
    color: #4AD384;
}

    .completed-div h6[b-1w1aowwkvu] {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

.resolved-section[b-1w1aowwkvu] {
    margin-top: 12px;
}

    .resolved-section h6[b-1w1aowwkvu] {
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #333;
    }

/* Responsive text for ticket status elements */
@media (max-width: 768px) {
    .completed-div[b-1w1aowwkvu] {
        font-size: 9px;
        padding: 6px;
    }

        .completed-div h6[b-1w1aowwkvu] {
            font-size: 9px;
        }

    .resolved-section h6[b-1w1aowwkvu] {
        font-size: 10px;
    }

    .acknowledged[b-1w1aowwkvu],
    .not-acknowledged[b-1w1aowwkvu] {
        font-size: 9px;
        padding: 6px 10px;
    }
}

@media (max-width: 576px) {
    .completed-div[b-1w1aowwkvu] {
        font-size: 8px;
        padding: 5px;
    }

        .completed-div h6[b-1w1aowwkvu] {
            font-size: 8px;
        }

    .resolved-section h6[b-1w1aowwkvu] {
        font-size: 9px;
    }

    .acknowledged[b-1w1aowwkvu],
    .not-acknowledged[b-1w1aowwkvu] {
        font-size: 8px;
        padding: 5px 8px;
        min-width: 45px;
    }
}

.button-container[b-1w1aowwkvu] {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 5px;
}

.title-wrapper[b-1w1aowwkvu] {
    max-width: 100%;
    overflow: hidden;
}

.truncate-title[b-1w1aowwkvu] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #d9931a;
    margin: 0;
}

/* /Pages/Ticket/EditTicket.razor.rz.scp.css */
.main-container[b-fdg9i33hc6] {
    margin-top: 10px;
    font-family: 'Poppins';
    display: flex;
    flex-direction: column;
    gap: 25px;
}

    .main-container .add-ticket[b-fdg9i33hc6] {
        border-radius: 7px;
        padding: 7px 13px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin-top: 5px;
        background: #B2BBC5;
        width: 150px;
        display: flex;
        transition: .3s ease;
    }

        .main-container .add-ticket i[b-fdg9i33hc6] {
            font-size: 17px;
            margin-right: 10px;
            margin-top: 5px;
        }

        .main-container .add-ticket:hover[b-fdg9i33hc6] {
            background: #636363;
        }

.add-ticket-wrapper[b-fdg9i33hc6] {
    display: flex;
    justify-content: flex-end;
}

.box-1[b-fdg9i33hc6] {
    border: 1px solid #E7EAEE;
    padding: 20px 25px 20px 25px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    gap: 10px;
}

    .box-1 button[b-fdg9i33hc6] {
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
    }

        .box-1 button.active[b-fdg9i33hc6] {
            background: #945e00;
            color: #fff !important;
        }

        .box-1 button:hover[b-fdg9i33hc6] {
            color: #d9931a;
        }

.box-2[b-fdg9i33hc6] {
    width: 100%;
}

    .box-2 .ticket-cont[b-fdg9i33hc6] {
        border: 1px solid #E7EAEE;
        padding: 20px 25px 20px 25px;
        background: #fff;
        border-radius: 12px;
        width: 100%;
        cursor: pointer;
        transition: .2s ease;
    }

.ticket-cont.isDone[b-fdg9i33hc6] {
    border: 1px solid #59ffa0 !important;
}

.box-2 .ticket-cont:hover[b-fdg9i33hc6] {
    transform: scale(1.03);
}

.box-2 .ticket-cont .view:hover[b-fdg9i33hc6] {
    color: #3355c8;
}

.box-2 .ticket-cont .severity-cont[b-fdg9i33hc6] {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 5px;
}

    .box-2 .ticket-cont .severity-cont.low[b-fdg9i33hc6] {
        background: #EAFAF1;
        color: #4AD384;
    }

    .box-2 .ticket-cont .severity-cont.medium[b-fdg9i33hc6] {
        background: #FEF5E7;
        color: #F5AF40;
    }

    .box-2 .ticket-cont .severity-cont.high[b-fdg9i33hc6] {
        background: #FDEDEB;
        color: #E95B4C;
    }

.box-2 .ticket-cont i[b-fdg9i33hc6] {
    font-size: 17px;
    color: #d9931a;
}

.box-2 .ticket-cont h2[b-fdg9i33hc6] {
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #d9931a;
    /*text-decoration: underline;*/
}

.box-2 .ticket-cont span[b-fdg9i33hc6] {
    display: flex;
    color: #333;
    font-size: 13px;
    margin-bottom: -7px;
    white-space: nowrap;
}

.box-2 .ticket-cont p[b-fdg9i33hc6] {
    margin-left: 5px;
    font-weight: 300;
    display: flex;
    color: #6d747a;
}

.box-2 .ticket-cont .assign-btn[b-fdg9i33hc6] {
    border-radius: 7px;
    padding: 4px 13px;
    color: #333;
    border: 1px solid #ccd0d5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

    .box-2 .ticket-cont .assign-btn i[b-fdg9i33hc6] {
        margin-top: 5px;
        color: #333;
        margin-right: 8px;
    }

    .box-2 .ticket-cont .assign-btn:hover[b-fdg9i33hc6] {
        background: #f2f2f2;
    }

.completed-div[b-fdg9i33hc6] {
    margin-top: 12px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    border-radius: 7px;
    background: #EAFAF1;
    border: 1px solid #adffd0;
    color: #4AD384;
}
/* /Pages/Ticket/ViewTicket.razor.rz.scp.css */
.main-container[b-da47t9kgdo] {
    font-family: 'Poppins';
}

.box-1 .ticket-cont[b-da47t9kgdo] {
    border: 1px solid #E7EAEE;
    padding: 20px 25px 20px 25px;
    background: #fff;
    border-radius: 12px;
    width: 100%;
}

    .box-1 .ticket-cont .view:hover[b-da47t9kgdo] {
        color: #3355c8;
    }

    .box-1 .ticket-cont .severity-cont[b-da47t9kgdo] {
        position: absolute;
        right: 20px;
        top: 20px;
        padding: 3px 8px;
        font-size: 11px;
        border-radius: 5px;
    }

        .box-1 .ticket-cont .severity-cont.low[b-da47t9kgdo] {
            background: #EAFAF1;
            color: #4AD384;
        }

        .box-1 .ticket-cont .severity-cont.medium[b-da47t9kgdo] {
            background: #FEF5E7;
            color: #F5AF40;
        }

        .box-1 .ticket-cont .severity-cont.high[b-da47t9kgdo] {
            background: #FDEDEB;
            color: #E95B4C;
        }

    .box-1 .ticket-cont i[b-da47t9kgdo] {
        font-size: 17px;
        color: #32b8ff;
    }

    .box-1 .ticket-cont h2[b-da47t9kgdo] {
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        color: #945e00;
        /*text-decoration: underline;*/
    }

    .box-1 .ticket-cont span[b-da47t9kgdo] {
        display: flex;
        color: #333;
        font-size: 13px;
        margin-bottom: -7px;
        white-space: nowrap;
    }

    .box-1 .ticket-cont p[b-da47t9kgdo] {
        margin-left: 5px;
        font-weight: 300;
        display: flex;
        color: #6d747a;
        white-space: pre-wrap;
    }

.box-2 .reply-cont[b-da47t9kgdo] {
    margin-top: 20px;
    border: 1px solid #E7EAEE;
    padding: 20px 25px 20px 25px;
    background: #fff;
    border-radius: 12px;
    width: 100%;
}

    .box-2 .reply-cont i[b-da47t9kgdo] {
        font-size: 17px;
        color: #32b8ff;
    }

    .box-2 .reply-cont h2[b-da47t9kgdo] {
        margin-top: 4px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        color: #32b8ff;
        /*text-decoration: underline;*/
    }

.completed-div[b-da47t9kgdo] {
    margin-top: 12px;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    width: 100%;
    border-radius: 7px;
    background: #EAFAF1;
    border: 1px solid #adffd0;
    color: #4AD384;
    margin-bottom: 20px;
    margin-top: -10px;
}

.message-cont[b-da47t9kgdo] {
    display: flex;
    flex-direction: column;
}

.message[b-da47t9kgdo] {
    
}

    .message span[b-da47t9kgdo] {
        font-weight: 500;
    }

    .message p[b-da47t9kgdo] {
        font-size: 13px;
        font-weight: 300;
        color: #6d747a;
    }

/* Responsive Reply Images CSS */

.fixed-box[b-da47t9kgdo] {
    width: 180px;
    height: 120px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 4px;
    box-sizing: border-box;
    position: relative;
}

.image-wrapper[b-da47t9kgdo] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.responsive-fit-img[b-da47t9kgdo] {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 4px;
}

.file-name[b-da47t9kgdo] {
    margin-top: 6px;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    color: #666;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .fixed-box[b-da47t9kgdo] {
        width: 150px;
        height: 100px;
    }
}

@media (max-width: 480px) {
    .fixed-box[b-da47t9kgdo] {
        width: 120px;
        height: 80px;
    }

    .file-name[b-da47t9kgdo] {
        font-size: 0.7rem;
    }
}

/* Attachment container responsiveness */
.attachment-container[b-da47t9kgdo] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .attachment-container[b-da47t9kgdo] {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .attachment-container[b-da47t9kgdo] {
        gap: 6px;
        justify-content: center;
    }
}
/* /Pages/WebsiteBuilder/Components/SkeletonLoading.razor.rz.scp.css */
.header[b-d6g91ja6r6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.header-title[b-d6g91ja6r6] {
    width: 120px;
    height: 24px;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
}

.header-button[b-d6g91ja6r6] {
    width: 150px;
    height: 30px;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
}

.hero-slider[b-d6g91ja6r6] {
    position: relative;
    height: 300px;
    background: linear-gradient(90deg, #ddd 0%, #e8e8e8 50%, #ddd 100%);
    background-size: 200% 100%;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
    overflow: hidden;
}

 

.slider-controls[b-d6g91ja6r6] {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.slider-control[b-d6g91ja6r6] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.control-checkbox[b-d6g91ja6r6] {
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    border-radius: 50%;
    margin-right: 10px;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
}

.control-label[b-d6g91ja6r6] {
    width: 120px;
    height: 16px;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
}

.featured-section[b-d6g91ja6r6] {
    padding: 20px;
}

.featured-header[b-d6g91ja6r6] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.featured-title[b-d6g91ja6r6] {
    width: 200px;
    height: 24px;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
}

.featured-button[b-d6g91ja6r6] {
    width: 100px;
    height: 24px;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    border-radius: 4px;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
}

.product-grid[b-d6g91ja6r6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.product-card[b-d6g91ja6r6] {
    height: 300px;
    background: linear-gradient(90deg, #eee 0%, #f5f5f5 50%, #eee 100%);
    background-size: 200% 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    animation: shimmer-b-d6g91ja6r6 1.5s infinite;
}

    .product-card[b-d6g91ja6r6]::after {
        content: "";
        position: absolute;
        bottom: 20px;
        left: 10px;
        right: 10px;
        height: 40px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 4px;
    }

    .product-card[b-d6g91ja6r6]::before {
        content: "";
        position: absolute;
        bottom: 80px;
        left: 10px;
        right: 10px;
        height: 15px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 4px;
    }

@keyframes shimmer-b-d6g91ja6r6 {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 768px) {
    .product-grid[b-d6g91ja6r6] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .product-grid[b-d6g91ja6r6] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/WebsiteBuilder/Components/SmallBox.razor.rz.scp.css */
.small-box[b-1vr125y9a0] {
    border: 2px dashed #cbd0e1;
    border-radius: 0.5rem;
    width: 100%; /* Full width of the grid cell */
    min-height: 250px;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; 
}
    .small-box.style2:nth-child(1)[b-1vr125y9a0] {
        grid-row: span 2;
    }

    .small-box.style3:nth-child(3)[b-1vr125y9a0] {
        grid-row: span 2;
    }

.image[b-1vr125y9a0] {
    width: 100%; /* Match the width of the parent */
    height: 100%; /* Match the height of the parent */
    object-fit: contain; /* Ensures the image fills the box without distortion */
    border-radius: inherit; /* Matches the border radius of the parent */
}
.small-box .upload-icon[b-1vr125y9a0] {
    color: #6e789a;
    font-size: 25px;
}

.small-box .upload-text[b-1vr125y9a0] {
    margin-top: 0px;
    font-size: 13px;
    color: #6e789a;
}

.remove-btn[b-1vr125y9a0] {
    background-color: #8c97a2;
    color: white;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.upload-container[b-1vr125y9a0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    border-radius: 12px;
    width: 240px;
    transition: all 0.3s ease;
}

    .upload-container:hover[b-1vr125y9a0] {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    }

.upload-icon[b-1vr125y9a0] {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f0f5ff;
    margin-bottom: 1rem;
}

.upload-text[b-1vr125y9a0] {
    color: #4a86fa;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.size-recommendation[b-1vr125y9a0] {
    font-size: 0.75rem;
    color: #6b7280;
    background-color: #f3f4f6;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    margin-top: 0.5rem;
}


@media (max-width: 768px) {

    .small-box.style2:nth-child(1)[b-1vr125y9a0] {
        grid-row: span 2;
        grid-column: 1 / span 2;
    }

    .small-box.style3:nth-child(3)[b-1vr125y9a0] {
        grid-row: span 2;
        grid-column: 1 / span 2;
    }
}
/* /Pages/WebsiteBuilder/DynamicImage.razor.rz.scp.css */
.container[b-dk5gjuknnq] {
    max-width: 1200px;
    margin: 50px 0px 0px 0px;
    padding: 10px;
}

/* Hero box */
.hero-box[b-dk5gjuknnq] {
    width: 100%;
    height: 300px;
    border: 2px dashed #cbd0e1;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Product grid */
.featured-title[b-dk5gjuknnq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.featured-title p[b-dk5gjuknnq]{
    font-size: 17px;
    font-family: 'Poppins';
    margin-bottom: 0px;
}


/* Banner box */
.banner-box[b-dk5gjuknnq] {
    width: 100%;
    height: 200px;
    border: 2px dashed #cbd0e1;
    border-radius: 10px;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .product-grid[b-dk5gjuknnq] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .product-grid[b-dk5gjuknnq] {
        grid-template-columns: 1fr;
    }

    .hero-box[b-dk5gjuknnq] {
        height: 200px;
    }

    .banner-box[b-dk5gjuknnq] {
        height: 150px;
    }
}
/* /Pages/WebsiteBuilder/FeaturedProductBanner.razor.rz.scp.css */
.grid-small.style1[b-fbthdi8r3j] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.grid-small.style2[b-fbthdi8r3j] {
    /*  display: flex;
    gap: 15px;*/
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}

.grid-small.style3[b-fbthdi8r3j] {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
}


@media (max-width: 768px) {
    .grid-small.style2[b-fbthdi8r3j]{
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .grid-small.style3[b-fbthdi8r3j] {
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

}
/* /Utilities/SuccessPopUpDialog.razor.rz.scp.css */
.done-dialog[b-9djd039x3t] {
    font-family: "Poppins";
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding-bottom: 20px;
}

.img-div[b-9djd039x3t] {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px;
}

img[b-9djd039x3t] {
    width: 120px;
}

h5[b-9djd039x3t] {
    font-size: 17px;
    font-weight: 500;
    color: #0A1A28;
}

span[b-9djd039x3t] {
    font-size: 13px;
    font-weight: 400;
    color: #8a9499;
    letter-spacing: .5px;
}

.btn-div[b-9djd039x3t] {
    margin-top: 22px;
    text-align: center;
}

button[b-9djd039x3t] {
    border-radius: 8px;
    background: #43d297;
    color: #fff;
    width: 180px;
    height: 40px;
    font-size: 14px;
    transition: .3s ease;
}

button:hover[b-9djd039x3t] {
    background: #28986a;
}
