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;
}


/*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;
}

.bg-earth {
    background-color: #6b4f37; /* warm brown */
}

.navbar-dark .navbar-nav .nav-link {
    color: #f5f5dc; /* beige text */
}

.navbar-dark .navbar-brand {
    color: #f5f5dc;
}