.register-box {
    width: 860px !important;
}

.needs-validation .input-validation-error {
    border-color: #e73546;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .needs-validation .input-validation-error:focus {
        border-color: #e73546;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(231, 53, 70, 0.6);
        outline: 0 none;
    }

.needs-validation .field-validation-error {
    display: block !important;
}

.needs-validation .valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .needs-validation .valid:focus {
        border-color: #198754;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(25, 135, 84, 0.6);
        outline: 0 none;
    }


.color-red {
    color: red;
}

.required-label::after {
    content: '*';
    color: red;
    margin-left: 4px;
}

.strength-meter {
    height: 10px;
    width: 100%;
    border-radius: 5px;
    margin-top: 5px;
}

    .strength-meter span {
        display: block;
        height: 100%;
        border-radius: 5px;
    }

    .strength-meter .weak {
        background-color: red;
    }

    .strength-meter .medium {
        background-color: orange;
    }

    .strength-meter .strong {
        background-color: green;
    }

    .modal-header{
        justify-content: space-between;
    }



.input-group-text {
    height: 100%;
    border-radius: 4px 0px 0px 4px;
}

/*table.dataTable {
    min-height: 200px;  
}
*/
    /*table.dataTable.no-footer {
        height: auto;*/ /* Ensure the height is responsive */
    /*}*/

.nav-link.disabled {
    pointer-events: none;
    opacity: 0.5; /* Adjust opacity to indicate it's disabled */
}

.bdrGrey {
    border: 0.025rem solid #808080;
    padding: 1rem;
    border-radius: 0.5rem;
}

.img-gallery {
    overflow: auto;
    max-height: 520px;
}

    .img-gallery div {
        position: relative;
        margin: 5px;
    }

.imgSingle img {
    max-height: 200px;
    padding: 2px;
}

.imgSingle:hover img {
    opacity: 0.2;
}

.imgSingle a {
    position: absolute;
    display: none;
    bottom: 40%;
    left: 30%;
}

.imgSingle:hover a {
    display: block;
}

.readOnly {
    background: white !important;
}


.dropdown .btn-dropdown {
    width: 100%;
    text-align: left;
    background-color: #fff;
    color: #212529;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;

}
.dropdown-menu {
    white-space: nowrap;
}

.dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.25rem 1.5rem;
}

    .dropdown-item input[type="checkbox"] {
        margin-right: 0.5rem;
    }

.dropdown-menu {
    pointer-events: none;
}

    .dropdown-menu label {
        pointer-events: auto;
    }

#map-canvas {
    margin: 0;
    padding: 0;
    height: 400px;
    max-width: none;
}

    #map-canvas img {
        max-width: none !important;
    }

#pac-input {
    width: 60%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.custom-infowindow {
    font-family: Arial, sans-serif;
    color: #333;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .custom-infowindow h3 {
        margin: 0 0 10px;
        font-size: 18px;
        color: #007BFF;
    }

    .custom-infowindow p {
        margin: 0;
        font-size: 14px;
    }