.bg-white-300 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.rounded-bottom-left {
  border-radius: 0;
  border-bottom-left-radius: .25rem!important;
}

.rounded-bottom-right {
  border-radius: 0;
  border-bottom-right-radius: .25rem!important;
}

.custom-label {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e7f5ec;
  color: #4caf50;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 20px;
  white-space: nowrap;
}

.custom-label::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e7f5ec;
}

.spare-label {
  background-color: #e7f5ec;
  color: #4caf50;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
  display: inline-block;
}

.mobile-scroll {
  display: flex;
  overflow-x: auto;
  gap: 0.5rem;
  scroll-behavior: smooth;
  padding-bottom: 1rem;
}

.mobile-scroll::-webkit-scrollbar {
  height: 8px;
}

.mobile-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.mobile-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.col {
  flex: 0 0 auto;
  min-width: 300px;
}

.tab-items-pricing {
  color: rgb(50,50,50);
}

.nav-link {
  color: #323232;
}

