body{
  font-family: Arial, Helvetica, sans-serif !important;
  /* font-size: 12px !important; */
}
label{
  font-size: 12px !important;
}


.about p {
  text-align: justify;
}

.bg-deepblue{
  background: #2160a4 !important;
}

.children-div input{
  margin-bottom: 5px;
}


#children-div-show{
  cursor: pointer;
}

a{
  text-decoration: none;
}

.icon-300,.text-gray-300{
  opacity: 0.1 !important;
}

.text-black-50{
  opacity: 0.2 !important;
}

.text-gray-800{
  color: #666 !important;
}

.border-left-primary{
  border-left: 3px solid #4e73df !important;
}

.border-left-warning{
  border-left: 3px solid #f6c23e !important;
}

.border-left-danger{
  border-left: 3px solid #e74a3b !important;
}

.border-left-success{
  border-left: 3px solid #1cc88a !important;
}

.text-xs{
  font-weight: bold;
  font-size: 11px;
}

table tr{
  color: #666;
}

.custom-tbox{
  width: 120px;
  border: 1px solid lightblue;
}

table tr{
  font-weight: bold;
  font-size: 12px;
}

.stepper-lg input[type="number"] {
  min-height: 30px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

/* Mobile Slider Background Image Fix */
.swiper-slide {
  background-attachment: scroll !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

/* Mobile-specific fixes */
@media (max-width: 767px) {
  .swiper-container .swiper-wrapper {
    min-height: 100vh !important;
  }
  
  .swiper-slide {
    background-attachment: scroll !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  
  .page .swiper-variant-1, 
  .page .swiper-variant-1 .swiper-wrapper {
    min-height: 100vh !important;
  }
}

/* iOS Safari specific fixes */
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
  .swiper-slide {
    background-attachment: scroll !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

.text-gold{
  color: #f6c23e !important;
  font-weight: bold !important;
}

/* #member-form-table tr td{
  white-space: nowrap !important;
} */
