.active {
    display: flex;
    justify-content: space-between;
}

.active-list-inner li {
    list-style: none;
    background-color: aliceblue;
    padding: 1px 40px;
    border: 1px solid lightgrey;
    cursor: pointer;
}

.active-list-box {
    position: absolute;
    top: 45px;
    width: 100%;
    right: 0;
}

.active-list-inner {
    border: 1px solid;
    padding: 15px 16px 0px 16px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 1px;
}

.active-list-inner #search {
    padding: 5px 10px;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    color: #6d6c72;
    border: 1px solid lightgrey;
}

.active-section {
    position: relative;
}

.active-list-inner li:hover {
    background-color: #0c6dc9;
    color: #fff;
}

.form-group select {
    display: block;
    width: 100%;
    line-height: 28px;
    height: auto;
    padding: 10px 12px;
    border-radius: 5px;
    font-size: 16px;
    /* background-color: aliceblue; */
    color: #6d6c72;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(16, 16, 16, .13);
}

.form-group label {
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.list-line {
    background-color: #fff;
    color: var(--third-color);
    padding: 15px 13px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.bnt-list {
    display: flex;
    justify-content: end;
}

.Active-btn {
    background-color: #a0a6b1;
    padding: 6px!important;
    margin-left: 5px;
    margin-bottom: 20px;
}

.p-10 {
    padding: 0 10px;
}

.activate-section {
    border: 1px solid #cfd1cf99;
    padding: 15px;
    margin: 20px;
    border-radius: 10px;
}

.save-btn {
    background-color: #20c997;
}

.form-group .check-box {
    width: auto;
    display: list-item;
    margin-bottom: 10px;
}

.activate-check-box {
    position: relative;
}

.label-box {
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 22px;
}

.data-btn {
    display: flex;
    justify-content: start;
}

.Active-data {
    background-color: #a0a6b1;
    padding: 8px!important;
    margin-left: 5px;
    margin-bottom: 20px;
}

.option-btn {
    display: flex;
    justify-content: start;
}

.btn-data {
    background-color: #8080801a;
    padding: 12px!important;
    margin-left: 5px;
    margin-bottom: 20px;
    color: grey;
}

.btn-data:hover {
    background-color: var(--second-color);
    color: black;
}

.span-no {
    background-color: #fff;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    margin-left: 8px;
    color: black;
}

.form-number-sec select {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
}

.form-data input {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
}

.list-table td {
    text-align: left;
    padding: 10px;
}

.form-data {
    padding: 20px;
    text-align: right;
}

.form-number-sec {
    padding: 20px 0;
    text-align: left;
}

.link-list a {
    text-decoration: none;
}

.form-data input:focus-visible {
    outline: 0;
    border: 1px solid var(--first-color);
}

.active:active {
    background-color: var(--second-color);
    color: black;
}

.icon-big-box {
    position: relative;
}

.span-icon {
    position: absolute;
    top: unset;
    bottom: 9px;
    right: 3px;
    font-size: 10px;
    cursor: pointer;
    opacity: 0.3;
}

span.span-icon.active {
    opacity: 1;
}

.span-icon2 {
    position: absolute;
    top: unset;
    bottom: 13px;
    right: 10px;
    font-size: 10px;
    cursor: pointer;
    opacity: 0.3;
    fill: red;
}

.table-p th {
    text-align: left;
    padding: 12px 22px!important;
    font-size: 15px;
    font-weight: 600;
}

.add-section {
    border: 1px solid #cfd1cf99;
    padding: 15px;
    margin: 20px;
    border-radius: 10px;
}

.send-section {
    border: 1px solid #cfd1cf99;
    padding: 15px;
    margin: 20px;
    border-radius: 10px;
}

.bnt-list.option-btn button {
    margin-right: 10px;
}

.list-line2 {
    background-color: #fff;
    color: var(--third-color);
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.img-box2 img {
    width: 70px;
    height: auto;
    border-radius: 50%;
}

.bnt-send {
    display: flex;
    justify-content: start;
}

.send-btn {
    background-color: #a0a6b1;
    padding: 8px!important;
    margin-left: 5px;
    margin-bottom: 20px;
}

.send-btn2 {
    /* background-color: #8ca0c5; */
    padding: 8px!important;
    margin-left: 5px;
    margin-bottom: 15px;
    /* color: #335bcd; */
}

.set-img-no {
    display: flex;
    justify-content: start;
}

.number-box {
    margin: 14px;
    color: black;
}

.list-detail p {
    margin-bottom: 0px;
}

.wallet {
    font-size: 15px;
    font-weight: 600;
    color: black;
}

.transfer-box input {
    width: 100%!important;
    height: auto;
}

.span-icon svg {
    fill: #2e2323!important;
}

.bnt-send2 {
    margin-top: 15px;
}

.retailer-btn {
    display: flex;
    justify-content: start;
}

.retailer-form input {
    width: 100%;
    height: auto;
}

.img-kyc-box img {
    width: 200px;
    height: auto;
}

.set-img-name {
    background-color: #fff;
}

.kyc-hd-box p {
    padding: 21px;
    color: grey;
    font-size: 16px;
    font-weight: 400;
}

.send-money-btn-fx {
    display: flex;
    justify-content: start;
    background-color: #fff;
    color: var(--third-color);
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.add-hd-send {
    margin-left: 15px;
}

.send-btn2 i {
    transform: rotate(184deg);
}

.add-send-money {
    background-color: #fff;
}

.search-icone-btn {
    position: absolute;
    top: -1px;
    bottom: 0px;
    right: -44px;
    background-color: var(--first-color);
    width: 47px;
    height: 47px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid lightgrey;
}

.search-icone-btn i {
    margin-top: 14px;
    margin-left: 17px;
}

.form-group select:focus-visible {
    border: 0;
    outline: 0;
}

.form-group select:focus {
    outline: 0;
    border: 1px solid var(--first-color);
}

.search-icone-btn:focus-visible {
    outline: 0;
    border: 1px solid var(--first-color);
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 46px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}

.payment-hd {
    margin-left: 12px;
    margin-bottom: 0px;
}

.paymt-btn {
    margin-bottom: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 8px;
}

.add-hd {
    margin-bottom: 0px;
}

.add-tr-record {
    margin-bottom: 0px;
}

.bank-select2 span {
    margin-right: 10px;
}

.add-bank-form input {
    display: block;
    width: 100%;
    line-height: 28px;
    height: auto;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 16px;
    color: #6d6c72;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(16, 16, 16, .13);
}

.form-group input:focus-visible {
    border: 1px solid var(--first-color);
    outline: 0;
}

.mright-2 {
    margin-right: 6px;
}

.title-wallet {
    padding-bottom: 10px;
}

.showing-date {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 0px;
}

.amount-tt-box {
    /* border-bottom: 1px solid lightgrey; */
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.wallet-box {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
}

.amount-tt-box2 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}

.row {
    --bs-gutter-x: 1.5rem;
}

.mt-6 {
    margin-top: 6px;
}

.table-broadband th {
    padding: 12px 0px!important;
    font-size: 15px;
    font-weight: 600;
}

.broadband-btn.d-in-b {
    display: inline-block;
}

.bnt1.d-in {
    display: inline;
}

.form-group text-area:focus-visible {
    border: 1px var(--first-color);
    outline: 0;
}

.table-box-pan {
    background-color: var(--second-color);
}

.pancard-box {
    border-bottom: 1px solid lightgrey;
    padding-top: 20px;
}

.change-psw-select2 span {
    margin-right: 1px;
}

.contact-dev-hd-box li {
    list-style: none;
    margin-bottom: 7px;
    word-wrap: break-word;
}

.contact-dev-hd-box {
    padding: 25px 10px 10px 18px;
}

.contact-dev-hd-box span {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 600;
    color: var(--first-color);
}

.contact-dev-hd-box a {
    text-decoration: none;
    color: initial;
}

.news-sec-btn-fx {
    background-color: #fff;
    color: var(--third-color);
    padding: 15px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.face-book-box {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    background-color: aliceblue;
    width: 50px;
    height: 45px;
    border: 1px solid lightgrey;
}

.face-book-box i {
    margin-top: 15px;
    margin-left: 15px;
}


/**/

.body-sidebar .user-info-div {
    padding: 16px 17px;
    margin-bottom: -4px;
    background-image: radial-gradient(95.56% 95.56% at 50% 50%, #ffffff 0%, var(--second-color) 100%);
}

.body-sidebar .user-info-div .div-inner {
    display: flex;
    align-items: flex-start;
}

.body-sidebar .user-info-div .div-inner .user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.body-sidebar .user-info-div .div-inner .user-dt {
    margin-left: 12px;
}

.body-sidebar .user-info-div .div-inner .user-dt h4.user-name {
    font-size: 18px;
    color: var(--first-color);
    font-weight: 600;
    margin-bottom: 0px;
}

.body-sidebar .user-info-div .div-inner .user-dt p {
    margin-bottom: 0px;
    color: #6f6f6f;
    font-weight: 600;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.body-sidebar .user-info-div .div-inner .user-dt h6.user-type {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    background: #cdf7d7;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #1c1d21;
}

.com-box {
    overflow: hidden;
    text-align: center;
    margin-bottom: 18px;
    border-radius: 10px;
    box-shadow: 0px 9px 20px rgb(46 35 94 / 7%);
    background: #fff;
    border: 1px solid #ecf3fa;
}

.com-box .icon-inner {
    padding: 15px 13px;
}

.com-box .icon-inner img {
    width: 64px;
}

.com-box .com-text {
    padding: 9px 13px;
    background-color: #f2f2f2e3;
}

.com-box .com-text h5 {
    font-size: 16px;
    position: relative;
    top: -2px;
    margin-bottom: 0px;
    color: #000;
}


/**/

.viwe-user-box {
    align-items: flex-start;
    display: flex;
    margin-bottom: 20px;
}

.viwe-user-box .user-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-right: 14px;
}

.viwe-user-box .user-detail h4 {
    font-size: 20px;
    color: var(--first-color);
    margin-bottom: 2px;
}

.viwe-user-box .user-detail p {
    margin-bottom: 0px;
    color: #605959dd;
    font-size: 15px;
}

.view-u-details ul {
    padding: 0px;
    list-style: none;
}

.view-u-details ul li {
    margin-bottom: 5px;
}

.view-u-details ul li span {
    font-weight: 500;
    color: #656565;
}

.view-user-page .more-btns .btn {
    border-radius: 30px;
    padding: 9px 16px!important;
    color: #000;
}

@media only screen and (max-width: 1366px) {}

@media (max-width:767px) {
    .col-lg-2.ml-0 {
        margin-left: 0;
        width: auto;
        margin-top: 5px;
    }
    .bnt-list {
        display: inline-block;
        justify-content: center;
    }
    .Active-btn {
        background-color: #a0a6b1;
        padding: 6px!important;
        margin-left: 4px;
        margin-bottom: 20px;
        font-size: 8px;
    }
    .bnt1 {
        display: inherit;
    }
    .form-data {
        padding: 20px 0;
        text-align: left;
    }
    .bnt-send2 {
        margin-top: 36px;
    }
    .send-btn {
        font-size: 10px;
    }
    .bnt-send {
        display: flex;
        justify-content: start;
        margin-top: 15px;
    }
    .retailer-btn {
        display: inline-block;
        justify-content: start;
    }
    .retailer {
        position: absolute;
        top: -3px;
        bottom: 0;
        left: 22px;
        font-size: 13px!important;
    }
    .form-group label {
        padding-bottom: 0px;
        font-size: 13px;
        font-weight: 500;
        display: block;
    }
    .kyc-hd-box p {
        font-size: 12px;
    }
    .send-section {
        padding: 14px 8px;
        margin: 20px;
        border-radius: 10px;
    }
    .send-money-btn-fx {
        padding: 8px 4px;
    }
    .bank-select2 span {
        margin-right: 0px;
    }
    .add-bank-form input {
        width: 100%;
    }
    .wallet-select2 {
        width: 85%;
    }
    .md-text-right {
        text-align: left;
    }
    .face-book-box {
        top: 27px
    }
}