@import '_content/TPMS.MCP.Common/TPMS.MCP.Common.aal49qwtf2.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
body[b-85hvwusb8u], html[b-85hvwusb8u] {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.main-layout[b-85hvwusb8u] {
    display: flex;
    height: 100vh;
}

.content[b-85hvwusb8u] {
    flex-grow: 1;
    padding: 20px;
    overflow: auto;
    transition: margin-left 0.3s;
}

    .content.expanded[b-85hvwusb8u] {
        margin-left: 200px; 
    }
/* /Layout/NavMenu.razor.rz.scp.css */
html[b-6etlxqmqu5], body[b-6etlxqmqu5] {
    height: 100%;
    margin: 0;
}

body[b-6etlxqmqu5] {
    display: flex;
}

.sidebar[b-6etlxqmqu5] {
    width: 250px;
    transition: width 0.3s;
    background-color: #1C355E;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 20px 0 20px 20px;
    box-sizing: border-box;
}

    .sidebar.collapsed[b-6etlxqmqu5] {
        width: 70px;
    }

.menu-button[b-6etlxqmqu5] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    gap:20px;
    color: white;
}

.menu-items[b-6etlxqmqu5] {
    display: flex;
    flex-direction: column;
    width: 250px;
    gap: 20px;
}

    .menu-items a[b-6etlxqmqu5] {
        display: flex;
        align-items: center;
        padding: 30px 10px;
        text-decoration: none;
        color: white;
        font-size: 12px;
        width: 100%;

    }

        .menu-items a img[b-6etlxqmqu5] {
            margin-right: 10px;
            width: 24px;
            height: 24px;
        }

        .menu-items a.active[b-6etlxqmqu5] {
            color: white;
            border-radius: 10px;
            padding: 10px 5px 10px 10px;
            width: calc(100% - 20px);
        }

        .menu-items a.disabled[b-6etlxqmqu5] {
            opacity: 0.5;
            cursor: not-allowed;
            pointer-events: none;
            border-radius: 10px;
            padding: 10px 5px 10px 10px;
            width: calc(100% - 20px);
        }

            .menu-items a.disabled img[b-6etlxqmqu5] {
                filter: grayscale(100%);
            }

.sidebar.collapsed .menu-items a.active[b-6etlxqmqu5] {
    width: 50px;
}

.sidebar.collapsed .menu-items a span[b-6etlxqmqu5] {
    display: none;
}

.content[b-6etlxqmqu5] {
    flex-grow: 1;
    padding: 20px;
    overflow: auto;
    margin-left: 270px;
    transition: margin-left 0.3s;
}

.sidebar.collapsed + .content[b-6etlxqmqu5] {
    margin-left: 80px;
}

.icon-white[b-6etlxqmqu5] {
    filter: brightness(0) invert(1);
}
/* /Pages/ActiveMission/ActiveMissions.razor.rz.scp.css */
.dashboard-container[b-wok2aruxsv] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

/* Header actions section */
.header-actions[b-wok2aruxsv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

/* Table header styling */
.table-header[b-wok2aruxsv] {
    display: flex;
    justify-content: space-between;
    background-color: rgba(28, 53, 94, 1);
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

    .table-header span[b-wok2aruxsv] {
        flex: 1;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .table-header span:not(:last-child)[b-wok2aruxsv]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: white;
            padding-left: 10px;
        }

/* Table wrapper */
.table-wrapper[b-wok2aruxsv] {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
}

/* Clickable links styling */
.clickable-link[b-wok2aruxsv] {
    cursor: pointer;
    color: #007bff !important;
    text-decoration: underline !important;
}

    .clickable-link:hover[b-wok2aruxsv],
    .clickable-link:focus[b-wok2aruxsv],
    .clickable-link:active[b-wok2aruxsv] {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }

    .clickable-link:not(:hover):not(:focus):not(:active)[b-wok2aruxsv] {
        text-decoration: underline !important;
    }

/* Grid styling */
.custom-grid .k-grid-header[b-wok2aruxsv] {
    display: none;
}

.custom-grid .k-grid-content[b-wok2aruxsv] {
    overflow: hidden;
    border-style: none;
    border-radius: 10px;
}

    .custom-grid .k-grid-content tr[b-wok2aruxsv] {
        background-color: #F1F3F5;
        text-align: center;
        border-style: none;
        font-size: 12px;
    }

        .custom-grid .k-grid-content tr:nth-child(even)[b-wok2aruxsv] {
            background-color: #ffffff;
        }

    .custom-grid .k-grid-content td[b-wok2aruxsv] {
        border: none;
        position: relative;
        padding-right: 10px;
        text-align: center;
        vertical-align: middle;
    }

        .custom-grid .k-grid-content td:not(:last-child)[b-wok2aruxsv]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: #ccc;
            padding-left: 10px;
        }

    .custom-grid .k-grid-content tr:hover[b-wok2aruxsv] {
        background-color: inherit;
    }

    .custom-grid .k-grid-content tr:nth-child(even):hover[b-wok2aruxsv] {
        background-color: #ffffff;
    }

    .custom-grid .k-grid-content .clickable-link[b-wok2aruxsv] {
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .custom-grid .k-grid-content .clickable-link:hover[b-wok2aruxsv] {
            color: #007bff;
        }

/* Telerik Grid specific styles */
.k-grid[b-wok2aruxsv] {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.k-grid-header[b-wok2aruxsv] {
    color: white;
}

    .k-grid-header th[b-wok2aruxsv] {
        background-color: #F1F3F5;
        border-bottom: 1px solid #F1F3F5;
        padding: 12px 16px;
    }

        .k-grid-header th:first-child[b-wok2aruxsv] {
            border-top-left-radius: 12px;
        }

        .k-grid-header th:last-child[b-wok2aruxsv] {
            border-top-right-radius: 12px;
        }

        .k-grid-header th.k-state-selected[b-wok2aruxsv],
        .k-grid-header th.k-state-focused[b-wok2aruxsv] {
            background-color: #1C355E !important;
            color: white !important;
        }

            .k-grid-header th.k-state-selected .k-icon[b-wok2aruxsv],
            .k-grid-header th.k-state-focused .k-icon[b-wok2aruxsv] {
                color: white;
            }

    .k-grid-header .k-sort-order[b-wok2aruxsv] {
        color: white !important;
    }

.k-grid tbody tr[b-wok2aruxsv] {
    transition: background-color 0.2s ease;
}

    .k-grid tbody tr:nth-child(odd)[b-wok2aruxsv] {
        background-color: #f8fafc;
    }

    .k-grid tbody tr:nth-child(even)[b-wok2aruxsv] {
        background-color: white;
    }

    .k-grid tbody tr:hover[b-wok2aruxsv] {
        background-color: #eff6ff;
    }

.k-grid td[b-wok2aruxsv] {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

/* Base font and styling */
html[b-wok2aruxsv], body[b-wok2aruxsv] {
    font-family: 'Montserrat', sans-serif;
    overflow: auto;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.12px;
}

body[b-wok2aruxsv] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Link styling */
a[b-wok2aruxsv], .t-link[b-wok2aruxsv] {
    color: #1c355e !important;
    font: inherit;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

    .t-link:hover[b-wok2aruxsv] {
        text-decoration: underline !important;
        color: #D4A010;
    }
/* /Pages/ActiveMission/Documents.razor.rz.scp.css */
.dashboard-container[b-kdolrnw0i2] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

/* Application header container */
.application-header-container[b-kdolrnw0i2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

/* Left section with back button and mission title */
.left-section[b-kdolrnw0i2] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.back-button[b-kdolrnw0i2] {
    background: none;
    border: none;
    cursor: pointer;
}

.mission-title[b-kdolrnw0i2] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mission-title h2[b-kdolrnw0i2] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: bold;
    }

/* Star button for favoriting */
.star-button[b-kdolrnw0i2] {
    background-color: #1C355E;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.star-icon[b-kdolrnw0i2] {
    color: white;
}

/* Right section with menu */
.application-right-section[b-kdolrnw0i2] {
    margin-left: auto;
}

/* Application custom menu */
.application-custom-menu[b-kdolrnw0i2] {
    display: flex;
    gap: 20px;
}

.application-menu-item[b-kdolrnw0i2] {
    list-style-type: none;
    padding: 5px 10px;
}

    .application-menu-item.active[b-kdolrnw0i2] {
        border-bottom: 2px solid #1C355E;
    }

.application-menu-link[b-kdolrnw0i2] {
    text-decoration: none;
    color: #333;
}

/* Main content */
.content[b-kdolrnw0i2] {
    flex: 1;
    padding: 20px;
    overflow: auto;
}

/* Document cards grid */
.document-cards[b-kdolrnw0i2] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 24px;
    justify-content: flex-start;
    align-items: stretch;
}

/* Individual document card */
.document-card[b-kdolrnw0i2] {
    background: #D9D9D9;
    border-radius: 12px;
    width: 320px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Document preview area */
.document-preview[b-kdolrnw0i2] {
    background: #D9D9D9;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 24px;
    width: 100%;
}

/* PDF icon styling */
.pdf-icon[b-kdolrnw0i2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
    color: black;
    font-weight: bold;
}

/* Document info section */
.document-info[b-kdolrnw0i2] {
    padding: 16px;
    background: #1C355E;
    width: 100%;
    color: white;
}

    .document-info h3[b-kdolrnw0i2] {
        margin: 0 0 8px 0;
        font-size: 16px;
        font-weight: 500;
        color: white;
    }

    .document-info h4[b-kdolrnw0i2] {
        margin: 0 0 16px 0;
        font-size: 14px;
        font-weight: 400;
        color: white;
    }

/* View button */
.view-button[b-kdolrnw0i2] {
    width: 90%;
    padding: 10px;
    background: transparent;
    border: 1px solid #6B7280;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    transition: background-color 0.2s;
}

    .view-button:hover[b-kdolrnw0i2] {
        background: #4B5563;
    }

/* Error message */
.error-message[b-kdolrnw0i2] {
    color: #F2BC12;
    padding: 10px;
    margin: 10px 0;
    background-color: #fdeaea;
    border-radius: 5px;
    text-align: center;
}

/* Telerik icon customization */
.k-svg-icon.k-icon-xl[b-kdolrnw0i2] {
    width: 64px;
    height: 64px;
    color: #1C355E;
}
/* /Pages/ActiveMission/Donations.razor.rz.scp.css */
.dashboard-container[b-ti84pksrk9] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

/* Header section with back button and mission name */
.header[b-ti84pksrk9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
}

.left-section[b-ti84pksrk9] {
    display: flex;
    align-items: center;
}

.right-section[b-ti84pksrk9] {
    display: flex;
    align-items: center;
}

.mission-name[b-ti84pksrk9] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 20px;
}

/* Back button */
.back-button[b-ti84pksrk9] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* Custom menu styling */
.custom-menu .menu-item.active[b-ti84pksrk9] {
    color: red;
    border-bottom: 2px solid red;
}

.custom-menu .menu-item[b-ti84pksrk9] {
    margin-right: 20px;
    padding-bottom: 5px;
}

.custom-menu .menu-link[b-ti84pksrk9] {
    color: inherit;
    text-decoration: none;
}

    .custom-menu .menu-link:hover[b-ti84pksrk9] {
        text-decoration: none;
    }

/* Details section containing the donations table */
.details[b-ti84pksrk9] {
    margin-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Table header */
.table-header[b-ti84pksrk9] {
    display: flex;
    justify-content: space-between;
    background-color: rgba(28, 53, 94, 1);
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

    .table-header span[b-ti84pksrk9] {
        flex: 1;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .table-header span:not(:last-child)[b-ti84pksrk9]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: white;
            padding-left: 10px;
        }

/* Table wrapper */
.table-wrapper[b-ti84pksrk9] {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    flex: 1;
}

/* Custom grid styling */
.custom-grid .k-grid-header[b-ti84pksrk9] {
    display: none;
}

.custom-grid .k-grid-content[b-ti84pksrk9] {
    overflow: hidden;
    border-style: none;
    border-radius: 10px;
}

    .custom-grid .k-grid-content tr[b-ti84pksrk9] {
        background-color: #F1F3F5;
        text-align: center;
        border-style: none;
        font-size: 12px;
    }

        .custom-grid .k-grid-content tr:nth-child(even)[b-ti84pksrk9] {
            background-color: #ffffff;
        }

    .custom-grid .k-grid-content td[b-ti84pksrk9] {
        border: none;
        position: relative;
        padding-right: 10px;
        text-align: center;
        vertical-align: middle;
    }

        .custom-grid .k-grid-content td:not(:last-child)[b-ti84pksrk9]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: #ccc;
            padding-left: 10px;
        }

/* Footer with progress bar and save button */
.footer[b-ti84pksrk9] {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Donation progress bar */
.donation-progress-bar[b-ti84pksrk9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

    .donation-progress-bar .current-donations[b-ti84pksrk9] {
        color: #1C355E;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .donation-progress-bar .target-donations[b-ti84pksrk9] {
        color: #1C355E;
        font-size: 1.2rem;
        font-weight: bold;
    }

/* Custom progress bar */
.custom-progressbar[b-ti84pksrk9] {
    width: 85%;
    height: 15px;
    background-color: #1C355E;
    border-radius: 10px;
}

    .custom-progressbar .k-progressbar-horizontal[b-ti84pksrk9] {
        background-color: #1C355E;
        height: 15px;
        border-radius: 10px;
    }

    .custom-progressbar .k-progress-status[b-ti84pksrk9] {
        display: none; /* Hide the filled part of the progress bar */
    }

/* Save button */
.save-btn[b-ti84pksrk9] {
    background-color: #1C355E;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 40px;
}

    .save-btn:hover[b-ti84pksrk9] {
        background-color: #162b4c;
    }

/* Telerik TextBox customization */
.k-textbox[b-ti84pksrk9] {
    width: 100%;
    border: none;
    background-color: transparent;
    text-align: center;
}

    .k-textbox:focus[b-ti84pksrk9] {
        outline: none;
        box-shadow: none;
    }

    .k-textbox[readonly][b-ti84pksrk9],
    .k-input[readonly][b-ti84pksrk9] {
        border-color: transparent !important;
    }

    .k-textbox[b-ti84pksrk9]::after,
    .k-textbox[b-ti84pksrk9]::before,
    .k-input[b-ti84pksrk9]::after,
    .k-input[b-ti84pksrk9]::before {
        border-color: transparent !important;
    }

    .k-textbox:focus[b-ti84pksrk9]::after,
    .k-textbox.k-focus[b-ti84pksrk9]::after,
    .k-textbox.k-state-focused[b-ti84pksrk9]::after,
    .k-input:focus[b-ti84pksrk9]::after,
    .k-input.k-focus[b-ti84pksrk9]::after,
    .k-input.k-state-focused[b-ti84pksrk9]::after {
        border-color: transparent !important;
    }

    .k-textbox input[b-ti84pksrk9],
    .k-input input[b-ti84pksrk9] {
        border: none !important;
        outline: none !important;
    }

        .k-textbox input:focus[b-ti84pksrk9],
        .k-input input:focus[b-ti84pksrk9] {
            border: none !important;
            outline: none !important;
        }
/* /Pages/ActiveMission/ItineraryDetails.razor.rz.scp.css */
.dashboard-container[b-12ycf3mnur] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

/* Header with back button and mission name */
.header[b-12ycf3mnur] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
}

.left-section[b-12ycf3mnur] {
    display: flex;
    align-items: center;
}

.right-section[b-12ycf3mnur] {
    display: flex;
    align-items: center;
}

.mission-name[b-12ycf3mnur] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 20px;
}

/* Back button */
.back-button[b-12ycf3mnur] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* Custom menu styling */
.custom-menu .menu-item.active[b-12ycf3mnur] {
    color: red;
    border-bottom: 2px solid red;
}

.custom-menu .menu-item[b-12ycf3mnur] {
    margin-right: 20px;
    padding-bottom: 5px;
}

.custom-menu .menu-link[b-12ycf3mnur] {
    color: inherit;
    text-decoration: none;
}

    .custom-menu .menu-link:hover[b-12ycf3mnur] {
        text-decoration: none;
    }

/* Details section containing the itinerary table */
.details[b-12ycf3mnur] {
    margin-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Table header */
.table-header[b-12ycf3mnur] {
    display: flex;
    justify-content: space-between;
    background-color: rgba(28, 53, 94, 1);
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

    .table-header span[b-12ycf3mnur] {
        flex: 1;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .table-header span:not(:last-child)[b-12ycf3mnur]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: white;
            padding-left: 10px;
        }

/* Table wrapper */
.table-wrapper[b-12ycf3mnur] {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
    flex: 1;
}

/* Clickable links in the table */
.clickable-link[b-12ycf3mnur] {
    cursor: pointer;
    color: #007bff !important;
    text-decoration: underline !important;
}

    .clickable-link:hover[b-12ycf3mnur],
    .clickable-link:focus[b-12ycf3mnur],
    .clickable-link:active[b-12ycf3mnur] {
        color: #0056b3 !important;
        text-decoration: underline !important;
    }

/* Custom grid styling */
.custom-grid.itinerary-grid[b-12ycf3mnur] {
    height: auto;
    min-height: 300px;
}

.custom-grid .k-grid-header[b-12ycf3mnur] {
    display: none;
}

.custom-grid .k-grid-content[b-12ycf3mnur] {
    overflow: hidden;
    border-style: none;
    border-radius: 10px;
}

    .custom-grid .k-grid-content tr[b-12ycf3mnur] {
        background-color: #F1F3F5;
        text-align: center;
        border-style: none;
        font-size: 12px;
    }

        .custom-grid .k-grid-content tr:nth-child(even)[b-12ycf3mnur] {
            background-color: #ffffff;
        }

    .custom-grid .k-grid-content td[b-12ycf3mnur] {
        border: none;
        position: relative;
        padding-right: 10px;
        text-align: center;
        vertical-align: middle;
    }

        .custom-grid .k-grid-content td:not(:last-child)[b-12ycf3mnur]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: #ccc;
            padding-left: 10px;
        }

/* Itinerary actions section */
.itinerary-actions[b-12ycf3mnur] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding: 20px 0;
    position: relative;
}

/* Add button (plus sign) */
.itinerary-add-button[b-12ycf3mnur] {
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 80%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}

/* Finalize button */
.finalize-button[b-12ycf3mnur] {
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 1rem;
    position: absolute;
    right: 5%;
    bottom: 5%;
    margin-right: 10px;
}

/* Modal window customization */
.custom-modal[b-12ycf3mnur] {
    border-radius: 10px;
    overflow: hidden;
}

.modal-content[b-12ycf3mnur] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
}

.modal-header[b-12ycf3mnur] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-title[b-12ycf3mnur] {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.close-button[b-12ycf3mnur] {
    background: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
}

/* Form grid layout */
.form-grid[b-12ycf3mnur] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.form-group[b-12ycf3mnur] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    width: 100%;
    margin-right: 5px;
}

    .form-group.full-width[b-12ycf3mnur] {
        grid-column: span 2;
        width: 100%;
    }

    .form-group.half-width[b-12ycf3mnur] {
        width: 100%;
    }

/* Form control styling */
.form-control-edit[b-12ycf3mnur] {
    background-color: #F1F3F5;
    border: none;
    border-radius: 8px;
    padding: 7px;
    margin: 5px 0;
    width: 100%;
    outline: none;
    position: relative;
    padding-right: 30px;
}

/* Save button in form */
.form-group.text-center[b-12ycf3mnur] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
    grid-column: span 2;
}

    .form-group.text-center .btn-primary[b-12ycf3mnur] {
        background-color: #F2BC12;
        color: white;
        border: none;
        padding: 10px 40px;
        border-radius: 10px;
        cursor: pointer;
        width: auto;
        min-width: 40px;
        text-align: center;
        font-size: 18px;
        justify-content: center;
        align-items: center;
    }

        .form-group.text-center .btn-primary:hover[b-12ycf3mnur] {
            background-color: #c0392b;
        }

/* Telerik AutoComplete customization */
.k-autocomplete[b-12ycf3mnur] {
    width: 100%;
    border-radius: 8px;
    background-color: #F1F3F5;
    border: none;
}

    .k-autocomplete .k-input-inner[b-12ycf3mnur] {
        padding: 7px;
    }

    .k-autocomplete:focus-within[b-12ycf3mnur] {
        box-shadow: none;
        border: none;
    }
/* /Pages/ActiveMission/MissionPage.razor.rz.scp.css */
.dashboard-container[b-h028an8p47] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

/* Header with back button and mission name */
.header[b-h028an8p47] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
}

.left-section[b-h028an8p47] {
    display: flex;
    align-items: center;
}

.right-section[b-h028an8p47] {
    display: flex;
    align-items: center;
}

.mission-name[b-h028an8p47] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 20px;
}

/* Back button */
.back-button[b-h028an8p47] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* Custom menu styling */
.custom-menu .menu-item.active[b-h028an8p47] {
    color: red;
    border-bottom: 2px solid red;
}

.custom-menu .menu-item[b-h028an8p47] {
    margin-right: 20px;
    padding-bottom: 5px;
}

.custom-menu .menu-link[b-h028an8p47] {
    color: inherit;
    text-decoration: none;
}

    .custom-menu .menu-link:hover[b-h028an8p47] {
        text-decoration: none;
    }

/* Main content area */
.content[b-h028an8p47] {
    flex: 1;
    overflow: auto;
    padding: 0 20px 20px;
}

/* Content sections */
.content-section[b-h028an8p47] {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

/* Section headers */
.application-header[b-h028an8p47] {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

/* Organization header with social icons */
.organization-header[b-h028an8p47] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* Social icons section */
.social-right-side[b-h028an8p47] {
    display: flex;
    gap: 25px;
}

.social-icon[b-h028an8p47] {
    width: 25px;
    height: 28px;
}

.social-icon-link[b-h028an8p47] {
    transition: transform 0.2s;
}

    .social-icon-link:hover[b-h028an8p47] {
        transform: scale(1.1);
    }

/* Form layout */
.form-row[b-h028an8p47] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    width: 100%;
    margin-bottom: 15px;
}

.form-group[b-h028an8p47] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .form-group label[b-h028an8p47] {
        font-size: 14px;
        color: #666;
        font-weight: 500;
    }

/* Text box styling */
.underline-only[b-h028an8p47] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.bordered-textbox[b-h028an8p47] {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.large-textbox[b-h028an8p47] {
    height: 150px;
    padding: 10px;
}

.scrollable-description[b-h028an8p47] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    font: inherit;
}

/* Account reveal section */
.reveal-form[b-h028an8p47] {
    margin-top: 15px;
    padding: 15px;
    background-color: #f0f4f8;
    border-radius: 10px;
    border: 1px solid #dde5ed;
}

.reveal-timer[b-h028an8p47] {
    color: #1C355E;
    font-weight: bold;
}

.error-message[b-h028an8p47] {
    color: #F2BC12;
    font-weight: bold;
}

.footer-left[b-h028an8p47] {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Buttons */
.default-btn[b-h028an8p47] {
    background-color: #1C355E;
    border: none;
    border-radius: 7px;
    padding: 5px 15px;
    color: white;
    font-size: 12px;
}

    .default-btn:hover[b-h028an8p47] {
        background-color: #162b4c;
    }

/* Telerik TextBox customization */
.k-textbox[b-h028an8p47] {
    width: 100%;
    border-color: #E5E5E5;
    background-color: white;
}

    .k-textbox:focus[b-h028an8p47] {
        box-shadow: none;
        border-color: #1C355E;
    }

    .k-textbox .k-input-inner[b-h028an8p47] {
        padding: 10px;
        font-family: 'Montserrat', sans-serif;
    }

/* Carousel/Image Gallery Styles */
.carousel-section[b-h028an8p47] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.carousel-container[b-h028an8p47] {
    width: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-left: 20px;
}

.item[b-h028an8p47] {
    width: 600px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    overflow: hidden;
}

    .item img[b-h028an8p47] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #f8f9fa;
        padding: 10px;
    }

.placeholder-box[b-h028an8p47] {
    width: 400px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 0 auto;
}

    .placeholder-box p[b-h028an8p47] {
        color: #6c757d;
        margin: 0;
    }

/* Image Modal Styles */
.image-modal[b-h028an8p47] {
    width: 1000px !important;
    height: 600px !important;
}

.modal-image-container[b-h028an8p47] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-image-container img[b-h028an8p47] {
        max-width: 800px;
        max-height: 500px;
        object-fit: contain;
    }

.close-button[b-h028an8p47] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #1C355E;
}

    .close-button:hover[b-h028an8p47] {
        color: #dc3545;
    }

/* Telerik Carousel Component Overrides */
.t-carousel .k-icon[b-h028an8p47] {
    color: #1C355E !important;
}

.t-carousel .k-button[b-h028an8p47] {
    background-color: transparent !important;
    border: none !important;
}
/* /Pages/ActiveMission/Reviews.razor.rz.scp.css */
.dashboard-container[b-mrr3ovwnvi] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

/* Header with back button and mission name */
.header[b-mrr3ovwnvi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
}

.left-section[b-mrr3ovwnvi] {
    display: flex;
    align-items: center;
}

.right-section[b-mrr3ovwnvi] {
    display: flex;
    align-items: center;
}

.mission-name[b-mrr3ovwnvi] {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 20px;
}

/* Back button */
.back-button[b-mrr3ovwnvi] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

/* Custom menu styling */
.custom-menu .menu-item.active[b-mrr3ovwnvi] {
    color: red;
    border-bottom: 2px solid red;
}

.custom-menu .menu-item[b-mrr3ovwnvi] {
    margin-right: 20px;
    padding-bottom: 5px;
}

.custom-menu .menu-link[b-mrr3ovwnvi] {
    color: inherit;
    text-decoration: none;
}

    .custom-menu .menu-link:hover[b-mrr3ovwnvi] {
        text-decoration: none;
    }

/* Details section containing reviews */
.details[b-mrr3ovwnvi] {
    margin-top: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
}




/* Add review button */
.add-button-review[b-mrr3ovwnvi] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Modal styles for adding reviews */
.modal-content[b-mrr3ovwnvi] {
    padding: 20px;
}

.modal-header[b-mrr3ovwnvi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .modal-header h4[b-mrr3ovwnvi] {
        margin: 0;
        font-size: 1.2rem;
        color: #1C355E;
    }

    .modal-header .close[b-mrr3ovwnvi] {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

.modal-body[b-mrr3ovwnvi] {
    margin-bottom: 20px;
}

/* Text area for review content */
.underline-only[b-mrr3ovwnvi] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    resize: none;
    min-height: 150px;
}

/* Rating categories in modal */
/*.ratings-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}*/

.rating-category-modal[b-mrr3ovwnvi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    padding: 0 2px;
    box-sizing: border-box;
}

    .rating-category-modal span[b-mrr3ovwnvi] {
        height: 20px;
        display: flex;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
    }

/* Modal footer */
.modal-footer-reviews[b-mrr3ovwnvi] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    border: none;
}

/* Submit button */
.approve-btn[b-mrr3ovwnvi] {
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 18px;
    cursor: pointer;
}

    .approve-btn:hover[b-mrr3ovwnvi] {
        background-color: #162b4c;
    }

/* Star rating customization */
.small-rating[b-mrr3ovwnvi] {
    transform: scale(0.7);
    transform-origin: center top;
}

.k-rating-container[b-mrr3ovwnvi] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.k-rating[b-mrr3ovwnvi] {
    display: flex;
    justify-content: center;
    height: 24px;
}

.k-svg-icon.k-icon-xl[b-mrr3ovwnvi] {
    width: 14px;
    height: 14px;
    color: gold;
}
/* /Pages/Applications/ApplicationDocuments.razor.rz.scp.css */
.dashboard-container[b-wz7h47jq10] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.content[b-wz7h47jq10] {
    padding-top: 1.1rem;
    height: 100%;
}
/* Application Header Styles */
.application-header-container[b-wz7h47jq10] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.left-section[b-wz7h47jq10] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.back-button[b-wz7h47jq10] {
    background: none;
    border: none;
    cursor: pointer;
}

.mission-title[b-wz7h47jq10] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mission-title h2[b-wz7h47jq10] {
        margin: 0;
        font-size: 1.5rem;
    }

.star-button[b-wz7h47jq10] {
    background-color: #1C355E;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.star-icon[b-wz7h47jq10] {
    color: white;
}

.application-right-section[b-wz7h47jq10] {
    margin-left: auto;
}
/* Application Menu Styles */
.application-custom-menu[b-wz7h47jq10] {
    display: flex;
    gap: 20px;
}

.application-menu-item[b-wz7h47jq10] {
    list-style-type: none;
    padding: 5px 10px;
}

    .application-menu-item.active[b-wz7h47jq10] {
        border-bottom: 2px solid #1C355E;
    }

.application-menu-link[b-wz7h47jq10] {
    text-decoration: none;
    color: #333;
}

/* Document Cards Styles - Updated from first file */
.document-cards[b-wz7h47jq10] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
}

.document-card[b-wz7h47jq10] {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0;
    position: relative;
    background: #fff;
    transition: box-shadow 0.2s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 350px;
}

    .document-card:hover[b-wz7h47jq10] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

.document-preview[b-wz7h47jq10] {
    position: relative;
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}

.pdf-icon[b-wz7h47jq10] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #666;
    text-align: center;
}

    .pdf-icon .k-svg-icon[b-wz7h47jq10],
    .pdf-icon svg[b-wz7h47jq10] {
        font-size: 4rem;
        width: 4rem;
        height: 4rem;
        color: #1C355E;
        opacity: 0.7;
    }

    .pdf-icon span[b-wz7h47jq10] {
        font-size: 0.75rem;
        font-weight: 600;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

.document-info[b-wz7h47jq10] {
    padding: 1.25rem 1.5rem;
    background: #1C355E;
    color: white;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .document-info small[b-wz7h47jq10] {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: white;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

.view-button[b-wz7h47jq10] {
    width: 100%;
    padding: 0.625rem 1rem;
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .view-button:hover[b-wz7h47jq10] {
        background: rgba(255, 255, 255, 0.15);
        border-color: white;
    }

    .view-button:active[b-wz7h47jq10] {
        transform: scale(0.98);
    }

/* Error Message Styles */
.error-message[b-wz7h47jq10] {
    color: #F2BC12;
    padding: 15px;
    margin: 15px 0;
    background-color: #fdf1f0;
    border-radius: 8px;
    border-left: 4px solid #F2BC12;
}
/* Telerik SVG Icon Styles */
.k-svg-icon.k-icon-xl[b-wz7h47jq10] {
    width: 48px;
    height: 48px;
}
/* /Pages/Applications/ApplicationReview.razor.rz.scp.css */
.dashboard-container[b-wf4e3d8gs8] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.content[b-wf4e3d8gs8] {
    padding-top: 1.1rem;
    height: 100%;
}

/* Application Header Styles */
.application-header-container[b-wf4e3d8gs8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.left-section[b-wf4e3d8gs8] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.back-button[b-wf4e3d8gs8] {
    background: none;
    border: none;
    cursor: pointer;
}

.mission-title[b-wf4e3d8gs8] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mission-title h2[b-wf4e3d8gs8] {
        margin: 0;
        font-size: 1.5rem;
    }

.star-button[b-wf4e3d8gs8] {
    background-color: #1C355E;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.star-icon[b-wf4e3d8gs8] {
    color: white;
}

.application-right-section[b-wf4e3d8gs8] {
    margin-left: auto;
}

/* Application Menu Styles */
.application-custom-menu[b-wf4e3d8gs8] {
    display: flex;
    gap: 20px;
}

.application-menu-item[b-wf4e3d8gs8] {
    list-style-type: none;
    padding: 5px 10px;
}

    .application-menu-item.active[b-wf4e3d8gs8] {
        border-bottom: 2px solid #1C355E;
    }

.application-menu-link[b-wf4e3d8gs8] {
    text-decoration: none;
    color: #333;
}

.disabled-link[b-wf4e3d8gs8] {
    color: grey;
    pointer-events: none;
    cursor: not-allowed;
    font: inherit;
    border: none;
}

/* Content Section Styles */
.content-section[b-wf4e3d8gs8] {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

    .content-section:last-child[b-wf4e3d8gs8] {
        border-bottom: none;
    }

.application-header[b-wf4e3d8gs8] {
    margin-top: 30px;
    font-weight: 600;
}

/* Organization Header Styles */
.organization-header[b-wf4e3d8gs8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.social-right-side[b-wf4e3d8gs8] {
    display: flex;
    gap: 25px;
}

.social-icon[b-wf4e3d8gs8] {
    width: 25px;
    height: 28px;
}

.social-icon-link[b-wf4e3d8gs8] {
    transition: transform 0.2s;
}

    .social-icon-link:hover[b-wf4e3d8gs8] {
        transform: scale(1.1);
    }

/* Form Styles */
.form-row[b-wf4e3d8gs8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    width: 100%;
}

.form-group[b-wf4e3d8gs8] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    width: 100%;
    margin-right: 5px;
}

    .form-group label[b-wf4e3d8gs8] {
        width: 100px;
        white-space: nowrap;
        color: #333333;
        font-size: 12px;
    }

/* Input Styles */
.underline-only[b-wf4e3d8gs8] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.bordered-textbox[b-wf4e3d8gs8] {
    border: none;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.large-textbox[b-wf4e3d8gs8] {
    height: 150px;
    padding: 10px;
}

.scrollable-description[b-wf4e3d8gs8] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
    font: inherit;
}

/* Carousel/Image Gallery Styles */
.carousel-section[b-wf4e3d8gs8] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0;
}

.carousel-container[b-wf4e3d8gs8] {
    width: 600px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-left: 20px;
}

.item[b-wf4e3d8gs8] {
    width: 600px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f9fa;
    overflow: hidden;
}

    .item img[b-wf4e3d8gs8] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #f8f9fa;
        padding: 10px;
    }

.placeholder-box[b-wf4e3d8gs8] {
    width: 400px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
    margin: 0 auto;
}

    .placeholder-box p[b-wf4e3d8gs8] {
        color: #6c757d;
        margin: 0;
    }

/* Image Modal Styles */
.image-modal[b-wf4e3d8gs8] {
    width: 1000px !important;
    height: 600px !important;
}

.modal-image-container[b-wf4e3d8gs8] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-image-container img[b-wf4e3d8gs8] {
        max-width: 800px;
        max-height: 500px;
        object-fit: contain;
    }

.close-button[b-wf4e3d8gs8] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #1C355E;
}

    .close-button:hover[b-wf4e3d8gs8] {
        color: #dc3545;
    }

/* Approval/Rejection Button Styles */
.approve-button-group[b-wf4e3d8gs8] {
    padding-top: 5%;
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.approve-btn[b-wf4e3d8gs8], .deny-btn[b-wf4e3d8gs8] {
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 18px;
    cursor: pointer;
}

.accepted-status-button[b-wf4e3d8gs8] {
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
}

.denied-status-button[b-wf4e3d8gs8] {
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
}

/* Telerik Component Overrides */
/* Carousel arrow styles */
.t-carousel .k-icon[b-wf4e3d8gs8] {
    color: #1C355E !important;
}

.t-carousel .k-button[b-wf4e3d8gs8] {
    background-color: transparent !important;
    border: none !important;
}

.k-textbox[readonly][b-wf4e3d8gs8],
.k-input[readonly][b-wf4e3d8gs8] {
    border-color: transparent !important;
}

.k-textbox[b-wf4e3d8gs8]::after,
.k-textbox[b-wf4e3d8gs8]::before,
.k-input[b-wf4e3d8gs8]::after,
.k-input[b-wf4e3d8gs8]::before {
    border-color: transparent !important;
}

.k-textbox:focus[b-wf4e3d8gs8]::after,
.k-textbox.k-focus[b-wf4e3d8gs8]::after,
.k-textbox.k-state-focused[b-wf4e3d8gs8]::after,
.k-input:focus[b-wf4e3d8gs8]::after,
.k-input.k-focus[b-wf4e3d8gs8]::after,
.k-input.k-state-focused[b-wf4e3d8gs8]::after {
    border-color: transparent !important;
}

.k-textbox input[b-wf4e3d8gs8],
.k-input input[b-wf4e3d8gs8] {
    border: none !important;
    outline: none !important;
}

    .k-textbox input:focus[b-wf4e3d8gs8],
    .k-input input:focus[b-wf4e3d8gs8] {
        border: none !important;
        outline: none !important;
    }

.send-email-btn[b-wf4e3d8gs8] {
    background-color: #1C355E !important;
    color: #fff !important;
    border: none !important;
    border-radius: 24px !important;
    padding: 18px 40px !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    min-width: 140px;
    min-height: 70px;
    box-shadow: none !important;
    transition: background 0.2s;
}

    .send-email-btn:hover[b-wf4e3d8gs8],
    .send-email-btn:focus[b-wf4e3d8gs8] {
        background-color: #16294a !important;
    }

.reviewing-btn[b-wf4e3d8gs8] {
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 5px 30px;
    font-size: 18px;
    cursor: pointer;
}
.reviewing-status-button[b-wf4e3d8gs8] {
    background-color: #f7c948;
    color: #222;
    padding: 4px 12px;
    border-radius: 4px;
}

.missing-docs-modal[b-wf4e3d8gs8] {
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 4px 24px rgba(44, 44, 44, 0.08) !important;
    width: 420px !important;
    min-height: 280px;
    padding: 0 !important;
}

    .missing-docs-modal .modal-header[b-wf4e3d8gs8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 24px 0 24px;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .missing-docs-modal .modal-title[b-wf4e3d8gs8] {
        font-weight: 700;
        font-size: 1.25rem;
        color: #222;
    }

    .missing-docs-modal .close-button[b-wf4e3d8gs8] {
        background: #f7f7f7;
        border: none;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        font-size: 1.25rem;
        color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 12px;
    }

    .missing-docs-modal .modal-content[b-wf4e3d8gs8] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 180px;
        padding: 0 24px 24px 24px;
    }

    .missing-docs-modal .missing-docs-icon[b-wf4e3d8gs8] {
        background: #f7f7f7;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
        font-size: 2rem;
        color: #F2BC12;
    }

    .missing-docs-modal .missing-docs-text[b-wf4e3d8gs8] {
        color: #757575;
        font-size: 1rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 12px;
    }

    .missing-docs-modal .missing-docs-list[b-wf4e3d8gs8] {
        color: #E11C19;
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 24px;
        text-align: center;
    }

    .missing-docs-modal .notify-btn[b-wf4e3d8gs8] {
        background: #F2BC12;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 12px 36px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s;
    }

        .missing-docs-modal .notify-btn:disabled[b-wf4e3d8gs8] {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .missing-docs-modal .notify-btn:hover[b-wf4e3d8gs8],
        .missing-docs-modal .notify-btn:focus[b-wf4e3d8gs8] {
            background: #d1a20f;
        }

.review-docs-modal[b-wf4e3d8gs8] {
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 4px 24px rgba(44, 44, 44, 0.08) !important;
    width: 500px !important;
    min-height: 220px;
    padding: 0 !important;
}

    .review-docs-modal .modal-header[b-wf4e3d8gs8] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 24px 0 24px;
        font-size: 1.25rem;
        font-weight: 700;
    }

    .review-docs-modal .modal-title[b-wf4e3d8gs8] {
        font-weight: 700;
        font-size: 1.25rem;
        color: #222;
    }

    .review-docs-modal .close-button[b-wf4e3d8gs8] {
        background: #f7f7f7;
        border: none;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        font-size: 1.25rem;
        color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 12px;
    }

    .review-docs-modal .modal-content[b-wf4e3d8gs8] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 120px;
        padding: 0 24px 24px 24px;
    }

    .review-docs-modal .review-docs-text[b-wf4e3d8gs8] {
        color: #757575;
        font-size: 1rem;
        font-weight: 500;
        text-align: center;
        margin-bottom: 24px;
    }

    .review-docs-modal .notify-btn[b-wf4e3d8gs8] {
        background: #F2BC12;
        color: #fff;
        border: none;
        border-radius: 8px;
        padding: 12px 36px;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.2s;
    }

        .review-docs-modal .notify-btn:disabled[b-wf4e3d8gs8] {
            opacity: 0.7;
            cursor: not-allowed;
        }

        .review-docs-modal .notify-btn:hover[b-wf4e3d8gs8],
        .review-docs-modal .notify-btn:focus[b-wf4e3d8gs8] {
            background: #d1a20f;
        }
/* /Pages/Applications/Applications.razor.rz.scp.css */
.dashboard-container[b-onhry60rj2] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.content[b-onhry60rj2] {
    padding-top: 1.1rem;
    height: 100%;
}

.small-rating-start[b-onhry60rj2] {
    transform: scale(0.7);
    transform-origin: left top;
}

/* Header Actions Area */
.header-actions[b-onhry60rj2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.match-threshold-title[b-onhry60rj2] {
    flex: 0 0 auto;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
}

.slider-container[b-onhry60rj2] {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
    justify-content: center;
    max-width: 600px;
}

.match-progress-label[b-onhry60rj2] {
    margin-left: 10px;
    min-width: 40px;
}

.custom-slider[b-onhry60rj2] {
    flex-grow: 1;
}

.matching-icon-button[b-onhry60rj2] {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    margin-left: 20px;
}

    .matching-icon-button:disabled[b-onhry60rj2] {
        cursor: not-allowed;
        opacity: 0.5;
        pointer-events: none;
    }

        .matching-icon-button:disabled img[b-onhry60rj2] {
            filter: grayscale(100%);
        }

.matching-icon[b-onhry60rj2] {
    width: 30px;
    height: 30px;
}

/* Table/Grid Styles */
.table-wrapper[b-onhry60rj2] {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.custom-grid .k-grid-header[b-onhry60rj2] {
    display: none;
}

.custom-grid .k-grid-content[b-onhry60rj2] {
    overflow: hidden;
    border-style: none;
    border-radius: 10px;
}

    .custom-grid .k-grid-content tr[b-onhry60rj2] {
        background-color: #F1F3F5;
        text-align: center;
        border-style: none;
        font-size: 12px;
    }

        .custom-grid .k-grid-content tr:nth-child(even)[b-onhry60rj2] {
            background-color: #ffffff;
        }

    .custom-grid .k-grid-content td[b-onhry60rj2] {
        border: none;
        position: relative;
        padding-right: 10px;
        text-align: center;
        vertical-align: middle;
    }

        .custom-grid .k-grid-content td:not(:last-child)[b-onhry60rj2]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: #ccc;
            padding-left: 10px;
        }

/* Link Styles */
a[b-onhry60rj2], .t-link[b-onhry60rj2] {
    color: #1c355e !important;
    font: inherit;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

    .t-link:hover[b-onhry60rj2] {
        text-decoration: underline !important;
        color: #D4A010;
    }

/* Modal Styles */
.custom-modal[b-onhry60rj2] {
    max-height: 90vh;
}

.modal-content[b-onhry60rj2] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal-header[b-onhry60rj2] {
    flex: 0 0 auto;
    padding: 1rem;
    border: none;
}

.modal-title[b-onhry60rj2] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.close-button[b-onhry60rj2] {
    background: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
}

/* Form Styles */
.form-grid[b-onhry60rj2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-group[b-onhry60rj2] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    width: 100%;
    margin-right: 5px;
}

    .form-group.full-width[b-onhry60rj2] {
        grid-column: span 2;
        width: 100%;
    }

    .form-group.half-width[b-onhry60rj2] {
        grid-column: span 1;
    }

    .form-group.text-center[b-onhry60rj2] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }

.form-control-edit[b-onhry60rj2] {
    background-color: #F1F3F5;
    border: none;
    border-radius: 8px;
    padding: 7px;
    width: 100%;
    outline: none;
    position: relative;
    padding-right: 30px;
    margin-bottom:20px;
}

.btn-primary[b-onhry60rj2] {
    background-color: #F2BC12;
    color: white;
    border: none;
    padding: 10px 40px;
    border-radius: 10px;
    cursor: pointer;
    width: auto;
    min-width: 40px;
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

    .btn-primary:hover[b-onhry60rj2] {
        background-color: #D4A010;
    }

/* Grid/Table Overrides */
.k-grid[b-onhry60rj2] {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.k-grid-header[b-onhry60rj2] {
    color: white;
}

    .k-grid-header th[b-onhry60rj2] {
        background-color: #F1F3F5;
        border-bottom: 1px solid #F1F3F5;
        padding: 12px 16px;
    }

        .k-grid-header th:first-child[b-onhry60rj2] {
            border-top-left-radius: 12px;
        }

        .k-grid-header th:last-child[b-onhry60rj2] {
            border-top-right-radius: 12px;
        }

        .k-grid-header th.k-state-selected[b-onhry60rj2],
        .k-grid-header th.k-state-focused[b-onhry60rj2] {
            background-color: #1C355E !important;
            color: white !important;
        }

            .k-grid-header th.k-state-selected .k-icon[b-onhry60rj2],
            .k-grid-header th.k-state-focused .k-icon[b-onhry60rj2] {
                color: white;
            }

.k-grid tbody tr[b-onhry60rj2] {
    transition: background-color 0.2s ease;
}

    .k-grid tbody tr:nth-child(odd)[b-onhry60rj2] {
        background-color: #f8fafc;
    }

    .k-grid tbody tr:nth-child(even)[b-onhry60rj2] {
        background-color: white;
    }

    .k-grid tbody tr:hover[b-onhry60rj2] {
        background-color: #eff6ff;
    }

.k-grid td[b-onhry60rj2] {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

/* Export Button Styles */
.k-grid-toolbar .k-button[b-onhry60rj2] {
    background-color: #1C355E;
    color: white;
    border-radius: 6px;
    border: none;
    padding: 8px 16px;
    margin-right: 8px;
    transition: background-color 0.2s ease;
}

    .k-grid-toolbar .k-button:hover[b-onhry60rj2] {
        background-color: #F1F3F5;
        color: #212121;
    }

.k-checkbox-label[b-onhry60rj2] {
    margin-left: 8px;
    color: #4b5563;
}

/* Slider Styles */
.k-slider .k-slider-track[b-onhry60rj2] {
    background-color: #e0e0e0;
    height: 8px;
}

.k-slider .k-slider-selection[b-onhry60rj2] {
    background-color: #1C355E;
}

.k-slider .k-draghandle[b-onhry60rj2] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1C355E;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .k-slider .k-draghandle:hover[b-onhry60rj2],
    .k-slider .k-draghandle:focus[b-onhry60rj2] {
        background-color: #0f2543;
        transform: scale(1.1);
    }

/* Tooltip Styles */
.k-tooltip[b-onhry60rj2] {
    background-color: #1C355E;
    color: white;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.k-tooltip-content[b-onhry60rj2] {
    padding: 4px 0;
}

.form-group[b-onhry60rj2] {
    position: relative;
}

    .form-group[title]:hover[b-onhry60rj2]::before {
        content: attr(title);
        position: absolute;
        top: -35px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #333;
        color: white;
        padding: 5px 10px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        z-index: 1000;
        pointer-events: none;
    }

    .form-group[title]:hover[b-onhry60rj2]::after {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #333;
        z-index: 1000;
        pointer-events: none;
    }
/* /Pages/Applications/SpeakerDetails.razor.rz.scp.css */
.dashboard-container[b-2npms3vil3] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

/* Application Header Styles */
.application-header-container[b-2npms3vil3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.left-section[b-2npms3vil3] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.back-button[b-2npms3vil3] {
    background: none;
    border: none;
    cursor: pointer;
}

.mission-title[b-2npms3vil3] {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .mission-title h2[b-2npms3vil3] {
        margin: 0;
        font-size: 1.5rem;
    }

.star-button[b-2npms3vil3] {
    background-color: #1C355E;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.star-icon[b-2npms3vil3] {
    color: white;
}

.application-right-section[b-2npms3vil3] {
    margin-left: auto;
}

/* Application Menu Styles */
.application-custom-menu[b-2npms3vil3] {
    display: flex;
    gap: 20px;
}

.application-menu-item[b-2npms3vil3] {
    list-style-type: none;
    padding: 5px 10px;
}

    .application-menu-item.active[b-2npms3vil3] {
        border-bottom: 2px solid #1C355E;
    }

.application-menu-link[b-2npms3vil3] {
    text-decoration: none;
    color: #333;
}

/* Table Styles */
.table-wrapper[b-2npms3vil3] {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
}

/* Link Styles */
a[b-2npms3vil3], .t-link[b-2npms3vil3] {
    color: #1c355e !important;
    font: inherit;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

    .t-link:hover[b-2npms3vil3] {
        text-decoration: underline !important;
        color: #0d6efd;
    }

.t-link-disabled[b-2npms3vil3] {
    color: black !important;
    font: inherit;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

/* Modal Window Styles */
.custom-modal[b-2npms3vil3] {
    max-height: 90vh;
}

.modal-content[b-2npms3vil3] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.modal-header[b-2npms3vil3] {
    flex: 0 0 auto;
    padding: 1rem;
    border: none;
}

.modal-title[b-2npms3vil3] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.close-button[b-2npms3vil3] {
    background: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
}

.content-modal[b-2npms3vil3] {
    padding: 0 20px;
}

/* Content Section Styles */
.content-section[b-2npms3vil3] {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

    .content-section:last-child[b-2npms3vil3] {
        border-bottom: none;
    }

.application-header[b-2npms3vil3] {
    margin-top: 30px;
    font-weight: 600;
}

/* Form Styles */
.form-row[b-2npms3vil3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    width: 100%;
}

.form-group[b-2npms3vil3] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    width: 100%;
    margin-right: 5px;
}

    .form-group label[b-2npms3vil3] {
        width: 100px;
        white-space: nowrap;
        color: #333333;
        font-size: 12px;
    }

/* Input Styles */
.underline-only[b-2npms3vil3] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

/* Grid/Table Styles */
.k-grid[b-2npms3vil3] {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.k-grid-header[b-2npms3vil3] {
    color: white;
}

    .k-grid-header th[b-2npms3vil3] {
        background-color: #F1F3F5;
        border-bottom: 1px solid #F1F3F5;
        padding: 12px 16px;
    }

        .k-grid-header th:first-child[b-2npms3vil3] {
            border-top-left-radius: 12px;
        }

        .k-grid-header th:last-child[b-2npms3vil3] {
            border-top-right-radius: 12px;
        }

        .k-grid-header th.k-state-selected[b-2npms3vil3],
        .k-grid-header th.k-state-focused[b-2npms3vil3] {
            background-color: #1C355E !important;
            color: white !important;
        }

            .k-grid-header th.k-state-selected .k-icon[b-2npms3vil3],
            .k-grid-header th.k-state-focused .k-icon[b-2npms3vil3] {
                color: white;
            }

.k-grid tbody tr[b-2npms3vil3] {
    transition: background-color 0.2s ease;
}

    .k-grid tbody tr:nth-child(odd)[b-2npms3vil3] {
        background-color: #f8fafc;
    }

    .k-grid tbody tr:nth-child(even)[b-2npms3vil3] {
        background-color: white;
    }

    .k-grid tbody tr:hover[b-2npms3vil3] {
        background-color: #eff6ff;
    }

.k-grid td[b-2npms3vil3] {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}
/* /Pages/DioceseManagement.razor.rz.scp.css */
.dashboard-container[b-0s3e805xkn] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.content[b-0s3e805xkn] {
    padding-top: 1.1rem;
    height: 100%;
}

/* Header Actions Area */
.header-actions[b-0s3e805xkn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.diocese-info[b-0s3e805xkn] {
    display: flex;
    align-items: center;
}

    .diocese-info h4[b-0s3e805xkn] {
        margin-right: 0.5rem;
        margin-bottom: 0;
    }

.actions[b-0s3e805xkn] {
    display: flex;
    gap: 10px;
}

/* Button Styles */
.btn-add[b-0s3e805xkn] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: none;
}

.btn-edit[b-0s3e805xkn] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: none;
    margin-left: 10px;
}

.btn-primary[b-0s3e805xkn] {
    background-color: #F2BC12;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

/* Table Styles */
.table-wrapper[b-0s3e805xkn] {
    padding: 10px;
    overflow: hidden;
    margin-top: 10px;
}

/* Modal Styles */
.custom-modal[b-0s3e805xkn] {
    max-height: 90vh;
    overflow-x:hidden;
}

.modal-content[b-0s3e805xkn] {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
}

.modal-header[b-0s3e805xkn] {
    flex: 0 0 auto;
    padding: 1rem;
    border: none;
}

.modal-body[b-0s3e805xkn] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem;
}

.modal-title-container[b-0s3e805xkn] {
    display: flex;
    flex: 1;
    align-items: center;
}

.modal-title[b-0s3e805xkn] {
    margin: 0;
    font-size: 30px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

.close-button[b-0s3e805xkn] {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-actions[b-0s3e805xkn] {
    display: flex;
    align-items: center;
}

    .modal-actions .k-button-icon .k-icon[b-0s3e805xkn] {
        font-size: 14px;
    }

/* Form Styles */
.form-grid[b-0s3e805xkn] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-group[b-0s3e805xkn] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
    width: 100%;
    margin-right: 5px;
}

    .form-group.full-width[b-0s3e805xkn] {
        grid-column: span 2;
        width: 100%;
    }

    .form-group label[b-0s3e805xkn] {
        width: 100px;
        white-space: nowrap;
        color: #333333;
        font-size: 12px;
    }

    .form-group.text-center[b-0s3e805xkn] {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
    }

        .form-group.text-center .btn-primary[b-0s3e805xkn] {
            background-color: #F2BC12;
            color: white;
            border: none;
            padding: 10px 40px;
            border-radius: 10px;
            cursor: pointer;
            width: auto;
            min-width: 40px;
            text-align: center;
            font-size: 18px;
            justify-content: center;
            align-items: center;
        }

            .form-group.text-center .btn-primary:hover[b-0s3e805xkn] {
                background-color: #c0392b;
            }

/* Input Styles */
.editable[b-0s3e805xkn] {
    border: 2px solid #1c355e;
    padding: 10px;
    border-radius: 5px;
}

.underline-only[b-0s3e805xkn] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    cursor: var(--underline-cursor, text); /* Default to text cursor */
}

.edit-mode .underline-only[b-0s3e805xkn] {
    --underline-cursor: text; /* Editable mode */
}

.readonly-mode .underline-only[b-0s3e805xkn] {
    --underline-cursor: not-allowed; /* Read-only mode */
}

/* Telerik Grid Styles */
.k-grid[b-0s3e805xkn] {
    border-radius: 12px;
    overflow: hidden;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.k-grid-header[b-0s3e805xkn] {
    color: white;
}

    .k-grid-header th[b-0s3e805xkn] {
        background-color: #F1F3F5;
        border-bottom: 1px solid #F1F3F5;
        padding: 12px 16px;
    }

        .k-grid-header th:first-child[b-0s3e805xkn] {
            border-top-left-radius: 12px;
        }

        .k-grid-header th:last-child[b-0s3e805xkn] {
            border-top-right-radius: 12px;
        }

        .k-grid-header th.k-state-selected[b-0s3e805xkn],
        .k-grid-header th.k-state-focused[b-0s3e805xkn] {
            background-color: #1C355E !important;
            color: white !important;
        }

            .k-grid-header th.k-state-selected .k-icon[b-0s3e805xkn],
            .k-grid-header th.k-state-focused .k-icon[b-0s3e805xkn] {
                color: white;
            }

.k-grid tbody tr[b-0s3e805xkn] {
    transition: background-color 0.2s ease;
}

    .k-grid tbody tr:nth-child(odd)[b-0s3e805xkn] {
        background-color: #f8fafc;
    }

    .k-grid tbody tr:nth-child(even)[b-0s3e805xkn] {
        background-color: white;
    }

    .k-grid tbody tr:hover[b-0s3e805xkn] {
        background-color: #eff6ff;
    }

.k-grid td[b-0s3e805xkn] {
    padding: 12px 16px;
    border-bottom: 1px solid #e2e8f0;
}

/* Link Styles */
a[b-0s3e805xkn], .t-link[b-0s3e805xkn] {
    color: #1c355e !important;
    font: inherit;
    text-decoration: none;
    border: none;
    background-color: transparent;
}

    .t-link:hover[b-0s3e805xkn] {
        text-decoration: underline !important;
        color: #D4A010;
    }

/* Header Styles */
.application-header[b-0s3e805xkn] {
    margin-top: 30px;
    font-weight: 600;
}

/* Telerik Input Overrides */
.k-textbox[readonly][b-0s3e805xkn],
.k-input[readonly][b-0s3e805xkn] {
    border-color: transparent !important;
}

.k-textbox[b-0s3e805xkn]::after,
.k-textbox[b-0s3e805xkn]::before,
.k-input[b-0s3e805xkn]::after,
.k-input[b-0s3e805xkn]::before {
    border-color: transparent !important;
}

.k-textbox:focus[b-0s3e805xkn]::after,
.k-textbox.k-focus[b-0s3e805xkn]::after,
.k-textbox.k-state-focused[b-0s3e805xkn]::after,
.k-input:focus[b-0s3e805xkn]::after,
.k_input.k-focus[b-0s3e805xkn]::after,
.k-input.k-state-focused[b-0s3e805xkn]::after {
    border-color: transparent !important;
}

.k-textbox input[b-0s3e805xkn],
.k-input input[b-0s3e805xkn] {
    border: none !important;
    outline: none !important;
}

    .k-textbox input:focus[b-0s3e805xkn],
    .k-input input:focus[b-0s3e805xkn] {
        border: none !important;
        outline: none !important;
    }

/* Loading Animation */
@keyframes dotdotdot-b-0s3e805xkn {
    0% {
        letter-spacing: 0;
    }
    25% {
        letter-spacing: 0.15em;
    }
    50% {
        letter-spacing: 0.3em;
    }
    75% {
        letter-spacing: 0.45em;
    }
    100% {
        letter-spacing: 0.6em;
    }
}

span[style*="animation: dotdotdot"][b-0s3e805xkn] {
    display: inline-block;
    animation: dotdotdot-b-0s3e805xkn 1.5s infinite;
    overflow: hidden;
}
/* /Pages/DocumentCenter.razor.rz.scp.css */
/* Original Message Center Styles */

.document-card[b-e85wqo7foq] {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0;
    position: relative;
    background: #fff;
    transition: box-shadow 0.2s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

    .document-card:hover[b-e85wqo7foq] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

.document-card[b-e85wqo7foq] {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0;
    position: relative;
    background: #fff;
    transition: box-shadow 0.2s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 350px;
}

    .document-card:hover[b-e85wqo7foq] {
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

.document-preview[b-e85wqo7foq] {
    position: relative;
    padding: 3rem 1.5rem;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}

.pdf-icon[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #666;
    text-align: center;
}

    .pdf-icon .k-svg-icon[b-e85wqo7foq],
    .pdf-icon svg[b-e85wqo7foq] {
        font-size: 4rem;
        width: 4rem;
        height: 4rem;
        color: #1C355E;
        opacity: 0.7;
    }

    .pdf-icon span[b-e85wqo7foq] {
        font-size: 0.75rem;
        font-weight: 600;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* Improved trash icon - bigger, gray background, positioned to the right */
.trash-icon[b-e85wqo7foq] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    background: linear-gradient(135deg, #f5f5f5 0%, #e9e9e9 100%);
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 26px;
}

    .trash-icon:hover[b-e85wqo7foq] {
        background: #ffffff;
        border-radius: 50px;
    }

.document-info[b-e85wqo7foq] {
    padding: 1.25rem 1.5rem;
    background: #1C355E;
    color: white;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trash-icon:hover[b-e85wqo7foq] {
    color: #d32f2f;
    background: #fff;
    border-color: #ffcdd2;
    box-shadow: 0 3px 12px rgba(211, 47, 47, 0.2);
    transform: scale(1.05);
}

.trash-icon:active[b-e85wqo7foq] {
    transform: scale(0.98);
}

.document-info[b-e85wqo7foq] {
    padding: 1.25rem 1.5rem;
    background: #1C355E;
    color: white;
}

    .document-info small[b-e85wqo7foq] {
        display: block;
        font-size: 0.9rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        color: white;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
    }

.view-button[b-e85wqo7foq] {
    width: 100%;
    padding: 0.625rem 1rem;
    background: transparent;
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .view-button:hover[b-e85wqo7foq] {
        background: rgba(255, 255, 255, 0.15);
        border-color: white;
    }

    .view-button:active[b-e85wqo7foq] {
        transform: scale(0.98);
    }

/* Document cards grid layout */
.document-cards[b-e85wqo7foq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    padding: 1rem;
}

.message-center-container[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

    .message-center-container.side-by-side[b-e85wqo7foq] {
        flex-direction: row;
    }

.message-list-container[b-e85wqo7foq] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.message-detail-container[b-e85wqo7foq] {
    flex: 2;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-left: 20px;
}

.message-center-container.side-by-side .message-list-container[b-e85wqo7foq] {
    flex: 1;
}

.message-center-container.side-by-side .message-detail-container[b-e85wqo7foq] {
    flex: 2;
}

.message-list[b-e85wqo7foq] {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.message-center-header[b-e85wqo7foq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.menu-tabs[b-e85wqo7foq] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0 24px;
    justify-content: flex-start;
}

.menu-tab[b-e85wqo7foq] {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 600;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    padding: 0 12px;
    font-size: 15px;
    border-radius: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-tab.active[b-e85wqo7foq] {
        color: red;
        border-bottom: 2px solid red;
    }

.message-list[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
}

    .message:hover[b-e85wqo7foq],
    .message.selected[b-e85wqo7foq] {
        background-color: #e9e9e9;
    }

.profile-image[b-e85wqo7foq] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-details[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
}

.profile-containers[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.message-content[b-e85wqo7foq] {
    flex: 1;
}

.message-sender[b-e85wqo7foq] {
    font-weight: 700;
}

.message-role[b-e85wqo7foq] {
    font-size: 12px;
    color: gray;
}

.message-body[b-e85wqo7foq] {
    font-weight: 400;
    color: #333;
}

.message-time[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.unread-indicator[b-e85wqo7foq] {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

.add-button[b-e85wqo7foq] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.message-detail-header[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .message-detail-header .profile-details[b-e85wqo7foq] {
        margin-right: auto;
    }

.message-detail-body[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: calc(100vh - 250px);
}

    .message-detail-body h2[b-e85wqo7foq] {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
    }

.message-detail-actions[b-e85wqo7foq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #E5E5E5;
    margin-top: 10px;
}

.actions-left[b-e85wqo7foq] {
    display: flex;
    gap: 10px;
}

/* Reply Component */
.reply-modal[b-e85wqo7foq] {
    position: absolute;
    bottom: 10px;
    right: 20px;
    max-width: 800px;
    width: 90%;
    background: #F1F3F6;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    border-radius: 20px;
}


.reply-modal-content[b-e85wqo7foq] {
    width: 100%;
    z-index: 1000;
    padding: 20px;
    background: #F1F3F6;
    border-radius: 10px;
}

.reply-modal-header[b-e85wqo7foq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F1F3F6;
    padding-bottom: 10px;
}

.reply-modal-close[b-e85wqo7foq] {
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
}

.reply-modal-body[b-e85wqo7foq] {
    margin-top: 10px;
    background: #F1F3F6;
}

.reply-form-control[b-e85wqo7foq] {
    background: #F1F3F6;
    border: none;
    width: 100%;
    resize: none;
    height: 150px;
    outline: none;
    box-shadow: none;
}

.reply-modal-footer[b-e85wqo7foq] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.default-btn[b-e85wqo7foq] {
    background-color: #0B2852;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .default-btn:hover[b-e85wqo7foq] {
        background-color: #0A1F40;
    }

.gray-btn[b-e85wqo7foq] {
    background-color: #F2F2F2;
    color: #333;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .gray-btn:hover[b-e85wqo7foq] {
        background-color: #E5E5E5;
    }

.close-button[b-e85wqo7foq] {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Forms and Inputs */
.underline-only[b-e85wqo7foq] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.underline-only-email[b-e85wqo7foq] {
    border: none;
    outline: none;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: transparent;
}

/* Contact Card */
.contact-card[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .contact-card .profile-image[b-e85wqo7foq] {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .contact-card .profile-details[b-e85wqo7foq] {
        margin-left: 10px;
        overflow: hidden;
    }

    .contact-card .profile-name[b-e85wqo7foq] {
        font-weight: bold;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .contact-card .profile-email[b-e85wqo7foq] {
        color: #666;
        font-size: 12px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.attachment-buttons[b-e85wqo7foq] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.attachment-btn[b-e85wqo7foq] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
}

.send-btn[b-e85wqo7foq] {
    background-color: #0B2852;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

    .send-btn:hover[b-e85wqo7foq] {
        background-color: #0A1F40;
    }

.close[b-e85wqo7foq] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

    .close:hover[b-e85wqo7foq] {
        color: #333;
    }

/* Inline Reply Styles */
.inline-reply-area[b-e85wqo7foq] {
    margin-top: 20px;
    padding: 15px;
    background-color: #F1F3F6;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.inline-reply-header[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .inline-reply-header .profile-image[b-e85wqo7foq] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }

.inline-reply-close[b-e85wqo7foq] {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
}

.inline-reply-body[b-e85wqo7foq] {
    margin-bottom: 15px;
}

.inline-reply-textarea[b-e85wqo7foq] {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    resize: none;
    font-family: inherit;
    font-size: 14px;
    background-color: #F1F3F6;
    outline: none;
    min-height: 100px;
    overflow-y: auto;
}

    .inline-reply-textarea:focus[b-e85wqo7foq] {
        border-color: #1C355E;
    }

.inline-reply-footer[b-e85wqo7foq] {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.reply-actions[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Message Thread Styles */
.message-thread[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.thread-message[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 85%;
}

    .thread-message.from-current-user[b-e85wqo7foq] {
        align-self: flex-end;
        background-color: #E6F2FF;
        border-bottom-right-radius: 2px;
    }

    .thread-message.from-other-user[b-e85wqo7foq] {
        align-self: flex-start;
        background-color: #F5F5F5;
        border-bottom-left-radius: 2px;
    }

.thread-message-header[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.thread-profile-image[b-e85wqo7foq] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.thread-profile-details[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
}

.thread-message-sender[b-e85wqo7foq] {
    font-weight: 600;
    font-size: 14px;
}

.thread-message-time[b-e85wqo7foq] {
    font-size: 12px;
    color: #777;
}

.thread-message-content[b-e85wqo7foq] {
    font-size: 14px;
    line-height: 1.5;
}

    .thread-message-content p[b-e85wqo7foq] {
        margin: 0;
    }

/* Additional styles to ensure thread appearance works properly */
.message.unread[b-e85wqo7foq] {
    font-weight: bold;
    background-color: rgba(240, 248, 255, 0.5);
}

/* Improved scrolling for message thread */
.message-detail-body[b-e85wqo7foq] {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
}

/* Fix for the fixed position of action buttons */
.message-detail-actions[b-e85wqo7foq] {
    position: relative;
    bottom: auto;
    width: auto;
}

/* Improved spacing for the inline reply area */
.inline-reply-area[b-e85wqo7foq] {
    margin-top: auto;
    border-top: 1px solid #eee;
}

/* Make sure the thread messages have proper spacing */
.thread-message[b-e85wqo7foq] {
    margin-bottom: 5px;
}

/* Ensure the thread message content is properly padded */
.thread-message-content[b-e85wqo7foq] {
    padding: 5px 0;
}

/* Animation for new messages */
@keyframes fadeIn-b-e85wqo7foq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.thread-message[b-e85wqo7foq] {
    animation: fadeIn-b-e85wqo7foq 0.3s ease-out;
}

    .thread-message:hover[b-e85wqo7foq] {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }

/* Ensure the reply area stays at bottom */
.message-detail-container[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
}

/* Style adjustments for message detail body scrolling */
.message-detail-body[b-e85wqo7foq] {
    padding-right: 10px;
    margin-right: -10px;
}

/* Add date separator in thread */
.date-separator[b-e85wqo7foq] {
    text-align: center;
    margin: 15px 0;
    position: relative;
}

    .date-separator[b-e85wqo7foq]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        z-index: 1;
    }

    .date-separator span[b-e85wqo7foq] {
        background-color: white;
        padding: 0 15px;
        font-size: 12px;
        color: #777;
        position: relative;
        z-index: 2;
    }

.chat-input-container[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    background-color: #F1F3F6;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    align-items: flex-start;
}

.chat-input[b-e85wqo7foq] {
    width: 100%;
    height: 200px;
    border: none;
    outline: none;
    resize: none;
    font-family: inherit;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    background-color: #F1F3F6;
}

.button-group[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.default-btn[b-e85wqo7foq] {
    background-color: #0B2852;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.icon-button[b-e85wqo7foq] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
}

.icon-img[b-e85wqo7foq] {
    width: 20px;
    height: 20px;
}

.back-button-img[b-e85wqo7foq] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    border-radius: 50%;
    border-color: none;
}

.message-center-outlook[b-e85wqo7foq] {
    display: flex;
    flex-direction: row;
    height: 100vh;
    background: #f7f7f7;
    font-family: 'Montserrat', Arial, sans-serif;
}

.message-list-panel[b-e85wqo7foq] {
    width: 520px;
    min-width: 520px;
    background: #fff;
    border-radius: 24px 0 0 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.message-tabs[b-e85wqo7foq] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0 24px;
    justify-content: flex-start;
}

.tab-btn[b-e85wqo7foq] {
    background: #ededed;
    border: none;
    border-radius: 16px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    padding: 0 12px;
    font-size: 15px;
    border-radius: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tab-btn.active[b-e85wqo7foq] {
        background: #ffd44b;
        color: #222;
    }

    .tab-btn.reviewing.active[b-e85wqo7foq] {
        background: #ffd44b;
        color: #222;
    }

.message-list[b-e85wqo7foq] {
    flex: 1;
    overflow-y: auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.message-item[b-e85wqo7foq] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #f5f5f5;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 18px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}

.profile-img[b-e85wqo7foq] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 18px;
    flex-shrink: 0;
}

.message-text[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.message-header-row[b-e85wqo7foq] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.profile-name[b-e85wqo7foq] {
    font-weight: 700;
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
    display: block;
}

.summary-time[b-e85wqo7foq] {
    font-size: 15px;
    color: #aaa;
    font-weight: 600;
    margin-left: 16px;
    white-space: nowrap;
}

.profile-role[b-e85wqo7foq] {
    font-size: 15px;
    color: #b0b0b0;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.message-preview[b-e85wqo7foq] {
    font-size: 16px;
    color: #444;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* --- Modal Styles --- */
.new-message-modal[b-e85wqo7foq] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.12);
    width: 520px;
    max-width: 95vw;
    z-index: 1000;
    padding: 40px 40px 32px 40px;
    display: flex;
    flex-direction: column;
}

.modal-header[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.modal-title[b-e85wqo7foq] {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

.close-modal[b-e85wqo7foq] {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-tabs[b-e85wqo7foq], .modal-tab[b-e85wqo7foq] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 24px;
}

.modal-tab[b-e85wqo7foq] {
    background: #ededed;
    border: none;
    border-radius: 16px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .modal-tab.active[b-e85wqo7foq] {
        background: #ffd44b;
        color: #222;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

.modal-fields[b-e85wqo7foq] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.modal-to[b-e85wqo7foq],
.modal-subject[b-e85wqo7foq] {
    border: none;
    border-bottom: 2px solid #eee;
    font-size: 16px;
    padding: 12px 0;
    background: transparent;
    outline: none;
    color: #222;
}

.modal-body[b-e85wqo7foq] {
    border: none;
    font-size: 16px;
    padding: 12px 0;
    background: transparent;
    outline: none;
    color: #888;
    min-height: 120px;
    resize: none;
}

.modal-footer[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 12px;
}

.send-btn.gold[b-e85wqo7foq] {
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 12px;
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.magic-btn.gold[b-e85wqo7foq] {
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    cursor: pointer;
}

.magic-icon[b-e85wqo7foq] {
    font-size: 22px;
}

/* --- Reply Area Styles --- */
.detail-reply[b-e85wqo7foq] {
    background: #f7f7f7;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reply-profile[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .reply-profile .close-reply[b-e85wqo7foq] {
        background: #f5f5f5;
        border: none;
        border-radius: 50%;
        font-size: 18px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        color: #888;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

.reply-input[b-e85wqo7foq] {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    background: #fff;
    color: #222;
    resize: none;
    min-height: 60px;
    margin-top: 8px;
}

.reply-footer[b-e85wqo7foq] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

/* --- Message Detail Panel --- */
.message-detail-panel[b-e85wqo7foq] {
    flex: 1;
    background: #fff;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    margin-left: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.detail-header[b-e85wqo7foq] {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.close-detail[b-e85wqo7foq] {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

/* --- Compose Button --- */
.compose-btn.gold.circle[b-e85wqo7foq] {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 56px;
    height: 56px;
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    z-index: 10;
}

/* --- Modal Fullscreen --- */
.new-message-modal.fullscreen-modal[b-e85wqo7foq] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vh;
    max-width: 900px;
    max-height: 700px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.12);
    z-index: 1001;
    padding: 40px 40px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* --- Modal Tabs Horizontal --- */
.modal-tabs.horizontal[b-e85wqo7foq] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 32px;
    justify-content: flex-start;
}

.modal-tab[b-e85wqo7foq] {
    background: #ededed;
    border: none;
    border-radius: 16px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .modal-tab.active[b-e85wqo7foq] {
        background: #ffd44b;
        color: #222;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

/* --- Modal Overlay --- */
.modal-overlay[b-e85wqo7foq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 32, 37, 0.18);
    z-index: 999;
}

/* --- TelerikEditor Modern Toolbar Button Styles --- */
.k-editor-toolbar .k-button[b-e85wqo7foq] {
    background: #ededed;
    color: #222;
    border-radius: 12px;
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    font-weight: 600;
    font-size: 15px;
    margin-right: 8px;
    padding: 8px 16px;
    transition: background 0.2s, color 0.2s;
}

    .k-editor-toolbar .k-button:hover[b-e85wqo7foq],
    .k-editor-toolbar .k-button.k-state-active[b-e85wqo7foq] {
        background: #ffd44b;
        color: #222;
    }

    .k-editor-toolbar .k-button:focus[b-e85wqo7foq] {
        outline: none;
        box-shadow: 0 0 0 2px #ffd44b;
    }

.profile-info .profile-name[b-e85wqo7foq] {
    font-weight: 700;
    font-size: 18px;
    color: #222;
    margin-right: 10px;
    display: block;
}

.profile-info .profile-role[b-e85wqo7foq] {
    font-size: 15px;
    color: #b0b0b0;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
/* /Pages/Logout.razor.rz.scp.css */
.logout-overlay[b-29gorw43j7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(10px);
}

.logout-text[b-29gorw43j7] {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
}

.logout-dialog[b-29gorw43j7] {
    background-color: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1001;
    width: 350px;
    height: 250px;
}

.logout-buttons[b-29gorw43j7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.logout-button[b-29gorw43j7] {
    background-color: #1C355E;
    color: white;
    padding: 10px 50px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    margin: 10px;
    font-family: 'Montserrat', sans-serif;
}

    .logout-button:hover[b-29gorw43j7] {
        background-color: darkred;
    }
/* /Pages/MessageCenter.razor.rz.scp.css */
/* Original Message Center Styles */
.message-center-container[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

    .message-center-container.side-by-side[b-zt4hf5r3m4] {
        flex-direction: row;
    }

.message-list-container[b-zt4hf5r3m4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 380px);
}

.message-detail-container[b-zt4hf5r3m4] {
    flex: 2;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-left: 20px;
}

.message-center-container.side-by-side .message-list-container[b-zt4hf5r3m4] {
    flex: 1;
}

.message-center-container.side-by-side .message-detail-container[b-zt4hf5r3m4] {
    flex: 2;
}

.message-list[b-zt4hf5r3m4] {
    overflow-y: auto;
    max-height: calc(100vh - 200px);
}

.message-center-header[b-zt4hf5r3m4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.menu-tabs[b-zt4hf5r3m4] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0 24px;
    justify-content: flex-start;
}

.menu-tab[b-zt4hf5r3m4] {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 12px;
    font-weight: 600;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    padding: 0 12px;
    font-size: 15px;
    border-radius: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-tab.active[b-zt4hf5r3m4] {
        color: red;
        border-bottom: 2px solid red;
    }

.message-list[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.message[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
}

    .message:hover[b-zt4hf5r3m4],
    .message.selected[b-zt4hf5r3m4] {
        background-color: #e9e9e9;
    }

.profile-image[b-zt4hf5r3m4] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-details[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
}

.profile-containers[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.message-content[b-zt4hf5r3m4] {
    flex: 1;
}

.message-sender[b-zt4hf5r3m4] {
    font-weight: 700;
}

.message-role[b-zt4hf5r3m4] {
    font-size: 12px;
    color: gray;
}

.message-body[b-zt4hf5r3m4] {
    font-weight: 400;
    color: #333;
}

.message-time[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.unread-indicator[b-zt4hf5r3m4] {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

.add-button[b-zt4hf5r3m4] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #1C355E;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.message-detail-header[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .message-detail-header .profile-details[b-zt4hf5r3m4] {
        margin-right: auto;
    }

.message-detail-body[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height: calc(100vh - 250px);
}

    .message-detail-body h2[b-zt4hf5r3m4] {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        color: #333;
    }

.message-detail-actions[b-zt4hf5r3m4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #E5E5E5;
    margin-top: 10px;
}

.actions-left[b-zt4hf5r3m4] {
    display: flex;
    gap: 10px;
}

/* Reply Component */
.reply-modal[b-zt4hf5r3m4] {
    position: absolute;
    bottom: 10px;
    right: 20px; /* Keep this */
    max-width: 800px; /* Optional: match layout width */
    width: 90%; /* Or a fixed width like 750px */
    background: #F1F3F6;
    z-index: 1000;
    display: flex;
    justify-content: flex-end; /* Align content to the right */
    padding: 10px;
    border-radius: 20px;
}


.reply-modal-content[b-zt4hf5r3m4] {
    width: 100%;
    z-index: 1000;
    padding: 20px;
    background: #F1F3F6;
    border-radius: 10px;
}

.reply-modal-header[b-zt4hf5r3m4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F1F3F6;
    padding-bottom: 10px;
}

.reply-modal-close[b-zt4hf5r3m4] {
    font-size: 24px;
    cursor: pointer;
    margin-left: auto;
}

.reply-modal-body[b-zt4hf5r3m4] {
    margin-top: 10px;
    background: #F1F3F6;
}

.reply-form-control[b-zt4hf5r3m4] {
    background: #F1F3F6;
    border: none;
    width: 100%;
    resize: none;
    height: 150px;
    outline: none;
    box-shadow: none;
}

.reply-modal-footer[b-zt4hf5r3m4] {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.default-btn[b-zt4hf5r3m4] {
    background-color: #0B2852;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .default-btn:hover[b-zt4hf5r3m4] {
        background-color: #0A1F40;
    }

.gray-btn[b-zt4hf5r3m4] {
    background-color: #F2F2F2;
    color: #333;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

    .gray-btn:hover[b-zt4hf5r3m4] {
        background-color: #E5E5E5;
    }

.close-button[b-zt4hf5r3m4] {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

/* Forms and Inputs */
.underline-only[b-zt4hf5r3m4] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.underline-only-email[b-zt4hf5r3m4] {
    border: none;
    outline: none;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: transparent;
}

/* Contact Card */
.contact-card[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .contact-card .profile-image[b-zt4hf5r3m4] {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .contact-card .profile-details[b-zt4hf5r3m4] {
        margin-left: 10px;
        overflow: hidden;
    }

    .contact-card .profile-name[b-zt4hf5r3m4] {
        font-weight: bold;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .contact-card .profile-email[b-zt4hf5r3m4] {
        color: #666;
        font-size: 12px;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.attachment-buttons[b-zt4hf5r3m4] {
    display: flex;
    gap: 10px;
    align-items: center;
}

.attachment-btn[b-zt4hf5r3m4] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
}

.send-btn[b-zt4hf5r3m4] {
    background-color: #0B2852;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

    .send-btn:hover[b-zt4hf5r3m4] {
        background-color: #0A1F40;
    }

.close[b-zt4hf5r3m4] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

    .close:hover[b-zt4hf5r3m4] {
        color: #333;
    }

/* Inline Reply Styles */
.inline-reply-area[b-zt4hf5r3m4] {
    margin-top: 20px;
    padding: 15px;
    background-color: #F1F3F6;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.inline-reply-header[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .inline-reply-header .profile-image[b-zt4hf5r3m4] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
    }

.inline-reply-close[b-zt4hf5r3m4] {
    margin-left: auto;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
}

.inline-reply-body[b-zt4hf5r3m4] {
    margin-bottom: 15px;
}

.inline-reply-textarea[b-zt4hf5r3m4] {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10px;
    resize: none;
    font-family: inherit;
    font-size: 14px;
    background-color: #F1F3F6;
    outline: none;
    min-height: 100px;
    overflow-y: auto;
}

    .inline-reply-textarea:focus[b-zt4hf5r3m4] {
        border-color: #1C355E;
    }

.inline-reply-footer[b-zt4hf5r3m4] {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.reply-actions[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Message Thread Styles */
.message-thread[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.thread-message[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    max-width: 85%;
}

    .thread-message.from-current-user[b-zt4hf5r3m4] {
        align-self: flex-end;
        background-color: #E6F2FF; /* Light blue for the current user */
        border-bottom-right-radius: 2px;
    }

    .thread-message.from-other-user[b-zt4hf5r3m4] {
        align-self: flex-start;
        background-color: #F5F5F5; /* Light gray for other users */
        border-bottom-left-radius: 2px;
    }

.thread-message-header[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.thread-profile-image[b-zt4hf5r3m4] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.thread-profile-details[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
}

.thread-message-sender[b-zt4hf5r3m4] {
    font-weight: 600;
    font-size: 14px;
}

.thread-message-time[b-zt4hf5r3m4] {
    font-size: 12px;
    color: #777;
}

.thread-message-content[b-zt4hf5r3m4] {
    font-size: 14px;
    line-height: 1.5;
}

    .thread-message-content p[b-zt4hf5r3m4] {
        margin: 0;
    }

/* Additional styles to ensure thread appearance works properly */
.message.unread[b-zt4hf5r3m4] {
    font-weight: bold;
    background-color: rgba(240, 248, 255, 0.5);
}

/* Improved scrolling for message thread */
.message-detail-body[b-zt4hf5r3m4] {
    flex: 1;
    overflow-y: auto;
    padding-right: 5px;
}

/* Fix for the fixed position of action buttons */
.message-detail-actions[b-zt4hf5r3m4] {
    position: relative;
    bottom: auto;
    width: auto;
}

/* Improved spacing for the inline reply area */
.inline-reply-area[b-zt4hf5r3m4] {
    margin-top: auto;
    border-top: 1px solid #eee;
}

/* Make sure the thread messages have proper spacing */
.thread-message[b-zt4hf5r3m4] {
    margin-bottom: 5px;
}

/* Ensure the thread message content is properly padded */
.thread-message-content[b-zt4hf5r3m4] {
    padding: 5px 0;
}

/* Animation for new messages */
@keyframes fadeIn-b-zt4hf5r3m4 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.thread-message[b-zt4hf5r3m4] {
    animation: fadeIn-b-zt4hf5r3m4 0.3s ease-out;
}

    /* Hover effect for thread messages */
    .thread-message:hover[b-zt4hf5r3m4] {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }

/* Ensure the reply area stays at bottom */
.message-detail-container[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
}

/* Style adjustments for message detail body scrolling */
.message-detail-body[b-zt4hf5r3m4] {
    padding-right: 10px;
    margin-right: -10px;
}

/* Add date separator in thread */
.date-separator[b-zt4hf5r3m4] {
    text-align: center;
    margin: 15px 0;
    position: relative;
}

    .date-separator[b-zt4hf5r3m4]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background-color: #e0e0e0;
        z-index: 1;
    }

    .date-separator span[b-zt4hf5r3m4] {
        background-color: white;
        padding: 0 15px;
        font-size: 12px;
        color: #777;
        position: relative;
        z-index: 2;
    }

.chat-input-container[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    background-color: #F1F3F6;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    align-items: flex-start;
}

.chat-input[b-zt4hf5r3m4] {
    width: 100%;
    height: 200px;
    border: none;
    outline: none;
    resize: none;
    font-family: inherit;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    background-color: #F1F3F6;
}

.button-group[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Left alignment */
}

.default-btn[b-zt4hf5r3m4] {
    background-color: #0B2852;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.icon-button[b-zt4hf5r3m4] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
}

.icon-img[b-zt4hf5r3m4] {
    width: 20px;
    height: 20px;
}

.back-button-img[b-zt4hf5r3m4] {
    background-color: rgba(230, 238, 245, 0.3);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    border-radius: 50%;
    border-color: none;
}

.message-center-outlook[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: row;
    height: 100vh;
    background: #f7f7f7;
    font-family: 'Montserrat', Arial, sans-serif;
}

.message-list-panel[b-zt4hf5r3m4] {
    width: 520px; /* was 350px */
    min-width: 520px;
    background: #fff;
    border-radius: 24px 0 0 24px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 32px 0 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

.message-tabs[b-zt4hf5r3m4] {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    padding: 0 24px;
    justify-content: flex-start;
}

.tab-btn[b-zt4hf5r3m4] {
    background: #ededed;
    border: none;
    border-radius: 16px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    padding: 0 12px;
    font-size: 15px;
    border-radius: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tab-btn.active[b-zt4hf5r3m4] {
        background: #ffd44b;
        color: #222;
    }

    .tab-btn.reviewing.active[b-zt4hf5r3m4] {
        background: #ffd44b;
        color: #222;
    }

.message-list[b-zt4hf5r3m4] {
    flex: 1;
    overflow-y: auto;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.message-item[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #f5f5f5;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 18px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}

.profile-img[b-zt4hf5r3m4] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 18px;
    flex-shrink: 0;
}

.message-text[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.message-header-row[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    gap: 8px; /* space between name and time */
}

.profile-name[b-zt4hf5r3m4] {
    font-weight: 700;
    font-size: 18px;
    color: #222;
}

.summary-time[b-zt4hf5r3m4] {
    font-size: 14px;
    color: #777;
    font-weight: 600;
}


.profile-role[b-zt4hf5r3m4] {
    font-size: 12px;
    color: #b0b0b0;
    font-weight: 600;
    margin-top: 5px;
    display: block;
}

.message-preview[b-zt4hf5r3m4] {
    font-size: 16px;
    color: #444;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

/* --- Modal Styles --- */
.new-message-modal[b-zt4hf5r3m4] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.12);
    width: 520px;
    max-width: 95vw;
    z-index: 1000;
    padding: 40px 40px 32px 40px;
    display: flex;
    flex-direction: column;
}

.modal-header[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.modal-title[b-zt4hf5r3m4] {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

.close-modal[b-zt4hf5r3m4] {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    font-size: 22px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-tabs[b-zt4hf5r3m4], .modal-tab[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-bottom: 24px;
}

.modal-tab[b-zt4hf5r3m4] {
    background: #ededed;
    border: none;
    border-radius: 16px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .modal-tab.active[b-zt4hf5r3m4] {
        background: #ffd44b;
        color: #222;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

.modal-fields[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.modal-to[b-zt4hf5r3m4],
.modal-subject[b-zt4hf5r3m4] {
    border: none;
    border-bottom: 2px solid #eee;
    font-size: 16px;
    padding: 12px 0;
    background: transparent;
    outline: none;
    color: #222;
}

.modal-body[b-zt4hf5r3m4] {
    border: none;
    font-size: 16px;
    padding: 12px 0;
    background: transparent;
    outline: none;
    color: #888;
    min-height: 120px;
    resize: none;
}

.modal-footer[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 12px;
}

.send-btn.gold[b-zt4hf5r3m4] {
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 12px;
    padding: 10px 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.magic-btn.gold[b-zt4hf5r3m4] {
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    cursor: pointer;
}

.magic-icon[b-zt4hf5r3m4] {
    font-size: 22px;
}

/* --- Reply Area Styles --- */
.detail-reply[b-zt4hf5r3m4] {
    background: #f7f7f7;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 0px 24px 10px 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
    position: sticky;
    bottom: 0;
}

.reply-profile[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
}

    .reply-profile .profile-img[b-zt4hf5r3m4] {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
    }

    .reply-profile .profile-info[b-zt4hf5r3m4] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .reply-profile .profile-name[b-zt4hf5r3m4] {
        font-weight: 700;
        font-size: 16px;
        color: #222;
    }

    .reply-profile .profile-role[b-zt4hf5r3m4] {
        font-size: 14px;
        color: #888;
    }

    .reply-profile .close-reply[b-zt4hf5r3m4] {
        background: #f5f5f5;
        border: none;
        border-radius: 50%;
        font-size: 18px;
        width: 32px;
        height: 32px;
        cursor: pointer;
        color: #888;
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }


.reply-editor[b-zt4hf5r3m4] {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.k-editor-toolbar[b-zt4hf5r3m4] {
    border-bottom: 1px solid #eee;
    background: #fafafa;
    border-radius: 8px 8px 0 0;
}

/* Reply footer buttons */
.reply-footer[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    justify-content: flex-start;
}

.send-btn.gold[b-zt4hf5r3m4] {
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 12px;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

.magic-btn.gold[b-zt4hf5r3m4] {
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.reply-input[b-zt4hf5r3m4] {
    width: 100%;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    background: #fff;
    color: #222;
    resize: none;
    min-height: 60px;
    margin-top: 8px;
}

.reply-footer[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

/* --- Message Detail Panel --- */

.profile-info[b-zt4hf5r3m4] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.message-detail-panel[b-zt4hf5r3m4] {
    flex: 1;
    background: #fff;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    margin-left: 24px;
    padding: 5px 32px 32px 32px;
    display: flex;
    flex-direction: column;
}

.detail-header[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
}


    .detail-header .profile-img[b-zt4hf5r3m4] {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        object-fit: cover;
    }

    .detail-header .profile-info[b-zt4hf5r3m4] {
        display: flex;
        flex-direction: column;
    }

    .detail-header .name-time-row[b-zt4hf5r3m4] {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
    }

    .detail-header .profile-name[b-zt4hf5r3m4] {
        font-weight: 700;
        font-size: 18px;
        color: #222;
    }

    .detail-header .detail-date[b-zt4hf5r3m4] {
        font-size: 15px;
        color: #aaa;
        font-weight: 600;
        white-space: nowrap;
    }

    .detail-header .profile-role[b-zt4hf5r3m4] {
        font-size: 13px;
        color: #888;
        font-weight: 600;
    }


/* Right side: time + back button */
.header-right[b-zt4hf5r3m4] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.detail-date[b-zt4hf5r3m4] {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    white-space: nowrap;
}

.close-detail[b-zt4hf5r3m4] {
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #888;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* --- Compose Button --- */
.compose-btn.gold.circle[b-zt4hf5r3m4] {
    position: absolute;
    bottom: 32px;
    right: 32px;
    width: 56px;
    height: 56px;
    background: #ffd44b;
    color: #222;
    border: none;
    border-radius: 50%;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    z-index: 10;
}

/* --- Modal Fullscreen --- */
.new-message-modal.fullscreen-modal[b-zt4hf5r3m4] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 80vh;
    max-width: 900px;
    max-height: 700px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 24px rgba(0,0,0,0.12);
    z-index: 1001;
    padding: 40px 40px 32px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* --- Modal Tabs Horizontal --- */
.modal-tabs.horizontal[b-zt4hf5r3m4] {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 32px;
    justify-content: flex-start;
}

.modal-tab[b-zt4hf5r3m4] {
    background: #ededed;
    border: none;
    border-radius: 16px;
    padding: 8px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    transition: background 0.2s;
    min-width: 120px;
    max-width: 140px;
    height: 36px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .modal-tab.active[b-zt4hf5r3m4] {
        background: #ffd44b;
        color: #222;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

/* --- Modal Overlay --- */
.modal-overlay[b-zt4hf5r3m4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 32, 37, 0.18);
    z-index: 999;
}

/* Telerik DropdownList styling for modal */
[b-zt4hf5r3m4] .modal-subject.k-dropdownlist {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

    [b-zt4hf5r3m4] .modal-subject.k-dropdownlist .k-input-inner {
        border: none !important;
        border-bottom: 2px solid #eee !important;
        background: transparent !important;
        color: #222 !important;
        font-size: 16px !important;
        padding: 12px 0 !important;
    }

    [b-zt4hf5r3m4] .modal-subject.k-dropdownlist .k-input-inner::placeholder {
        color: #aaa !important;
    }
/* /Pages/MessageDetail.razor.rz.scp.css */
.dashboard-container[b-zfsam19bu6] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.message-center-container[b-zfsam19bu6] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.message-list-container[b-zfsam19bu6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.message[b-zfsam19bu6] {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
}

    .message:hover[b-zfsam19bu6],
    .message.selected[b-zfsam19bu6] {
        background-color: #e9e9e9;
    }

.profile-containers[b-zfsam19bu6] {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.profile-image[b-zfsam19bu6] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-details[b-zfsam19bu6] {
    display: flex;
    flex-direction: column;
}

.message-content[b-zfsam19bu6] {
    flex: 1;
}

.message-body[b-zfsam19bu6] {
    font-weight: 400;
    color: #333;
}

.message-time[b-zfsam19bu6] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.unread-indicator[b-zfsam19bu6] {
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}

.message-sender[b-zfsam19bu6] {
    font-weight: 700;
}

.message-role[b-zfsam19bu6] {
    font-size: 12px;
    color: gray;
}
/* /Pages/Navigation.razor.rz.scp.css */
.signup-container[b-v7pejmopjo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.logo[b-v7pejmopjo] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    background-color: transparent;
}

    .logo img[b-v7pejmopjo] {
        max-width: 300px;
        height: auto;
        background-color: transparent;
    }

.body[b-v7pejmopjo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: transparent;
}

.buttons-container[b-v7pejmopjo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    margin-top: 22%;
    background-color: transparent;
}

.button-css[b-v7pejmopjo] {
    padding: 8px 55px 8px 55px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    background-color: #1C355E;
    border-radius: 20px;
    color: white;
    font-size: 18px;
}
/* /Pages/ProfileDetails.razor.rz.scp.css */
.dashboard-container[b-im5msmdgm7] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
}

.profile-avatar-area[b-im5msmdgm7] {
    margin-bottom: 16px;
}

.profile-avatar[b-im5msmdgm7] {
    width: 126px;
    height: 126px;
    border-radius: 50%;
}

.profile-fields[b-im5msmdgm7] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 400px;
}

.profile-names[b-im5msmdgm7] {
    display: flex;
    gap: 8px;
}

.change-password-link[b-im5msmdgm7] {
    text-align: right;
    margin-top: 8px;
}

.profile-back-btn[b-im5msmdgm7] {
    margin-top: 32px;
}
.k-form-field .underline-only .k-disabled[b-im5msmdgm7] {
    width: 100%;
    border: 2px solid #E5E5E5;
    outline: none;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.k-form-field input[b-im5msmdgm7],
.k-form-field .k-input[b-im5msmdgm7],
.k-form-field .k-textbox[b-im5msmdgm7],
.k-form-field .k-input-inner[b-im5msmdgm7] {
    border: none !important;
    outline: none !important;
}

.save-btn[b-im5msmdgm7], .edit-btn[b-im5msmdgm7] {
    background-color: #1C355E;
    color: white;
    border-radius: 12px;
    padding: 16px 32px;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    border: none;
    min-width: 150px;
    margin-right: 10px;
}

    .save-btn:hover[b-im5msmdgm7], .edit-btn:hover[b-im5msmdgm7] {
        background-color: #f2bc12;
        color: black;
    }
/* /Pages/Reports.razor.rz.scp.css */
.report-container[b-hor834q3o7] {
    display: flex;
    height: 100vh;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.split-view .main-content[b-hor834q3o7] {
    flex: 0 0 50%;
}

.report-wrapper[b-hor834q3o7] {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.report-details[b-hor834q3o7] {
    flex: 0 0 50%;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    margin-left: 10px;
    display: none;
    transition: all 0.3s ease;
}

.split-view .report-details[b-hor834q3o7] {
    display: block;
}

.report-header[b-hor834q3o7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.close-button[b-hor834q3o7] {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
}

.report-header[b-hor834q3o7] {
    display: flex;
    justify-content: space-between;
    background-color: rgba(28, 53, 94, 1);
    color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.report-header-graph[b-hor834q3o7] {
    display: flex;
    justify-content: space-between;
    color: black;
    padding: 10px;
    border-radius: 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.report-header span[b-hor834q3o7] {
    flex: 1;
    text-align: center;
    position: relative;
}

    .report-header span:not(:last-child)[b-hor834q3o7]::after {
        content: "|";
        position: absolute;
        right: 0;
        color: white;
        padding-left: 10px;
    }

.report-header-actions[b-hor834q3o7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.custom-grid .k-grid-header[b-hor834q3o7] {
    display: none;
}

.custom-grid .k-grid-content[b-hor834q3o7] {
    overflow: hidden;
    border-style: none;
    border-radius: 10px;
}

    .custom-grid .k-grid-content tr[b-hor834q3o7] {
        background-color: #F1F3F5;
        text-align: center;
        border-style: none;
        font-size: 12px;
    }

        .custom-grid .k-grid-content tr:nth-child(even)[b-hor834q3o7] {
            background-color: #ffffff;
        }

    .custom-grid .k-grid-content td[b-hor834q3o7] {
        border: none;
        position: relative;
        padding-right: 10px;
        text-align: center;
        vertical-align: middle;
    }

        .custom-grid .k-grid-content td:not(:last-child)[b-hor834q3o7]::after {
            content: "|";
            position: absolute;
            right: 0;
            color: #ccc;
            padding-left: 10px;
        }

.charts[b-hor834q3o7] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #F1F3F5;
}

.small-charts[b-hor834q3o7] {
    display: flex;
    gap: 20px;
}

    .small-charts > div[b-hor834q3o7] {
        flex: 1;
    }
/* /Pages/SignUp.razor.rz.scp.css */
.signup-container[b-gdeummel0m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.logo[b-gdeummel0m] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    background-color: transparent;
}

    .logo img[b-gdeummel0m] {
        max-width: 300px;
        height: auto;
        background-color: transparent;
    }
.form-container[b-gdeummel0m] {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    margin-top: 10%;
}
.button-grid[b-gdeummel0m] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 200px;
    width: 220px;
}
.back-button[b-gdeummel0m] {
    padding-right: 20px;
    color: #C7C7C7;
}
.continue-button[b-gdeummel0m] {
    padding: 8px 50px 8px 50px;
    border: none;
    background-color: #1C355E;
    border-radius: 20px;
    color: white;
}
/* /Pages/WelcomePage.razor.rz.scp.css */
.signup-container[b-c1toeycqae] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.logo[b-c1toeycqae] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    background-color: transparent;
}

    .logo img[b-c1toeycqae] {
        max-width: 300px;
        height: auto;
        background-color: transparent;
    }

.welcome-container[b-c1toeycqae] {
    width: 870px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 125px;
}

.welcome-text[b-c1toeycqae] {
    font-size: 20px;
}

.welcome-button[b-c1toeycqae] {
    display: grid;
    margin-top: 10%;
}

.continue-button[b-c1toeycqae] {
    padding: 8px 50px 8px 50px;
    border: none;
    background-color: #1C355E;
    border-radius: 20px;
    color: white;
}
