.rbt-page-banner-wrapper {
  padding: 10px 0 130px 0;
}
.alert-icon, .alert-message {
  display: inline-block;
}
.rbt-title-style-3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.text-right {
  text-align: right;
}
.hide {
  display: none;
}
.input-label {
  font-size: 12px;
  color: var(--color-primary);
}
.rbt-btn {
  line-height: 30px;
  height: 30px;
}
.img-icon {
  max-width: 60px;
  max-height: 60px;
}
.badge {
  font-weight: normal;
}
.nav-image {
  border-radius: 10px 10px 0 0;
}

.panel {
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
}
div.dataTables_wrapper div.dataTables_length select {
  font-size: 14px !important;
  padding: 5px 20px 5px 30px;
  height: 30px;
  background-position: 95% 50%;
  border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_filter input {
  font-size: 14px;
  border-radius: 5px;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single, .select2-container .select2-selection--single {
  height: 40px !important;
  font-size: 16px !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
}
.plan-offer-list li.off {
  opacity: 0.9;
}
.brand-style-2 li a img {
  max-height: 100px !important;
}
.no-format {
  height: 50px;
  font-size: 16px;
  border-radius: var(--radius);
}
input[type="checkbox"], input[type="radio"]  {
  width: auto !important;
}





.logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 1rem 0;
}

/* Horizontal flex container that scrolls */
.logo-slide-track {
  display: flex;
  flex-wrap: nowrap;          /* <-- force one row */
  width: calc(250px * 12);    /* total width = logo width * number of slides */
  animation: scroll 30s linear infinite;
}

/* Each logo container */
.logo-slide {
  flex: 0 0 auto;             /* <-- prevent wrapping */
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-slide img {
  max-height: 80px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.logo-slide img:hover {
  transform: scale(1.1);
  filter: grayscale(0%);
  opacity: 1;
}

/* Animation for smooth horizontal scroll */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
