﻿

body, html {
    height: 100%;
    margin: 0;
    background-color: #f9fafc;
    overflow-x: hidden;
    font-family: Qanelas;
}


@font-face {
    font-family: "Qanelas";
    src:url("font/Qanelas-Regular.ttf")
}
* {
    font-family: Qanelas;
}
.container {
    overflow: hidden;
}

a, .btn-link {
    color: #006bb7;
}


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #EBF2F2;
    background: #EBF2F2;
}


.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

h1, h2, h3, h4, h5, h6, label {
    font-weight: bold;
}

/* Layout Styles */
.login-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-container, .login-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login-column {
    max-width: 400px;
    width: 100%;
}

/* Branding */
.login-brand {
    text-align: center;
    margin-bottom: 20px;
}

.logo {
    width: 40%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Card Styles */
.card {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    height: 33rem;
}

.card-autoHeight {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    height: auto;
}

.card-dashboard {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin-left: 2px;
    width: 99%;
}

.card-header {
    text-align: center;
    border-bottom: none;
    margin-bottom: 5px;
}

    .card-header h4 {
        margin: 0;
    }


.card-title-dashboard {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
}
.card-title-dashboardtitle {
    font-size: 15px;
    font-style: normal;
    color: var(--Primary-text, #0A125D);
    font-weight: 600;
}
.card-title-dashboardteam {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: var(--Text-secondary, #676E80);
}
.card-title-dashboardlocation {
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    color: var(--Text-secondary, #676E80);
    margin-top: 17px;
}

.card-dashboard-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 50px 50px;
    margin: 20px;
}

.card-dashboard-img {
    width: 97%;
    margin: 4px;
}

.dashboard-description {
    color: var(--Text-secondary, #676E80);
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.dashboard-projectname {
    font-weight: bold;
    font-size: 18px;
}
.dashobaord-welcome {
    color: var(--Primary-text, #0A125D);
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
    /*.card-title-dashboardteam {
   
    font-family: Qanelas;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}*/
    /* Form Styles */
    .form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dfe3e8;
    margin-top: 5px;
}

.form-check {
    display: flex;
    align-items: center;
}

    .form-check label {
        margin-left: 5px;
    }

.btn-primary {
    width: 100%;
    padding: 10px;
    background-color: #5a67d8;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .btn-primary:hover {
        background-color: #434190;
    }

/* Footer Styles */
.simple-footer {
    text-align: center;
    margin-top: 20px;
    color: #555555;
}


.chartContainer {
    height: 22rem;
}

/* styles.css */
/*background-color: rgba(0, 0, 0, 0.5);*/
.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


.table-graph-icon {
    border-style: solid;
    border-color: #c2c2ba;
    border-width: thin;
    border-bottom-style: hidden;
    border-top-style: hidden;
    width: 12.3%;
    margin-left: 1.8rem;
}

.tbtn:active {
    background: #EBF2F2;
}
.dropdown-select-date {
    font-size: 0.85rem;
    height: 39px;
    width: 10.2rem;
}

.tbtn .svg-icon {
    fill: black;
}

.tbtn.active .svg-icon {
    fill: #33767C;
}

.tbtn.active {
    box-shadow: none;
}

.btn-light.active:focus {
    box-shadow: none;
    font-family:Qanelas;
}

.tbtn {
    color: #33767C !important;
    background: #ffffff;
    border-radius: 4px;
    font-family:Qanelas;
}

    .tbtn:focus, .tbtn:active:focus {
        box-shadow: none;
    }

    .tbtn-check:checked + .tbtn, .tbtn.active, .tbtn.show, .tbtn:first-child:active {
        background: #EBF2F2;
    }

.redbox {
    position: relative;
    width: 30px;
    height: 4px;
    background-color: #ed6f66;
}

.custom-btn-outline {
    border: 1px solid #017F8E;
    color: #017F8E;
    background-color: transparent;
}

    .custom-btn-outline:hover {
        background-color: #017F8E;
        color: white;
    }

.custom-btn-primary {
    background-color: #017F8E;
    color: white;
    border: none;
}

    .custom-btn-primary:hover {
        background-color: #016070;
    }

.custom-btn-info {
    background-color: #007BFF;
    color: white;
    border: none;
}

    .custom-btn-info:hover {
        background-color: #0056b3;
    }

.custom-btn-secondary {
    background-color: #6C757D;
    color: white;
    border: none;
}

    .custom-btn-secondary:hover {
        background-color: #565e64;
    }

.btn-buttonWithBackground {
    background-color: #327173; /* Button background color */
    color: white; /* Text color */
    padding: 10px 20px; /* Padding around the text */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    display: inline-flex; /* Inline-flex for centering icon and text */
    align-items: center;
    font-family: Qanelas;
}

.login-button {
    background-color: #327173; /* Button background color */
    color: white; /* Text color */
    padding: 10px 20px; /* Padding around the text */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor */
    display: inline-flex; /* Inline-flex for centering icon and text */
    align-items: center;
    padding-left: 8rem;
    width: 100%;
}

    .login-button:hover,
    .login-button:active,
    .login-button:focus {
        background-color: #285a5b; /* Slightly darker shade for hover, active, and focus */
        outline: none; /* Remove the default outline */
        color: white; /* Text color */
    }


.btn-buttonWithoutBackground {
    background-color: transparent; /* Transparent background */
    color: #327173; /* Text color */
    padding: 10px 20px; /* Padding around the text */
    border: 2px solid #327173; /* Border with color */
    border-radius: 5px; /* Rounded corners */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    display: inline-flex; /* Inline-flex for centering icon and text */
    align-items: center; /* Center items vertically */
}

.btn_report {
    padding: 5px 15px !important;
}

.btn_report_width {
    width: 9rem;
    margin-left: 0.5rem;
}

.report-right-icon {
    position: absolute;
    left: 18.3rem;
    top: 0.5rem;
}

.reportbuttontopndivstyle {
    float: right;
}

.Bio-prenextreportbtn {
    float: right;
    position: relative;
    top: 0.5rem;
    left: 0rem;
    z-index: 0;
}

.table-responsive {
    overflow-x: auto;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: auto;
}

.table-bordered {
    width: 100%;
    border-collapse: collapse;
}

    .table-bordered th, .table-bordered td {
        padding: 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        border: 1px solid #e0e0e0;
    }

    .table-bordered th {
        background-color: #EBF2F2;
        font-weight: bold;
        color: #33767C;
    }

    .table-bordered td {
        color: #555;
    }

    .table-bordered tbody tr:nth-child(odd) {
        background-color: #EBF2F2;
    }

    .table-bordered tbody tr:nth-child(even) {
        background-color: #EBF2F2;
    }

    .table-bordered tfoot td {
        font-weight: bold;
        color: #333;
        background-color: #f5f5f5;
    }

.table-container {
    margin: 20px 0;
}

.dropdown-menu-right {
    transform: none !important;
    top: auto !important;
}

.badge-tenaka {
    /*padding: 3px 12px;*/
    border-radius: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nursery {
    background-color: #FFF7E5; /* Light orange background */
    color: #E78C2A; /* Orange text */
}

.mangrove {
    background-color: #E8F0FF; /* Light blue background */
    color: #4A90E2; /* Blue text */
}

.threedot-css {
    width: 5px;
}

.menu {
    display: none;
    position: absolute;
    right: 10px;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

    .menu a {
        display: block;
        padding: 5px 20px 5px 8px;
        text-decoration: none;
        color: #676E80;
    }

        .menu a:hover {
            background-color: #f1f1f1;
        }

.menu-dashboard {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

    .menu-dashboard a {
        display: block;
        padding: 5px 20px 5px 8px;
        text-decoration: none;
        color: #676E80;
    }

        .menu-dashboard a:hover {
            background-color: #f1f1f1;
        }

.menu-toggle {
    display: none;
}

.menu-toggle-label {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    margin-top: -3px;
}

.menu-toggle:checked + .menu-toggle-label + .menu {
    display: block;
}

.img-fluid {
    height: 10rem !important;
    width: 14rem !important;
}

/* Custom styles for inputs with the Bootstrap is-invalid class */
input.is-invalid {
    border: 1px solid #dc3545; /* Red border color */
    color: #dc3545; /* Red text color */
}

    input.is-invalid:focus {
        border-color: #dc3545; /* Red border on focus */
        box-shadow: 0 0 5px rgba(220, 53, 69, 0.5); /* Red shadow on focus */
    }

/* Custom styles for invalid input fields using the :invalid pseudo-class */
input:invalid {
    border: 1px solid #dc3545; /* Red border color */
    color: #dc3545; /* Red text color */
}

    input:invalid:focus {
        border-color: #dc3545; /* Red border on focus */
        box-shadow: 0 0 5px rgba(220, 53, 69, 0.5); /* Red shadow on focus */
    }


.calender-css {
    padding: 6px 6px 6px 6px !important;
    margin-top: 0px !important;
    font-size: 0.85rem;
}

    .calender-css-withBgColor {
        padding: 6px 6px 6px 6px !important;
        margin-top: 0px !important;
        font-size: 0.85rem;
        background-color: #f8f9fa
    }

.card-size {
    width: 23% !important;
}

.card-dashboard-img {
    gap: 0.8rem;
    row-gap: 1.1rem;
    width: 104%;
}

.card-body-text {
    padding: 8px;
}
.anchor-link {
    text-decoration: none;
    cursor: pointer;
    color: #3b7874;
}
.anchor-link:hover {
    text-decoration: none;
    cursor: pointer;
    color: #3b7874;
}
.logout-css {
    float: right;
    margin-top: 1rem;
}
.menu-img-icon {
    fill: white;
}

.menu-img-icon:hover {
    fill: white;
}

.dropdown-item {
    color: #327173 !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #33767C !important;
        background-color: #EBF2F2 !important;
    }

    .dropdown-item.selected::after {
        content: '✓';
        margin-left: 0.9rem;
    }

    .dropdown-item.selected {
        background-color: #EBF2F2 !important;
    }

.dropdown-menu.show {
    font-size: 0.9rem;
    cursor: pointer;
}


.dashboard-card-icon {
   /* width: 5rem;*/
   /* margin-left: 1rem;*/
}

.searchbox-div {
    max-width: 300px;
    background-color: #f7f9fc;
    border-radius: 8px;
    height: 40px;
}
.searchbox-input {
    border: none;
    background-color: transparent;
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    top: 0px;
    max-width: 220px;
    border-radius: 4px;
}

.adminbtnwithbackground {
    background: #33767C;
    color: white;
    float: right;
}

.border-box-tables {
    border: 0.5px solid grey; /* Adds border to all four sides */
    display: inline;
    padding: 5px;
    /*background-color: grey;*/
    margin-left:1rem;
}

#components-reconnect-modal {
    display: none !important;
}

.image-container-zoom {
    overflow: hidden !important;
    position: relative !important;
    border: 1px solid #ccc !important;
}

.image-zoom {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    user-select: none !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform-origin: top left !important;
    cursor: grab !important;
}