/* General body styles */
body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

/* Background color for steel elements */
.bg-steel {
  background-color: #5f788a;
}

/* Navbar styles */
.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

/* Content section styles */
.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* Article styles */
.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

/* Account styles */
.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

/* Pickleball icon styles */
.pickleball-icon {
  width: 20px; /* Adjust as needed */
  height: 30px; /* Adjust as needed */
  vertical-align: middle;
}

/* Social icon styles */
.social-icon {
  text-align: right;
  padding-right: 5px;
  padding-left: 5px;
}

.twitter-share-button {
  transform: translateY(-4px);
}

.fb-share-button {
  transform: translateY(-11px);
}

/* Page title styles */
.page-title {
  transform: translateY(15px);
}

/* Control icon styles */
.control-icon {
  position: absolute; /* Allows absolute control within the map-container */
  z-index: 5; /* Ensure it appears above the map controls */
  top: 70px; /* Adjust the vertical position */
  right: 5px; /* Adjust the horizontal position */
  width: 50px; /* Adjust the size of the icon */
  height: 50px;
  padding: 5px;
}

/* Input control styles */
.controls {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  margin: 10px;
  padding: 0 11px 0 13px;
  width: 300px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}

/* User circle styles */
.user-circle {
  width: 40px;
  height: 40px;
  border-radius: 1000%;
  font-size: 30px;
  color: #00fa;
  line-height: 40px;
  text-align: center;
  background: #fafafa;
  margin-right: 50px;
}

/* Navbar dropdown toggle styles */
.nav-link.dropdown-toggle::after {
  display: none;
}

/* Center button styles */
.center-button {
  display: flex;
  justify-content: center;
}

/* Modal styles */
.modal-content {
  background-color: #fafafa;  /* Change this to your preferred color */
}

.modal-body {
  text-align: center;
}

.btn-close {
  display: none;
}

/* Table styles */
.black-border-table {
  border: 2px solid black !important;
}

.date-column {
  min-width: 90px; /* Adjust as needed */
  white-space: nowrap;
}

.tname-column,
.pname-column,
.lname-column,
.aname-column,
.iname-column {
  max-width: 600px; /* Adjust as needed */
}

.viewmap-column,
.contact-column {
  min-width: 50px; /* Adjust as needed */
  white-space: nowrap;
}

.center-column {
  text-align: center;
}

.header-container {
  display: flex;
  align-items: center; /* Optional, for vertical alignment */
  justify-content: space-between; /* Adjust as needed */
}

/* Button styles */
.btn-primary {
  background-color: #007bff; /* Primary color */
  border: none;
}

.btn-primary .fas {
  margin-right: 5px; /* Space between icon and text */
}

.rounded-pill {
  border-radius: 50rem !important; /* Oval shape */
}

/* DataTables filter styles */
#tournamentsTable_filter,
#placesTable_filter,
#leaguesTable_filter,
#ambassadorsTable_filter,
#instructorsTable_filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

#tournamentsTable_filter > div,
#placesTable_filter > div,
#leaguesTable_filter > div,
#ambassadorsTable_filter > div,
#instructorsTable_filter > div {
  display: flex;
  align-items: center;
}