* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}
body {
	font-size: 16px;
	line-height: 1.4;
	overflow-x: hidden !important;

	color: var(--primary-color);
	font-family: 'Poppins', sans-serif;
}
html,
body {
	overflow-x: hidden !important;
}
p {
	font-size: 16px;
	line-height: 1.4;
}
dl,
ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: initial;
}
:root {
	--primary-color: #224d47;
	--secondary-color: #1d5d08;
	--tertiary-color: #0a4e47;
	--white-color: #ffffff;
	--dark-color: #0a0a0a;
	--black-color: #000000;
	--radius-20: 20px;
	--radius-10: 10px;
	--box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
@font-face {
	font-family: "Proxima Nova Rg";
	src: url("../fonts/ProximaNova-Bold.eot");
	src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
	url("../fonts/ProximaNova-Bold.woff") format("woff"),
	url("../fonts/ProximaNova-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Bold.eot");
	src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Poppins-Bold.woff2") format("woff2"),
	url("../fonts/Poppins-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-SemiBold.eot");
	src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
	url("../fonts/Poppins-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/Poppins-Regular.eot");
	src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
	url("../fonts/Poppins-Regular.woff2") format("woff2"),
	url("../fonts/Poppins-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* registration page start */
.account {
	height: 100vh;
	width: 100%;
	display: flex;
}
.downloadBtn img {
	margin: 0px 10px 0px 0px;
}
.form-heading h1 {
	font-weight: 500;
	font-size: 46px;
	line-height: 69px;
	color: #224D47;

}

.form-heading p {
	font-weight: 400;
	font-size: 22px;
	line-height: 33px;
	color: #6B6B6B;

}
.form-group-inner{
	justify-content: space-between;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.acc-data .acc-inner-data .form-group {
	margin: 11px 0px 2px 0px;
}
.form-control:focus{
	box-shadow: none;
	outline:none;
	border: 1px solid #6b6b6bc9;
}
.form-select:focus{
	box-shadow: none;
	outline:none;
	border: 1px solid #6b6b6bc9;
}
.acc-data .acc-inner-data label {
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	color: #505050;
}
.acc-field{
	position: relative;
}
.input-icon a:hover{
	color: #0a4e47;
}
.acc-title h1{
	font-size: 34px;
	margin-bottom: 0;
	color: #224D47;
	font-weight: 600;
}
.acc-title p{
	font-size: 16px;
	color: gray;
	margin-top: 5px;
	font-weight: 400;
}
.input-icon i{
	color: #224d47c2;
	font-size: 17px;
}

.acc-field .fa {
	position: absolute;
	top: 40%;
	right: 15px;
	color: #224D47;
}
/*loader*/
.table-loader{
	position: relative;
}
.tbl_loader_bg{
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #ffffff73;
}
#status{
	position: absolute;
	left: 50%;
	top: 25%;
}
.tri {
	position: absolute;
	animation: pulse_51 750ms ease-in infinite;
	border-top: 27px solid #215A6D;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0px;
}
.ticket-history-info tbody tr td a{
	border-bottom: 1px dashed;
	font-weight: 600;
	color: #155724;
}
.ticket-history-info tbody tr td a:hover{
	color: #000;
}
.tri.invert {
	border-top: 0px;
	border-bottom: 27px solid #0a4e47;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.table  .text-warning{
	color: #daa402!important;
}


.inner-checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	margin-top: 7px;
}
.acc-inner-data a{
	padding: 0px;
	color: #224d47;
}
.acc-inner-data a:hover{
	color: #000;
}
.inner-checkbox input {
	margin: 0px 7px 0px 0px;
	width: 15px;
	height: 15px;
	border: 1px solid #266e64
}
.account-right {
	min-height: 100vh;
    height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #224d47;
}

.acc-btn {
	padding: 11px 168px;
	width: 100%;
	background: #224D47;
	border: 1px solid #6B6B6B;
	border-radius: 5px;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	text-transform: capitalize;
	line-height: 33px;
	text-align: center;

}
.form-check-input:checked{
	background-color: #224d47;
	color: #224d47;
	border-color: #224d47;
	box-shadow: none;
}
.form-check-input:focus{
	box-shadow: none;
}
.create-btn {
	background-color: transparent !important;
	padding: 10px 24px;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #224D47 !important;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #224D47!important;
	cursor: pointer;
	letter-spacing: 1px;
	margin-bottom: 15px;
	transition: all 0.4s;
}
.create-btn a{
	color:#224D47 !important;
}
.forgot-pass{
	margin-bottom: 18px !important;
}
.small-button{
	padding: 9px 10px;
	background: #224D47;
	border: 1px solid #224d47;
	border-radius: 5px;
	color: #fff;
	margin-top: 2px;
	width: 100%;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	cursor: pointer;
	margin-bottom: 15px;
	transition: all 0.4s;
}
.create-btn:hover a{
	color: #fff !important;
}
.small-button:hover{
	background: transparent;
	border: 1px solid #224d47;
	color: #224d47;
}
.create-btn:hover{
	background: #224d47 !important;
	border: 1px solid #224d47 !important;
}
.create-btn:hover {
	color: #ffff !important;
}
.small-button a{
	color: #fff;
}
.forgot-password a{
	font-size: 16px;
	color: #297369;
	font-weight: 600;
}
.forgot-password a:hover{
	color: #000;
}
.copyright {
	text-align: center;
}
.acc-title-info{
	margin-bottom: 52px;
}
.form-control{
    font-size: 16px !important;
    height: 49px;
    background-color: #FFFFFF;
    border: 1px solid #6b6b6b73;
    border-radius: 5px;
}
.copyright p {
	font-style: normal;
	font-weight: 500 !important;
	font-size: 17px;
	line-height: 30px;
	color: #224D47;
	margin-bottom: 0px;
}
.acc-data {
	width: 100%;
    height: 100%;
    padding: 28px 10px;
	min-height: 100vh;
    align-items: center;
    background: url('../img/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.dashboard-info{
	background: url('../img/bg.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	min-height: 100vh;
	    padding-bottom: 56px;
}
.acc-field .input-icon{
	position: absolute;
	top: 14px;
	right: 14px;
	color: #224D47;
	height: 22px;
}
.field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}
.success-box {
	padding: 23px;
	background: #fff;
	margin-top: 60px;
	border-radius: 7px;
	border: 1px solid #4e4e4e73;
}
.success-box h1 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #224d47;
}

.success-box p {
	font-size: 17px;
	font-weight: 500;
	color: #000;
	margin-bottom: 9px;
}
.success-box b{
	color: #224d47;
}
.success-box a {
	font-weight: 800;
	color: #224d47;
}
.success-box a:hover{
	color: #000;
}

/* registration page close */

/* Main DashBoard */
.balance-wallet-detalis{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 5px; 
	border: 1px solid #224d476e;
	padding: 5px;
	margin-bottom: 10px;
}
.balance-wallet-detalis h2{
	font-size: 23px;
	margin-bottom: 0px;
}
.balance-wallet-detalis p{
	margin-bottom: 0px;
}
.sidemenu-info{
	width: 278px;
}
.wallet-detalis h2{
	font-size: 20px;
	margin-top: 8px;
}
.wallet-icon{
	margin-bottom: 29px;
	border-bottom: 2px solid #ffffff54;
	color: #def2d7;
	padding-bottom: 13px;
	padding-top: 6px;
}
.total-bal{
	height: 249px;
	width: 100%;
	background: #fff;
	display: flex;
	border-bottom: none;
	padding: 6px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-radius: 50%;
	border: 6px solid #224d47;
	border-bottom-color: transparent;
	margin: auto;
}
.total-bal h2{
	font-weight: 700;
	font-size: 40px;
	text-align: center;
}

.wallet-icon i{
	font-size: 29px;
}
.income-wallet h2{
	font-size: 16px;
}
.wallet-info-bg h2{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.wallet-btn-info{
	display: flex;
	justify-content: center !important;

}
.income-wallet{
	padding: 13px;

}
.wallet-info-bg h3{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.wallet-btn{
	display: flex;
	justify-content: space-between;
	padding: 8px 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.wallet-info-bg{
	background: #224d47;
	border-radius: 20px;
	border: 1px solid #4e877f85;
	position: relative;
	height: 249px;
}
/*====================================*/
.phone i{
	color: transparent;
	-webkit-text-stroke: 2px #224d47c2;
}
.title-data-info h2{
	    padding: 15px 4px;
		padding-top: 0px;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 1px solid #014f4742;
    margin: 0px 0 30px;
}
.main-body-info{
	margin-top: 45px;
	padding: 0px 25px;
}
.title-info h2{
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 0px;
	color: #224d47db;
}

.entry-length label{
	display: flex;
	align-items: center;
}

.entry-length{
	display: flex;
	height: 36px;
	margin: 0px 7px;
	cursor: pointer;
}
.title-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #375a5594;
	margin-bottom: 11px;
	padding: 13px 7px;
}
.card .small-button{
	width: auto;
	font-size: 17px;
	padding: 10px 22px;
	margin-bottom: 0px;
}
.card .small-button i{
	margin-right: 6px;
}
.table-filter{
	padding: 23px;
}
.table-responsive{
	position: relative;
	min-height: 150px;
}
.table-responsive .table thead{
	background-color: #224d47;
	color: #fff;
}
.table-responsive .table thead tr th{
	font-weight: 500;
	padding:16px; 
}
.table-head{
	margin-bottom: 10px;
}
.table-responsive .table tbody tr td{
	padding: 16px;
}  

/* =================================dashboard================================================================== */
.Purchase-card {
	border-radius: 7px;
	border: 1px solid #0a4e4796;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	padding: 10px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.modal-body .purchase-amount-data{
	margin-bottom: 12px;
}
.purchase-left-content h3{
	font-size: 19px;
}
.modal-footer{
	justify-content: flex-start !important;
	padding-left: 0px !important; 
}
.modal-footer .form-check-info a:hover{
	color: #224d47;
}
.payment-method-info{
	border: 1px solid #224d474a;
	border-radius: 7px;
	padding: 8px 11px;
	margin-top: 12px;
}

.modal-content label{
	margin-bottom: 6px;
	font-size: 16px;
}
.payment-title label{
	margin-bottom: 0px;
}
.modal-content 
.purchase-right-amount .form-control{
	font-size: 16px !important;
	height: 44px;
	background: #11262312;
	border: 1px solid #6b6b6bc9;
	border-radius: 5px;
}
.purchase-left-content h3{
	font-size: 16px;
}
.payment-method-info p{
	margin-bottom: 0px;
	padding-left: 28px;
	font-size: 15px;
}
.modal-header{
	background: #eef0ef;
    padding: 10px 15px;
}
.form-check-info label{
	color: #000000f2;
	cursor: pointer;
	padding-left: 6px;
}
.purchase-info p{
	margin-bottom: 0px;
}
.purchase-info {
	position: absolute;
	right: -40px;
	top: -6px;
	display: flex;
	justify-content: center;
	color: #fff;
	text-align: center;
	transform: rotate(45deg);
	background: #0a4e47;
	padding: 13px 50px;
}
.purchase-title p {
	margin-bottom: 30px;
	margin-top: 9px;
	font-weight: 700;
}
.purchase-details {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #224d474f;
	padding-bottom: 4px;
	margin-bottom: 19px;
}
.abs-input{
	position: relative;
	margin-bottom: 11px;
}
.counter-otp{
	position: absolute;
	top: 7px;
	color: #fff;
	padding: 6px 13px;
	right: 15px;
	border-radius: 5px;
	background: #224d47;
}
.title-border{
	border-bottom: none;
	margin-bottom: 0px;
}
.view-referrel{
	background: #0a4e47;
	padding: 32px;
	border-radius: 13px;
}
.Purchase-card .small-button{
	margin-bottom: 0px;
}
.resend-btn{
	position: absolute;
	top: 7px;
	color: #fff;
	padding: 6px 13px;
	right: 9px;
	border: none;
	border-radius: 5px;
	background: #224d47;
}
.purchase-amount-data{
	margin-bottom: 29px;
}
.view-referrel .small-button{
	width: auto;
	border: 1px solid #deefce94;
	background: transparent;
	padding: 10px 25px;
	font-size: 16px;
	margin: 0px;
}
.view-referrel .small-button:hover{
	color: #fff;
}
.view-referrel-link .profile-register-info {
	padding: 20px;
	margin: 0;
	border-radius: 15px;
	background-color: #224d47;
	-webkit-border-radius: 15px;
}
.view-referrel-link .profile-register-info p {
	color: #c3dbc3;
	margin: 0;
	margin-bottom: 7px;
	margin-top: 3px;
}
.view-referrel-link .profile-register-info h2 {
	margin: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 30px;
	margin-bottom: 5px;
}
.view-referrel-link .profile-register-info h4 {
	margin: 0;
	color: #c3dbc3;
	font-weight: 500;
	font-size: 14px;
}
.view-referrel .referral-link{
	font-size: 11px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #0a4e47;
	padding: 14px;
	background: #def2d7;
	margin-bottom: 0;
}
.view-referrel .referral-link a{
	font-size: 16px;
	color: #0a4e47;
	word-break: break-all;
	font-weight: 500;
}
/*===header-dropdown===*/
.head-dropdown{
	position: relative;
	transition:0.9s; 
}
.header-submenu{
	position: absolute;
	top: 28px;
	width: 232px;
	z-index: 999;
	  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.50s ease;
	padding-top: 20px;
	border-bottom: 1px solid #0a4e47;
}
.head-dropdown:hover .header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.head-dropdown:hover .header-submenu{
	display: block;
}
.head-dropdown-menu{
	background: #0a4e47;
	border-radius: 7px;
}
.header-submenu ul li:last-child a{
	border: none;
}
.message-send-input .form-control{
	width: 100%;
}
.header-submenu ul li i{
	font-size: 10px;
	padding-right: 6px;
}
.header-submenu::after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color:#0a4e47;
	top: 10px;
	left: 20px;
	z-index: -1;
	transform: rotate(45deg);
}
.head-dropdown i {
  transition: transform 0.3s ease;
}

.head-dropdown:hover .fa-solid.fa-angle-down{
  transform: rotate(180deg);
}

.header-submenu ul li:hover{
	background-color:#def2d71c;
}
.header-submenu ul li a{
	padding: 14px 10px;
	width: 100%;
    display: block;
	color: #def2d7;
	font-size: 14px;
	border-bottom: 1px solid #def2d761;
}
/* =======sidebar==== */
.invesmentplant-bottom {
	margin-top: 50px;
}
.earning-number {
	flex-basis: 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.navbar-light .navbar-nav .nav-link i{
	margin-left: 6px;
}

.withdraw-btn-info{
	justify-content: center !important;
	display: flex;
}
.view-details{
	position: absolute;
	top: 11px;
	right: 18px;
}
.earning-number>h5 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #1d5d08;
}
.sidebar-wrapper .sidebar-menu-info {
	padding-bottom: 10px;
}
.sidebar-wrapper .sidebar-menu-info .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}
.dropdown-item:focus, .dropdown-item:hover{
	background-color: #c3d4fa85;
}
.sidebar-wrapper .sidebar-menu-info ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	font-weight: 500;
	border-radius: 10px;
	font-size: 16px;
	padding: 15px 30px 15px 20px;
	color: #def2d7;
	transition: all 0.5s;
}
.sidebar-wrapper .sidebar-menu-info ul li a:hover{
	background-color: #ffffff12;
}
.dropdown-item.active, .dropdown-item:active{
	color: #010000;
}
.sidebar-wrapper .sidebar-menu-info ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.sidebar-nav img{
	width: 16px;
	margin-right: 9px;
	height: 16px;
}
.mess-send-icon .btn:focus{
	box-shadow: none;
}
.table-border .table tbody .text-success{
	padding:0px;
	border-radius: 0px;
}
.table-border .table tbody .text-danger{
	padding:0px;
	border-radius: 0px;
}
.sidebar-wrapper .sidebar-menu-info .sidebar-dropdown > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 17px;
	color: #fff;
}

.sidebar-wrapper .sidebar-menu-info .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu-info .sidebar-dropdown .sidebar-submenu li {
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu-info .sidebar-dropdown .sidebar-submenu li a:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}

.sidebar-wrapper .sidebar-menu-info ul li a span.label,
.sidebar-wrapper .sidebar-menu-info ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu-info .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu-info .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu-info .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu-info .sidebar-dropdown.active > a:after {
	transform: rotate(90deg);
	right: 17px;
}
.navbar-nav .nav-item .active{
	font-weight: 700 !important;
}
.sidebar-wrapper .sidebar-menu-info ul li .active{
	font-weight: 700 !important;
}
.deposit-qr {
    text-align: center;
}
.modal-header h1 {
    font-size: 22px;
    font-weight: 600;
}
.divider {
    text-align: center;
    margin: 13px 0px;
    font-size: 20px;
    color: gray;
}
.deposit-qr h5 {
    font-size: 15px;
    margin-bottom: 8px;
}
.deposit-qr-code {
    margin-bottom: 23px;
}
.deposit-qr-code svg {
    background: #ffffff;
    padding: 13px;
    border-radius: 7px;
    border: 1px solid #0000004a;
}
.sidebar-menu {
	background-color: var(--primary-color);
	border-radius: 0 var(--radius-20) var(--radius-20) 0;
	padding: 50px 14px 60px;
	margin-top: 5px;
	height: calc(100% - 171px);
}
.sidebar-logo{
	background: #0a0a0a;
	display: flex;
	align-items: center;
	height:162px;
	border-radius: 0px 31px 31px 0px;
	justify-content: center;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color:  #8b8b8b;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgb(208, 208, 208);
}
.sidebar-logo img{
	width:178px;
}
.sidebar{
	height: 100%;
}
.navbar-light .navbar-nav .nav-link {
	line-height: 24px;
	font-size: 18px;
	color: #000 ;
	font-weight: 500 !important;
	margin-right: 33px;
}
.navbar-light .navbar-nav .active{
	font-weight: 500 !important;
	 color: #224d47 ;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #224d47;
}
.header-submenu ul li .active{
		 color: #fff !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #224d47;
}
.main-header{
	margin-top: 30px;
	padding-left: 18px;
}
	.logout-btn {
		font-size: 16px;
		color: #ffffff !important;
		font-weight: 400;
	}

	.logout-btn {
		min-width: auto;
		padding: 0 20px;
		height: 60px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 22px;
		color: var(--white-color) !important;
		overflow: hidden;
		border-radius: var(--radius-10);
		transition: 0.3s;
		background-color: var(--tertiary-color);
	}                  
	.logout-btn:hover {
		background-color: var(--secondary-color);
	}
	.logout-btn{
		min-width: 100%;
		box-shadow: var(--box-shadow);
	}
	.plan-main-content{
		display: flex;
		flex-direction: column;
		background-color: #224d47;
		justify-content: center;
		border-radius: 20px;
		padding: 10px 20px 10px 20px;
		align-self: end;
		height: 100%;
	}
	.main-data-info{
		margin-top: 45px;
		    padding: 0px 25px;

	}
	.plan-main-content p {
		font-size: 25px;
		line-height: 28px;
		color: #99b2c6;
		font-weight: 400;
		margin-bottom: 0px;
		margin-top: 0px;
		text-align: center;
	}
	.total-bal p{
		font-weight: 600;
	}
	.plan-main-content span{
		font-size: 27px;
		line-height: 26px;
		color: #ffffff;
		font-weight: 700;
		margin-top: 10px;
		text-align: center;
	}
	.plan-main-content strong {
		font-size: 13px;
		color: #def2d7;
		font-weight: 400;
		margin-top: 8px;
		text-align: center;
	}
	.amount-info{
		margin-top: 15px;
	}
	.account-recived{
		background-color: #1d5d08 !important;
	}
	.ticket-count .create-new{
		display: flex;
		flex-direction: column;
	}
	.account-info-item {
		border-radius: 20px;
		flex-grow: 1;
		display: flex;
		height: 115px;
		flex-direction: column;
		padding: 20px;
		justify-content: center;
		align-items: center;
		text-align: center;
		background: #224d47;
	}
	.account-info-item h3{
		font-size: 25px;
		line-height: 40px;
		color: #ffffff;
		font-weight: 700;
		margin-bottom:0px;
	}
	#maindashboard {
		display: flex;
		flex-direction: row;
		padding: 0 16px;
		padding-top: 37px;
		gap: 10px;
		margin: 0px auto 50px;
	}
	.referral-copy-link{
		background: transparent;
		border: 1px solid #def2d7;
		color: #def2d7;
		border-radius: 5px;
		margin-top: 5px;
		padding: 5px 24px;
	}
	#accountinfo {
		padding-left: 75px;
		padding-right: 75px;
		display: flex;
		flex-direction: row;
		margin-top: 15px;
		gap: 10px;
	}
	.invest-btn{
		background: #1c403b;
		border: 1px solid #def2d7;
		border-radius: 5px;
		color: #fff;
		padding: 6px;
		margin-top: 2px;
		font-size: 15px;
		text-align: center;
		font-weight: 600;
		cursor: pointer;
		letter-spacing: 1px;
	}
	a:hover{
		color: #dfe3e4;	
	}
	.withdraw-btn{
		background: transparent;
		border-radius: 5px;
		color: #fff;
		margin-top: 2px;
		font-size: 15px;
		text-align: center;
		font-weight: 600;
		cursor: pointer;
		letter-spacing: 1px;
	}

	.withdraw-btn h4{
		font-size: 13px;
		color: #fff;
	}
	.deposit-popup img{
		border: 2px dashed;
		margin-bottom: 13px;
	}
	.deposit-copy-btn i{
		color: #def2d7;
		font-size: 20px;
	}
	.btn-close:focus {
    box-shadow: none;
		opacity: 1;
	}
		.alert.alert-warning p {
		margin-bottom: 0;
	}
	.deposit-copy-btn{
		position: absolute;
		top: 0px;
		right: 0;
		padding: 16px;
		background-color: #224d47;
		border-radius: 0px 5px 5px 0px;
		width: 49px;
		height: 100%;
	}
	.form-group-info{
		position: relative;
	}
	.deposit-popup{
		text-align: center;
	}
	.deposit-popup-btn{
		background: transparent;
		border: 1px solid #224d47;
	}
	.deposit-popup-btn:hover{
		background: #224d47;
	}
	.deposit-popup-btn:hover i{
		color: #fff;
	}
	.withdraw-btn i{
		margin-bottom: 5px;
		color: #fff;
	}
	.dash-plan-info{
		margin-top: 40px;
	}
	.dash-info-title{
		font-size: 20px;
		line-height: 26px;
		color: #224d47;
		font-weight: 700;
		margin-bottom: 14px;
	}
	.account-info-item p {
		font-size: 16px;
		line-height: 17px;
		color: #99b2c6;
		font-weight: 400;
		margin-bottom: 4px;
	}
	.plan-active {
		font-size: 18px;
		color: #224d47;
		font-weight: 400;
		width: 97px;
		height: 41px;
		border-radius: 9px;
		background-color: #def2d7;
		text-align: center;
		line-height: 41px;
		margin-top: 20px;
		align-self: center;
		text-align: center;
	}
	.qr-code img{
		width: 100%;
		max-width: 132px;
		padding: 6px;
		border: 2px dashed;
	}
	.qr-code{
		display: flex;
		justify-content: center;
	}
	.qrcode-copy-info .form-control{
		border: 1px solid #224d47;
	}
	.copy-btn{
		width: auto !important;
		padding: 9px 34px;
		font-size: 16px;
		margin-top:15px;
		margin-bottom: 0px;
	}
	.qrcode-copy-info .form-group{
		margin-top: 14px;
	}
	.qrcode-copy-info{
		text-align: center;
	}
	.plan-return h3{
		font-size: 20px;
		line-height: 52px;
		color: #ffffff;
		font-weight: 700;
		height: 52px;
		border-radius: 10px;
		background-color: #1d5d08;
		text-align: center;
	}
	.plan-return h5 {
		width: 100%;
		height: 41.5px;
		border-radius: 10px;
		background-color: #def2d7;
		font-size: 18px;
		line-height: 41px;
		color: #224d47;
		font-weight: 400;
		text-align: center;
	}
	.plan-month h5 {
		width: 100%;
		height: 41.5px;
		border-radius: 10px;
		background-color: #d9e1e7;
		font-size: 18px;
		line-height: 41px;
		color: #224d47;
		font-weight: 400;
		text-align: center;
	}
	.plan-month h3 {
		font-size: 20px;
		line-height: 52px;
		color: #ffffff;
		font-weight: 700;
		height: 52px;
		border-radius: 10px;
		background-color: #224d47;
		text-align: center;
	}
	.plan-month h5 {
		width: 100%;
		height: 41.5px;
		border-radius: 10px;
		background-color: #d9e1e7;
		font-size: 18px;
		line-height: 41px;
		color: #224d47;
		font-weight: 400;
		text-align: center;
		font-family: 'Poppins', sans-serif;
	}
	.investment-return-info {
		flex-basis: calc(100% - 310px);
	}
	.invest-item {
		display: flex;
		flex-direction: row;
		height: 300px;
		background-color: #f0f0f0;
		border-radius: 20px;
		position: relative;
	}
	.total-earning>img {
		width: 84%;
	}
	.total-earning {
		flex-basis: 60%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 19px;
	}
	.earning-element {
		width: 257px;
		height: 257px;
		background-image: url('../img/earning.jpeg');
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.earning-percentage {
		font-size: 32px;
		line-height: 28px;
		color: #17181a;
		font-weight: bold;
	}
	.earning-title {
		font-size: 13px;
		line-height: 25px;
		color: #809fb8;
		font-weight: bold;
	}
	.earning-number>p>span {
		width: 14px;
		height: 14px;
		border-radius: 4px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
		top: 4px;
		background-color: #def2d7 ;
	}
	.active-earning{
		background-color: #224d47 !important;
	}
	.earning-number p{
		font-size: 13px;
		font-weight: 600;
	}
	.earning-icon{
		position: absolute;
		right: 19px;
		top: 14px;
	}
	.earning-icon i{
		font-size: 32px;
		opacity: 0.7;
	}
	.trans-title-icon a {
		font-size: 20px;
		color: #f52d56;
		font-weight: 400;
		text-align: right;
	}
	.trans-title-icon i{
		margin-left: 10px;
	}
	.referral-item {
		height: 300px;
		border-radius: 20px;
		background-color: #224d47;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		padding-left: 11px;
		padding-right: 11px;
	}
	.referral-title {
		font-size: 19px;
		line-height: 17px;
		color: #99b2c6;
		font-weight: 400;
		margin-bottom: 17px;
	}
	.referral-copy-link i{
		margin-right: 9px;
	}
	.withdraw-btn a:hover i{
		color: #def2d7;
	}
	.withdraw-btn a:hover h4{
		color: #def2d7;
	}
	.referral-link>a {
		font-size: 13px;
		color: #ffffff;
		word-break: break-all;
		font-weight: 500;
	}
	.referral-link{
		font-size: 8px;
		border: 1px solid #ffffff70;
		border-radius: 5px;
		padding: 13px;
	}
	.trans-title {
		font-size: 26px;
		line-height: 26px;
		color: #224d47;
		font-weight: 700;
	}
	.trans-title-icon {
		display: flex;
		flex-direction: row;
		padding-right: 31px;
		margin-top: 20px;
		justify-content: space-between;
	}
	.table> :not(caption)>*>* {
		background-color: transparent;
	}
	.ticket-history-info .text-success{
		border:none !important;
		border-radius: 0px !important;
	}
	.pagination{
		justify-content: center;
		padding: 10px;
		align-items: center;
		background: #224d47;
	}
	.custom_pagination .page-link{
		color: #224d47;
	}
	.custom_pagination .page-link:focus{
		box-shadow: none;
	}
	.pagination .page-link:hover{
		color: #0a4e47;
		background-color: #def2d7;
		font-weight: 600;
	}
	.pagination .page-link{
		position: relative;
		display: block;
		padding: 7px 16px;
		margin-right: 10px;
		border-radius: 4px;
		text-decoration: none;
		font-weight: 600;
		color: #def2d7;
		background: transparent;
		border: 1px solid #def2d7;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.page-item:last-child .page-link{
		border-radius: 4px;
		color: #1f4e47;
		background: #def2d9;
		margin-left: 5px;
		    padding: 10px 14px;
	}
	.page-item:first-child .page-link{
		border-radius:4px; 
		color: #224d47;
		background: #DEF2D7;
		margin-right: 15px;
		    padding: 10px 14px;
	}
	.table .text-gray{
		color: gray!important;
		padding: 3px 6px;
		border-radius: 7px;
	}
	.table .text-danger{
		color: #dc3545!important;
		padding: 3px 6px;
		border-radius: 7px;
	}

	.table .text-success{
		color: #198754!important;
		padding: 3px 6px;
		border-radius: 7px;
	}
	.card{
		border:none;
		padding: 15px;
	}
	.dash-plan-info .card{
		margin-right: 20px;
		border:none;
		padding: 15px;
		padding-top: 0px;
	}
	.tbl-wallet .table{
		margin-top: 10px;
	}
	.table tbody>tr:nth-of-type(odd) {
		--bs-table-accent-bg: #DEF2D7 !important;
		color: var(--bs-table-striped-color);
	}
	.page-item.active .page-link{
		z-index: 3;
		color: #0a4e47;
		background-color: #def2d7;
		font-weight: 800;
		border-color: #ffffff9c;
	}
	.trans-title-icon>span i {
		margin-left: 5px;
	}
	.transation-details a{
		word-break: break-word;
		line-height: 22px;
	}
	.transation-details a:hover{
		color: #000;
	}
	.transation-details span{
		line-height: 22px;
	}
	.modal-body.assets-add-info .form-group.form-group-info .form-control {
    font-size: 15px !important;
}
	.transation-details table.table th,
	.transation-details table.table td {
		text-align: left;
		padding: 16px;
		    line-height: 27px;
	}
	.transation-details {
		height: 334px;
		    overflow-y: scroll;
		border-radius: 5px;
		background-color: #fff;
	}
	a.burger, a.closebtn {
		display: none;
	}
	.transation-details thead tr th {
		background-color: #224d47 !important;
		font-size: 15px;
		color: #ffffff;
		font-weight: 500;
	}
	.transation-details thead tr {
		height: 40px !important;
		line-height: inherit;
	}

	.transation-details tr {
		height: 35px;
		line-height: 36px;
	}
	.profile-details>h5 {
		font-size: 22px;
		color: #ffffff;
		font-weight: 700;
		margin-bottom: 0;
	}
	.profile-details span {
		font-size: 14px;
		color: #99b2c6;
		font-weight: bold;
	}

	.profile-details span {
		color: #99b2c6;
		font-weight: 600;
		font-size: 14px;
	}
	.sidebar-wrapper {
		padding: 0 0px;
	}


	.admin-user::before {
		content: "";
		width: 10px;
		height: 10px;
		border-radius: 8px;
		background-color: #27d79e;
		border: 2px solid #f7f8fa;
		position: absolute;
		right: -1px;
		bottom: 0;
		z-index: 6;
		overflow: visible;
	}
	.admin-user img {
		border-radius: 50%;

	}
	.admin-user {
		position: relative;
		z-index: 1;
		overflow: visible;
	}

	.profile-details {
		font-size: 22px;
		font-weight: bold;

	}
	.circle {
		--circle-ratio: 50px;
		width: var(--circle-ratio);
		height: var(--circle-ratio);
		border-radius: calc(var(--circle-ratio) * 0.5);
		overflow: hidden;
	}
	.admin-user {
		border: 4px solid var(--white-color);
	}

	.site-branding {
		height: 174px;
		background-color: var(--dark-color);
		display: flex;
		align-items: flex-start;
		align-items: center;
		justify-content: center;
		border-radius: 0 var(--radius-20) var(--radius-20) 0;
		overflow: hidden;
	}
	.site-branding img{
		max-width: 207px;
	}

	.admin-user-profile {
		display: flex;
		padding-bottom: 30px;
		margin-bottom: 19px;
		gap: 12px;
	}

	.user-profile {
		padding: 30px 6px 60px 6px;
		background-color: var(--tertiary-color);
		overflow: hidden;
		border-radius: var(--radius-10);
		box-shadow: var(--box-shadow);
		margin-bottom: 15px;
	}
	/* ====================support page=============================== */
	.ticket-popup .form-group{
		margin-bottom: 21px;
	}
	.ticket-file{
		height: 100%;
	}
	.chatbox .user{
		display: flex;
		justify-content: flex-end;
	}
	.chat_mess_foot h4{
		font-size: 14px;
		text-align: end;
	}
	.personal-user-image {
		text-align: center;
	}
	.chat_mess_head p{
		margin-bottom: 3px;
	}
	.chat_mess_foot a:hover{
		color: var(--primary-color);
	}
	.chatbox .admin .chat_mess{
		background: #e0e4e4;
		border: 1px solid #959595;
		border-radius: 0px 17px 17px 17px;
	}
	.chat_mess{
		background: #cbf6d4b5;
		border: 1px solid #53c66a;
		padding: 10px;
		border-radius: 17px 0px 17px 16px;
		width: 448px;
		word-wrap: break-word;
		margin-bottom: 15px;
		position: relative;

	}
	.chat-send-msg{
		display: flex;
	}
	.attach-file input[type="file"] {
		opacity: 0;
	}
	.attach-file{
		width: 45px;
		height: 48px;
		margin-left: 8px;
		align-items: center;
		justify-content: center;
		display: flex;
		border: 1px solid;
		position: relative;
		border-radius: 5px;
		cursor: pointer;
	}
	.mess-send-icon{
		width: auto;
		height: 48px;
		margin-left: 8px;
		background:#0a4e47;
		align-items: center;
		justify-content: center;
		display: flex;
		border: 1px solid;
		border-radius: 5px;
	}
	.attach-file i{
		cursor: pointer;
	}
	.attach-file-icon{
		position: absolute;
		width: 100%;
		top: 0;
		cursor: pointer;
		left: 0;
	}
	.mess-send-icon button i{
		color: #def2d7;
	}
	.message-send-input{
		display: flex;
		align-items: center;
		width: 100%;
	}
	.message-send-input .form-group{
		width: 100%;
	}
	.message-send-input .form-control{
		width: 100%;
	}
	.ticket-count {
		background: #c3e6cb;
		padding: 36px;
		text-align: center;
		border: 1px solid #058174;
		border-radius: 7px;
		margin-top: 0px;
		height: 129px;
		position: relative;
		margin-bottom: 20px;
		box-shadow: 0px 0px 41px 6px #00000012;
	}
	.ticket-count h2 {
		color: #224D47;
		font-weight: 600;
	}
	.create-ticket{
		background-color: #0a4e47;	
		padding: 22px 25px;
	}
	.create-new span{
		color:#e1ffe8;
	}
	.create-new i{
		position: absolute;
		top: 9px;
		transform: rotate(45deg);
		color: #c3e6cb;
		font-size: 36px;
		right: 10px;
	}
	.ticket-icon i{
		position: absolute;
		top: 9px;
		transform: rotate(45deg);
		color: #0a4e47;
		font-size: 36px;
		right: 10px;

	}
	.ticket-count span{
		font-size: 21px;
	}
	.loader {
		border: 9px solid #c3e6cb;
		border-radius: 50%;
		border-top: 9px solid #0a4e47;
		width: 60px;
		height: 60px;
		position: absolute;
		top: 50%;
		left: 50%;
		animation: spin 2s linear infinite;
	}
	.table-responsive tbody tr td b {
    font-weight: 600;
    padding-right: 4px;
}
	@-webkit-keyframes spin {
		0% { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	}
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	.create-ticket .small-button{
		height: auto;
		font-size: 15px;
		color: #155724;
		width: 190px;
		margin: auto;
		margin-bottom: 0;
		margin-top: 11px;
		background: #c3e6cb;
		border: 1px solid #155724;
	}
	.create-ticket .small-button:hover{
		color: #000;
		border: 1px solid #c3e6cb;
	}
	.main-data-info .modal-body .form-group{
		margin-bottom: 20px;
	}
	.main-data-info .modal-body .form-control{
		height: auto;
	}
	/* =======================withdraw page=========================== */
	.main-data-title{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 11px;
		border-radius: 6px;
		margin-bottom: 16px;
	}
	.main-data-title h2{
		font-size: 23px;
		margin-bottom: 0;
	}
	.main-data-title p{
		color: #000;
		margin-bottom: 0;
	} 
	.custom-body .form-group {
		margin-bottom: 40px;
	}
	.custom-body .small-button{
		width: auto;
		margin: auto;
		display: flex;
		padding: 5px 26px;
	}


	/* ======== Profile ======== */
	.personal-info-main{
		border-radius: 15px;
		margin-bottom: 30px;
	}
	.personal-info-main .personal-info-head{
		width: 100%;
		margin: 0;
		align-items: center;
	}
	.personal-info-main .personal-info-head img{
		width: 125px;
		height: 125px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		border: 4px solid #fff;
	}
	.personal-info-main .personal-info-head .main-info{
		padding: 20px;
		margin: 0;
		border-radius: 15px;
		background-color: #224d47;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		height: 170px;
		-o-border-radius: 15px;
	}
	.card .table thead{
		background-color: #0a4e47;
		color: #fff;
	}
	.card .table thead th{
		padding: 15px;
		font-weight: 600;
		text-align: left;
		border-right: 1px solid #bfb5b533;
	}
	li.page-item.disabled {
		opacity: 0.7;
		cursor: no-drop;
	}
	.card .table tbody tr td{
		text-align: left !important;
		border-right: 1px solid #a59c9c24;
		vertical-align: middle;
	}
	.mob-logo{
		display: none;
	}
	.mob-logo img{
		width: 150px;
	}
	.personal-info-main .personal-info-head .personal-data{
		color: #fff;
	}
	.personal-info-main .personal-info-head .personal-data h4{
		font-weight: 700;
		font-size: 16px;
		margin-bottom: 6;
	}
	.personal-info-main .personal-info-head .personal-data P{
		font-size: 15px;
		color: #c3dbc3;
	}
	.personal-info-main .personal-info-head .personal-data .file-upload{
		width: 80%;
	}
	.personal-info-main .personal-info-head .personal-data .file-upload input{
		border: 1px solid #c3dbc3;
		width: 100%;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-ms-border-radius: 7px;
		-o-border-radius: 7px;
	}
	.personal-info-main .personal-info-head .personal-data .file-upload input[type="file"]::file-selector-button {
		border: none;
		padding: 7px 20px;
		border-radius: 0.2em;
		background-color: #c3dbc3;
		transition: 1s;
	}
	.personal-info-main .personal-info-head .personal-data .file-upload-btn{
		width: 20%;
		border: none;
		padding: 7px 20px;
		border-radius: 0.2em;
		background-color: #c3dbc3;
		transition: 1s;
		-webkit-border-radius: 0.2em;
		-moz-border-radius: 0.2em;
		-ms-border-radius: 0.2em;
		-o-border-radius: 0.2em;
	}
	.personal-info-main .personal-info-head .profile-register-info{
		padding: 20px;
		margin: 0;
		border-radius: 15px;
		background-color: #224d47;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
	}
	.personal-info-main .personal-info-head .profile-register-info{
		text-align: center;
		height: 170px;
	}
	.personal-info-main .personal-info-head .profile-register-info p{
		color: #c3dbc3;
		margin: 0;
		margin-bottom: 15px;
		margin-top: 10px;
	}
	.personal-info-main .personal-info-head .profile-register-info h2{
		margin: 0;
		color: #ffffff;
		font-weight: 600;
		font-size: 30px;
		margin-bottom: 15px;
	}
	.dashboard-info .tbl-wallet{
		margin-right: 46px;
	}
	.personal-info-main .personal-info-head .profile-register-info h4{
		margin: 0;
		color: #c3dbc3;
		font-weight: 500;
		font-size: 14px;
	}
	.personal-info-main .profile-info-body{
		    padding: 27px;
		margin-top: 37px;
		border-radius: 7px;
		    border: 1px solid #224d4736;
		background: #fff;
	}
	.personal-info-main .profile-info-body .profile-details-input{
		margin-bottom: 30px;
	}
	.personal-info-main .profile-info-body label{
	    font-size: 16px;
		font-weight: 600;
		margin-bottom: 7px;
	}
	.personal-info-main .profile-info-body input.form-control{
		border: 1px solid #c7c7c7 !important;
	}
	.personal-info-main .profile-info-body .form-select{
		border: 1px solid #c7c7c7 !important;
		padding: 14px;
	}
	.personal-info-main .profile-save-btn{
	    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
	}
	.personal-info-main .profile-save-btn .small-button{
		width: auto;
		font-size: 17px;
		padding: 9px 21px;
		margin-bottom: 0px;
	}
	.profile-verification p{
		background: #c3dbc34a;
		padding: 14px;
	}
	.profile-verification{
	    box-shadow: 0px 0px 7px 5px #0000000d;
    background: #fff;
    padding: 18px;
    border-radius: 11px;
    border: 1px solid #224d4747;
	}
	/* ====================Security Page================== */
	.security-heading{
		padding-right: 20px;
	}
	.security-heading h2{
		margin-top: 20px;
		background-color: #f0f0f0;
		padding: 14px;
		font-size: 23px;
		border-radius: 10px;
	}
	.nav.nav-tabs.security-tabs{
	    margin: 36px 0 40px;
		gap: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #00000045;
	}
	.security-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
		color: #fff!important;
		background-color: #224d47;
	}
	.qr-code svg {
		background: #fff;
		padding: 15px;
		border-radius: 9px;
		box-shadow: 0px 1px 10px 4px #0000001c;
		border: 1px solid #00000054;
	}
	 .security-tabs  .nav-link{
	    color: #224d47;
		border-radius: 6px;
		padding: 9px 21px;
		background: #67b2504a;
		border: 0 !important;
		transition: all 0.5s;
	}
	.security-tabs  .nav-link:hover{
    	background: #224d47;
	    color: #fff;

	}
	.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
		border: 0 !important;
	}
	.nav-link:focus, .nav-link:hover{
		border: 0;
	}
	.security-menu .nav-tabs .nav-link{
		color: #224d47 !important;
	}
	.security-menu .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
		border: none;
	}
	.security-qrcode{
		margin: 20px 0 50px;
		margin-right: 20px;
	}
	.security-qrcode .row{
		align-items: center;
	}
	.security-qrcode p{
		margin-bottom: 9px;
		font-size: 16px;
		font-weight: 500;
	}
	.security-qrcode p span{
		font-weight: 700;
		text-transform: uppercase;
	}
	.authentication-info .row{
		align-items: end;
	}
	.authentication-info label{
		font-weight: 700;
		margin-bottom: 10px;
	}
	.authentication-info input{
		padding: 10px 25px;
		background-color: transparent;
		height: 54px;
		border: 1px solid #c7c7c7 !important;
		font-size: 15px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		width: 100%;
	}
	.authentication-info input:focus{
		border: none;
		outline: none;
	}
	.firstStepPassword .form-group{
		margin-bottom: 15px;
	}
	button[disabled] {
    opacity: .5;
    cursor: not-allowed;
    color: #fff !important;
}
button[disabled]:hover{
	background-color: #224D47;
}
	.authentication-info .small-button{
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
		margin-bottom: 0;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	.security-features{
		margin-top: 50px;
	}
	.security-features h4{
		font-size: 20px;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.security-features p{
		font-size: 16px;
		margin-bottom: 5px;
		font-weight: 500;
	}
	.main-data{
		padding-right: 20px !important;
	}
	.history-mian-info{
		padding-right: 0px;
		background: #fff;
		border-radius: 4px;
	}

	.history-table{
		padding: 20px;
		position: relative;
	}
	.history-details{
		width: 100%;
	}
	.history-details thead tr{
		background-color: #0a4e47;
		border-radius: 15px !important;
		-webkit-border-radius: 15px !important;
		-moz-border-radius: 15px !important;
		-ms-border-radius: 15px !important;
		-o-border-radius: 15px !important;
	}
	.security-code .form-control{
		background-color: #fff;
	}
	.history-details thead tr th{
		padding: 10px 20px;
		text-align: center;
		color: #fff;
		font-weight: 600;
	}
	.history-details tbody tr td{
		padding: 10px 20px;
		text-align: center;
		color: #000;
	}
	.odd{
		background-color: #def2d7;
	}
	.even{
		background-color: #fff;
	}
	.small-button .next-arrow{
		padding-left: 10px;
	}
	.pass-change-main p{
		color: #224d47;
		background-color: #def2d7;
		padding: 20px;
		font-weight: 500;
		font-size: 15px;
	}
	.pass-change-main p span{
		font-weight: 800;
	}
	.pass-change-main label{
		font-weight: 600;
		margin-bottom: 7px;
	}
	.pass-change-main label span{
		color: red;
	}
	.small-button span i {
		font-size: 16px;
	}
	.transation-details{
		position: relative;
	}
	.secondStepPassword .otp-button .otp-btn{
		top: 7px;
	}
	.secondStepPassword .otp-button .timer-btn{
		right: 8px !important;
		position: absolute;
	}
	.plan-inactive {
		font-size: 18px;
		color: #b61616;
		font-weight: 400;
		width: 97px;
		height: 37px;
		border-radius: 9px;
		background-color: #ffc7c7;
		line-height: 35px;
		margin-top: 17px;
		align-self: center;
		text-align: center;
	}
	.fee-label-info {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.fee-label-info span {
    font-weight: 600;
}
	.with-bal-text{
	    font-weight: 600;
    	font-size: 17px;
	}
	.secondStepPassword,.firstStepPassword{
		border: 1px solid #224d4736;
		padding: 17px;
		background-color: #fff;
		border-radius: 7px;
	}
	.pass-change-main .otp-input{
		width: 100%;
		border: 1px solid #224d47;
		border-radius: 7px;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-between;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-ms-border-radius: 7px;
		-o-border-radius: 7px;
	}
	.secondStepPassword .otp-input{
		margin-bottom: 15px;
	}
	.pass-change-main .otp-input input{
		width: 100%;
	}
	.pass-change-main .otp-input input:focus{
		outline: none;
	}
	.pass-change-main .otp-input input,.otp-input .otp-btn{
		border: none;
		background-color: transparent;
	}
	.pass-change-main .otp-input .otp-btn{
		background-color: #224d47;
		color: #fff;
		padding: 6px 6px;
    	width: 65px;
		font-weight: 600;
		border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		-ms-border-radius: 7px;
		-o-border-radius: 7px;
		border: 1px solid #224D47;
	}
	.pass-change-main .otp-input .resend-btn:hover{
		background-color: transparent;
		color: #224d47;
		border: 1px solid #224D47;
		transition: all 0.3s;
	}
	.pass-change-main .timer-btn{
		/* display: none; */
		transition: all 0.3s;
	}
	.pass-change-main .timer-btn:hover{
		background-color: #143530;
	}
	.pass-change-main .resend-btn{
		width: 140px !important;
		font-size: 15px;	
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	input[type=number] {
		-moz-appearance: textfield;
	}

	/* ======= KYC - Verification ======= */
	.kyc-title h2{
    padding: 15px 4px;
	padding-top: 0px;
    font-size: 27px;
    font-weight: 600;
    border-bottom: 1px solid #014f4742;
    margin: 0px 0 30px;
	
	}
	.kyc-main{
		padding: 15px;
		margin-right: 20px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		border: 1px solid #f0f0f0;
		margin-bottom: 30px;
	}
	.kyc-details-info {
    border: 1px solid #224d4736;
    padding: 17px;
    background-color: #fff;
    border-radius: 7px;
}
	.kyc-main .kyc-basic-title h4{
		font-size: 22px;
		font-weight: 600;
		margin-bottom: 30px;
	}
	.kyc-main .kyc-input{
		margin-bottom: 19px;
	}
	.kyc-main .kyc-input label{
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 7px;
	}
	.kyc-main .kyc-input .form-select{
		border: 1px solid #c7c7c7 !important;
		padding: 14px !important;
	}
	.kyc-main .kyc-input .form-control{
		border: 1px solid #c7c7c7 !important;
		padding: 14px !important;
	}
	.kyc-main .kyc-input .form-select:focus{
		box-shadow: none;
	}
	.kyc-main .kyc-image-input{
		    border: 1px solid #c7c7c7 !important;
		background: #fff;
		padding: 18px 14px !important;
		border-radius: 7px;
	}
	.kyc-main .kyc-image-input h2{
		text-align: center;
		font-weight: 600;
		font-size: 26px;
	}
	.kyc-main .kyc-image-input p{
		text-align: center;
		font-size: 18px;
	}
	.kyc-main .kyc-image-input .kyc-image-upload{
		position: relative;
		margin: 30px 0;
	}
	.kyc-main .kyc-image-input .kyc-image-upload input{
		cursor: pointer;
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	.kyc-main .kyc-image-input .kyc-image-upload img{
		display: flex;
		margin: 0 auto;
		width: 263px;
		height: 263px;
	}

	.self-kyc-upload h4{
		margin-bottom: 20px;
		text-align: center;
	}
	.self-kyc-upload .kyc-separate-btn{
		margin-bottom: 20px;
	}
	.self-kyc-data{
		padding: 20px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		border: 1px solid #000;
		padding: 20px;
		height: 600px !important;
	}
	.self-kyc-camera,.self-kyc-files{
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.self-kyc-data h3{
		font-size: 30px;
		font-weight: 600;
		text-align: center;
	}
	.self-kyc-data h6{
		text-align: center;
		font-size: 16px;
		font-weight: 600;
	}
	.self-kyc-data p{
		text-align: center;
		font-size: 18px;
	}
	.take-photo-btn{
		width: 100%;
		display: flex;
	}
	.take-photo-btn .small-button{
		margin: 0 auto;
		font-size: 16px;
		width: auto;
	}
	.take-photo-btn .small-button i{
		padding-left: 10px;
		font-size: 20px !important;
	}
	.kyc-submit-btn{
		text-transform: uppercase;
		margin-top: 20px !important;
		text-align: center;
	}
	.kyc-submit-btn .small-button{
		width: auto;
		font-size: 17px;
		padding: 9px 21px;
		margin-bottom: 0px;
	}
	.kyc-submit-btn .small-button i{
		padding-left: 10px;
	}
	.taken-photo{
		text-align: center;
	}
	.kyc-verified-main{
		text-align: center;
		background-color:#f1fff9;
		padding: 40px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		border: 1px solid #2f998e;
	}
	.kyc-verified-symbol{
		font-size: 90px;
		text-align: center;
		color: #842029;
	}
	.kyc-verified-symbol i{
		color: #0a4e47;
	}
	.kyc-verified-symbol img{
		width: 100%;
		max-width: 300px;
	}
	.kyc-verified-info h3{
		font-weight: 600;
		text-align: center;
		color: #0f5132;
		margin-top: 11px;
	}
	.kyc-rejected i{
		color: #fff5f5;
		font-size: 48px;
	}
	.kyc-rejected h3{
		color: #721c24;
	}
	.kyc-verified-info p{
		text-align: center;
		font-size: 22px;
		color: #000;
	}
	.kyc-rejected .kyc-verified-symbol{
		font-size: 90px;
		    padding: 16px 18px;
		display: flex;
		align-items: center;
		text-align: center;
		border-radius: 12px 0px 0px 12px;
		color: #ffffff;
		margin-right: 20px;
		background: #721c24;
	}
	.kyc-verified-info strong{
		color:#00413a;
	}
	.kyc-verified-info b{
		color:#0f5132;
	}
	.kyc-rejected{
		display: flex;
		max-width: 552px;
		padding: 0px;
		margin: auto;
		align-items: center;
		text-align: left;
		background-color: #f5c6cb;
		-webkit-border-radius: 12px;
		margin-bottom: 47px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
		border: 1px solid #f5c6cb;
	}
	.kyc-rejected h3{
	text-align: left;
		margin-bottom: 8px;
		margin-top: 0px;
		font-size: 20px;
	}
	.kyc-rejected p{
		text-align: left;
		margin-bottom: 0px;
		font-size: 15px;
	}
	.kyc-success{
		padding: 0px !important;
		border: 1px solid #499e5261;
	}
	.kyc-success .kyc-verified-info{
		padding: 25px 8px;
	}
	.kyc-success i{
		color: transparent;
		padding: 23px;
		-webkit-text-stroke: 2px #fcffff;
	}
	.kyc-success  h3{
		color: #499e52;
		font-size: 25px;
	}
	.kyc-success  p{
		    font-size: 16px;
	}
	.kyc-success .kyc-verified-symbol{
		font-size: 90px;
		text-align: center;
		background: #499e52;
		border-radius: 15px 15px 0px 0px;
	}
	.kyc-revieeing h3 {
		margin-bottom: 11px;
		font-size: 22px;
    	margin-top: 18px;
	}
	.kyc-revieeing p{
		font-size: 17px;
	}
	/* ======== Personal - Info ======== */
	.profile-title{
		font-size: 28px;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.profile-save-btn .next-arrow{
		padding-left: 10px !important;
	}
	.personal-info-main{
		border-radius: 15px;
	}
	.personal-info-main .personal-info-head{
		width: 100%;
		margin: 0;
	}
	.personal-info-main .personal-info-head img{
		width: 125px;
		height: 125px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}
	.personal-info-main .personal-info-head .col-9{
		padding: 20px 40px;
		border-radius: 15px;
		background-color: #224d47;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		-o-border-radius: 15px;
	}
	.bar1, .bar2, .bar3 {
		width: 27px;
		height: 3px;
		background-color:#0a4e47;
		margin: 6px 0;
		transition: 0.4s;
	}
	.navbar-light .navbar-toggler {
		color: transparent; 
	}
	
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-8px, 6px);
		transform: rotate(-45deg) translate(-8px, 6px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-8px, -8px);
		transform: rotate(45deg) translate(-6px, -6px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.navbar-toggler-icon{
		background-color: #d69a20;
	}
	.header-profile{
		display: none;
	}
	.main-data-bg {
    width: 100%;
}
.header-logo img {
    width: 136px;
}
.header-logo  {
display: none;
}
.wallet-icon img {
    width: 30px;
}
.sidebar-main {
    width: 100%;
    max-width: 300px;
}
	.main-wrapper-data {
    display: flex;
}
	@media(max-width:1500px){
		.acc-data{
			padding: 30px 15px;
		}
		.row.acc-data.m-0.justify-content-center .col-lg-9.col-md-12.col-12 {
			width: 96%;
		}
		.acc-data.row.justify-content-center.m-0 .col-lg-9.col-xxl-7.col-md-9.col-12.col-sm-12 {
			width: 73%;
		}
		.sidebar-main{
			display: none;
		}
		.header-logo  {
		display: block;
		}
		.main-header{
			margin-top: 9px;
			padding-left: 18px;
			border-bottom: 1px solid #00000040;
		}
		.navbar-expand-lg .navbar-collapse{
			flex-basis: auto;
			justify-content: left;
			gap: 69px;
		}

	}
	@media(max-width:1400px){
		.total-bal h2{
			font-size: 25px;
		}
		.profile-details>h5{
			font-size: 17px;
		}
		.sidebar-menu{
			padding: 50px 0px 58px;
		}
	
		.wallet-info-bg h2{
			font-size: 12px;
		}
		.wallet-info-bg h3{
			font-size: 15px;
		}
		.wallet-info-bg{
			height: 214px;
		}
		.total-bal {
			height: 214px;
		}
		.navbar-light .navbar-nav .nav-link{
			    margin-right: 29px;
		}
		
	}
	@media(max-width:1300px){
		.forgot-password a {
			font-size: 14px;
		}
		.acc-data .acc-inner-data label {
			font-style: normal;
			font-weight: 500;
			font-size: 16px;
		}
	}
	@media(max-width:1200px){
		.sidebar-main{
			width: 25%;
		}
		.navbar-light .navbar-nav .nav-link{
			    margin-right: 16px;
		}
		.navbar-expand-lg .navbar-collapse{
			        gap: 30px;
		}
		.acc-data.row.justify-content-center.m-0 .col-lg-9.col-xxl-7.col-md-9.col-12.col-sm-12{
			width: 100%;
		}
		
		.invest-item{
			flex-direction: column;
			align-items: center;
			justify-content: center;
			height: 350px;
		}
		.form-control {
			font-size: 15px !important;
		}
		.view-referrel .small-button{
			margin-top: 15px;
		}
		.acc-data .acc-inner-data label {
			font-style: normal;
			font-weight: 500;
			font-size: 15px;
		}
		.referral-item{
			height: 350px;		
		}
	
		.main-data-info .col-lg-9{
			width: 100%;
		}
		.main-data-info .plan-name{
			width: 100%;
		}
		.plan-main-content{
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
			margin-top: 7px;
		}
		.plan-active{
			margin-top: 0;
		}
		.create-ticket .small-button{
			width:auto;
		}
		.ticket-count{
			height: auto;
		}
		.create-new i{
			font-size: 21px;
		}
		.ticket-icon i{
			font-size: 24px;
		}
		.transation-details {
			position: relative;
			width: 100%;
			overflow-x: scroll;
		}
		.wallet-info-bg{
			height: 199px;
		}
		.total-bal {
			height: 199px;
			width: 100%;
		}
		.wallet-info-bg h3 {
			font-size: 13px;
		}
		.wallet-icon i{
			font-size: 19px;
		}
		.view-details{
			top: 5px;
		}
		.total-bal h2{
			font-size: 20px;
		}
		.account-info-item p{
			font-size: 14px;
		}
		.account-info-item h3{
			font-size: 16px;
		}
		.acc-title h1 {
			font-size: 28px;
		}
		.acc-title p {
			font-size: 16px;
		}
		.input-icon i{
			font-size: 16px;
		}
		.nav-tabs{
			margin: 0 0 6px;
		}
		.history-table{
			overflow-x: scroll;
			max-width: 100%;
		}
		.navbar-light .navbar-nav .nav-link{
			font-size: 16px;
		}
		.kyc-revieeing{
			padding: 8px;
		}
		.acc-data{
			padding: 30px 0px;
		}
		.ticket-count{
			    padding: 25px 14px;
		}
		.col-xxl-3.col-md-12.col-lg-3.col-12.col-sm-12 {
			width: 100%;
			margin-top: 5px;
		}
		.personal-info-main .profile-info-body .profile-details-input {
			margin-bottom: 12px;
		}
	}

	@media(max-width:992px){
		.mob-logo img {
    width: 114px;
}  
    #mob-menu {
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: -250px;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 7px;
        display: block;
        transition: all 0.5s;
    }
	.main-header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
				.mob-logo{
		display: block;
	}
	.header-submenu ul li .active {
    color: #1f4e47 !important;
}
	.header-logo {
		margin-bottom: 26px;
		padding: 17px;
		border-bottom: 1px solid #91af87;
	}
    #mob-menu .closebtn {
        position: absolute;
        top: 2px;
        right: 14px;
        font-size: 36px;
        margin-left: 50px;
        color: #000;
    }
    .menu.open #mob-menu {
        width: 250px;
        margin-left: 0px;
        display: block;
        text-align: left;
        left: 0px;
        transition: all 0.5s;
    }
	div#menu-1 {
        z-index: 99;
        position: relative;
    }
	 a.burger {
        display: block;
        text-align: end;
		display: block;
        border: 1px solid #1f4e4787;
        padding: 7px 11px;
        font-size: 21px;
        color: #1f4e47;
        border-radius: 3px;
    }
	.navbar-light .navbar-nav .nav-link{
		color: #000000d6;
    font-weight: 600 !important;
	}
	.navbar-light .navbar-nav .active {
    font-weight: 600 !important;
    color: #224d47;
}
    a.burger,
    a.closebtn {
        display: block;
    }
	.header-submenu ul li a{
    padding: 14px 26px;
    border-bottom: 1px solid #d3d3d3;
	}
	.head-dropdown-menu {
		background: #f0f0f0;
	}
	
    .overlay-1 {
        display: none;
    }
    .overlay-1:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #0000005e;
        right: 0;
        left: 0;
        top: 0;
    }
		.sidebar-main{
			display: none;
		}
		.main-header{
			padding-left: 0px;
		}
		.acc-data{
			align-items: baseline;
		}

		.account-logo img {
		width: 151px;
		padding: 11px 10px;
		}
		.account-logo img {
		width: 151px;
		padding: 11px 10px;
	}
		.head-dropdown:hover .header-submenu {
			display: none;
		}
		.header-profile{
			display:block;
		}
		.header-profile .dropdown-menu i{
			margin-right: 6px;
		}
		.header-profile img{
			        width: 30px;
        height: 30px;
			border: 1px solid #224d47;
			border-radius: 50%;
			padding: 0px;
			margin-right: 5px;
		}
		.header-profile .dropdown-menu[data-bs-popper]{
			left: -8px;
			background: #224d47;
			border: 1px solid #def2d742;
			padding: 0px;
		}
		.header-submenu {
			position: absolute;
			top: 28px;
			width: 232px;
			left: 19px;
		}
		.dropdown-item{
			color: #def2d7;
			padding: 15px;
			border-bottom: 1px solid #def2d75c;
		}
		.header-profile .button{
			background: transparent;
			padding: 5px;
			border: 1px solid #2457504f;
			border-radius: 3px;
			box-shadow: none;
		}
		.header-submenu ul li a{
			color: #000;
		}
		.header-submenu {
			position: static;
			top: 28px;
			width: 100%;
			margin: 0 auto;
			z-index: unset;
			transition: unset;
			display: none;
			padding-top: 0;
			border-bottom: none;
		}
	    .menu.open .overlay-1 {
			display: block;
		}
		.main-header .navbar{
			border-bottom: 1px solid #00000000;
		}
		.security-heading h2{
			margin-left: 12px;
		}
		.navbar-toggler:focus{
			box-shadow: none;
		}
		.dashboard-info .tbl-wallet{
			padding: 0px;
			margin: 0px;
		}
		.main-header {
			margin-top: 4px;
		}
		.table-border .table tbody .text-success{
			padding:16px;
		}
		.acc-title-info{
			text-align: center;
		}
		.security-heading h2 {
			margin-top: 9px;
		}
		.security-features {
			margin-top: 21px;
		}
		.security-key {
			margin-top: 22px;
			margin-bottom: 12px;
		}
		.view-referrel{
			margin-bottom: 15px;
		}
		.main-body-info{
			padding-left: 0px;
			padding: 18px;
		}
		.dash-plan-info .card{
			margin-right: 0px;
		}
		.forgot-password a {
			font-size: 15px;
		}
	
		.form-control {
			font-size: 16px !important;
		}
		.acc-data .acc-inner-data label {
			font-style: normal;
			font-weight: 500;
			font-size: 18px;
		}
		.main-data-bg{
			width: 100%;
		}
		.account-right{
			min-height:auto;
		}
		.acc-data{
			height: auto;
			padding:28px 8px;
		}
		.wallet-info-bg{
			margin-bottom: 15px;
		}
		.invest-item{
			flex-direction: row;
			height: auto;
		}
		.wallet-info-bg h2{
			font-size: 19px;
		}
		.total-bal{
			width: 199px;
			height: 199px;
		}
		.main-body-info{
			    margin-top: 12px;
		}
		.account-info-item {
			margin-bottom: 14px;
		}
		.personal-info-main .personal-info-head .main-info{
			height: auto;
		}
		.personal-user-image{
	        text-align: left;
        margin-bottom: 9px
		}
		.personal-info-main .personal-info-head .profile-register-info {
			text-align: center;
			margin-top: 10px;
		}
		.personal-info-main{
			border: none;
			margin-right: 0px;
		}
		.profile-title{
			margin-bottom: 0px;
			padding: 0px 19px;
		}
		.security-qrcode{
			margin: 0;
		}
		.qr-code{
			margin-bottom: 15px;
		}

		.kyc-title h2{
			font-size: 21px;
		}
		.kyc-main .kyc-input {
			margin-bottom: 12px;
		}
	
		.kyc-verified-main{
			margin-bottom: 16px;
		}
		.kyc-main{
			margin-right: 0px;
			        padding: 0;
		}
		.kyc-main .kyc-image-input{
			margin-bottom: 12px;
		}
		.navbar-light .navbar-nav .nav-link {
	        display: block;
			padding: 14px 26px;
			border-bottom: 1px solid #00000030;
		}
		.navbar-nav .nav-link {
			padding: 18px 35px;
			border-bottom: 1px solid #def2d770;
		}
		.header-submenu::after{
			display: none;
		}
		.header-submenu{
			display: none;
		}
		.profile-info-body .col-lg-6{
				padding: 0px;
		}
		.dashboard-info{
			    padding-bottom: 19px;
		}
	}
	@media(max-width:768px){
		.view-referrel .small-button {
			width: auto;
			border: 1px solid #deefce94;
			background: transparent;
			padding: 10px 25px;
			margin: auto;
			display: flex;
			justify-content: center;
			font-size: 16px;
		}
		.card .table tbody tr td{
			    white-space: nowrap;
		}
		.personal-info-main .profile-save-btn{
			    margin-top: 12px;
		}
		button.button.dropdown-toggle span {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			align-items: center;
			display: inline-block;
			max-width: 78px;
		}
		.header-profile .button{
			display: flex;
			align-items: center;
		}
		.main-body-info.mt-5 {
			margin-top: 20px !important;
		}
		.table-filter .small-button.mt-3 {
			margin-top: 7px !important;
			margin-bottom: 17px;
		}
		.table-filter .form-group {
			margin-bottom: 12px;
		}
		.success-box{
			    margin-top: 3px;
		}
		.success-box h1 {
    		font-size: 22px;
		}
		.title-data-info h2{
			padding: 8px 4px;
			padding-top: 0px;
			margin: 0px 0 24px;
			font-size: 21px;
		}
		.success-box {
    		padding: 15px;
		}
		.success-box p {
    		font-size: 16px;
		}
		.main-data-info{
			    padding: 0px 13px;
				margin-top: 24px;
		}
		.view-referrel .referral-link{
			margin-bottom: 11px;
		}
		.message-send-input .form-control {
			width: 365px;
		}	
		.profile-upload-main{
			justify-content: left;
		}
		.personal-info-main .personal-info-head .personal-data .file-upload-btn {
			width: 30%;
			margin-top: 10px;
		}
		.account{
			height: auto;
		}
		.acc-title-info {
    		margin-bottom: 27px;
		}
		.personal-info-main .personal-info-head .personal-data .file-upload-btn{
			        margin-top: 18px;
		}
	}
	@media(max-width:575px){
		.acc-title h1{
			font-size: 29px;
		}
		.kyc-main .kyc-image-input h2 {
			font-size: 21px;
		}
		    .profile-upload-main {
			justify-content: center;
		}
		.personal-user-image{
			text-align: center;
		}
		.header-profile .button{
			padding: 4px 5px;
        	font-size: 12px;
		}
		.kyc-main .kyc-image-input p {
			font-size: 14px;
		}
		.form-check-info label{
			font-size: 13px;
		}
		.personal-info-main .personal-info-head .profile-register-info p{
			    margin-bottom: 6px;
    			margin-top: 5px;
		}
		.personal-info-main .personal-info-head .profile-register-info h2{
			    margin-bottom: 8px;
		}
		.personal-info-main .personal-info-head .profile-register-info{
			height: auto;
		}
		.personal-info-main .personal-info-head img {
		width: 100px;
		height: 100px;
		}
		.payment-title label{
			font-size: 16px;
		}
		.message-send-input .form-control {
			width: 325px;
		}
		.table-filter {
			padding: 10px;
		}
		.account-info-item p {
			font-size: 19px;
		}
		.acc-data{
			background-position: inherit;
		}
		.view-referrel .referral-link a {
			font-size: 12px;
		}
		.personal-info-main .personal-info-head .personal-data {
			color: #fff;
			text-align: center;
			margin-top: 10px;
		}
		.view-referrel{
			margin-bottom: 0px;
		}
		.personal-info-main .personal-info-head .personal-data .file-upload-btn {
			width: 50%;
		}
		.personal-info-main .personal-info-head .personal-data .file-upload {
			width: 100%;
		}
		.security-key{
			margin-top: 22px;
			margin-bottom: 12px;
		}
		.kyc-revieeing h3{
			font-size: 17px;
		}
		.kyc-revieeing{
			padding: 6px;
		}
		.security-btn{
			margin-top: 10px;
		}
		.ticket-icon i {
			font-size: 27px;
		}
		.ticket-count span {
			font-size: 22px;
		}
		    .ticket-count {
			padding: 14px 14px;
		}
		.create-new i {
			font-size: 27px;
		}
		.plan-main-content{
			margin-bottom: 20px;
		}
		.copyright p {
			font-style: normal;
			font-weight: 500 !important;
			font-size: 14px;
		}
		.account-info-item,.wallet-info-bg{
			margin-bottom: 12px;
		}
		.security-tabs .nav-link{
			    padding: 6px 14px;
		}
		.kyc-verified-info {
			padding: 8px;
		}
		.view-referrel{
			    padding: 14px;
		}
		.security-features h4{
			font-size: 17px;
    		font-weight: 600;
		}
		.nav.nav-tabs.security-tabs
			{
				margin: 21px 0 21px;
			}
		.nav.nav-tabs.security-tabs{
			gap: 9px;
		}
	
		.referral-item {
			height: auto;
        	padding: 23px 10px;
		}
		.trans-title-icon{
			display: block;
		}
		.plan-main-content strong{
			margin-top: 0px;
		}

		.title-info h2 {
			font-size: 17px;
		}
		.wallet-info-bg h2 {
			font-size: 18px;
		}
		.card .small-button {
			width: auto;
			font-size: 13px;
			padding: 8px 21px;
			margin-bottom: 0px;
		}
		.total-bal {
			height: 199px;
			max-width: 199px;
			width: 100%;
		}
		.plan-main-content{
			flex-direction: column;
		}
		.trans-title{
			font-size: 20px;
		}
		.invest-item {
			flex-direction: column;
			height: auto;
			padding: 10px;
		}
		.dash-info-title{
			margin-top: 18px;
		}
		.invesmentplant-bottom {
			margin-top: 25px;
		}
		.dash-plan-info {
			margin-top: 6px;
		}
		
		.view-referrel-link .profile-register-info{
			margin-top: 15px;
		}
		.view-referrel .referral-link{
			margin-bottom: 11px;
		}
		.view-referrel .small-button{
			width: auto;
			border: 1px solid #deefce94;
			background: transparent;
			margin: auto;
			display: flex;
			justify-content: center;
			padding: 6px 19px;
			 font-size: 15px;
		}
		.chat_mess {
			background: #cbf6d4b5;
			padding: 10px;
			border-radius: 17px 0px 17px 16px;
			width: 448px;
			word-wrap: break-word;
			word-break: break-all;
		}
		.history-mian-info{
			padding-right: 0px;
		}
		.history-table{
			padding: 0px;
		}
		.kyc-verified-info p{
			font-size: 13px;
			margin-bottom: 0px;
		}
		.kyc-rejected i {
			color: #fff5f5;
			font-size: 31px;
		}
		.kyc-rejected .kyc-verified-symbol {
			    font-size: 81px;
				padding: 26px 11px;
				margin-right: 3px;
		}
		.main-header{
			margin-top: 4px;
		}
		.kyc-verified-symbol img{
			max-width: 214px;
		}
	}
	@media(max-width:400px){
		.forgot-password a {
			font-size: 13px;
		}
		.acc-data .acc-inner-data label{
			font-size: 15px;
		}
		.acc-title h1 {
			font-size: 24px;
		}
		.message-send-input .form-control {
			width: 221px;
		}
	}
