html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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 #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.about-page body, .about-page html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-page main {
    text-align: center;
    padding: 20px;
}

.about-page .team-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .about-page .team-logo img {
        width: 20rem;
        height: 20rem;
    }


/* Style for Flatpickr's container */
.flatpickr-calendar {
    display: flex;
    flex-direction: row;
}

/* Style for the time picker container */
.flatpickr-time {
    margin-left: 10px; /* Adjust as needed */
}

/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    outline: black auto 1px;
    box-shadow: none;
}

.form-check-input:focus {
    border-color: #0077cc;
    box-shadow: none;
    outline: black auto 1px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

    .btn-primary:focus {
        box-shadow: none;
        outline: black auto 1px;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    line-height: 60px;
}

.cursor-not-allowed, .cursor-not-allowed .btn {
    cursor: not-allowed !important;
}

.btn-xs {
    padding: 0.1rem 0.4rem;
    font-size: 0.6rem;
    line-height: 1.2;
    max-width: 100px;
}

/*Classifieds*/
.card-body {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carousel-control-prev, .carousel-control-next {
    color: black;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    top: auto;
    bottom: 10px;
    z-index: 10;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50%;
}

.card-img-top, carousel-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.modal-dialog-centered {
    max-width: 1000px;
}

.modal-body {
    text-align: left;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background-color: black;
}

.carousel-item img {
    height: auto;
    width: auto;
    border: 1px solid black;
}

/* Hide DataTables sort arrows */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    display: none !important;
}

table.dataTable thead th {
    padding-right: 10px !important; /* Adjust as needed to fix alignment */
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.team-member {
    display: block;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    color: inherit;
    text-decoration: none;
    transition: background-color 0.2s;
}

    .team-member:hover {
        background-color: #f0f0f0;
    }

    .team-member h3 {
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1.17em; /* browser default for h3 */
        font-weight: bold; /* optional, keep it like normal headings */
    }

    .team-member i {
        color: #0e76a8;
        font-size: 1.2em;
    }

    .team-member:hover i {
        color: #005582;
    }

    .team-member {
        text-decoration: none !important;
    }

    .team-member:hover {
        text-decoration: none !important;
    }
        .team-member,
        .team-member h3,
        .team-member h3 a,
        .team-member * {
            text-decoration: none !important;
        }


.admin-view .btn-danger {
    width: 100% !important;
    height: 125px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: normal;
}