* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ad_filter_container {
    position: fixed;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    justify-content: center;
    z-index: 101;
}

.payment_container {
    min-width: 80%;
    margin: auto 20px;
    position: fixed;
    align-items: center;
    top: 0;
    width: 100%;
    margin: 0;
    background: #00000073;
    height: 100%;
    z-index: 9999;
}

/* advanced_filter section style start */
.tabs_nav::-webkit-scrollbar {
    display: none;
}

.srch_option_input_main select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.75;
    color: #A8A8A8;
    background-color: transparent;
    background-image: none;
    border: none;
    -ms-word-break: normal;
    word-break: normal;
    box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
    border-radius: 10px;
    margin-top: 10px;
}

.srch_option_input_main select:focus {
    outline: none;
}

.ad_filter_tbs_section_main {
    width: 95%;
    max-width: 1020px;
    padding: 60px 20px 30px;
    background: #FFF;
    box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 10%);
    position: relative;
    margin: 0 auto;
}

/* .tabs_content {
    display: none;
} */
ul.tabs_nav {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
    /* border-bottom: 3px solid #F0F0F0; */
    /* border-radius: 3px; */
    overflow: scroll;
    position: relative;
}

ul.tabs_nav:before {
    position: absolute;
    content: "";
    bottom: 0;
    background: #F0F0F0;
    width: 100%;
    height: 4px;
}

.ul.tabs_nav::-webkit-scrollbar {
    display: none;
}

li.tabs_nav_txt.active {
    position: relative;
}

li.tabs_nav_txt.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    background: #fbb015;
}

li.tabs_nav_txt {
    color: #666E80;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    /* border-bottom: 3px solid transparent; */
    padding: 0px 0px 10px 0px;
    white-space: nowrap;
}

/* .tabs_content {
    display: none;
} */
.active_tab {
    display: block;
}

.tc_drop_down:after {
    content: '';
    font: normal normal normal 17px/1 FontAwesome;
    color: #00ff00;
    top: 23px;
    right: 2%;
    height: 24px;
    width: 24px;
    background: url("../images/tl_down_arrow.svg") no-repeat;
    /* border-left: 1px solid #0ebeff; */
    position: absolute;
    pointer-events: none;
}

/* .srch_option_input_main select{
    all: unset;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgb(96 96 96 / 20%);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    padding: 0px 40px 0px 10px;
} */
.srch_options_td {
    background: url("./assets/images/input_arr_icon.svg") no-repeat right !important;
    background-size: 15px !important;
    background-position: 95%, 50% !important;

}

input.input_tr_dt::placeholder {
    color: #A8A8A8;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.srch_option_input_main {
    position: relative;
    width: 70%;
}

img.input_arr {
    position: absolute;
    top: 40%;
    right: 0;
}


.tabs_filters_cnt {
    margin: 30px 0px 30px 0px;
}


.srch_option_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;

}

.srch_option_sec_left {
    display: flex;
    align-items: center;
    width: 50%;
    gap: 30px;
}

.srch_option_txt p {
    color: var(--neutral-text-01, #17181A);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.srch_input {
    width: 191px;
    border-radius: 4px;
    background: var(--Primary, #FBB016);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    padding: 8px 10px;
    margin: auto;
    cursor: pointer;
}

input.seach_input {
    all: unset;
}

input.seach_input::placeholder {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
}

img.search_icon {
    position: absolute;
    right: 22%;
    top: 25%;
}

button.close_btn {
    all: unset;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #F1F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 4%;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .srch_option_main {
        gap: 20px;
    }

    .srch_option_sec_left {
        gap: 15px;
    }
}

@media (max-width:800px) {

    .srch_option_txt p,
    input.input_tr_dt::placeholder,
    input.seach_input::placeholder,
    li.tabs_nav_txt {
        font-size: 11px;
    }

    .srch_option_sec_left {
        width: 100%;
        justify-content: space-between;
    }

    .srch_option_main {
        flex-direction: column;
    }

    .srch_option_main {
        gap: 20px;
    }

    .refund_title_sec {
        flex-direction: column;
        gap: 15px;
    }

}

@media (max-width:1024px) {

    .srch_option_txt p,
    input.input_tr_dt::placeholder,
    input.seach_input::placeholder,
    li.tabs_nav_txt {
        font-size: 12px;
        text-align: left;
    }

}



@media (max-width: 420px) {

    .srch_option_txt p,
    input.input_tr_dt::placeholder,
    input.seach_input::placeholder,
    li.tabs_nav_txt {
        font-size: 12px;

    }

    .srch_option_input_main {
        width: 100%;
    }

    .srch_option_txt {
        text-align: center;
        width: 100%;
    }

    .srch_option_sec_left {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width:360px) {

    .srch_option_txt p,
    input.input_tr_dt::placeholder,
    input.seach_input::placeholder,
    li.tabs_nav_txt {
        font-size: 10px;

    }

    .srch_input {
        width: 170px;
        padding: 5px;
        margin-top: 20px;
    }

    /* .tabs_nav_txt_tbn {
        display: none;
    } */
    ul.tabs_nav {
        gap: 20px;
    }

    img.input_arr {
        position: absolute;
        top: 45%;
        right: 0;
        max-width: 10px;
    }

    button.close_btn img {
        max-width: 13px;
    }

    button.close_btn {
        width: 15px;
        height: 15px;
    }

    .srch_option_sec_left {
        justify-content: space-around;
    }

    .srch_option_main {
        gap: 20px;
    }
}

/* advanced_filter section style end*/

/* merchant dashboard section style start */
.marchant_info_container {
    padding: 100px;
}

.marchant_info_sec_title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.merchant_info_cnt {
    display: flex;
    gap: 10%;
    margin-top: 34px;
}

.mer_status_text {
    color: #666E80;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0px 0px 12px 30px;
    line-height: normal;
}

.mer_status_d_txt {
    color: #010047;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.marchant_info_sec {
    padding: 16px;
}

.mts_card_main_bg {
    background-image: url(./assets/images/transitions_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    /* background: #FBFBFB; */
    height: 242px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mts_stlmts_crd {
    background-image: url(./assets/images/settlements_bg.svg);
}

.s_details_card {
    background-image: url(./assets/images/settlements_details_bg.svg);
}

.mv_crd {
    background-image: url(./assets/images/merchant_vandors_bg.svg);
}

.mts_kyc_crd {
    background-image: url(./assets/images/merchant_kyc_bg.svg);
}

.md_crd {
    background-image: url(./assets/images/merchant_details_bg.svg);

}

.mts_card_main {
    width: 100%;
}

.merchant_card_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
}

.mts_card_main_overall {
    display: flex;
    gap: 14px;
    margin-top: 24px;
}

.marchant_info_sec_title p {
    color: var(--H1, #010047);
    font-family: Poppins;
    font-size: clamp(0.875rem, 0.6964rem + 0.8929vw, 1.5rem);
    font-style: normal;
    font-weight: 500;
}

.mts_text p {
    color: var(--H6, #17181A);
    text-align: center;
    font-family: Poppins;
    font-size: clamp(0.875rem, 0.8393rem + 0.1786vw, 1rem);
    font-style: normal;
    font-weight: 500;
}

.merchant_card_section_left,
.merchant_card_section_right {
    max-width: 50%;
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgb(96 96 96 / 5%);
    padding: 30px 16px;
}

.pymnt_card_main_bg {
    background-image: url(./assets/images/card.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex: 1;
    height: 225px;
    border-radius: 22px;
    position: relative;
}

.gtv_text span {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.gtv_text h2 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
}

.gtv_amt_text_logo p {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    left: 15%;
    bottom: 12%;
}

.gtv_text {
    position: absolute;
    top: 10%;
    left: 15%;
}

.gtv_logo {
    position: absolute;
    bottom: -4%;
    right: -2%;
}

.pymnt_card_main_section {
    width: 100%;
}

.pymnt_card_main_overall {
    width: 100%;
    display: flex;
    gap: 24px;
    margin: 34px 0px 65px 0px;
}

.gtv_logo {
    position: absolute;
    bottom: -4%;
    right: -2%;
}

.merchant_card_container {
    margin: 46px 0px 32px 0px;
}

.gtv_amt_text_logo {
    position: absolute;
    bottom: 20%;
    left: 15%;
}

input.switch {
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 35px !important;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    background: #ccc;
    transition: box-shadow 0.3s ease-in-out, padding 0.25s ease-in-out;
    transition-delay: 0.1s, 0s;
}

input.switch:focus {
    border: 0;
    outline: 0;
}

input.switch:checked {
    transition-delay: 0s, 0s;
    box-shadow: inset 0 0 0 2.62857em #04AA61 !important;
    padding-left: 15px;
}

input.y_rb:checked {
    transition-delay: 0s, 0s;
    box-shadow: inset 0 0 0 2.62857em #FBB016 !important;
    padding-left: 15px;
}

input.switch:before {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 3px;
    background-color: #fff;
    border-radius: 2.1em;
    transition: all 0.1s ease 0.1s;
}

input.switch:before,
input.switch:after {
    content: "";
    display: block;
}

input.switch:active::before {
    transition: all 0.1s ease 0.05s;
}

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

.gsv_right_section {
    display: flex;
    gap: 24px;
    align-items: center;
}

.gsv_right_title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gsv_right_title p {
    color: var(--neutral-text-01, #17181A);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
}

.gsv_cnt_img img {
    width: 100%;
    /* max-width: 100%; */
}


.range-slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

#range {
    -webkit-appearance: none;
    width: 100%;
}

#range:focus {
    outline: none;
}

#range::before,
#range::after {
    position: absolute;
    top: 2rem;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 3px 5px;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 4px;
}

/* #range::before { left: 0; content: attr(data-min); }
#range::after { right: 0; content: attr(data-max); } */

#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1rem;
    cursor: pointer;
    animate: 0.2s;
    background: linear-gradient(90deg, #FBB016 var(--range-progress), #dee4ec var(--range-progress));
    border-radius: 1rem;
}

#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid #FBB016;
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-50% + 8px));
}

#tooltip {
    position: absolute;
    top: -2.25rem;
}

.arrow-icon {
    font-size: 24px;
    cursor: pointer;
    margin: 0 10px;
}

/* #tooltip span {
    position: absolute;
    text-align: center;
    display: block;
    line-height: 1;
    padding: 0.125rem 0.25rem;
    color: #fff;
    border-radius: 0.125rem;
    background: #FBB016;
    font-size: 1.25rem;
    left: 50%;
    transform: translate(-50%, 0);
} */
/* #tooltip span:before {
    position: absolute;
    content: "";
    left: 50%; bottom: -8px;
    transform: translateX(-50%);
    width: 0; height: 0;
    border: 4px solid transparent;
    border-top-color: #FBB016;
} */




/* merchant dashboard section style start */