.disabled
{
    background-color: #f0f0f0;
    color: #999;
    pointer-events: none;
    opacity: 0.6;
}

.loading-gif
{
    max-width: 100px;
}
.cmn-list2 .item
{
    margin-bottom: 10px;
}
.input-style
{
    max-width: 130px;
    min-width: 130px;
}

.top_up_theme_2_text_input
{
    border-radius: 10px !important;
    height: 35px !important;
    max-width: unset !important;
}

.top_up_theme_2_label_font
{
    font-size: 14px;
}

.top_up_theme_2_box
{
    margin-bottom: 10px;
}

.top_up_theme_2_select .nice-select .list /* for dark */
{
   width: 100%;
}

.top_up_theme_2_select .nice-select /* for light */
{
    width: 100%;
    border-radius: 10px !important;
    height: 35px !important
}

.nice-select
{
    min-width: 130px !important;
    border-radius: 9999px !important;
}

.nice-select:hover
{
    border: 1px solid rgb(var(--primary-color)) !important;
}
