﻿body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600; /* SemiBold */
  font-size: 12px;
  background:#009e050d !important;
}

@media (min-width: 768px) {
  .lottoBox {
    width: 25%; /* 4 per row on medium */
  }
}

@media (min-width: 1200px) {
  .lottoBox {
    width: 16.66%; /* 6 per row on xl */
  }
}

.navbar-custom {
  background-color: #009E05 !important; /* green */
  min-height: 60px;
}


.c2gGreen {
  color: #009E05; /*green*/
}

.c2gBold {
  font-weight: bold;
}

/* Custom styles for tab buttons */

.custom-tabs{
  border:none !important;
}

  .custom-tabs .nav-link {
    font-family: 'Montserrat', sans-serif !important;
    width: 178px;
    color: #009E05 !important;
    font-size: 20px !important;
    background-color: #fff !important;
    border-radius: 10px !important; /* Fully rounded */
    padding: 0px 50px;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Active tab style */
  .custom-tabs .nav-link.active {
    background-color: #009E05 !important;
    color: #fff !important;
    border-color: #009E05 !important;
  }

  /* No hover color change */
  .custom-tabs .nav-link:hover {
    background-color: #f8f9fa;
    color: #333;
  }

/* Icon styling */
.tab-icon {
  height: 24px;
  width: 24px;
}

/* Icon styling */
.tab-icon2 {
  height: 20px;
  width: 20px;
}

.c2gform-control {
  border-radius: 10px !important;
  height: 48px !important;
  border: 2px #009E05 solid !important;
  padding: 10px 16px 10px 16px !important;
  background-color:white !important;
}

.c2gform-control-long {
  width: 360px !important;
}

.c2gform-control-medium {
  width: 210px !important;
}

.input-with-icon::placeholder {
  color: #999;
  padding-left: 1.5rem;
}

.input-with-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23999' viewBox='0 0 512 512'%3E%3Cpath d='M505 442.7L405.3 343a208 208 0 1 0-62.4 62.4L442.7 505a21.3 21.3 0 0 0 30.2 0l32.1-32.1a21.3 21.3 0 0 0 0-30.2zM208 352a144 144 0 1 1 0-288 144 144 0 0 1 0 288z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px 16px;
  padding-left: 2rem;
}

.input-icon {
  position: relative;
}

  .input-icon i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
  }

  .input-icon input {
    padding-left: 2rem; /* create space for the icon */
  }


.search-icon {
  color: #009E05 !important;
}