.finance_wrapper.main_content_wrapper .main_content_right .wrap_tab_togglers ul li {
    /* width: calc(100% / 5); */
    padding: 0 3.8px;
}
.finance_wrapper.main_content_wrapper .main_content_right .wrap_tab_togglers ul li button {
    font-size: var(--gtt-font-size);
}

/* list_funds */
#list_funds {}
#list_funds .bubble_button {
    margin-bottom: 0;
    transition: var(--gtt-transition);
}
#list_funds .bubble_button:hover {
    filter: brightness(1.1);
}

#list_funds .bubble_button_title {}
#list_funds .bubble_button_content {
    font-size: var(--gtt-font-size-xl);
}
#list_funds .bubble_button_subcontent {
    text-align: center;
    margin-top: 5px;

}
#list_funds .bubble_button_subcontent span {
    border: 1px solid #fff;
    border-radius: var(--gtt-border-radius-large);
    padding: 5px 8px;
}
#list_funds .fund_log_popup_action {
    cursor: pointer;
}

/* popup-create-funding */
#popup-create-funding .popup_container {
    min-height: auto;
}

#popup-create-funding .new_fund_amount {
    text-align: center;
}
#popup-create-funding .new_fund_amount input {
    width: 250px;
    height: 50px;
    display: inline-block;
    border-radius: var(--gtt-border-radius-large);
    text-align: center;
    font-size: var(--gtt-font-size-xl);
    border: 1px solid var(--gtt-primary-color);
    color: var(--gtt-primary-color);
    font-weight: 600;
}
#popup-create-funding .new_fund_info {
    display: flex;
}
#popup-create-funding .new_fund_info input {
    border-radius: var(--gtt-border-radius-large);
    text-align: center;
    margin: 0 7px;
    width: calc(100% / 4);
    font-size: var(--gtt-font-size);
}
#popup-create-funding .new_fund_comment .wrap_comment_box {
    display: flex;
    justify-content: center;
}



/* #popup-create-yeu-cau-chi-phi */
#popup-create-yeu-cau-chi-phi .new_yeu_cau_amount {
    text-align: center;
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_amount input {
    width: 250px;
    height: 50px;
    display: inline-block;
    border-radius: var(--gtt-border-radius-large);
    text-align: center;
    font-size: var(--gtt-font-size-xl);
    border: 1px solid var(--gtt-primary-color);
    color: var(--gtt-primary-color);
    font-weight: 600;
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_info {
    display: flex;
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_info input {
    border-radius: var(--gtt-border-radius-large);
    text-align: center;
    margin: 0 7px;
    width: calc(100% / 4);
    font-size: var(--gtt-font-size);
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_title {
    display: flex;
    justify-content: center;
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_title input {
    position: relative;
    width: calc(100% - 325px);
    /* margin-right: auto; */
    background: var(--gtt-light-bg);
    border-radius: var(--gtt-border-radius);
    padding: 10px 0 10px 15px;
    border: 0;
    font-size: var(--gtt-font-size);
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_comment .wrap_comment_box {
    display: flex;
    justify-content: center;
}

#popup-create-yeu-cau-chi-phi .new_yeu_cau_dinh_khoans {}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_dinh_khoans .slick-slider-wrapper {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_dinh_khoans .slick-single-slide {
    /* margin-bottom: 10px; */
    /* margin-right: 10px; */
    width: 100%;
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_dinh_khoans .slick-single-slide .single-slide-dinh-khoan-page {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_dinh_khoans button {/* white-space: nowrap; *//* text-align: center; */margin-bottom: 10px;margin-right: 10px;}
#popup-create-yeu-cau-chi-phi .new_yeu_cau_dinh_khoans button.active {
    background: var(--gtt-primary-color);
    color: #fff;
    border-color: var(--gtt-primary-color);
}
#popup-create-yeu-cau-chi-phi .popup_actions button {
    display: none;
}


/* ket-quy */
#tab-ket-quy .list_ket_quy {
    text-align: center;
    padding: 0 52px;
}
#tab-ket-quy .list_ket_quy li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 400px; */
    position: relative;
    border: 1px solid var(--gtt-primary-color);
    border-right: 0;
    border-left: 0;
    margin: 11px 0;
    height: 42px;
}
#tab-ket-quy .list_ket_quy li.empty_row {
    border: 0;
    display: flex;
}
#tab-ket-quy .list_ket_quy li.empty_row p {
    text-align: center;
    width: 100%;
}
#tab-ket-quy .list_ket_quy li .payment_method {
    background: #fff;
    border: 1px solid var(--gtt-light-bg);
    position: absolute;
    top: -3px;
    left: -34px;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tab-ket-quy .list_ket_quy li .payment_method i {
    height: 42px;
    width: 42px;
    position: relative;
    /* border: 1px solid var(--gtt-light-bg); */
    /* border-radius: 100%; */
    /* border-color: red; */
}
#tab-ket-quy .list_ket_quy li .payment_method img {--gtt-avatar-sm: 42px;}
#tab-ket-quy .list_ket_quy li .payment_name {
    padding-left: 25px;
    text-align: left;
}
#tab-ket-quy .list_ket_quy li .payment_amount {
    margin-left: auto;
    padding-right: 25px;
    background: var(--gtt-light-bg);
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    width: 150px;
    color: var(--gtt-primary-color);
    font-weight: 600;
    --radius: 20px;
    border-top-left-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
}
#tab-ket-quy .list_ket_quy li .payment_button {
    background: #fff;
    border: 1px solid var(--gtt-light-bg);
    position: absolute;
    top: -3px;
    right: -34px;
    width: 47px;
    height: 47px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#tab-ket-quy .list_ket_quy li .payment_button button {
    background: var(--gtt-primary-color);
    border: 0;
    padding: 0;
    height: 42px;
    width: 42px;
}
#tab-ket-quy .list_ket_quy li .payment_button button i {
    width: 31px;
    height: 31px;
    margin-top: -3px;
}
#tab-ket-quy .fund_cash_branch_group {
    margin-bottom: 16px;
}
#tab-ket-quy .list_ket_quy_group_title {
    padding: 0 52px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 24px 0 8px;
    text-align: center;
}
#tab-ket-quy .fund_cash_branch_group:first-of-type .list_ket_quy_group_title {
    margin-top: 0;
}
#tab-ket-quy .list_ket_quy_seperator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}
#tab-ket-quy .list_ket_quy_seperator::before,
#tab-ket-quy .list_ket_quy_seperator::after {
    content: "";
    height: 7px;
    display: block;
    background: var(--gtt-light-bg);
    width: 40px;
    margin: 0 7px;
    border-radius: var(--gtt-border-radius);
}

/* #chi-co-dinh */
#tab-chi-co-dinh p {
    text-align: center;
    font-size: var(--gtt-font-size-xl);
    margin: 30px;
}

/* change_fund_popup */
.change_fund_popup {
    display: flex;
    justify-content: center;
    margin: -17px 0 10px 0;
}
.change_fund_popup .fund_input {}
.change_fund_popup .fund_input input {
    border-radius: var(--gtt-border-radius-large);
    text-align: center;
    margin: 0 7px;
    /* width: calc(100% / 4); */
    font-size: var(--gtt-font-size);
    line-height: 40px;
}
.change_fund_popup .fund_input button {
    height: 40px;
    width: 115px;
    font-size: var(--gtt-font-size);
}


/* change_fund_cash_popup */
.change_fund_cash_popup {
    display: flex;
    justify-content: center;
    margin: -5px 0 10px 0;
}
.change_fund_cash_popup .fund_cash_input input {
    width: 250px;
    height: 50px;
    display: inline-block;
    border-radius: var(--gtt-border-radius-large);
    text-align: center;
    font-size: var(--gtt-font-size-xl);
    border: 1px solid var(--gtt-primary-color);
    color: var(--gtt-primary-color);
    font-weight: 600;
}
.change_fund_cash_popup .fund_cash_input button {
    width: 170px;
    height: 50px;
    display: inline-block;
    border-radius: var(--gtt-border-radius-large);
    text-align: center;
    font-size: var(--gtt-font-size-xl);
    font-weight: 600;
    margin-left: 15px;
}

/* #list-yeu-caus */
.yeu_cau_chi_phi_table {}
.yeu_cau_chi_phi_table thead th{
    font-size: var(--gtt-font-size);
}
.yeu_cau_chi_phi_table tr td:last-child {
    padding-right: 13px;
}
.yeu_cau_chi_phi_table .nguoi_yeu_cau {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 80px;
}
.yeu_cau_chi_phi_table .nguoi_yeu_cau p {
    height: var(--gtt-avatar-sm);
    width: var(--gtt-avatar-sm);
    display: inline-block;
    overflow: hidden;
}
.yeu_cau_chi_phi_table .nguoi_yeu_cau img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}
.yeu_cau_chi_phi_table .yc_noi_dung button {
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    font-size: var(--gtt-font-size);
}
.yeu_cau_chi_phi_table .yc_noi_dung button:hover {
    color: var(--gtt-primary-color);
}
.yeu_cau_chi_phi_table .yeu_cau_noi_dung {
    text-align: left;
}
.yeu_cau_chi_phi_table .yeu_cau_noi_dung p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 290px;
}
#dinh_khoan_items .yeu_cau_noi_dung p {
    -webkit-line-clamp: 2;
}
.yeu_cau_chi_phi_table .yeu_cau_noi_dung .yeu_cau_noi_dung_title {}
.yeu_cau_chi_phi_table .yeu_cau_noi_dung .yeu_cau_error {}
.yeu_cau_chi_phi_table .ma_request {
}
.yeu_cau_chi_phi_table .ma_request button {
    font-size: var(--gtt-font-size);
    white-space: nowrap;
    width: 90px;
    padding: 0;
}
.yeu_cau_chi_phi_table .ngay_request {width: 114px;}


/* #popup-fund-log */
#popup-fund-log #tab-fund-request-logs .popup_section {
    margin-top: -32px;
}
#popup-fund-log #tab-dieu-chinh-fund-logs .search_form .search_right .filters li {margin-right: 12px;}
#popup-fund-log #tab-dieu-chinh-fund-logs .search_form .search_left input {
    /* width: 340px; */
}

/* #popup-fund-cash-log */
#popup-fund-cash-log .search_form {
    margin-left: 0;
}
#popup-fund-cash-log .search_form .search_left input[type="text"] {
    width: 290px;
    margin-left: 10px;
}

/*********************** popup_yeu_cau_detail ***********************/
.popup_content_left_right .popup_content_right_title_wrap_actions #payment_confirm_amount {
    background: var(--gtt-accent-color);
    color: #fff;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: var(--gtt-border-radius-large);
    margin-right: -20px;
    padding-right: 25px;
}