.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 10px 15px;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    background: #fff;
    color: #000;
    z-index: 10000;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #258cfb;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.radioOptionsDiv label {
    display: inline;
    font-weight: normal;
}

#faqSection .radioOptionsDiv label {
    font-weight: bold;
    color: #34678C;
}

.certification-section label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
    font-weight: normal;
}

.certification-section label input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: top;
    margin-top: 4px;
}

.review-table-striped th[scope="row"] {
    color: #000;
    font-weight: normal;
}
.review-table-striped > thead > tr > th[scope="col"] {
    color: #000;
}
.review-table-striped tr:nth-child(odd) > th[scope="row"] {
    background-color: #E6E6E6 !important;
}
.review-table-striped tr:nth-child(even) > th[scope="row"] {
    background-color: #fff !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.required::before {
    content: "* ";
    color: #000000;
    font-weight: bold;
}




/* Ensure modal fits screen with scrollbar */
.modal-dialog {
    max-width: 100%;
    width: 90%;
    margin: 1rem auto;
}

.modal-body {
    max-height: 60vh; /* 80% of viewport height */
    overflow-y: auto; /* Enable vertical scrollbar */
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    z-index: 2000 !important; 
}




.column {
    width: 50%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.parcel-item {
    list-style: none; /* Remove default bullet points if desired */
    margin-bottom: 10px; /* Optional: spacing between list items */
}

.parcel-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0; /* Optional: vertical padding */
}

.block-lot {
    margin-right: 10px; /* Adjust this value for spacing between text and button */
}

.btn.remove-owner {
    flex-shrink: 0; /* Prevents button from shrinking */
}

.table-display {
    table-layout: fixed;
}

@media (min-width: 1670px), only screen and (device-width: 768px) {
    .dynamicTable textarea {
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100% !important;
    }
}

@media (min-width: 767px) and (max-width: 1670px), only screen and (device-width: 768px) {
    .dynamicTable textarea, .dynamicTable select, .dynamicTable input[type="text"], .dynamicTable input[type="password"], .dynamicTable input[type="datetime"], .dynamicTable input[type="datetime-local"], .dynamicTable input[type="date"], .dynamicTable input[type="month"], .dynamicTable input[type="time"], .dynamicFarsTable input[type="week"], .dynamicTable input[type="number"], .dynamicTable input[type="email"], .dynamicTable input[type="url"], .dynamicTable input[type="search"], .dynamicTable input[type="tel"], .dynamicTable input[type="color"], .uneditable-input {
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 90% !important;
    }
}

@media (min-width: 767px) and (max-width: 1670px), only screen and (device-width: 768px) {
    .dynamicTable .input-append {
        width: 85% !important;
    }
}

@media (min-width: 1670px) {
    #FarmingActivitiesForm .dynamicTable select {
        width: inherit !important;
        max-width: 100% !important;
        min-width: 80% !important;
    }
}

.extendedDropdown {
    width: inherit !important;
    max-width: 100% !important;
    min-width: 115% !important;
}

.reducedFieldWidth {
    width: inherit;
}
.displayInline {
    display: inline-block;
    width: 100%;
    /*height: 22px;*/
    min-width: 20px;
    padding: 4px 5px;
    /*font-size: 14px;*/
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    border: 1px solid #888;
}


.flexSection {
    display: flex;
    flex-wrap: wrap;
    column-gap: 3px;
}

.flexDiv {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin:0px 5px 0px 5px;
    width:100%;
}

/*.dynamicSec-item {
    display: flex;
}

.dynamicTable > tbody > tr > td, .dynamicTable > thead > tr > th {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}*/

#filesListTable > thead > tr,
#filesListTable > tbody > tr,
.dynamicTable > tbody > tr {
    display: flex;
    flex-wrap: wrap;
}

    #filesListTable > thead > tr > th,
    #filesListTable > tbody > tr > td,
    .dynamicTable > tbody > tr > td {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
    }





/*.text-danger.field-validation-error::before {
    content: "\26A0\00a0";
}*/


/* Same CSS as before */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 400px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.modal-title {
    margin: 0 0 15px 0;
}

.modal-text {
    margin: 0 0 20px 0;
}


.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.addSpaces {
    padding-left: 4ch; /* or margin-left */
}


.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #34678C !important;
    border: 1px solid #bbb;
    border-radius: 2px;
    margin-bottom: 10px;
}

.dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}
table.searchApplications {
    table-layout: auto !important;
    margin-bottom: 1%;
}

.dataTables_length > label {
    display:contents;
}

.selected_row {
    background-color: #CCC !important;
    color: #FFFFFF;
}

.table-fixed {
    table-layout: fixed !important;
    width: 100%;
}



.invisible-button {
    visibility: hidden;
}

.ui-corner-all {
    text-decoration: none;
}


.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png) !important;
}

.hide-cursor {
    pointer-events: none;
}
/*.nav-pills > li > button {
    vertical-align: top;
}*/
.nav-pills > li > button.dropdown-toggle {
    background: none;
    border: none;
    color: #fff;
    font-weight: bold;
    font: inherit;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 20px;
    
}

.submitFormLeftNav,
.notFormLandUseCompletedCls,
.notFormReviewCompletedCls {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-align: left;
    width: 100%;
    display: block;
}


#olListId > li {
    text-indent: -1em;
    padding-left: 1.2em;
}
.pIndent
{
    text-indent: -1em;
    padding-left: 1.2em;
}

.parentIndent > * {
    padding-left: 1.5rem;
}

.informationalAnchor {
    text-decoration: none;
    cursor: default;
    position: relative;
    display: inline-block;
}

    .informationalAnchor i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #17a2b8;
        color: #fff;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
    }

    .informationalAnchor:hover {
        text-decoration: none;
    }

    .informationalAnchor .tooltip-text {
        visibility: hidden;
        opacity: 1;
        background-color: white;
        color: #000000;
        padding: 8px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-family: Roboto, Arial, sans-serif !important;
        font-size: 18px;
        font-weight:normal;
        line-height: normal;
        font-style: normal;
        position: absolute;
        z-index: 1000;
        bottom: 100%;
        left: 0;
        transform: none;
        width: 800px;
        max-width: 90vw;
        text-align: left;
        transition: opacity 0.5s ease;
        padding-bottom: 18px;
        margin-bottom: 0;
    }

    .informationalAnchor .tooltip-text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #dcdcdc transparent transparent transparent;
    }

    @media (max-width: 576px) {
        .informationalAnchor .tooltip-text {
            position: fixed;
            left: 5%;
            right: 5%;
            bottom: auto;
            top: 50%;
            transform: translateY(-50%);
            width: auto;
            max-width: none;
        }

        .informationalAnchor .tooltip-text::after {
            display: none;
        }
    }

    .informationalAnchor:hover .tooltip-text,
    .informationalAnchor:focus .tooltip-text,
    .informationalAnchor:focus-within .tooltip-text {
        visibility: visible;
        opacity: 1;
    }

td {
    overflow-wrap: break-word;
    white-space: normal; /* Ensures default wrapping is active */
}

.nav-tabs > li > button {
    line-height: 20px;
}

.nav-tabs.nav-stacked > li > button {
    /* border: 1px solid #ddd; */
    /* -webkit-border-radius: 0; */
   
    /* border-radius: 0; */
    text-decoration: none;
    border-bottom: 1px solid #eee !important;
    font-size: 14px;
    font-family: sans-serif;
}

.nav-tabs.nav-stacked > li > button {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-stacked > li > button {
    margin-right: 0;
}

.nav-tabs > li > button {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
}
.nav-left > li > button {
    color: #333;
    background: url(/styles/img/right_nav.png) 95% 50% no-repeat;
    overflow: hidden;
    padding-left: 15px;
}