
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	overflow-x: hidden !important;
}

body {
	font-size: 16px;
	line-height: 1.4;
	color: var(--primary-color);
	font-family: 'Poppins', sans-serif;
}
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: 18px;
	line-height: 30px;
	color: #505050;
}
.acc-field{
	position: relative;
}
.input-icon a:hover{
	color: #0a4e47;
}
.acc-title h1{
	font-size: 38px;
	margin-bottom: 0;
	color: #224D47;
	font-weight: 600;
}
.acc-title p{
	font-size: 20px;
    color: gray;
	margin-top: 5px;
    font-weight: 400;
}
.input-icon i{
	color: #224d47c2;
	font-size: 21px;
}

.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: #c2c2c273;
}
#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;
    border: 1px solid;
    padding: 3px 6px;
    font-weight: 800;
    border-radius: 7px;
}

.input-icon a{
	color: #224d47c2;
    position: absolute;
    top: -3px;
    right: 0px;
    font-size: 21px;
}
.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 {
	height: 100vh;
	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: 10px 10px;
    background: #224D47;
    border: 1px solid #224d47;
    border-radius: 5px;
    color: #fff;
    margin-top: 2px;
    width: 100%;
    font-size: 21px;
    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: 17px;
	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: 18px !important;
	height: 54px;
	background-color: #FFFFFF;
	border: 1px solid #6b6b6bc9;
	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: 100vh;
    align-items: center;
    background: url('../img/bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.dashboard-info{
    background: url('../img/bg.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.acc-field .input-icon{
	position: absolute;
    top: 16px;
    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 #1d8b7c;
}
.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{
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #224d47db;
}
.main-body-info{
	padding-right: 9px;
}
.title-info h2{
	 font-size: 23px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #224d47db;
}
.title-data-info{
	 margin-top: 20px;
    background-color: #f0f0f0;
    padding: 14px;
    font-size: 23px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.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;
}
.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-left: 7px;
}
.form-check-info label{
	color: #000000f2;
	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: 13px;
    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: 12px;
    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;
  	display: none;
    padding-top: 20px;
    border-bottom: 1px solid #0a4e47;
}
.head-dropdown:hover .header-submenu{
	display: block;
}
.head-dropdown-menu{
	background: #0a4e47;
}
.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);
}
.header-submenu ul li a{
	color: #def2d7;
    font-size: 14px;
}
.header-submenu ul li:hover{
	background-color:#def2d71c;
}
.header-submenu ul li{
	padding: 14px 10px;
	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;
	font-size: 16px;
    padding: 15px 30px 15px 20px;
	color: #def2d7;
  }
  .sidebar-wrapper .sidebar-menu-info ul li a:hover{
	background-color: #18665e26;
  }
  .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;
}

.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;
}
.sidebar-logo img{
	width:178px;
}
.sidebar{
	height: 100%;
}
.navbar-light .navbar-nav .nav-link {
	line-height: 24px;
	font-size: 18px;
	color: #224d47 !important;
	font-weight: 500 !important;
	margin-right: 33px;
}
.navbar-light .navbar-nav .active{
	font-weight: 700 !important;
}
.main-header{
	margin-top: 30px;}
.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{
	padding: 0px 20px 0px 0px;
    margin-top: 30px;
}
.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;
}
.deposit-copy-btn{
	position: absolute;
    top: 0px;
    right: 0;
    padding: 16px;
    width: 57px;
    background: #112623;
    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;
	 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: #fff;
    background: #224d47;
    margin-left: 5px;
    margin-left: 15px;
}
.page-item:first-child .page-link{
	border-radius:4px; 
    color: #224d47;
    background: #DEF2D7;
    margin-right: 15px;
}
.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;
}
.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;
}
.transation-details table.table th,
.transation-details table.table td {
	width: 20%;
	text-align: center;
	border-bottom: 1px solid #0000004a;
}
.transation-details {
	height: 334px;
	border-radius: 5px;
	background-color: #fff;
}
.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>th,
.transation-details tr>td {
	font-size: 14px;
	color: #54617a;
	font-weight: 400;
}
.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;
}
.chat_mess_head p{
	margin-bottom: 3px;
}
.chatbox .admin .chat_mess{
	background: #e0e4e4;
    border-radius: 0px 17px 17px 17px;
 }
.chat_mess{
    background: #cbf6d4b5;
    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;
}
.message-send-input .form-control{
	width: 637px;
}
.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;
}
@-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;
    background-color: #f0f0f0;
	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{
	margin-right: 20px;
	border-radius: 15px;
	margin-bottom: 30px;
}
.personal-info-main .personal-info-head{
	width: 100%;
	margin: 0;
	padding: 15px 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: center;
    border-right: 1px solid #bfb5b533;
}
.card .table tbody tr td{
	text-align: center !important;
    border-right: 1px solid #a59c9c24;
    vertical-align: middle;
}
.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: 0;
}
.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: 20px;
}
.personal-info-main .profile-info-body .profile-details-input{
	margin-bottom: 30px;
}
.personal-info-main .profile-info-body label{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.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: end;
	width: 100%;
}
.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 #149d8a30;
    padding: 18px;
    border-radius: 5px;
    border: 1px solid #224d4787;
}
/* ====================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-tabs{
	margin: 0 0 40px;
	border: none !important;
}
.nav-tabs .nav-link{
	color: #224d47 !important;
	border: 0 !important;
}
.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;
	font-weight: 700;
}
.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;
}
.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: 20px;
	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: 5px;
}
.pass-change-main label span{
	color: red;
}
.transation-details{
	position: relative;
}
.secondStepPassword .otp-button .otp-btn{
	top: 7px;
}
.secondStepPassword .otp-button .timer-btn{
	 right: 8px !important;
    position: absolute;
}
.secondStepPassword,.firstStepPassword{
	border: 1px solid #224d4736;
    padding: 17px;
    box-shadow: 0px 0px 5px 3px #0000002e;
    border-radius: 5px;
}
.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: 8px;
	width: 70px;
	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{
	background-color: #f0f0f0;
	padding: 20px;
	border-radius: 15px;
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	margin-right: 20px;
}
.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-main .kyc-basic-title h4{
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.kyc-main .kyc-input{
	margin-bottom: 30px;
}
.kyc-main .kyc-input label{
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.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;
	padding: 14px !important;
	border-radius: 4px;
}
.kyc-main .kyc-image-input h2{
	text-align: center;
	font-weight: 700;
	font-size: 30px;
}
.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: 28px;
    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;
    padding: 0px;
    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: 0px;
	margin-top: 0px;
}
.kyc-rejected p{
	text-align: left;
	margin-bottom: 0px;
	font-size: 18px;
}
.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;
}
.kyc-success .kyc-verified-symbol{
	font-size: 90px;
    text-align: center;
    background: #499e52;
    border-radius: 15px 15px 0px 0px;
}
.kyc-revieeing h3 {
	margin-bottom: 20px;
    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{
	margin-right: 20px;
	border-radius: 15px;
}
.personal-info-main .personal-info-head{
	width: 100%;
	margin: 0;
	padding: 15px;
}
.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;
}
@media(max-width:1400px){
	.acc-data{
		background-position: inherit;
	}
	.total-bal h2{
		font-size: 25px;
	}
	.profile-details>h5{
		    font-size: 17px;
	}
	.sidebar-menu{
		padding: 50px 0px 58px;
	}
	.navbar-light .navbar-nav .nav-link{
		    margin-right: 4px;
	}
	.wallet-info-bg h2{
		    font-size: 12px;
	}
	.wallet-info-bg h3{
		font-size: 15px;
	}
	.wallet-info-bg{
		height: 214px;
	}
	.total-bal {
    	height: 214px;
	}
	
}
@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%;
	}
	.main-data-bg{
		width: 75%;
	}
	.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{
		padding: 0 20px;
	}
	.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-main-content span{
		display: none;
	}
	.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;
	}
	.forgot-password a {
    	font-size: 12px;
	}
	.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;
	}
}

@media(max-width:992px){
	.sidebar-main{
		display: none;
	}
	.head-dropdown:hover .header-submenu {
    	display: none;
	}
	.header-profile{
		display:block;
	}
	.header-profile .dropdown-menu i{
		margin-right: 6px;
	}
	.header-profile img{
		    width: 35px;
		    border: 2px solid #224d47;
		    border-radius: 50%;
		    padding: 4px;
		    margin-right: 5px;
	}
	.header-profile .dropdown-menu[data-bs-popper]{
		left: -8px;
		background: #224d47;
    	border: 1px solid #def2d7;
    	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 {
	    position: static;
	    top: 28px;
	    width: 100%;
	    margin: 0 auto;
	    z-index: unset;
	    transition: unset;
	    display: none;
	    padding-top: 0;
	    border-bottom: 1px solid #0a4e47;
	}
	.is-sticky {
    position: fixed!important;
    width: 100%;
    background: #fff;
    z-index: 99;
    top:0;
    transition: .5s ease-in-out;
	}
	.main-header .navbar{
		    border-bottom: 1px solid #00000040;
	}
	.security-heading h2{
		 margin-left: 12px;
	}
	.navbar-toggler:focus{
		box-shadow: none;
	}
	.dashboard-info .tbl-wallet{
		 padding: 5px;
   		 margin: 20px;
	}
	.main-header {
    	margin-top: 4px;
	}
	.table-border .table tbody .text-success{
    	padding:16px;
	}
	.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: 17px;
	}
	.input-icon i{
		font-size: 21px;
	}
	.form-control {
    	font-size: 18px !important;
	}
	.acc-data .acc-inner-data label {
    	font-style: normal;
    	font-weight: 500;
    	font-size: 18px;
	}
	.main-data-bg{
		width: 100%;
	}
	.account-right{
		height:auto;
	}
	.acc-data{
		height: auto;
		padding: 17px;
	}
	.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;
	}
	.account-info-item {
		margin-bottom: 14px;
	}
	.personal-info-main .personal-info-head .main-info{
		height: auto;
	}
	.personal-user-image{
		text-align: center;
	}
	.personal-info-main .personal-info-head .profile-register-info {
    	text-align: center;
    	margin-top: 10px;
	}
	.personal-info-main{
		padding: 10px;
		border: none;
		margin-right: 0px;
	}
	.profile-title{
		margin-bottom: 0px;
		padding: 0px 19px;
	}
	.security-qrcode{
		margin: 0;
	}
	.tab-content{
		padding: 20px;
	}
	.qr-code{
		margin-bottom: 15px;
	}
	.kyc-title h2{
	    padding: 14px;
	    border-radius: 15px;
	    font-size: 21px;
	    font-weight: 600;
	    margin: 15px 25px 15px;
	}
	.kyc-verified-main{
		margin-bottom: 16px;
	}
	.kyc-main{
		margin-right: 0px;
	}
	.kyc-main .kyc-image-input{
		margin-bottom: 12px;
	}
	.navbar-nav{
		 position: fixed;
	    height: 100vh;
	    right: 0;
	    top: 60px;
	    z-index: 999;
	    width: 300px;
	    background: #000;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #def2d7 !important;
		display: block;
	}
	.navbar-nav::after{
		content: "";
		background-color: #000;
		width: 100%;
		height: 100vh;
	}
	.navbar-nav .nav-link {
		padding: 18px 35px;
    	border-bottom: 1px solid #def2d770;
	}
	.header-submenu::after{
		display: none;
	}
	.header-submenu{
		display: none;
	}
}
@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;
	}
	.view-referrel .referral-link{
		margin-bottom: 11px;
	}
	.message-send-input .form-control {
    	width: 365px;
	}	
	.profile-upload-main{
		justify-content: center;
	}
	.personal-info-main .personal-info-head .personal-data .file-upload-btn {
    	width: 30%;
    	margin-top: 10px;
	}
}
@media(max-width:575px){
	.acc-title h1{
		font-size: 29px;
	}
	.form-check-info label{
		font-size: 13px;
	}
	.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%;
	}
	.qr-code {
	    display: flex;
	    border: 2px dashed;
	    justify-content: center;
	    margin-bottom: 12px;
	    padding: 10px;
	}
	.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: 42px;
	}
	.ticket-count span {
 	   font-size: 26px;
	}
	.create-new i {
    	font-size: 42px;
	}
	.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;
	}
	.referral-item {
    	height: 236px;
	}
	.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;
	    padding: 10px 25px;
	    margin: auto;
	    display: flex;
	    justify-content: center;
	    font-size: 16px;
	}
	.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: 82px;
    	padding: 23px;
	}
	.main-header{
		margin-top: 4px;
	}
}
@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;
	}
}
