.third-home-card {
    background: radial-gradient(40.84% 116.69% at 71.95% 58.71%, #9FFF3F 0%, #68CF00 100%);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.home-footer-switch {
    background: radial-gradient(70.16% 70.16% at 35.48% 29.84%, #6BC535 0%, #007A14 100%)
}

.text-grey {
    color: #A7A8AF;
}

.text-dark-green {
    color: #004B23 !important;
}

.text-light-green {
    color: #38B000 !important;
}

.bgMine-dark-green {
    background-color: #004B23 !important;
}

.bgMine-dark-red {
    background-color: #B21919 !important;
}

.bgMine-light-green {
    background-color: #E2F5DC !important;
}

.bgMine2-light-green {
    background-color: #38B000 !important;
}

.card-dark-green {
    background-color: #004B23;
    color: #fff;
    border-radius: 10px
}

.card-light-green {
    background-color: #E2F5DC;
    color: #fff;
    border-radius: 10px
}

.card-light-red {
    background-color: #F4F0EB;
    color: #fff;
    border-radius: 10px
}

.recipient-text-1 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.recipient-text-2 {
    font-size: 12px;
    color: #CECECE;
}

.recText {
    font-weight: 400;
    font-size: 8px;
    line-height: 119%;
    color: #79767A;
}

.myBtnSearch {
    background: none;
    border: 0;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -18px;
    left: 10px;
    /* right: 5px; */
    padding: 5px 10px;
    line-height: 26px;
}

.mutedMine {
    color: #6c757d;
}

.pinInput {
    padding: 8px 0px !important;
    border-radius: 0px !important;
    text-align: center !important;
}

.cardMine {
    background-color: #EAF8EA;
    border-radius: var(--fimobile-rounded);
    border-color: var(--fimobile-theme-bordercolor);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 2px 0px #ffffff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 2px 0px #ffffff;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 2px 0px #ffffff;
}

.cardMineAll {
    background-color: #EBF8E8;
    border-radius: var(--fimobile-rounded);
}

.cardMineAllWhite {
    background-color: #fff;
    border-radius: var(--fimobile-rounded);
    border-color: var(--fimobile-theme-bordercolor);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 2px 0px #ffffff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 2px 0px #ffffff;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07), inset 0 2px 0px #ffffff;
}

.topUpIcon {
    height: 30px;
    background-color: #38B000;
    width: 30px;
    border-radius: 50%;
    padding: 2px 8px;
}

.btn-icon-text img {
    height: 60px;
    line-height: 58px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    border-radius: var(--fimobile-rounded);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin-bottom: 5px;
    padding: 15px;
}

.btn-icon-text .img2 {
    height: 60px;
    line-height: 58px;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
    border-radius: var(--fimobile-rounded);
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    margin-bottom: 5px;
    padding: 20px;
}

.customSelectTop {
    display: inline-block;
    padding: calc( var(--fimobile-padding) - 5px) var(--fimobile-padding);
    line-height: 10px;
    font-size: 11px;
    border-radius: 5px;
    border: 1px solid var(--fimobile-theme-bordercolor);
    background-color: #DCEADF;
    color: #004B23;
    text-align: center;
}

.customSelectTop.active {
    background-color: var(--fimobile-theme-color);
    color: var(--fimobile-theme-text);
}

.meterCheck {
    display: inline-block;
    padding: 18px;
    line-height: 10px;
    font-size: 15px;
    border-radius: 5px;
    background-color: #fff;
    color: #004B23;
}

.meterCheck.active {
    background-color: #fff;
    color: #004B23;
    border: 1px solid #38B000;
}

.meterCheckIcon {
    color: #4e48483e !important;
    font-size: 15px;
}

.meterCheckIcon.active {
    color: #38B000 !important;
    font-size: 15px;
}

.moneySelect {
    display: inline-block;
    padding: calc( var(--fimobile-padding) - 5px) var(--fimobile-padding);
    line-height: 10px;
    font-size: 11px;
    border-radius: 5px;
    border: 1px solid var(--fimobile-theme-bordercolor);
    background-color: #DCEADF;
    color: #004B23;
    text-align: center;
}

.moneySelect.active {
    background-color: #A8E099;
    color: #004B23;
}

.btnLikeBadge {
    width: 81px !important;
    padding: 1px 14px 1px 14px !important;
    font-size: 11px !important;
    text-transform: none !important;
    color: #fff !important;
    font-weight: 600 !important;
    margin-top: 12px !important;
}

.bannerBtn {
    position: fixed;
    bottom: 60px;
    width: 97%;
}

.airtimeIcons {
    border: 1px solid #38b00000;
    border-radius: 50%;
}

.airtimeIcons.active {
    border: 1px solid #38B000;
    border-radius: 50%;
}


/* .dropdown {
    position: relative;
    display: inline-block;
} */

.dropdown select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.dropdown::before {
    content: "\25BE";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
}

.dropdown select:focus+::before {
    color: #000;
}

.dropdown select option {
    background-color: #fff;
}

.font12 {
    font-size: 12px;
}
