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

body a {
	text-decoration: none !important;
}

.wrapper {
	display: flex;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}

.wrapper .logo img {
	max-width: 100px;
	margin: 15px auto;
	width: 100%;
	display: block;
}

.welcome_txt {
	border-bottom: 1px solid #dddddd40;
	padding: 15px;
}

.welcome_txt h3 {
	font-size: 18px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--heading-text_color);
	text-align: center;
}

.welcome_txt h3 span {
	color: var(--heading_color);
	font-size: 22px;
	font-weight: 500;
}

.welcome_txt p {
	font-size: 12px;
	font-weight: 400;
	color: var(--text-color);
	text-align: center;
}

.user_icon {}

.sidebar {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 280px;
    background: #faf9f9dd;
    transition: all 0.5s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-right: 1px solid #f7fafc;
    /* position: fixed;
    left: 0;
    top: 0; */
    z-index: 1100;
}

/* CLOSED STATE */
.sidebar.close {
    width: 50px;
}
.home-section .custom-lang-dropdown .selected{
    background: #edf2f7 !IMPORTANT;
}
.sidebar .logo-details {
	height: 50px;
	width: 100%;
	align-items: center;
	margin: 10px 5px;
	text-align: center;
}
.header1_top .logo-details{
	display: none;
}
.sidebar .logo-details img {
	width: 130px;
}

.home-section .log_detail button:hover {
	transition: 1s;
	background: #9C27B0;
}

.sidebar .logo-details i {
	font-size: 30px;
	color: #fff;
	height: 50px;
	min-width: 78px;
	text-align: center;
	line-height: 50px;
}

.sidebar .logo-details .logo_name {
	font-size: 14px;
	font-weight: 700;
	transition: 0.3s ease;
	transition-delay: 0.1s;
	padding: 12px 0px 0px 0px;
	text-transform: uppercase;
	display: none;
	color: #121212;
}

.sidebar.close .logo-details .logo_name {
	transition-delay: 0s;
	opacity: 0;
	pointer-events: none;
}

.sidebar .nav-links {
	height: 100%;
	padding: 5px 0 15px 0 !important;
	overflow: auto;
	border-top: 1px solid #12181f1c;
}

.sidebar.close .nav-links {
	overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
	display: none;
}

.sidebar .nav-links li {
	position: relative;
	list-style: none;
	transition: all 0.4s ease;
	background: transparent;
	margin: 2px 0px !important;
	border-radius: 3px 0px 0px 3px;
	transition-duration: 1s;
	box-shadow: inset 0 0 0 0 #1462b5;
	padding: 0px 0px;
}

.sidebar .nav-links li:hover {
	border-left: 10px solid var(--heading_color);
	box-shadow: inset 350px 0 0 0 #edf2f7;
}

.sidebar .nav-links li:hover .link_name {
	color: var(--heading-text_color);
	width: 100%;
}

.sidebar .nav-links li:hover i {
	color: #dddd;
	transition-duration: 1s;
	-webkit-text-fill-color: unset;
}

.sidebar .nav-links li:hover a,
.sidebar .nav-links li a:hover {
	color: #dddd !important;
}

.sidebar .nav-links li .icon-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar.close .nav-links li .icon-link {
	display: block
}

.sidebar .nav-links li i {
	height: 38px;
	min-width: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #838486;
}

.sidebar .nav-links li.showMenu i.arrow {
	transform: rotate(-180deg);
}

.sidebar.close .nav-links i.arrow {
	display: none;
}

.sidebar .nav-links li a {
	display: flex;
	align-items: center;
	color: var(--heading-text_color);
	font-size: 14px;
	font-weight: 500;
	font-family: var(--inter_font);
}

.sidebar .nav-links li a .link_name {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--text_font);
	color: var(--text-color);
	transition: all 0.4s ease;
}

.sidebar.close .nav-links li a .link_name {
	opacity: 0;
	pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
	padding: 6px 10px 10px 10px;
	margin-top: -10px;
	background: linear-gradient(84deg, #040a27, #040a27);
	display: none;
}

.sidebar .nav-links li.showMenu .sub-menu {
	display: block;
}

.sidebar .nav-links li .sub-menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 6px 6px;
	white-space: nowrap;
	opacity: 0.8;
	transition: all 0.3s ease;
}

.sidebar .nav-links li .sub-menu a:hover {
	opacity: 1;
}

.sidebar.close .nav-links li .sub-menu {
	position: absolute;
	left: 100%;
	top: -10px;
	margin-top: 0;
	padding: 10px 20px;
	border-radius: 0 6px 6px 0;
	opacity: 0;
	display: block;
	pointer-events: none;
	transition: 1s;
	box-shadow: inset 0 0 0 0 #55ecff;
}

.sidebar.close .nav-links li .sub-menu:hover {
	box-shadow: inset 350px 0 0 0 #ac37a6;
	transition: 1s;
}

.sidebar.close .nav-links li:hover .sub-menu {
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 0.4s ease;
}

.sidebar .nav-links li .sub-menu .link_name {
	display: none;
}

.sidebar.close .nav-links li .sub-menu .link_name {
	font-size: 15px;
	opacity: 1;
	display: block;
	background: transparent;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border: none;
	background: none;
	color: #fff !important;
}

.sub-menu .blank:hover a {
	color: #000;
}

.sidebar .nav-links li .sub-menu.blank {
	opacity: 1;
	pointer-events: auto;
	padding: 2px 20px 2px 16px;
	opacity: 0;
	pointer-events: none;
	color: #fff;
	background: #232323;
}

.sidebar .nav-links li .sub-menu.blank li {
	position: relative;
	list-style: none;
	transition: all 0.4s ease;
	background: none;
	margin: 5px 0px;
	border-radius: 3px 0px 0px 3px;
	transition-duration: 1s;
	box-shadow: inset 0 0 0 0 #55ecff;
	padding: 0px 0px;
	border: 1px;
	border-top: 1px dashed #73ba3f30;
	border-bottom: 1px dashed #73ba3f30;
	color: #fff;
	border: none;
}

.sidebar .nav-links li:hover .sub-menu.blank {
	top: 50%;
	transform: translateY(-50%);
}

.sidebar .profile-details {
	position: fixed;
	bottom: 0;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #00000054;
	padding: 14px 10px;
	transition: all 0.5s ease;
}


.sidebar.close .profile-details {
	background: none;
}

.sidebar.close .profile-details {
	width: 78px;
}

.sidebar .profile-details .profile-content {
	display: flex;
	align-items: center;
}

.sidebar .profile-details img {
	height: 52px;
	width: 52px;
	object-fit: cover;
	border-radius: 16px;
	margin: 0 14px 0 12px;
	background: #1d1b31;
	transition: all 0.5s ease;
}

.sidebar.close .profile-details img {
	padding: 10px;
}

.sidebar .profile-details .profile_name {
	font-size: 19px;
	font-weight: 700;
	white-space: nowrap;
	text-transform: capitalize;
	background: linear-gradient(180deg, #fed221 20%, #ffac11, #ff8601 85%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	margin: 0px;
}

.profile-details i {
	font-size: 28px !important;
	color: #ffc019 !important;
}


.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job {
	display: none;
}

.sidebar .profile-details .job {
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	padding: 0px;
	margin: 0px;
}


.home-section {
	position: relative;
	background: url(../images/admin2_bg.png) no-repeat top center;
	background-size: 100% 100%;
	background-attachment: fixed !IMPORTANT;
	min-height: 100%;
	left: 0px;
	width: calc(115% - 200px);
	transition: all 0.5s ease;
}

.sidebar.close~.home-section {
	left: 0px;
	width: calc(100% - 50px);
}

.home-section .header1_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fbfafa;
	position: relative;
	padding: 10px;
	height: 80px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-bottom: 1px solid #f7fafc;
}

.header1_top .side_btn i {
	position: absolute;
	right: 0px;
	font-size: 25px;
	font-weight: 600;
	display: none;
}

.link_list h3 i {
	display: none;
	cursor: pointer;
	padding: 6px 9px;
	color: #ddd;
	background: #3e3e42;
	font-size: 20px;
	border-radius: 22px;
}

.top_icons {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_icons h3 {
	color: #dddd;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Open Sans';
	padding: 9px 15px 9px 10px;
	background: #3e3e42;
	border-radius: 27px;
	margin-right: 15px;
}

.dash_icon {
	max-width: 22px;
	width: 100%;
	padding: 5px;
	border-radius: 25px;
	background: #ffd900;
	margin-right: 7px;
}

.link_list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.link_list a {
	color: var(--heading-text_color);
	font-size: 20px;
	padding: 6px 11px;
	background: #edf2f7;
	border-radius: 27px;
	margin-right: 13px;
	transition: .5s;
}

.link_list a:hover {
	background: #1462b5;
	color: #fff !important;
	transform: translateY(-10px);
	transition: .5
}

.user_list {
	padding: 10px;
	text-align: center;
	margin: 14px 0px 0px;
}

.user_list h3 {
	font-size: 22px;
	font-weight: 700;
	padding: 13px 0px 0px;
	color: #dfdfdf;
	text-align: start;
}

.user_list h3 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px;
	float: right;
}

.acc_user {
	max-width: 45px;
	float: left;
	margin-right: 10px;
}

.menu_txt {
	font-size: 20px;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #dddd;
	margin: 10px 0;
	padding-left: 15px;
}

.home-section {
	width: 100%;
	overflow: hidden;
	min-height: 100vh;
}

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

.home-content a {
	display: inline-block;
	background: #edf2f7;
	padding: 7px 36px;
	border-radius: 25px;
	color: var(--heading-text_color);
	margin: 0px 10px;
}

.home-content a:hover {
	transform: translatey(-10px);
	transition: .5s;
	background: #1462b5;
	color: #fff !important;
}

.user_deti img {
	max-width: 45px;
	margin: 0px 0px 0px 0px !important;
	border-radius: 50%;
	outline: 3px solid #1462b5;
}

.user_deti {
	display: inline-flex;
	width: 100%;
	align-items: center;
}

.user_deti h3 {
	font-size: 15px;
	font-weight: 600;
	font-family: var(--inter_font);
	color: var(--heading-text_color);
	margin: 8px;
}

.user_deti h3 span {
	color: var(--text-color);
	font-size: 13px;
	display: block;
	padding: 2px 0px;
	font-family: var(--inter_font);
}

.toggle_but {
	color: #dddd;
	font-size: 20px;
	padding: 9px;
	background: #3e3e42;
	border-radius: 27px;
	margin-right: 10px;
	display: none;
	cursor: ponter;
}

.sidebar .link_list {
	justify-content: center;
	margin: 20px;
}
.sidebar .link_list{
    flex-direction: column;
}
.sidebar .link_list a {
    color: var(--heading-text_color) !important;
    font-size: 13px;
    display: block;
    height: 30px;
    width: 150px;
    text-align: center;
    padding: 9px;
    background: #edf2f7;
    border-radius: 27px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap ! IMPORTANT;
    gap: 10px;
}

.log_list{
    display: flex;
    align-items: center;
    gap: 10px;
}
.log_list .link_btn{
    background: #edf2f7;
    padding: 10px 20px;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter_font);
}
.sidebar .link_list a:hover{
      background: #1462b5;
    color: #fff !important;
    transform: unset;
    transition: .5s; 
}

@media (max-width: 991px) {
    .sidebar {
        width: 260px; 
        transform: translateX(-100%);
        transition: transform 0.25s ease-in-out;
    }
    .sidebar.open {
        transform: translateX(0%);
    }

    .home-section {
        width: 100% !important;
        left: 0 !important;
        padding-bottom: 90px !important;
    }

    .app-footer-menu {
        display: flex;
    }
}
/* ===== MOBILE APP FOOTER  ===== */
.app-footer-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    display: none;
    justify-content: space-around;
    align-items: center;
    z-index: 3000;
    backdrop-filter: blur(10px);
}

.app-footer-menu a {
    text-align: center;
    font-size: 12px;
    color: #444;
    font-weight: 500;
}

.app-footer-menu a i {
    font-size: 24px;
    display: block;
    margin-bottom: 3px;
    color: #1462b5; 
}

/* ===== MOBILE ONLY LAYOUT ===== */
@media (max-width: 768px) {

    .sidebar {
        display: none !important;
    }

    .home-section {
        width: 100% !important;
        left: 0 !important;
        padding-bottom: 90px !important;
    }

    .app-footer-menu {
        display: flex;
    }


    .dash_part {
        padding: 15px !important;
    }

    .acc_bal_list {
        display: block !important;
    }

    .acc_bal_item {
        width: 100% !important;
        margin: 10px 0 !important;
    }

    .acc_box {
        max-width: 100% !important;
    }
}
/* ===== MOBILE APP FOOTER END===== */
/* MOBILE STABLE SIDEBAR */
@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 260px;
        background: #fff;
        z-index: 5000;
        transform: translateX(-100%);
        transition: transform 0.25s ease-in-out;
        display: block !important; /
    }
}
/********====== Headerall part ENd ======********/

/********====== Dashbroad part start ======********/


.dash_part {
	background: #f8f9fa !important;
	height: 100%;
	padding: 30px !IMPORTANT;
}

.acc_box {
	background: #ffffff;
	max-width: 285px;
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.pay {
	max-width: 30px;
	width: 100%;
}

.acc_box h3 {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--inter_font);
	color: var(--heading-text_color);
}

.acc_box h2 {
	font-size: 25px;
	font-weight: 500;
	font-family: var(--secontary_font);
	color: var(--heading_color);
	padding: 15px 0px 0px;
	text-align: center;
}

.acc_bal_group {
	background: #ffff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.acc_txt {
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-text_color);
}

.acc_bal_item {
	background: #edf2f7;
	padding: 11px;
	border-radius: 10px;
	margin: 10px 10px 0px;
	width: 210px;
	position: relative;
	border: 1px solid transparent;
	/* background: linear-gradient(#e1e1e1, #e1e1e1) padding-box, linear-gradient(174deg, var(--heading_color) 0%, transparent 70%) border-box; */
}

.acc_bal_item1 {
	border: 1px solid transparent;
	/* background: linear-gradient(#e1e1e1, #e1e1e1) padding-box, linear-gradient(91deg, var(--heading_color) 0%, transparent 70%) border-box; */
}

.acc_bal_item2 {
	border: 1px solid transparent;
	/* background: linear-gradient(#e1e1e1, #e1e1e1) padding-box, linear-gradient(16deg, var(--heading_color) 0%, transparent 70%) border-box; */
}

.acc_bal_item3 {
	border: 1px solid transparent;
	/* background: linear-gradient(#e1e1e1, #e1e1e1) padding-box, linear-gradient(279deg, var(--heading_color) 0%, transparent 70%) border-box; */
}

/*  
.acc_bal_item::before{
    content: '';
    background-image: linear-gradient(91deg, #2a62bb 50%, transparent);
    right: 2px;
    height: 1px;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
    width: 100%;
}*/
.acc_box h2 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: var(--heading-text_color);
	padding: 4px 0px 5px;
}

.acc_bal_list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.acc_list_box h3 {
	font-size: 20px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--heading_color);
}

.acc_list_box h3 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-family: var(--inter_font);
	color: var(--text-color);
	padding: 5px 0px 0px 0px;
}

.acc_img1 {
	max-width: 35px;
	background: var(--heading_color);
	padding: 5px;
	border-radius: 5px;
	filter: drop-shadow(0px 0px 4px #2a62bb);
}

/*
.acc_img2{
    background: #9e3894d4 !important;
    filter: drop-shadow(0px 0px 14px #9e3894d4);
}
.acc_img3{
    background: #ff1a73a1  !important;
    filter: drop-shadow(0px 0px 14px #ff1a73a1);
}*/
.acc_img4 {}

.acc_box-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px 0px;
}

.acc_box-foot h3 {
	font-size: 12px;
	font-weight: 400;
	font-family: var(--inter_font);
	color: var(--text-color);
	margin: 0px 0px 0px 23px;
	text-align: center;
}

.acc_box-foot h3 span {
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-text_color);
}

.referal_records {
	margin: 20px 0px 0px;
}

.referal_records .table-responsive {
	overflow-y: scroll !important;
	height: 224px !important;
}

.refer_group table tr th {
	font-size: 15px;
	font-weight: 400;
	font-family: var(--inter_font);
	color: var(--heading-text_color);
	text-align: center;
}

.trans_part {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0px !important;
	border-bottom: 1px solid #eaeaeaad;
	padding-bottom: 10px !important;
}

.trans_part li {
	display: inline-block;
	width: 19%;
	text-align: center
}

.trans_data ul {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	background: #f0f9ff;
	padding: 10px !important;
	margin: 13px 0px !important;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--heading-text_color);
}

.trans_data ul li {
	display: inline-block !important;
	width: 19%;
	text-align: center
}

.trans_data ul li:nth-child(1),
.trans_part li:nth-child(1) {
	width: 13%;
}

.trans_data ul li:nth-child(2),
.trans_part li:nth-child(2) {
	width: 20%;
}

.trans_data ul li:nth-child(3),
.trans_part li:nth-child(3) {
	width: 35%;
}

.trans_data ul li:nth-child(4),
.trans_part li:nth-child(4) {
	width: 10%;
}

.status-success h3 {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--inter_font);
	background: #0bbe64;
	width: 80px;
	padding: 6px;
	border-radius: 17px;
	margin: auto;
	color: #fff;
}

.status-danger h3 {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--inter_font);
	background: #e88181;
	width: 80px;
	padding: 6px;
	border-radius: 17px;
	margin: auto;
	color: #fff;
}

.refer_group {
	max-height: 290px;
	overflow-y: auto;
    overflow-x: auto; 
}

.refer_group table tr td {
	font-size: 14px;
	font-weight: 300;
	color: #ddd;
	text-align: center;
	border-bottom: 1px solid #dfdfdf73 !important;
	padding: 15px 0px !important;
}

.balance_group {
	width: 100%;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	margin: 20px 0px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.balance_items {
	max-height: 267px;
	overflow-y: scroll;
}

.payment {
	max-width: 35px;
	width: 100%;
	margin: 0px 10px 0px 0px;
}

.balance_group {
	margin: 20px 0px 0px;
}

.balance_group h4 {
	font-size: 17px;
	font-weight: 400;
	color: var(--text-color);
	margin: 18px 0px;
	padding: 0px 8px 9px;
	position: relative
}

.balance_group h4 span {
	float: right;
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-text_color);
	font-family: var(--inter_font);
}

.balance_group h4::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(90deg, transparent, #dddd, transparent);
	height: 1px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}

.dash_secu {
	padding: 20px;
	background: #fff;
	margin: 20px 0px;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.dash_secu1 {
	background: linear-gradient(45deg, #acefd047, transparent) !important;
}

.dash_secu2 {
	background: linear-gradient(45deg, #e5f3f6, transparent) !important;
}

.dash_secu2 input {
	background: #fff !important;
}

.tow {
	font-size: 25px;
	font-weight: 500;
	color: var(--heading-text_color);
	font-family: var(--inter_font);
	text-align: center;
}

.dash_secu h3 {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--inter_font);
	text-align: center;
	color: var(--text-color);
	padding: 10px 0px 0px 0px;
}

.dash_secu a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	background: var(--heading_color);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.acc_ref p {
	color: #dddd;
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
}

.dash_part .inpts {
	width: 100%;
	padding: 14px;
	margin: 10px 0px 0px;
	background: #edf2f7;
	border: none;
	outline: none;
	border-radius: 5px;
	color: var(--heading-text_color);
	font-size: 14px;
	font-weight: 400;
	font-family: var(--inter_font);
}

.acc_ref {
	position: relative;
}

.acc_ref button {
	position: absolute;
	top: 60px;
	right: 21px;
	background: var(--heading_color);
	border: none;
	outline: none;
	color: #fff;
	padding: 7px;
	border-radius: 10px 0px 0px 10px;
	font-size: 18px;
}

.balance_group ::-webkit-scrollbar {
	display: none !important;
}

.referal_records ::-webkit-scrollbar {
	display: none !important;
}

.dash_but {
	background: var(--but_gradient);
	color: #ffffff !important;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	border-radius: 2px;
	display: inline-block;
	max-width: 99px;
	width: 100%;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 11px 0px 0px 0px;
}

.acc_bal_img {
	max-width: 52px;
	background: #9e3894;
	padding: 5px;
	border-radius: 5px;
	filter: drop-shadow(0px 0px 14px #2a62bb);
}

.faviocn_account {
	max-width: 120px;
	width: 100%;
	padding: 0px;
	opacity: 0.2;
	position: absolute;
	inset: 65px 52px;
	z-index: -1;
}

.trans_part .pay_img img {
	max-width: 34px;
	width: 100%;
}

@media (max-width:1399px) {
	.dash_but {
		max-width: 90px;
	}

}

/********====== Deposit part start ======********/


.deposit_bg .head h2 {
	font-size: 25px;
	margin: 0px 0px 20px;
}

.plan_con {
    padding: 20px 10px;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 111;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #dfe1e4;
    margin-bottom: 17px;
}


.deposit_bg .plan_item h2 {
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-top: -42px;
}

.deposit_bg .plan_con input {
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}

.deposit_bg .plan_con .checkmark {
	border-radius: 13px;
	inset: 0;
	top: -1px;
	left: -4px;
	height: 103%;
	width: 102%;
	background: transparent;
	position: absolute;
	z-index: -1;
}

.deposit_bg .plan_con .checkmark:before {
	content: "";
	width: 25px !important;
	height: 25px !important;
	border: 2px solid var(--heading_color);
	border-radius: 50%;
	top: 14px;
	right: 8px;
	position: absolute;
	background: #edf2f7
}


.deposit_bg .plan_con input:checked+.checkmark {
	border: 3px solid var(--heading_color);
	background: linear-gradient(83deg, #d2e0ef, transparent);
}

.deposit_bg .plan_con input:checked+.checkmark:after {
    content: 'Selected';
    background: #0e109d;
    color: #ffffff;
    border-radius: 30px;
    width: 71px;
    height: 32px;
    text-align: start;
    padding: 0px 10px;
}

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

.plan_left h6 {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--inter_font);
}

.plan_left h1 {
	font-size: 25px;
	font-weight: 700;
	margin: 10px 0px;
	color: var(--heading_color);
}
.plan_left h1 span{
	font-size: 15px;
}

.plan_ryt p {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--inter_font);
	padding: 5px 0px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.plan_ryt p span {
    float: right;
    font-size: 14px;
    font-weight: 700;
    font-family: var(--inter_font);
    color: var(--heading-text_color);
}

.deposit_bg .plan_con .checkmark:after {
    position: absolute;
    top: 8px;
    right: 3px;
    margin: auto;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.deposit_bg .plan_item p {
	text-align: center;
}

.deposit_bg .plan_body {
	padding: 7px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2px 0px 0px;
}

.deposit_bg .form_item h4 {
	margin: 0px 0px 15px;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--heading-text_color);
}

.dep_part {
	border-radius: 10px;
	margin-right: 10px;
	padding: 30px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.deposit_bg .nav-tabs {
	justify-content: space-evenly;
	border: none !important;
}

.deposit_bg .nav-tabs .nav-link.active {
	background: var(--but_gradient);
	color: #ffffff !important;
}

.deposit_bg .nav-tabs .nav-link {
	font-size: 14px;
	font-weight: 500;
	font-family: var(--inter_font);
	padding: 7px;
	display: inline-block;
	max-width: 150px;
	width: 100%;
	position: relative;
	cursor: pointer;
	text-align: center;
	margin: 11px 0px 0px 0px;
	background: #edf2f7;
	border: unset;
	border-radius: 3px;
}

.deposit_bg .pay {
	max-width: 30px;
}

.checkmark_bg1 .check_box1 {
	display: inline-block;
	width: 100%;
	max-width: 165px;
	margin: 10px;
	vertical-align: top;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--inter_font);
	color: var(--text-color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
	border-radius: 5px;
}

.checkmark_bg1 {
	margin: 30px 0px 0px;
	text-align: center;
}

.checkmark1 {
	display: block;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	text-align: start;
	font-size: 14px;
	font-weight: 300;
	color: var(--text-color);
}

.check_box1 input {
	position: absolute;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	inset: 0;
}

.check_box1 input:checked~.checkmark1 {
	transition: 1s;
	color: #fff;
	background: #271649;
	background: linear-gradient(45deg, #1c80ef, #0a407e) !important;
	color: #fff;
}

.checkmark_bg1 input:checked~.checkmark1:after {
	content: "\2713";
	position: absolute;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -14px;
	right: 0px;
	border-radius: 50%;
	transition: 1s;
	font-weight: 700;
	filter: drop-shadow(2px 4px 6px black);
	color: #ffff;
	font-weight: 700;
	background: var(--but_gradient);
}

.deposit_bg .form1 {
	background: #fff;
	padding: 40px 20px !important;
	border-radius: 10px;
	max-width: 550px !important;
	margin: auto;
	border: 1px solid #ddd;
	background: #2b2a2a;
	border-radius: 10px;
	border: 1px solid #dd3e4747;
}

.deposit_bg .off_head h5 {
	font-size: 30px;
	font-weight: 400;
	font-family: 'Sofia Sans';
	padding: 20px 0px 0px;
}

.deposit_bg .head h3 {
	font-size: 35px;
	font-weight: 500;
	font-weight: 500;
	color: #f5be57;
	margin-bottom: 35px !important;
}

.deposit_bg .inpts {
	width: 100%;
	padding: 11px;
	outline: none;
	border-radius: 5px;
	background: #edf2f7;
	border: 1px solid #dddd;
}

.deposit_bg .my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 1.5rem !important;
}

.dep_with_group {
	border-radius: 10px;
	padding: 40px;
	position: relative;
	margin: 30px 0px 0px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.depo_payment_group {
	margin: 60px 0px 0px;
}

.pay_box {
	margin: 35px 0px;
}

/*qr style*/
.white-theme {
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	border: 1px solid #e5e7eb;
	color: #0f172a;
}

.invoice-head {
	text-align: center;
	border-bottom: 1px dashed #d1d5db;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

.invoice-head h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.invoice-head .sub {
	font-size: 12px;
	color: #6b7280;
}

.qr-frame {
	background: #f9fafb;
	border: 1px solid #d1d5db;
	border-radius: 14px;
	padding: 15px;
	text-align: center;
	margin-bottom: 18px;
}

.qr-frame img {
	width: 100%;
	max-width: 180px;
}

.copy-group {
	margin-bottom: 15px;
}

.copy-group label {
	font-size: 12px;
	color: #4b5563;
	margin-bottom: 6px;
	display: block;
}

.copy-box {
	display: flex;
	background: #f9fafb;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #d1d5db;
}

.copy-box input {
	background: transparent;
	border: none;
	color: #111827;
	padding: 10px;
	width: 100%;
	font-size: 13px;
}

.copy-box button {
	background: #2563eb;
	color: #fff;
	border: none;
	padding: 10px 14px;
	font-size: 12px;
	cursor: pointer;
	white-space: nowrap;
}

.copy-box button:hover {
	background: #1d4ed8;
}

.invoice-footer {
	margin-top: 14px;
	text-align: center;
	font-size: 11px;
	color: #6b7280;
}


/* .form_but:hover .sbmt{
	background:transparent !important;
    transition-duration: 1s;
    box-shadow: inset 350px 0px 0px 0px #a83591;
    color: #fff;
} */
.but-close i {
	font-size: 20px;
	color: #ddd;
	padding: 8px 12px !important;
	background: #3e3e42 !important;
	border-radius: 25px;
	margin: 0px 17px 0px 0px;
	box-shadow: rgb(202 59 68 / 60%) 0px -1px 10px 0px;
}

.text-reset {
	background: unset;
	border: none;
}

.depo_plan_top h2 {
	margin: 20px;
	font-size: 25px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--heading_color);
}

/********====== Deposit part End ======********/

/***** Withdrawal Part Start******/
.with_head {
	display: flex;
	align-items: center;
	justify-content: center;
}

.with_pay {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: 0px 10px;
}

.with_pay img {
	float: right;
	max-width: 50px;
	margin-top: -52px;
}

.with_pay h2 {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--inter_font);
	background: #FFFF;
	text-align: start;
	padding: 10px;
	color: var(--text-color);
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.with_pay h2 span {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin: 10px 0px 0px;
	color: var(--heading_color);
}

.check_box2 {
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin: 10px 0px;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.check_box2 input {
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	opacity: 0;
}

.checkmark2 {
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.check_box2 input:checked~.checkmark2 {
	color: #ffff;
	transition: .1s;
	background: #edf2f7;
	border: 2px solid var(--heading_color);
}

.check_box2 input:checked~.checkmark2 h6 {
	color: #fff;
}

.check_box2 input:checked~.checkmark2 h3 span {
	color: var(--heading_color);
}

@keyframes fanimate {
	0% {
		box-shadow: 0 0 0 0 rgba(237, 110, 173, 0.98)
	}

	12% {
		box-shadow: 0 0 0 30px rgba(255, 109, 74, 0)
	}

	80% {
		box-shadow: 0 0 0 0px rgba(255, 109, 74, 0)
	}

	100% {
		box-shadow: 0 0 0 35px rgba(255, 109, 74, 0);
	}
}

.checkmark2 h3 {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--text-color);
	text-align: start;
	padding: 5px 0px;
}

.checkmark2 .width {
	width: 50%;
	overflow: auto;
}

.checkmark2 .width {
	overscroll-behavior: none;
}

.with_deatils {
	margin: 35px 0px 0px;
}

.checkmark2 img {
	height: 45px;
	width: 45px;
	display: block;
	margin: auto;
}

.checkmark2 span {
	font-size: 15px;
	font-weight: 600;
	color: var(--text-color);
	float: right;
}

.checkmark2 h6 a {
	color: #056484 !important;
	font-size: 13px;
	font-weight: 500;
}

.checkmark2 h6 {
	text-align: start;
	font-size: 14px;
	font-weight: 400;
	color: #003360;
}

.checkmark2 h6 span {
	text-align: end;
	float: right;
}

.With_bg .form1 {
	border-radius: 10px;
	margin: 30px 0px 0px;
	position: relative;
	background: #fff;
	border-radius: 5px;
	margin: 10px 0px;
	text-align: center;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.form_box h3 {
	text-align: start;
	font-size: 25px;
	font-weight: 500;
	font-family: var(--inter_font);
	margin-bottom: 20px;
	color: var(--heading-text_color);
}

.withdraw_text .head4 {
	margin: 20px 0px;
}

.withdraw_text .head4 h2 {
	font-size: 25px;
	font-weight: 500;
	font-family: var(--inter_font);
	margin-bottom: 8px;
}

.withdraw_text .head4 h4 {
	font-size: 13px;
	font-weight: 400;
	font-family: var(--text_font);
	color: var(--text-color);
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	margin: 10px 0px 0px;
	line-height: 20px
}

.With_bg .form_item input {}

.With_bg .form_item textarea {}

.with_pay i {
	float: right;
	font-size: 31px;
	font-weight: 400;
	position: relative;
	top: -48px;
	background: -webkit-linear-gradient(9deg, #0c3262 20%, #28dc3f 75%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.With_bg .head h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.dash_part .head h2 {
	font-size: 35px;
	margin-bottom: 20px;
}

/***** Withdrawal Part End******/

/***** Deposit list  Part Start*****/

.list h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px 0px;
	font-size: 15px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: #fff;
	background: #355b84f0;
	padding: 10px;
	border-radius: 15px;
}

.list h2 span {
	color: #fff;
	padding: 0px 0px 0px 10px;
}

.list_item h3 {
	font-size: 14px;
	font-weight: 500;
	padding: 10px;
	margin: 5px 0px;
	color: var(--text-color);
	border-bottom: 1px dashed #41658b47;
}

.list_item span a {
	color: #0e2d1c;
	 !important;

	font-weight: 600;
	font-size: 15px;
}

.text-light span a {
	color: #ffb34e !important;
	font-weight: 600;
	font-size: 15px;

}

.list_item span a {
	color: #ffa758 !important;
}

.list_item h3 i {
	font-size: 13px;
	font-weight: 600;
	padding: 0px 5px 0px 0px;
}

.list_item h3 span {
	float: right;
	color: var(--heading-text_color);
	font-weight: 600;
	font-size: 14px;
	font-family: var(--inter_font);
}

.dep_list .error,
.hist_bg .error {
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.dep_list .list {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dep_list .text {
	color: #ddd;
}

.Expire {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Cabin Condensed';
	color: #ddd;
	float: right;
	margin: 10px 0px;
}

.dep_list .w-100 {
	padding: 10px !important;
}

.dep_list .text-capitalize {
	margin: 10px 0px;
	background: #2b2a2a;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

/***** Deposit list  Part End******/


/***** history Part Start*****/

.hist_bg .form_select {
	margin-bottom: 30px;
}

.hist_bg .form_but {
	margin: 10px 0px 0px;
}

.hist_bg .inpts {
	width: 100%;
	padding: 15px;
	outline: none;
	border-radius: 5px;
	background: #fff;
	color: var(--heading-text_color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.histor_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 10px;
	border-radius: 20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
	margin: 20px 10px;
}

.history-type-label {
	font-size: 15px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--heading_color);
}

.history-comment {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--text_font);
	color: var(--text-color);
}

.history-amount {
	text-align: end;
	font-size: 15px;
	font-weight: 500;
	font-family: var(--inter_font);
	color: var(--heading-text_color);
}

.history-meta {
	font-size: 14px;
	font-weight: 400;
	font-family: var(--text_font);
	color: var(--text-color);
    text-align: end;
}

.history-left {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.hist_foot img {
	max-width: 35px;
	width: 100%;
	margin: 0px 15px 0px 0px;
}

.hist_foot h4 {
	font-size: 16px;
	font-weight: 500;
	color: var(--text-color);
	;
}

.pagination {
	justify-content: center;
	margin: 25px 0px !important;
}

.pagination li {
	width: 6%;
	text-align: center;
	margin: 10px !important
}

.page-link {
	position: relative;
	display: block;
	border: none;
	padding: 5px !important;
	font-size: 15px;
	font-weight: 500;
	color: var(--heading-text_color);
	background-color: #ddd;
	border-color: unset;
	border-radius: 5% !important;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.page-item.active .page-link {
	background: #19b43a !important;
}

/***** history Part End*****/


/***** Referal Part Start******/
.ref {
	padding-bottom: 50px;
}

.ref_text {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	max-width: 330px;
	width: 100%;
	margin: 20px auto;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.ref_text h3 {
	font-size: 18px;
	font-weight: 300;
	text-align: start;
	color: var(--text-color);
}

.ref_text h4 {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--inter_font);
	color: var(--heading_color);
	text-align: start;
	padding: 7px 0px 0px;
}

.ref .head4 h2 {
	font-size: 30px;
}

.ref_text img {
	float: right;
	max-width: 50px;
	padding: 5px;
	border-radius: 5px;
}

/***** Referal Part End******/


/***** Referal link Part start******/
.tab {
	display: flex;
	align-items: baseline;
	justify-content: center;
	position: relative;
}

.referlink_bg .tab .tablinks.active {
	background: var(--but_gradient);
	color: #ffffff !important;
	font-size: 17px;
	font-weight: 600;
	font-family: var(--inter_font);
	max-width: 200px;
	width: 100%;
}

.referlink_bg .tab .tablinks {
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--inter_font);
	display: block;
	max-width: 200px;
	width: 100%;
	border-radius: 5px !important;
	margin: 0px 10px !important;
	background: #ffffffd9;
	color: var(--heading-text_color);
	border: none;
	cursor: pointer;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.referlink_bg .tabcontent {
	padding: 15px;
	border-radius: 10px;
	margin: 30px 15px;
	background: #fff;
	position: relative;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.referlink_bg .tabcontent h3 {
	font-size: 13px;
	font-weight: 400;
	font-family: var(--secontary_font);
	color: var(--text-color);
	margin: 10px 0px 5px;
}

.referlink_bg .tabcontent h3 span {
	font-size: 20px;
	font-weight: 500;
	background: var(--graident_text);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.referlink_bg .inpts {
	padding: 20px;
}

.referlink_bg .copy_but .but3 {
	padding: 7px 25px;
	font-size: 16px;
	font-weight: 400;
	transition: all 0.3s ease;
	width: fit-content;
	border: none;
	outline: none;
	color: #ffff;
	border-radius: 3px;
	background: linear-gradient(45deg, #1c80ef, #0a407e) !important;
}

.referlink_bg .copy_but span {
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 13px !important;
	color: #fff !important;
}

/***** Referal link Part End******/

/*****======  SECURITY PART START=======******/
.form_check {
	padding: 20px;
	border-radius: 8px;
	margin: 21px auto;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.form_check h3 {
	margin: 0px 0px 10px;
	font-size: 17px;
	font-weight: 600;
	color: #6e6e73;
}

.form_check h4 {
	position: relative;
	margin: 0px;
}

.form_check p {
	font-size: 12px;
	padding: 0px 3px 0px 27px;
	margin: 20px 0px 5px 0px;
	position: relative;
	color: #000000;
	font-weight: 600;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.form_check input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	opacity: 0;
}

.form_check input:checked~.checkmark1:before {
	content: "\2713";
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 50%;
	padding: 2px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	top: 0px;
	right: 0px;
	background: #000;
}

.form_check .checkmark1 {
	background: #d8d8db;
	width: 20px;
	position: absolute;
	height: 20px;
	left: 0px;
	top: -3px;
	border-radius: 50%;
}

.secure {
	padding: 20px;
	border-radius: 8px;
	margin: 20px auto;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.edit .nav-link {
	background: #fff;
	filter: drop-shadow(2px 2px 4px black);
	margin: 0px 10px;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	max-width: 220px;
	display: inline-block;
	width: 100%;
}

.secure .secure_text {
	padding: 10px 0px;
}

.secure .secure_text .sec_img {
	max-width: 52px;
	float: left;
	margin: 0px 10px 0px 0px;
	filter: hue-rotate(180deg);
}

.secure .secure_text h3 {
	font-size: 17px;
	font-weight: 600;
	color: #6e6e73;
	padding: 0px 0px 6px 0px;
}

.secure .secure_text h4 {
	font-size: 13px;
	font-weight: 600;
	color: #000;
	margin: 0px;
}

.secure .secure_text h4 a {
	font-weight: 600;
	color: #000;
}

.secure .secure_text .icon1 {
	max-width: 125px;
}

.secure .secure_text1 {
	text-align: center;
}

.secure .secure_text .qr_img {
	max-width: 130px;
}

.edit_bg .form1 {
	max-width: 690px !important;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	margin-top: 50px !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.edit_bg .inpts {
	padding: 15px !important;
}

.edit_bg .nav-link {
	color: #000 !important;
	font-weight: 600;
}

select option {
	background: #000;
	color: #f2ae52;
}

.table-responsive a {
	color: #151765;
	font-weight: 500;
}

/*****======  SECURITY PART END=======******/

.edit_acc .form_item h4 {
	margin: 0px 0px 5px;
}

.dep_con .form_items {
	position: relative;
}

.dep_con .form_items button {
	position: absolute;
	top: -3px;
	right: 17px;
	background: var(--but_gradient);
	border: none;
	outline: none;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 8px;
}

.dep_con .form_items i {
	color: #ddd;
}

.dep_con .list {
	background: #fff;
	padding: 20px !important;
	border-radius: 5px;
	margin: 20px 0px 0px !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.dep_con .form1 {
	background: #fff;
	padding: 20px !important;
	border-radius: 5px;
	margin: 20px 0px 0px !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border: 1px solid #dfe1e4;
}

.dep_con .deposit-process-wrap,
.dep_con .deposit-cancel-wrap {
	display: inline-block;
	width: 25%;
}

/******===== EDIT CSS END =====*****/
.edit_tab {
	margin: 25px 0px;
	justify-content: space-between;
}

.edit_tab .nav-link {
	width: 100%;
	max-width: 278px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 10px;
	color: #000;
	outline: none;
}

.edit_tab .nav-link.active {
	background: var(--heading_color);
	color: #fff !important;
}

/******===== EDIT CSS END =====*****/

/*********Responsive Part start ******/

@media (max-width:1199px) {

	.welcome_txt {
		display: none;
	}

	.acc_box {
		padding: 20px 20px;
	}

	.sidebar .link_list {
		display: none;
	}

	.acc_bal_item {
		margin: 0px 4px;
	}

	.dash_but {
		max-width: 78px;
	}

	.ref_text h3 {
		font-size: 15px;
	}

	.referlink_bg .tabcontent {
		margin: 30px 0px;
	}

	.secure_text .sbmt {
		width: 63%;
	}

	.secure_text .inpts {
		width: 61%;
	}
}

@media (max-width:991px) {

	.sidebar.close~.home-section {
		width: calc(100% - 0px);
	}
	.header1_top .logo-details{
		display: block;
	}
	.dash_but {
		max-width: 100px;
	}

	.dash_body .user_deti {
		display: flex;
		width: 28%;
	}

	.home-content a {
		padding: 5px 25px;
	}

	.acc_bal_item {
		margin: 0px 20px 0px 0px;
	}

	.acc_box {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		width: 100%;
		max-width: unset;
		margin: 0px 0px 20px;
	}

	.acc_box-foot h3 {
		font-size: 12px;
		margin: 0px 0px 0px 11px;
	}

	.link_list h3 i {
		display: block;
		z-index: 1111;
		position: relative;
	}

	.header1_top .user_deti {
		position: absolute;
		right: -419px;
	}

	.sidebar {
		position: absolute;
		width: 228px;
	}

	.welcome_txt {
		display: block;
	}

	.ref_text h3 {
		font-size: 12px;
	}

	.referlink_bg .nav-tabs .nav-link {
		max-width: 170px;
	}

	.deposit_bg .checkmark {
		top: -35px;
		left: 16px;
	}

	.deposit_bg .plan_item p {
		margin: 80px auto 0px;
	}

	.deposit_bg .plan_img3 {
		margin: 0px 5px 0px 0px;
		max-width: 20px;
	}

	.deposit_bg .plan_item {
		background: linear-gradient(to bottom, #200b44 44%, #02002a 38%);
	}

	.plan_body h6 {
		font-size: 13px;
	}

	.deposit_bg .head h2 {
		margin: 29px 0px 20px;
		max-width: unset;
		width: 100%;
		text-align: center
	}

	.With_bg .form1 {
		margin: auto;
	}

	.dep_list .list {
		padding: 10px;
	}

	.secure_text .inpts {
		width: 100%;
	}

	.secure_text .sbmt {
		width: 100%;
	}

}

@media (max-width:767px) {

	.home-section .header1_top {
		height: 72px;
	}
    
    .dash_but{
        max-width: 97px;
    }
    .trans_data {
        
    }
    .scroll-x{
        overflow-x: scroll;
    }
    .refer_group {
        min-width: 700px;
    }
    .plan_con{
        margin: 0px 0px 30px;
    }
    .referlink_bg  .tab{
        flex-wrap: wrap;
        gap: 10px;
    }
    .edit_tab .nav-link {
        width: 100%;
        max-width: 210px;
    }

	.home-section .header1_top {
		flex-direction: row;
	}
	.home-section .header1_top .dash_favicon{
		max-width: 42px;
	}

	.link_list {
		margin: 0px 0px 0px;
	}

	.header1_top .user_deti {
		right: -95px;
	}

	.acc_box {
		padding: 20px 48px;
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0px auto 20px
	}

	.acc_bal_item {
		margin: 8px 20px 26px 0px;
		width: 45%;
	}

	.acc_bal_list {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		margin: 5px 0px;
	}

	.acc_txt {
		text-align: center;
	}

	.deposit_bg .checkmark {
		top: -35px;
		left: 33px;
	}

	.hist_bg .form_select {
		margin-bottom: 10px;
	}

}

@media (max-width:576px) {
	.home-content a {
		padding: 4px 15px;
		margin: 0px 3px;
		font-size: 12px;
	}
	.home-section .header1_top .dash_favicon{
		display: block;
	}

	.header1_top .user_deti {
        right: -14px;
		display: none;
    }

    .edit_tab .nav-link {
        width: 100%;
        max-width: 130px;
        font-size: 10px;
    }

	.link_list h3 i {
		font-size: 16px;
		padding: 7px 9px;
	}
    .referlink_bg .tab .tablinks,.referlink_bg .tab .tablinks.active {
        max-width: 140px;
        margin: 0px 2px !important;
    }

	.link_list a {
		font-size: 20px;
		padding: 5px 11px;
	}

	.dash_part {
		padding: 15px;
	}

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

	.acc_box h2 span {
		font-size: 14px;
	}

	.acc_bal_item {
		margin: 8px 0px 10px 0px;
		width: 100%;
	}

	.balance_group {
		padding: 10px;
	}

	.balance_group h4 {
		font-size: 14px;
	}

	.balance_group h4 span {
		font-size: 15px;
	}

	.payment {
		max-width: 25px;
	}

	.dash_secu {
		padding: 10px;
	}

	.tow {
		font-size: 17px;
		font-weight: 500;
	}

	.dash_secu a {
		font-size: 13px;
	}

	.dash_secu .inpts {
		font-size: 11px;
	}

	.acc_ref button {
		padding: 5px;
		top: 41px;
		right: 10px;
		font-size: 15px;
	}

	.refer_group .table {
		min-width: 700px;
	}

	.acc_box {
		padding: 20px 20px;
        max-width: 347px;
   	}
    .dash_but {
        max-width: 125px;
    }
    .history-meta {
        font-size: 13px;
    }
    


	.sidebar {
		width: 165px;
	}

	.sidebar .logo-details img {
		width: 140px;
	}

	.welcome_txt {
		padding: 0px 0px 5px;
	}

	.welcome_txt h3 {
		font-size: 13px;
	}

	.welcome_txt p {
		font-size: 10px;
	}

	.sidebar .nav-links li a .link_name {
		font-size: 13px;
	}

	.deposit_bg .plan_item {
		max-width: 220px;
	}

	.deposit_bg .checkmark {
		top: -59px;
	}

	.deposit_bg .checkmark_bg input:checked~.checkmark:after {
		top: 8px;
		right: 4px;
	}

	.depo_payment_group {
		margin: 0px 0px 0px;
	}

	.deposit_bg .nav-tabs .nav-link {
		font-size: 10px;
		max-width: 135px;
		margin: 15px auto;
	}

	.depo_payment_group .head h2 {
		font-size: 22px;
	}

	.dep_part {
		background-size: cover;
	}

	.dep_with_group {
		padding: 15px;
	}

	.deposit_bg .nav-tabs .nav-link {
		font-size: 13px;
		max-width: 142px;
	}

	.but-close i {
		font-size: 18px;
		margin: 0px 0px 0px 0px;
	}

	.with_head {
		flex-direction: column;
	}

	.with_pay {
		margin: 0px 0px 10px;
	}

	.with_pay h2 {
		font-size: 14px;
	}

	.with_deatils {
		margin: 20px 0px 0px;
	}

	.With_bg .form1 {
		padding: 10px !important;
		margin: 20px auto 0px;
	}

	.list_item h3 span {
		font-size: 13px;
	}

	.list h2 {
		font-size: 14px;
	}

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

	.Expire {
		font-size: 12px;
	}

	.pay {
		max-width: 30px;
	}

	.text {
		font-size: 14px;
	}

	.hist_bg .form_select {
		margin-bottom: 15px;
	}

	.go_but {
		margin: 0px 0px 20px;
	}

	.hist_bg .pay {
		max-width: 22px;
	}

	.dep_list .error,
	.hist_bg .error {
		font-size: 12px;
	}

	.hist_foot img {
		max-width: 20px;
	}

	.hist_foot h4 {
		font-size: 14px;
	}

	.dash_secu {
		padding: 10px;
	}

	.pagination li {
		width: 16%;
		text-align: center;
		margin: 2px !important;
	}

	.page-link {
		padding: 5px !important;
		font-size: 14px;
	}

	.referlink_bg .nav-tabs .nav-link {
		font-size: 14px;
	}

	.referlink_bg .nav-tabs .nav-link {
		max-width: 100px;
		margin: 0px 0px 10px 0px !important;
	}

	.referlink_bg .form_item h3 span {
		font-size: 18px;
	}

	.referlink_bg .form_item button {
		width: 34%;
	}

	.security .form1 h3 {
		font-size: 14px;
	}

	.security .form1 p {
		padding: 10px 0px;
		margin: 0px 0px !important;
	}

	.security .form1 {
		margin: 10px 0px;
	}

	.security .form1 {
		padding: 20px;
	}

	.edit_acc .head h3 {
		margin: 5px 0px !important;
		font-size: 22px;
	}

	.form_item {
		margin: 0px 0px;
	}

	.edit_acc .form1 h3 {
		margin: 0px 0px;
	}

	.form_item h4 {
		font-size: 15px;
		padding: 0px 0px 5px
	}

	.edit_acc .mb-4 {
		margin-bottom: .5rem !important;
	}

	.form_qr {
		float: unset;
		padding: 10px 0px
	}

	.form_qr img {
		max-width: 90px;
		width: 100%;
		display: block;
		margin: auto;
	}

	.secure_text h3 {
		font-size: 10px;
	}

	.secure_text span {
		font-size: 10px;
	}

	.secure_text .inpts {
		width: 100%;
		margin: 0px 0px 0px;
		font-size: 13px;
	}

	.authen_part {
		padding: 0px;
		margin: 20px 0px 0px;
	}

	.edit_acc .form_item {
		margin: 10px 0px;
	}

	.edit_acc .head h2 {
		font-size: 21px;
	}


}