:root {
  --body-font: sans-serif;
  --body-color: #ffffff;
  --primary-color: #4743c9;
  --secondary-color: #00FE83;
  --head-color: #0c266c;
  --section-primary-color: #f2f3f9;
  --section-color: #f5f6fc;
  --para-color: #0c266c;
  --border-color: #868ea5;
  --hover-alt-color: #291b6b;
}

.clickable-row {
	cursor: pointer;
	background-color: #f5f5f5;
	transition: background-color 0.3s ease;
}

.clickable-row:hover {
	background-color: #e6e6e6;
}

.clickable-row {
	cursor: pointer;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);
  background-color: var(--body-color);
  font-size: 16px;
  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%;
  height: auto;
}

.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 20px;
  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;
}


textarea {
  min-height: 150px;
  resize: none;
}

span {
  display: inline;
}


.unit-area{
	text-align: right;
}
.text-info p, .text-info a{
	color: #09F;
}
.text-info p:hover{
	cursor: pointer;
}

.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;
}
input[type=radio] {
    border: 0px;
    width: 20px;
    height: 20px !important;
}


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;
}
.mb-10 {
  margin-bottom: 40px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.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;
}

/* cmn btn */
.cmn-btn {
  padding: 10px 30px;
  font-weight: 600;
  text-align: center;
  background: #09F;
  color: var(--bs-white);
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
	width: auto;
}

.cmn-btn:hover {
  background: transparent;
  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);
}

.header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: var(--bs-white);
}
.header-section .container-fruid{
	width: 70%;
	margin: 0 auto;
}

.header-section .navbar-area {
  padding: 10px 40px;
}

.header-section .navbar-area .sidebar-icon {
  margin-right: 20px;
  cursor: pointer;
}

.header-section .navbar-area .dashboard-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  margin-left: 100px;
}
.header-section .navbar-area .dashboard-nav span{
	padding: 20px 10px;
}

.header-section .profile-area{
	text-align: right;
}
.header-section .profile-area .cmn-btn, table .cmn-btn{
	padding: 0px 25px;
}

.table-btn .cmn-btn{
	padding: 5px 25px !important;
	border-radius: 5px !important;
	margin: 0 0 10px 0;
}
.table-btn{
	text-align: right;
}

.header-section .navbar-area .dashboard-nav .single-item .main-area {
  position: absolute;
  top: 50px;
  width: 360px;
  right: 0;
  padding: 30px;
  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;
}


.dashboard-section{
  padding: 0px 20px 40px 20px;
	width: 70%;
	margin: 0 auto;
}

.dashboard-section.login{
	max-width: 500px;
}
.dashboard-section.login .form-box a{
	color:#09F;
}.dashboard-section.login .form-box a:hover{
	color:#06F;
}

.dashboard-section .dropdown-area {
  position: relative;
}

.dashboard-section .dropdown-area button {
  background-color: transparent;
}

.dashboard-section.account .unit-area {
	text-align: right;
	float: right;
}
.dashboard-section.account .unit-link{
	padding-left: 10px;
	vertical-align: inherit;
	height: auto;
}
.dashboard-section.account .unit-link a{
	color: #09f;
	text-decoration: underline;
}
.dashboard-section.account .card-area {
  background: var(--bs-white);
  
	-webkit-box-shadow: 0 0 5px 2px #ddd;
    -moz-box-shadow: 1 0 5px 2px #ddd;
    box-shadow: 1px 1px 3px 1px #ddd;
  border-radius: 10px;
  padding: 30px;
	margin-top: 20px;
}

.dashboard-section.account .nav-tabs {
  border: none;
  margin-bottom: -20px;
}

.dashboard-section.account .nav-tabs .nav-link {
  padding: 5px 30px;
  background: #fff;
  font-weight: 700;
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
	border-bottom: 3px solid #fff;
	color: #333;
}

.dashboard-section.account .nav-tabs .nav-link.active {
	border-bottom: 3px solid #09F;
}


.text-sm-start{
	font-size: 14px;
}

.menubar .nav{
	float: right !important;
	margin: 10px 0px 0 0;
}
.menubar .nav .select-unit{
	margin: 0 20px;
}

.nav-item .dropdown button{
	min-width: 10em;
}


.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;
}
.bg-light{
	border: 1px solid #ccc;
	color: #333;	
}
.bg-info2{
	background-color: #FFFCD1;
	border: 1px solid #E4E2A7;
	padding: 10px;
}
.bg-inactive{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 10px;
}
.bg-active{
	background-color: #eee;
	border: 1px solid #ddd;
	padding: 10px;
}
form a{
	color: #09F;
}
input {
	padding: 2px 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.q-mark{
	border: 1px solid #09F;
	border-radius: 20px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
.align-center{
	text-align: center;
}
button.btn-design{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	text-align: left;
}
button.btn-design:hover{
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
}


.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: #5B2EDF;
  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.recipients .filters-item {
  background: #0d6efd;
  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: #fff;
  border: 1px solid #fff;
  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: #333;
}

.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 button {
  margin: 0;
  padding: 0;
  border: none;
  color: #333;
  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 .single-item .add-card {
  background: var(--bs-white);
  border: 1px solid #EAE9F5;
  border-radius: 10px;
  height: 90px;
  display: flex;
  align-items: center;
}

.dashboard-section .single-item .add-card button {
  background-color: transparent;
  padding: 0;
}

.add-card .modal-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.add-card .modal-dialog {
  max-width: 600px;
}

.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;
}
.modal-content form input {
  padding: 10px;
}

.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 #D0D3E8;
  border-radius: 10px;
}

.add-card .modal-dialog .modal-content form .single-input .select-area input {
  border: none;
  border-left: 1px solid #D0D3E8;
  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: #F7F9FD;
  border: 1px solid #DDE8FF;
  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: #5732C6;
  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 #D0D3E8;
  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 #D0D3E8;
  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 #D0D3E8;
  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%;
}

.thead-light th{
  background-color: #C1D7FF;
}
/*# sourceMappingURL=style.css.map */


@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) {
	.header-section .container-fruid, .dashboard-section{
	width: 100%;
	margin: 0 auto;
}

  .header-section.body-collapse {
    margin-left: 140px;
    width: calc(100% - 140px);
  }
  .dashboard-section.body-collapse {
    margin-left: 110px;
    width: calc(100% - 100px);
  }
}

@media (max-width: 699px) {
	.header-section .container-fruid, .dashboard-section{
	width: 100%;
	margin: 0 auto;
	}
}

@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-area {
    padding: 10px 20px;
  }
  
}

@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;
  }
  
}

@media (max-width: 767px) {
  .header-section .navbar-area .dashboard-nav {
    margin-left: 30px;
    gap: 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;
  }

  .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;
  }
	.transfer-popup .modal-dialog,
  .add-recipients .modal-dialog,
  .add-card .modal-dialog {
    margin: auto;
  }
  
}
/*# sourceMappingURL=style.css.map */