.custom-select {
    appearance: none; /* Hides default arrow in modern browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://bual.asia/assets/products/product-dropdown-arrow-dark.svg');
    background-repeat: no-repeat;
    background-position: right 2.5rem center;
    background-size: 1em;
    padding-left: 2rem;
}
.custom-select-block-number {
    appearance: none; /* Hides default arrow in modern browsers */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://bual.asia/assets/products/product-dropdown-arrow-dark.svg');
    background-repeat: no-repeat;
    background-position: right 2.5rem center;
    background-size: 1em;
    padding-left: 2rem;
}
@media only screen and (max-width: 500px) {
    .custom-select-block-number {
        background-position: right 1rem center;
        padding-left: 1rem;
    }
}
.font_tempo {
    font-size: 10px;
}
/*input[type="radio"]:checked + label {*/
/*    @apply bg-red-500 text-white;*/
/*  }*/

.wave {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 0; /* lower than other content */
    pointer-events: none;
}

#plan-section {
    position: relative;
    z-index: 10;
}
.wave svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Custom Scrollbar Styling */
/* For Firefox */
.custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

/* For Chrome, Edge, Safari */
.custom-scrollbar::-webkit-scrollbar {
    background: transparent; 
    width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    /*border: 2px solid #f1f1f1;*/
}

/*.custom-scrollbar::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #b01456;*/
/*}*/