html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: navy !important;
    color: ghostwhite !important;
    background-size: cover;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    color: ghostwhite;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    color: red;
}

hr {
    color: ghostwhite !important;
    margin-bottom: 10px;
}

h4 {
    font-size: 24px;
    color: red;
    font-weight: 100;
    padding-top: 10px;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.table {
    --bs-table-bg: rgba(0, 0, 0, 0.5);
    --bs-table-color: ghostwhile;
}

.text-muted {
    --bs-text-opacity: 1;
    color: ghostwhite !important;
}

.btn-sm {
    --bs-btn-padding-y: 0.05rem;
}

.modal {
    --bs-modal-header-padding: 0px;      
}

.modal-content {
    color: white !important;
    background-color: rgb(65, 65, 192) !important;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.modal-header {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-footer {
    padding: 0px;    
}

.modal-header button {
    text-align: right;
   /* margin-left: 100px; */ 
    color:white;
}

.super-container {
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-container {
    display: block;
    width: 100%;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px 10px 10px 10px;
    margin: 0px 20px 10px 0;
    border-radius: 20px;
    border: solid 2px white;
}

.right-sections {
    display: flex;
    flex-direction: column;
}

.form-container-header {
    width: 100%;
    max-width: 600px;
    padding: 5px;
    margin: 0px;
}
.form-container-nav {
    display: inline-block;
    width: 200px;
    max-width: 200px;
    padding-left: 5px;
    padding-top: 760px;
    margin: 0px;
    z-index: 3
}

.form-container-empty {
    width: 100%;
    max-width: 600px;
    padding: 0px;
    margin: 0px;
}

.image-container {
    width: 100%;
    max-width: 600px;   
    color: white;
    padding: 5px 20px 20px 20px;
    margin: 0px 20px 10px 0;
    border-radius: 10px;
}

.border-container {
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    border: solid 2px white;
    padding: 5px;
}

.person-card-container {
    width: 100%;        
    border-radius: 10px;
    height: 200px;
    max-width: 275px;
  
}

.person-card-info {
    display: inline-block;
    color: ghostwhite;
    flex-wrap: wrap;
    height: 160px;
    width: 350px;
    padding-top: 10px;
}

.person-card-button-info {
    /*display: flex;
    flex-wrap: wrap;*/
    display: inline-block;
    width: 100%;
    justify-content: space-between;
    vertical-align: middle;   
}

.person-card-image {
    width: 100%;
    padding: 10px;
}

.person-image-container {
    width: 100%;    
    padding: 20px;
    border-radius: 10px;
    height: 150px;
    max-width: 20px;
}

.person-card-image img {
    clip-path: circle(50%);
    width: 175px;
    height: 175px;
    object-fit: fill;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.person-image {
    /* position: relative; */
    object-fit: contain;
    text-align: center;
    color: #000;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .person-image img {
        width: auto;
        height: 250px;
    }

.card-img-top {
    width: 100%
}

.person-img-clear {
    max-width: 200px;
    border-radius: 10% !important;
    background-position: center;
    box-shadow: rgba(0,0,0,.24) 0 3px 8px;
}


.main-user-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-button-info {
    /*display: flex;
    flex-wrap: wrap;*/
    display: inline-block;
    width: 100%;
    justify-content: space-between;
    vertical-align: middle;    
}

    .main-button-info button {
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        /* padding: .375rem .75rem;*/
        font-size: 1rem;
        border-radius: .25rem;
    }

    .main-button-info input {
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-decoration: none;
        vertical-align: middle;
        /* padding: .375rem .75rem;*/
        font-size: 1rem;
        border-radius: .25rem;
    }

.btn-primary {
    background-color: dodgerblue;
    color: white;   
}

.btn {
    background-color: dodgerblue;
    color: white;
}

.datebtn {
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.user-input-box {
    display: flex;
    color: ghostwhite;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 15px;
}

    .user-input-box label {
        width: 95%;
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin: 5px 0;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .user-input-box select {
        height: 32px;
        width: 100%;
        vertical-align: top;
    }

    .user-input-box input {
        height: 32px;
        width: 100%;
        outline: none;
        padding: 0 10px;
    }

        .user-input-box input:disabled {
            background-color: white;
        }

.user-search-box {
    color: black;
}


.titleblock {
    width: 100%;
    display: inline;
    margin-bottom: 30px;
}

    .titleblock button {
        float: right;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
        margin-top: 8px;
    }

.titleheader {
    color: white;
    font-size: 36px;
    font-weight: 600;
}

.titletext {
    color: #b4e7b4;
    font-size: 25px;
}

.titletextwhite {
    color: white;
    font-size: 25px;
}

.titlecount {
    color: white;
    font-size: 15px;
    float: right;
    padding-top: 5px;
}


.search-container {
    background: dodgerblue;
    max-width: 600px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 25px;
}

    .search-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: .25rem;
        padding-bottom: .25rem;
    }

    .search-container li {
        color: ghostwhite;
        justify-content: space-between;
    }

        .search-container li a {
            color: ghostwhite;
        }


div.scroll {
    margin: 4px, 4px;
    padding: 4px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

div.scrollmedium {
    margin: 4px, 4px;
    padding: 4px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

div.scrollbig {
    margin: 4px, 4px;
    padding: 4px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}

.control-label {
    padding-top: 6px;
    color: white;
    font-size: 25px;
}

.form-control {
    color: black;
    font-size: 15px;
    width:200%;
}

a {
    color: white;
}

.grid-container {
    display: grid;
    grid-template-columns: 50px 100px 5px 200px 5px 150px 5px 400px;
    grid-gap: 0px;
    width: 800px;
    background: rgba(0, 0, 0, 0.5);
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    border: solid 2px white;
    border-radius: 10px;
}

    .grid-container > div {
        text-align: left;
        padding: 0px 0;
        font-size: 14px;
        margin-bottom: 5px;
    }

#map {
    height: 480px;
}

.map-container {
    width: 100%;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    margin: 20px 28px 10px 0;
    border-radius: 10px;
}

    .map-container iframe {
        width: 100%;
        height: auto;
        min-height: 650px;
    }


.custom-dropdown-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-dropdown-container label {
    width: 95%;
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
    padding-top: 0px;
    padding-bottom: 0px;
}


.custom-select {
    appearance: none; /* Hides default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 5px 5px 5px; /* Space for custom arrow */   
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
}

.custom-dropdown-container::after {
    content: "\25BC"; /* Unicode for down arrow */
    position: absolute;
    top: 65%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none; /* Allows clicking through the arrow */
    color: #555;
}


.custom-search-container {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
}

    .custom-search-container label {
        width: 95%;
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin: 5px 0;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .custom-search-container button {
        margin-top: 25px;
        margin-left: 10px;
    }


.custom-search {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 5px 5px 5px;
    border-radius: 8px;
    width: 100px;
    margin-bottom: 10px;
    text-align: left
}


.custom-radio-container {
    position: relative;
    display: inline-block;
    width: 50%;
    padding-left: 10px;
}
    .custom-radio-container label {
        width: 150px;
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin: 5px 0;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .custom-radio-container input {
        width: 50px;
        padding-top: 5px;
    }