.transaction_range_slider
   .transaction_drop_input
   .transaction_dropdown_greater {
   width: 87px;
   }
   .transaction_filter_button {
   display: flex;
   align-items: center;
   justify-content: end;
   padding: 16px 26px;
   border-top: 1px solid #515158;
   gap: 12px;
   margin-top: 27px;
   }
   .transaction_filter_text {
   font-size: var(--fs-16);
   line-height: 28px;
   font-weight: var(--fw-500);
   font-family: var(--font-ipmplex);
   color: var(--text-color-user-name);
   margin-bottom: 26px;
   display: block;
   position: relative;
   /* padding-inline: 28px; */
   }
   .transaction_filter_text:before {
   content: '';
   position: absolute;
   width: calc(100% + 56px);
   height: 1px;
   background: #09565f70;
   left: -28px;
   top: 38px;
   }
   .table_icon_remove .table_data_container .dataTables_scrollBody .table_data_itmes .table_box_countSec i{
   display: none !important;
   }
   .table_data_itmes tr{
   border-left:2px solid transparent;
   }
   .step-navigation {
   justify-content: flex-start !important;
   }
   .kyc-merchant .step-nav-item span {
   font-weight: 400 !important;
   font-size: 16px;
   }
   .step-nav-item {
   padding: 18px 40px 40px 0px !important;
   }
   .kyc-merchant .step-nav-item span {
   font-weight: 400 !important;
   font-size: 16px;
   }
   .step-nav-item {
   padding: 18px 40px 40px 0px !important;
   }
   .kyc-merchant .step-nav-item .navigation-step {
   font-size: 12px;
   font-weight: 400;
   color: #45F1ED;
   margin-bottom: 8px;
   }
   .kyc-merchant.tabs {
   border: unset;
   border-bottom: .0625rem solid var(--tab-border);
   padding-bottom: 0px;
   padding-left: 0px;
   padding-right: 0px;
   }
   .kyc-merchant .tab {
   border-radius: 0px;
   margin-right: 0;
   }
   .file_formate {
   font-size: 14px;
   color: #9C9C9C;
   font-style: italic;
   font-weight: 400;
   }
   .step-container {
   position: relative;
   /* min-height: 300px; */
   }
   .form-step {
   opacity: 0;
   transform: translateY(20px);
   transition: all 0.05s ease-in-out;
   position: absolute;
   width: 100%;
   top: 0;
   left: 0;
   display: block;
   pointer-events: none;
   display: none;
   }
   .form-step.active {
   opacity: 1;
   transform: translateY(0);
   position: relative;
   pointer-events: auto;
   z-index: 1;
   display: block;
   }
   :is(.data-card-grid, .data-card__content-bank, .data-card__content),
   .data-card-grid.data_card_gap {
   background: #0C0C0C !important;
   }
   :is(.data-card-grid, .data-card__content-bank, .data-card__content), .data-card-grid.data_card_gap {
    background: #0C0C0C !important;
}
   .bank_card_pk.active {
    background: url(/assets/images/account/account_card_bg.svg) no-repeat center / cover;
    border-color: #0695A7;
   }
   .autopay-setup-wrapper .section-header{
   padding: 18px 24px;
   }
   .autopay-setup-wrapper{
   margin-top: 24px;
   }
   .autopay-setup-wrapper .kyc-merchant.tabs {
   margin-top: unset;
   border-bottom: unset;
   }
   .select_count{
   font-family: var(--font-ipmplex);
   font-weight: 500;
   font-size: 16px;
   text-transform: uppercase;
   color: #9C9C9C;
   margin-left: 4px;
   }
   .select_box{
   font-family: var(--font-ipmplex);
   font-weight: 500;
   font-size: 16px;
   text-transform: uppercase;
   color: #fff;
   }
   .add_benficy_outer_wrap{
    padding: 24px;
   }
   .autopay-setup-wrapper .step-nav-item.active{
    border-bottom: unset;
   }
   .autopay-setup-wrapper .btn_primary {
    width: 168px;
    align-items: center;
    justify-content: center;
   }
  .confirm_popup.autopay_verfiypop .all_popup_innersection{
    align-items: center;
    gap:unset;
   }
 .confirm_popup.autopay_verfiypop  .drawer_details_header_sec{
    padding: unset;
    margin-top: 12px;
    margin-bottom: 4px;
   }
  .confirm_popup.autopay_verfiypop .all_popup_innersection{
    padding: 16px;
   }
   .no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.autopay-setup-wrapper .nodata_sec_headtext{
    text-transform: uppercase;
}

.no-spinner {
    -moz-appearance: textfield;
}
.disclaimer_span_text{
    font-family: var(--font-ipmplex);
font-weight: 400;
font-size: 14px;
color: #636363;
}
.autopay_footer_disclaimer{
    font-family: var(--font-ipmplex);
font-weight: 400;
font-size: 14px;
color: #9C9C9C;
margin-top: 16px;
}
.Sendbeneficiary_table.active{
    /* border: 0.5px solid #2CCBDBD9;
    outline: 0.5px solid #2CCBDBD9;
    outline-offset: -1px; */
}
.Sendbeneficiary_table:hover{
    /* outline: 0.5px solid #2CCBDBD9;
    outline-offset: -1px; */
}

.form_input_symbol.with-action {
    position: relative;
}

.form_input_symbol.with-action .form_input {
    width: 100%;
    padding-right: 140px; /* space for action text */
}

.input-action {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #18B0C2; 
    cursor: pointer;
    text-decoration:underline;
    white-space: nowrap;
}

.input-action:hover {
    text-decoration: underline;
}

   .text_heading{
        font-size: var(--fs-16);
        font-weight: var(--fw-500);
        text-transform: uppercase;
    }
    .text_subhead{
        font-size: var(--fs-14);
        font-weight: var(--fw-400);
    }
    .add_account_select_bank{
        display: flex;
        align-items: center;
        padding: 1.156rem 1.5rem;
        border-width: 1px 0px 1px 0px;
        border-style: solid;
        border-color: #282E3D;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    .select-bank{
        display: flex;
        align-items: center;
        gap: 0.625rem;
    }
    .add_all_banks{
        padding: 1.5rem;
        overflow-y: scroll;
        max-height: 400px;
        position: relative;
    }
    .add_bank_name{
        display: flex;
        align-items: center;
        gap: 0.875rem;
    }
    .add_seperate_bank{
        display: flex;
        align-items: center;
        gap: 0.75rem;
        padding: 1.125rem 0.875rem;
        border-bottom: 1px solid #505050;
        width: 100%;
        margin-bottom: 0.75rem;
        background: #0C0C0D;
    }
    .add_account_footer .bank_acc_conform{
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .add_account_footer{
        padding: 1.25rem;
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: calc(100% - var(--sidebar-width-collapsed));
        width: -webkit-fill-available;
        backdrop-filter: blur(8px);
        background-color: rgb(0 0 0 / 37%);
        box-shadow: inset 0px -4px 8px 1px #0d333f82;
    }
    .add_all_banks:last-child {
        margin-bottom: 25px;
    }
    [type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #9C9C9C;
    background:transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: border-color .2s ease;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2CCBDB;
    position: absolute;
    top: 24px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 2px solid #2CCBDB;
}
[type="radio"]:checked + label:before{
border: 2px solid #2CCBDB;
}
.bank_img_wrapper{
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0.75rem;
    padding: 1.125rem 0.875rem;
}
.bank_btm{
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #505050;
    margin-left: 14px;
}
.account_drop .bank_btm{
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #505050;
    margin-left: 14px;
}
.add_bank_name .w100{
    width: 100%;
}
.add_bank_name .bank_img_wrapper h3{
    color: #fff;
}
.account_drop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 14px 14px 24px 14px;
    margin-left: 40px;
}
.account_drop .translimit_inp_field{
    width: 100%
}
.account_drop {
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.account_drop.active {
    max-height: 500px; /* large enough to fit content */
}

.form-step {
    display: none;
}
.form-step.active {
    display: block;
}
.merchant-cancel{
    display: flex;
    align-items: center;
    color: #18B0C2;
    text-decoration: underline;
    text-transform: uppercase;
}
.success-head{
    color:#9C9C9C;
    font-size: var(--fs-13);
    font-weight: var(--fw-400);
}
.success-content{
    color:#fff;
    font-size: var(--fs-16);
    font-weight: var(--fw-500);
}
.m-44{
    margin:44px 0 24px 0;
}
.success-data .data-card__content{
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 1.5rem;
}
.card_history .data-card__content:before {
    background: url(/assets/dashboard/images/transaction-red-line.svg) no-repeat;
}
.data-card__content:before {
    content: '';
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

/* merchnat */
.merchant-list{
    display: flex;
    align-items:center;
    justify-content:space-between;
}
.link_account-create{
    display: flex;
    align-items: center;
    gap: 6px;
    background: #2CCBDB;
    padding: 10px 20px;
    text-decoration: none !important;
    color: #12262E;
}
.link_account-create p{
    color: #12262E;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
}
 .total_beneficiary{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .beneficiart_search{
        display: flex;
        gap: 0.75rem;
    }
    .m24{
        margin:24px 0;
    }
    .text-green{
        color:#00A65C;
        background: #0F4E1233;
        padding: 6px 16px;
        border-radius:6px;
    }
    .text-red{
        color:#E02C2C;
        background: #5E1E1E33;
        padding: 6px 16px;
        border-radius:6px;
    }
    .m-detail{
        display:flex;
        flex-direction:column;
        gap:4px;
    }
    .m-detail h4{
        color: var(--text-table-text);
        font-weight: var(--fw-400);
        font-size: var(--fs-14);
        font-family: var(--font-ipmplex);
    }
    .m-detail p{
        color: #9C9C9C;
        font-weight: var(--fw-400);
        font-size: var(--fs-14);
        font-family: var(--font-ipmplex);
    }
    .tab-ht{
        max-height: calc(100vh - 150px);
        overflow-y:auto;
    }

/* merchant details  */

.mer-flex{
    display:flex;
    align-items:center;
    gap:8px
}
.text-green{
    color:#00A65C;
    background: #0F4E1233;
    padding: 6px 16px;
    border-radius:6px;
    font-size: var(--fs-14);
}
.text-orange{
    background: #FF94181A;
    padding: 6px 16px;
    border-radius:6px;
    font-size: var(--fs-14);
}
.d-flex{
    display:flex;
}
.gap6{
    gap:6px;
}
.m-detail{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.m-detail h4{
    color: var(--text-table-text);
    font-weight: var(--fw-400);
    font-size: var(--fs-14);
    font-family: var(--font-ipmplex);
}
.m-detail p{
    color: #9C9C9C;
    font-weight: var(--fw-400);
    font-size: var(--fs-14);
    font-family: var(--font-ipmplex);
}
.total_beneficiary{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.beneficiart_search{
    display: flex;
    gap: 0.75rem;
}
.m24{
    margin:24px 0;
}


.paybank-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}
.section-area__right__n{
    display: flex;
    gap: 1.2rem;
}
/* roles  */
.role-tooltip-trigger {
    position: relative;
    cursor: pointer;
}

.role-tooltip-trigger::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    left: 20%;
    transform: translateX(-50%);
    font-size:13px;
    font-weight:500;
    color: #424242;
    padding: 0.8rem;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    pointer-events: none;
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-100);
    border: 0.8px solid #D9D9D9;
    border-radius:6px;
    box-shadow: var(--sds-size-depth-0) var(--sds-size-depth-025) var(--sds-size-depth-100) var(--sds-size-depth-0) var(--sds-color-black-200);
    background: #FFFFFF;

}

.role-tooltip-trigger::before {
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 1000;
    pointer-events: none;
    bottom: 100%;
    left: 10%;
    top:2px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #FFF transparent;
}

.role-tooltip-trigger:hover::after,
.role-tooltip-trigger:hover::before {
    opacity: 1;
    visibility: visible;
}


.edit-merchnat a p{
    color: #18B0C2;
    text-decoration: underline;
    text-transform: uppercase;
}
.add_current a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    gap: 8px;
}
.add_current p{
    color: #18B0C2;
    text-decoration: underline;
    text-transform: uppercase;
}
.font-medium{
    font-size: 14px;
    font-weight: 500;
}
.add-current-acc{
    padding: 24px 0;
}
.add-current-acc a{ 
    color: #12262E;
    background-color: #2CCBDB;
    padding: 12px 34px;
}
.merchant-overflow{
    max-width: 9rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.msg_merch_name, .msg_merch_email{
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}
.z-1{
    z-index: -1;
}

.header_lft img {
    max-width: 150px;
}
.back_link_container p{
    color: #9C9C9C;
    font-size: 14px;
    font-weight: 400;
}
.otp_inputs{
 display: flex;
 align-items: center;
 gap:10px;
 justify-content:space-between;
 margin-bottom: 40px;
}
.resend-code{
    text-decoration: none;
    color: #9C9C9C;
}
.resend-code span{
    color: #00e2e2;
}
.color-blue {
    color: #00e2e2;
}
.text-white{
    color: #FFFFFF;
}
.mt40{
    margin-top: 40px;
}

.otp_inputs .otp-input{ 
    background-color: #191919;
    border: transparent;
    border-bottom: 1px solid #505050;
    padding: 12px 15px;
    color: #f5f5f5;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    height: 46px;
    width: 52px;
}
.otp_inputs .error-message {
    bottom: -25px;
}
:is(.auth_modal_popup) .otp_inputs .otp-input {
    width: 58px;
    height: 64px;
}
:is(.auth_modal_popup, .signup_container, .onBoardOtp_container) .otp_inputs .otp-input {
    width: 50px;
    height: 50px;
    background-color: var(--description-bg);
    border: transparent;
    border-bottom: 1px solid #505050;
    border-radius: 4px;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.color-dark{
    background: #0C0C0D;
}
.border-bot{
    border-bottom: none;
}
.action-drop{
    top: 16%;
    right: 24px;
}
.p-10{
    padding: 10px;
}
.font-italic{
    font-style: italic;
}
.disable-pay{
    font-size: 20px;
    color: #DBE8ED;
}
.flex330{
    flex: 0 0 330px;
}
.flex430{
    flex: 0 0 430px;
}
.growflex{
    flex-grow: 1;
}
.payout-total{
    padding: 14px;
    min-height: 124px;
    background: #0C0C0D;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
.grid-2{
    grid-template-columns: 1fr 1fr !important;
}