/* /Pages/Closets.razor.rz.scp.css */
.body[b-b26eiyh7bm] {
    overflow: hidden;
}

.title[b-b26eiyh7bm] {
    margin-bottom: .1rem;
    font-size: 16px;
    text-align: center;
}

.filter-container[b-b26eiyh7bm] {
    margin-bottom: 5px;
    padding-right:5px;
    padding-left:5px;
}

.filter-group[b-b26eiyh7bm] {
    display: flex;
    gap: .5px; /*Space between dropdowns */
    flex-wrap: wrap; /*Ensures responsiveness */
    margin-bottom: 5px;
    margin-top: 5px;
}



    .filter-group > div[b-b26eiyh7bm] {
        display: flex;
        flex-direction: column;
        align-items:center
    }

label[b-b26eiyh7bm] {
    /*    margin-bottom: 2px;
*/
    font-weight: normal;
}

select[b-b26eiyh7bm] {
    padding: 2px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    min-width: 150px; /* Ensures dropdowns have a minimum width */
}

.slider-container[b-b26eiyh7bm] {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider-wrapper[b-b26eiyh7bm] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.slider[b-b26eiyh7bm] {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slider-item[b-b26eiyh7bm] {
    flex: 0 0 100%; /* Each item takes up 100% of the slider container width */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px;
    box-sizing: border-box;
    overflow-y: auto;
}


.image-title[b-b26eiyh7bm] {
    font-size: 1rem;
    font-weight: bold;
    /*  margin-bottom: 2px;*/
}

.image-remarks[b-b26eiyh7bm] {
    font-size: 0.8rem;
    color: gray;
    /*margin-bottom: 3px;*/
}

.image-info[b-b26eiyh7bm] {
    text-align: center;
    /*    margin-bottom: 5px;*/
    font-size: 13px;
    color: gray;
}

.image-counter[b-b26eiyh7bm] {
    color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
}


img[b-b26eiyh7bm] {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease; /* Smooth zoom transitions */
    cursor: grab;
    touch-action: none;
}

.slider-button[b-b26eiyh7bm] {
    color: #0a58ca;
    background: none;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight:bolder;
    cursor: pointer;
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.prev-button[b-b26eiyh7bm] {
    left: 10px; /* Position the Prev button on the left */
}

.next-button[b-b26eiyh7bm] {
    right: 10px; /* Position the Next button on the right */
}

.slider-button:hover[b-b26eiyh7bm] {
    /*background-color: rgb(110 107 107 / 50%);*/
}
.your-approval-title[b-b26eiyh7bm] {
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana;
    text-align: center;
}
.approval-container[b-b26eiyh7bm] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
/*    margin: 10px auto;
*/    
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #e6e5e5;
}
/* First Row: Remarks & Options */
.first-row[b-b26eiyh7bm] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.remarks-section[b-b26eiyh7bm] {
    flex: 70%;
    display: flex;
    flex-direction: column;
}

.remarks-box[b-b26eiyh7bm] {
    width: 100%;
    height: 50px;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}
/*.validation-message {
    color: red;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: left;
    width:fit-content;
}
.validation-message-ar {
    color: red;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 0px;
    text-align: right;
    width: auto;
}*/

.validation-container[b-b26eiyh7bm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.validation-message[b-b26eiyh7bm] {
    color: red;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 0px;
}


/* Approval Options */
.approval-options[b-b26eiyh7bm] {
    flex: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.approval-buttons[b-b26eiyh7bm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.option-label[b-b26eiyh7bm] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

/* Second Row: Audio & Submit Button */
.second-row[b-b26eiyh7bm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.left-section[b-b26eiyh7bm] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.audio-icons[b-b26eiyh7bm] {
    display: flex;
    gap: 15px;
    font-size: 35px;
}

.mic-icon[b-b26eiyh7bm] {
    font-size: 25px;
    transition: transform 0.3s ease-in-out;
}
.recording[b-b26eiyh7bm] {
    animation: blink-b-b26eiyh7bm 1s infinite ease-in-out;
    color: red; /* Change mic color when recording */
}
.recording-indicator[b-b26eiyh7bm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content:center;
    gap: 1px;
    background: none;
    padding: 3px;
    border-radius: 5px;
   
}

.timer-label[b-b26eiyh7bm] {
    font-size: 14px;
    font-weight: normal;
    color: red;
}

@keyframes blink-b-b26eiyh7bm {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking[b-b26eiyh7bm] {
    animation: blink-b-b26eiyh7bm 1s infinite;
}

/*@keyframes micPulse {
    0% {
        transform: scale(1);
        opacity: 1;
        color: red;
    }

    100% {
        transform: scale(1.2);
        opacity: 1;
        color: red;
    }
}*/
.audio-player[b-b26eiyh7bm] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .audio-player audio[b-b26eiyh7bm] {
        max-width: 200px;
    }
.saved-audio-player[b-b26eiyh7bm] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .saved-audio-player audio[b-b26eiyh7bm] {
        max-width: 90%;
    }


/* Right Section: Submit Button */
.right-section[b-b26eiyh7bm] {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.submit-button[b-b26eiyh7bm] {
    font-size: 16px;
    background: none;
    color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

    .submit-button:disabled[b-b26eiyh7bm] {
        color: darkgray;
        cursor: not-allowed;
    }


/* Popup overlay */
.popup-overlay[b-b26eiyh7bm] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
}

/* Popup container */
.popup-container[b-b26eiyh7bm] {
    position: relative;
    width: 90%; /* Adjust for responsiveness */
    max-width: 100%;
    height: 90%; /* Ensure it doesn't go beyond the viewport */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close-popup[b-b26eiyh7bm] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(110 107 107 / 50%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
}

/* Navigation buttons */
.prev-popup[b-b26eiyh7bm],
.next-popup[b-b26eiyh7bm] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.prev-popup[b-b26eiyh7bm] {
    left: 10px;
}

.next-popup[b-b26eiyh7bm] {
    right: 10px;
}

/* Image container */
.popup-image-container[b-b26eiyh7bm] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Enable scrolling for overflow */
    display: flex;
    align-items: center;
    justify-content: center;
    /*    touch-action: pan-x pan-y;
*/
}

/* Image */
.popup-image[b-b26eiyh7bm] {
    max-width: 100%; /* Allow image to overflow */
    max-height: 100%;
    width: auto; /* Maintain original aspect ratio */
    height: auto;
    /*object-fit:contain;*/
    transform-origin: center center;
    transition: transform 0.2s ease-in-out;
    cursor: grab;
    touch-action: none;
}

.saved-approvals[b-b26eiyh7bm] {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Small gap between tiles */
    width: 100%; /* Ensures tiles take full width */
}

.approval-entry[b-b26eiyh7bm] {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%; /* Each tile takes full width */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: all 0.2s ease-in-out;
}

.timestamp[b-b26eiyh7bm] {
    font-family: Verdana;
    font-size: 14px;
    color: gray;
    font-style: normal;
    font-weight: normal;
    margin-left: auto;
    margin-bottom: 0px;
}

.aprstatus[b-b26eiyh7bm] {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: gray;
    font-style: normal;
    font-weight: bold;
    font-family: Verdana;
}

    .aprstatus .approved-status[b-b26eiyh7bm] {
        color: green;
        font-weight: bold;
    }
.aprremarks[b-b26eiyh7bm] {
    font-size: 14px;
    color: gray;
    
    margin-bottom: 3px;
}

.record-btn[b-b26eiyh7bm] {
    background: none;
    color: gray;
    font-size: 10px;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delete-btn[b-b26eiyh7bm] {
    background: none;
    color: red;
    font-size: 10px;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chat-history-title[b-b26eiyh7bm] {
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana;
    text-align: center;
    margin-top: 15px;
}

.spinner[b-b26eiyh7bm] {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin-b-b26eiyh7bm 0.6s linear infinite;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin-b-b26eiyh7bm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/* Mobile styles */



@media (max-width: 768px) {

    .filter-group[b-b26eiyh7bm] {
        flex-direction: column;
    }

        .filter-group > div[b-b26eiyh7bm] {
            margin-bottom: 5px;
        }


    .slider-item[b-b26eiyh7bm] {
        max-height: calc(100vh-40);
    }
    /*    .popup-content {
        border-radius: 5px;
        max-width: 90%;
        max-height: 85%;
    }



    .popup-button {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }

    .close-button {
        width: 20px;
        height: 20px;
        font-size: 14px;
    }*/
}
/*.file-summary {
    font-size: xx-small;
    margin-top: 4px;
    color: #444;
}*/
.file-summary-container[b-b26eiyh7bm] {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 5px;
}

.file-summary[b-b26eiyh7bm] {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: xx-small;
}

.delete-icon[b-b26eiyh7bm] {
    background: red;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left:12px;
    color: white;
}
/* /Pages/Index.razor.rz.scp.css */

    .grid-container[b-y2d8js2i19]
{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
    padding: 20px;
}

.grid-item[b-y2d8js2i19] {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

    .grid-item:hover[b-y2d8js2i19] {
        transform: scale(1.05);
    }

    .grid-item a[b-y2d8js2i19] {
        text-decoration: none;
        color: inherit;
    }

.material-icons[b-y2d8js2i19] {
    font-size: 48px;
    color: #333;
    margin-bottom: 8px;
}

.spinner[b-y2d8js2i19] {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}

.footer-container[b-y2d8js2i19] {
    text-align: center;
    padding: 10px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-top: 1px solid #d6d5d5;
}

@media (min-width: 1024px) {
    .footer-container[b-y2d8js2i19] {
        left: 250px;
    }
}

/* /Pages/Offers.razor.rz.scp.css */
.body[b-qws1d8zmlk] {
    overflow: hidden;
}
.title[b-qws1d8zmlk] {
    margin-bottom: .1rem;
    font-size: 16px;
    text-align: center;
}
.slider-container[b-qws1d8zmlk] {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slider-wrapper[b-qws1d8zmlk] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

.slider[b-qws1d8zmlk] {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    margin-top: 25px;
}

.slider-item[b-qws1d8zmlk] {
    flex: 0 0 100%; /* Each item takes up 100% of the slider container width */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3px;
    box-sizing: border-box;
    overflow-y: auto;
}


.image-title[b-qws1d8zmlk] {
    font-size: 1rem;
    font-weight: bold;
    /*  margin-bottom: 2px;*/
}

.image-remarks[b-qws1d8zmlk] {
    font-size: 0.8rem;
    color: gray;
    /*margin-bottom: 3px;*/
}

.image-info[b-qws1d8zmlk] {
    text-align: center;
    /*    margin-bottom: 5px;*/
    font-size: 13px;
    color: gray;
}

.image-counter[b-qws1d8zmlk] {
    color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
}


img[b-qws1d8zmlk] {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease; /* Smooth zoom transitions */
    cursor: grab;
    touch-action: none;
}

.slider-button[b-qws1d8zmlk] {
    color: rgb(110 107 107 / 50%);
    background: none;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.prev-button[b-qws1d8zmlk] {
    left: 10px; /* Position the Prev button on the left */
}

.next-button[b-qws1d8zmlk] {
    right: 10px; /* Position the Next button on the right */
}

.slider-button:hover[b-qws1d8zmlk] {
    /*background-color: rgb(110 107 107 / 50%);*/
}

/* Popup overlay */
.popup-overlay[b-qws1d8zmlk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    overflow: hidden;
}

/* Popup container */
.popup-container[b-qws1d8zmlk] {
    position: relative;
    width: 90%; /* Adjust for responsiveness */
    max-width: 100%;
    height: 90%; /* Ensure it doesn't go beyond the viewport */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Close button */
.close-popup[b-qws1d8zmlk] {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(110 107 107 / 50%);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
}

/* Navigation buttons */
.prev-popup[b-qws1d8zmlk],
.next-popup[b-qws1d8zmlk] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
}

.prev-popup[b-qws1d8zmlk] {
    left: 10px;
}

.next-popup[b-qws1d8zmlk] {
    right: 10px;
}

/* Image container */
.popup-image-container[b-qws1d8zmlk] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Enable scrolling for overflow */
    display: flex;
    align-items: center;
    justify-content: center;
    /*    touch-action: pan-x pan-y;
*/
}

/* Image */
.popup-image[b-qws1d8zmlk] {
    max-width: 100%; /* Allow image to overflow */
    max-height: 100%;
    width: auto; /* Maintain original aspect ratio */
    height: auto;
    /*object-fit:contain;*/
    transform-origin: center center;
    transition: transform 0.2s ease-in-out;
    cursor: grab;
    touch-action: none;
}
/* Mobile styles */



@media (max-width: 768px) {

    .slider-item[b-qws1d8zmlk] {
        max-height: calc(100vh-40);
    }
}
/* /Pages/Quotations.razor.rz.scp.css */
.body[b-1p3vx5aj35] {
    overflow: hidden;
}

.title[b-1p3vx5aj35] {
    margin-bottom: .1rem;
    font-size: 16px;
    text-align: center;
}
.filter-container[b-1p3vx5aj35] {
    margin-bottom: 5px;
}
.approval-container[b-1p3vx5aj35] {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #e6e5e5;
}
/* First Row: Remarks & Options */
.first-row[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.remarks-section[b-1p3vx5aj35] {
    flex: 70%;
    display: flex;
    flex-direction: column;
}

.remarks-box[b-1p3vx5aj35] {
    width: 100%;
    height: 50px;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.validation-container[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.validation-message[b-1p3vx5aj35] {
    color: red;
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 0px;
}


/* Approval Options */
.approval-options[b-1p3vx5aj35] {
    flex: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.approval-buttons[b-1p3vx5aj35] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.option-label[b-1p3vx5aj35] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

/* Second Row: Audio & Submit Button */
.second-row[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.left-section[b-1p3vx5aj35] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.audio-icons[b-1p3vx5aj35] {
    display: flex;
    gap: 15px;
    font-size: 35px;
}

.mic-icon[b-1p3vx5aj35] {
    font-size: 25px;
    transition: transform 0.3s ease-in-out;
}

.recording[b-1p3vx5aj35] {
    animation: blink-b-1p3vx5aj35 1s infinite ease-in-out;
    color: red; /* Change mic color when recording */
}

.recording-indicator[b-1p3vx5aj35] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 1px;
    background: none;
    padding: 3px;
    border-radius: 5px;
}

.timer-label[b-1p3vx5aj35] {
    font-size: 14px;
    font-weight: normal;
    color: red;
}

@keyframes blink-b-1p3vx5aj35 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking[b-1p3vx5aj35] {
    animation: blink-b-1p3vx5aj35 1s infinite;
}
.audio-player[b-1p3vx5aj35] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .audio-player audio[b-1p3vx5aj35] {
        max-width: 200px;
    }

.saved-audio-player[b-1p3vx5aj35] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .saved-audio-player audio[b-1p3vx5aj35] {
        max-width: 90%;
    }


/* Right Section: Submit Button */
.right-section[b-1p3vx5aj35] {
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.submit-button[b-1p3vx5aj35] {
    font-size: 16px;
    background: none;
    color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px 10px;
}

    .submit-button:disabled[b-1p3vx5aj35] {
        color: darkgray;
        cursor: not-allowed;
    }
.record-btn[b-1p3vx5aj35] {
    background: none;
    color: gray;
    font-size: 10px;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.delete-btn[b-1p3vx5aj35] {
    background: none;
    color: red;
    font-size: 10px;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.saved-approvals[b-1p3vx5aj35] {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Small gap between tiles */
    width: 100%; /* Ensures tiles take full width */
}
.approval-entry[b-1p3vx5aj35] {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    width: 100%; /* Each tile takes full width */
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: all 0.2s ease-in-out;
}

.timestamp[b-1p3vx5aj35] {
    font-family:Verdana;
    font-size: 14px;
    color: gray;
    font-style: normal;
    font-weight:normal;
    margin-left: auto;
    margin-bottom: 0px;
}

.aprstatus[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    font-size: 14px;
    color: gray;
    font-style: normal;
    font-weight: bold;
    font-family: Verdana;
}
    .aprstatus .approved-status[b-1p3vx5aj35] {
        color: green;
        font-weight: bold;
    }
.aprremarks[b-1p3vx5aj35] {
    font-size: 14px;
    color: gray;
    
    margin-bottom: 3px;
}
.quotation-container[b-1p3vx5aj35] {
/*    display: flex;
    flex-direction: column;
*/    align-items: center;
    padding: 3px;
}

.quotation-title[b-1p3vx5aj35] {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.totals-grid[b-1p3vx5aj35] {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 5px;
    column-gap: 24px;
    background-color: #e6e5e5;
    padding: 10px 20px 10px ;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
    font-family: Verdana;
    font-size: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 10px;
}
.grid-heading[b-1p3vx5aj35] {
/*    grid-column: 1 / -1;
*/    
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana;
    margin-bottom: 8px;
    color: #222;
}
.label[b-1p3vx5aj35] {
    color: #555;
    font-weight: 500;
}

.value[b-1p3vx5aj35] {
    text-align: right;
    color: #222;
}

.total[b-1p3vx5aj35] {
    font-weight: bold;
    color: #222;
}
.price-details-container[b-1p3vx5aj35] {
    margin: 0px;
    font-family: Arial, sans-serif;
    background-color: #e6e5e5;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.price-details-title[b-1p3vx5aj35] {
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana;
    text-align: center;
    margin-bottom: 5px;
}

.price-details-grid-scroll[b-1p3vx5aj35] {
    /*border-top: 1px solid #000;*/
    padding-top: 5px;
    max-height: 200px;
    scrollbar-width: thin;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f6f3f3;
    overflow-y: scroll;
    border-radius: 12px;
}

.grid-header[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
   
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    padding-top: 5px;
   
    position: sticky;
}

.left-col[b-1p3vx5aj35] {
    flex: 1;
}

.right-col[b-1p3vx5aj35] {
    flex: 0;
    min-width: 100px;
    text-align: right;
}

.room-total[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
    position: sticky;
}

.price-total[b-1p3vx5aj35] {
    min-width: 100px;
    text-align: right;
}

.room-group[b-1p3vx5aj35] {
    margin-bottom: 20px;
}

.room-title[b-1p3vx5aj35] {
    font-weight: bold;
    margin-bottom: 5px;
}

.room-row[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
    
}

    .room-row span:first-child[b-1p3vx5aj35] {
        min-width: 50px;
    }

    .room-row span:nth-child(2)[b-1p3vx5aj35] {
        flex: 1;
        padding-left: 10px;
    }

    .room-row span:last-child[b-1p3vx5aj35] {
        min-width: 100px;
        text-align: right;
    }

.chat-history-title[b-1p3vx5aj35] {
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana;
    text-align: center;
    margin-top: 15px;

}

.your-approval-title[b-1p3vx5aj35] {
    font-weight: bold;
    font-size: 16px;
    font-family: Verdana;
    text-align: center;
   
}
.download[b-1p3vx5aj35] {
    display: flex;
    justify-content: space-between;
}

.spinner[b-1p3vx5aj35] {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin-b-1p3vx5aj35 0.6s linear infinite;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin-b-1p3vx5aj35 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Pages/Surveys.razor.rz.scp.css */
.survey-container[b-io26n0m8z0] {
    padding-bottom: 80px; /* Leaves space for the footer buttons */
    min-height: 100vh;
    position: relative;
    overflow-y:scroll;
}

.question-content[b-io26n0m8z0] {
    padding: 16px;
}
.option-container[b-io26n0m8z0] {
    display: flex;
    align-items: center;
    margin-bottom: 15px; /* Adds gap between options */
}

    .option-container input[b-io26n0m8z0] {
        margin-right: 8px; /* Adds gap between radio button and text */
    }

.survey-nav[b-io26n0m8z0] {
    position: fixed;
    bottom: 16px;
    left: 250px;
    right: 0;
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.survey-results[b-io26n0m8z0] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 10px;
}

.survey-item[b-io26n0m8z0] {
    padding: 5px 0;
/*    border-bottom: 1px solid #e0e0e0;
*/}

.question[b-io26n0m8z0] {
    color: gray;
    font-weight: bold;
    margin-bottom: 4px;
}

.answer[b-io26n0m8z0] {
    color: black;
    font-weight: normal;
}

.smiley-icon[b-io26n0m8z0] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}


.btn-nav[b-io26n0m8z0] {
    background-color: royalblue;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 25px;
    transition: background-color 0.2s ease-in-out;
}
.btn-nav-blue[b-io26n0m8z0] {
    background-color: royalblue;
    color: white;
    padding: 10px 24px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 25px;
    transition: background-color 0.2s ease-in-out;
}

    .btn-nav:hover[b-io26n0m8z0] {
        background-color: gray;
    }
.btn-hidden[b-io26n0m8z0] {
    visibility: hidden; /* Keeps space, hides button */
}
.remarks-container[b-io26n0m8z0] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.remarks-textbox[b-io26n0m8z0] {
    width: 100%;
    min-height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    resize: vertical;
}

.survey-footer[b-io26n0m8z0] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.callback-section[b-io26n0m8z0] {
    margin-top: 30px;
    padding: 10px;
}

.callback-label[b-io26n0m8z0] {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.callback-options[b-io26n0m8z0] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.callback-option[b-io26n0m8z0] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    cursor: pointer;
}
.saved-gift-container[b-io26n0m8z0] {
    text-align: center;
    padding: 20px;
}
    .saved-gift-container p[b-io26n0m8z0] {
        margin: 0;
        font-weight: normal;
        text-align: left;
    }
.saved-gift-list[b-io26n0m8z0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
    margin-top: 20px;
}

.saved-gift-item[b-io26n0m8z0] {
    position: relative;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.3s;
}

    .saved-gift-item img[b-io26n0m8z0] {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .saved-gift-item.selected[b-io26n0m8z0] {
        border-color: blue;
        background-color: #e6f0ff;
        transform: scale(1.05);
    }

        .saved-gift-item.selected img[b-io26n0m8z0] {
            width: 100px;
            height: 100px;
            object-fit: contain;
            margin-bottom: 10px;
        }

    .saved-gift-item p[b-io26n0m8z0] {
        margin: 0;
        font-weight: bold;
        text-align: center;
    }




.gift-container[b-io26n0m8z0] {
    text-align: center;
    padding: 20px;
}

.gift-list[b-io26n0m8z0] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.gift-item[b-io26n0m8z0] {
    position: relative;
    border: 2px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    width: 150px;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.3s;
}

    .gift-item img[b-io26n0m8z0] {
        width: 100px;
        height: 100px;
        object-fit: contain;
        margin-bottom: 10px;
    }

    .gift-item.selected[b-io26n0m8z0] {
        border-color: blue;
        background-color: #e6f0ff;
        transform: scale(1.05);
    }
        .gift-item.selected img[b-io26n0m8z0] {
            width: 100px;
            height: 100px;
            object-fit: contain;
            margin-bottom: 10px;
        }

    .gift-item p[b-io26n0m8z0] {
        margin: 0;
        font-weight: bold;
    }

.btn-deny[b-io26n0m8z0] {
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid red;
    color: red;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

    .btn-deny:hover[b-io26n0m8z0] {
        background-color: #ffe6e6;
    }
.checkmark[b-io26n0m8z0] {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: green;
    color: white;
    border-radius: 50%;
    padding: 3px 6px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-overlay[b-io26n0m8z0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 5px;
    box-sizing: border-box;
}

.popup-content[b-io26n0m8z0] {
    position: relative;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1001;
}

.popup-image[b-io26n0m8z0] {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
}

.description-text[b-io26n0m8z0] {
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}

.button-row[b-io26n0m8z0] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    z-index: 1002;
}


.popup-button[b-io26n0m8z0] {
    background-color: rgba(255, 255, 255, 0.9);
    color: black;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.select-button[b-io26n0m8z0] {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    background-color: green;
    color: white;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    z-index: 10;
}
.close-btn[b-io26n0m8z0] {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #fff;
    border: 2px solid #999;
    border-radius: 50%;
    font-size: 18px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
}

.nav-btn[b-io26n0m8z0] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
}

    .nav-btn.prev[b-io26n0m8z0] {
        left: 10px;
    }

    .nav-btn.next[b-io26n0m8z0] {
        right: 10px;
    }
@media (max-width: 768px) {
    .survey-nav[b-io26n0m8z0] {
        left: 0;
    }
}

.spinner[b-io26n0m8z0] {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    animation: spin-b-io26n0m8z0 0.6s linear infinite;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin-b-io26n0m8z0 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-92pcuoewbz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-92pcuoewbz] {
    flex: 1;
}

.sidebar[b-92pcuoewbz] {
    /*/ background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #f7f7f7;
    border-right: 1px solid #d6d5d5;
}

.top-row[b-92pcuoewbz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 6.8rem;
    display: flex;
    align-items: center;
}

    .top-row[b-92pcuoewbz]  a, .top-row[b-92pcuoewbz]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
        padding:0px;
    }

    .top-row[b-92pcuoewbz]  a:hover, .top-row[b-92pcuoewbz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-92pcuoewbz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 1023.98px) {
    .top-row:not(.auth)[b-92pcuoewbz] {
        display: none;
    }

    .top-row.auth[b-92pcuoewbz] {
        justify-content: space-between;
    }

    .top-row[b-92pcuoewbz]  a, .top-row[b-92pcuoewbz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .page[b-92pcuoewbz] {
        flex-direction: row;
    }

    .sidebar[b-92pcuoewbz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-92pcuoewbz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-92pcuoewbz]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-92pcuoewbz], article[b-92pcuoewbz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ha2obsbd69] {
    /*  background-color: dimgray;  rgba(255, 255, 255, 0.1);*/
}

.top-row[b-ha2obsbd69] {
    height: 6.8rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

.navbar-brand[b-ha2obsbd69] {
    font-size: 1.1rem;
    color: dimgray;
}

.oi[b-ha2obsbd69] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ha2obsbd69] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ha2obsbd69] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ha2obsbd69] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ha2obsbd69]  a {
        color: dimgray; /*#d7d7d7;*/
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ha2obsbd69]  a.active {
            background-color: silver; /* rgba(255,255,255,0.25);*/
            color: whitesmoke;
        }

        .nav-item[b-ha2obsbd69]  a:hover {
            background-color: silver;
            color: whitesmoke;
        }

.nav-grid-container[b-ha2obsbd69] {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding: 20px;
    background: whitesmoke;
    position: absolute;
    right: 3px;
    z-index: 9999;
    top: 60px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgb(128, 128, 128);
}

.nav-grid-item[b-ha2obsbd69] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-item[b-ha2obsbd69] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: dimgray;
}


    .menu-item .material-icons-outlined[b-ha2obsbd69] {
        font-size: 30px; 
        margin-bottom: 8px; 
    }

    .menu-item span[b-ha2obsbd69] {
        font-size: 12px; 
    }

    .menu-item:hover[b-ha2obsbd69] {
        color: silver;
    }

@media (min-width: 1024px) {
    .navbar-toggler[b-ha2obsbd69] {
        display: none;
    }

    .collapse[b-ha2obsbd69] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-ha2obsbd69] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5.0rem);
        overflow-y: auto;
    }
}
/* /Shared/PdfViewer.razor.rz.scp.css */
/* Main container */
.pdf-viewer-container[b-kpfd1jlyoy] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f9fa;
}

/* Error message styling */
.pdf-error[b-kpfd1jlyoy] {
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border-bottom: 1px solid #f5c6cb;
    text-align: center;
}

/* Toolbar at the top */
.pdf-toolbar[b-kpfd1jlyoy] {
    padding: 8px;
    background-color: #e9ecef;
    border-bottom: 1px solid #dee2e6;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Buttons in toolbar */
.pdf-button[b-kpfd1jlyoy] {
    padding: 6px 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

    .pdf-button:hover[b-kpfd1jlyoy] {
        background-color: #0069d9;
    }

    .pdf-button:disabled[b-kpfd1jlyoy] {
        background-color: #6c757d;
        cursor: not-allowed;
    }

/* Status text */
.pdf-status[b-kpfd1jlyoy] {
    margin-left: auto;
    font-size: 14px;
    color: #6c757d;
}

/* Container for the iframe */
.pdf-frame-container[b-kpfd1jlyoy] {
    position: relative;
    flex-grow: 1;
    min-height: 400px;
}

/* Loading indicator */
.pdf-loading[b-kpfd1jlyoy] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #6c757d;
}

/* The actual iframe */
.pdf-iframe[b-kpfd1jlyoy] {
    width: 100%;
    height: 100%;
    border: none;
    background-color: white;
}
