@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   
}
.move_theadsR
{
background-color: yellowgreen;
}
.move_theadsL {
    background-color: yellowgreen;
}
.highlight {
    background-color: skyblue !important;
    
}
.approbation_image_container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure container takes up full height of parent */
}

.approbation_image {
    width: auto; /* Auto width to maintain aspect ratio */
    height: auto; /* Auto height to maintain aspect ratio */
    margin-left: 40%;
    max-width: 50rem; /* Limit maximum width */
    max-height: 20rem; /* Limit maximum height */
    transition: transform 0.3s ease; /* Add transition effect */
}

    /* Add hover effect */
.approbation_image:hover 
    {
        transform: scale(1.1); /* Scale the image on hover */
    }
.button5 {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}container

    .button5:hover {
        background-color: #8feaff;
        cursor: pointer
    }

    .button5:active {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }



/* Flex Container for Horizontal Layout */
.flex-container {
    display: flex; /* Enable flexbox layout for direct children */
    justify-content: space-between; /* Distribute space between and around items */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
    width: 100%; /* Container takes full width of its parent */
}

/* Flexible Box within Flex Container */
.flex-item {
    flex: 1; /* Allow the item to grow and fill the available space */
    border: 10px solid #fff; /* White border around each flex item */
    margin: 0 10px; /* Horizontal margin between flex items */
    text-align: center; /* Center-align text within each flex item */
    background-color: #fff; /* White background for each flex item */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
    transition: transform 0.3s, box-shadow 0.3s; /* Smooth transitions for hover effects */
}

    /* Hover Effect for Flex Items */
    .flex-item:hover {
        transform: translateY(-5px); /* Slightly raise the item on hover */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Increase shadow for lifted effect */
    }

/* First Flex Item Styling */
.flex-container .flex-item:first-child {
    margin-left: 0; /* Remove left margin for the first item */
}

/* Last Flex Item Styling */
.flex-container .flex-item:last-child {
    margin-right: 0; /* Remove right margin for the last item */
}


/*.....*/
.progress-container {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
}

.progress-bar {
    height: 100%;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: width 0.4s ease-in-out;
}

.progress-text {
    color: white;
    font-weight: bold;
}

.progress-label {
    text-align: right;
    font-size: 0.8em;
    color: #666;
}

/*.....*/
.Divmainvillagerep{

}
.vilageprimarypic{

}
/*start*?*/
.divpic {
    width: 100%;
    height: 100vh;
    border-radius:8px;
}

.divpic1 {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

.divpic2, .divpic3, .divpic4, .divpic5 {
    width: 24%;
    border-radius: 10px;
}
.carousel-caption {
    position: static;
    padding-top: 10px;
    color: #000; /* Adjust the color as needed */
    text-align: center;
    background: rgba(255, 255, 255, 0.8); /* Optional: add background for better readability */
    margin-top: 10px; /* Adjust the margin to create space below the image */
}

.divpic2 {
    background-color: transparent;
}

.divpic3 {
    background-color: transparent;
}

.divpic4 {
    background-color: transparent;
}

.divpic5 {
    background-color: transparent;
}
.btntt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: whitesmoke;
    color: grey;
    border: solid;
    border-radius: 9px;
    border-color: lightgray;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}
.btnt {
    background: whitesmoke;
    color: grey;
    border: solid;
    border-radius: 3px;
    border-color: lightgray;
    cursor: pointer;
    z-index: 10;

    position: center;
}
.village-data {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}

    .village-data table {
        width: 100%;
        margin-bottom: 20px;
    }

    .village-data .title {
        font-size: 1.2em;
        font-weight: bold;
        color: #333;
        padding: 10px 0;
    }
input[type="button"] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    input[type="button"]:hover {
        background-color: #0056b3;
    }
/*.btnt {
    
    background: whitesmoke;
    color: grey;
    border: solid;
    border-radius: 9px;
    border-color: lightgray;
    cursor: pointer;
    z-index: 10;
    margin-right: 31%;
    position:center;
}*/

.left-arrow {
    left: 10px;
}
.imgscroll{
    width: 10px;
    height: 10px;
}
.right-arrow {
    right: 10px;
}
.btntt i {
    font-size: 24px;
}
.btnt i {
    font-size: 24px;
}
.divpic-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/*End*?*/
.button5 {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -4px 4px 5px 0 #8feaff;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #2edbfe;
    border-radius: 3px;
    font-weight: 700
}
.divheadR {
    background-color: lightgreen;
    border-radius: 10px;
    
}
.divheadL {
    background-color: deepskyblue;
    border-radius: 10px;
}
.Div_button_warn {
    width: 84%;
    height: 100px;
    position: fixed;
    bottom: 8%;
    color: red;
    font-weight: bold;
    font-size: large;
    background-color: transparent;
    border-radius: 10px;
    box-shadow: 5px 10px 8px #888888;
}
.button_de {
    font-weight: bold;
    background-color: orange;
    height: 4rem;
    width: 15rem;
    margin-top: 1%;
    border-color: orange;
    float: right;
    margin-right: 5%;
    border-radius: 10px;
    box-shadow: 5px 10px 8px #888888;
}
.divLeft {
    width: 49%;
    float: left;
    height: 600px;
    /*overflow: scroll;
    
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;*/
    border-radius: 10px;
    box-shadow: 5px 10px 8px #888888;
}


.divRight {
    width: 49%;
    float: right;
    height: 600px;
 
   /* overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;*/
    border-radius: 10px;
   box-shadow: 5px 10px 8px #888888;
}

.button5:hover {
    background-color: #8feaff;
    cursor: pointer
}
.selected-row {
    background-color: #a6ecff !important; /* Light blue, for example */
}
.divavancementgraphreg{
    width: 80%;
    height:40%;
}
    .button5:active {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Gray background with 50% opacity */
    display: none; /* Initially hidden */
    z-index: 999; /* Ensure it appears above other elements */
}
.button6 {
    width: 180px;
    height: 40px;
    border: none;
    outline: none;
    box-shadow: -5px 5px 5px 0 #54f063;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #39cc48;
    border-radius: 3px;
    font-weight: 700
}

    .button6:hover {
        background-color: #54f063;
        cursor: pointer
    }

    .button6:active {
        margin-left: -5px;
        margin-bottom: -5px;
        padding-top: 2px;
        box-shadow: none
    }

.button7 {
    width: 120px;
    height: 35px;
    border: none;
    float: right;
    outline: none;
    box-shadow: -4px 4px 5px 0 #1fcf04;
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #1cbd04;
    border-radius: 3px;
    font-weight: 700
}

    .button7:hover {
        background-color: #0da521;
        cursor: pointer
    }

    .button7:active {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
.button8 {
    background-color: #E53E3E; /* A strong red, often associated with PDFs */
    color: white;
    padding: 6px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s, box-shadow 0.2s;
    outline: none; /* Removes the outline on focus for a clean look */
}

    .button8:hover {
        background-color: #C53030; /* A darker red for the hover state */
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .button8:active {
        background-color: #9B2C2C; /* An even darker red for the active state */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
    }

.export {
    display: flex; /* This will help to position the button if needed */
    justify-content: flex-end; /* Positions the button to the right; change as needed */
    padding: 10px; /* Add padding as necessary */
}



.button9 {
    width: 70px;
    height: 30px;
    border: none;
    margin-left: 8%;
    align-self: center;
    float: right;
    outline: none; /*
    box-shadow: -4px 4px 5px 0 #1fcf04;*/
    color: #fff;
    font-size: 14px;
    text-shadow: 0 1px rgba(0,0,0,0.4);
    background-color: #03B4F7;
    border-radius: 4px;
    font-weight: 700
}

    .button9:hover {
        background-color: #08921B;
        cursor: pointer
    }

    .button9:active {
        margin-left: -4px;
        margin-bottom: -4px;
        padding-top: 2px;
        box-shadow: none
    }
h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.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."
    }



.toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 35rem;
    top: 2rem;
    border-radius: 1rem;
    left: 50%;
}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p {
        margin-bottom: 0;
    }

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.map_div{
   background-color: transparent;
   height: 75vh;
   width: 99%;
}
/*.cs-toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 30rem;
    top: 2rem;
    border-radius: 1rem;
    right: 2rem;
}*/

.cs-toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 30rem;
    bottom: 3rem; /* Position from the bottom */
    border-radius: 1rem;
    right: 2rem;
}


.cs-toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p {
        margin-bottom: 0;
    }

.cs-toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
  
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.modal-open {
    overflow: hidden
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
        flex-shrink: 0
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
        content: ""
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: whitesmoke;
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #065e13;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem)
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
            height: -webkit-min-content;
            height: -moz-min-content;
            height: min-content
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.imageview {
    width: 30px;
    height: 30px;
    float: right;
    margin-right: .5%;
}


.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #1cbd04;
}

input:focus + .slider {
    box-shadow: 0 0 1px #1cbd04;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.divgrid {
    width: 99%;
    float: left;
    /*margin-top: 10px;*/
    height: 450px;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.divupdate {
    border-radius: 5px;
    width: 100%;
    overflow: scroll;
    overflow-y: scroll;
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
}
.mddfull {
    border-block-width: 1px;
    margin-top: 40px;
    width: 100%;
    height: auto;
    
    scrollbar-color: #00bfff #f9f9f9;
    scrollbar-width: thin;
    scrollbar-3dlight-color: darkorange;
    border-radius: 5px;
    box-shadow: 5px 10px 8px #888888;
    border-radius: 5px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
