:root {
  --primary-color: #2c3e50;
  --secondary-color: #3498db;
  --accent-color: #e74c3c;
}
.event-header {

}
.header-theme{
  background-color: #000000;
  color: white;
  padding: 10px 10px;
  border-radius: 9px;
  border: none;
}
.event-banner-image-container
{
  max-height: 395px;
  overflow: hidden;
  border-radius: 10px;
}
.event-image {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.event-info-detail-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 38%);
    transition: transform 0.3s;
    margin-bottom: 1.5rem;
    padding: 10px !important;
    text-align: left;
    margin-left: 10px;
}

.event-info-detail-card:hover {
    transform: translateY(-5px);
}

.badge-custom {
  background-color: #546c7d;
  font-size: 15px;
  padding: 4px 15px !important;
  color: #fbfbfb;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 35px;
  text-align: center;
  min-width: 200px;
  margin-right: 10px;
}
.white
{
  color: white;
}
.map-container {
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.stats-number {
  font-size: 40px;
    color: #e74c3c;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

.card-detail-parent{
  display: flex;
  margin-top: 20px;
  width: 100%;
}

@media (max-width: 768px) {

  .card-detail-parent{
display: inline-block;
margin-top: 20px;
width: 100%;
  }
  
  .event-details-summery-card{
    width: 100% !important;
}

    .custom-flex-container {
    width: 100% !important; /* Full width for mobile */
  }
    
    .event-header {
     
    }
    
    .event-image {
        height: 200px;
        margin-bottom: 1rem;
    }
    

}

.event-details-section-title {
    color: var(--primary-color);
    border-left: 4px solid var(--secondary-color);
    padding: 10px;
    margin: 15px 0 10px 0px;
    font-size: 1rem;
    background-color: #546c7d;
    color: white;
}

.event-btn-parent-container {
  display: flex;
  justify-content: center;
  align-items: center;

}

.custom-flex-container {
  display: flex;
  flex-direction: column;
  width: 300px; /* Default width for desktop */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.p-15{
padding-left: 15px;
}
.s-item-flex-container {
  display: flex;
  flex-wrap: wrap;
}

.s-item-flex-container .form-check {
  flex: 1 1 calc(50% - 10px); /* 50% width per item minus the gap */
  display: flex;
  align-items: center;
}

@media (max-width: 600px) {
  .s-item-flex-container .form-check {
    flex: 1 1 100%; /* Full width on smaller screens */
  }
}
.search-item-container {
    height: calc(100% - 200px);
    overflow-y: scroll;
}

  .custom-display-4 {
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    padding-top: 10px;
    margin: 0;
  }

.info-icon {
    color: var(--secondary-color);
    margin-right: 0.5rem;
}
.event-details-summery-card{
    width: 50%;
}


  
  
  .content-box {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  
  .gear-list {
    list-style-type: none;
    padding-left: 0;
  }
  
  .gear-list li {
    display: flex;
    align-items: center;
  }
  
  .gear-list li i {
    color: #28a745;
  }
  

  
  .certification-badge {
    background-color: #3498db;
    color: #fff;
  }
  

  
  .badge-warning {
    background-color: #f39c12;
  }
  
  .fas-icon
  {
    margin-right: 15px;
  }

.fa, .fas {
  font-weight: 900;
  font-size: 15px;
  margin-right: 10px;
}
.ev-title{
  font-weight: 600;
  margin-bottom: 0;
  padding: 0;
}

.event-edit-btn-container
{
  margin: 0;
  padding-top: 10px;
  text-align: right;
  flex-wrap: wrap;
}


.disabled-input
{
  background-color: #e9ecef;
  color: #e9ecef;
}

.image-card {
  position: relative;
  width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #a1a1a1;
}
.img-fixed-height{
  height: 200px !important;
    width: auto !important;
}

.image-card img {
  width: 100%;
  display: block;
  height: auto;
}
.ml-3
{
  margin-left: 3px;
}

.image-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 8px;
}

.image-actions-custom {
 right: auto !important;
}

.image-actions i {
  background-color: rgb(255 0 0);
  color: white;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.2s ease;
  margin-right: 0px !important;
}

.image-actions i:hover {
  background-color: #200909;
}
.race-distance
{
  background-color: blue;
    color: white;
    padding: 0 10px;
    border-radius: 15px;
    margin-left: 6px;
}

.no-distance-message{
  text-align: center;
  margin-bottom: 0;
  padding: 13px;
  border-radius: 10px;
}

.no-data-box-red {
  background-color: red;
  color: white;
  height: 24px;
  border-radius: 5px;
  padding: 0 10px;
  margin-left: 10px;
  width: 60px;
}

.race-distance-item {
  padding: 6px 12px;
  background-color: #f0f4ff;
  color: #0033cc;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  margin-left: 7px;
}

.info-message {
  display: flex
  ;
      align-items: center;
      /* gap: 10px; */
      background-color: #fdec80;
      padding: 2px 14px;
      /* border: 1px solid #d3d3d3; */
      border-radius: 0 15px 15px;
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
      font-size: 16px;
      color: #333;
      margin-top: 10px;
}

.info-icon {
  font-size: 20px; /* Slightly larger icon size */
  color: #007bff; /* Blue color for the icon */
}

.info-text {
  font-weight: 500;
  font-size: 11px;
}

.default-bullets ul,ol {
  list-style-type: disc;        /* Sets the bullet style */
  list-style-position: outside; /* Positions bullets outside the list items */
  padding-left: 40px;           /* Adds left padding for proper indentation */
  margin: 1em 0;                /* Optional: adds vertical spacing */
}

.default-bullets li {
  display: list-item;           /* Ensures list items display correctly */
}

.help-button
{
      background-color: green;
    color: white;
    font-size: 0.82rem;
    padding: 3px 10px;
    border-radius: 5px;
}
.meroon{
  background-color: #855b01 !important;
}

.modal-open {
  overflow: hidden;
}
.modal-popup-child {
  max-height: 75vh; /* Adjust as needed */
  overflow-y: auto;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.fb{
  background-color: #0303ff;
    color: white;
    height: 30px;
    font-size: 12px;
        border-radius: 2px !important;
}
.ins{
  background-color: #b10000;
    color: white;
    font-size: 12px;
    height: 30px;
        border-radius: 2px !important;
}