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

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

img {
    max-width: 80%;
}

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: 340px;
    background-color: #fff;
    padding: 0px;
    position: absolute !important;
}

.leftside_menu ul.list-unstyled.ps-0 {
    padding: 0px 10px !important;
}

.sticky-sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
}

.logo {
    max-width: 156px;
    margin: 5px 0px 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;
    text-decoration: none;
    border-radius: 6px;
    align-items: center;
    display: flex;
    gap: 12px;
    padding: 15px 20px;
}

.navi_sidebar ul li.active a {
    background-color: #1eb5c0;
    color: #fff;
}

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

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

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

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

.dashboard_right {
    width: 99%;
    padding-left: 375px;
}

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

.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: 32px;
    font-weight: 700;
}

.dashboard_info_s {
    margin: 15px 0px;
}

.table-responsive {
    min-height: 200px;
    max-height: 500px;
}

.dashboard_info_s ul li {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 6px 6px 54px #00000010;
    padding: 15px;
    min-height: 161px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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: 16px;
}

.dashboard_info_s ul li .user_cnt_top h3 {
    margin: 0px;
    font-weight: 700;
    font-size: 26px;
}

.dashboard_icon {
    background-color: #E5E4FF;
    width: 60px;
    height: 60px;
    border-radius: 23px;
    display: flex;
    padding: 7px;
    align-items: center;
    justify-content: center;
}

.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;
    padding: 0px;
}

.width-70 {
    width: 100%;
}

.rdt_Table .table-img {
    width: 70px !important;
    padding: 10px;
}

.img-account-profile {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 100%;
    overflow: hidden;
}

.dashboard_detail_s {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 6px 6px 54px #00000010;
    padding: 32px;
}

.dashboard_outer_s {
    padding: 20px 10px 20px 0px;
    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;
    white-space: nowrap;
}

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;
}

.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;
}

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


.dashboard_detail_s h3 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 16px;
}

.dashboard_info_s ul li.nth_one .dashboard_icon {
    background-color: #FFF3D6;
}

.dashboard_info_s ul li.nth_two .dashboard_icon {
    background-color: #D9F7E8;
}

.dashboard_info_s ul li.nth_three .dashboard_icon {
    background-color: #FFDED1;
}

.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;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #1eb5c0;
}

body .btn-primary {
    background-color: #1eb5c0;
    border-color: #1eb5c0;
}

body .btn-primary:hover {
    background-color: #1eb5c0;
    border-color: #1eb5c0;
    opacity: 0.9;
}

.getotp {
    position: absolute;
    right: 0px;
    font-size: 11px;
    background-color: #1eb5c0;
    border: none;
    bottom: 18px;
    padding: 4px 5px;
    border-radius: 4px;
    color: #fff;
}

.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;
}

.event_details p strong {
    font-weight: 600;
}

.event_details p {
    font-weight: 400;
}

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

.user_detail_info label {
    font-size: 14px;
}

.user_detail_info span {
    font-size: 14px;
}

.profile_lft {
    min-width: 300px;
    width: 300px;
    max-width: 100%;
}

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

.dashboard_outer_s h4 {
    font-weight: 500;
}

.user_list_table h4 {
    font-weight: 500;
}

.user_search {
    display: flex;
    gap: 5px;
    background-color: #eff3fb;
    padding: 10px;
    border-radius: 7px;
    font-size: 14px;
}

.user_search select {
    border-color: #9999;
    border-radius: 4px;
    padding: 2px;
}


.login_section .form_input.d-flex input {
    padding-left: 10px;
}

.login_section .getotp {
    right: 8px;
    bottom: 20px;
}

.login_section .view_icon {
    right: 8px;
    top: 9px;
}

.rdt_Table .rdt_TableCol {
    padding: 0px 16px !important;
}

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

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

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

.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 {
    max-height: 500px;
    min-height: 180px;
    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 #1eb5c0;
    color: #1eb5c0;
    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: #1eb5c0 !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: #1eb5c0;
    border: 1px solid #1eb5c0;
    color: #fff;
}

.file-upload {
    position: relative;
    display: inline-block;
}

.file-upload input[type="file"] {
    display: none;
    /* Hide default input */
}

.upload-label {
    background: #4dd0e1;
    color: white;
    padding: 10px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-label:hover {
    background: #26c6da;
}

.upload-label i {
    font-size: 20px;
}

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

.priview_images {
    margin: 0px;
}

.chatbox_div_massages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 32px;
}


.input-with-preview {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.input-with-preview input.form-control {
    flex: 1;
    border-radius: 8px;
    padding-right: 45px;
    /* space for icon */
}

.upload-icon {
    position: absolute;
    right: 90px;
    color: #777;
    cursor: pointer;
    font-size: 18px;
    transition: color 0.3s ease;
}

.upload-icon:hover {
    color: #03C2C7;
}

.send-btn {
    background-color: #03C2C7 !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 6px;
    border: none;
    transition: background 0.3s;
}

.send-btn:hover {
    background-color: #02a4a8 !important;
}

/* Preview box (above input) */
.preview-inside {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 6px;
    margin-bottom: 6px;
    gap: 6px;
}

.preview-inside img {
    max-height: 70px;
    border-radius: 6px;
}

.preview-inside .remove-btn {
    background: #ff4d4d;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.preview-inside .remove-btn:hover {
    background: #e63939;
}



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

.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: #1eb5c0;
    background-repeat: no-repeat;
}

.dashboard_right.notification_s ul.nav.nav-pills.mb-3 {
    margin-top: 15px;
}

.dashboard_right.notification_s ul.nav.nav-pills.mb-3 .nav-link {
    color: #000;
}

.dashboard_right.notification_s ul.nav.nav-pills.mb-3 .nav-link.active {
    color: #fff;
}

.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;
}

.rdt_TableBody button.btn {
    max-width: 100%;
    font-size: 13px;
    padding: 6px 10px;
}

.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 11px 11px 0px;
    margin-bottom: 12px;
}

.form_input.d-flex input {
    padding: 10px 65px 11px 0px;
}

.form_input {
    position: relative;
}

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

.form_input input[type="button"] {
    background-color: #1eb5c0;
    color: #fff;
    border: 1px solid #1eb5c0;
    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;
}

.setting_form .form-control {
    padding: 12px 15px;
    font-size: 13px;
}

.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;
}

.dashboard_detail_s .dashboard_summary .p-4 {
    padding: 10px 0px !important;
}

.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: #1eb5c0;
    color: #fff;
    border: 1px solid #1eb5c0;
    border-radius: 6px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 6px 15px;
}

.rdt_TableCell img {
    width: 40px !important;
    height: auto;
}

.rdt_TableBody .rdt_TableCell {
    padding-top: 5px;
    padding-bottom: 5px;
}

.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%;
}


.tabs_top {
    flex-wrap: nowrap !important;
    white-space: nowrap;
    overflow: auto;
}

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

.setting_form {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 6px 6px 54px #00000010;
    padding: 32px;
    margin-top: 30px;
}

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

.setting_form form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.setting_form label {
    font-size: 15px;
    margin-bottom: 3px;
}

.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;
}

.navi_sidebar ul.list-unstyled li a img {
    width: 20px;
}

.refundbtn {
    text-align: right;
}

.event_details {
    font-size: 14px;
}

.winning_details h3 {
    text-align: center;
    color: #0ca3b7;
    font-size: 24px;
}

.winning_details table tr th {
    font-size: 14px;
}

.winning_details table tr td {
    font-size: 14px;
}

.winning_details .modal_actions.mt-3 {
    text-align: right;
    margin-top: 0px !important;
}

.modal_content.winning_details {
    padding: 30px;
}

.winning_details .row {
    padding-top: 24px;
}

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

.userlisttable .rdt_TableRow .rdt_TableCell {
    padding: 8px 16px;
}



.navi_sidebar ul.list-unstyled.ps-0 {
    padding-bottom: 50px !important;
}

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

.perpage_list label {
    display: block;
    width: 100%;
    white-space: nowrap;
}

ul.customPagination {
    display: flex;
    gap: 12px;
}

ul.customPagination li a {
    color: #000;
}

.userlisttable .rdt_TableRow .rdt_TableCell button {
    font-size: 13px;
}

.tabs_top {
    margin: 15px 0px;
}

.dashboard_right .tabs_top li .nav-link {
    color: #000;
}

.dashboard_right .tabs_top li .nav-link.active {
    color: #fff;
    background-color: #1fb6c2;
}

.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);
}

.userdetails_list p{ display: flex; justify-content: space-between;}
.userdetails_list p strong {
    font-weight: 600;
}

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

.responsive_scrool {
    height: 83vh;
    overflow: auto;
}


.logout_btn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 340px;
    z-index: 999;
}

.logout_btn a {
    background-color: #1eb5c0;
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.logout_btn a img {
    width: 22px;
}

.navi_sidebar {
    padding-bottom: 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.logout_btn.mobile {
    display: none;
}

.leftside_items .logo {
    max-width: 110px;
    margin: 18px auto;
}

.select_option select {
    border: none;
}

.select_option {
    border: 1px solid #d3d7dd;
    padding: 7px;
    border-radius: 7px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.select_option select:focus-visible {
    outline: none;
}

::placeholder {
    color: #d8d8d8;
}

::-webkit-input-placeholder {
    color: #d8d8d8;
}

:-ms-input-placeholder {
    color: #d8d8d8;
}

::-ms-input-placeholder {
    color: #d8d8d8;
}

input.form-control::placeholder {
    color: #cfcfcf;
    opacity: 1 !important;
}


input.form-control {
    color: #000000 !important;
    background-color: transparent;
}

.admin_setting_form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


@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;
    }

    .leftside_menu {
        width: 260px;
    }

    .rdt_TableCell {
        word-break: keep-all !important;
    }

    .leftside_menu:after {
        width: 260px;
    }

    .logout_btn {
        width: 260px;
    }

    ul.list-unstyled.ps-0 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding-top: 10px;
    }

    .navi_sidebar ul li a {
        font-size: 13px;
        padding: 7px 10px;
    }

    .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) {

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

    .dashboard_right .tabs_top li .nav-link {
        font-size: 14px;
        padding: 6px 12px;
    }

    .user_detail_info span {
        font-size: 14px !important;
    }

    .h1,
    h1 {
        font-size: 24px;
    }

    .page-header-icon {
        font-size: 24px !important;
    }

    .dashboard_icon {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        padding: 10px;
    }

    .dashboard_detail_s {
        padding: 24px;
    }

    .product {
        width: 44px;
    }

    .dashboard_detail_s {
        overflow: auto;
    }

    .dashboard_right {
        width: 100%;
        padding-left: 290px;
    }

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

    .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%;
    }

    .user_list_table h4 {
        font-size: 18px;
    }

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

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

    .perpage_list {
        font-size: 14px;
    }

    ul.customPagination {
        font-size: 14px;
    }

}


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

    .user_detail_info .tab-content .row.mb-3 {
        flex-wrap: nowrap;
    }

    .user_detail_info .tab-content .row>* {
        flex-shrink: inherit;
    }

    .ekcsgb {
        margin: 0 10px !important;
    }

    .user_detail_info .tab-content .row .col-lg-3.text-end {
        width: 100%;
        flex-shrink: 0;
    }

    .user_detail_info .tab-content .row.align-items-center.mb-3 {
        flex-wrap: wrap !important;
    }

    .dashboard_detail_s {
        overflow: auto;
    }

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

    .dashboard_right {
        padding-left: 285px;
    }

    .dashboard_right.notification_s ul.nav.nav-pills.mb-3 .nav-link {
        font-size: 14px;
        padding: 5px 12px;
    }

    .dashboard_outer_s h4 {
        font-size: 20px;
    }

    .form-control {
        font-size: 13px;
    }

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

}


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

    .width-70 {
        width: 100%;
    }

    .setting_form form {
        margin-top: 15px;
        gap: 15px;
    }

    .chatbox_div_massages {
        gap: 15px;
    }

    p {
        font-size: 14px;
    }

    .admin_setting_form {
        gap: 15px;
    }

    .setting_form {
        padding: 20px;
        margin-top: 10px;
    }

    .setting_form .form-control {
        padding: 8px 10px;
    }

    .setting_form label {
        font-size: 13px;
    }

    .ytCgx div:first-child {
        overflow: initial !important;
    }

    .userlisttable .rdt_TableRow .rdt_TableCell {
        padding: 5px 16px;
    }

    body .h1,
    h1 {
        font-size: 24px;
    }

    textarea.form-control {
        min-height: 60px;
        max-height: 60px;
    }

    button.btn {
        font-size: 14px;
    }

    .custom-modal .btn {
        font-size: 14px !important;
    }

    .winning_details .btn-secondary {
        font-size: 13px;
    }

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

    .winning_details .row {
        padding-top: 7px;
    }

    .modal_content.winning_details {
        padding: 20px;
    }

    body .h1,
    h1 {
        font-size: 24px !important;
    }

    .form-control {
        font-size: 13px;
    }

    body.sidenav-toggled .navi_sidebar {
        /* Styles to show the side menu */
        transform: translateX(0);
        /* Or any other styles */
    }

    .form_input input[type="button"] {
        margin-top: 10px;
        padding: 8px 15px;
    }

    .dashboard_right.notification_s .dashboard_outer_s {
        padding-top: 0px;
    }

    .dashboard_right.notification_s .page-header-content.pt-4 {
        padding-top: 10px !important;
    }

    .dashboard_right.notification_s ul.nav.nav-pills.mb-3 {
        margin-bottom: 15px !important;
    }

    .navi_sidebar {
        /* Initially hide the sidenav */
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }

    .table-responsive {
        min-height: 200px;
        max-height: 420px;
    }

    .dashboard_summary ul.nav-tabs {
        margin: 15px 0px 5px;
    }

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

    body.sidenav-toggled .navi_sidebar {
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .user_list_table .table-responsive {
        max-height: 400px;
        min-height: 100px;
    }

    body {
        font-size: 14px;
    }

    .leftside_items .logo {
        max-width: 90px;
        margin: 10px auto;
    }

    .dashboard_right .tabs_top li .nav-link {
        line-height: 18px;
        font-size: 13px;
    }

    .dashboard_outer_s h4 {
        font-size: 18px;
        margin-bottom: 12px !important;
    }

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

    .leftside_menu .responsive_scrool {
        overflow: auto;
        height: calc(92vh - 83px);
    }

    .leftside_menu:after {
        display: none;
    }

    .navi_sidebar {
        height: 0px;
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
    }

    .user_search input {
        font-size: 12px;
        width: 100%;
    }

    .p-2.mobilep {
        padding: 0px !important;
    }

    .logout_btn.mobile {
        display: block;
    }

    .navi_sidebar.active {
        padding-bottom: 0px;
        background-color: #fff;
    }

    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;
        white-space: nowrap;

    }

    .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: 24px;
    }

    .user_list_table h4 {
        font-size: 18px;
    }

    .leftside_items .toggle_menu {
        display: block;
    }

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

    .top_header_dash .toggle_menu {
        display: none;
    }

    .logo {
        max-width: 110px;
        margin: 0px 0px 0px;
    }

    .dashboard_detail_s {
        padding: 20px;
    }

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

    .leftside_menu {
        width: 100%;
    }

    .dashboard_right {
        width: 100%;
        padding: 0px 20px 20px;
    }

    .userdetails {
        padding-top: 0px !important;
    }

    .userdetails .mt-4 {
        margin-top: 0px !important;
    }

    .sticky-sidebar {
        height: auto;
    }

    .page-header-content.pt-4 {
        padding-top: 0px !important;
    }

    .logout_btn {
        position: relative;
        width: 100%;
    }

    .dashboard_outer_s {
        padding: 10px 0px;
        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;
        background-image: url(../images/login_bg_lf.png);
        background-color: #1eb5c0;
    }

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

    .left_side_cnt {
        width: 100%;
        text-align: center;
        gap: 15px;
        padding: 32px 20px;
        background-color: transparent;
        background-image: none;
    }

    .login_form_r {
        width: 100%;
        padding: 34px 24px 48px;
        border-radius: 35px 35px 0px 0px;
    }

    .login_form_r form {
        padding-top: 12px;
    }

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

    .dashboard_right {
        padding-top: 80px;
    }

    .dashboard_info_s ul li {
        padding: 15px;
        min-height: 100%;
    }

    .dashboard_info_s ul li .user_cnt_top span {
        font-size: 15px;
    }

    .dashboard_icon {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        padding: 10px;
    }

    .top_header_dash {
        padding: 10px 18px;
    }

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

    .winning_details table tr td {
        font-size: 13px;
    }

    .winning_details table tr th {
        font-size: 12px;
        white-space: nowrap;
    }

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

    .modal .modal-footer button.btn {
        padding: 6px 15px !important;
    }

    .depositform .row>* {
        margin-top: 12px;
    }

    .winning_details table tr td button.btn {
        font-size: 12px;
    }

    .top_header_dash {
        margin-bottom: 10px;
    }

    .user_detail_info label {
        font-size: 13px;
    }

    .user_detail_info span {
        font-size: 13px !important;
    }

    .card-body.py-4.pb-0 {
        padding-bottom: 15px !important;
    }

    label {
        font-size: 14px;
    }

    .dashboard_outer_s form .mb-3 {
        margin-bottom: 8px !important;
    }

.addbankform .btn {
    margin-top: 8px;
}  

.user_search {
    padding: 7px 10px;
    font-size: 13px;
}

button.btn.btn-primary.w-100.mt-2 {
    margin: 0px !important;
}

.setting_form button {
    font-size: 14px;
    padding: 6px 10px !important;
    margin-top: 5px !important;
}

body h2 {
    font-size: 20px;
}


}

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

    .dashboard_summary ul.nav-tabs li button {
        padding: 6px 12px;
    }

    .login_section .left_side_cnt h1 {
        font-size: 26px !important;
        padding-bottom: 18px;
    }

    .select_option {
        padding: 5px;
        font-size: 12px;
    }

    .dashboard_right .tabs_top li .nav-link {
        padding: 5px 15px;
    }

    .user_list_top.d-flex.justify-content-between.align-items-center {
        margin-bottom: 10px;
    }

    label {
        font-size: 13px;
    }

    body .h1,
    h1 {
        font-size: 22px !important;
    }

    .page-header-icon {
        font-size: 20px !important;
    }

    .refundbtn {
        margin-top: -32px;
    }

    .dashboard_right h3 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .custom-modal .btn {
        font-size: 13px !important;
    }

    .refundbtn button {
        margin: 0px !important;
    }

    .winning_details table tr td button.btn {
        margin: 5px 0px;
    }

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

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

    ul.customPagination {
        gap: 5px;
    }

    .perpage_list {
        gap: 5px !important;
    }

    .leftside_menu .responsive_scrool {
        height: calc(92vh - 60px);
    }

    .navi_sidebar ul li a {
        padding: 7px 11px;
        font-size: 13px;
        gap: 7px;
    }

    .navi_sidebar ul.list-unstyled li a img {
        width: 22px;
    }

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

    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;
    }


}

.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;
}