body {
    font-family: "Nunito Sans", sans-serif;
}

a {
    text-decoration: none;
    transition: 0.5s all;
}

img {
    max-width: 70%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    line-height: 130%;
    font-weight: 300;
}

.h2,
h2 {
    font-size: 2.8rem;
    line-height: 130%;
}

.leftside_menu {
    width: 18%;
    background-color: #fff;
    padding: 10px;
    height: 100%;
    position: relative;
}

.logo {
    max-width: 156px;
    margin: 5px 49px 26px;
}

.navi_sidebar ul li img {
    filter: grayscale(100%) brightness(0.1);
    transition: filter 0.3s ease;
}

.navi_sidebar ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    display: flex;
    gap: 12px;
    padding: 15px 20px;
}

.navi_sidebar ul li.active a {
    background-color: #1877F2;
    color: #fff;
}

.navi_sidebar ul li.active img {
    filter: none;
    transition: filter 0.3s ease;
}

.dashboard:after {
    position: fixed;
    top: 0px;
    content: "";
    width: 18%;
    left: 0;
    /* height: 100%; */
    background-color: #fff;
    box-shadow: 2px 2px 10px #0000000f;
    height: 100%;
}

.dTwfH {
    background-color: #fff !important;
    color: #000 !important;
}

.border-0 .card.mb-4 {
    border: none;
}

.card-header:first-child {
    border: none;
    padding: 0px;
    background-color: transparent;
    align-items: center;
}

h4.font-weight-bold {
    font-weight: 600;
}



.leftside_items {
    position: relative;
    z-index: 999;
}

.dashboard {
    display: flex;
    height: 100%;
}

.dashboard_right {
    width: 82%;
}

.top_header_dash {
    display: flex;
    padding: 13px 28px;
    box-shadow: 2px 2px 10px #6666661a;
    align-items: center;
    justify-content: space-between;
}

.top_header_dash .toggle_menu {
    display: none;
}

.user_profile {
    display: flex;
    gap: 54px;
    align-items: center;
}

.user_profile h3 {
    margin: 0px;
    font-size: 14px;
    color: #404040;
    font-weight: 800;
}

.user_profile span {
    font-size: 12px;
    font-weight: 700;
    color: #565656;
}

.user_info_d {
    display: flex;
    gap: 16px;
    align-items: center;
}

.user_info_d img {
    width: 44px;
    height: 44px;
    border-radius: 50px;
}

.profile_btn button {
    width: 18px;
    height: 18px;
    border: 1px solid #5C5C5C;
    border-radius: 50px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard_summary_info {
    color: #202224;
}

.dashboard_outer_s h2 {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.dashboard_info_s {
    margin: 15px 0px;
}

.dashboard_info_s ul li {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border-radius: 24px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 28px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.dashboard_info_s ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.dashboard_info_s ul li::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.dashboard_info_s ul li:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.15),
        0 12px 32px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(102, 126, 234, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
}

.dashboard_info_s ul li:hover::before {
    opacity: 1;
}

.dashboard_info_s ul li:hover::after {
    opacity: 1;
}

.dashboard_info_s ul li .user_cnt_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard_info_s ul li .user_cnt_top span {
    font-size: 15px;
    color: #64748b;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.8;
    transition: all 0.4s ease;
}

.dashboard_info_s ul li:hover .user_cnt_top span {
    opacity: 1;
    color: #475569;
}

.dashboard_info_s ul li .user_cnt_top h3 {
    margin: 12px 0 0 0;
    font-weight: 900;
    font-size: 36px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    line-height: 1.2;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(102, 126, 234, 0.2);
}

.dashboard_info_s ul li:hover .user_cnt_top h3 {
    transform: scale(1.08);
    filter: brightness(1.1);
}

.dashboard_icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    width: 80px;
    height: 80px;
    border-radius: 22px;
    display: flex;
    padding: 12px;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 12px 28px rgba(102, 126, 234, 0.35),
        0 4px 12px rgba(102, 126, 234, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.dashboard_icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.dashboard_info_s ul li:hover .dashboard_icon {
    transform: scale(1.15) rotate(8deg);
    box-shadow:
        0 18px 40px rgba(102, 126, 234, 0.45),
        0 8px 16px rgba(102, 126, 234, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.dashboard_info_s ul li:hover .dashboard_icon::before {
    opacity: 1;
}

.dashboard_icon img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dashboard_info_s ul li:hover .dashboard_icon img {
    transform: scale(1.1);
}

.dashboard_info_s ul li p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.dashboard_info_s ul li p span {
    color: #00B69B;
    padding-right: 2px;
}

.dashboard_info_s ul li p img {
    padding-right: 6px;
}

ul.list_dashboard_cate {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.dashboard_detail_s {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border-radius: 24px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.08),
        0 8px 24px rgba(0, 0, 0, 0.04),
        0 0 0 1px rgba(255, 255, 255, 0.8),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    padding: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.dashboard_detail_s:hover {
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.12),
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 0 0 1px rgba(102, 126, 234, 0.1);
}

.dashboard_outer_s {
    padding: 20px 10px 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.dashboard_detail_s table {
    width: 100%;
}

.dashboard_detail_s table thead tr th {
    background-color: #F1F4F9;
    overflow: hidden;
}

.search_right_tp.d-flex {
    align-items: center;
    flex-direction: row-reverse;
}

th.first_child {
    border-radius: 12px 0px 0px 12px;
}

th.last_child {
    border-radius: 0px 12px 12px 0px;
}

.dashboard_detail_s table thead tr th,
tbody td {
    padding: 13px 15px;
}

form.form_inqueryfill {
    width: 50%;
}

.dashboard_detail_s table tbody tr {
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    color: #202224;
    font-weight: 600;
}

.btn_right_t {
    display: flex;
    gap: 6px;
}

.td_first {
    display: flex;
    align-items: center;
    gap: 12px;
}

.managementform {
    padding: 5px 20px 20px;
}

.dashboard_info_s ul li .low_market span {
    color: #F93C65;
}

.dashboard_detail_s h3 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.3px;
    border-bottom: 2px solid rgba(102, 126, 234, 0.1);
    margin-bottom: 24px;
}

.dashboard_info_s ul li.nth_one .dashboard_icon {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 8px 20px rgba(251, 191, 36, 0.3);
}

.dashboard_info_s ul li.nth_one:hover .dashboard_icon {
    box-shadow: 0 12px 30px rgba(251, 191, 36, 0.4);
}

.dashboard_info_s ul li.nth_two .dashboard_icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.3);
}

.dashboard_info_s ul li.nth_two:hover .dashboard_icon {
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.4);
}

.dashboard_info_s ul li.nth_three .dashboard_icon {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    box-shadow: 0 8px 20px rgba(249, 115, 22, 0.3);
}

.dashboard_info_s ul li.nth_three:hover .dashboard_icon {
    box-shadow: 0 12px 30px rgba(249, 115, 22, 0.4);
}

.dashboard_info_s ul li.nth_four .dashboard_icon {
    background-color: #FFDFDF;
}

.dashboard_info_s ul li.nth_five .dashboard_icon {
    background-color: #EBCFEB;
}

.dashboard_info_s ul li.nth_six .dashboard_icon {
    background-color: #FFDFE3;
}

.dashboard_info_s ul li.nth_seven .dashboard_icon {
    background-color: #CFCFCF;
}

.user_list_top {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.user_list_table h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 5px;
}

.user_list_l p {
    font-size: 14px;
    color: #16C098;
    font-weight: 500;
}

.user_search {
    background-color: #eff3fb;
    padding: 8px;
    border-radius: 10px;
}

.user_search button {
    border: none;
    background-color: none;
}

.user_search input {
    border: none;
    background: transparent;
}

.user_search input:focus-visible {
    outline: none;
}

.jserprofile_del {
    margin-top: 15px;
}

.jserprofile_del p {
    display: flex;
    align-items: start;
    gap: 18px;
}

.jserprofile_del p b {
    width: 160px;
    font-weight: 600;
}

.card img.userimg {
    width: 150px;
    height: 150px;
}

.user_list_table table thead tr th {
    background-color: transparent;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.user_list_table .table-responsive {
    height: 500px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.user_list_table table tr td button {
    border: 2px solid #16C098;
    background-color: #16c09863;
    font-size: 14px;
    font-weight: 600;
    color: #008767;
    padding: 4px 14px;
    border-radius: 5px;
}

.user_list_table table tr td.Inactive button {
    border: 2px solid #DF0404;
    color: #DF0404;
    background-color: #FFC5C5;
}

body .user_list_table button.close {
    border: 2px solid #DF0404;
    color: #DF0404;
    background-color: #FFC5C5;
}


body .user_list_table button.chat {
    border: 2px solid #1877F2;
    color: #1877F2;
    background-color: #A7CBFA;
}

.dashboard_summary ul.nav-tabs li {
    padding: 0px;
    border: none;
}

.dashboard_summary ul.nav-tabs li button {
    padding: 8px 20px;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px !important;
    box-shadow: none !important;
    border: 1px solid #C3C4C4;
    color: #B3B3B3 !important;
    background-color: #E8E9E9 !important;
}

.dashboard_summary ul.nav-tabs li button.active {
    border: 1px solid #77B2FF;
    color: #fff !important;
    background-color: #1877F2 !important;
}

.dashboard_summary ul.nav-tabs {
    border: none !important;
    gap: 12px;
    margin: 18px 0px;
}

.pagination_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.pagination_list p {
    font-size: 14px;
    color: #B5B7C0;
    margin: 0px;
}

.pagination_list .pagination {
    gap: 14px;
}

.pagination_list a.page-link {
    background-color: #F5F5F5;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    color: #404B52;
    font-weight: 600;
    padding: 2px 12px;
}

.pagination_list ul li.active a {
    background-color: #1877f2;
    border: 1px solid #1877f2;
    color: #fff;
}

.login_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    background-color: #66a3f4;
    border-radius: 0px 35px 35px 0px;
}

button.btn.closebtn {
    background: #f0f0f0;
    color: #333;
    padding: 6px 15px;
    border-radius: 10px;
}

.card.mb-4 {
    background-color: transparent;
}

.left_side_cnt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
    padding: 0px 48px;
    width: 35%;
    background-image: url(../images/login_bg_lf.png);
    background-size: cover;
    background-position: center;
    background-color: #1877F2;
    background-repeat: no-repeat;
}

.left_side_cnt h1 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

.left_side_cnt h1 span {
    color: #000;
}

.logo_vector {
    width: 319px;
    height: 319px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 18px 40px #00000040;
}

.login_form_r {
    width: 75%;
    background-color: #fff;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.form_login h2 {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 2px;
}

.form_login p {
    font-size: 14px;
    color: #9D9D9D;
    font-weight: 500;
    letter-spacing: 1px;
}

.form_login {
    width: 430px;
    max-width: 100%;
}

.form_input input {
    width: 100%;
    color: #9D9D9D;
    font-size: 14px;
    border-bottom: 1px solid #9D9D9D !important;
    border: none;
    padding: 10px 28px 11px 0px;
    margin-bottom: 12px;
}

.form_input {
    position: relative;
}

.view_icon {
    position: absolute;
    right: 0;
    top: 5px;
}

.otp_wrap {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.otp_wrap input {
    flex: 1;
    margin-bottom: 0;
}

.otp_btn {
    background-color: #1877F2;
    color: #fff;
    border: 1px solid #1877F2;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    padding: 8px 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    margin-bottom: 12px;
}

.otp_btn:hover {
    background-color: #1565C0;
    border-color: #1565C0;
}

.otp_btn:active {
    transform: scale(0.98);
}

.form_input input[type="button"] {
    background-color: #1877F2;
    color: #fff;
    border: 1px solid #1877F2;
    border-radius: 6px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    padding: 11px 15px;
}

.form_login p a {
    font-weight: 700;
}

.form_input input:focus-visible {
    outline: none;
}

.leftside_items .toggle_menu {
    display: none;
}

.form_notification form {
    margin: 18px 0px 24px;
    display: flex;
    gap: 18px;
    padding: 32px;
    align-items: end;
    border: 1px solid #cdcdcd;
    border-radius: 22px;
}

.fill_input {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form_notification form label {
    font-size: 14px;
}

.form_notification form .input_inb {
    width: 100%;
    background-color: #eff3fb;
    padding: 8px 12px;
    border-radius: 10px;
    word-wrap: normal;
    font-size: 14px;
    border: 1px solid #b5b5b5;
}

textarea.input_inb {
    height: 38px;
}

.form_notification input[type="button"] {
    background-color: #1877F2;
    color: #fff;
    border: 1px solid #1877F2;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 6px 15px;
}

.user_list_table table thead tr th.first_coloum {
    width: 260px;
}

.user_list_table tr td .blog_img {
    width: 180px;
}

.user_list_table tr td .blog_img img {
    border-radius: 7px;
    max-height: 120px;
    min-height: 100px;
    object-fit: cover;
}

.support_form {
    margin-top: 40px;
    padding: 28px;
    border-radius: 20px;
    border: 1px solid #B1B1B1;
}

.support_form .col-input_bl {
    flex-direction: column;
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.control_input {
    width: 100%;
}

.support_form lable {
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
    font-weight: 300;
    text-transform: capitalize;
}

.support_form input {
    border: 1px solid #b1b1b1;
    border-radius: 50px;
    padding: 14px 18px;
    width: 100%;
    font-size: 14px;
    color: #999999;
}

.control_input textarea {
    border: 1px solid #b1b1b1;
    border-radius: 24px;
    padding: 14px 18px;
    width: 100%;
    font-size: 14px;
    color: #999999;
}

.support_screen_img {
    border: 1px solid #B1B1B1;
    border-radius: 10px;
    padding: 6px;
    width: 165px;
    margin: 0 auto;
}

.support_screen_img img {
    border-radius: 10px;
    width: 100%;
}

.chat_detail {
    width: 100%;
}

.top_heading_cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.cnt_left_s {
    width: 85%;
}

.dashboard_right h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #6d87a9;
}

.notification_icon {
    max-width: 48px;
}

.ticket_block {
    width: 100%;
    margin-top: 32px;
    padding: 20px 50px;
    display: inline-block;
    height: 500px;
    overflow: auto;
}

.ticket_support_team {
    position: relative;
    width: 80%;
    float: left;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0px 2px 20px #0000001c;
    border-radius: 0px 20px 20px 20px;
    padding: 24px;
}

.ticket_support_team.right_side {
    text-align: right;
    float: right;
    background-color: #D1E5FF;
    border-radius: 20px 0px 20px 20px;
}

.tab-content .ticket_support_team {
    margin-bottom: 24px;
}

.ticket_resolved {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 12px 16px;
    border-radius: 50px;
    gap: 24px;
    box-shadow: 0px 2px 10px #66666661;
    max-width: 70%;
    margin: 0 auto;
}

body .ticket_resolved h4 {
    font-size: 16px;
    margin: 0px;
    font-weight: 600;
    color: #000;
}

button.closed_btn {
    background-color: #7195C4;
    font-size: 14px;
    border: 1px solid #7195C4;
    color: #fff;
    padding: 6px 24px;
    border-radius: 50px;
}

.support_form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.arrow_top {
    position: absolute;
    right: -36px;
    left: inherit;
    top: 0px;
    transform: rotate(0deg);
}

.right_side .arrow_top {
    position: absolute;
    left: -35px;
    top: 0;
    transform: rotate(180deg);
}

.tab-content .ticket_support_team p {
    font-size: 15px;
    margin: 0px;
}





/* Overlay */
.modal-overlay.telegrampop_up {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.telegrampop_up .modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    width: 90%;
    max-width: 500px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    font-family: "Poppins", sans-serif;
}

.telegrampop_up .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.modal-close-btn {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 30px;
    height: 30px;
}

.telegrampop_up .modal-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.telegrampop_up .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.telegrampop_up .form-group label {
    font-weight: 500;
    font-size: 14px;
}

.telegrampop_up .form-group input,
.telegrampop_up .form-group select {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    outline: none;
}

.telegrampop_up .form-group input:focus,
.telegrampop_up .form-group select:focus {
    border-color: #1877f2;
}

/* Buttons */
.modal-actions {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.btn-primary {
    flex: 1;
    background: linear-gradient(135deg, #1877f2, #1877f2);
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.btn-primary:hover {
    opacity: 0.9;
}

.btn-secondary {
    flex: 1;
    background: #f0f0f0;
    padding: 12px;
    border-radius: 10px;
    color: #333;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

/* BANK MODAL BOX START */

.bank-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.bank-modal {
    width: 750px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    max-height: 90vh;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}

.bank-modal-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.bank-table-wrapper {
    max-height: 55vh;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.bank-table {
    width: 100%;
    border-collapse: collapse;
}

.bank-table thead th {
    background: #f3f4f6;
    position: sticky;
    top: 0;
    padding: 10px;
    font-weight: 600;
}

.bank-table td {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.bank-action-buttons {
    display: flex;
    gap: 8px;
}

.btn {
    padding: 6px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    transition: all 0.3s ease;
}

.btn:hover {
    color: #fff;
}

.bank-modal-overlay .btn-edit {
    background: linear-gradient(135deg, #1877f2, #0d5fbd);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.bank-modal-overlay .btn-edit:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-delete {
    background: linear-gradient(135deg, #ff5f6d, #c81d25);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.btn-delete:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.bank-modal-footer {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btn-close {
    line-height: 16px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
}


/* BANK MODAL BOX END */



/* ===== Edit Bank Modal Start ===== */

.edit-bank-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3000;
}

.edit-bank-modal {
    width: 500px;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    animation: editBankFadeIn 0.25s ease-in-out;
    font-family: "Poppins", sans-serif;
}

/* Header */
.edit-bank-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.edit-bank-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.edit-bank-close {
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

.edit-bank-close:hover {
    color: #000;
}

/* Subtitle */
.edit-bank-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 22px;
}

/* Form */
.edit-bank-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.edit-bank-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.edit-bank-field label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.edit-bank-field input {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
}

.edit-bank-field input:focus {
    border-color: #1877f2;
    box-shadow: 0 0 0 2px rgba(24, 119, 242, 0.15);
}

/* Actions */
.edit-bank-actions {
    display: flex;
    gap: 12px;
    margin-top: 10px;
}

.edit-bank-actions button {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: 0.25s;
}

.edit-bank-actions .btn-primary {
    background: linear-gradient(135deg, #1877f2, #0d5fbd);
    color: #fff;
}

.edit-bank-actions .btn-primary:hover {
    opacity: 0.9;
}

.edit-bank-actions .btn-secondary {
    background: #f0f0f0;
    color: #333;
}

.edit-bank-actions .btn-secondary:hover {
    background: #e4e4e4;
}

/* Animation */
@keyframes editBankFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.admin_table_card_body button.btn {
    color: #4f4f4f;
}

button.btn-add-admin {
    background-color: #1877f2;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 6px;
}

.modal-footer button.btn {
    background-color: #1877f2;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 6px;
}

.modal-footer button.cancelbtn {
    background-color: #8f8f8f;
}

.admin_table_card_body button.btn:hover {
    color: #fff;
}


/* ===== Edit Bank Modal End ===== */



/* ===== Modal Title ===== */
.modal-title-custom {
    font-family: "Poppins";
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #222;
}

/* ===== Inputs ===== */
.form-input-custom {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    padding-left: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* ===== Labels ===== */
.form-label-custom {
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

/* ===== Password ===== */
.password-wrapper {
    position: relative;
}

.password-input {
    padding-right: 45px;
}

.password-toggle {
    position: absolute;
    right: 18px;
    top: 42px;
    cursor: pointer;
}

.password-toggle img {
    width: 20px;
}

/* ===== Modal Footer ===== */
.modal-footer-custom {
    padding: 18px 30px;
    border-top: 1px solid #f3f3f3;
}

/* ===== React Select Custom ===== */
.react-select__control {
    border-radius: 12px !important;
    min-height: 48px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.react-select__multi-value {
    background-color: #4a90e2;
    border-radius: 10px;
}

.react-select__multi-value__label {
    color: #fff;
    font-weight: 500;
}

/* ===== Buttons ===== */
.savebtn {
    background: #4a90e2;
    color: #fff;
    padding: 10px 22px;
    border-radius: 10px;
}

.savebtn:hover {
    background: #3b7dc4;
}


.topbar_flexy {
    justify-content: space-between;
    gap: 24px;
    align-items: center;
}

.topbtn_tpns {
    display: flex;
    gap: 12px;
}




.inactive_button {
    border: 2px solid red !important;
    background-color: red !important;
    color: #fff !important;
}

.no-notifications {
    text-align: center;
}

.control_input {
    width: 100%;
}

.input_filed {
    position: relative;
}

.control_input textarea {
    border: 1px solid #b1b1b1;
    border-radius: 24px;
    padding: 14px 18px;
    width: 100%;
    font-size: 14px;
    color: #999999;
}

.control_input button {
    border: 1px solid #A0A0A0;
    border-radius: 50px;
    padding: 14px 18px;
    width: 100%;
    font-size: 16px;
    align-items: center;
    color: #1b1b1b;
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 7px;
}

body button.get_otp {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #fff;
    width: auto;
    background-color: #1775EE;
    padding: 9px 12px;
    font-size: 13px;
    border-color: #1775EE;
}

/* ============================================
   Common Component Styles - Extracted from Inline Styles
   ============================================ */

/* Column Header Styles */
.column-header {
    font-weight: 500;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

/* Flex Container with Gap */
.flex-gap-6 {
    display: flex;
    gap: 6px;
}

.flex-gap-10 {
    display: flex;
    gap: 10px;
}

.flex-gap-14 {
    display: flex;
    gap: 14px;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

/* User ID Button - Clickable link to UserDetails */
.user-id-button {
    font-size: 12px;
    color: #4A6CF7 !important;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}

.user-id-button:hover {
    color: #3B5AE6 !important;
    text-decoration: underline;
}

/* Copy Icon */
.copy-icon {
    cursor: pointer;
    font-size: 13px;
    color: #6c757d;
    transition: color 0.2s;
}

.copy-icon:hover {
    color: #4A6CF7;
}

/* Transaction Hash Text */
.transaction-hash-text {
    font-size: 12px;
    font-family: monospace;
    word-break: break-all;
    color: #333;
}

/* Tab Button Container */
.tab-button-container {
    display: flex;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 10px 0 20px 0;
    align-items: center;
}

/* Tab Buttons */
.tab-button {
    padding: 6px 18px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s;
    border: 2px solid;
}

button.btn-status {
    white-space: nowrap;
}

.tab-button-pending {
    border-color: #3B82F6;
    background: transparent;
    color: #3B82F6;
}

.tab-button-pending.active {
    background: #3B82F6;
    color: #fff;
    box-shadow: 0 3px 8px rgba(59, 130, 246, 0.30);
}

.tab-button-approved {
    border-color: #22C55E;
    background: transparent;
    color: #22C55E;
}

.tab-button-approved.active {
    background: #22C55E;
    color: #fff;
    box-shadow: 0 3px 8px rgba(34, 197, 94, 0.30);
}

.tab-button-rejected {
    border-color: #DC2626;
    background: transparent;
    color: #DC2626;
}

.tab-button-rejected.active {
    background: #DC2626;
    color: #fff;
    box-shadow: 0 3px 8px rgba(220, 38, 38, 0.30);
}

/* Action Buttons Base */
.action-button {
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.action-button:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Edit Button */
.btn-edit {
    background: linear-gradient(135deg, #6c757d, #4b5563);
}

/* Approve Button */
.btn-approve {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

/* Reject Button */
.btn-reject {
    background: linear-gradient(135deg, #FF5F6D, #C81D25);
}

/* Status Badge */
.status-badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: white;
    display: inline-block;
    text-transform: capitalize;
    white-space: nowrap;
}

.status-badge-pending {
    background-color: orange;
}

.status-badge-approved {
    background-color: #28a745;
}

.status-badge-rejected {
    background-color: #dc3545;
}

/* Content Preview Container */
.content-preview-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.content-preview-text {
    font-size: 12px;
    word-break: break-word;
}

/* Read More Button */
.read-more-button {
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #2563eb;
    background: transparent;
    color: #2563eb;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    align-self: flex-start;
}

.read-more-button:hover {
    background: #2563eb;
    color: #fff;
}

/* Modal Styles */
.modal-overlay-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.modal-container-custom {
    width: 90%;
    max-width: 700px;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.20);
}

.modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.modal-title-custom {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.modal-close-button-custom {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s;
}

.modal-close-button-custom:hover {
    color: #333;
}

.modal-content-custom {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: "Poppins", sans-serif;
}

.modal-footer-custom {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.modal-close-btn-custom {
    padding: 10px 24px;
    border-radius: 10px;
    border: none;
    background: #6b7280;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.modal-close-btn-custom:hover {
    background: #4b5563;
}

/* ============================================
   Dashboard Page Styles
   ============================================ */

/* Dashboard Summary Info */
.dashboard_summary_info h2 {
    font-size: 22px;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
}

/* Activity Row */
.activity-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.activity-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    overflow: hidden;
    flex-shrink: 0;
}

.activity-icon-svg {
    filter: brightness(0) invert(1);
}

.activity-text {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

/* Data Table Wrapper */
.data-table-wrapper {
    border-radius: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

/* React Data Table Global Styles */
.rdt_Table {
    min-width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.rdt_TableRow {
    min-height: 65px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.rdt_TableRow:hover {
    background-color: rgba(102, 126, 234, 0.05);
    cursor: pointer;
}

.rdt_TableHead th {
    font-size: 15px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8edff 100%);
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 16px 20px;
    border-bottom: 2px solid rgba(102, 126, 234, 0.1);
}

.rdt_TableCell {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #334155;
    padding: 16px 20px;
}

/* ============================================
   Banner Management Styles
   ============================================ */

/* Page Header with Button */
.page-header-with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.page-title {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0;
}

/* Add Banner Button */
.btn-add-banner {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.btn-add-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-add-banner:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Banner Table Container */
.banner-table-container {
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Banner Image Container */
.banner-image-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner-image-wrapper {
    width: 120px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Link Style */
.banner-link {
    color: #2563eb;
    text-decoration: none;
    font-size: 12px;
    word-break: break-all;
}

.banner-link:hover {
    text-decoration: underline;
}

/* Status Button */
.btn-status {
    padding: 6px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.3px;
    color: #fff;
    transition: all 0.3s;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.btn-status:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-status:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.btn-status-active {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
}

.btn-status-inactive {
    background: linear-gradient(135deg, #FF5F6D, #C81D25);
}

/* Edit Button (Blue) */
.btn-edit-blue {
    background: linear-gradient(135deg, #1877F2, #0D5FBD);
}

/* Form Container */
.form-container {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-label {
    font-weight: 500;
    font-size: 14px;
}

.form-label-required {
    color: red;
}

.form-input {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

.form-textarea {
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    min-height: 80px;
    resize: vertical;
}

.form-file-info {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

/* Form Buttons */
.form-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.btn-submit {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-submit-green {
    background: linear-gradient(135deg, #10b981, #059669);
}

.btn-submit-blue {
    background: linear-gradient(135deg, #1877F2, #0D5FBD);
}

.btn-cancel {
    flex: 1;
    background: #f0f0f0;
    padding: 12px;
    border-radius: 10px;
    color: #333;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-cancel:hover {
    background: #e0e0e0;
}

/* Current Image Preview */
.current-image-container {
    margin-bottom: 20px;
}

.current-image-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.current-image {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #ddd;
}

/* ============================================
   User Details Page Styles
   ============================================ */

/* User Details Tab Container */
.user-details-tab-container {
    display: flex;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    align-items: center;
}

/* User Details Tab Button */
.user-details-tab-button {
    padding: 8px 20px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s;
    border: 2px solid;
}

.user-details-tab-user {
    border-color: #3B82F6;
    background: transparent;
    color: #3B82F6;
}

.user-details-tab-user.active {
    background: #3B82F6;
    color: #fff;
    box-shadow: 0 3px 8px rgba(59, 130, 246, 0.30);
}

.user-details-tab-bank {
    border-color: #22C55E;
    background: transparent;
    color: #22C55E;
}

.user-details-tab-bank.active {
    background: #22C55E;
    color: #fff;
    box-shadow: 0 3px 8px rgba(34, 197, 94, 0.30);
}

/* User Details Content Box */
.user-details-content-box {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.user-details-profile-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.user-details-profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e5e7eb;
    flex-shrink: 0;
}

.user-details-info {
    flex: 1;
}

.user-details-info-item {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.6;
}

.user-details-info-item b {
    font-weight: 600;
    color: #374151;
    min-width: 140px;
    display: inline-block;
}

.user-details-info-item span {
    color: #6b7280;
}

/* Wallet Summary Grid */
.wallet-summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.wallet-summary-item {
    padding: 16px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.wallet-summary-label {
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wallet-summary-value {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    font-family: "Poppins", sans-serif;
}

/* Bank Details Table Container */
.bank-details-table-container {
    margin-top: 16px;
}

/* ============================================
   Global Inline Styles - Extracted from Components
   ============================================ */

/* Table Header Styles */
.table-header-text {
    font-weight: 500;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.table-header-text-bold {
    font-weight: 600;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: #3b3b3b;
}

/* Action Buttons Container */
.action-buttons-container {
    display: flex;
    gap: 10px;
}

.action-buttons-container-small {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
}

/* Delete Button */
.btn-delete {
    padding: 6px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #fff;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.btn-delete:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-delete:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* View Button (Blue) */
.btn-view {
    padding: 6px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #3b82f6);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.btn-view:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-view:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Add Button (Green) */
.btn-add-green {
    padding: 6px 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3px;
    color: #fff;
    background: linear-gradient(135deg, #10b981, #059669);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
}

.btn-add-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-add-green:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Add Cash Button */
.btn-add-cash {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    font-family: "Poppins", sans-serif;
}

.btn-add-cash:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-add-cash:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Page Heading Styles */
.page-heading {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.page-heading-small {
    margin: 0;
}

/* Form Container Card */
.form-container-card {
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    max-width: 600px;
}

.form-container-card-full {
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Form Label Styles */
.form-label-bold {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.form-label-medium {
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

/* Form Input Styles */
.form-input-standard {
    padding: 10px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.form-input-textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    margin-top: 5px;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    resize: none;
    min-height: 60px;
}

/* Form Submit Button */
.btn-submit-full {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
}

/* Card Container */
.card-container {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
}

.card-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* Search Input Container */
.search-container {
    padding: 20px 20px 0 20px;
}

.search-input-wrapper {
    display: flex;
    align-items: center;
    background: #EEF4FF;
    border-radius: 18px;
    padding: 10px 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 420px;
    gap: 10px;
    margin-bottom: 20px;
}

.search-icon-button {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0.7;
}

.search-icon {
    width: 18px;
    height: 18px;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
}

.search-container-bottom {
    padding: 0 20px 20px 20px;
}

/* Modal Styles */
.modal-overlay-dark {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2000;
}

.modal-content-rounded {
    border-radius: 16px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header-custom {
    padding: 20px 25px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title-custom {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
    margin: 0;
}

.modal-close-custom {
    background: transparent;
    border: none;
    font-size: 28px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s;
    opacity: 1;
}

.modal-close-custom:hover {
    background: #f3f4f6;
    color: #1a1a1a;
}

.modal-body-custom {
    padding: 20px 25px;
}

.modal-footer-custom {
    padding: 15px 25px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Section Heading */
.section-heading {
    margin-bottom: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.section-heading-small {
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

/* Info Item Styles */
.info-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.info-item-last {
    margin-bottom: 0;
}

.info-label {
    color: #374151;
    font-size: 14px;
    font-weight: 600;
}

.info-value {
    color: #6b7280;
    margin-left: 8px;
    font-size: 14px;
}

.info-value-monospace {
    color: #6b7280;
    margin-left: 8px;
    font-size: 14px;
    font-family: monospace;
}

.info-value-bold {
    color: #1f2937;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
}

.info-value-monospace-bold {
    color: #1f2937;
    margin-left: 8px;
    font-size: 14px;
    font-family: monospace;
    font-weight: 600;
}

.info-value-green {
    color: #10b981;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 700;
}

.info-value-usdt {
    color: #6b7280;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 600;
}

/* Icon Styles */
.icon-medium {
    font-size: 18px;
}

.icon-small {
    font-size: 11px;
}

.icon-extra-small {
    width: 16px;
    height: 16px;
}

/* Status Badge Inline */
.status-badge-inline {
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.status-badge-pending {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.status-badge-approved {
    background: linear-gradient(135deg, #10b981, #059669);
}

.status-badge-rejected {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.status-badge-active {
    background: linear-gradient(135deg, #10b981, #059669);
}

.status-badge-inactive {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

/* Section Container */
.section-container {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Date Range Container */
.date-range-container {
    padding: 0 10px;
}

.date-range-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.date-range-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    white-space: nowrap;
}

.date-range-input {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

/* Download Button */
.btn-download {
    padding: 8px 16px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s;
    font-family: "Poppins", sans-serif;
}

.btn-download:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* Bank Details Section */
.bank-details-section {
    background: #f9fafb;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e7eb;
}

.bank-details-title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bank-details-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.bank-details-item-last {
    margin-bottom: 0;
}

/* Form Group with Margin */
.form-group-margin {
    margin-bottom: 18px;
}

.form-group-margin-large {
    margin-bottom: 20px;
}

/* Row Gap */
.row-gap {
    row-gap: 25px;
}

/* Transform Scale */
.transform-scale {
    transform: scale(1.3);
}

/* Flex Header */
.flex-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Settings Page Styles */
.settings-heading {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.settings-container {
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Sidebar Styles */
.sidebar-item-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.sidebar-item-text {
    flex: 1;
}

/* Header Styles */
.header-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Pointer Events None */
.pointer-events-none {
    pointer-events: none;
}

/* View Button */
.btn-view-blue {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-view-blue:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-view-blue:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Approve Button */
.btn-approve {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-approve:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-approve:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Reject Button */
.btn-reject {
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.3px;
    background: linear-gradient(135deg, #FF5F6D, #C81D25);
    border: none;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-reject:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
}

.btn-reject:active {
    transform: translateY(0px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Modal Header Gradient */
.modal-header-gradient {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border-radius: 16px 16px 0 0;
    padding: 20px 30px;
    border: none;
}

.modal-title-gradient {
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin: 0;
}

.modal-body-scroll {
    max-height: 70vh;
    overflow-y: auto;
    padding: 30px;
    background: #f8f9fa;
}

/* Info Card */
.info-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e7eb;
}

.info-card-title {
    color: #2563eb;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Bank Details Card */
.bank-details-card {
    margin-bottom: 20px;
    padding: 18px;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.bank-details-card-last {
    margin-bottom: 0;
}

/* Status Badge Dynamic */
.status-badge-dynamic {
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* User ID Button Small */
.user-id-button-small {
    font-size: 13px;
    letter-spacing: 0.2px;
}

/* Modal Overlay Custom */
.modal-overlay-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal-container-custom {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header-custom {
    padding: 20px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title-custom {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #1a1a1a;
}

.modal-close-button-custom {
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #6b7280;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-close-button-custom:hover {
    color: #1a1a1a;
}

.modal-content-custom {
    padding: 20px;
}

/* Form Group with Margin */
.form-group-margin-custom {
    margin-bottom: 20px;
}

/* Type Button Toggle */
.type-button-toggle {
    flex: 1;
    padding: 10px 15px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s;
}

.type-button-toggle.active {
    border-color: #4CAF50;
    background: #f0fdf4;
    color: #4CAF50;
}

.type-button-toggle:hover {
    border-color: #4CAF50;
}

/* Required Asterisk */
.required-asterisk {
    color: #ef4444;
}

/* Text Center */
.text-center {
    text-align: center;
}

.text-center-padding {
    text-align: center;
    padding: 20px;
    color: #6b7280;
}


@media screen and (max-width:1367px) {

    .dashboard_summary_info h2 {
        font-size: 24px;
    }

    .dashboard_info_s ul li .user_cnt_top h3 {
        font-size: 22px;
    }



}

@media screen and (max-width:1200px) {

    ul.list_dashboard_cate {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }

    .user_list_table .table-responsive {
        height: 340px;
    }

    .dashboard_detail_s table thead tr th,
    tbody td {
        padding: 10px 10px;
    }

    .logo_vector {
        width: 220px;
        height: 220px;
    }

    .left_side_cnt {
        gap: 20px;
        padding: 0px 32px;
    }

    .left_side_cnt h1 {
        font-size: 26px;
    }


}

@media screen and (max-width:1024px) {

    form.form_inqueryfill {
        width: 70%;
    }

    ul.list_dashboard_cate {
        grid-template-columns: repeat(2, 1fr);
    }

    .product {
        width: 44px;
    }

    .dashboard_detail_s {
        overflow: auto;
    }

    .leftside_menu {
        width: 25%;
    }

    .dashboard_right {
        width: 75%;
    }

    .dashboard_outer_s h2 {
        font-size: 24px;
    }

    .user_summary_t tr td {
        white-space: nowrap;
        padding-right: 24px;
    }

    .ticket_block {
        padding: 20px 24px;
    }

    .user_summary_t tr th {
        white-space: nowrap;
    }

    .dashboard:after {
        width: 25%;
    }

}


@media screen and (max-width:991px) {

    table th {
        font-size: 13px;
        white-space: nowrap;
    }

    table td {
        font-size: 13px;
    }

    .dashboard_detail_s {
        overflow: auto;
    }

    .form_notification form {
        flex-wrap: wrap;
        gap: 12px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

}


@media screen and (max-width:767px) {

    .support_form {
        margin-top: 10px;
        padding: 15px;
        border-radius: 15px;
    }

    .SupportPage_modalContainer__XPLna {
        padding: 18px !important;
    }

    .modal-header-custom {
        padding: 15px 20px;
        margin-bottom: 10px;
    }

    form.form_inqueryfill {
        width: 100%;
    }

    h5.modal-title {
        font-size: 16px !important;
    }

    .modal-footer button.btn {
        font-size: 11px;
    }

    .card img.userimg {
        width: 100px;
        height: 100px;
    }

    td.content_tb p {
        width: 200px;
    }

    .ticket_support_team.right_side {
        margin-left: 30px;
    }

    .support_form .col-input_bl {
        gap: 15px;
    }

    .support_form form {
        gap: 15px;
    }

    .support_form input {
        padding: 8px 18px;
        font-size: 13px;
    }

    .ticket_support_team {
        padding: 20px;
        margin-right: 30px;
    }

    .ticket_resolved {
        flex-direction: column;
        text-align: center;
        padding: 18px 16px;
        border-radius: 20px;
        gap: 8px;
        max-width: 100%;
    }

    .ticket_support_team p {
        font-size: 14px;
    }

    .ticket_support_team h5 {
        font-size: 17px;
    }

    .dashboard_detail_s table thead tr th {
        font-size: 13px;
    }

    .user_list_table table thead tr th {
        font-size: 12px;
    }

    .user_list_table table tr td button {
        font-size: 12px;
        padding: 4px 16px;
    }

    .user_list_table tr td .blog_img {
        width: 120px;
    }

    .user_list_table tr td .blog_img img {
        border-radius: 7px;
        max-height: 80px;
        min-height: 70px;
    }

    .form_notification form .input_inb {
        padding: 5px 10px;
        font-size: 12px;
    }

    .dashboard_detail_s table tbody tr {
        font-size: 12px;
    }

    .form_notification input[type="button"] {
        font-size: 13px;
        padding: 5px 12px;
    }

    .form_notification form {
        margin: 14px 0px 18px;
        padding: 24px;
        border-radius: 18px;
    }

    .dashboard_outer_s h2 {
        font-size: 22px;
    }


    h4.font-weight-bold {
        font-size: 16px;
    }

    .card-header:first-child {
        border: none;
        padding: 0px;
        gap: 7px;
    }

    button.btn.btn-primary {
        font-size: 11px;
    }

    .user_list_table h4 {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .leftside_items .toggle_menu {
        display: block;
    }

    .navi_sidebar {
        display: none;
    }

    .navi_sidebar.active {
        display: block;
    }

    .leftside_items .toggle_menu {
        position: absolute;
        right: 10px;
        top: 8px;
    }

    .top_header_dash .toggle_menu {
        display: flex;
        padding: 0px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }

    .user_profile_cnt {
        word-break: break-all;
    }

    .logo {
        max-width: 110px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .dashboard_right h3 {
        font-size: 16px;
    }

    .top_header_dash {
        padding: 10px;
        gap: 12px;
    }

    .dashboard_detail_s {
        padding: 24px 20px !important;
    }

    .dashboard {
        flex-direction: column;
        gap: 0px;
    }

    .dashboard_detail_s button.btn.btn-primary {
        padding: 9px 20px !important;
    }

    .rdt_TableCol_Sortable {
        font-size: 13px;
    }

    .form_group input {
        font-size: 12px !important;
    }

    .dashboard_detail_s button {
        font-size: 13px !important;
    }

    form input {
        font-size: 12px !important;
    }

    form select {
        font-size: 12px !important;
    }

    form textarea {
        font-size: 12px !important;
    }

    .leftside_menu {
        width: 100%;
    }

    .dashboard_right {
        width: 100%;
    }

    .dashboard_outer_s {
        padding: 20px 15px 20px 15px;
        gap: 15px;
    }

    .dashboard:after {
        display: none;
    }

    .navi_sidebar ul li a {
        padding: 10px 15px;
    }

    .login_section {
        flex-direction: column;
        min-height: 100%;
        border-radius: 0px 0px 35px 35px;
    }

    .logo_vector {
        width: 180px;
        height: 180px;
    }

    .left_side_cnt {
        width: 100%;
        text-align: center;
        gap: 15px;
        padding: 32px 20px;
    }

    .login_form_r {
        width: 100%;
        padding: 24px;
    }

    .pagination_list a.page-link {
        padding: 0px 10px;
        font-size: 13px;
    }

    .h2,
    h2 {
        font-size: 22px;
    }

    label {
        font-size: 12px;
    }

    .modal-actions {
        font-size: 13px;
    }

    .telegrampop_up .form-group label {
        font-size: 12px;
    }

    .bank-modal {
        width: 70%;
    }


    h2#swal2-title {
        font-size: 19px;
    }

}

@media screen and (max-width:580px) {

    .bank-modal {
        width: 90%;
    }

    .lightboxpop {
        width: 90% !important;
        margin: 0 auto;
    }

    .topbar_flexy {
        gap: 18px !important;
        align-items: start;
        flex-direction: column;
    }

    .user_list_top {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 20px;
        align-items: normal;
    }

    .edit-bank-modal {
        width: 90%;
        padding: 20px;
    }

    .telegrampop_up .modal-box {
        padding: 20px;
    }

    .jserprofile_del p {
        gap: 15px;
        font-size: 13px;
    }

    body .h4,
    h4 {
        font-size: 17px;
    }

    .jserprofile_del p b {
        width: 100px;
    }

    ul.list_dashboard_cate {
        grid-template-columns: repeat(1, 1fr);
    }

    .pagination_list {
        margin-top: 24px;
        flex-direction: column;
        gap: 20px;
    }

    .pagination_list .pagination {
        gap: 7px;
    }

    .dashboard_summary ul li button {
        padding: 5px 15px !important;
        font-size: 13px !important;
    }

    label.form-label {
        font-size: 13px;
        margin-bottom: 0px;
    }

    .form-control {
        font-size: 12px !important;
    }

    .dashboard_detail_s .col-12 {
        margin-top: 10px !important;
    }

#edit_admin .modal-body{ padding:5px 15px 10px !important; } 
#edit_admin .modal-body .row {
    row-gap: 10px !important;
}

#edit_admin .modal-footer {
    flex-wrap: nowrap;
}

}

@media screen and (max-width:420px) {

    .dashboard_summary ul {
        gap: 10px !important;
        margin: 10px 0px 10px !important;
    }

    .edit-bank-actions button {
        padding: 8px 12px;
        font-size: 12px;
    }

    .btn-submit {
        font-size: 13px;
        padding: 6px 12px;
    }

    .btn-add-banner {
        padding: 8px 15px;
        font-size: 13px;
    }

    .card-header {
        flex-direction: column;
        justify-content: start;
        align-items: start !important;
        text-align: left;
    }

    .dashboard_outer_s h2 {
        font-size: 18px !important;
        margin-bottom: 0px !important;
    }

    .form_notification button {
        font-size: 12px !important;
        padding: 8px 15px !important;
    }

    .card-header .col-5 {
        width: 100%;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown button {
        width: 100% !important;
        justify-content: center !important;
    }

    .modal .row>* {
        margin-top: 10px;
    }

    .modal .modal-header {
        padding: 12px 20px !important;
    }

    .modal .modal-header h4 {
        font-size: 18px !important;
    }

    .modal button.btn-close {
        font-size: 13px;
    }

    .modal .modal-body {
        padding: 20px !important;
    }

    .modal#add_modal .modal-body {
        padding: 15px 0px 0px !important;
    }

.modal#add_modal .modal-header {
        padding: 10px 0px !important;
    }    

}

@media screen and (max-width:375px) {

    .dashboard_summary ul li button {
        padding: 4px 10px !important;
        font-size: 12px !important;
    }

}