@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/CopyToClipboard.razor.rz.scp.css */
.text[b-a8axoyq8hr] {
    text-overflow: ellipsis;
    max-width: 12rem;
}

.input-wrapper[b-a8axoyq8hr] {
    position: relative;
    display: inline-block;
}

    .input-wrapper input[b-a8axoyq8hr] {
        padding-right: 40px;
    }

    .input-wrapper button[b-a8axoyq8hr] {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
    } 
/* /Components/CPdfViewer.razor.rz.scp.css */
.header[b-iuhsaijdbe] {
    border: 2px solid gray;
    border-radius: 30px 30px;
    position: relative;
}

.footer[b-iuhsaijdbe] {
    color: gray;
    font-size: 14px;
}

.number[b-iuhsaijdbe] {
    position: absolute;
    top: 4rem;
    right: 39rem;
    font-size: 0.75rem;
}

.date[b-iuhsaijdbe] {
    position: absolute;
    top: 6rem;
    right: 39rem;
    font-size: 0.75rem;
}

.attachments[b-iuhsaijdbe] {
    position: absolute;
    top: 7.7rem;
    right: 39rem;
    font-size: 0.75rem;
}
/* /Components/InputArea.razor.rz.scp.css */
.input-wrapper[b-51yamu8v9o] {
    position: relative;
    display: inline-block;
}

    .input-wrapper select[b-51yamu8v9o] {
        position: absolute;
        top: 0.2rem;
        right: 8rem;
        border: none;
    }
/* /Components/KmlViwer.razor.rz.scp.css */
#map[b-yscxyt2hsz] {
    height: 700px;
}

.error[b-yscxyt2hsz] {
}
/* /Components/TextMove.razor.rz.scp.css */
.scroll-text[b-mnpgdpn4wh] {
    width: 100%;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    display: inline-block;
    text-align: right; /* Align text to the right */
}

    .scroll-text span[b-mnpgdpn4wh] {
        display: inline-block;
        animation: moveText-b-mnpgdpn4wh 20s linear infinite; /* Create the scrolling effect */
    }

@keyframes moveText-b-mnpgdpn4wh {
    0% {
        transform: translateX(100%); /* Start off-screen to the right */
    }

    100% {
        transform: translateX(-200%); /* Move to the left end */
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-hccxc5r0kc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hccxc5r0kc] {
    flex: 1;
}

.sidebar[b-hccxc5r0kc] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hccxc5r0kc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hccxc5r0kc]  a, .top-row[b-hccxc5r0kc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hccxc5r0kc]  a:hover, .top-row[b-hccxc5r0kc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hccxc5r0kc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hccxc5r0kc] {
        justify-content: space-between;
    }

    .top-row[b-hccxc5r0kc]  a, .top-row[b-hccxc5r0kc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hccxc5r0kc] {
        flex-direction: row;
    }

    .sidebar[b-hccxc5r0kc] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hccxc5r0kc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hccxc5r0kc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hccxc5r0kc], article[b-hccxc5r0kc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8q6k8qk4ly] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8q6k8qk4ly] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8q6k8qk4ly] {
    font-size: 1.1rem;
}

.bi[b-8q6k8qk4ly] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-8q6k8qk4ly] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8q6k8qk4ly] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8q6k8qk4ly] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-8q6k8qk4ly] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8q6k8qk4ly] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8q6k8qk4ly] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8q6k8qk4ly]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8q6k8qk4ly]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8q6k8qk4ly]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8q6k8qk4ly] {
        display: none;
    }

    .collapse[b-8q6k8qk4ly] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-8q6k8qk4ly] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Confirmations/FormConfirm.razor.rz.scp.css */
/* /Pages/ExperimentProfiles/ExperimentProfileForm.razor.rz.scp.css */
table[b-tuftoloyui] {
    width: 100%;
    border-collapse: collapse;
}

.table-container[b-tuftoloyui] {
    overflow-x: auto; /* برای اسکرول افقی در صورت نیاز */
    overflow-y: auto;
    min-width: 60rem;
}

th[b-tuftoloyui], td[b-tuftoloyui] {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    min-width: 5rem; /* اندازه پیش‌فرض بقیه ستون‌ها */
}

    /* هدف قرار دادن ستون سوم (عمق) */
    th:nth-child(3)[b-tuftoloyui], td:nth-child(3)[b-tuftoloyui] {
        min-width: 8rem; /* طول این ستون را به مقدار دلخواه بیشتر کنید */
    }

th[b-tuftoloyui] {
    background-color: #f4f4f4;
}

input[type="text"][b-tuftoloyui] {
    width: 95%; /* کمی بیشتر برای پر کردن فضای جدید */
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* /Pages/LandFileComments/LandFileComment.razor.rz.scp.css */

.msg[b-yerjz4f7df] {
    display: flex;
    margin: 0.5rem !important;
}

.msg-theme[b-yerjz4f7df] {
    justify-content: flex-end;
}

.msg-me[b-yerjz4f7df] {
    justify-content: flex-start;
}

.msg-item[b-yerjz4f7df] {
    padding: 0.5rem !important;
    border: none;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    border-radius: 10px;
    width: 70%;
}

.dots[b-yerjz4f7df] {
    height: 4px;
    width: 4px;
    margin-bottom: 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.badge[b-yerjz4f7df] {
    padding: 7px;
    padding-right: 9px;
    padding-left: 16px;
    box-shadow: 5px 6px 6px 2px #e9ecef;
}

.user-img[b-yerjz4f7df] {
    margin-top: 4px;
}

.check-icon[b-yerjz4f7df] {
    font-size: 17px;
    color: #c3bfbf;
    top: 1px;
    position: relative;
    margin-left: 3px;
}

.form-check-input[b-yerjz4f7df] {
    margin-top: 6px;
    margin-left: -24px !important;
    cursor: pointer;
}


    .form-check-input:focus[b-yerjz4f7df] {
        box-shadow: none;
    }


.icons i[b-yerjz4f7df] {
    margin-left: 8px;
}

.reply[b-yerjz4f7df] {
    margin-left: 12px;
}

    .reply small[b-yerjz4f7df] {
        color: #b7b4b4;
    }


        .reply small:hover[b-yerjz4f7df] {
            color: green;
            cursor: pointer;
        }


.comments-box[b-yerjz4f7df] {
    max-height: 25rem;
    overflow-y: scroll;
    overflow-x: hidden;
}

.box[b-yerjz4f7df] {
    background-color: #f3ebdc;
    padding: 20px;
}


.[b-yerjz4f7df]
/* /Pages/LandFiles/ApplicantInfo/ApplicantKartable.razor.rz.scp.css */
/* /Pages/LandFiles/ApplicantInfo/ApplicantLandFileInfoViewer.razor.rz.scp.css */

.steps[b-u2tv4rlqig] {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    margin-bottom: 1rem;
}
/* /Pages/LandFiles/Infos/AttachmentInfo.razor.rz.scp.css */

.detail-container[b-hmptl41e5j] {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 30px auto;
}

/* /Pages/LandFiles/Infos/ExperimentReportInfo.razor.rz.scp.css */
.table-container[b-yvc1dvllzv] {
    overflow-y: auto;
    min-width: 60rem;
}

    .table-container table[b-yvc1dvllzv] {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container th[b-yvc1dvllzv], td[b-yvc1dvllzv] {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: center;
        min-width: 5rem;
    }

    .table-container th[b-yvc1dvllzv] {
        background-color: #f4f4f4;
    }

        .table-container th:nth-child(3)[b-yvc1dvllzv] {
            min-width: 6rem;
        }
/* /Pages/LandFiles/Infos/LandFileDetails.razor.rz.scp.css */
dl div[b-feoopnfxkm] {
    display: flex;
    gap: 0.3rem;
    flex-direction: row;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0.6rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.detail-container[b-feoopnfxkm] {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 30px auto;
}

dl div dt[b-feoopnfxkm] {
    font-weight: bold;
    color: #4a4a4a;
    margin-bottom: 5px;
}

dl div dd[b-feoopnfxkm] {
    color: #555;
    margin: 0;
}
/* /Pages/LandFiles/Kartables/KartableItem.razor.rz.scp.css */
.rowColor[b-vubp9adwa6] {
    background-color: #e5e8e2
}
/* /Pages/LandFiles/Reports/LandFileEventsReport.razor.rz.scp.css */
.events[b-rw2qqvj4cj] {
    background-color: rgba(0, 0, 0, .03);
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: 0;
    user-select: none;
    border-radius: 1rem;
    font-size: 0.9rem;
    padding: 0.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

    .events p[b-rw2qqvj4cj] {
        margin: 0
    }
/* /Pages/LandFiles/Reports/LandFileReports.razor.rz.scp.css */
.soil-class-table[b-62a36i388k] {
    width: max-content;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0;
    font-size: 0.85rem;
}

    .soil-class-table th[b-62a36i388k],
    .soil-class-table td[b-62a36i388k] {
        border-right: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6;
        padding: 8px 12px;
        text-align: center;
        vertical-align: middle;
        width: 120px;
        min-width: 120px;
        max-width: 120px;
        /* Don't allow content to increase width */
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

        /* First column */
        .soil-class-table th:first-child[b-62a36i388k],
        .soil-class-table td:first-child[b-62a36i388k] {
            border-left: 1px solid #dee2e6;
        }

    /* Top border */
    .soil-class-table th[b-62a36i388k] {
        border-top: 1px solid #dee2e6;
    }

    /* Header */
    .soil-class-table th[b-62a36i388k] {
        background-color: #198754;
        color: white;
        font-weight: 600;
    }

    /* Body */
    .soil-class-table td[b-62a36i388k] {
        background-color: white;
        width: 80px;
    }

/* Header title */
.soil-class-title[b-62a36i388k] {
    text-align: center;
    font-weight: 600;
    padding: 6px 0 8px;
}

/* Remove default table spacing */
.soil-class-header[b-62a36i388k] {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Hover */
.soil-class-table tbody tr:hover td[b-62a36i388k] {
    background-color: #f5f5f5;
}
/* /Pages/LandFiles/Tasks/SupervisersResultComponent.razor.rz.scp.css */
.events[b-tg8y0t4jad] {
    background-color: rgba(0, 0, 0, .03);
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: 0;
    user-select: none;
    border-radius: 1rem;
    font-size: 0.9rem;
    padding: 0.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

    .events p[b-tg8y0t4jad] {
        margin: 0
    }
/* /Pages/LandFiles/Tasks/SupervisersSelectComponent.razor.rz.scp.css */
.events[b-lrz8ne6010] {
    background-color: rgba(0, 0, 0, .03);
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: 0;
    user-select: none;
    border-radius: 1rem;
    font-size: 0.9rem;
    padding: 0.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    width: 30rem;
}

    .events p[b-lrz8ne6010] {
        margin: 0
    }
/* /Pages/LandFiles/Tasks/SupervisersVoteComponent.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
.login-header[b-ht0vtpl8h1] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1rem 0;
}

.login-title[b-ht0vtpl8h1] {
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 1.5rem;
    font-size: 2rem;
    margin-top: 1rem;
}

.login-logo[b-ht0vtpl8h1] {
    max-width: 150px;
    height: auto;
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
}

.login-card[b-ht0vtpl8h1] {
    max-width: 1000px;
    width: 100%;
    margin-top: 180px;
}

@media (max-width: 768px) {
    .login-header[b-ht0vtpl8h1] {
        position: relative;
        background: transparent;
        backdrop-filter: none;
        padding: 1rem 0;
    }

    .login-title[b-ht0vtpl8h1] {
        font-size: 1.2rem;
        color: #333;
        text-shadow: none;
    }

    .login-logo[b-ht0vtpl8h1] {
        max-width: 80px;
        background: rgba(255,255,255,0.8);
    }

    .login-card[b-ht0vtpl8h1] {
        margin-top: 0;
        margin-bottom: 2rem;
    }

    .mobile-header[b-ht0vtpl8h1] {
        background: white;
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        margin-bottom: 1rem;
    }
}

@media (max-width: 576px) {
    .login-title[b-ht0vtpl8h1] {
        font-size: 1rem;
    }

    .login-logo[b-ht0vtpl8h1] {
        max-width: 60px;
    }
}

/* /Pages/Payments/PaymentResult.razor.rz.scp.css */
.payment-page[b-7mgibvrmhk] {
    background: linear-gradient(135deg, #f3f6fb, #eef2ff);
    padding: 20px;
}

.payment-card[b-7mgibvrmhk] {
    max-width: 650px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
}

.result-icon[b-7mgibvrmhk] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
}

.success-icon[b-7mgibvrmhk] {
    background-color: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.error-icon[b-7mgibvrmhk] {
    background-color: rgba(220, 53, 69, 0.12);
    color: #dc3545;
}

.result-info-box[b-7mgibvrmhk] {
    background: #f8f9fa;
    border-radius: 18px;
    padding: 20px;
    margin-top: 25px;
}

.info-row[b-7mgibvrmhk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e9ecef;
}

    .info-row:last-child[b-7mgibvrmhk] {
        border-bottom: none;
    }

.label[b-7mgibvrmhk] {
    font-weight: 700;
    color: #6c757d;
}

.value[b-7mgibvrmhk] {
    font-weight: 500;
    color: #212529;
    word-break: break-word;
}

@media (max-width: 576px) {

    .card-body[b-7mgibvrmhk] {
        padding: 2rem 1.25rem !important;
    }

    .info-row[b-7mgibvrmhk] {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .result-icon[b-7mgibvrmhk] {
        width: 75px;
        height: 75px;
        font-size: 34px;
    }
}
/* /Pages/PricingSettings/PricingSetting.razor.rz.scp.css */


[b-nbdrzv3k3h] .action-buttons > * {
    margin: 5px;
}
/* /Pages/Register.razor.rz.scp.css */

/* Input group styling */
.form-group[b-i4n13okljs] {
    margin-bottom: 0.5rem;
    text-align: center;
}

label[b-i4n13okljs] {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"][b-i4n13okljs], input[type="password"][b-i4n13okljs] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Button styling */
.login-btn[b-i4n13okljs] {
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

    .login-btn:hover[b-i4n13okljs] {
        background-color: rgba(0, 0, 0, 0.8);
    }
/* /Pages/ResponseLetterPrints/ResponseLetterPrevewPrint.razor.rz.scp.css */
/* /Pages/ResponseLetterPrints/ResponseLetterPrint.razor.rz.scp.css */
/* /Pages/ResponseLetterPrints/ResponseLetterPrintPage.razor.rz.scp.css */
/* /Pages/SuperviserFormPrints/SuperviserFormPrint.razor.rz.scp.css */
/* /Pages/SuperviserFormPrints/SuperviserFormPrintPage.razor.rz.scp.css */
