.afterlogin_dep_head {
    justify-content: center;
    display: flex;
    align-items: end;
    grid-gap: 1rem;
}

.head_col_1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    grid-gap: 6px;
}

.point-wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 14px;
    height: 100%;
    justify-content: space-between;
}

.head_col_1 span {
    font-weight: 600;
}

.m-hide {
    display: none;
}

.head_bal {
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1;
    background: #f4f6f9;
    justify-content: space-between;
    padding: 10px;
    border-radius: 25px;
    border: 2px solid #ad48f0;
}

.head_bal span {
    color: #d982ff;
}

.deposit-dropdown {}

.rd-color {
    font-size: 25px;
    background: none;
    border: none;
    color: #ed1d49;
}

.trans_btn {
    background-color: #35383d;
    padding: 10px 20px;
    border-radius: 25px;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 12px;
}

.btn-back {
    background: var(--main-gradient);
    padding: 1px;
    border-radius: 33px;
}

.btn-back span {
    display: block;
    padding: 21px 23px;
    background-color: white;
    border-radius: 39px;
    color: #ad48f0;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.payment-method-wrap {
    display: flex;
}

.payment-method__item {
    background: none;
    height: auto;
    min-width: 120px;
}

.btn_dep {
    background: var(--main-gradient);
    padding: 10px 30px;
    color: #fff;
    border-radius: 25px;
}

.btn_dep img {
    max-width: 20px;
    margin-right: 10px;
}

.deposit-dropdown {
    background: var(--main-gradient);
    padding: 12px 20px;
    color: #fff;
    border-radius: 5px;
}

.table-share td img {
    max-width: 100px;
}

.payment-method__item a {
    background: #f2e5fa;
    display: block;
    padding: 10px;
    min-height: 85px;
    text-align: -webkit-center;
    border-radius: 10px;
    border: 1px solid hsl(279.76deg 85.57% 61.96%);
    align-content: center;
    width: 100%;
}

.payment-method__item img {
    max-height: 50px;
}

.payment-method__item a:hover,
.payment-method__item a.active {
    background: var(--main-gradient);
}

.payment-method__item a:hover img,
.payment-method__item a.active img {
    filter: invert(1);
}

.payment-method__item a:hover .payment-method-text,
.payment-method__item a.active .payment-method-text {
    color: #fff;
}

.usdt a:hover img,
.usdt a.active img {
    filter: none;
}

.payment-method-text {
    color: #7b7b7b;
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
}

.deposit-dropmenu {
    background-color: #2c2c2c;
    /* height: 100%; */
    padding: revert-layer;
}

.menu-item a {
    padding: 10px 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
}

.menu-item:hover {
    background-color: #dd54ef42;
}

.menu-item i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.payment-method-wrap {
    display: flex;
    grid-gap: 10px;
    justify-content: start;
    border: 1px solid hsl(var(--white));
    border-radius: 16px;
    padding: 12px;
    backdrop-filter: blur(5px);
    background: hsl(var(--white)/0.3);
}

.payment-method-wrap .payment-method__item .form-check-label {
    height: auto;
}

.table-share tr th {
    background-color: #f2e5fa;
    padding: 10px 5px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #cb54f1;
    color: #cb54f1;
}

.table-share tr td {
    padding: 5px;
    border: 1px solid #cb54f1;
    text-align: center;
    color: #cb54f1;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 10px;
}

.grid-item {
    background-color: #2c3a52;
    color: #ffffff;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.grid-item:hover {
    background-color: #3c4a62;
}

.upload-part {
    /* max-width: 600px; */
    margin: 0 auto;
}

.upload-part h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #cb54f1;
    padding-bottom: 10px;
}

.upload-btn {
    background: var(--main-gradient);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 25px;
    margin-bottom: 20px;
}

.transaction {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bonus {
    color: #c14df0;
    font-weight: bold;
}

.amount {
    font-weight: bold;
}

.amt-qr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qr-img img {
    height: 130px;
}

.qr-area {
    border: 1px solid #5f5f5f;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.qr-nm {
    color: #2283f6;
    font-size: 12px;
}

.qr-info {
    font-size: 12px;
    width: 50%;
}

.qr-img {
    margin: 10px 0px;
}

.atten {
    border: 1px solid #5f5f5f;
    border-radius: 5px;
    padding: 10px;
}

.atten img {
    height: 20px;
}

.qr-ttl {
    font-weight: bold;
}

.qr-num {
    background-color: rgba(0, 0, 0, .3);
    min-height: 52px;
    border: transparent;
    border-bottom: 1px solid #dee3f026;
    border-radius: 0.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
}

.copy-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--main-gradient);
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: white;
}

.copy-btn i {
    font-size: 16px;
    color: #fff;
}

/* TRANSFER */
.input-buttons {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: flex;
    gap: 5px;
}

.input-buttons .btn {
    padding: 5px 10px;
    font-size: 12px;
    background: var(--main-gradient);
    /* Matching theme color */
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.input-buttons .btn:hover {
    background-color: var(--main-gradient);
}

/* PROFILE */
.btn-df {
    border: none;
    background: var(--main-gradient);
    color: #fff;
    border-radius: 25px;
    font-size: 12px;
    padding: 5px 20px;
}

.btn-df:hover {
    background: var(--main-gradient-rev);
}

.add_bank_with_wrap {
    color: #5e36f2;
    display: flex;
    flex-direction: column;
    height: 112px;
    background: #f2e5fa;
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.addbankdropdown .btn {
    width: 100%;
    color: #000000 !important;
    background-color: #f5f7f9;
    height: 52px;
    border-radius: 5px;
    text-align: left;
}

.addbankdropdown .dropdown-menu {
    width: 100%;
    background-color: #2c2e34;
}

.addbankdropdown .dropdown-menu a {
    color: #fff;
    padding: 10px 20px;
    background-color: #2c2e34;
}

.addbankdropdown .dropdown-menu a:hover {
    background-color: #36383e;
}

.addbankdropdown img {
    width: 83px;
    margin-right: 10px;
    border-radius: 5px;
}

.addbankdropdown .btn.show {
    border: none;
}

/* INBOX */
.inbox-bg {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.inbox-bg th,
.inbox-bg td {
    padding: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.btn-del {
    border: none;
    background: #853ff1;
    color: #fff;
    border-radius: 25px;
    padding: 5px 20px;
    margin-bottom: 15px;
}

.btn-delete {
    color: #c94ff0;
    padding: 0px;
    border: none;
    background: none;
}

.inbox-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow-y: auto;
    max-height: 400px;
}

.inbox-text {
    background: #404348;
    margin: 0px 15px;
    border-radius: 10px;
    padding: 15px;
}

.modal-dialog.inbox {
    max-width: 500px !important;
    border-radius: 20px;
}

.modal-content.inbox {
    border: none;
    background: #f4f5f9;
    border-radius: 20px;
}

button.close-inbox {
    background: none;
    border: none;
    font-size: 33px;
    padding: 11px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
}

.chatMsg {
    padding: 15px;
    overflow-y: auto;
    height: calc(100% - 80px);
    margin-bottom: 30px;
}

.chatMsg ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.chatMsg ul li {
    position: relative;
    margin-bottom: 15px;
}

.msg,
.msg-reply {
    display: block;
    /* padding: 10px 15px; */
    position: relative;
    color: #000;
    border-radius: 5px;
    /* margin-right: 10px; */
}

.msg::before,
.msg-reply::before {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    display: block;
    /* border-right: 12px solid #fff; */
    border-bottom: 15px solid transparent;
}

.msg-date2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0px auto;
    color: #000000;
    font-weight: 100;
}

.msg-reply {
    margin-left: inherit;
    /* margin-right: 10px; */
    background: #4d61a6;
    color: #fff;
    /* margin-left: 10px; */
    padding: 10px;
    font-size: 13px;
}

.msg-reply::before {
    left: inherit;
    right: -9px;
    border-right: inherit;
    /* border-left: 12px solid #4d61a6; */
}

.avatar,
.avatar-reply {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 30px;

    height: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.avatar img,
.avatar-reply img {
    max-width: 30px;
}

.avatar-reply {
    left: inherit;
    right: 0;
}

.chatBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.chatBox .mdi-attachment {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 20px;
    bottom: 15px;
    color: #4d61a6;
    cursor: pointer;
}

.chatBox .mdi-send {
    width: 32px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    z-index: 2;
    bottom: 8px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    background: #2283f6;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}

.chatBox .mdi-send.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.chatBox textarea {
    display: block;
    resize: none;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
    background: #fff;
    padding: 12px 50px 12px 40px;
    position: absolute;
    bottom: 0;
    min-height: 45px;
    overflow: hidden;
    color: #000;
}

.hiddendiv {
    display: none;
}

.chatBox textarea:focus {
    outline: none;
}

.payment-method::before {
    display: none;
}

.payment-method {
    margin-bottom: 0;
}

.msg-date {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #000;
    gap: 10px;
    /* border-bottom: 1px solid #a4a4a4; */
}

.msg-content {
    line-height: 18px;
    margin-top: 0px;
    font-size: 13px;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.mdi-send:before {
    content: "\f1d8";
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-align: center;
    right: 10px;
}

.depo-label {
    width: 100%;
    text-align: center;
}

.depo-img {
    width: 100%;
    text-align: center;
}

.payment-method__item .form-check-label {
    flex-direction: column;
    background: hsl(0deg 0% 76.53%);
    color: #fff;
    color: #7b7b7b;
    border-radius: 10px;
    border: 1px solid hsl(279.76deg 85.57% 61.96%);
}

.payment-method__item .form-check-label::before,
.payment-method__item .form-check-label::after {
    background: #f2e5fa;
}

.payment-method__item .form-check-input:checked+.form-check-label::after {
    background: var(--main-gradient);
    color: #000;
}

/* HISTORY */
.select_form_history {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    grid-gap: 15px;
    margin-bottom: 15px;
}

.reg_form i {
    text-align: center;
    display: block;
    margin: 0px auto;
    font-size: 130px;
    color: #6f39f2;
    margin-bottom: 10px;
}

.reg_form h4 {
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.reg_form p {
    text-align: center;
    color: #676767;
    font-size: 12px;
}

.reg_form .form_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    justify-content: center;
}

.reg_form .btn_login_modal {
    margin: 0px;
    background: var(--main-gradient);
    display: block;
    max-width: 200px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 25px;
    font-size: 15px;
}

.btn-main {
    border-radius: 25px;
}

.msg_user {
    cursor: pointer;
}

.common-input {
    height: 58px;
    background-color: #fff !important;
    border-color: #cb54f1 !important;
    width: 100%;
    display: block;
    border: 1px solid #cb54f1 !important;

}

.aftermenu-mobile-title {
    margin: 15px 0;
}

.aftermenu-mobile-title h4 {
    margin-bottom: 0px;
    color: hsl(var(--main));
}

.nav-menu--mobile {
    margin-top: 0;
}

.setting-sidebar.top-24 {
    top: 120px;
}

.form-check-input:checked+.form-check-label {
    background: linear-gradient(135deg, #6f42c1, #d63384);
    /* Background color when selected */
    border-radius: 10px;
}

.form-check-input:checked+.form-check-label .depo-label {
    color: #fff;
    /* Change text color to white when selected */
}

/* ACCOUNT */
#account .modal-title {
    color: #000;
}

.account-link {
    display: flex;
    align-items: center;
    padding: 15px;
    background: var(--section-bg);
    border-radius: 10px;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease;
}

.account-link:hover {
    background: var(--base);
    color: #f0f0f0;
}

.account-link i {
    font-size: 30px;
    margin-right: 10px;
}

/* BALANCE */
.blc-amt {
    display: flex;
    gap: 20px;
}

.blc-inout {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-out {
    border: none;
    border-radius: 5px;
    background: #ff3600;
    color: #fff;
    min-width: 45px;
    font-size: 12px;
}

.btn-out:hover {
    background: #40c62b;
}

.btn-in {
    background: #32fc47;
    border: none;
    border-radius: 5px;
    color: #000000;
    min-width: 45px;
    padding: 3px;
    font-size: 12px;
}

.balance-modal .modal-body {
    padding: 0px;
}

.btn-bln-all {
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    padding: 10px 15px;
    background: #5E36F2;
    border-radius: 10px 10px 0px 0px;
}

.modal_body_balance .btn-amt {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: bold;
    width: auto;
    border: none;
    background: none;
}

button.btnall {
    padding: 5px 20px;
    border-radius: 10px;
    background: var(--main-gradient);
    color: #ffffff;
    border: 1px solid transparent;
}

button.btnall:hover {
    background: var(--main-gradient-rev);
}

.bln-all ul {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 466px;
    padding: 0px;
}

.bln-in {
    color: #494949;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bln-all ul li {
    margin: 3px 0px;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    list-style: none;
    background: #F3DDFC;
    border: 1px solid #007bff00;
    font-size: 14px;
}

.bln-all {
    padding: 10px;
}

.bln-all ul li:hover {
    border: 1px solid #c84ef0;
    background: #F3DDFC;
}

.balance-modal .modal-content {
    background: rgb(43 39 40);
    border-radius: 10px;
    border: 1px solid #c84ef0;
}

.balance-modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #c84ef0;
    text-shadow: none;
    opacity: 1;
    top: -35px;
    position: absolute;
    right: -20px;
}