a.btn-recharge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff96;
    padding: 10px;
}

.newsbg {
    background: #020e24;
}

a.btn-recharge.active {
    background: linear-gradient(175deg, #ffda3a 0%, #ffcf00 100%);
    border-radius: 7px;
    padding: 10px;
    color: #000 !important;
}

img.gold_img {
    width: 50px;
}

.btn {
    background: linear-gradient( 175deg, #ffda3a 0%, #ffcf00 100%);
    border: 1px solid #020e24 !important;
    width: 100%;
    border-radius: 7px;
    padding: 10px;
    color: #020e24;
    font-weight: 500;
}

.btn:hover {
    color: #020e24;
    background-color: #fff;
    border: 1px solid #020e24 !important;
}

span.recharge_sign {
    font-size: 25px;
    margin-bottom: 8px;
}

.menubar-footer .inner-bar {
    white-space: nowrap;
}

.form-control,
.form-select {
    color: #020e24 !important;
    font-weight: 400 !important;
}

table {
    color: #020e24 !important;
    border: 1px solid #020e24;
    text-align: center;
    white-space: nowrap;
}

tr,
td,
th {
    border: 1px solid #020e24;
}

.btn-primary {
    color: #000;
    background-color: #020e24;
    border-color: #020e24;
}

.view-plans-link {
    position: absolute;
    right: 0px;
    z-index: 4;
    padding: 0 15px;
    font-size: 12px;
    text-decoration: underline;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.form-control,
.form-select {
    background-color: transparent !important;
    color: #fff;
    border: 1px solid #020e24 !important;
    padding: 8px 10px !important;
}

option {
    background-color: #212529 !important;
    color: #fff !important;

}

.tf-tab-menu ul li {
    margin-top: 5px;
    margin-bottom: 5px;
    background: linear-gradient( 175deg, #ffda3a 0%, #ffcf00 100%);
    border-radius: 5px;
}

a.menu_links {
    color: #000 !important;
}

.copy_btn_manu {
    position: absolute;
    right: 0;
    top: -1px;
}

button.copy-btn {
    padding: 4px 20px;
    border-radius: 0px 2px 2px 0px;
}

.modal .modal-content {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.form-control:focus {
    color: #020e24 !important;
    background-color: #212529;
    border-color: #020e24 !important;
    outline: 0;
    box-shadow: none !important;
}

label {
    margin: 8px 0;
}

.form-select:focus {
    box-shadow: none;
}

img.header_img {
    max-width: 45px;
}

.bg-body {
    /* background-image: url('/Assets/Website/assets/images/bg_dash.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
    background-color: #edf2fa !important;
    transition: all 0.5s ease-in-out;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 9;
    border: 1px solid #ffd20c;
}
.custem_bg {
    background: #fff ;
    position: relative;
    z-index: 9;
}
.custem_bg::after {
  position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient( 175deg, #ffda3a 0%, #ffcf00 100%);
    height: 100%;
    width: 200px;
    border-radius: 10px;
    z-index: -9;
    clip-path: polygon(0% 0%, 75% 0%, 90% 50%, 75% 100%, 0% 100%);
}
.text-custem {
    color: #020e24;
}
.bg-body::after {
       position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient( 175deg, #ffda3a 0%, #ffcf00 100%);
    height: 100%;
    width: 200px;
    border-radius: 3px;
    z-index: -9;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}

.text-success {
    color: #33cb1c !important;
}

img.menu_img {
    width: 35px;
}

span.menu_title {
    color: #020e24;
}

.child-box {
    position: relative;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.child-box:before {
    position: absolute;
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border-radius: 5px;
    animation: spin 10s linear infinite;
    border: 1px dashed;
    border-radius: 50%;
}

@keyframes spin {

    100% {
        transform: rotate(359deg);
    }
}

.card-content {
    padding: 16px 0;
}

.card-content span {
    font-size: 14px;
    color: #ffffffba;
}

@media screen and (max-width:475px) {
    .tf-list-item .box-round {
        width: 40px;
        height: 40px;
        border-radius: 40px;
    }

    .tf-list-item .icon {
        font-size: 20px;
    }

    .tf-list-item {
        font-size: 9px;
        line-height: 10px;
    }

    .bg-custom svg {
        color: #fff;
        font-size: 16px !important;
    }
}

.bg-menuDark.tf-container.custommargin {
    margin-top: 75px;
}

.bg-menuDark {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 10px;
}

.bg-custom {
    background: #BA8E23;
}

.headerpart {
    background: linear-gradient( 175deg, #ffda3a 0%, #ffcf00 100%);
    border-radius: 7px;
    margin-bottom: 10px;
}

.headerpart h3 {
    padding: 3px 15px;
    font-size: 16px;
    color: #000;
}

a {
    color: #020e24 !important;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #020e24;
    font-weight: 600;
}


.swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.text-primary {
    color: #000 !important;
}

.menubar-footer .inner-bar li.active a .icon {
    color: #003979;
}

.swiper-pagination-bullet-active {
    background: #003979;
}

h6.mb-0.custom-bx-color {
   font-size: 16px;
    color: #000;
}

p.paragraph_title {
    color: #000;
    margin-bottom: 8px !important;
}
.custem_crd {
    padding: 12px;
}
.bg-custom svg {
    color: #fff;
    font-size: 26px;
}

.form-control::placeholder {
    color: #020e24;
    opacity: 1;
    font-weight: 400;
}

/* .menubar-footer .inner-bar li {
    padding: 0 0;
    width: 25%;
    display: flex;
    justify-content: center;
}

a.menubtn {
    background: blueviolet;
    padding: 4px 18px;
    border-radius: 7px;
} */

.bottom-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.nav-link {
    flex: 1;
    text-align: center;
    border: 1px solid #c7a200;
    text-decoration: none;
    font-size: 12px;
    color: #555;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 0;
    border-radius: 10px;
    margin: 0 4px;
    transition: all 0.3s ease;
}

.nav-link i {
    font-size: 20px;
    margin-bottom: 3px;
    transition: transform 0.2s ease;
}

.nav-link:active {
    transform: scale(0.95);
}

.nav-link.active {
    color: #fff;
}

.nav-link.menu {
    background-color: #4682B4;
}

.nav-link:hover,
.nav-link.active {
    box-shadow: 0 0 8px rgb(186 142 35);
}

@media (max-width: 480px) {
    .nav-link span {
        font-size: 10px;
    }

    .nav-link i {
        font-size: 18px;
    }
}

.electricityInnerCard {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.electricityInnerCard img {
    width: 25px;
}

.electricityInnerCard h5 {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width:425px) {
    .electricityInnerCard h5 {
        font-size: 12px;
        line-height: 16px;
    }
}

table,
th,
td {
    text-align: justify;
}

.infoCustom {
    color: #003979;
}

.cardMain {
    background: #034895;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.cardDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.cardLabel h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.uniqeCard {
    border-bottom: 1px solid #999999;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

.cardData p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
@media (max-width:576px) {
    .custem_bg::after {
    width: 136px;
}
}

li.ctm_li {
    position: relative;
}
.custm_cpy {
       position: absolute;
    left: 0;
    top: -7px;
    width: 77%;
    height: 100%;
    opacity: 0;
}
button.ctm_btn {
    padding: 25px 45px;
    position: absolute;
    left: 0;
}