    :root {
      --primary: #4CAF50;
      --primary-dark: #2e7d32;
      --accent: #f44336;
      --bg-gradient: linear-gradient(135deg, #e6f5ee, #f4fdf9, #ffffff);
    	
      --text: #333;
      --radius: 8px;
      --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
   * {
      box-sizing: border-box;
    }


body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  background: linear-gradient(135deg, #00b09b, #96c93d);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
/*line-height:1rem;*/
}
.general-box {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;

  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

header {
  background:#eef5ea;;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	z-index:1;
}

header nav a {
  margin-left: 1rem;
  color: #00b09b;
  font-weight: 600;
  text-decoration: none;
}
.main-wrapper{
display: flex;
  flex: 1;
 justify-content: center;
  align-items: flex-start;
 
}
.main-wrapper-column{
display: flex;
  flex: 1;
flex-direction:column;
 
}
main {
  flex: 1;
  display: flex;
  padding: 2rem 1rem;
}
.container {
  /*max-width: 960px;*/
  margin: 0 auto;
  padding: 2rem;
}
.container-footer{
  margin: 0 auto;
}
.hero {
  background: linear-gradient(135deg, #00b09b, #96c93d);
  color: white;
  text-align: center;
  padding: 6rem 2rem 4rem;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo {
  max-width:60%;
	min-width:300px;
  margin-bottom: 1.5rem;
}
.logo2 {
  max-width:17%;
 min-width:200px;

}


.main-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/fav8.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* or cover */
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
}

.hero h1 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}


/* Base Button */
.btn {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s, border 0.3s, color 0.3s;
  border: 2px solid transparent;
  white-space: nowrap;
}

/* Primary Button */
.btn-primary {
  background-color: #e9eef0;
 /* color: #fff;*/
}

.btn-primary:hover {
  background-color: #d3f4c4;
  border-color: #d3f4c4;
}

/* Outline Button */
.btn-outline {
  background-color: transparent;
  color: #00b09b;
  border-color: #00b09b;
}

.btn-outline:hover {
  background-color: #e0f7f4;
  color: #00897b;
  border-color: #00897b;
}

/* Optional: Disabled State */
.btn:disabled,
.btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.features {
  background: white;
  padding: 3rem 2rem;
}

.features h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}

.feature-list li {
  background: #f1f1f1;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.feature-list i {
  margin-right: 0.75rem;
  color: #00b09b;
  font-size: 1.2rem;
}

.login-section {
  background: #ffffff;
  padding: 3rem 2rem;
  text-align: center;
}

.login-form {
  display: flex;
  flex-direction: column;

}
.password-wrapper {
  position: relative;
  width: 100%;
}

.password-wrapper .t4s-input {
  padding-right: 2.5rem;
}


.remember-me {
  font-size: 0.9rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.login-note {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.clubs {
  background: #eef9f3;
  text-align: center;
  padding: 3rem 2rem;
}

.clubs h2 {
  margin-bottom: 1rem;
}

footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 0rem 1rem;
  font-size: 0.9rem;
}

footer a {
  color: white;
  text-decoration: none;
  margin: 0 0.5rem;
}

.background{

  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #00b09b, #96c93d);
}
footer a:hover {
  text-decoration: underline;
}
.testimonial {
  background: #fff;
  padding: 3rem 2rem;
  font-style: italic;
  text-align: center;
}

.testimonial blockquote {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1rem;
}

.testimonial .author {
  font-weight: bold;
  color: #00b09b;
}
.how-it-works {
  background: #f9f9f9;
  padding: 3rem 2rem;
  text-align: center;
}

.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.step img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.step h3 {
  margin-bottom: 0.5rem;
  color: #00b09b;
}



.step {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.step i {
  color: #00b09b;
  margin-bottom: 1rem;
}

.step h3 {
  margin-bottom: 0.5rem;
  color: #00b09b;
}
.emphasis {
  font-weight: 600;
  color: #e02e30;
}

.feature-list li {
  background: #f1f1f1;
  padding: 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4;
}

.feature-list i {
  margin-right: 0.75rem;
  color: #00b09b;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.feature-list .emphasis {
  font-weight: 600;
  color: #e02e30;
  display: inline;
}
.style8 {
  color: red;
  font-style: italic;
	font-weight:bold;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 2rem;
  border-radius: 8px;
  max-width: 400px;
  position: relative;
}

.modal .close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
/* Form Layout */
form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 1080px) {
  form.grid-2c {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
}
.grid-2c {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.grid-2c > .form-group {
  flex: 1 1 300px;
}

.form-group {
  position: relative;
  display: flex;
  flex-direction: column;
padding-bottom:.5em;
}

.full-width {
  grid-column: 1 / -1;
}

/* Inputs */
.t4s-input,  select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
 /* background: #f9f9f9;*/
background:#fbfff5;
  box-sizing: border-box;
line-height:1;
}
.input-box {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 5px;
background:#fbfff5;
  min-height: 40px;
  cursor: text;
}
/* Password Toggle */
.password-toggle {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #666;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

#password,
#confirm {
  padding-right: 2.5rem;
}
.btn-ok{
border-color:#509927 !important;
color:#509927 !important
}
.t4s-selectbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: #f9f9f9;
  box-sizing: border-box;
}

.t4s-selectbox-option {
padding: 0 12px 0 12px;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  min-height: 2.7rem;
}

.t4s-selectbox-option:focus {
  outline: 2px solid #0078d4;
  outline-offset: 2px;
}

.t4s-selectbox-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.t4s-selectbox.open .t4s-selectbox-dropdown {
  display: block;
}

.t4s-selectbox-filter {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ccc;
}

[role="listbox"] {
  list-style: none;
  margin: 0;
  padding: 0;
}
[role="listbox"] li a {
  display: flex;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  color: #333;
  font-size: 16px;

}
@media(max-width:1080px){
[role="listbox"] li a {
  min-height: 36px; /* Touch-friendly */
}
}
[role="listbox"] li a:hover,
[role="listbox"] li a:focus {
  background-color: #f0f0f0;
  outline: none;
}

.t4s-flag {
  display: inline-block;
  width: 16px;
  height: 14px;
  background-image: url('../images/bs_t4s-countries.flags.png'); /* Adjust path as needed */
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 10px;
  flex-shrink: 0;
	transform:scale(1.4);
}
.t4s-selectbox-option::after {
   font: var(--fa-font-solid);
  content: "\f078";

  margin-left: auto;
 
  color: #666;
}
.t4s-selectbox-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t4s-info{
color:green;}
.w3-hide {
  display: none !important;
}
.t4s-advice {
  display: inline-block;
  font-size: .8em;
  color: #009;
}
.vname, .cname, .t4s-bold, .m-unread, .i-name {
  font-weight: 700;
}
.w3-red .t4s-open-click {
  display: none;
}
.w3-red {
  color: #f00 !important;
}
.t4s-green {
  color:var(--primary) !important;
}
.t4s-input.invalid {
  border: 2px solid #e53935 !important;
  background-color: #fff0f0;
  outline: none;
}
.error-msg {
  color: red;
/*display:none;*/
  font-size: 0.85rem;
  margin-top: 0.25rem;
}
/* Modal backdrop */
.w3-modal-back {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 60px;
}
.w3-modal {
  display: none;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
 
  overflow: auto;
 
  padding-top: 60px;
}
/* Modal content box */
.w3-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-out;
}

/* Modal header */
.t4s-mod-h {
  background-color: #4CAF50;
  color: white;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
position:relative;
}

/* Modal body */
.w3-modal-content .w3-container {
  padding: 20px 24px;
  font-size: 15px;
  line-height: 1.6;
}

/* Modal footer */
.t4s-padding-bottom {
  padding: 16px 24px;
  text-align: center;
  border-top: 1px solid #eee;
}



/* Button styles */
.w3-btn {
  font-size: 16px;
font-family: "Times New Roman", Times, serif;
	font-weight:bold;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.w3-btn.w3-border-blue, .w3-blue {
  border-color: #2196F3;
  color: #2196F3;
}
.w3-btn.w3-border-blue:hover {
  background-color: #2196F3;
  color: white;
}
.w3-btn.w3-border-red {
  border-color: #f44336;
  color: #f44336;
}
.w3-border-yellow {
  border-color: gold !important;
  color: gold !important;
}
.w3-border-green {
  border-color:#4CAF50!important;
  color: #4caf50 !important;
}
.w3-btn.w3-border-red:hover {
  background-color: #f44336;
  color: white;
}
.w3-btn.w3-border-green:hover {
  background-color: #4CAF50;
  color: white !important;
}
.w3-btn.w3-border-yellow:hover {
  background-color: gold;
  color: white !important;
}
/* Red text for emphasis */
.w3-red {
  color: #f44336;
}

.page-title {
  text-align: center;
  color: #4CAF50;;
  margin-bottom: 2rem;
padding: 2rem 2rem 0 2rem;
display: flex;
  flex-direction: row;
  gap: 3rem;
}
/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
.t4s-center-flex {
  display: flex;
  justify-content: center;
  align-content: center;
}
.t4s-left{
text-align:left !important;
}
.nav-bar {
  
  padding: 10px 20px;
  display: flex;
  gap: 20px;
  font-family: 'Inter', sans-serif;
  width: 100%;
}

.nav-bar a {
  color: #4CAF50;
  text-decoration: none;
  font-size: 16px;
 /* display: flex;*/
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}
.nav-bar a:hover {
  color:#05661d;
}
.nav-bar a.current, a.current:visited, .mobile-menu a.current, a.current:visited, .currenta, currenta:visited
{
 
  color: red !important;
  
}
.t4s-layout {
  display: flex;
  flex-direction: row;
  min-height: calc(100vh - 64px); /* adjust if header height changes */
}

.t4s-sidebar {
  width: 220px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.t4s-sidebar nav a {
  display: block;
  margin-bottom: 12px;
  color: #4CAF50;
  text-decoration: none;
  font-weight: 500;
}

.t4s-main {
  flex: 1;
  padding: 24px;
}
.text-button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}

.text-button:hover {
  color: #00b09b; /* optional hover color */
  text-decoration: none;
}
.title-box {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  max-width: 900px;
  width: 100%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.sidebar {
  width: 220px;
  background: white;
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: fit-content;
	z-index:1;
}
.sidebar nav a,.pageNavToggle nav a,.mobile-menu .globalLink a, .sidebar nav span, .currenta  {
  display: block;
  margin-bottom: 2rem;
  color: var(--primary-dark);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}
.form-wrapper {
  background: white;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
z-index: 1;
  position: relative;
}
    .main-content {
      flex: 1;
   
    }
.layout {
  display: flex;
  flex: 1;
  gap: 2rem;
  padding: 0 2rem 3rem;
  flex-wrap: wrap;
}
.container-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.04s ease;
  background: white;
  padding: 0 1rem;
 
  margin-bottom: 1rem;

  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}


@media (min-width: 1080px) {
  .container-panel.2col {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
  .container-panel.split {
    grid-template-columns: 200px 1fr !important;
    column-gap: 2rem;
    row-gap: 1.5rem;
  }
}  


.sidebar nav a:hover {
      color: var(--primary);
    }
.accordion.active{
 color: var(--accent)!important;
}
.accordion {
  background: #f9f9f9;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary-dark);
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
  gap:1rem;
}
.accordion:hover {
      background: #eef7f3;
    }

    .accordion i {
      transition: transform 0.3s ease;
    }

    .accordion.active i {
      transform: rotate(180deg);
    }

    .container-panel.open {
      padding: 1rem;
      max-height: 40%;
    background:#f2f4f9;
    overflow: visible !important;
    }
 .panel {
      padding: 1rem;     
    background:#f2f4f9;
    }
.hamburger{
display:none;
background: none;
  border: none;
  color: var(--primary);
  font-size: 1.5rem;
}
    @media (max-width: 1080px) {
      .layout {
        flex-direction: column;
        padding: 0 1rem 3rem;
      }
	.hamburger{
    display:flex;
    }
      .sidebar {
        display: none;
      }

      body.menu-open .sidebar {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
      }

      .menu-toggle {
        display: block;
      }

      .nav-links {
        display: none;
      }
    .t4s-canvas-ext { 
 	 margin: 16px 2% !important;
    }
    .tab-ext { 
 	 margin: 0 1% !important;
    }

 
}
    }
.t4s{
font-size:20px;
font-weight:bold;
}
.t4s-canvas {
  display: flex;
  flex-direction: column;
 flex-grow:1;
  margin: 16px;
  background: var(--bg-gradient);
border-radius: 10px;
 
}
.t4s-canvas-ext {
  display: flex;
  flex-direction: column;
 flex-grow:1;
  margin: 16px 5%;
  background: var(--bg-gradient);
border-radius: 10px;
 
}
.avatar-content{
display: flex;
  justify-content: center;
margin: 20px;
}
.center{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}
#linked, #f-link,.i-link,#linked:visited, #f-link:visited,.i-link:visited {
 color: #0077b5!important; /* LinkedIn blue for brand harmony */

}
.form-hint {
  font-size: 0.85rem;
  color: #666;
  margin-top: 6px;
}

.example-link {
  font-style: italic;
  color: #444;
}
.privacy-note {
  color: crimson;
  font-weight: bold;
}
.resizable-box {
  width: 100%;
  min-height: 100px;
  max-height: 700px;
  padding: 10px;
  font-size: 1rem;
  resize: vertical; /* allow only up/down resizing */
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
background:#fbfff5;
}
.resizable-box:focus, .input-box:focus {
  border-color: #0077b5;
  box-shadow: 0 0 4px rgba(0, 119, 181, 0.4);
  outline: none;
}
  @media (max-width: 1080px) {
  .t4s-canvas {
  margin: 16px 0 16px 0;
	}
  .form-wrapper{
   padding: 2rem 0.5rem 2rem 0.5rem;
  }
  .globalLink{
         display: none;
      }
  
  .container-panel{
  padding: 0 0.3rem;
  }
}
.globalNavMem, .globalNav{
display:flex;
gap:2rem;
width:100%;
justify-content:space-between;
align-items:center;
}
.globalNavMemToggle{
display:flex;
gap:2rem;
flex-direction:column;
border-bottom:1px solid #ccc;
margin-bottom: 2rem;
}
.mobile-menu{
  background: white;
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.mobile-menu .globalLink {
  display: flex;
  flex-direction: column;
  
}
.mobile-menu, .globalNavMemToggle{
display:none;
}
@media (max-width: 1080px) {
  .mobile-menu.open {
    display: block;
  }
}
@media (max-width: 1080px) {
  .mobile-menu.open .globalNavMemToggle {
    display: block;
  }
 .title-text-wrapper{
 font-size:calc((1rem + 1.5vw)/1.1);
}
}
#Sports thead th {
  font-weight: 600;
  letter-spacing: 0.5px;
}

#Sports tbody td {
  font-size: 0.95rem;
}

#Sports tbody tr {
  transition: background-color 0.2s ease-in-out;
}

#Sports tbody tr:hover {
  background-color: #f8f9fa;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  padding-right: 2.5em; /* space for the icon */
}
.select-wrapper {
  position: relative;
  display: inline-block;
 
}

.select-wrapper::after {
  content: "\f078"; /* Unicode for fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #666;
  font-size: 16px;
}
.overflow.open{
overflow:visible !important;
}
.t4s-close {

	position:absolute;
	top: 10px;
	right: 10px;
	padding-right: 5px;
	text-align: right;
	clear: both;
	color: red;
	font-size: 1.2em;
    cursor:pointer
}
.t4s-close::before{
vertical-align:-10%;
font-size:1.3333333333em;
display: inline-block;
  text-decoration: inherit;
}
.icon-large::before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.w3-btn,
.w3-btn-floating,
.w3-btn-floating-large,
.t4s-close,
.w3-opennav {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.w3-btn,
.w3-btn-floating,
.w3-dropnav a,
.w3-btn-floating-large,
.w3-btn-block,
.w3-hover-shadow,
.w3-hover-opacity,
.w3-hover-opacity-off,
.w3-navbar a,
.w3-sidenav a,
.w3-pagination li a,
.w3-hoverable tbody tr,
.w3-hoverable li,
.w3-accordion-content a,
.w3-dropdown-content a,
.w3-dropdown-click:hover,
.w3-dropdown-hover:hover,
.w3-opennav,
.t4s-close,
.w3-closebtn,
.w3-hover-amber,
.w3-hover-aqua,
.w3-hover-blue,
.w3-hover-light-blue,
.w3-hover-brown,
.w3-hover-cyan,
.w3-hover-blue-grey,
.w3-hover-green,
.w3-hover-light-green,
.w3-hover-indigo,
.w3-hover-khaki,
.w3-hover-lime,
.w3-hover-orange,
.w3-hover-deep-orange,
.w3-hover-pink,
.w3-hover-purple,
.w3-hover-deep-purple,
.w3-hover-red,
.w3-hover-sand,
.w3-hover-teal,
.w3-hover-yellow,
.w3-hover-white,
.w3-hover-black,
.w3-hover-grey,
.w3-hover-light-grey,
.w3-hover-dark-grey,
.w3-hover-text-amber,
.w3-hover-text-aqua,
.w3-hover-text-blue,
.w3-hover-text-light-blue,
.w3-hover-text-brown,
.w3-hover-text-cyan,
.w3-hover-text-blue-grey,
.w3-hover-text-green,
.w3-hover-text-light-green,
.w3-hover-text-indigo,
.w3-hover-text-khaki,
.w3-hover-text-lime,
.w3-hover-text-orange,
.w3-hover-text-deep-orange,
.w3-hover-text-pink,
.w3-hover-text-purple,
.w3-hover-text-deep-purple,
.w3-hover-text-red,
.w3-hover-text-sand,
.w3-hover-text-teal,
.w3-hover-text-yellow,
.w3-hover-text-white,
.w3-hover-text-black,
.w3-hover-text-grey,
.w3-hover-text-light-grey,
.w3-hover-text-dark-grey {
	-webkit-transition: background-color .3s, color .15s, box-shadow .3s, opacity .3s;
	transition: background-color .3s, color .15s, box-shadow .3s, opacity .3s
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
/*  background-color: transparent;
  border: 1px solid transparent;*/
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out,
              background-color 0.15s ease-in-out,
              border-color 0.15s ease-in-out,
              box-shadow 0.15s ease-in-out;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:active {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
  opacity: 0.65;
}

.rounded-pill {
  border-radius: 50rem !important;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn:not(:disabled):hover {
  filter: brightness(1.1);
}
.btn.save {
  background-color: #0275d8;
  color: #fff;
}

.btn.reset {
  background-color:#d9534f;
  color: #fff;
}
.accordion-controls{
display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: right;
}
.filepond--credits {
  display: none !important;
}
.filepond--image-preview-wrapper {
  background-color: transparent !important;
}
.filepond--panel-root {
  border-radius: .5em;
  background-color: transparent !important;
}
.filepond--image-preview {
  background-color: transparent !important;
}
.filepond--item{
margin:0 !important;
}
.filepond--root {margin:0 !important;

  width: 158px !important;   /* set your fixed width */
  height: 154px !important;  /* set your fixed height */
  min-height: 154px !important;
  box-sizing: border-box;
}
.filepond--action-process-item {
  display: none !important;
}

/* Checklist */
.checklist {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  padding-left: 1.2em;
}

.checklist li {
  list-style: none;
  margin-bottom: 0.25rem;
}

.checklist li.valid::before {
  content: "✔ ";
  color: green;
}

.checklist li.invalid::before {
  content: "✖ ";
  color: red;
}

.checklist li.valid {
  color: green;
}

.checklist li.invalid {
  color: red;
}
footer p{
margin-top:.6rem;}
.max-width-1000{
max-width:1000px;
}
.narative{
color:#045f01;
}
.read {
  margin-left: 1em;
  top: 25%;
  color: #4CAF50 !important;
}
.unread {
  margin-left: 1em;
  top: 25%;
 /* color: #4CAF50 !important;*/
}
 .button-wrapper{
display: flex !important;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
.title-text-wrapper{
display:flex;
flex-direction:column;
align-items:start;
font-weight:bold;
}
#img-wel {
  float: left;
 /* margin: 0 1em 0 0;*/
  height: 2.6em;
  width: 2.6em;
 border-radius:5px;
}
td .mob,.mob{
display:none!important;
}
@media (max-width: 1080px) {
#d-mes, #mes, #fg, #a-det,#cld,#cl-rev, .w3-modal{
top:20px !important;
left:10px !important;
max-height:92vh;
width:95vw;
max-width:95vw;
}

#fact{
top:20px;
left:10px;
max-width:95vw;
width:95vw;
}
#mes textarea{
    height:57vh;
}
 #d-mes-mes{
 height:57vh;
}
td .mob, .mob{
display:table-cell !important;
white-space:normal !important;
}
td .norm, .norm{
display:none !important;
}
.t4s-mob-small-col{
width: 10px;
padding: 0.75rem 0.25rem 0.75rem 0.5rem !important;
}
.front{
margin-left:1vw!important;
width:98vw!important;
}
}

.flex-row{
display:flex !important;
flex-direction:row!important;;
gap:1em;
}
.flex-column{
display:flex !important;
flex-direction:column!important;
}
.t4s-bt-small {
  padding: 0 !important;
  float: left;
  margin-right: .2em;
  width: 2em;
}
.t4s-bt-dropdown {
width: 7em;
  margin-bottom: .2em;
  padding: .2em .5em;
  opacity: 100% !important;
text-align:left;
}
.t4s-bt-wide{
width:9em !important;
}
.t4s-bt-small-c {
  padding: 0 !important;
  float: none;
  margin-right: .2em;
  width: 2em;
}
.table-cell-mid{
	vertical-align:middle;
text-align:center;
}
.number-align {
 white-space: nowrap;         /* Prevent line breaks */
 
  align-items: center;         /* Vertically center them */
  gap: 0.25em;
	text-align: center !important;
}
.number-align .showdet {
  display: inline-block;       /* Ensure it behaves like a visible inline element */
  min-width: 16px;             /* Optional: give it a minimum width if it's an icon */
}

.table-cell-center{
	vertical-align:middle;
	display:table-cell;
}
.w3-container {
  padding-left: 1rem;
  padding-right: 1rem;
justify-content: space-between;
}
.t4s-h5 {
	font: 100% Times New Roman, Times, serif;
	color: #334d55;
	margin: 0;
	padding: 0
}
   .multi-select-wrapper {
      position: relative;

    }

  

    .tag {
      background: #cce5ff;
      padding: 5px 10px;
      margin: 3px;
      border-radius: 20px;
      display: flex;
      align-items: center;
      animation: fadeIn 0.3s ease;
    }

    .tag .remove {
      margin-left: 5px;
      cursor: pointer;
      font-weight: bold;
      color: red;
    }

    .input-box input {
      border: none;
      outline: none;
      flex: 1;
      min-width: 100px;
      margin: 3px;
    }

    .dropdown {
      position: static;
      left: 0;
      right: 0;
      background: white;
      border: 1px solid #ccc;
      max-height: 200px;
      overflow-y: auto;
      z-index: 10;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .dropdown.hidden {
      display: none;
    }

    .option {
      padding: 8px;
      cursor: pointer;
    }

    .option:hover {
      background-color: #f0f0f0;
    }

    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.95);}
      to {opacity: 1; transform: scale(1);}
    }
#message {
  width: 100% !important;
  table-layout: auto;
}
.table-responsive {
  overflow: auto;

}
.w3-modal-content{  
  background: white
}
.mes-info{
background:#f2f4f9;
padding:0 10px;
}
.flex-row-justified{
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}
.t4s-small{
font-size:0.75rem;
}
#d-mes, #mes, #fg, #a-det,#cld,#cl-rev,.w3-modal{
top:15%;
left:15%;
}
#fact{
top:12%;
left:12%;
}


@keyframes fadeHighlight {
  0% {
    background-color: #27e695; 
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    background-color: #b1e3f2; /* or transparent/striped */
  }
}
.t4s-fm-new {
  animation: fadeHighlight 2s ease-out;
	background-color:#b1e3f2 !important
}
.option-header {
  font-weight: bold;
  padding: 6px 10px;
  background-color: #fbfff5;
  cursor: default;
color: var(--primary-dark);
}

.unselectable {
  pointer-events: none;
  user-select: none;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.toggle-switch input:checked + .slider {
  background-color: #2196F3;
}

.toggle-switch input:checked + .slider::before {
  transform: translateX(26px);
}
.showdet::before {
	background-color: #0073ea;
	border: 2px solid white;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	color: white;
	cursor: pointer;
	content: "+";
	display: block;
	font-family: "Courier New", Courier, monospace;
	height: 14px;
	left: 4px;
	line-height: 14px;
	float: right;
	text-align: center;
	top: 9px;
	width: 14px
}

table.dataTable>tbody>tr.detparent>td>span.showdet::before {
	display: none
}

table.dataTable:not(.collapsed)>tbody>tr.detparent>td>span.showdet::before {
	background-color: #d33333;
	content: "-";
	display: block
}
table.dataTable.collapsed > tbody > tr.detparent > td > span.showdet::before {
  background-color: #d33333;
  content: "-";
  display: block;
}
.margin-bottom{
margin-bottom:1rem;
}
.custom-marker {
  width: 35px;
  height: 56px;
}

.bounce-target {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bounce-target.bounce-marker {
  animation: bounce 0.6s infinite;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-15px); }
  50%  { transform: translateY(0); }
  70%  { transform: translateY(-7px); }
  100% { transform: translateY(0); }
}
.rating {
	overflow: hidden;
	display: inline-block;
	font-size: 0;
	position: relative;
	margin-top: 5px
}

.rating-input {
	float: right;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 0 0 0 -16px;
	opacity: 0
}

.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {
	background-position: 0 0
}

.rating-star,
.rating:hover .rating-star {
	position: relative;
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/stars.png) 0 -16px
}
.cl-v-det {
	cursor: pointer;
	color: #005fa9
}
.warning{
color:var(--accent) !important;
}
span.stars,
span.stars span {
	display: block;
	background: url(/images/stars.png) 0 -16px repeat-x;
	width: 80px;
	height: 16px
}

span.stars-l,
span.stars-l span {
	display: block;
	background: url(/images/stars.png) 0 -32px repeat-x;
	width: 160px;
	height: 32px
}

span.stars span,
span.stars-l span {
	background-position: 0 0
}
.alert {
	border: 1px solid red;
	border-radius: 4px;
	box-shadow: 2px 3px 1px rgba(88, 3, 5, .25), 4px 0 2px rgba(88, 3, 5, .25)
}

.error {
	float: left;
	display: none
}

.alert .error {
	display: inline-block
}
.add1 {
	font-weight: 700;
	color: #649537
}

.add2 {
	
	padding: 1em;
	border-radius: 3px
}
.det-underline{
 border-bottom:#4CAF50;
 border-bottom-style:solid;
}
.read-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
}
.read-dot.unread { background-color: #007bff; }
.read-dot.read { background-color: #ccc; }

.message-summary {
  line-height: 1.4;
}

.dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
 padding-right:1.5rem;
 margin-left:auto;
padding-left:.5rem
}

.dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  top: -1em;
  background-color: #8c83837a;
  border: 1px solid #ccc;
  min-width: 120px;
  z-index: 1000;
	padding-left:.2em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);

}
.dropdown-menu-small-bt {
  display: none;
  position: absolute;
  right: 0;
  top: -1em;
  background-color: #8c83837a;
  border: 1px solid #ccc;
  min-width: 30px;
  z-index: 1000;
	padding-left:.2em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);

}
.dropdown-wrapper.open .dropdown-menu,.dropdown-wrapper.open .dropdown-menu-small-bt {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 6px 12px;
  text-align: left;

  border: none;
  cursor: pointer;
  font-size: 14px;
background-color: #ddd5d5;
  color: green;
  font-weight: bold;
  margin-bottom: .2em;
}

.dropdown-menu-small-bt .w3-btn {

 margin-bottom:.4em !important
}
.dropdown-item:hover {
  background-color: #f0f0f0;
}

.dropdown-item.status {
  color: green;
  cursor: default;
}

.dropdown-item.delete {
  color: red;
}
.m-type{
text-align:right
}
/* Center pagination below the table */
div.dataTables_paginate {
  text-align: center;
  margin-top: 1rem;
}

/* Center the pagination block */
.dt-paging {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

/* Pagination container */
.dt-paging nav ul.pagination {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

/* Pagination buttons */
.dt-paging .page-item button.page-link {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover effect */
.dt-paging .page-item:not(.disabled) button.page-link:hover {
  background-color: #e0e0e0;
  color: #000;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.05);
}

/* Active page */
.dt-paging .page-item.active button.page-link {
  background-color: #0078d4;
  color: #fff;
  border-color: #0078d4;
  font-weight: bold;
}

/* Disabled buttons */
.dt-paging .page-item.disabled button.page-link {
  opacity: 0.5;
  cursor: default;
  background-color: #f0f0f0;
  color: #999;
}
select.form-select{font-size:.8em !important; 
padding:.7rem !important;
}




.sport-table {
  width: 100%;
  border-collapse: collapse !important;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 1rem;
}

/* Header styling */
.sport-table th {
  background-color: #4CAF50 !important; /* soft green */
  font-weight: 600;
  color: white;
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid #cce5cc;
}

/* Cell styling */
.sport-table td {
  padding: 0.75rem 1rem;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #e0f2e0;
}

/* Alternating row colors */
.sport-table tr:nth-child(even) {
  background-color: #f0fdf0; /* very light green */
}
.sport-table tr:nth-child(odd) {
  background-color: #e6f7e6; /* slightly deeper light green */
}

/* Remove bottom border from last row */
.sport-table tr:last-child td {
  border-bottom: none;
}
.friend-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  background-color: #fff;
  border-radius: 8px;
  
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 1rem;
}

/* Header styling */
.friend-table th {
  background-color: #4CAF50 !important; /* soft green */
  font-weight: 600;
  color: white;
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid #cce5cc;
}

/* Cell styling */
.friend-table td {
  padding: 0.75rem 1rem;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #e0f2e0;
}

/* Alternating row colors */
.friend-table tr:nth-child(even) {
  background-color: #f0fdf0; /* very light green */
}
.friend-table tr:nth-child(odd) {
  background-color: #e6f7e6; /* slightly deeper light green */
}

/* Remove bottom border from last row */
.friend-table tr:last-child td {
  border-bottom: none;
}
market-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  background-color: #fff;
  border-radius: 8px;
  
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-top: 1rem;
}

/* Header styling */
.market-table th {
  background-color: #2196F3 !important; /* soft green */
  font-weight: 600;
  color: white;
  padding: 0.75rem 1rem;
  text-align: center;
  border-bottom: 1px solid #cce5cc;
}

/* Cell styling */
.market-table td {
  padding: 0.75rem 1rem;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #e0f2e0;
}

/* Alternating row colors */
.market-table tr:nth-child(even) {
  background-color: #f0f8ff; /* very light green */
}
.market-table tr:nth-child(odd) {
  background-color: #e6f0fa; /* slightly deeper light green */
}

/* Remove bottom border from last row */
.market-table tr:last-child td {
  border-bottom: none;
}

.flex-even   {
justify-content: space-around;
}
table caption {
  caption-side: top;
  text-align: center; /* or center/right as needed */
  padding: 0.5rem 0;
}
#sortDropdownContainer{
margin-left:auto;
}
#sortContainer .t4s-input{
line-height:1!important;
}
.i-img {
	width: 4em;
	height: 4em;
 border-radius:5px;
}
.w3-round-large{
border-radius:8px;
}
@media(min-width: 1080px) and (max-height:1100px){
	.t4s-input, select{
    padding:0.25rem .75rem;
    line-height:1;
    height:1.7rem;
	}
	.t4s-selectbox-option{
    min-height:1.6rem;   
    max-height:1.6rem;   
	}
	.input-box {
    min-height: 1.7rem; 
  	max-height: 1.7rem; 
	}

select.form-select {
  padding: .25rem .7rem !important;
}
.container-panel {
  gap: .5rem;
}
.toggle-switch input:checked + .slider::before {
  transform: translateX(1.2rem);
}
.slider::before {
  height: 1rem;
  width: 1rem;
}
.slider {
  border-radius: 1rem;
  }
.toggle-switch {

  width: 40px;
  height: 1.4rem;
}
}
@media (max-width: 768px) {
  .flex-row {
    flex-direction: column !important;
  align-items: start !important;
  }
.friend-table th{
	padding:0.25rem 0.5rem;
}
}
.input-time{
width:160px;
}
.table-time{
width:160px!important;
}
.i-rem{
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word !important;
  text-align: start;
white-space:normal!important;
}
#a-type, #as-type{
min-width:160px;}
.t4s-small-col{
width: 10px;
padding: 0.75rem 0.25rem 0.75rem 0.5rem !important;}
.modal {
  touch-action: none;
}
#mat{
display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 10px;
  max-height: 500px;
}
.f-i{
  word-break: break-word;         /* Break long strings if needed */
  overflow-wrap: anywhere;        /* Allow breaking anywhere as last resort */
  white-space: normal;            /* Allow wrapping */

}
.t4s-left-col {
  width: auto;
 min-width:98%;
  overflow-wrap: break-word;
}

.t4s-action-col {
  width: 5rem;
  min-width: 5rem;
  max-width: 5rem;
  text-align: center;
}
.flex-wrap-container {
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.main-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex: 1;
}

.flex-row2 {
  display: flex;
  flex-direction: row;
  flex: 1 1 5rem; /* grow, shrink, base width */
  min-width: 5rem;
}

.first-block {
 display:flex;
  align-items: center;
  justify-content: center;
	max-width:50px;
}

.second-block {
  flex-wrap: wrap;
 min-width:200px;
gap:1rem;
}
.t4s-action-col {
  position: relative;
  padding-right: 3rem; /* space for bell */
  vertical-align: middle;
}

/* Bell icon stays centered vertically */
.bell-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  min-height: 100%;
}
.frfg-not .fa-bell{
width:1.5rem;
}
#flex2 col {
  width: auto !important;
}
.tab{
width: 100%;
  max-width: 1000px;
}
.tab-ext{
width: 100%;
 margin:0 10%;
}
.t4s-right{float:right;overflow:hidden;margin-left:auto;}
.t4s-left{float:left}
.front{
margin-left:25vw;
width:50vw;
}
.t4s-canvas.front{
background:transparent !important}
.form-wrapper.no-top-bottom-pad, .layout.no-top-bottom-pad{
padding:0 2rem;
}
.docfeature{
overflow-y: auto;
  
}
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #222;
    color: white;
    padding: 15px;
    text-align: center;
    display: none;
}
.t4s-gap{
margin-right:1rem;
}
.cookie-label{
margin-bottom:1rem;
}
h2 {
	color: #069;
	padding: 0
}
#NM{
    flex: 1;
    text-align: center;
}
.t4s-fm-n{
color: var(--primary-dark);
font-weight:bold;
}
.t4s-fm-t{
font-size: 0.65em !important;
color: var(--accent);
}

.t4s-fm-1 .t4s-fm-m{
background: #E9F4E2;
  min-height: 2em;
  border-radius: 15px;
  padding: 10px;
 text-align:left;
}
.t4s-fm-0 .t4s-fm-m{
background: #E9F4E2;
  min-height: 2em;
  border-radius: 15px;
  padding: 10px;
}

.t4s-fm.t4s-fm-0 {
	float: left;
	text-align: left;
	background: #b0dede;
border-radius: 10px;
word-wrap:anywhere;
width:95%;
padding: 5px 3px 2px 10px;
}


.t4s-fm.t4s-fm-1 {
  float: right;
  text-align: right;
  background: #62CA671A;
  border-radius: 10px;
  word-wrap: anywhere;
  width: 95%;
  margin-left: auto;
padding: 5px 10px 2px 3px;
}

.t4s-fm-new.t4s-fm-0 {
	animation: fade-0 6s
}

.t4s-fm-new.t4s-fm-1 {
	animation: fade-1 6s
}
.fg-table{
border-radius:10px;
background:var(--bg-gradient);
}
.club-icon-container{
  padding-right: 1rem;
  justify-content: space-between;
  max-width: 300px;
  width: 300px;
 display: flex !important;
  flex-direction: row !important;
  gap: 1em;
} 
.t4s-center{
  align-content:center;
}
.t4s-full{
width:100%
}
.fav-i{
width:2rem;
}
.leaflet-popup{
margin-bottom:35px!important;
margin-left:5px!important;
}
.resMark {
  touch-action: manipulation;  /* disables double-tap zoom */
}
.clubhead{
display:flex;
width: 100%;
max-width:350px;
  flex-direction: row;
  justify-content: space-between;
}
table.display tbody tr.even.CL9 {
  position: relative;
}

.w3-container-mes{display: flex !important;
  flex-direction: row !important;
  gap: 1em;
padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
}

        .faq-container { margin-top: 20px; text-align: left; width: 100%; }
        .faq-section-title { font-size: 1.4rem; margin: 30px 0 10px; color: var(--accent); border-bottom: 2px solid #eee; padding-bottom: 5px; font-weight: bold; }
        .accordion-faq {
            background-color: #fff;
            color: var(--primary-dark);
            cursor: pointer;
            padding: 18px;
            width: 100%;
            border: 1px solid #ddd;
            text-align: left;
            outline: none;
            font-size: 16px;
            transition: 0.3s;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 8px;
            border-radius: 4px;
            font-weight: 600;
        }
        .active-faq, .accordion-faq:hover { background-color: #fcfcfc; border-color: #bbb; }
        .panel {
            padding: 0 18px;
            background-color: white;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }
        .panel p { padding: 15px 0; line-height: 1.6; color: #444; margin: 0; }
        .panel ul { padding-bottom: 15px; margin: 0; color: #444; }
        .accordion-faq:after { content: '\f078'; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 12px; color: #888; }
        .active-faq:after { content: "\f077"; }
.cta-buttons .btn{
margin-bottom:1rem;
}


