@import url("https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap");

:root {
	--body-font: "Jost", sans-serif;
	--body-color: #f7faf5;
	--primary-color: #66a513;
	--secondary-color: #00FE83;
	--head-color: #45435b;
	--section-primary-color: #f2f3f9;
	--section-color: #f5f6fc;
	--para-color: #45435b;
	--border-color: #f7faf5;
	--hover-alt-color: #45435b;
}

.collapsing {
	transition: 0.3s;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--body-font);
	background-color: var(--body-color);
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	overflow-x: hidden;
}

section,
footer {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

h1,
h1>a,
h2,
h2>a,
h3,
h3>a,
h4,
h4>a,
h5,
h5>a,
h6,
h6>a {
	font-family: var(--body-font);
	color: var(--para-color);
	font-weight: 400;
	text-transform: initial;
	transition: all 0.3s;
}

h1>a:hover,
h2>a:hover,
h3>a:hover,
h4>a:hover,
h5>a:hover,
h6>a:hover {
	color: var(--para-color);
}

a,
a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	color: var(--para-color);
}

img {
	max-width: 100%;
}

.max-un {
	max-width: unset;
}

.d-rtl {
	direction: rtl;
}

ul,
ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid var(--border-color);
}

button {
	border: none;
	cursor: pointer;
}

input,
textarea {
	padding: 10px 10px;
	color: var(--para-color);
	width: 100%;
	font-family: var(--body-font);
	background: var(--bs-white);
	border: 1px solid #eeecf7;
	border-radius: 10px;
}

::placeholder {
	color: rgba(12, 38, 110, 0.502);
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(12, 38, 110, 0.502);
}

::-ms-input-placeholder {
	color: rgba(12, 38, 110, 0.502);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/* input[type="password"] {
  font-family: initial;
} */

input[type="checkbox"] {
	width: initial;
	height: initial;
}

select {
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	outline: none;
}

textarea {
	min-height: 150px;
	resize: none;
}

span {
	display: inline-block;
}

.table thead th,
.table td,
.table th {
	border: none;
}

.d-grid {
	display: grid !important;
}

.b-none {
	border: none !important;
}

.ovf-unset {
	overflow-x: unset !important;
}

iframe {
	border: 0;
	width: 100%;
}

.shadow-none {
	box-shadow: none;
}

h1,
h1>a {
	font-size: 76px;
	line-height: 98.8px;
	margin-top: -20px;
}

h2,
h2>a {
	font-size: 57px;
	line-height: 74.1px;
	margin-top: -16px;
}

h3,
h3>a {
	font-size: 43px;
	line-height: 55.9px;
	margin-top: -10px;
}

h4,
h4>a {
	font-size: 32px;
	line-height: 41.6px;
	margin-top: -8px;
}

h5,
h5>a {
	font-size: 24px;
	line-height: 31.2px;
	margin-top: -6px;
}

h6,
h6>a {
	font-size: 18px;
	line-height: 23.4px;
	margin-top: -4px;
}

h1.m-none,
h2.m-none,
h3.m-none,
h4.m-none,
h5.m-none {
	margin: 0;
}

table thead tr th {
	font-size: 18px;
	line-height: 30px;
}

a {
	display: inline-block;
	color: var(--para-color);
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}

p,
span,
li,
label {
	margin: 0;
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 400;
	color: var(--para-color);
	line-height: 30px;
}

.section-text {
	margin-bottom: 34px;
}

.section-header {
	margin-bottom: 53px;
}

.dark-sec .sub-title {
	color: var(--secondary-color);
}

.dark-sec .title,
.dark-sec p {
	color: var(--bs-white);
}

.sub-title {
	color: var(--primary-color);
	margin-bottom: 30px;
}

.title {
	font-weight: 700;
	margin-bottom: 22px;
}

.xxlr {
	font-size: 26px;
	line-height: 36px;
	margin-top: -7px;
}

.xlr {
	font-size: 24px;
	line-height: 36px;
	margin-top: -7px;
}

.mdr {
	font-size: 16px;
	line-height: 22px;
}

.z-1 {
	z-index: 1;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-80 {
	margin-top: 80px;
}

.pt-120 {
	padding-top: 120px;
}

@media (max-width: 991px) {
	.pt-120 {
		padding-top: 60px;
	}

	.mb-60 {
		margin-bottom: 40px;
	}

	.mt-60 {
		margin-top: 40px;
	}

	.mb-80 {
		margin-bottom: 60px;
	}

	.mt-80 {
		margin-top: 60px;
	}

	.header-section {
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
		background-color: var(--bs-white);
	}
}

@media (max-width: 575px) {
	.pt-120 {
		padding-top: 50px;
	}
}

.pb-120 {
	padding-bottom: 120px;
}

@media (max-width: 991px) {
	.pb-120 {
		padding-bottom: 60px;
	}
}

@media (max-width: 575px) {
	.pb-120 {
		padding-bottom: 50px;
	}
}

*::-webkit-scrollbar-track {
	background: #00003e;
}

*::-webkit-scrollbar {
	width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
	background-color: #66a513;
}

.scrollToTop {
	position: fixed;
	bottom: 0;
	right: 30px;
	width: 45px;
	height: 45px;
	background-color: var(--primary-color);
	border-radius: 5px;
	color: #fff;
	line-height: 45px;
	font-size: 20px;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	transition: all 1s;
	transform: translateY(100%);
}

.scrollToTop i {
	color: var(--bs-white);
}

.scrollToTop.active {
	bottom: 30px;
	transform: translateY(0%);
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999999;
	overflow: visible;
	background: url(../../Lakoos-Loading-Animation.json) no-repeat center center;
	background-size: 30%;
	background-color: #F8F8F7;
}

.icon-svg {
	position: relative;
}

.icon-svg img {
	opacity: 1;
	position: absolute;
}

.icon-svg svg {
	position: absolute;
	stroke-dashoffset: 1500;
	stroke-dasharray: 1500;
	transform: scale(1);
	transition: transform 0.3s, fill 0.5s;
	opacity: 0;
	visibility: hidden;
}

.icon-svg:hover svg {
	visibility: visible;
	opacity: 1;
	stroke-dashoffset: 0;
	fill: transparent;
	transition: transform 0.3s, fill 0.5s, stroke-dashoffset 6s;
}

.icon-svg:hover img {
	opacity: 0;
	visibility: hidden;
}

.accordion-button:focus {
	box-shadow: none;
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInDown {
	animation-name: fadeInDown;
}

/* cmn btn */
.cmn-btn {
	padding: 10px 30px;
	font-weight: 600;
	text-align: center;
	background: var(--primary-color);
	color: var(--bs-white);
	transition: 0.3s;
	border-radius: 10px;
	border: 1px solid transparent;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.cmn-btn:hover {
	background: #f7faf5;
	border: 1px solid var(--border-color);
	color: var(--para-color);
}

.cmn-btn img,
.cmn-btn i {
	margin-left: 10px;
}

.cmn-btn.active {
	background-color: transparent;
	border: 1px solid var(--border-color);
	color: var(--para-color);
}

.cmn-btn.active:hover {
	background: var(--primary-color);
	color: var(--bs-white);
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes ripple2Ani {
	0% {
		transform: translate(0px, 0px);
	}

	33% {
		transform: translate(-5px, -5px);
	}

	66% {
		transform: translate(5px, 5px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

/* 
@keyframes stretch {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
  -0% {
    transform: scale(1);
  }
  -50% {
    transform: scale(0.8);
  }
  -100% {
    transform: scale(0.5);
  }
} */

@keyframes rippleAni {
	0% {
		transform: translate(0px, 0px);
	}

	33% {
		transform: translate(5px, -5px);
	}

	66% {
		transform: translate(-5px, 5px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.header-section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin-left: 140px;
	width: calc(100% - 140px);
	z-index: 999;
	background-color: var(--bs-white);
	border-bottom: 1px solid #f7faf5;
	/* box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3); */
	transition: all 0.8s;
}

.header-section.header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	background-color: var(--bs-white);
	border-color: transparent;
}

.header-section .navbar-toggler {
	padding-right: 0;
	display: none;
	border: none;
}

.header-section .navbar-toggler:focus {
	box-shadow: none;
}

.header-section .navbar-toggler i {
	color: var(--head-alt-color);
}

.header-section .navbar-area {
	padding: 10px 40px;
}

.header-section .navbar-area .sidebar-icon {
	margin-right: 100px;
	cursor: pointer;
}

.header-section .navbar-area form .form-group {
	padding: 0 12px;
	background: #f9f9f9;
	border: 1px solid #66a513;
	border-radius: 10px;
}

.header-section .navbar-area form .form-group input {
	background-color: transparent;
	border: none;
	padding-left: 10px;
}

.header-section .navbar-area .dashboard-nav {
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	margin-left: 100px;
}

.header-section .navbar-area .dashboard-nav .single-item {
	cursor: pointer;
}

.header-section .navbar-area .dashboard-nav .single-item .profile-area i {
	margin-left: 5px;
}

.header-section .navbar-area .dashboard-nav .single-item .main-area {
	position: absolute;
	top: 50px;
	width: 360px;
	right: 0;
	padding: 30px 30px 30px 15px;
	background: var(--bs-white);
	box-shadow: 0px 20px 50px rgba(44, 63, 88, 0.15);
	border-radius: 20px;
	border-radius: 20px;
	transform: translateY(150px);
	opacity: 0;
	transition: 0.3s;
	visibility: hidden;
}

.header-section .navbar-area .dashboard-nav .single-item .main-area.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.header-section .navbar-area .dashboard-nav .single-item .main-area ul li {
	margin-top: 15px;
}

.header-section .navbar-area .dashboard-nav .single-item .main-area ul li i {
	margin-right: 10px;
}

.header-section .navbar-area .dashboard-nav .single-item .main-area ul li a {
	width: 100%;
}

.header-section .navbar-area .dashboard-nav .single-item .user-content .head-area {
	background: #f7faf5;
	border-radius: 20px;
	padding: 15px;
}

.header-section .navbar-area .dashboard-nav .single-item .user-content .head-area .profile-img {
	margin-right: 20px;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area .notifications-btn {
	position: relative;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area .notifications-btn::before {
	content: '';
	position: absolute;
	background-color: #ED815B;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 6px;
	right: 0;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area .head-area span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 20px;
	color: var(--bs-white);
	background: #902520;
	border-radius: 6px;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area ul li {
	border-radius: 10px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area ul li:hover {
	background: #f7faf5;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area ul li a {
	width: 95%;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area ul li .img-area {
	margin-right: 10px;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area ul li .time-area {
	margin-top: 5px;
}

.header-section .navbar-area .dashboard-nav .single-item.notifications-area ul li i {
	color: #A5A5A5;
	margin-right: 0;
}

.header-section .navbar-area .dashboard-nav .single-item.language-area .language-content {
	max-height: 250px;
	overflow-y: scroll;
}

.header-section .navbar-area .dashboard-nav .single-item.language-area .language-content li {
	font-size: 14px;
	padding: 5px 10px;
	transition: 0.3s;
}

.header-section .navbar-area .dashboard-nav .single-item.language-area .language-content li:hover,
.header-section .navbar-area .dashboard-nav .single-item.language-area .language-content li.active {
	background-color: #66a513;
	color: var(--bs-white);
}

.header-section .sidebar-wrapper {
	position: absolute;
	top: 0;
	width: 150px;
	left: -220px;
	padding: 20px;
	background: var(--bs-white);
	box-shadow: 0px 20px 50px rgba(44, 63, 88, 0.15);
	transform: translateX(150px);
	transition: 0.3s;
	height: 100vh;
	overflow-y: scroll;
}

.header-section .sidebar-wrapper.active {
	opacity: 1;
	left: -140px;
	visibility: visible;
	transform: translateX(0px);
}

.header-section .sidebar-wrapper::-webkit-scrollbar {
	width: 0;
}

.header-section .sidebar-wrapper .close-btn {
	display: none;
	cursor: pointer;
}

.header-section .sidebar-wrapper .close-btn i {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #66a513;
	font-size: 24px;
}

.header-section .sidebar-wrapper .sidebar-logo {
	margin-bottom: 20px;
}

.header-section .sidebar-wrapper ul li {
	border-radius: 20px;
	padding: 15px 10px;
	transition: 0.3s;
}

.header-section .sidebar-wrapper ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-section .sidebar-wrapper ul li span {
	display: none;
}

.header-section .sidebar-wrapper ul li:hover,
.header-section .sidebar-wrapper ul li.active {
	background: #f7faf5;
}

.header-section .sidebar-wrapper ul li img {
	margin-right: 0;
	width: 35%;
}

.header-section .sidebar-wrapper .bottom-item {
	border-top: 1px solid #E4E2EE;
	margin-top: 10px;
	padding-top: 10px;
}

.header-section .sidebar-wrapper .invite-now {
	border: 1px solid #E4E2EE;
	padding: 20px;
	background: var(--bs-white);
	border: 1px solid #DFDFDF;
	border-radius: 20px;
	text-align: center;
	display: none;
}

.header-section .sidebar-wrapper .invite-now p {
	margin: 15px 0 25px;
}

.header-section .sidebar-wrapper .invite-now .cmn-btn {
	border-radius: 25px;
	width: 100%;
}

.header-section.body-collapse {
	margin-left: 270px;
	width: calc(100% - 270px);
}

.header-section.body-collapse .sidebar-wrapper {
	width: 270px;
	left: -420px;
}

.header-section.body-collapse .sidebar-wrapper ul li span {
	display: block;
}

.header-section.body-collapse .sidebar-wrapper ul li img {
	width: auto;
	margin-right: 10px;
}

.header-section.body-collapse .sidebar-wrapper ul li a {
	justify-content: start;
}

.header-section.body-collapse .sidebar-wrapper .invite-now {
	display: block;
}

.dashboard-section {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	margin-left: 140px;
	width: calc(100% - 140px);
	transition: all 0.8s;
}

.dashboard-section.body-collapse {
	width: calc(100% - 270px);
	margin-left: 270px;
}

.dashboard-section .section-content {
	position: sticky;
	top: 0;
}

.dashboard-section .dropdown-area {
	position: relative;
}

.dashboard-section .dropdown-area button {
	background-color: transparent;
}

.dashboard-section .dropdown-area .dropdown-menu {
	transition: all 0.3s;
	transform: translate(-160px, 100px) !important;
	display: block;
	overflow: hidden;
	opacity: 0;
	min-width: 190px;
	inset: 0px auto auto 0px !important;
}

.dashboard-section .dropdown-area .dropdown-menu.show {
	transition: all 0.3s;
	opacity: 1;
	transform: translate(-160px, 40px) !important;
}

.dashboard-section .dropdown-area .dropdown-menu li a:hover {
	background-color: #66a513;
	color: var(--bs-white);
}

.dashboard-section .acc-details {
	background: #66a513;
	border-radius: 10px;
}

.dashboard-section .acc-details .top-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
}

.dashboard-section .acc-details .top-area h5,
.dashboard-section .acc-details .top-area h2,
.dashboard-section .acc-details .top-area h4 {
	color: var(--bs-white);
}

.dashboard-section .acc-details .top-area h2 {
	margin: 25px 0 15px;
}

.dashboard-section .acc-details .top-area .receive {
	color: #f7faf5;
}

.dashboard-section .acc-details .top-area .receive span {
	color: #24ff00;
	font-size: inherit;
	font-weight: inherit;
}

.dashboard-section .acc-details .top-area .nice-select {
	border-radius: 10px;
	border: none;
	background-color: transparent;
	padding: 10px 25px;
	color: var(--bs-white);
	display: flex;
	align-items: center;
}

.dashboard-section .acc-details .top-area .nice-select::after {
	border-bottom: 2px solid var(--bs-white);
	border-right: 2px solid var(--bs-white);
	height: 8px;
	width: 8px;
	right: 14px;
	top: initial;
}

.dashboard-section .acc-details .top-area .nice-select .current {
	position: relative;
	display: flex;
	align-items: center;
	color: var(--bs-white);
	font-weight: 600;
}

.dashboard-section .acc-details .top-area .nice-select .current::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: -40px;
	background-image: url(../images/icon/flag-usa.png);
	background-repeat: no-repeat;
}

.dashboard-section .acc-details .top-area .nice-select .list {
	width: 100%;
}

.dashboard-section .acc-details .top-area .right-top {
	display: flex;
	justify-content: end;
	align-items: center;
}

.dashboard-section .acc-details .top-area .right-bottom h4 {
	margin: 25px 0 15px;
}

.dashboard-section .acc-details .top-area .right-bottom h5 {
	color: #24ff00;
}

.dashboard-section .acc-details .bottom-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #66a513;
	padding: 15px 30px 15px;
	margin-top: 40px;
	border-radius: 10px;
}

.dashboard-section .acc-details .bottom-area .left-side {
	margin-bottom: -15px;
}

.dashboard-section .acc-details .bottom-area .cmn-btn {
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: transparent;
	border: 1px solid var(--border-color);
	color: var(--bs-white);
}

.dashboard-section .acc-details .bottom-area .cmn-btn:hover {
	background-color: var(--primary-color);
}

.dashboard-section .transactions-area {
	background: var(--bs-white);
	border-radius: 10px;
}

.dashboard-section .transactions-area .section-text {
	padding: 30px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 25px;
}

.dashboard-section .transactions-area .section-text h5 {
	font-weight: 600;
}

.dashboard-section .transactions-area .top-area {
	padding: 0 30px;
}

.dashboard-section .transactions-area .top-area ul {
	border: none;
}

.dashboard-section .transactions-area .top-area ul li .nav-link {
	color: #696D8D;
	padding: 0;
	border-color: transparent;
	font-weight: 700;
	padding-right: 15px;
}

.dashboard-section .transactions-area .top-area ul li .nav-link.active {
	color: #66a513;
}

.dashboard-section .transactions-area .top-area .view-all {
	color: #66a513;
}

.dashboard-section .transactions-area .top-area .view-all img {
	margin-left: 5px;
}

.dashboard-section .transactions-area .table-responsive tr {
	text-align: center;
	border-top: 1px solid #EFEFEF;
}

.dashboard-section .transactions-area .table-responsive tr th {
	padding: 15px 30px;
}

.dashboard-section .transactions-area .table-responsive tr th p:first-child {
	font-weight: 700;
}

.dashboard-section .transactions-area .table-responsive tr td {
	vertical-align: middle;
}

.dashboard-section .transactions-area .table-responsive tr td p:first-child {
	font-weight: 700;
}

.dashboard-section .transactions-area .table-responsive thead {
	background: #f7faf5;
}

.dashboard-section .transactions-area .table-responsive thead tr th {
	color: #696D8D;
	font-weight: 400;
}

.dashboard-section .transactions-area .table-responsive thead tr th:first-child {
	text-align: start;
	width: 35%;
}

.dashboard-section .transactions-area .table-responsive tbody {
	border: none;
}

.dashboard-section .transactions-area .table-responsive tbody tr th:first-child {
	text-align: start;
}

.dashboard-section .transactions-area .table-responsive tbody tr .cancelled {
	color: #E9687F;
}

.dashboard-section .transactions-area .table-responsive tbody tr .completed {
	color: #49C96D;
}

.dashboard-section .transactions-area .table-responsive tbody tr .pending {
	color: #F7A94A;
}

.dashboard-section .transactions-area .table-responsive tbody tr .inprogress {
	color: #DBAF14;
}

.dashboard-section .side-items .single-item {
	background: var(--bs-white);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
}

.dashboard-section .side-items .single-item:last-child {
	margin: 0;
}

.dashboard-section .side-items .single-item .section-text h6 {
	margin: 0;
	font-weight: 700;
}

.dashboard-section .side-items .single-item .single-card {
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	height: 90px;
}

@media (min-width: 1600px) {
	.dashboard-section .side-items .single-item .single-card {
		height: 100px;
	}
}

@media (min-width: 1700px) {
	.dashboard-section .side-items .single-item .single-card {
		height: 110px;
	}
}

@media (min-width: 1800px) {
	.dashboard-section .side-items .single-item .single-card {
		height: 120px;
	}
}

/* @media (min-width: 500px) {
  .dashboard-section .side-items .single-item .single-card {
      height: 120px;
  }
  
}
@media (min-width: 1600px) {
  .dashboard-section .side-items .single-item .single-card {
      height: 100px;
  }
  
}
@media (min-width: 1000px) {
  .dashboard-section .side-items .single-item .single-card {
      height: 200px;
  }
}
@media (min-width: 820px) {
  .dashboard-section .side-items .single-item .single-card {
      height: 150px;
  }
} */

.dashboard-section .side-items .single-item .single-card button {
	background-color: transparent;
	padding: 0;
}

.dashboard-section .side-items .single-item .add-card {
	background: var(--bs-white);
	border: 1px solid #EAE9F5;
	border-radius: 10px;
	height: 90px;
	display: flex;
	align-items: center;
}

.dashboard-section .side-items .single-item .add-card button {
	background-color: transparent;
	padding: 0;
}

.dashboard-section .side-items .single-item .view-all img {
	margin-left: 5px;
}

.dashboard-section .side-items .single-item .recipients-item li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EFEFEF;
}

.dashboard-section .side-items .single-item .recipients-item li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.dashboard-section .side-items .single-item .recipients-item li p .info {
	display: grid;
	margin-left: 10px;
}

.dashboard-section .side-items .single-item .recipients-item li p .info span:first-child {
	font-weight: 600;
}

.dashboard-section .side-items .single-item .recipients-item li p span {
	display: flex;
	align-items: center;
}

.dashboard-section .side-items .single-item .recipients-item li p.right span {
	justify-content: center;
}

.dashboard-section .side-items .single-item .recipients-item li p.right span:first-child {
	font-weight: 600;
	color: #49C96D;
}

.dashboard-section .side-items .single-item .recipients-item li p.right span.loss {
	color: red;
}

.dashboard-section.transactions .head-area {
	padding-bottom: 20px;
}

.dashboard-section.transactions .head-area h4 {
	font-weight: 700;
}

.dashboard-section.transactions .transactions-right form {
	margin-right: 15px;
}

.dashboard-section.transactions .transactions-right form .form-group {
	padding: 0 12px;
	background: #f9f9f9;
	border: 1px solid #66a513;
	border-radius: 10px;
}

.dashboard-section.transactions .transactions-right form .form-group input {
	background-color: transparent;
	border: none;
	padding-left: 10px;
}

.dashboard-section.transactions .transactions-right a {
	font-weight: 700;
	color: #66a513;
}

.dashboard-section.transactions .transactions-main {
	background: var(--bs-white);
	border-radius: 10px;
}

.dashboard-section.transactions .transactions-main .top-items {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EFEFEF;
	padding: 30px 30px 20px;
}

.dashboard-section.transactions .transactions-main .top-items h6 {
	font-weight: 700;
}

.dashboard-section.transactions .transactions-main .top-items li {
	margin-left: 15px;
}

.dashboard-section.transactions .transactions-main .top-items li a {
	display: flex;
	align-items: center;
}

.dashboard-section.transactions .transactions-main .top-items li a img {
	margin-right: 5px;
}

.dashboard-section.transactions .transactions-main .filters-item {
	display: flex;
	align-items: center;
	padding: 30px;
}

.dashboard-section.transactions .transactions-main .filters-item .single-item {
	margin-right: 15px;
}

.dashboard-section.transactions .transactions-main .filters-item .single-item button {
	font-weight: 700;
	color: #66a513;
	background-color: transparent;
	border-left: 1px solid #E6E5FF;
	padding-left: 20px;
	margin-left: 10px;
}

.dashboard-section.transactions .transactions-main .filters-item .single-item .nice-select {
	border-radius: 10px;
}

.dashboard-section.transactions .transactions-main .filters-item .single-item .nice-select::after {
	height: 9px;
	width: 9px;
}

.dashboard-section.transactions .transactions-main .table-responsive tr {
	text-align: center;
	border-top: 1px solid #EFEFEF;
}

.dashboard-section.transactions .transactions-main .table-responsive tr th {
	padding: 15px 30px;
}

.dashboard-section.transactions .transactions-main .table-responsive tr th p:first-child {
	font-weight: 700;
}

.dashboard-section.transactions .transactions-main .table-responsive tr td {
	vertical-align: middle;
}

.dashboard-section.transactions .transactions-main .table-responsive tr td p:first-child {
	font-weight: 700;
}

.dashboard-section.transactions .transactions-main .table-responsive thead {
	background: #f7faf5;
}

.dashboard-section.transactions .transactions-main .table-responsive thead tr th {
	color: #696D8D;
	font-weight: 400;
}

.dashboard-section.transactions .transactions-main .table-responsive thead tr th:first-child {
	text-align: start;
	width: 35%;
}

.dashboard-section.transactions .transactions-main .table-responsive tbody {
	border: none;
}

.dashboard-section.transactions .transactions-main .table-responsive tbody tr th:first-child {
	text-align: start;
}

.dashboard-section.transactions .transactions-main .table-responsive tbody tr .cancelled {
	color: #E9687F;
}

.dashboard-section.transactions .transactions-main .table-responsive tbody tr .completed {
	color: #49C96D;
}

.dashboard-section.transactions .transactions-main .table-responsive tbody tr .pending {
	color: #F7A94A;
}

.dashboard-section.transactions .transactions-main .table-responsive tbody tr .inprogress {
	color: #DBAF14;
}

.dashboard-section.transactions.recipients .filters-item {
	background: #66a513;
	padding: 20px 30px;
	gap: 20px;
}

.dashboard-section.transactions.recipients .filters-item .right-area {
	gap: 20px;
}

.dashboard-section.transactions.recipients .filters-item .search-area {
	width: 100%;
}

.dashboard-section.transactions.recipients .filters-item .single-item {
	padding: 8px 20px;
	background: #66a513;
	border: 1px solid #f7faf5;
	border-radius: 10px;
	margin-right: 0;
}

.dashboard-section.transactions.recipients .filters-item .single-item form .form-group input {
	background-color: transparent;
	border: none;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
	color: var(--bs-white);
}

.dashboard-section.transactions.recipients .filters-item .single-item form .form-group input::placeholder {
	color: #B2B9CB;
}

.dashboard-section.transactions.recipients .filters-item .single-item .nice-select {
	background-color: transparent;
	border: transparent;
	height: 30px;
	display: flex;
	align-items: center;
}

.dashboard-section.transactions.recipients .filters-item .single-item .nice-select .current {
	color: var(--bs-white);
}

.dashboard-section.transactions.recipients .filters-item .single-item button {
	margin: 0;
	padding: 0;
	border: none;
	color: var(--bs-white);
	font-weight: 400;
	display: flex;
	align-items: center;
}

.dashboard-section.transactions.recipients .filters-item .single-item button i {
	margin-right: 10px;
	font-size: 14px;
}

.dashboard-section.transactions.recipients .table-responsive tr:last-child {
	border-bottom: 1px solid #EFEFEF;
}

.dashboard-section.transactions.recipients .table-responsive th .info-area {
	display: flex;
	align-items: center;
}

.dashboard-section.transactions.recipients .table-responsive th .info-area .img-area {
	margin-right: 15px;
}

.dashboard-section.transactions.recipients .table-responsive th .info-area .img-area img {
	max-width: unset;
}

.dashboard-section.transactions.recipients .table-responsive .btn-item a {
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 20px;
	padding: 11px 45px;
}

.dashboard-section.pay .main-content {
	background: var(--bs-white);
	border-radius: 10px;
	padding: 30px;
}

.dashboard-section.pay .main-content .head-area {
	border-bottom: 1px solid #66a513;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dashboard-section.pay .main-content .head-area h4 {
	font-weight: 700;
}

.dashboard-section.pay .main-content .single-item {
	text-align: center;
	background: #f7faf5;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid transparent;
	margin-top: 20px;
	width: 100%;
	transition: 0.3s;
}

.dashboard-section.pay .main-content .single-item p {
	margin: 15px 0 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;
}

.dashboard-section.pay .main-content .single-item:hover {
	border: 1px solid #66a513;
}

.dashboard-section.pay.step .main-content .choose-recipient .step-area {
	margin-bottom: 20px;
}

.dashboard-section.pay.step .main-content .choose-recipient .step-area h5 {
	font-weight: 700;
	margin-top: 5px;
}

.dashboard-section.pay.step .main-content .choose-recipient .recipient-list {
	margin-bottom: 40px;
}

.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button {
	border-radius: 20px;
	padding: 25px 40px;
	margin-right: 30px;
}

.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button .icon-area {
	width: 100%;
}

.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button .icon-area i {
	color: #7D7F93;
	font-size: 35px;
}

.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button.active,
.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button:hover {
	background: linear-gradient(117.39deg, #66a513 13.65%, #9adf6c 105.93%);
}

.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button.active i,
.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button:hover i {
	color: var(--bs-white);
}

.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button.active span,
.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button:hover span {
	color: var(--bs-white);
}

.dashboard-section.pay.step .main-content .user-select .single-user {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #EFEFEF;
	padding: 20px 0;
}

.dashboard-section.pay.step .main-content .user-select .single-user:last-child {
	border-bottom: 1px solid #EFEFEF;
}

.dashboard-section.pay.step .main-content .user-select .text-area {
	margin-left: 15px;
}

.dashboard-section.pay.step .main-content .user-select .text-area p {
	font-weight: 700;
}

.dashboard-section.pay.step .main-content .user-select .text-area .last-payment {
	border-top: 1px dashed #BABABA;
	display: block;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 14px;
}

.dashboard-section.pay.step .main-content .user-select .right a {
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 20px;
	padding: 14px 60px;
	display: flex;
	align-items: center;
	position: relative;
	transition: 0.3s;
}

.dashboard-section.pay.step .main-content .user-select .right a:hover {
	background: #66a513;
	color: var(--bs-white);
}

.dashboard-section.pay.step .main-content .user-select .right a:hover::before {
	position: absolute;
	content: "\0047";
	font-family: 'arafat font';
	left: 35px;
}

.dashboard-section.pay.step .main-content form {
	margin-top: 40px;
	margin-bottom: 20px;
}

.dashboard-section.pay.step .main-content form .form-group {
	padding: 0 12px;
	background: #f9f9f9;
	border: 1px solid #66a513;
	border-radius: 10px;
}

.dashboard-section.pay.step .main-content form .form-group input {
	background-color: transparent;
	border: none;
	padding-left: 10px;
}

.dashboard-section.pay.step-2 .main-content .user-select .right {
	display: flex;
	align-items: center;
}

.dashboard-section.pay.step-2 .main-content .user-select .right a {
	padding: 12px 45px;
	margin-left: 15px;
	justify-content: center;
}

.dashboard-section.pay.step-2 .main-content .user-select .right a i {
	margin-right: 10px;
}

.dashboard-section.pay.step-2 .main-content .user-select .right a:hover::before {
	display: none;
}

.dashboard-section.pay.step-2 .main-content .send-banance {
	background: #f7faf5;
	border-radius: 10px;
	padding: 30px;
	margin-top: 30px;
}

.dashboard-section.pay.step-2 .main-content .send-banance p b {
	margin-left: 10px;
}

.dashboard-section.pay.step-2 .main-content .send-banance .input-area {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	border: 1px solid #66a513;
	border-radius: 20px;
	margin: 10px 0;
}

.dashboard-section.pay.step-2 .main-content .send-banance .input-area input {
	padding: 0;
	padding-right: 25px;
	margin: 0;
	border: none;
	background-color: transparent;
	font-weight: bold;
}

.dashboard-section.pay.step-2 .main-content .send-banance .nice-select {
	border-radius: 10px;
	border: none;
	background-color: transparent;
	padding: 10px 25px;
	color: var(--bs-white);
	display: flex;
	align-items: center;
}

.dashboard-section.pay.step-2 .main-content .send-banance .nice-select::after {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 8px;
	width: 8px;
	right: 14px;
	top: initial;
}

.dashboard-section.pay.step-2 .main-content .send-banance .nice-select .current {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.dashboard-section.pay.step-2 .main-content .send-banance .nice-select .current::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: -40px;
	background-image: url(../images/icon/flag-usa.png);
	background-repeat: no-repeat;
}

.dashboard-section.pay.step-2 .main-content .send-banance .nice-select .list {
	width: 100%;
}

.dashboard-section.pay.step-2 .main-content .exchange-content {
	display: flex;
	align-items: center;
	gap: 15px;
}

.dashboard-section.pay.step-2 .main-content .exchange-content .send-banance {
	width: 100%;
}

.dashboard-section.pay.step-2 .main-content .exchange-content .recipient {
	background: #fcfaf6;
	position: relative;
	display: grid;
	align-items: center;
}

.dashboard-section.pay.step-2 .main-content .exchange-content .recipient::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	left: -20px;
	z-index: 1;
	background-image: url(../images/icon/exchange-icon.png);
	background-repeat: no-repeat;
}

.dashboard-section.pay.step-2 .main-content .exchange-content .recipient::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	left: -30px;
	background-color: #66a513;
	border: 6px solid var(--bs-white);
	border-radius: 25px;
}

.dashboard-section.pay.step-2 .main-content .exchange-content .recipient .nice-select .current::before {
	background-image: url(../images/icon/flag-bd.png);
}

.dashboard-section.pay.step-2 .main-content .pay-option {
	background: #f7faf5;
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
}

.dashboard-section.pay.step-2 .main-content .pay-option h6 {
	margin: 0;
	font-weight: 700;
}

.dashboard-section.pay.step-2 .main-content .pay-option .pay-option-single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	width: 100%;
}

.dashboard-section.pay.step-2 .main-content .pay-option .pay-option-single .nice-select {
	height: 50px;
	padding-right: 60px;
	display: flex;
	align-items: center;
}

.dashboard-section.pay.step-2 .main-content .pay-option .pay-option-single .nice-select::after {
	height: 9px;
	width: 9px;
}

.dashboard-section.pay.step-2 .main-content .pay-option .pay-option-single.border-area {
	border-left: 1px solid #E5DCDC;
}

.dashboard-section.pay.step-2 .main-content .pay-details ul {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.dashboard-section.pay.step-2 .main-content .pay-details ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.dashboard-section.pay.step-2 .main-content .pay-details ul li p {
	font-weight: 700;
}

.dashboard-section.pay.step-2 .main-content .pay-details .tatal-pay .single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.dashboard-section.pay.step-2 .main-content .pay-details .tatal-pay .single h5,
.dashboard-section.pay.step-2 .main-content .pay-details .tatal-pay .single p {
	font-weight: 700;
}

.dashboard-section.pay.step-2 .main-content .total-fees {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border-bottom: 1px solid #EFEFEF;
}

.dashboard-section.pay.step-2 .main-content .total-fees h5 {
	font-weight: 600;
}

.dashboard-section.pay.step-2 .main-content .total-fees.pay {
	border: none;
}

.dashboard-section.pay.step-3 .payment-details {
	border: 1px solid #66a513;
	border-radius: 10px;
	background-color: #f7faf5;
	padding: 30px;
	padding-top: 20px;
}

.dashboard-section.pay.step-3 .payment-details .top-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #66a513;
}

.dashboard-section.pay.step-3 .payment-details .top-area h6 {
	font-weight: 700;
}

.dashboard-section.pay.step-3 .payment-details .top-area a {
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 20px;
	padding: 12px 45px;
	transition: 0.3s;
}

.dashboard-section.pay.step-3 .payment-details .top-area a:hover {
	background: #66a513;
	color: var(--bs-white);
}

.dashboard-section.pay.step-3 .payment-details .details-list li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.dashboard-section.pay.step-3 .payment-details .details-list li span {
	width: 50%;
}

.dashboard-section.pay.step-3 .main-content form {
	text-align: center;
	margin-top: 30px;
}

.dashboard-section.pay.step-3 .main-content form label {
	font-weight: 500;
}

.dashboard-section.pay.receive-2 .input-field {
	background: #f7faf5;
	border-radius: 10px;
	padding: 30px;
	padding-top: 10px;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 0;
}

.dashboard-section.pay.receive-2 .input-field .single-input {
	margin-top: 20px;
}

.dashboard-section.pay.receive-2 .input-field .single-input input {
	background: #f7faf5;
	border: 1px solid #66a513;
}

.dashboard-section.pay.receive-3 .attach-documents {
	border: 1px solid #66a513;
	border-radius: 10px;
	padding: 30px;
	padding-top: 20px;
	margin-top: 20px;
}

.dashboard-section.pay.receive-3 .attach-documents h6 {
	border-bottom: 1px solid #66a513;
	padding-bottom: 30px;
	margin-bottom: 20px;
	font-weight: 700;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload {
	border: 1px dashed #66a513;
	border-radius: 20px;
	margin-top: 20px;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload input {
	margin: 0;
	opacity: 0;
	visibility: hidden;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload .file {
	cursor: pointer;
	position: relative;
	margin-bottom: 45px;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom {
	position: absolute;
	top: 0;
	height: 105px;
	display: flex;
	align-items: center;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom::before {
	position: absolute;
	left: 0;
	background-image: url(../images/icon/upload-icons.png);
	background-repeat: no-repeat;
	content: "";
	width: 70px;
	height: 70px;
	left: 20px;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2 {
	position: relative;
	width: 205%;
	display: flex;
	z-index: 5;
	top: -5px;
	left: 25%;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
	content: "DRAG FILES HERE OR BROWSE";
	position: absolute;
	left: 0;
	top: -30px;
}

.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::after {
	content: "Supported file types: PDF, DOC, DOCX, JPEG,JPG,BMP,XLS and XLSX ( Upload up to 10 MB)";
	position: absolute;
	left: 0;
	bottom: -30px;
}

.dashboard-section.pay.receive-3 .request-submitted .top-area {
	border: 1px solid #C3C2C8;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 30px;
}

.dashboard-section.pay.receive-3 .request-submitted .top-area h3 {
	margin: 25px 0 15px;
	font-weight: 700;
}

.dashboard-section.pay.receive-3 .request-submitted .top-area h5 {
	border-top: 1px solid #B5B7C8;
	font-weight: 700;
	padding-top: 20px;
	margin-top: 30px;
}

.dashboard-section.pay.receive-3 .request-submitted .share-link {
	margin-top: 30px;
}

.dashboard-section.pay.receive-3 .request-submitted .share-link ul {
	margin-top: 15px;
}

.dashboard-section.pay.receive-3 .request-submitted .share-link ul li a {
	margin: 0 15px;
}

.dashboard-section.pay.crypto .main-content .single-item {
	padding: 30px;
}

.dashboard-section.pay.crypto .main-content .single-item span {
	font-weight: 700;
	margin-top: 20px;
}

.dashboard-section .footer-area {
	display: flex;
	justify-content: center;
}

.dashboard-section .footer-area a {
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 20px;
	margin: 0 10px;
	padding: 12px 40px;
	transition: 0.3s;
}

.dashboard-section .footer-area a:hover {
	background: #66a513;
	color: var(--bs-white);
}

.dashboard-section .footer-area a.active {
	background: #66a513;
	color: var(--bs-white);
}

.dashboard-section .footer-area a.active:hover {
	background: #f7faf5;
	color: var(--para-color);
	border: 1px solid #66a513;
}

.dashboard-section.exchange {
	overflow-x: initial;
}

.dashboard-section.exchange .nav-tabs {
	border: none;
}

.dashboard-section.exchange .recipient-list button {
	background: #f7faf5;
	border: 1px solid #66a513;
}

.dashboard-section.exchange .tab-content .section-head h5 {
	margin-bottom: 10px;
	font-weight: 600;
}

.dashboard-section.exchange .tab-content form .single-input {
	margin-bottom: 30px;
}

.dashboard-section.exchange .tab-content form .single-input .select-area,
.dashboard-section.exchange .tab-content form .single-input input {
	background: #F9F9F9;
	border: 1px solid #66a513;
	border-radius: 10px;
}

.dashboard-section.exchange .tab-content form .single-input .select-area .nice-select,
.dashboard-section.exchange .tab-content form .single-input input .nice-select {
	border: none;
	display: flex;
	align-items: center;
}

.dashboard-section.exchange .tab-content form .single-input .select-area input {
	border: none;
	border-left: 1px solid #66a513;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dashboard-section.exchange .tab-content form .single-input .nice-select {
	float: initial;
	background: #F9F9F9;
	border: 1px solid #66a513;
	border-radius: 10px;
	line-height: 50px;
	height: 50px;
}

.dashboard-section.exchange .tab-content form .single-input .nice-select::after {
	width: 9px;
	height: 9px;
}

.dashboard-section.exchange .tab-content form .single-input .nice-select .list {
	width: 100%;
}

.dashboard-section.exchange .side-area {
	border: 1px solid #66a513;
	border-radius: 20px;
	padding: 30px;
	position: sticky;
	top: 100px;
}

.dashboard-section.exchange .side-area .title-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dashboard-section.exchange .side-area .title-area h5 {
	font-weight: 700;
}

.dashboard-section.exchange .side-area .title-area .flag-area {
	display: flex;
}

.dashboard-section.exchange .side-area .title-area .flag-area img {
	margin-right: -10px;
	max-width: unset;
}

.dashboard-section.exchange .side-area .deposit-details {
	border-top: 1px solid #66a513;
	margin-top: 20px;
}

.dashboard-section.exchange .side-area .deposit-details li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}

.dashboard-section.exchange .details-list li span {
	text-align: start;
}

.dashboard-section.crypto .left-area {
	position: sticky;
	top: 100px;
}

.dashboard-section.crypto .left-area ul {
	position: sticky;
	top: 100px;
}

.dashboard-section.crypto .left-area ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.dashboard-section.crypto .left-area ul li a {
	margin-left: 45px;
	padding: 0;
	color: #777E90;
	border: none;
}

.dashboard-section.crypto .left-area ul li a::after {
	position: absolute;
	content: '';
	width: 30px;
	bottom: -25px;
	height: 0;
	left: 0;
	transform: rotate(90deg);
	border-bottom: 1px dashed #777E91;
}

.dashboard-section.crypto .left-area ul li a::before {
	position: absolute;
	content: '1';
	width: 30px;
	height: 30px;
	left: 0;
	text-align: center;
	color: #777E90;
	border: 2px solid #E6E8EC;
	border-radius: 36px;
}

.dashboard-section.crypto .left-area ul li a.two::before {
	content: '2';
}

.dashboard-section.crypto .left-area ul li a.three::before {
	content: '3';
}

.dashboard-section.crypto .left-area ul li a.last::before {
	content: '4';
}

.dashboard-section.crypto .left-area ul li a.last::after {
	display: none;
}

.dashboard-section.crypto .left-area ul li a.active button {
	color: #23262F;
	font-weight: 600;
}

.dashboard-section.crypto .left-area ul li a.active::before {
	position: absolute;
	content: '\f00c';
	font-family: 'font awesome 6 free';
	width: 30px;
	height: 30px;
	text-align: center;
	left: 0;
	background-color: #66a513;
	border: none;
	border-radius: 36px;
	font-weight: 600;
	color: var(--bs-white);
}

.dashboard-section.crypto .table-area {
	padding: 40px;
	background: #f7faf5;
	border-radius: 16px;
}

.dashboard-section.crypto .table-area form {
	margin-top: 20px;
}

.dashboard-section.crypto .table-area form .form-group {
	padding: 0 12px;
	background: #f9f9f9;
	border: 1px solid #66a513;
	border-radius: 10px;
}

.dashboard-section.crypto .table-area form .form-group input {
	background-color: transparent;
	border: none;
	padding-left: 10px;
}

.dashboard-section.crypto .table-area form .form-group button {
	padding: 0;
	background-color: transparent;
}

.dashboard-section.crypto .table-area th,
.dashboard-section.crypto .table-area td {
	padding: 16px;
}

.dashboard-section.crypto .table-area thead {
	border-bottom: 1px solid #E6E8EC;
}

.dashboard-section.crypto .table-area thead th {
	color: #777E90;
	font-size: 14px;
}

.dashboard-section.crypto .table-area tbody {
	border: none;
}

.dashboard-section.crypto .table-area tbody .highlight {
	color: #FF6838;
}

.dashboard-section.crypto .table-area tbody tr {
	border: none;
}

.dashboard-section.crypto .table-area tbody tr:hover {
	background: #F4F5F6;
}

.dashboard-section.crypto .table-area tbody tr:hover i {
	color: #FFD166;
}

.dashboard-section.crypto .table-area tbody tr i {
	color: #777E90;
	margin-right: 5px;
}

.dashboard-section.crypto .table-area tbody tr td .crypto-logo {
	display: flex;
	align-items: center;
}

.dashboard-section.crypto .table-area tbody tr td .crypto-logo img {
	margin-right: 10px;
}

.dashboard-section.crypto .table-area tbody tr td p {
	color: #23262F;
	font-weight: 600;
	font-size: 14px;
}

.dashboard-section.crypto .table-area tbody tr td:last-child .highlight {
	color: #FF6838;
}

.dashboard-section.crypto .table-area tbody tr td:last-child p {
	color: #58BD7D;
}

.dashboard-section.crypto .exchange-content .send-banance {
	background: #f7faf5;
	border-radius: 10px;
	padding: 30px;
	margin-top: 20px;
}

.dashboard-section.crypto .exchange-content .send-banance p b {
	margin-left: 10px;
}

.dashboard-section.crypto .exchange-content .send-banance .input-area {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	border: 1px solid #ACB1C8;
	border-radius: 20px;
	margin: 10px 0;
}

.dashboard-section.crypto .exchange-content .send-banance .input-area input {
	padding: 0;
	margin-top: 0;
	padding-right: 25px;
	border: none;
	background-color: transparent;
	font-weight: bold;
}

.dashboard-section.crypto .exchange-content .send-banance .nice-select {
	border-radius: 10px;
	border: none;
	background-color: transparent;
	padding: 10px 25px;
	color: var(--bs-white);
	display: flex;
	align-items: center;
}

.dashboard-section.crypto .exchange-content .send-banance .nice-select::after {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 8px;
	width: 8px;
	right: 14px;
	top: initial;
}

.dashboard-section.crypto .exchange-content .send-banance .nice-select .current {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.dashboard-section.crypto .exchange-content .send-banance .nice-select .current::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: -40px;
	background-image: url(../images/icon/flag-usa.png);
	background-repeat: no-repeat;
}

.dashboard-section.crypto .exchange-content .send-banance .nice-select .list {
	width: 100%;
}

.dashboard-section.crypto .exchange-content .recipient {
	background: #f7faf5;
	position: relative;
	display: grid;
	align-items: center;
}

.dashboard-section.crypto .exchange-content .recipient::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	top: -22px;
	left: calc(50% - -12px);
	z-index: 1;
	background-image: url(../images/icon/exchange-icon.png);
	background-repeat: no-repeat;
}

.dashboard-section.crypto .exchange-content .recipient::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	left: calc(50%);
	top: -35px;
	background-color: #66a513;
	border: 6px solid var(--bs-white);
	border-radius: 25px;
}

.dashboard-section.crypto .exchange-content .recipient .nice-select .current::before {
	background-image: url(../images/icon/flag-btc.png);
}

.dashboard-section.crypto .exchange-content .pay-details ul {
	margin-bottom: 30px;
}

.dashboard-section.crypto .exchange-content .pay-details ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.dashboard-section.crypto .exchange-content .pay-details ul li p {
	font-weight: 700;
}

.dashboard-section.crypto .exchange-content .pay-details .tatal-pay .single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.dashboard-section.crypto .exchange-content .pay-details .tatal-pay .single h5,
.dashboard-section.crypto .exchange-content .pay-details .tatal-pay .single p {
	font-weight: 700;
}

.dashboard-section.crypto .spend-get {
	padding: 25px 40px;
	background: #F4F5F6;
	border-radius: 16px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dashboard-section.crypto .spend-get .single-spend-get {
	display: flex;
	align-items: center;
}

.dashboard-section.crypto .spend-get .single-spend-get .img-area {
	width: 40px;
	height: 40px;
	background: #9757D7;
	border-radius: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.dashboard-section.crypto .spend-get .single-spend-get .text-area span {
	font-weight: 700;
}

.dashboard-section.crypto .spend-get .single-spend-get.get .img-area {
	background: #58BD7D;
}

.dashboard-section.crypto .spend-get .single-spend-get.method .img-area {
	background: #4BC9F0;
}

.dashboard-section.crypto .checkbox-single {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	padding: 30px;
	cursor: pointer;
	user-select: none;
	border: 1px solid #F4F5F6;
	border-radius: 20px;
}

.dashboard-section.crypto .checkbox-single:hover,
.dashboard-section.crypto .checkbox-single.active {
	border: 1px solid #66a513;
}

.dashboard-section.crypto .checkbox-single:last-child {
	margin-bottom: 0;
}

.dashboard-section.crypto .checkbox-single .left-area {
	display: flex;
	align-items: center;
}

.dashboard-section.crypto .checkbox-single .checkbox-area {
	align-items: center;
}

.dashboard-section.crypto .checkbox-single .checkbox-area input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.dashboard-section.crypto .checkbox-single .checkbox-area .checkmark {
	position: absolute;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background: #F4F5F6;
}

.dashboard-section.crypto .checkbox-single .checkbox-area .checkmark::after {
	content: "";
	position: absolute;
	display: none;
}

.dashboard-section.crypto .checkbox-single .checkmark {
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-section.crypto .checkbox-single .checkmark::after {
	width: 16px;
	height: 16px;
	background-image: url(../images/icon/check.png);
	background-repeat: no-repeat;
}

.dashboard-section.crypto .checkbox-single input:checked~.checkmark {
	background: #571ce0;
}

.dashboard-section.crypto .checkbox-single input:checked~.checkmark:after {
	display: block;
}

.dashboard-section.crypto .checkbox-single .item-title span {
	font-weight: 700;
	margin-right: 15px;
}

.dashboard-section.crypto .checkbox-single .item-title .img-area {
	margin-left: 70px;
	width: 62px;
	height: 62px;
	background: #F4F5F6;
	border-radius: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-section.crypto .fee-area {
	margin-top: 30px;
}

.dashboard-section.crypto .fee-area ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.dashboard-section.crypto .fee-area .fee {
	margin-top: 10px;
	border-top: 1px solid #E6E8EC;
}

.dashboard-section.deposit-money .table-area {
	border: 1px solid #66a513;
	background: #f7faf5;
	border-radius: 10px;
}

.dashboard-section.deposit-money .card-area {
	position: relative;
	gap: 30px;
	width: 80%;
}

.dashboard-section.deposit-money .card-area input {
	position: absolute;
	opacity: 0;
	display: none;
	width: 0;
	height: 0;
}

.dashboard-section.deposit-money .card-area input[type=radio]+label {
	position: relative;
	width: 100%;
	transition: 0.3s all;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-section.deposit-money .card-area input[type=radio]+label img {
	width: 100%;
}

.dashboard-section.deposit-money .card-area input[type=radio]:checked+label::before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(../images/icon/check-2.png);
	background-repeat: no-repeat;
	z-index: 2;
}

.dashboard-section.deposit-money .card-area input[type=radio]:checked+label::after {
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: var(--bs-white);
	z-index: 1;
}

.dashboard-section.deposit-money .card-area input[type=radio]:checked+label .wrapper::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #0A2843;
	border-radius: 10px;
	opacity: 0.7;
	top: 0;
	left: 0;
	z-index: 1;
}

.dashboard-section.deposit-money form {
	margin: 0 !important;
}

.dashboard-section.deposit-money .send-banance p b {
	margin-left: 10px;
}

.dashboard-section.deposit-money .send-banance .input-area {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	border: 1px solid #ACB1C8;
	border-radius: 20px;
	margin: 10px 0;
}

.dashboard-section.deposit-money .send-banance .input-area input {
	padding: 0;
	padding-right: 25px;
	margin: 0;
	border: none;
	background-color: transparent;
	font-weight: bold;
}

.dashboard-section.deposit-money .send-banance .nice-select {
	border-radius: 10px;
	border: none;
	background-color: transparent;
	padding: 10px 25px;
	color: var(--bs-white);
	display: flex;
	align-items: center;
}

.dashboard-section.deposit-money .send-banance .nice-select::after {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 8px;
	width: 8px;
	right: 14px;
	top: initial;
}

.dashboard-section.deposit-money .send-banance .nice-select .current {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.dashboard-section.deposit-money .send-banance .nice-select .current::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: -40px;
	background-image: url(../images/icon/flag-usa.png);
	background-repeat: no-repeat;
}

.dashboard-section.deposit-money .send-banance .nice-select .list {
	width: 100%;
}

.dashboard-section.deposit-money .details-list li {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.dashboard-section.deposit-money .details-list li span {
	text-align: start;
}

.dashboard-section.deposit-money .checkbox-area label {
	font-weight: 600;
	margin-left: 10px;
}

.dashboard-section.deposit-money .checkbox-area label a {
	color: #66a513;
	font-weight: 600;
}

.dashboard-section.withdraw-money .head-item h6 {
	font-weight: 700;
	margin-bottom: 30px;
}

.dashboard-section.withdraw-money .table-area {
	padding: 30px;
}

.dashboard-section.account {
	position: relative;
	overflow-x: initial;
}

.dashboard-section.account::before {
	content: "";
	position: absolute;
	background: #f7faf5;
	top: 0;
	left: 0;
	height: 270px;
	z-index: -1;
	width: 100%;
}

.dashboard-section.account .owner-details {
	background: var(--bs-white);
	box-shadow: 0px 4px 26px #f7faf5;
	border-radius: 10px;
	padding: 30px 20px;
	text-align: center;
	position: sticky;
	top: 100px;
}

.dashboard-section.account .owner-details h6 {
	font-weight: 700;
	margin: 25px 0 15px;
}

.dashboard-section.account .owner-details .active-status {
	color: #378754;
}

.dashboard-section.account .owner-details ul {
	border-top: 1px solid #E8E8E8;
	margin-top: 15px;
}

.dashboard-section.account .owner-details ul li {
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dashboard-section.account .owner-details ul li span {
	color: #7D7F93;
}

.dashboard-section.account .owner-details .owner-action {
	margin-top: 20px;
}

.dashboard-section.account .owner-details .owner-action a {
	padding: 10px 15px;
	margin-top: 15px;
	font-weight: 700;
	background: #f7faf5;
	border: 1px solid #66a513;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}

.dashboard-section.account .owner-details .owner-action a img {
	margin-right: 10px;
}

.dashboard-section.account .owner-details .owner-action a.delete {
	color: #D8481B;
}

.dashboard-section.account .tab-main {
	background: var(--bs-white);
	box-shadow: 0px 4px 26px #f7faf5;
	border-radius: 10px;
	padding: 30px;
}

.dashboard-section.account .nav-tabs {
	justify-content: space-between;
	border: none;
	margin-bottom: -20px;
}

.dashboard-section.account .nav-tabs .nav-link {
	padding: 13px 55px;
	background: #f7faf5;
	color: #13216E;
	font-weight: 700;
	border: 1px solid #66a513;
	border-radius: 20px;
	margin-bottom: 20px;
	transition: 0.3s;
}

.dashboard-section.account .nav-tabs .nav-link.active {
	color: var(--bs-white);
	background: #66a513;
	/* box-shadow: 0px 8px 24px #66a513; */
}

.dashboard-section.account .upload-avatar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #f7faf5;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}

.dashboard-section.account .upload-avatar .instraction {
	margin-left: 20px;
}

.dashboard-section.account .upload-avatar .instraction h6 {
	margin: 0;
	font-weight: 700;
}

.dashboard-section.account .file-upload input {
	margin: 0;
	opacity: 0;
	visibility: hidden;
}

.dashboard-section.account .file-upload .file {
	cursor: pointer;
	position: relative;
}

.dashboard-section.account .file-upload .file .file-custom {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.dashboard-section.account .file-upload .file .file-custom::before {
	content: "Upload new avatar";
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 30px;
	background: var(--bs-white);
	border: 1px solid #F2F3FB;
	border-radius: 10px;
}

.dashboard-section.account form .single-input {
	margin-bottom: 20px;
}

.dashboard-section.account form .file .file-custom {
	border: none;
}

.dashboard-section.account form span,
.dashboard-section.account form input {
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 10px;
	padding: 10px 20px;
	width: 100%;
	font-weight: 600;
}

.dashboard-section.account form span {
	display: flex;
	align-items: center;
}

.dashboard-section.account form span img {
	margin-right: 10px;
}

.dashboard-section.account form .pending {
	color: #66a513;
	border: 1px solid #66a513;
}

.dashboard-section.account form .confirm {
	color: #1C6510;
	border: 1px solid #1C6510;
}

.dashboard-section.account form .notconfirm {
	color: #D8481B;
	border: 1px solid #D8481B;
}

.dashboard-section.account form .file-upload .file .file-custom::before {
	content: "Not uploaded";
	left: 0;
	padding: 12px 30px;
	background: #f7faf5;
	border: 1px solid #66a513;
}

.dashboard-section.account .single-content h5,
.dashboard-section.account .change-pass h5 {
	margin-bottom: 20px;
	font-weight: 700;
}

.dashboard-section.account .single-content a,
.dashboard-section.account .change-pass a {
	padding: 12px 30px;
	margin-top: 20px;
	background: var(--bs-white);
	border: 1px solid #DCDCFF;
	border-radius: 10px;
}

.dashboard-section.account .single-content {
	background: #F7F7FF;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}

.dashboard-section.account .single-content button {
	padding: 12px 25px;
	font-weight: 600;
	background: var(--bs-white);
	box-shadow: 0px 8px 18px rgba(61, 32, 139, 0.1);
	border-radius: 10px;
	transition: 0.3s;
}

.dashboard-section.account .single-content button:hover,
.dashboard-section.account .single-content button.active {
	background: #66a513;
	color: var(--bs-white);
}

.dashboard-section.account .single-content .single-setting {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #C7CADC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.dashboard-section.account .single-content .single-setting h6 {
	font-weight: 600;
	margin: 0;
}

.dashboard-section.account .single-content .single-setting:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.dashboard-section.account .single-content.your-devices .left {
	display: flex;
	align-items: center;
}

.dashboard-section.account .single-content.your-devices .left .icon-area {
	margin-right: 15px;
}

.dashboard-section.account .single-content .head-item {
	margin-bottom: 30px;
}

.dashboard-section.account .single-content .head-item h5 {
	margin: 0;
}

.dashboard-section.account .single-content .head-item a {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	border-radius: 10px;
	color: #4E0DFF;
}

.dashboard-section.account .card-area {
	border: 1px solid #CADBFC;
	border-radius: 10px;
	padding: 30px;
}

.dashboard-section.account .card-area h6 {
	font-weight: 600;
	margin-bottom: 20px;
}

.dashboard-section.account .card-area .card-content {
	gap: 30px;
	width: 80%;
}

.dashboard-section.account .card-area button {
	padding: 0;
	border-radius: 20px;
}

.dashboard-section.account .notification-single {
	background: #f7faf5;
	box-shadow: 0px -1px 0px #66a513, 0px 1px 0px #66a513;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	margin-bottom: 20px;
}

.dashboard-section.account .notification-single h6 {
	font-weight: 600;
	margin: 0;
}

.dashboard-section.account .notification-single .switch {
	position: relative;
	display: inline-block;
	min-width: 53px;
	height: 25px;
	margin-left: 15px;
}

.dashboard-section.account .notification-single .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.dashboard-section.account .notification-single .switch input:checked+.slider {
	background-color: #571ce0;
}

.dashboard-section.account .notification-single .switch input:focus+.slider {
	box-shadow: 0 0 1px #571ce0;
}

.dashboard-section.account .notification-single .switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--border-color);
	transition: 0.4s;
}

.dashboard-section.account .notification-single .switch .slider::before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: 0.4s;
}

.dashboard-section.account .notification-single .switch .slider.round {
	border-radius: 24px;
}

.dashboard-section.account .notification-single .switch .slider.round::before {
	border-radius: 50%;
}

.dashboard-section.account .notification-single .switch input:checked+.slider:before {
	transform: translateX(26px);
}

.card-popup .modal-dialog {
	max-width: 520px;
}

.card-popup .modal-content .modal-header {
	position: absolute;
	right: 15px;
	top: 15px;
	padding: 0;
}

.card-popup .modal-content .modal-header button {
	padding: 8px;
	margin: 0;
	background: #ffb400;
	border-radius: 5px;
	z-index: 1;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-popup .modal-content .modal-header button i {
	color: var(--bs-white);
}

.card-popup .modal-content .main-content {
	padding: 30px 30px 0;
	position: relative;
	z-index: 0;
}

.card-popup .modal-content .main-content::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 20%;
	background: #66a513;
	top: 0;
	left: 0;
	z-index: -1;
}

.card-popup .modal-content .main-content .top-area .text-area h5 {
	font-weight: 600;
	margin-bottom: 5px;
}

.card-popup .modal-content .main-content .tab-area ul {
	justify-content: space-between;
	border: none;
}

.card-popup .modal-content .main-content .tab-area ul li {
	display: flex;
	align-items: center;
}

.card-popup .modal-content .main-content .tab-area ul li .btn-link {
	color: #66a513;
	margin-right: 20px;
}

.card-popup .modal-content .main-content .tab-area ul li button {
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 20px;
	text-decoration: none;
	color: #E2305B;
	padding: 8px;
	font-weight: 500;
}

.card-popup .modal-content .main-content .tab-area ul li img {
	margin-right: 5px;
}

.card-popup .modal-content .main-content .bottom-area .history {
	font-weight: 600;
}

.card-popup .modal-content .main-content .bottom-area .history span {
	color: #66a513;
}

.card-popup .modal-content .main-content .bottom-area li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #EFEFEF;
}

.card-popup .modal-content .main-content .bottom-area li:first-child {
	border-top: 1px solid #EFEFEF;
	margin-top: 10px;
}

.card-popup .modal-content .main-content .bottom-area li span {
	display: block;
	font-size: 16px;
}

.card-popup .modal-content .main-content .bottom-area li p {
	padding: 10px 25px;
}

.card-popup .modal-content .main-content .bottom-area li p span:first-child {
	font-weight: bold;
}

.card-popup .modal-content .main-content .tab-content .transfer-area p:first-child {
	border-bottom: 1px solid #B4B8D8;
	margin-bottom: 20px;
	padding-bottom: 25px;
	font-weight: 600;
}

.card-popup .modal-content .main-content .tab-content form .input-area {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	border: 1px solid #ACB1C8;
	border-radius: 20px;
}

.card-popup .modal-content .main-content .tab-content form .input-area input {
	padding: 0;
	margin: 0;
	padding-right: 25px;
	border: none;
	font-weight: bold;
}

.card-popup .modal-content .main-content .tab-content .nice-select {
	border-radius: 10px;
	border: none;
	background-color: transparent;
	padding: 10px 25px;
	color: var(--bs-white);
	display: flex;
	align-items: center;
}

.card-popup .modal-content .main-content .tab-content .nice-select::after {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 8px;
	width: 8px;
	right: 14px;
	top: initial;
}

.card-popup .modal-content .main-content .tab-content .nice-select .current {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.card-popup .modal-content .main-content .tab-content .nice-select .current::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: -40px;
	background-image: url(../images/icon/flag-usa.png);
	background-repeat: no-repeat;
}

.card-popup .modal-content .main-content .tab-content .nice-select .list {
	width: 100%;
}

.card-popup .modal-content .main-content .tab-content .bottom-area {
	margin: 30px 0;
}

.card-popup.recipients .modal-content .main-content::before {
	height: 15%;
}

.card-popup.recipients .modal-content .main-content .tab-area ul {
	gap: 20px;
}

.card-popup.recipients .modal-content .main-content .tab-area ul li {
	width: 47%;
}

.card-popup.recipients .modal-content .main-content .tab-area ul li button {
	width: 100%;
	font-size: 16px;
	text-align: start;
	color: var(--para-color);
}

.transactions-popup .modal-header {
	background: #f7faf5;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.transactions-popup .modal-dialog {
	max-width: 880px;
}

.transactions-popup .modal-dialog .modal-content {
	border-radius: 20px;
}

.transactions-popup .modal-dialog .modal-content .modal-header {
	padding: 30px;
}

.transactions-popup .modal-dialog .modal-content .modal-header h6 {
	font-weight: 700;
}

.transactions-popup .modal-dialog .modal-content .modal-header button {
	margin: 0;
	z-index: 1;
	border: none;
	background: none;
	background-color: var(--bs-white);
	border-radius: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.transactions-popup .modal-dialog .modal-content .modal-header button:focus {
	box-shadow: none;
}

.transactions-popup .modal-dialog .modal-content .modal-header button i {
	color: #797979;
	font-size: 24px;
}

.transactions-popup .modal-dialog .modal-content .icon-area {
	padding: 40px 0;
}

.transactions-popup .modal-dialog .modal-content .text-area h3,
.transactions-popup .modal-dialog .modal-content .text-area h6 {
	font-weight: 700;
}

.transactions-popup .modal-dialog .modal-content .text-area p {
	margin: 20px 0;
}

.transactions-popup .modal-dialog .modal-content .text-area .com {
	color: #49C96D;
	font-weight: 700;
}

.transactions-popup .modal-dialog .modal-content .right-area {
	padding: 30px;
	border-left: 1px solid #EFEFEF;
}

.transactions-popup .modal-dialog .modal-content .right-area h6 {
	font-weight: 700;
	margin-bottom: 10px;
}

.transactions-popup .modal-dialog .modal-content .right-area .payment-details {
	padding: 10px 0;
	border-top: 1px solid #EFEFEF;
}

.transactions-popup .modal-dialog .modal-content .right-area .payment-details li {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.transactions-popup .modal-dialog .modal-content .right-area .payment-details li:last-child {
	border-top: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
}

.transactions-popup .modal-dialog .modal-content .right-area .payment-info li {
	margin-top: 15px;
}

.transactions-popup .modal-dialog .modal-content .right-area .payment-info li p {
	color: #000000;
}

.transactions-popup .modal-dialog .modal-content .right-area .payment-info li span {
	color: #696D8D;
}

.transactions-popup.mycard .main-content {
	padding: 40px;
}

.transactions-popup.mycard .modal-header {
	background: transparent;
	position: absolute;
	right: 0;
	padding: 5px !important;
}

.transactions-popup.mycard .right-area {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.transactions-popup.mycard .right-area .card-details {
	border: 1px solid #E8E9EB;
	padding: 5px 20px;
	border-radius: 20px;
}

.transactions-popup.mycard .right-area .card-details img {
	margin-right: 10px;
}

.transactions-popup.mycard .right-area .payment-details {
	border: none !important;
}

.transactions-popup.mycard .right-area .payment-details li {
	border: none !important;
}

.pagination li {
	margin: 0 5px;
}

.pagination .page-item,
.pagination .page-link {
	width: 34px;
	height: 34px;
	background: #F8F8F8;
	border-radius: 10px;
	border: none;
	color: var(--para-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child,
.pagination .page-link:first-child,
.pagination .page-link:last-child {
	border-radius: 10px;
}

.pagination .page-item i,
.pagination .page-link i {
	font-size: 14px;
}

.pagination .page-item:hover,
.pagination .page-item.active,
.pagination .page-link:hover,
.pagination .page-link.active {
	background-color: #66a513;
	color: var(--bs-white);
}

.transfer-popup .modal-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.transfer-popup .modal-dialog {
	max-width: 480px;
}

.transfer-popup .modal-dialog .modal-content {
	border-radius: 20px;
	padding: 30px;
}

.transfer-popup .modal-dialog .modal-content .modal-header {
	padding: 0;
	border: none;
}

.transfer-popup .modal-dialog .modal-content .modal-header a {
	display: flex;
	align-items: center;
}

.transfer-popup .modal-dialog .modal-content .modal-header a i {
	margin-right: 5px;
}

.transfer-popup .modal-dialog .modal-content .modal-header h6 {
	font-weight: 700;
}

.transfer-popup .modal-dialog .modal-content .modal-header button {
	margin: 0;
	z-index: 1;
	border: none;
	background: none;
	background-color: var(--bs-white);
	border-radius: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.transfer-popup .modal-dialog .modal-content .modal-header button:focus {
	box-shadow: none;
}

.transfer-popup .modal-dialog .modal-content .modal-header button i {
	color: #797979;
	font-size: 24px;
}

.transfer-popup .modal-dialog .modal-content .main-content h4 {
	font-weight: 600;
	margin-bottom: 15px;
}

.transfer-popup .modal-dialog .modal-content .main-content form .userInput {
	display: flex;
	margin: 30px 0;
}

.transfer-popup .modal-dialog .modal-content .main-content form .userInput input {
	text-align: center;
	margin: 0 15px;
}

.transfer-popup .modal-dialog .modal-content .main-content form .userInput input:first-child {
	margin-left: 0;
}

.transfer-popup .modal-dialog .modal-content .main-content form .userInput input:last-child {
	margin-right: 0;
}

.transfer-popup .modal-dialog .modal-content .main-content form button {
	background: #66a513;
	border: 1px solid #AAA9E3;
	display: flex;
	border-radius: 10px;
	width: 100%;
	justify-content: center;
	padding: 10px;
	color: var(--bs-white);
}

.transfer-popup .modal-dialog #success .modal-content {
	background: #66a513;
	width: 180%;
}

.transfer-popup .modal-dialog #success .modal-header {
	justify-content: end;
}

.transfer-popup .modal-dialog #success h3 {
	margin: 25px 0 10px;
	font-weight: 600;
}

.transfer-popup .modal-dialog #success h3,
.transfer-popup .modal-dialog #success p {
	color: var(--bs-white);
}

.purchased-popup .modal-header {
	padding: 0;
	border: none;
}

.purchased-popup .modal-header a {
	display: flex;
	align-items: center;
}

.purchased-popup .modal-header a i {
	margin-right: 5px;
}

.purchased-popup .modal-header button {
	margin: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	border: none;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.purchased-popup .modal-header button:focus {
	box-shadow: none;
}

.purchased-popup .modal-header button i {
	color: #EFF4FF;
	font-size: 24px;
}

.purchased-popup .modal-content {
	background: #66a513;
	border-radius: 20px;
}

.purchased-popup .modal-dialog {
	max-width: 480px;
}

.purchased-popup .main-content h5 {
	font-weight: 700;
	color: var(--bs-white);
	width: 80%;
	margin: auto;
}

.purchased-popup .main-content h5 span {
	font-weight: inherit;
	font-size: inherit;
	color: #05FF00;
}

.purchased-popup .main-content ul {
	border: 1px solid #E4E4E4;
	border-radius: 20px;
	padding: 30px;
	margin: 0 30px;
	margin-top: 40px;
}

.purchased-popup .main-content ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.purchased-popup .main-content ul li:last-child {
	margin-bottom: 0;
}

.purchased-popup .main-content ul li span {
	color: var(--bs-white);
}

.purchased-popup.congratulations-popup .main-content h4,
.purchased-popup.congratulations-popup .main-content p,
.purchased-popup.congratulations-popup .main-content a {
	color: var(--bs-white);
}

.purchased-popup.congratulations-popup .main-content p {
	margin: auto;
	width: 60%;
}

.purchased-popup.congratulations-popup .main-content a {
	padding: 8px 20px;
	background: #ffb400;
	border: 1px solid #ffb400;
	border-radius: 10px;
}

.add-card .modal-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

/*.add-card .modal-dialog {
	max-width: 400px;
}*/

.add-card .modal-dialog .modal-content {
	border-radius: 20px;
}

.add-card .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 20px;
}

.add-card .modal-dialog .modal-content .modal-header h6 {
	font-weight: 700;
}

.add-card .modal-dialog .modal-content .modal-header button {
	margin: 0;
	z-index: 1;
	border: none;
	background: none;
	background-color: var(--bs-white);
	border-radius: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.add-card .modal-dialog .modal-content .modal-header button:focus {
	box-shadow: none;
}

.add-card .modal-dialog .modal-content .modal-header button i {
	color: #797979;
	font-size: 24px;
}

.add-card .modal-dialog .modal-content form {
	padding: 0 30px 30px 30px;
}

.add-card .modal-dialog .modal-content form .single-input {
	margin-bottom: 20px;
}

.add-card .modal-dialog .modal-content form .single-input .select-area,
.add-card .modal-dialog .modal-content form .single-input input {
	background: #F9F9F9;
	border: 1px solid #66a513;
	border-radius: 10px;
}

.add-card .modal-dialog .modal-content form .single-input .select-area input {
	border: none;
	border-left: 1px solid #66a513;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.add-recipients .modal-header {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.add-recipients .modal-dialog {
	max-width: 400px;
}

.add-recipients .modal-dialog .modal-content {
	border-radius: 20px;
}

.add-recipients .modal-dialog .modal-content .modal-header {
	border-bottom: none;
	padding: 20px;
}

.add-recipients .modal-dialog .modal-content .modal-header h6 {
	font-weight: 700;
}

.add-recipients .modal-dialog .modal-content .modal-header button {
	margin: 0;
	z-index: 1;
	border: none;
	background: none;
	background-color: var(--bs-white);
	border-radius: 50%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.add-recipients .modal-dialog .modal-content .modal-header button:focus {
	box-shadow: none;
}

.add-recipients .modal-dialog .modal-content .modal-header button i {
	color: #797979;
	font-size: 24px;
}

.add-recipients .modal-dialog .modal-content .nav-tabs {
	justify-content: center;
	border: none;
}

.add-recipients .modal-dialog .modal-content .nav-tabs li button {
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 20px;
	display: flex;
	align-items: center;
	padding: 15px 25px;
	margin: 0 10px;
	color: #7D7F93;
	transition: 0.3s;
}

.add-recipients .modal-dialog .modal-content .nav-tabs li button .icon-area {
	background: #FFFFFF;
	border: 1px solid #E0DDFF;
	border-radius: 20px;
	margin-right: 10px;
	width: 40px;
	height: 40px;
}

.add-recipients .modal-dialog .modal-content .nav-tabs li button:hover,
.add-recipients .modal-dialog .modal-content .nav-tabs li button.active {
	background: #66a513;
	color: var(--bs-white);
}

.add-recipients .modal-dialog .modal-content .tab-content form {
	padding: 30px;
}

.add-recipients .modal-dialog .modal-content .tab-content form .single-input {
	margin-bottom: 30px;
}

.add-recipients .modal-dialog .modal-content .tab-content form .single-input .select-area,
.add-recipients .modal-dialog .modal-content .tab-content form .single-input input {
	background: #F9F9F9;
	border: 1px solid #66a513;
	border-radius: 10px;
}

.add-recipients .modal-dialog .modal-content .tab-content form .single-input .select-area .nice-select,
.add-recipients .modal-dialog .modal-content .tab-content form .single-input input .nice-select {
	border: none;
	display: flex;
	align-items: center;
}

.add-recipients .modal-dialog .modal-content .tab-content form .single-input .select-area input {
	border: none;
	border-left: 1px solid #66a513;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.add-recipients .modal-dialog .modal-content .tab-content form .single-input .nice-select {
	float: initial;
	background: #F9F9F9;
	border: 1px solid #66a513;
	border-radius: 10px;
	line-height: 50px;
	height: 50px;
}

.add-recipients .modal-dialog .modal-content .tab-content form .single-input .nice-select::after {
	width: 9px;
	height: 9px;
}

.add-recipients .modal-dialog .modal-content .tab-content form .single-input .nice-select .list {
	width: 100%;
}

@media (max-width: 1599px) {
	.dashboard-section.account .nav-tabs {
		justify-content: start;
	}

	.dashboard-section.account .nav-tabs .nav-link {
		margin-right: 20px;
	}
}

@media (max-width: 1399px) {
	.dashboard-section.transactions.recipients .filters-item .search-area {
		width: 80%;
	}

	.dashboard-section {
		margin-left: 110px;
		width: calc(100% - 100px);
	}

	.header-section.body-collapse {
		margin-left: 140px;
		width: calc(100% - 140px);
	}

	.dashboard-section.body-collapse {
		margin-left: 110px;
		width: calc(100% - 100px);
	}

	.header-section.body-collapse .sidebar-wrapper {
		width: 270px;
		left: -290px;
	}

	.header-section .sidebar-wrapper {
		width: 130px;
	}

	.header-section .sidebar-wrapper.active .close-btn {
		display: none;
	}

	.header-section .sidebar-wrapper .close-btn {
		display: block;
	}
}

@media (max-width: 699px) {

	.header-section.body-collapse,
	.header-section,
	.dashboard-section.body-collapse,
	.dashboard-section {
		width: calc(100%);
		margin-left: 0;
	}

	.header-section.body-collapse .sidebar-wrapper,
	.header-section .sidebar-wrapper,
	.dashboard-section.body-collapse .sidebar-wrapper,
	.dashboard-section .sidebar-wrapper {
		left: -420px;
	}

	.header-section .sidebar-wrapper {
		width: 270px;
	}

	.header-section .sidebar-wrapper ul li a {
		justify-content: start;
	}

	.header-section .sidebar-wrapper ul li img {
		margin-right: 10px;
		width: auto;
	}

	.header-section .sidebar-wrapper ul li span {
		display: block;
	}

	.header-section .sidebar-wrapper.active {
		left: 0;
	}

	.header-section .sidebar-wrapper.active .close-btn {
		display: block;
	}

	.header-section .sidebar-wrapper .invite-now {
		display: block;
	}

	.header-section .sidebar-wrapper .close-btn {
		display: block;
	}

	.header-section .sidebar-wrapper {
		opacity: 1;
		visibility: visible;
		left: -150px !important;
	}

	.header-section .sidebar-wrapper.active {
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 1199px) {

	h1,
	h1>a {
		font-size: 57px;
		line-height: 74.1px;
		margin-top: -16px;
	}

	h2,
	h2>a {
		font-size: 43px;
		line-height: 55.9px;
		margin-top: -10px;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item .nav-link,
	.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-item {
		font-size: 16px;
	}

	.banner-section .overlay .banner-content {
		padding: 220px 0 230px;
	}

	.banner-section.inner-banner .overlay .banner-content {
		padding: 215px 0 100px;
	}

	.dashboard-section.account .nav-tabs {
		justify-content: start;
	}

	.dashboard-section.account .nav-tabs .nav-link {
		margin-right: 20px;
	}

	.dashboard-section.account .owner-details {
		margin-bottom: 30px;
	}

	.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button {
		padding: 10px;
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.dashboard-section.pay.step .main-content .choose-recipient .recipient-list button i {
		font-size: 20px !important;
	}

	.dashboard-section.exchange .side-area {
		margin-top: 30px;
	}

	.dashboard-section.pay.step.exchange .main-content .user-select .single-user {
		display: grid;
	}

	.dashboard-section.pay.step.exchange .main-content .user-select .single-user .right {
		margin-top: 20px;
	}

	.dashboard-section.pay.step.exchange .main-content .user-select .single-user .right a {
		padding: 5px 25px;
		margin-left: 0;
		margin-right: 15px;
	}

	.header-section .navbar-area {
		padding: 10px 20px;
	}

	.dashboard-section .acc-details .top-area {
		padding: 20px;
	}

	.dashboard-section .acc-details .bottom-area {
		margin-top: 15px;
	}

	.dashboard-section.transactions.recipients .filters-item .search-area {
		width: 45%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file {
		margin-bottom: 55px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2 {
		width: 120%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
		top: -45px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::after {
		bottom: -54px;
	}

	.dashboard-section .transactions-area .table-responsive .table {
		width: 130%;
	}
}

@media (max-width: 991px) {

	h1,
	h1>a {
		font-size: 57px;
		line-height: 68.4px;
		margin-top: -16px;
	}

	h2,
	h2>a {
		font-size: 43px;
		line-height: 51.6px;
		margin-top: -10px;
	}

	h3,
	h3>a {
		font-size: 32px;
		line-height: 38.4px;
		margin-top: -8px;
	}

	h4,
	h4>a {
		font-size: 24px;
		line-height: 28px;
		margin-top: -6px;
	}

	h5,
	h5>a {
		font-size: 18px;
		line-height: 22px;
		margin-top: -4px;
	}

	h6,
	h6>a,
	table thead tr th,
	a,
	p,
	span,
	li {
		font-size: 16px;
		line-height: 22px;
	}

	.section-header {
		margin-bottom: 40px;
	}

	.title {
		margin-bottom: 20px;
	}

	.xxlr {
		font-size: 20px;
		line-height: 28px;
	}

	.xlr {
		font-size: 18px;
		line-height: 25.5px;
	}

	.header-section .navbar-toggler {
		display: inline-block;
	}

	.header-section .navbar .navbar-brand {
		margin-top: -5px;
		width: 35%;
	}

	.header-section .navbar .navbar-brand img {
		max-width: initial;
	}

	.header-section .navbar .navbar-collapse .navbar-nav {
		height: 200px;
		margin: 20px 0;
		overflow-y: auto;
		margin-bottom: 10px;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropend .dropdown-menu {
		left: 60px;
	}

	.header-section .nav-item.main-navbar .main-menu .sub-navbar .sub-menu {
		right: 0;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
		display: inline-block;
		margin-left: 130px;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
		display: none;
	}

	.header-section .navbar .navbar-collapse .navbar-nav .nav-item {
		padding: 8px 0;
	}

	.header-section .nav-item.dropdown .dropdown-menu {
		position: initial;
	}

	.header-section .navbar .navbar-collapse .right-area .lang {
		display: none !important;
	}

	.header-section .navbar .navbar-collapse .right-area {
		margin-left: 0;
	}

	.dashboard-section {
		padding-top: 40px;
	}

	.dashboard-section .side-items {
		margin-top: 30px;
	}

	.dashboard-section.crypto .table {
		width: 160%;
	}

	.dashboard-section.crypto .left-area ul li a {
		line-height: 30px;
	}

	.dashboard-section.crypto .spend-get {
		padding: 30px;
		display: grid;
		gap: 20px;
	}

	.dashboard-section.pay.step-2 .main-content .pay-option {
		background: #f7faf5;
		display: grid;
	}

	.dashboard-section.pay.step-2 .main-content .pay-option .nice-select {
		margin-left: 20px;
	}

	.dashboard-section.pay.step-2 .main-content .pay-option .border-area {
		border: none;
	}

	.dashboard-section.pay.step-2 .main-content .exchange-content {
		display: grid;
		gap: 0;
	}

	.dashboard-section.pay.step-2 .main-content .exchange-content .recipient::after {
		top: -40px;
		left: calc(50%);
	}

	.dashboard-section.pay.step-2 .main-content .exchange-content .recipient::before {
		top: -30px;
		left: calc(52%);
	}

	.dashboard-section .footer-area a {
		padding: 12px 35px;
	}

	.dashboard-section.pay.step-2 .main-content .pay-option .pay-option-single {
		display: grid;
	}

	.dashboard-section.pay.step-2 .main-content .pay-option .pay-option-single .nice-select {
		margin-left: 0;
	}

	.add-recipients .modal-dialog .modal-content .nav-tabs li button .icon-area {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.dashboard-section.transactions.recipients .filters-item {
		display: grid !important;
	}

	.dashboard-section.transactions.recipients .filters-item .search-area {
		width: 100%;
	}

	.dashboard-section .transactions-area .table-responsive .table {
		width: 100%;
	}

	.dashboard-section.transactions.recipients .table {
		width: 130%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file {
		margin-bottom: 40px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2 {
		width: 90%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
		top: -40px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::after {
		bottom: -35px;
	}

	.dashboard-section.transactions .transactions-main .filters-item .single-item button {
		padding-left: 10px;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.header-section .navbar-area .dashboard-nav {
		margin-left: 30px;
		gap: 20px;
	}

	.header-section .navbar-area .sidebar-icon {
		margin-right: 40px;
	}

	.transactions-popup .modal-dialog .modal-content .right-area {
		padding: 15px;
	}

	.dashboard-section.account .upload-avatar {
		display: grid;
	}

	.dashboard-section.account .file-upload {
		margin-top: 20px;
	}

	.dashboard-section.account .file-upload .file .file-custom::before {
		left: 0;
	}

	.dashboard-section.account form .input-status .col-6 {
		width: 100% !important;
	}

	.dashboard-section.account form .input-status .col-6 span {
		margin-top: 15px;
	}

	.dashboard-section.account .tab-main {
		padding: 20px;
	}

	.dashboard-section.account .single-content {
		padding: 20px;
	}

	.dashboard-section.crypto .left-area {
		position: initial;
	}

	.dashboard-section.crypto .checkbox-single .checkbox-area .checkmark {
		left: 30px;
	}

	.dashboard-section.pay.step .main-content .user-select .single-user {
		display: grid;
	}

	.dashboard-section.pay.step .main-content .user-select .single-user .right {
		margin-top: 20px;
	}

	.dashboard-section.pay.step .main-content .user-select .single-user .right a {
		justify-content: center;
	}

	.dashboard-section.transactions.recipients .filters-item .right-area {
		display: grid !important;
	}

	.dashboard-section.transactions.recipients .filters-item .single-item .nice-select {
		padding-left: 0;
	}

	.dashboard-section.transactions.recipients .table {
		width: 185%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file {
		margin-bottom: 55px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2 {
		width: 65%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
		top: -40px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::after {
		bottom: -55px;
	}

	.dashboard-section.transactions .transactions-main .filters-item {
		display: grid;
		gap: 20px;
	}

	.dashboard-section.transactions .transactions-main .filters-item .nice-select {
		width: 100%;
	}

	.dashboard-section.transactions .transactions-main .table {
		width: 145%;
	}

	.dashboard-section.transactions .head-area h4 {
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {

	h1,
	h1>a {
		font-size: 40px;
		line-height: 46px;
		margin-top: -9px;
	}

	h2,
	h2>a {
		font-size: 30px;
		line-height: 36px;
		margin-top: -7px;
	}

	h3,
	h3>a {
		font-size: 24px;
		line-height: 28px;
		margin-top: -6px;
	}

	h4,
	h4>a {
		font-size: 18px;
		line-height: 22px;
		margin-top: -4px;
	}

	a,
	p,
	span,
	li,
	.cmn-btn,
	thead tr th,
	tbody tr th,
	tbody tr td,
	input,
	label,
	textarea,
	h6,
	h6>a {
		font-size: 15px;
		line-height: 19px;
	}

	.section-header {
		margin-bottom: 30px;
	}

	.title {
		margin-bottom: 15px;
	}

	.xxlr {
		font-size: 18px;
		line-height: 25.5px;
	}

	.xlr {
		font-size: 16px;
		line-height: 22.4px;
	}

	.header-section .navbar {
		padding: 20px 15px;
	}

	.header-section .navbar-area .dashboard-nav .single-item .main-area {
		width: 300px;
		padding: 20px;
		border-radius: 10px;
		border-radius: 10px;
	}

	.dashboard-section .transactions-area .table-responsive table {
		width: 110%;
	}

	.card-popup .modal-dialog {
		max-width: initial;
	}

	.transactions-popup .modal-dialog .modal-content .right-area {
		padding: 20px;
		border: none;
	}

	.transactions-popup.mycard .main-content {
		padding: 30px;
	}

	.preloader {
		background-size: 50%;
	}

	.transfer-popup .modal-dialog,
	.add-recipients .modal-dialog,
	.add-card .modal-dialog {
		margin: auto;
	}

	.dashboard-section.account .card-area .card-content {
		width: 100%;
	}

	.dashboard-section.account .your-devices .single-setting,
	.dashboard-section.account .single-content {
		display: grid !important;
	}

	.dashboard-section.account .your-devices .single-setting .right,
	.dashboard-section.account .single-content .right {
		margin-top: 15px;
	}

	.dashboard-section.account .change-pass form {
		margin-top: 30px;
	}

	.dashboard-section.crypto .table-area {
		padding: 0;
	}

	.dashboard-section.pay.step .main-content form {
		margin-top: 0;
	}

	.dashboard-section.crypto .exchange-content .recipient::before {
		left: calc(50% - 12px);
	}

	.dashboard-section.crypto .exchange-content .recipient::after {
		left: calc(45%);
	}

	.card-popup .modal-content .main-content .tab-content .bottom-area {
		display: grid !important;
		margin: 0;
		margin-top: 20px;
	}

	.card-popup .modal-content .main-content .tab-content .bottom-area a {
		margin-bottom: 20px;
	}

	.dashboard-section.deposit-money .table-area {
		padding: 30px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file {
		margin-bottom: 55px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2 {
		width: 60%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
		top: -30px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::after {
		bottom: -50px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom::before {
		left: 10px;
	}

	.dashboard-section {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}

	.dashboard-section.account .file-upload .file {
		width: 100%;
		margin-bottom: 15px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
		top: -10px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::after {
		display: none;
	}
}

@media (max-width: 480px) {
	.header-section .navbar-area .dashboard-nav {
		margin-left: 10px;
		gap: 15px;
	}

	.header-section .navbar-area .sidebar-icon {
		margin-right: 20px;
	}

	.header-section .navbar-area .dashboard-nav .single-item .main-area {
		padding: 15px;
	}

	.dashboard-section .acc-details .top-area {
		display: grid;
		align-items: center;
		justify-content: space-between;
		padding: 30px;
	}

	.dashboard-section .acc-details .right-side {
		margin-top: 30px;
	}

	.dashboard-section .acc-details .top-area .right-top {
		justify-content: start;
		padding-left: 15px;
	}

	.dashboard-section .acc-details .bottom-area {
		margin-top: 20px;
	}

	.dashboard-section .transactions-area .table-responsive table {
		width: 140%;
	}

	.dashboard-section.account .additional-security .single-setting {
		display: grid !important;
	}

	.dashboard-section.account .additional-security .single-setting .right {
		margin-top: 15px;
	}

	.dashboard-section.account .single-content button {
		font-size: 15px;
	}

	.dashboard-section.account .notification-single {
		padding: 20px;
		margin-bottom: 15px;
	}

	.transactions-popup.mycard .modal-dialog .modal-content .right-area {
		padding: 0;
	}

	.transactions-popup.mycard .modal-dialog .modal-content .right-area .top-area {
		display: grid !important;
	}

	.transactions-popup.mycard .modal-dialog .modal-content .right-area .top-area a {
		margin-top: 10px;
	}

	.transactions-popup.mycard .main-content {
		padding: 20px;
	}

	.dashboard-section.pay .main-content {
		padding: 15px;
	}

	.dashboard-section.crypto .exchange-content .send-banance {
		padding: 15px;
		margin-top: 20px;
	}

	.dashboard-section.crypto .exchange-content .send-banance .input-area {
		padding: 5px 12px;
		margin: 10px 0;
	}

	.dashboard-section .main-content .footer-area a {
		margin: 0 10px;
		padding: 12px 12px;
	}

	.dashboard-section.crypto .exchange-content .recipient::before {
		left: calc(50% - 0px);
	}

	.dashboard-section.crypto .spend-get {
		padding: 20px;
		display: grid;
	}

	.dashboard-section.crypto .spend-get .get {
		margin-top: 15px;
	}

	.card-popup .modal-content .main-content .tab-area ul {
		margin-bottom: 20px;
	}

	.card-popup .modal-content .main-content .tab-area ul li {
		margin-bottom: 15px;
	}

	.card-popup .modal-content .main-content .bottom-area li p {
		padding: 10px 0;
	}

	.dashboard-section.pay.step-3 .payment-details .details-list li {
		display: grid;
		text-align: start;
	}

	.dashboard-section.pay.step-3 .payment-details .top-area {
		display: grid;
		justify-content: start;
	}

	.dashboard-section.pay.step-3 .payment-details .top-area .right {
		text-align: start;
	}

	.dashboard-section.pay.step-3 .payment-details .top-area a {
		background: #f7faf5;
		border: 1px solid #66a513;
		border-radius: 20px;
		padding: 5px 20px;
		transition: 0.3s;
		margin-top: 15px;
	}

	.dashboard-section.pay.step-2 .main-content .send-banance {
		border-radius: 10px;
		padding: 15px;
		margin-top: 20px;
	}

	.dashboard-section.pay.step-2 .main-content .exchange-content .recipient::before {
		top: -30px;
		left: calc(45%);
	}

	.dashboard-section.pay.step-2 .main-content .exchange-content .recipient::after {
		top: -40px;
		left: calc(42%);
	}

	.dashboard-section.pay.step-2 .main-content .send-banance .input-area {
		padding: 10px 20px;
	}

	.add-recipients .modal-dialog .modal-content .nav-tabs li button {
		padding: 10px 14px;
	}

	.dashboard-section.pay.receive-3 .request-submitted .top-area .icon-area img {
		max-width: 60%;
	}

	.dashboard-section.transactions.recipients .table {
		width: 225%;
	}

	.card-popup.recipients .modal-content .main-content .tab-area ul li {
		width: 100%;
		margin-bottom: 0;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2 {
		width: 60%;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
		top: -10px;
		left: 20px;
	}

	.pagination .page-item,
	.pagination .page-link {
		width: 30px;
		height: 30px;
	}

	.pagination li {
		margin: 0 3px;
	}

	.dashboard-section.transactions .transactions-main .top-items {
		display: grid;
	}

	.dashboard-section.transactions .transactions-main .top-items ul {
		margin-top: 15px;
	}

	.dashboard-section.transactions .transactions-main .top-items ul li {
		margin-left: 0;
		margin-right: 15px;
	}

	.header-section .navbar-area {
		padding: 10px 20px;
	}

	.dashboard-section.transactions .transactions-main .table {
		width: 155%;
	}
}

@media (max-width: 375px) {
	.about .col-6 {
		width: 100% !important;
	}

	.header-section .navbar-area form .form-group img {
		display: none;
	}

	.header-section .navbar-area form .form-group {
		padding: 0;
	}

	.dashboard-section .transactions-area .table-responsive table {
		width: 180%;
	}

	.dashboard-section .side-items .single-item {
		padding: 15px;
	}

	.dashboard-section .side-items .single-item .recipients-item .left {
		margin-right: 15px;
	}

	.dashboard-section.crypto .table {
		width: 175%;
	}

	.dashboard-section.crypto .checkbox-single .item-title .img-area {
		margin-left: 50px;
		width: initial;
		height: initial;
		min-width: 45px;
		min-height: 45px;
	}

	.add-recipients .modal-dialog .modal-content .nav-tabs li button {
		margin-bottom: 15px;
	}

	.dashboard-section.transactions.recipients .table {
		width: 300%;
	}

	.dashboard-section.pay.step-2 .main-content .user-select .right {
		display: grid !important;
	}

	.dashboard-section.pay.step-2 .main-content .user-select .right a {
		margin-left: 0;
		margin-bottom: 15px;
	}

	.dashboard-section.pay.step-2 .main-content .total-fees {
		padding: 20px;
	}

	.dashboard-section.crypto .checkbox-single {
		padding: 20px;
	}

	.dashboard-section.crypto .checkbox-single .checkbox-area .checkmark {
		left: 15px;
	}

	.dashboard-section.deposit-money .table-area {
		padding: 15px;
	}

	.dashboard-section.exchange .side-area .deposit-details li {
		display: grid;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::before {
		top: -20px;
		left: 40px;
	}

	.dashboard-section.pay.receive-3 .attach-documents .file-upload .file .file-custom2::after {
		display: none;
	}

	.preloader {
		background-size: 60%;
	}

	.dashboard-section.transactions .transactions-main .table {
		width: 220%;
	}

	.purchased-popup .main-content ul {
		padding: 15px;
		margin: 0 15px;
		margin-top: 30px;
	}

	.dashboard-section.account .nav-tabs .nav-link {
		padding: 13px 25px;
	}

	.dashboard-section.pay.step .main-content .choose-recipient .recipient-list {
		margin-bottom: 15px;
	}
}

/*# sourceMappingURL=style.css.map */

/* Edits */
.br-50 {
	border-radius: 50%;
}

.option-icon {
	font-size: 28px;
	color: #fff;
}

.option-icon-2 {
	font-size: 28px;
	color: #66a513;
}

.help {
	color: #66a513;
}

.modal-header {
	border-bottom: 1px solid #EFEFEF;
}

.pl-20 {
	padding-left: 20px;
}

/* card */
.bg-eu1 {
	background-image: url(../images/cards/Classic\ \(1\)-02.png);
	background-position: center;
	background-repeat: no-repeat repeat;
	background-size: cover;
}

.bg-eu2 {
	background-image: url(../images/cards/Premium-02.png);
	background-position: center;
	background-repeat: no-repeat repeat;
	background-size: cover;
}

.bg-eu3 {
	background-image: url(../images/cards/Standard-02.png);
	background-position: center;
	background-repeat: no-repeat repeat;
	background-size: cover;
}

.bg-eu4 {
	background-image: url(../images/cards/Classic-02.png);
	background-position: center;
	background-repeat: no-repeat repeat;
	background-size: cover;
}

.card-block {
	height: 100%;
	width: 100%;
	/* background: #6236FF; */
	border-radius: 10px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
	color: #000;
	position: absolute;
}

.card-block .card-main {
	/* background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 100%); */
	/* position: absolute;
  border-radius: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px 24px; */
}

.card-block .in .card-number {
	font-size: 9px;
	letter-spacing: 3px;
	font-weight: 500;
	margin-top: 30px;
	color: #fff;
}

.card-block .bottom {
	display: flex;
	align-items: center;
	/* margin-top: 20px; */
}

.card-block .in .card-expiry {
	color: white;
	font-size: 9px;
	font-weight: 500;
	margin-left: 20px;
}

.card-block span.label {
	font-size: 9px;
	/* letter-spacing: 1px; */
	/* opacity: 0.5; */
	color: white;
	/* line-height: 1em; */
	/* margin-bottom: 5px; */
	text-transform: uppercase;
	/* display: block; */
	font-weight: 500;
}

@media (min-width: 500px) {
	.card-block .in .card-number {

		margin-top: 60px;
	}
}

@media (min-width: 740px) {
	.card-block .in .card-number {

		margin-top: 80px;
	}
}

@media (min-width: 990px) {
	.card-block .in .card-number {

		margin-top: 30px;
	}
}

/* Payme.html */
span {
	cursor: pointer;
}

.number {
	margin: 10px;
	position: relative;
}

.minus,
.plus {
	width: 50px;
	height: 50px;
	background: #f7faf5;
	border-radius: 4px;
	padding: 10px 5px 8px 5px;
	border: 1px solid #66a513;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
}

.input {
	height: 34px;
	width: 200px;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	border: none;
	border-radius: 4px;
	margin: 0 20px;
	display: inline-block;
	vertical-align: middle;
	/* position: relative; */
}

.payme {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	margin-left: 0;

}

.usd {
	padding: 0px 20px;
	font-size: 28px;
	font-weight: 600;
	vertical-align: middle;
}

@media (max-width: 575px) {
	.dashboard-section {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.qrCode {
		display: none;
	}
}

@media (max-width: 500px) {
	.usd {
		font-size: 18px;
	}

	.input {
		margin: 0px !important;
		width: 100px;
		font-size: 18px;

	}

	.usd {
		padding: 0px !important;
	}

	.payme {
		/* margin: 0px ; */
		/* padding: 10px; */
	}

}

.static-value {
	position: absolute;
	right: 140px;
	font-weight: 600;
	font-size: 32px;
	color: #444;
	top: 9px;
}

.msg-label {
	float: left;
}

.msg {
	border: 1px solid #66a513;
}

.msg:focus {
	border: 1px solid #66a513;
}


/* Signup */
.lemon-green {
	color: #66a513;
}

.form-check-input:checked {
	background-color: #66a513;
	border-color: #66a513;
}

#login-2,
#signup-2 {
	background-color: #f7faf5;
	min-height: 100vh;
	padding-top: 80px;
	padding-bottom: 50px;
}

.login-page-logo {
	text-align: center;
	margin-bottom: 40px;
}

.login-page-logo img {
	width: auto;
	max-width: inherit;
	max-height: 50px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

#login-2 .register-form form,
#signup-2 .register-form form {
	background: #fff;
	border: 1px solid #fafafa;
	margin: 0 35px;
	padding: 50px 25px 30px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
	-moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
	box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
}

.register-form form {
	margin: 0 15px;
}

@media (min-width: 768px) {
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.register-form-title {
	margin-bottom: 30px;
}

.text-center {
	text-align: center !important;
}

.register-form-title h4 {
	line-height: 1;
	margin-bottom: 8px;
}

.register-form-title p {
	margin-bottom: 0;
}

p.p-xl {
	font-size: 1.25rem;
}

@media (min-width: 768px) {
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.register-form .btn {
	width: 100%;
	margin-top: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.btn.btn-md {
	font-size: 1.125rem;
	padding: 18px 34px;
}

.btn-skyblue,
.scroll .btn-skyblue,
.white-color .btn-skyblue,
.skyblue-hover:hover,
.scroll .skyblue-hover:hover,
.white-color .skyblue-hover:hover {
	color: #fff !important;
	background-color: #66a513 !important;
	border-color: #66a513 !important;
}

.btn {
	background-color: transparent;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	font-weight: 500;
	padding: 16px 32px;
	border: 1px solid transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.form-data {
	margin-top: 30px;
	margin-bottom: 30px;
}

.form-check .form-check-label {
	font-size: 1.0625rem;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.form-check span {
	display: block;
	margin-bottom: 0;
}

.login-separator {
	text-align: center;
	margin-bottom: 25px;
}

.login-separator-txt {
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
}

.login-separator-txt:before {
	right: 140%;
	left: -820%;
}

.login-separator-txt:before,
.login-separator-txt:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	background: rgba(0, 0, 0, .1);
}

.login-separator-txt:after {
	left: 140%;
	right: -820%;
}

.login-separator-txt:before,
.login-separator-txt:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	background: rgba(0, 0, 0, .1);
}

.login-separator-txt:after {
	left: 140%;
	right: -820%;
}

.login-separator-txt:before,
.login-separator-txt:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	background: rgba(0, 0, 0, .1);
}

.btn-google img,
.btn-facebook img {
	width: 22px;
	height: 22px;
	margin-top: -1px;
	margin-right: 5px;
}

.register-form .btn-facebook {
	color: #fff;
	background-color: #2d5c98;
	border: 1px solid #2d5c98;
}

.register-form .btn {
	width: 100%;
	margin-top: 5px;
}

.register-form p.create-account {
	line-height: 1;
	margin-top: 35px;
	margin-bottom: 0;
}

.sign-in-footer {
	margin-top: 80px;
}

/* ==========================================================================
  29. SIGN-IN / SIGN-UP PAGE
  =========================================================================== */

#login-1,
#signup-1 {
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 50px;
}

#login-2,
#signup-2 {
	background-color: #f7faf5;
	min-height: 100vh;
	padding-top: 80px;
	padding-bottom: 50px;
}

#login-3,
#signup-3 {
	position: relative;
	background-color: #eff6ff;
	min-height: 100vh;
	padding-top: 120px;
	padding-bottom: 50px;
}

#login-3 {
	padding-top: 160px;
}

#reset-password-1,
#reset-password-2 {
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 50px;
}

#reset-password-2 {
	padding-top: 160px;
}

/*------------------------------------------*/
/*  LOGIN PAGE LOGO
  /*------------------------------------------*/

.login-page-logo {
	text-align: center;
	margin-bottom: 60px;
}

#reset-password-1 .login-page-logo {
	margin-bottom: 40px;
}

.login-page-logo img {
	width: auto;
	max-width: inherit;
	max-height: 50px;
}

#reset-password-1 .login-page-logo img {
	max-height: 45px;
}

/*------------------------------------------*/
/*  REGISTER PAGE TITLE
  /*------------------------------------------*/

.register-form-title {
	margin-bottom: 30px;
}

.register-form-title h4 {
	line-height: 1;
	margin-bottom: 8px;
}

.reset-password-section .register-form-title h4 {
	margin-bottom: 20px;
}

.register-form-title h3 {
	line-height: 1;
	margin-bottom: 10px;
}

.register-form-title p {
	margin-bottom: 0;
}

.reset-password-section .register-form-title p {
	padding: 0 2%;
}

.register-form-title a {
	font-weight: 500;
	text-decoration: underline;
}

/*------------------------------------------*/
/*  REGISTER PAGE TYPOGRAPHY
  /*------------------------------------------*/

.form-data {
	margin-top: 30px;
	margin-bottom: 30px;
}

.reset-password-section .form-data {
	margin-top: 35px;
	margin-bottom: 15px;
}

.form-check .form-check-label {
	font-size: 1.0625rem;
}

.form-check span {
	display: block;
	margin-bottom: 0;
}

.form-check span a {
	font-weight: 500;
	text-decoration: underline;
}

p.forgot-password {
	line-height: 1;
	margin-bottom: 0;
}

.register-form p a:hover {
	color: #333;
	text-decoration: underline;
}

.form-check-input:focus {
	outline: 0px none;
	box-shadow: none;
	border-color: #ccc;
}

.register-form p.create-account {
	line-height: 1;
	margin-top: 35px;
	margin-bottom: 0;
}

.register-form p.create-account a {
	font-weight: 500;
	text-decoration: underline;
}

/*------------------------------------------*/
/* REGISTER PAGE NOTICE
  /*------------------------------------------*/

.sign-in-notice {
	padding: 0 17%;
	margin-top: 50px;
}

.sign-in-notice p {
	margin-bottom: 0;
}

.sign-in-notice p a {
	font-weight: 500;
	text-decoration: underline;
}

/*------------------------------------------*/
/*  REGISTER PAGE FOOTER
  /*------------------------------------------*/

.sign-in-footer {
	margin-top: 80px;
}

#reset-password-1 .sign-in-footer {
	margin-top: 50px;
}

.sign-in-footer p {
	line-height: 1;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*  REGISTER PAGE SEPARATOR
  /*------------------------------------------*/

.login-separator {
	text-align: center;
	margin-bottom: 25px;
}

.login-separator-txt {
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-size: 1.05rem;
	font-weight: 400;
}

.login-separator-txt:before,
.login-separator-txt:after {
	content: '';
	position: absolute;
	top: 50%;
	height: 2px;
	background: rgba(0, 0, 0, .1);
}

.login-separator-txt:before {
	right: 140%;
	left: -820%;
}

.login-separator-txt:after {
	left: 140%;
	right: -820%;
}

#login-1 .login-separator-txt:before,
#signup-1 .login-separator-txt:before {
	left: -1000%;
}

#login-1 .login-separator-txt:after,
#signup-1 .login-separator-txt:after {
	right: -1000%;
}

/*------------------------------------------*/
/*  SIGN-IN / SIGN-UP FORM
  /*------------------------------------------*/

.register-form form {
	margin: 0 15px;
}

#login-2 .register-form form,
#signup-2 .register-form form {
	background: #fff;
	border: 1px solid #fafafa;
	margin: 0 35px;
	padding: 50px 25px 30px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
	-moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
	box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
}

#reset-password-1 .register-form form {
	margin: 0 20px;
}

/*------------------------------------------*/
/*  RegisterForm Input
  /*------------------------------------------*/

.register-form .form-control {
	height: 60px;
	background-color: #f7faf5;
	border: 1px solid #66a513;
	color: #333;
	font-size: 17px;
	margin-bottom: 20px;
	padding: 5px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#login-3 .register-form .form-control,
#signup-3 .register-form .form-control {
	background-color: #fff;
}

.reset-password-section .register-form .form-control {
	text-align: center;
}

.register-form .form-control::-moz-placeholder {
	color: #999;
}

.register-form.form-control:-ms-input-placeholder {
	color: #999;
}

.register-form .form-control::-webkit-input-placeholder {
	color: #999;
}

/*------------------------------------------*/
/*  RegisterForm Input Focus
  /*------------------------------------------*/

.register-form .form-control:focus {
	outline: 0px none;
	box-shadow: none;
	border-color: #66a513;
}

/*------------------------------------------*/
/*  RegisterForm Button
  /*------------------------------------------*/

.register-form .btn {
	width: 100%;
	margin-top: 5px;
}

.register-form .btn-facebook {
	color: #fff;
	background-color: #2d5c98;
	border: 1px solid #2d5c98;
}

.register-form .btn-google {
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
}

.btn-google img,
.btn-facebook img {
	width: 22px;
	height: 22px;
	margin-top: -1px;
	margin-right: 5px;
}

/*------------------------------------------*/
/*  Register Form Message
  /*------------------------------------------*/

.reset-form-msg {
	text-align: center;
	width: 100% !important;
	display: block;
	padding-left: 0;
}

.register-form .loading {
	color: #00b2e4;
	font-size: 18px;
	font-weight: 500;
	padding-left: 15px;
}

.register-form .error {
	color: #e74c3c;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	padding-left: 10px;
}

.reset-password-section .register-form .error {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding-left: 0;
}

/*------------------------------------------*/
/*  RegisterForm Show Password
  /*------------------------------------------*/

.wrap-input {
	position: relative;
}

.btn-show-pass {
	color: #999999;
	align-items: center;
	position: absolute;
	height: 100%;
	top: 20px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.btn-show-pass.ico-20 [class^="flaticon-"]:before,
.btn-show-pass.ico-20 [class^="flaticon-"]:after {
	font-size: 1.125rem;
}

.btn-show-pass:hover {
	color: #0195ff;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
	color: #6a7dfe;
	color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
	color: -o-linear-gradient(left, #21d4fd, #b721ff);
	color: -moz-linear-gradient(left, #21d4fd, #b721ff);
	color: linear-gradient(left, #21d4fd, #b721ff);
}

/*------------------------------------------*/
/*  REGISTER PAGE IMAGE
  /*------------------------------------------*/

.login-3-img {
	margin: 20px -30px 0 35px;
}

.signup-3-img {
	margin: 20px 35px 0 -30px;
}


@media (min-width: 992px) and (max-width: 1199.95px) {

	.reset-password-section .sign-in-footer {
		margin-top: 30px;
	}

	.sign-in-notice {
		padding: 0 12%;
		margin-top: 50px;
	}

	.login-separator-txt:before {
		left: -780%;
	}

	.login-separator-txt:after {
		right: -780%;
	}

	#login-1 .login-separator-txt:before,
	#signup-1 .login-separator-txt:before {
		left: -900%;
	}

	#login-1 .login-separator-txt:after,
	#signup-1 .login-separator-txt:after {
		right: -900%;
	}

	#login-3 .login-separator-txt:before {
		left: -730%;
	}

	#login-3 .login-separator-txt:after {
		right: -730%;
	}

	#signup-3 .login-separator-txt:before {
		left: -770%;
	}

	#signup-3 .login-separator-txt:after {
		right: -770%;
	}

	#signup-3 .register-form {
		margin-left: -25px;
	}

	.register-form form,
	#login-2 .register-form form,
	#signup-2 .register-form form {
		margin: 0;
	}

	#reset-password-2 .register-form .form-control {
		height: 52px;
	}

	#reset-password-2 .register-form .btn {
		height: 52px;
		line-height: 52px;
		padding: 0;
	}
}

@media (min-width: 768px) and (max-width: 991.95px) {

	/* Register Page */
	#login-1,
	#signup-1,
	#login-2,
	#signup-2,
	#login-3,
	#signup-3,
	#reset-password-1,
	#reset-password-2 {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	#login-3 {
		padding-top: 80px;
	}

	.reg-nav .wsmobileheader {
		display: none;
	}

	#reset-password-2.reset-password-section .register-form-title h4 {
		font-size: 1.6rem;
	}

	#reset-password-2.reset-password-section .register-form-title p {
		font-size: 1rem;
		padding: 0;
	}

	.login-page-logo {
		margin-bottom: 50px;
	}

	.login-page-logo img {
		max-height: 45px;
	}

	#reset-password-2.reset-password-section .form-data {
		margin-top: 25px;
	}

	.form-check .form-check-label,
	p.forgot-password {
		font-size: 1rem;
	}

	.register-form p.create-account {
		font-size: 1rem;
		margin-top: 35px;
	}

	.sign-in-notice {
		padding: 0 12%;
		margin-top: 40px;
	}

	.sign-in-notice p {
		font-size: 1rem;
	}

	#reset-password-1 .sign-in-footer {
		margin-top: 40px;
	}

	#reset-password-2 .sign-in-footer {
		margin-top: 30px;
	}

	.login-separator-txt:before {
		left: -780%;
	}

	.login-separator-txt:after {
		right: -780%;
	}

	#login-1 .login-separator-txt:before,
	#signup-1 .login-separator-txt:before {
		left: -900%;
	}

	#login-1 .login-separator-txt:after,
	#signup-1 .login-separator-txt:after {
		right: -900%;
	}

	#login-3 .login-separator-txt:before {
		left: -970%;
	}

	#login-3 .login-separator-txt:after {
		right: -970%;
	}

	#signup-3 .login-separator-txt:before {
		left: -970%;
	}

	#signup-3 .login-separator-txt:after {
		right: -970%;
	}

	#login-3 .register-form,
	#signup-3 .register-form {
		padding: 0 15%;
	}

	.register-form form,
	#login-2 .register-form form,
	#signup-2 .register-form form,
	#reset-password-2 .register-form form {
		margin: 0;
	}

	.register-form .btn {
		height: 56px;
		font-size: 1.05rem;
	}

	#reset-password-2 .register-form .form-control {
		height: 50px;
	}

	#reset-password-2 .register-form .btn {
		height: 50px;
		line-height: 50px;
		padding: 0;
	}

	.register-form .btn-facebook,
	.register-form .btn-google {
		padding: 0;
		line-height: 56px;
	}

	.btn-google img,
	.btn-facebook img {
		width: 18px;
		height: 18px;
		margin-top: -3px;
		margin-right: 5px;
	}

	.login-3-img,
	.signup-3-img {
		display: none;
	}

	.reset-password-img {
		margin-top: 25px;
		margin-left: -30%;
	}
}

@media (max-width: 767px) {

	/* Register Page */
	#login-1,
	#signup-1,
	#login-2,
	#signup-2,
	#login-3,
	#signup-3,
	#reset-password-1,
	#reset-password-2 {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	#login-3 {
		padding-top: 80px;
	}

	.reg-nav .wsmobileheader {
		display: none;
	}

	.login-page-logo {
		margin-bottom: 50px;
	}

	.login-page-logo img {
		max-height: 45px;
	}

	#reset-password-1 .sign-in-footer {
		margin-top: 40px;
	}

	#reset-password-2 .sign-in-footer {
		margin-top: 30px;
	}

	.login-3-img,
	.signup-3-img {
		display: none;
	}

}

@media (min-width: 480px) and (max-width: 767.95px) {

	#login-1 .login-separator-txt:before,
	#signup-1 .login-separator-txt:before {
		left: -980%;
	}

	#login-1 .login-separator-txt:after,
	#signup-1 .login-separator-txt:after {
		right: -980%;
	}

	#login-2 .login-separator-txt:before,
	#signup-2 .login-separator-txt:before {
		left: -880%;
	}

	#login-2 .login-separator-txt:after,
	#signup-2 .login-separator-txt:after {
		right: -880%;
	}

	#login-3 .login-separator-txt:before {
		left: -970%;
	}

	#login-3 .login-separator-txt:after {
		right: -970%;
	}

	#signup-3 .login-separator-txt:before {
		left: -970%;
	}

	#signup-3 .login-separator-txt:after {
		right: -970%;
	}

	#login-2 .register-form form,
	#signup-2 .register-form form {
		margin: 0 10px;
	}

	#reset-password-1 .register-form form,
	#reset-password-2 .register-form form {
		margin: 0 30px;
	}

	.register-form .form-control {
		height: 56px;
	}

	.register-form .btn {
		height: 56px;
		font-size: 1.05rem;
	}

	.register-form .btn-facebook,
	.register-form .btn-google {
		padding: 0;
		line-height: 56px;
	}

	.btn-google img,
	.btn-facebook img {
		width: 18px;
		height: 18px;
		margin-top: -3px;
		margin-right: 5px;
	}

	.reset-password-img {
		margin: 0 3% 50px;
	}
}

@media (min-width: 414px) and (max-width: 479.95px) {

	/* Register Page */
	#login-2 .register-form-title,
	#signup-2 .register-form-title {
		margin-bottom: 20px;
	}

	.reset-password-section .register-form-title {
		margin-bottom: 25px;
	}

	.register-form-title h4,
	.register-form-title h3 {
		font-size: 1.85rem;
		margin-bottom: 10px;
	}

	.reset-password-section .register-form-title h4 {
		font-size: 1.65rem;
		line-height: 1.3;
		margin-bottom: 14px;
	}

	.reset-password-section .register-form-title p {
		padding: 0 3%;
	}

	.register-form-title p {
		font-size: 0.95rem;
	}

	.login-separator-txt {
		font-size: 0.95rem;
	}

	.login-page-logo {
		margin-bottom: 40px;
	}

	#reset-password-1 .login-page-logo {
		margin-bottom: 30px;
	}

	.login-page-logo img {
		max-height: 40px;
	}

	#reset-password-1 .login-page-logo img {
		max-height: 40px;
	}

	.form-data {
		display: block !important;
		text-align: center;
	}

	#signup-1 .form-data,
	#signup-2 .form-data,
	#signup-3 .form-data {
		text-align: left;
	}

	.form-check {
		display: inline-block;
		margin: 0 auto 10px;
	}

	.form-check .form-check-label,
	p.forgot-password {
		font-size: 0.9375rem;
	}

	.register-form p.create-account {
		font-size: 0.95rem;
		margin-top: 30px;
	}

	.sign-in-notice {
		padding: 0 8%;
		margin-top: 30px;
	}

	.sign-in-notice p {
		font-size: 0.9375rem;
	}

	#login-1 .login-separator-txt:before,
	#signup-1 .login-separator-txt:before {
		left: -850%;
	}

	#login-1 .login-separator-txt:after,
	#signup-1 .login-separator-txt:after {
		right: -850%;
	}

	#login-2 .login-separator-txt:before,
	#signup-2 .login-separator-txt:before {
		left: -790%;
	}

	#login-2 .login-separator-txt:after,
	#signup-2 .login-separator-txt:after {
		right: -790%;
	}

	#login-3 .login-separator-txt:before,
	#signup-3 .login-separator-txt:before {
		left: -850%;
	}

	#login-3 .login-separator-txt:after,
	#signup-3 .login-separator-txt:after {
		right: -850%;
	}

	#login-2 .register-form form,
	#signup-2 .register-form form {
		padding: 45px 10px 50px;
	}

	.register-form form,
	#login-2 .register-form form,
	#signup-2 .register-form form,
	#reset-password-1 .register-form form {
		margin: 0;
	}

	.register-form .form-control {
		height: 50px;
		font-size: 1rem;
	}

	.register-form .btn {
		height: 50px;
		font-size: 1rem;
	}

	.btn-show-pass {
		top: 16px;
		right: 15px;
	}

	.btn-show-pass.ico-20 [class^="flaticon-"]:before,
	.btn-show-pass.ico-20 [class^="flaticon-"]:after {
		font-size: 1.05rem;
	}

	.register-form .btn-facebook,
	.register-form .btn-google {
		padding: 0;
		line-height: 50px;
	}

	.btn-google img,
	.btn-facebook img {
		width: 18px;
		height: 18px;
		margin-top: -3px;
		margin-right: 5px;
	}

	.reset-password-img {
		margin: 0 0 50px;
	}


}

@media (min-width: 321px) and (max-width: 413.95px) {

	/* Register Page */
	#login-2 .register-form-title,
	#signup-2 .register-form-title {
		margin-bottom: 20px;
	}

	.reset-password-section .register-form-title {
		margin-bottom: 25px;
	}

	.register-form-title h4,
	.register-form-title h3 {
		font-size: 1.75rem;
		margin-bottom: 10px;
	}

	.reset-password-section .register-form-title h4 {
		font-size: 1.6rem;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	.register-form-title p {
		font-size: 0.95rem;
	}

	.reset-password-section .register-form-title p {
		padding: 0;
	}

	.login-separator-txt {
		font-size: 0.95rem;
	}

	.login-page-logo {
		margin-bottom: 40px;
	}

	#reset-password-1 .login-page-logo {
		margin-bottom: 30px;
	}

	.login-page-logo img {
		max-height: 40px;
	}

	#reset-password-1 .login-page-logo img {
		max-height: 38px;
	}

	.form-data {
		display: block !important;
		text-align: center;
	}

	#signup-1 .form-data,
	#signup-2 .form-data,
	#signup-3 .form-data {
		text-align: left;
	}

	.form-check {
		display: inline-block;
		margin: 0 auto 10px;
	}

	.form-check .form-check-label,
	p.forgot-password {
		font-size: 0.9375rem;
	}

	#signup-1 .form-check .form-check-label,
	#signup-3 .form-check .form-check-label,
	#signup-1 p.forgot-password,
	#signup-3 p.forgot-password {
		font-size: 0.865rem;
	}

	#signup-2 .form-check .form-check-label,
	#signup-2 p.forgot-password {
		font-size: 0.9rem;
	}

	.register-form p.create-account {
		font-size: 0.95rem;
		margin-top: 30px;
	}

	.sign-in-notice {
		padding: 0 3%;
		margin-top: 30px;
	}

	.sign-in-notice p {
		font-size: 0.9375rem;
	}

	#login-1 .login-separator-txt:before,
	#signup-1 .login-separator-txt:before {
		left: -710%;
	}

	#login-1 .login-separator-txt:after,
	#signup-1 .login-separator-txt:after {
		right: -710%;
	}

	#login-2 .login-separator-txt:before,
	#signup-2 .login-separator-txt:before {
		left: -650%;
	}

	#login-2 .login-separator-txt:after,
	#signup-2 .login-separator-txt:after {
		right: -650%;
	}

	#login-3 .login-separator-txt:before,
	#signup-3 .login-separator-txt:before {
		left: -710%;
	}

	#login-3 .login-separator-txt:after,
	#signup-3 .login-separator-txt:after {
		right: -710%;
	}

	#login-2 .register-form form,
	#signup-2 .register-form form {
		padding: 35px 10px 40px;
	}

	.register-form form,
	#login-2 .register-form form,
	#signup-2 .register-form form {
		margin: 0;
	}

	#reset-password-1 .register-form form {
		margin: 0;
	}

	.register-form .form-control,
	.register-form .btn {
		height: 48px;
		font-size: 1rem;
	}

	.btn-show-pass {
		top: 16px;
		right: 15px;
	}

	.btn-show-pass.ico-20 [class^="flaticon-"]:before,
	.btn-show-pass.ico-20 [class^="flaticon-"]:after {
		font-size: 1.05rem;
	}

	.register-form .btn-facebook,
	.register-form .btn-google {
		padding: 0;
		line-height: 48px;
	}

	.btn-google img,
	.btn-facebook img {
		width: 18px;
		height: 18px;
		margin-top: -3px;
		margin-right: 5px;
	}

	.reset-password-img {
		margin: 0 0 50px;
	}

}

@media (max-width: 320.95px) {

	#login-2 .register-form-title,
	#signup-2 .register-form-title {
		margin-bottom: 20px;
	}

	.reset-password-section .register-form-title {
		margin-bottom: 25px;
	}

	.register-form-title h4,
	.register-form-title h3 {
		font-size: 1.625rem;
		margin-bottom: 10px;
	}

	.reset-password-section .register-form-title h4 {
		font-size: 1.5rem;
		line-height: 1.3;
		margin-bottom: 14px;
	}

	.reset-password-section .register-form-title p {
		font-size: 0.925rem;
		padding: 0;
	}

	.login-separator-txt {
		font-size: 0.95rem;
	}

	.login-page-logo {
		margin-bottom: 40px;
	}

	#reset-password-1 .login-page-logo {
		margin-bottom: 30px;
	}

	.login-page-logo img {
		max-height: 40px;
	}

	#reset-password-1 .login-page-logo img {
		max-height: 38px;
	}

	.form-data {
		display: block !important;
		text-align: center;
	}

	#signup-1 .form-data,
	#signup-2 .form-data,
	#signup-3 .form-data {
		text-align: left;
	}

	.form-check {
		display: inline-block;
		margin: 0 auto 10px;
	}

	.form-check .form-check-label,
	p.forgot-password {
		font-size: 0.925rem;
	}

	.sign-in-notice {
		padding: 0;
		margin-top: 30px;
	}

	.sign-in-notice p {
		font-size: 0.9rem;
	}

	#login-1 .login-separator-txt:before,
	#signup-1 .login-separator-txt:before {
		left: -610%;
	}

	#login-1 .login-separator-txt:after,
	#signup-1 .login-separator-txt:after {
		right: -610%;
	}

	#login-2 .login-separator-txt:before,
	#signup-2 .login-separator-txt:before {
		left: -550%;
	}

	#login-2 .login-separator-txt:after,
	#signup-2 .login-separator-txt:after {
		right: -550%;
	}

	#login-3 .login-separator-txt:before,
	#signup-3 .login-separator-txt:before {
		left: -610%;
	}

	#login-3 .login-separator-txt:after,
	#signup-3 .login-separator-txt:after {
		right: -610%;
	}

	#login-2 .register-form form,
	#signup-2 .register-form form {
		padding: 35px 10px 40px;
	}

	.register-form form,
	#login-2 .register-form form,
	#signup-2 .register-form form {
		margin: 0;
	}

	#reset-password-1 .register-form form {
		margin: 0;
	}

	.register-form .form-control {
		font-size: 1rem;
		height: 48px;
	}

	.register-form .btn {
		height: 48px;
		font-size: 1rem;
	}

	.btn-show-pass {
		top: 16px;
		right: 15px;
	}

	.btn-show-pass.ico-20 [class^="flaticon-"]:before,
	.btn-show-pass.ico-20 [class^="flaticon-"]:after {
		font-size: 1.05rem;
	}

	.register-form .btn-facebook,
	.register-form .btn-google {
		padding: 0;
		line-height: 48px;
	}

	.btn-google img,
	.btn-facebook img {
		width: 18px;
		height: 18px;
		margin-top: -3px;
		margin-right: 5px;
	}

	.reset-password-img {
		margin: 0 0 50px;
	}

}

/* Exchange.html */
.dashboard-exchange {
	margin-left: 0px !important;
	width: 100% !important;
	padding: 0px !important;
}

.dashboard-section.pay.step-22 .main-content .user-select .right {
	display: flex;
	align-items: center;
}

.dashboard-section.pay.step-22 .main-content .user-select .right a {
	padding: 12px 45px;
	margin-left: 15px;
	justify-content: center;
}

.dashboard-section.pay.step-22 .main-content .user-select .right a i {
	margin-right: 10px;
}

.dashboard-section.pay.step-22 .main-content .user-select .right a:hover::before {
	display: none;
}

.dashboard-section.pay.step-22 .main-content .send-banance {
	background: #f7faf5;
	border-radius: 10px;
	padding: 15px;
	margin-top: 20px;
}

.dashboard-section.pay.step-22 .main-content .send-banance p b {
	margin-left: 10px;
}

.dashboard-section.pay.step-22 .main-content .send-banance .input-area {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #66a513;
	border-radius: 20px;
	margin: 10px 0;
}

.dashboard-section.pay.step-22 .main-content .send-banance .input-area input {
	padding: 0;
	padding-right: 25px;
	margin: 0;
	border: none;
	background-color: transparent;
	font-weight: bold;
}

.dashboard-section.pay.step-22 .main-content .send-banance .nice-select {
	border-radius: 10px;
	border: none;
	background-color: transparent;
	padding: 10px 25px;
	color: var(--bs-white);
	display: flex;
	align-items: center;
}

.dashboard-section.pay.step-22 .main-content .send-banance .nice-select::after {
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 8px;
	width: 8px;
	right: 14px;
	top: initial;
}

.dashboard-section.pay.step-22 .main-content .send-banance .nice-select .current {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: 600;
}

.dashboard-section.pay.step-22 .main-content .send-banance .nice-select .current::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: -40px;
	background-image: url(../images/icon/flag-usa.png);
	background-repeat: no-repeat;
}

.dashboard-section.pay.step-22 .main-content .send-banance .nice-select .list {
	width: 100%;
}

.dashboard-section.pay.step-22 .main-content .exchange-content {
	display: grid;
	align-items: center;
	gap: 0;
}

.dashboard-section.pay.step-22 .main-content .exchange-content .send-banance {
	width: 100%;
}

.dashboard-section.pay.step-22 .main-content .exchange-content .recipient {
	background: #fcfaf6;
	position: relative;
	display: grid;
	align-items: center;
}

.dashboard-section.pay.step-22 .main-content .exchange-content .recipient::before {
	position: absolute;
	content: '';
	width: 26px;
	height: 26px;
	/* left: -20px; */
	z-index: 1;
	background-image: url(../images/icon/exchange-icon.png);
	background-repeat: no-repeat;
}

.dashboard-section.pay.step-22 .main-content .exchange-content .recipient::before {
	top: -30px;
	left: calc(45%);
}

.dashboard-section.pay.step-22 .main-content .exchange-content .recipient::after {
	top: -40px;
	left: calc(42%);
}

.dashboard-section.pay.step-22 .main-content .exchange-content .recipient::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	/* left: -30px; */
	background-color: #66a513;
	border: 6px solid var(--bs-white);
	border-radius: 25px;
}

.dashboard-section.pay.step-22 .main-content .exchange-content .recipient .nice-select .current::before {
	background-image: url(../images/icon/flag-bd.png);
}

.dashboard-section.pay.step-22 .main-content .pay-option {
	background: #f7faf5;
	display: grid;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
}

.dashboard-section.pay.step-22 .main-content .pay-option h6 {
	margin: 0;
	font-weight: 700;
}

.dashboard-section.pay.step-22 .main-content .pay-option .pay-option-single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	width: 100%;
}

.dashboard-section.pay.step-22 .main-content .pay-option .pay-option-single .nice-select {
	height: 50px;
	padding-right: 60px;
	display: flex;
	align-items: center;
}

.dashboard-section.pay.step-22 .main-content .pay-option .pay-option-single .nice-select::after {
	height: 9px;
	width: 9px;
}

.dashboard-section.pay.step-22 .main-content .pay-option .pay-option-single.border-area {
	/* border-left: 1px solid #E5DCDC; */
}

.dashboard-section.pay.step-22 .main-content .pay-details ul {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.dashboard-section.pay.step-22 .main-content .pay-details ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.dashboard-section.pay.step-22 .main-content .pay-details ul li p {
	font-weight: 700;
}

.dashboard-section.pay.step-22 .main-content .pay-details .tatal-pay .single {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.dashboard-section.pay.step-22 .main-content .pay-details .tatal-pay .single h5,
.dashboard-section.pay.step-22 .main-content .pay-details .tatal-pay .single p {
	font-weight: 700;
}

.dashboard-section.pay.step-22 .main-content .total-fees {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border-bottom: 1px solid #EFEFEF;
}

.dashboard-section.pay.step-22 .main-content .total-fees h5 {
	font-weight: 600;
}

.dashboard-section.pay.step-22 .main-content .total-fees.pay {
	border: none;
}

.mdr {
	border: none !important;

}

.no-border {
	border: none !important;
	background: transparent !important;
}

.bg-fc {
	background-color: #fcfaf6 !important;
}

.shadow {
	box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
}

/* help-center */


.banner-section.help-center {
	background-color: #fff;
}

.top-area2 {
	padding: 0px;
	margin-bottom: 0;
	box-shadow: none;
	background: #fff;
}

.banner-section.help-center .banner-bottom-area .top-area {
	padding: 60px;
	margin-bottom: 0;
	box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
	background: var(--body-color);
}

.top-area2 {
	padding: 0px !important;
	margin-bottom: 0 !important;
	box-shadow: none !important;
	background: #fff !important;
}

.banner-section.help-center .banner-bottom-area .top-area h2 {
	margin-bottom: 20px;
	text-align: center;
}

.banner-section.help-center .banner-bottom-area .top-area form {
	margin-top: 40px;
}

.banner-section.help-center .banner-bottom-area .top-area form .search {
	padding: 10px;
	background: #f7faf5;
	border: 1px solid #66a513;
	border-radius: 36px;
}

.banner-section.help-center .banner-bottom-area .top-area form .search input {
	background-color: transparent;
	border-color: transparent;
}

.banner-section.help-center.details .top-area {
	margin-bottom: 0;
}

.banner-section.help-center.details .top-area .icon {
	width: 160px;
	height: 160px;
	background: var(--body-color);
	box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
	border-radius: 100px;
	margin: 0 auto;
}

.banner-section.help-center.details .top-area h2 {
	margin-bottom: 0;
	margin-top: 40px;
}

.banner-section.help-center.info .banner-bottom-area .top-area {
	margin-bottom: 0;
}

.banner-section.help-center.info .banner-bottom-area .top-area h2 {
	margin-bottom: 40px;
}

.banner-section.help-center.info .banner-bottom-area .top-area .profile-area .icon-area img {
	border-radius: 50%;
}

.banner-section.help-center.info .banner-bottom-area .top-area .profile-area .text-area {
	margin-left: 30px;
}

.banner-section.help-center.info .banner-bottom-area .top-area .profile-area .text-area h5 {
	text-transform: uppercase;
	margin-bottom: 15px;
}

.banner-section.help-center.info .banner-bottom-area .top-area .profile-area .text-area p {
	color: #66a513;
}

.faqs-section.help-center {
	position: relative;
}

.faqs-section.help-center .section-header h2,
.faqs-section.help-center .section-header p {
	color: var(--body-color);
}

.faqs-section.help-center::before {
	position: absolute;
	content: '';
	width: 100%;
	background: #66a513;
	height: 60%;
	top: 0;
	z-index: -1;
}

.faqs-section.help-center .accordion {
	position: relative;
	padding-top: 40px;
}

.faqs-section.help-center .accordion::before {
	position: absolute;
	content: '';
	width: 140%;
	left: -20%;
	/* background: var(--body-color); */
	border-radius: 20px;
	height: 80%;
	top: 0;
	z-index: -1;
}

.faqs-section.help-center-content .accordion {
	/* background: var(--body-color); */
	box-shadow: 0px 4px 24px #f7faf5;
	border-radius: 10px;
	padding: 15px 0;
}

.faqs-section.help-center-content .accordion .accordion-item.intro {
	box-shadow: none;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button {
	padding: 10px;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button::before {
	content: '';
	position: absolute;
	right: 10px;
	width: 35px;
	height: 35px;
	background-color: #EBEBFF;
	border-radius: 24px;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button .icon {
	min-width: 60px;
	min-height: 60px;
	background: var(--body-color);
	box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
	border-radius: 70px;
	margin-right: 20px;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button .head-area .smr {
	text-transform: capitalize;
	display: block;
	margin-top: 10px;
}

.faqs-section.help-center-content .accordion .accordion-item .accordion-body .nav-tabs {
	border: none;
	display: grid;
	/* background: var(--body-color); */
	border-color: transparent;
}

.faqs-section.help-center-content .accordion .accordion-item .accordion-body .nav-tabs li .nav-link {
	/* background: var(--body-color); */
	box-shadow: 0px 1px 0px rgba(128, 140, 255, 0.1);
	border: none;
	border: none;
	width: 100%;
	text-align: start;
	margin-bottom: 0;
	border-radius: 5px;
}

.faqs-section.help-center-content .accordion .accordion-item .accordion-body .nav-tabs li .nav-link.active {
	background: #66a513;
	color: var(--body-color);
}

.faqs-section.help-center-content .tab-content {
	margin-top: -14px;
}

.faqs-section.help-center-content .tab-content .body-content {
	margin-bottom: -20px;
}

.faqs-section.help-center-content .tab-content .body-content li {
	margin-bottom: 20px;
}

.faqs-section.help-center-content .tab-content .body-content li a {
	position: relative;
	color: #1E266D;
	font-weight: bold;
	padding: 20px;
	display: flex;
	align-items: center;
	background: #FDFEFF;
	border: 1px solid #f7faf5;
	box-shadow: 0px 4px 24px #f7faf5;
	border-radius: 10px;
}

.faqs-section.help-center-content .tab-content .body-content li a::after {
	content: '';
	position: absolute;
	background-image: url(../img/index3-overlay.png), url(../img/right-icon-2.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	right: 20px;
}

.faqs-section.help-center-content .tab-content .body-content li a::before {
	content: '';
	position: absolute;
	right: 15px;
	width: 30px;
	height: 30px;
	background: #EBEBFF;
	border-radius: 30px;
}

.faqs-section.main .nav-tabs {
	border: none;
}

@media (max-width: 1199px) {
	.faqs-section.help-center-content .tab-content .body-content li a {
		padding-right: 10%;
	}

	.need-to-contact .cmn-btn {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.faqs-section.help-center .accordion {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.banner-section.help-center.details .top-area .icon {
		width: 140px;
		height: 140px;
	}

	.banner-section.help-center.details .top-area .icon img,
	.banner-section.help-center.details .top-area .icon svg {
		width: 90px;
	}

	.faqs-section.help-center-content .tab-content {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	.need-to-contact .cmn-btn {
		margin-top: 35px;
	}

	.banner-section.help-center .banner-bottom-area .top-area {
		padding: 40px 15px;
	}
}

@media (max-width: 575px) {
	.banner-section.help-center .banner-bottom-area .top-area {
		padding: 40px 20px;
	}
}

@media (max-width: 480px) {
	.banner-section.help-center .banner-bottom-area .top-area form .search input {
		padding: 0 5px;
	}

	.banner-section.help-center .banner-bottom-area .top-area {
		padding: 40px 15px;
	}

	.faqs-section .overlay .accordion .accordion-item h6 .accordion-button {
		padding: 15px 50px 15px 15px;
	}

	.faqs-section.help-center-content .tab-content .body-content li a {
		padding-right: 16%;
	}

	.banner-section.help-center.details .top-area .icon img,
	.banner-section.help-center.details .top-area .icon svg {
		width: 70px;
	}

	.banner-section.help-center.details .top-area .icon {
		width: 120px;
		height: 120px;
	}

	.banner-section.help-center.details .banner-bottom-area {
		margin-top: -220px;
	}

	.banner-section.help-center.details .overlay .banner-content {
		margin-bottom: 0;
	}

	.create-account .note {
		margin: 20px 0 30px;
	}

	.banner-section.help-center.info .banner-bottom-area .top-area .profile-area .icon-area img {
		width: 100px;
	}

	.banner-section.help-center.info .banner-bottom-area .top-area .profile-area .text-area {
		margin-left: 20px;
	}
}

.cmn-btn2 {
	border: none;
	color: #fff;
	text-align: center;
	width: 160px;
	padding: 15px 15px;
	background-color: #66a513;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
	border-radius: 26px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	position: relative;
	z-index: 3;
	transition: 0.5s;
}

.cmn-btn2 span {
	color: #fff !important;
}

.cmn-btn2:hover span {
	color: #66a513 !important;
}

.cmn-btn2:hover {
	background: #f7faf5;
	color: #66a513;
	border: 1px solid var(--border-color);

}

.cmn-btn2 img,
.cmn-btn i {
	margin-left: 10px;
}

.cmn-btn2.active {
	background-color: transparent;
	border: 1px solid var(--border-color);
	color: var(--para-color);
}

.cmn-btn2.active:hover {
	background: var(--primary-color);
	color: var(--bs-white);
}

.title {
	text-transform: uppercase;
	margin-bottom: 30px;
}

.browse-by-category .single-item {
	border: 1px solid #EAEEFF;
	background-color: var(--body-color);
	padding: 60px 30px;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: all 0.3s;
}

.browse-by-category .single-item:hover {
	border: 1px solid #66a513;
	transition: all 0.3s;
}

.browse-by-category .single-item .icon {
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
	border-radius: 70px;
	width: 140px;
	height: 140px;
	margin: 0 auto;
}

.browse-by-category .single-item h5 {
	margin: 30px 0 20px;
	text-transform: uppercase;
}

.faqs-section .overlay .accordion .accordion-item h6 {
	background: #FDFEFF;
	border: 1px solid #F2F5FF;
	border-radius: 10px;
}

@media (max-width: 767px) {
	.browse-by-category .single-item .icon {
		width: 110px;
		height: 110px;
	}

	.browse-by-category .single-item .icon img {
		width: 60%;
	}

	.faqs-section .overlay .accordion .accordion-item h6 .accordion-button {
		padding: 15px 35px 15px 30px;
	}

	.browse-by-category .single-item {
		padding: 40px 20px;
	}
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button::before {
	content: '';
	position: absolute;
	right: 12px;
	width: 30px;
	height: 30px;
	background-color: #f7faf5;
	border-radius: 24px;
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button.collapsed::after {
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	transform: rotate(90deg);
	transition: all ease 0.3s;
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button::after {
	position: absolute;
	content: '';
	background-image: url(../images/minus.png);
	background-repeat: no-repeat;
	background-size: initial;
	height: 14px;
	width: 14px;
	right: 20px;
	transform: rotate(180deg);
	transition: all ease 0.3s;
}


.faqs-section .overlay .wrapper {
	margin-bottom: -20px;
}

.faqs-section .overlay .right {
	margin-bottom: 57px;
}

.faqs-section .overlay .accordion .accordion-item {
	margin: 20px 0px;
}

.faqs-section .overlay .accordion .accordion-item.intro {
	background: #FDFEFF;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 20px 0px;
}

.faqs-section .overlay .accordion .accordion-item .accordion-collapse {
	border: none;
}

.faqs-section .overlay .accordion .accordion-item h6 {
	background: #FDFEFF;
	border: 1px solid #F2F5FF;
	border-radius: 10px;
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button {
	border: none;
	padding: 15px 20px 15px 30px;
	background: transparent;
	text-transform: uppercase;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

.faqs-section .overlay .accordion .accordion-item h6 .accordion-button::before {
	content: '';
	position: absolute;
	right: 12px;
	width: 30px;
	height: 30px;
	background-color: #f7faf5;
	border-radius: 24px;
}


.faqs-section .overlay .accordion .accordion-item h6 .accordion-button .head-area {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

.faqs-section .overlay .accordion .accordion-item .accordion-body {
	padding: 20px 30px;
}

.faqs-section.help-center {
	position: relative;
}

.faqs-section.help-center .section-header h2,
.faqs-section.help-center .section-header p {
	color: var(--body-color);
}

.faqs-section.help-center .accordion {
	position: relative;
	padding-top: 40px;
}

.faqs-section.help-center .accordion::before {
	position: absolute;
	content: '';
	width: 140%;
	left: -20%;
	background: #fff;
	border-radius: 20px;
	height: 80%;
	top: 0;
	z-index: -1;
}

.faqs-section.help-center-content .accordion {
	/* background: var(--body-color); */
	box-shadow: 0px 4px 24px #f7faf5;
	border-radius: 10px;
	padding: 15px 0;
}

.accordion-item {
	border: none;
}

.faqs-section.help-center-content .accordion .accordion-item.intro {
	box-shadow: none;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button {
	padding: 10px;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button::before {
	content: '';
	position: absolute;
	right: 10px;
	width: 35px;
	height: 35px;
	background-color: #f7faf5;
	border-radius: 24px;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button .icon {
	min-width: 60px;
	min-height: 60px;
	background: var(--body-color);
	box-shadow: 0px 4px 24px rgba(105, 119, 168, 0.1);
	border-radius: 70px;
	margin-right: 20px;
}

.faqs-section.help-center-content .accordion .accordion-item h6 .accordion-button .head-area .smr {
	text-transform: capitalize;
	display: block;
	margin-top: 10px;
}

.faqs-section.help-center-content .accordion .accordion-item .accordion-body .nav-tabs {
	border: none;
	display: grid;
	/* background: var(--body-color); */
	border-color: transparent;
}

.faqs-section.help-center-content .accordion .accordion-item .accordion-body .nav-tabs li .nav-link {
	/* background: var(--body-color); */
	box-shadow: 0px 1px 0px #fafafa;
	border: none;
	border: none;
	width: 100%;
	text-align: start;
	margin-bottom: 0;
	border-radius: 5px;
}



.faqs-section.help-center-content .tab-content {
	margin-top: -14px;
}

.faqs-section.help-center-content .tab-content .body-content {
	margin-bottom: -20px;
}

.faqs-section.help-center-content .tab-content .body-content li {
	margin-bottom: 20px;
}

.faqs-section.help-center-content .tab-content .body-content li a {
	position: relative;
	color: #57575b;
	font-weight: bold;
	padding: 20px;
	display: flex;
	align-items: center;
	background: #FDFEFF;
	border: 1px solid #66a513;
	box-shadow: 0px 4px 24px #f7faf5;
	border-radius: 10px;
}

.faqs-section.help-center-content .tab-content .body-content li a::after {
	content: '';
	position: absolute;
	background-image: url(../images/index3-overlay.png), url(../images/right-icon-2.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	right: 20px;
}

.faqs-section.help-center-content .tab-content .body-content li a::before {
	content: '';
	position: absolute;
	right: 15px;
	width: 30px;
	height: 30px;
	background: #f7faf5;
	border-radius: 30px;
}

.faqs-section.main .nav-tabs {
	border: none;
}

.faqs-section.main .nav-tabs .nav-link {
	padding: 10px 20px;
	background: var(--body-color);
	box-shadow: 0px 4px 12px rgba(203, 202, 255, 0.25);
	border-radius: 26px;
	margin-left: 15px;
	text-transform: uppercase;
	font-weight: 500;
	border: none;
}

.faqs-section.main .nav-tabs .nav-link.active {
	background: #5732C6;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
	color: var(--body-color);
	transition: all 0.3s;
}

.faqs-section.main .tab-content h4 {
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0 20px;
}

.nav-link {
	color: #66a513;
}

.nav-link:hover {
	color: #1C6510;
}

.create-account .top-wrapper {
	margin-top: -10px;
}

.create-account h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
}

.create-account p {
	margin-bottom: 20px;
}

.create-account ul {
	margin: 40px 0 25px;
}

.create-account ul li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.create-account ul li img {
	margin-right: 10px;
}

.create-account h5 {
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 40px;
}

.create-account .note {
	margin: 30px 0 40px;
}

.create-account .note li {
	position: relative;
	margin-left: 20px;
}

.create-account .note li::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: -19px;
	top: 7px;
	background: #66a513;
	border-radius: 5px;
}

.create-account .like-dislike {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0;
}

.create-account .like-dislike .border-area {
	margin-right: 30px;
	border-right: 1px solid #DDDDDD;
	padding-right: 30px;
}

.need-to-contact .cmn-btn {
	margin-top: 60px;
}

.bg-w {
	background-color: #fff;
}

.pl-0 {
	padding-left: 0px;
}

.f-43 {
	font-size: 43px;
}

.pt-10 {
	padding-top: 10px;
}




/*--------------   dropzone css ---------------------*/
.dropzone,
.dropzone * {
	box-sizing: border-box;
}

.dropzone {
	min-height: 150px;
	border: 2px solid #66a513;
	background: #fff;
	padding: 20px 20px;
	max-width: 400px;
}

.dropzone.dz-clickable {
	cursor: pointer;
}

.dropzone.dz-clickable * {
	cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
	cursor: pointer;
}

.dropzone.dz-started .dz-message {
	display: none;
}

.dropzone.dz-drag-hover {
	border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5;
}

.dropzone .dz-message {
	text-align: center;
	margin: 2em 0;
}

.dropzone .dz-message .dz-button {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px;
}

.dropzone .dz-preview:hover {
	z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 20px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
	margin-left: 100px;
	background: #fff;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
	margin-top: 10px;
	color: #66a513;
	font-size: 14px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none;
}

.dropzone .dz-preview .dz-remove:hover {
	text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
	opacity: 1;
}

.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
	border-radius: 20px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	display: block;
	z-index: 10;
}

.dropzone .dz-preview .dz-image img {
	display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
}

.dropzone .dz-preview .dz-error-mark svg,
.dropzone .dz-preview .dz-success-mark svg {
	display: block;
	width: 54px;
	height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
	display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: #fff;
}

.dropzone .dz-preview .dz-error-message:after {
	content: "";
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626;
}


.selection {
	width: 100%;
	border: 1px solid #66a513;
	background-color: #f7faf5;
}

.selection .select2-selection {
	height: 60px;
	padding: 5px 20px;
	display: flex;
	align-items: center;
	background-color: #f7faf5;
}

.select2-container--default .select2-selection--single {
	border: 1px;
}

.select2-search__field {
	border: 1px solid #66a513 !important;
}

.select2-dropdown {
	border: 1px solid #66a513;
}

.btn {
	background-color: #66a513 !important;
	color: #fff;
}

.btn-primary:hover {
	color: black;
	background-color: #fff !important;
	border-color: #fff !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
	background-color: #66a513 !important;
}

div:where(.swal2-icon).swal2-info {
	border-color: #66a513 !important;
	color: #66a513 !important;
}

.bg-light-warning {
	background-color: #fff8dd !important;
}

.text-warning {
	color: #ffc700 !important;
}

.text-danger {
	color: #f1416c !important;
}

.bg-light-danger {
	background-color: #fff5f8 !important;
}

.bg-light-dark-blue {
	background-color: #bcd2e8 !important;
}

.text-dark-blue {
	color: #00008B !important;
}

.text-success {
	color: #50cd89 !important;
}

.bg-light-success {
	background-color: #e8fff3 !important;
}

.text-info {
	color: #7239ea !important;
}

.bg-light-info {
	background-color: #f8f5ff !important;
}

.pending-text {
	color: #66a513;
}

.confirm-text {
	color: #1C6510;
}

.notconfirm-text {
	color: #D8481B;
}

.dashboard-section.account form span,
.dashboard-section.account form input {
	background: #f7faf5 !important;

}

.dashboard-section.account .single-content {
	background: #f7faf5 !important;
}

.single-setting div input {
	background: #f7faf5;
	border: 1px solid #66a513;
}
#session-timeout-dialog-logout{
	width: 40% !important;
}
#session-timeout-dialog-keepalive{
	width: 40% !important;
}

#session-timeout-dialog-keepalive:hover {
	color: #fff !important;
	background-color: #66a513 !important;
	width: 40% !important;
}