.dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
}
a:not([href]):hover {
  color: #fff !important;
  text-decoration: none;
}
.dropdown-toggle:hover {
  color: #00162F !important
}
.dropdown-toggle {
  color: #00162F !important
}

.text-default {
  color: #00162F !important
}

.contact-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important;
  opacity: 1; /* Firefox */
}

.modal-custom-re {
  position: fixed; /* Stay in place */
  z-index: 1000000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 10%; /* Full height */
  border-radius: 15px !important;
  margin-left: auto;
  transition: 0.4s !important;
}

.btn-sm {
  height: 28px !important;
}

.mobile-only {
  visibility: hidden !important;
  display: none !important
}
.mobile-only-block {
  visibility: hidden !important;
  display: none !important
}

.active {
  background-color: #07114D !important;
}

/* Modal Content/Box */
.modal-custom-content-re {
  background-color: #07114D;
  margin: 2% auto; /* 15% from the top and centered */
  padding: 10px;
  width: 50%; /* Could be more or less, depending on screen size */
  border-radius: 15px !important;
  border-width: 2px;
  color: white !important
}

.modal-text {
  color: white !important;
}

.close-re {
  color: white !important;
  font-size: 28px;
  font-weight: bold;
  transition: 0.2s !important;
  opacity: 1 !important;
  line-height: 19px !important
}

.table-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

table {
  border-collapse: collapse;
  border-radius: 30px;
  border-style: hidden; /* hide standard table (collapsed) border */
}

.table-header-1 {
  background-color:#f7f8f9 !important
}
.table-header-2 {
  background-color:#F7F8F9 !important
}

td { 
  overflow: hidden; 
  text-overflow: ellipsis; 
  word-wrap: break-word;
}

table {
}

.table-notfixed {
  table-layout: unset !important
}


.close-re:hover,
.close-re:focus {
  color: white !important;
  cursor: pointer;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  background-color: #eff3f6;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h3 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18.72px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

h5 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

h6 {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

.side-navbar-wrapper {
  z-index: 1000;
  width: 250px;
  max-width: 250px;
  min-height: 100vh;
  background-color: #07114d;
  border-radius: 10px;
  margin-top: 25px;
  margin-left: 30px;
  padding: 25px 12px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: auto;
}

.sidebar-logo-wrapper {
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.single-nav-link-wrapper {
  color: #7f94bc;
  border-radius: 10px;
  align-items: center;
  margin-top: 3px;
  padding: 12px 20px 14px;
  font-weight: 400;
  transition: color .35s, background-color .35s;
  display: flex;
  position: relative;
}

.single-nav-link-wrapper:hover {
  color: #fff;
  background-color: rgba(4, 20, 55, .65);
}

.single-nav-link-wrapper.w--current {
  color: #fff;
  background-color: #041437;
}

.single-nav-link-text {
  text-transform: capitalize;
  margin-left: 18px;
}

.single-nav-link-dropdown-wrapper {
  display: block;
  position: relative;
}

.single-nav-link-dropdown-icon {
  text-transform: capitalize;
  font-family: "Fa solid 900", sans-serif;
  position: absolute;
  right: 20px;
}

.topbar-wrapper {
  z-index: 999;
  background-color: #fff;
  padding: 35px 30px 25px 310px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.search-input {
  width: 263px;
  height: 50px;
  color: #627183;
  background-color: #f6f7f9;
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 0 0 25px;
  font-size: 16px;
}

.search-button {
  display: none;
}

.search {
  width: 263px;
  margin-bottom: 0;
  position: relative;
}

.search-icon {
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: 20px;
}

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

.profile-wrapper {
  align-items: center;
  display: flex;
}

.profile-image {
  margin-right: 10px;
}

.welcome {
  color: #00162f;
  font-size: 12px;
  line-height: 22px;
}

.dropdown-button {
  padding: 0;
  display: flex;
}

.dropdown-button-text {
  color: #00162f;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-icon {
  color: #00162f;
  margin-right: 0;
  font-size: 15px;
  top: 21px;
}

.profile-dropdown-list {
  margin-top: 10px;
}

.profile-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e9edf5;
  border-radius: 6px;
  margin-top: 10px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.list-item {
  color: #627183;
  align-items: center;
  padding: 10px;
  transition: color .35s;
  display: flex;
}

.list-item:hover {
  color: #3c77ee;
}

.list-item.mr {
  padding-left: 12px;
}

.item-text, .item-text.mr {
  padding-left: 10px;
}

.dashboard-content-wrapper {
  margin-top: 110px;
  margin-left: 310px;
  margin-right: 30px;
  padding-top: 50px;
}

.qb-content-wrapper {
  margin-top: 110px;
  margin-left: 260px;
  margin-right: 30px;
  padding-top: 50px;
}

.page-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.page-heading {
  color: #00162f;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.page-heading-sm {
  color: #00162f;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.card-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 25px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.card-grid {
  grid-column-gap: 63px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card {
  display: flex;
  position: relative;
}

.card-text {
  margin-left: 18px;
}

.card-info {
  color: #627183;
  margin-bottom: 12px;
}

.price {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.chart-wrapper {
  margin-bottom: 30px;
}

.chart-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
}

.outcome-categories {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 25px 30px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.categories-image-wrap {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

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

.categories-percent {
  text-align: center;
}

.categories-name {
  color: #627183;
  font-size: 12px;
}

.categories-percentage {
  color: #3c77ee;
  font-size: 12px;
  font-weight: 500;
}

.categories-percentage.red-color {
  color: #f96363;
}

.categories-percentage.green {
  color: #4cbf4c;
}

.line-chart-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.line-top-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overview {
  color: #00162f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.week-wrapper, .week-content {
  align-items: center;
  display: flex;
}

.week-content.mr-20 {
  margin-right: 20px;
}

.circle {
  width: 12px;
  height: 12px;
  background-color: #f96363;
  border-radius: 4px;
}

.circle.blue-circle {
  background-color: #3c77ee;
}

.circle-text {
  color: #627183;
  margin-left: 7px;
}

.line-chart-wrap {
  margin-top: 32px;
}

.line-chart {
  width: 100%;
  height: 100%;
}

.pie-chart {
  width: 182px;
  height: 182px;
}

.card-border-right {
  width: 1px;
  height: 38px;
  background-color: #eaeaea;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.card-border-right.color {
  background-color: #ddd;
}

.transection-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

.latest-transaction {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 19px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.dashboard-content-wrap {
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.transaction-table-single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding: 20px 10px;
  display: grid;
}

.transaction-table-single.first {
  background-color: #8791cf;
  border-radius: 9px;
  grid-template-columns: 1fr 1fr 1fr 1fr max-content;
  justify-items: start;
  padding: 10px;
  display: none;
}

.transaction-table-single.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.transection-table-wrapper {
  flex-direction: column;
  display: block;
}

.transection-name-wrapper {
  align-items: center;
  display: flex;
}

.transection-name {
  color: #00162f;
  font-weight: 500;
}

.transection-details {
  color: #627183;
  font-size: 14px;
  font-weight: 400;
}

.transection-details.completed {
  color: #4cbf73;
}

.transection-details.calceled {
  color: #f96363;
}

.transection-details.icon {
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.transection-details.icon-hidden {
  opacity: 0;
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.earning-categories-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 24px 22px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.single-earning-cat-wrapper {
  border-bottom: 1px solid #f2f6f7;
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-earning-cat-wrapper.first {
  padding-top: 20px;
  padding-bottom: 20px;
}

.single-earning-cat-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.single-earning-cat-tittle {
  color: #00162f;
  font-size: 14px;
  font-weight: 400;
}

.single-earning-cat-percent {
  color: #627183;
  font-weight: 400;
}

.single-earning-cat-progress-wrapper {
  height: 8px;
  background-color: #f2f6f7;
  border-radius: 10px;
}

.single-earning-cat-tittle-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.single-earning-cat-progress-bar {
  height: 8px;
  border-radius: 10px;
}

.single-earning-cat-progress-bar.working-hard-working-hard {
  background-color: #3c77ee;
}

.single-earning-cat-progress-bar.side-project {
  background-color: #be63f9;
}

.single-earning-cat-progress-bar.investment {
  background-color: #4cbf73;
}

.single-earning-cat-progress-bar.digital-asset {
  background-color: #f96363;
}

.pages-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding-left: 62px;
  position: static;
}

.single-dropdown-link {
  color: #7f94bc;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 400;
  transition: color .35s;
  display: flex;
}

.single-dropdown-link:hover, .single-dropdown-link.w--current {
  color: #fff;
}

.single-dropdown-link.last {
  margin-bottom: 0;
}

.single-dropdown-link-dot {
  width: 6px;
  height: 6px;
  background-color: #7f94bc;
  border-radius: 50%;
  margin-right: 10px;
}

.balance-transfar-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: grid;
}

.my-balance-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 22px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.balance-tittle {
  color: #627183;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.my-balance {
  color: #00162f;
  margin-bottom: 26px;
  font-size: 30px;
  font-weight: 500;
}

.balance-progress-wrapper {
  height: 10px;
  background-color: #f2f6f7;
  border-radius: 10px;
  margin-bottom: 35px;
}

.balance-progress-bar {
  height: 10px;
  background-color: #4c88ff;
  border-radius: 10px;
}

.my-balance-card-details-wrap {
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.my-balance-card-single-details-wrap {
  margin-right: 55px;
}

.my-balance-card-single-details-tittle {
  color: #627183;
  margin-bottom: 7px;
  font-size: 12px;
}

.my-balance-card-single-details {
  color: #00162f;
}

.my-balance-chart-wrapper {
  display: flex;
}

.my-balance-chart-single-wrap {
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.my-balance-chart-details-wrap {
  margin-left: 10px;
}

.my-balance-chart-details-tittle {
  color: #00162f;
  font-weight: 400;
}

.my-balance-chart-details-amount {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
}

.transaction-invoice-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.balance-transection {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 24px 25px 19px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.balance-transaction-table-single {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.balance-transaction-table-single.first {
  padding-top: 0;
}

.balance-transaction-table-single.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.invoice-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 29px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.single-invoice-wrapper {
  border-bottom: 1px solid #f2f6f7;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.single-invoice-wrapper.first {
  padding-top: 0;
}

.invoice-details {
  margin-left: 8px;
}

.invoice-details-tittle {
  color: #00162f;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.invoice-date {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.invoice-icon {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.invoice-icon.first {
  top: 0%;
  transform: translate(0);
}

.transfer-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  overflow: hidden;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.latest-invoices-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 25px 22px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.parent-messaging-list-menu-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 0.75fr 1fr 1fr 0.75fr 0.75fr 0.25fr 0.25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 11px 20px 10px;
  display: grid;
}

.latest-invoice-list-menu-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 11px 20px 10px;
  display: grid;
}

.apps-list-menu-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: min-content;
  grid-template-columns: 1.5fr 1fr 0.7fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 11px 11px 10px;
  display: grid;
}

.pr-list-menu-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: min-content;
  grid-template-columns: 2fr 1fr 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 11px 11px 10px;
  display: grid;
}

.apps-inactive-list-menu-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: min-content;
  grid-template-columns: 1.5fr 1fr 0.5fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 11px 11px 10px;
  display: grid;
}

.enrollment-list-menu-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1.2fr 1.2fr 0.7fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 11px 11px 10px;
  display: grid;
}



.latest-invoice-list-menu {
  color: #00162f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}

.parent-messaging-list-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 0.75fr 1fr 1fr 0.75fr 0.75fr 0.25fr 0.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 11px 20px;
  text-decoration: none;
  display: grid;
}

.latest-invoice-list-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 11px 20px;
  text-decoration: none;
  display: grid;
}

.apps-list-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 0.7fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  align-items: left;
  text-align: left;
  padding: 11px 11px;
  text-decoration: none;
  display: grid;
}

.pr-list-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 2fr 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: left;
  text-align: left;
  padding: 11px 11px;
  text-decoration: none; 
  display: grid;
}

.contacts-list-menu-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f7f8f9;
  border-radius: 4px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1.5fr 2fr 0.65fr 0.95fr 1fr 2.5fr 0.75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding: 11px 11px 10px;
  display: grid;
}

.contacts-list-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #dbdcdd !important;
  border-radius: 4px; 
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1.5fr 2fr 0.65fr 0.95fr 1fr 2.5fr 0.75fr;
  grid-auto-columns: 1fr;
  align-items: left;
  text-align: left;
  padding: 11px 11px 10px;
  text-decoration: none;
  display: grid;
  word-wrap: break-word;
  word-break: normal;
  max-width: 100%;
}

.details-list-menu-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f7f8f9;
  border-radius: 4px;
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1.5fr 1fr 2.5fr 1.5fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  padding: 6px 6px 5px;
  display: grid;
  font-size: 12px !important;
}

.details-list-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #dbdcdd !important;
  border-radius: 4px; 
  grid-template-rows: min-content;
  grid-template-columns: 1fr 1fr 1.5fr 1fr 2.5fr 1.5fr 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: left;
  text-align: left;
  padding: 6px 6px 5px;
  display: grid;
  word-wrap: break-word;
  word-break: normal;
  max-width: 100%;
  font-size: 12px !important;
}

.constwidth {
  min-width: 150px !important
}

.enrollment-list-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1.2fr 0.7fr 1fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  align-items: left;
  text-align: left;
  padding: 11px 11px;
  text-decoration: none;
  display: grid;
}

.apps-inactive-list-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 0.5fr 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  align-items: left;
  text-align: left;
  padding: 11px 11px;
  text-decoration: none;
  display: grid;
}

.recipient-details {
  align-items: center;
  display: flex;
}

.recipient-name {
  color: #00162f;
  margin-left: 0;
  line-height: 130%;
}

.invoice-details-text {
  color: #627183;
  border-radius: 6px;
  font-weight: 400;
  display: inline-block;
}

.invoice-details-text.icon {
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
}

.transfer-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.transfer-mask {
  width: 42px;
  overflow: visible;
}

.transfer-slide-nav {
  display: none;
}

.transfer-single-person {
  text-align: center;
  margin-right: 22px;
}

.transfer-person-img {
  margin-bottom: 7px;
}

.transfer-person-name {
  color: #627183;
  font-size: 12px;
  line-height: 15px;
}

.transfer-arrow {
  width: 36px;
  height: 36px;
  color: #00162f;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  display: flex;
  box-shadow: 0 5px 22px 5px rgba(58, 68, 89, .1);
}

.transfer-arrow.left {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.transfer-arrow.right {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.transfer-form {
  margin-top: 20px;
}

.form-box {
  width: 100%;
}

.form-box.mr-15 {
  margin-right: 15px;
}

.field-title {
  color: #00162f;
  margin-bottom: 7px;
  font-weight: 400;
}

.transfer-field {
  height: 35px;
  color: #627183;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.form-wrapper {
  margin-bottom: 20px;
  display: flex;
}

.transfer-button {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 10px 34px;
  font-weight: 500;
}

.cards-content {
  margin-bottom: 30px;
}

.cards-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.cards-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px 40px;
  overflow: hidden;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.cards-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slide-nav {
  display: none;
}

.cards-slider-mask {
  max-width: 340px;
  overflow: visible;
}

.card-slide.mr-15 {
  margin-right: 15px;
}

.left-arrow {
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  line-height: 28px;
  left: -17px;
  box-shadow: 1px 1px 22.9px rgba(58, 68, 89, .21);
}

.right-arrow {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 100%;
  line-height: 28px;
  right: -17px;
  box-shadow: 1px 1px 22px rgba(58, 68, 89, .21);
}

.current-graph {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.graph-image {
  text-align: center;
}

.graph-expense {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

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

.income-wrapper.mr-20 {
  margin-right: 20px;
}

.income {
  width: 12px;
  height: 12px;
  background-color: #4c88ff;
  border-radius: 4px;
}

.income.green {
  background-color: #4cbf73;
}

.income-text {
  color: #627183;
  margin-left: 8px;
  font-family: Inter, sans-serif;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

.card-list-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 25px;
  box-shadow: 0 4px 4px #e8f0f5;
}

.card-list-single-table {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.75fr 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.card-list-single-table.first {
  padding-top: 0;
}

.card-list-single-table.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.card-details-info-tittle {
  color: #00162f;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 17px;
}

.card-details-info {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.card-details-info-icon {
  color: #c4c4c4;
  font-family: "Fa solid 900", sans-serif;
  font-size: 21px;
}

.invoice-sent-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.single-wrapper-common-tittle {
  color: #00162f;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.single-wrapper-common-tittle.overview {
  margin-bottom: 0;
}

.sent-invoice-single-wrap {
  border-bottom: 1px solid #f2f6f7;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.sent-invoice-single-wrap.first {
  padding-top: 0;
}

.sent-invoice-price {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(0, -50%);
}

.card-add-popup-text {
  color: #fff;
  cursor: pointer;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

.transaction-history-list-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #f7f8f9;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 11px 20px 10px;
  display: grid;
}

.transaction-history-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f2f6f7;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
}

.transaction-history-list-menu {
  color: #00162f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
}

.card-add-popup-wrap {
  z-index: 999;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-wrapper {
  width: 677px;
  background-color: #fff;
  border-radius: 10px;
  padding: 36px 50px;
  position: relative;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 44px;
  bottom: auto;
  left: auto;
  right: 50px;
}

.popup-heading-wrapper {
  margin-bottom: 34px;
}

.popup-tittle {
  color: #00162f;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 31px;
}

.popup-heading-details {
  color: #627183;
  font-weight: 400;
  line-height: 158%;
}

.card-form-single-input-tittle {
  color: #00162f;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.card-form-single-input-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
}

.card-form-single-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.form-save-button {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 11px 36px;
  font-size: 14px;
  font-weight: 500;
}

.settings-grid-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
}

.setting-left-bar-tab-wrapper {
  width: 344px;
  min-height: 100%;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  margin-right: 30px;
  padding-bottom: 20px;
  padding-left: 22px;
  padding-right: 17px;
  display: flex;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.uesr-banner {
  position: relative;
}

.profiles-wrapper {
  margin-top: -85px;
}

.main-profile {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.profile-image-content {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
}

.profile-name {
  margin-left: 15px;
}

.name {
  color: #00162f;
  margin-bottom: 8px;
}

.exprence {
  color: #627183;
  font-size: 16px;
  font-weight: 500;
}

.button {
  color: #be63f9;
  background-color: #f5e6fe;
  border-radius: 10px;
  padding: 12px 30px;
  font-weight: 500;
}

.banner {
  width: 100%;
}

.profile-content-bg {
  background-color: #fff;
  border-radius: 12px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.profile-tabs {
  margin-top: 40px;
}

.tabs-link {
  color: #627183;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 14px 18px;
}

.tabs-link.w--current {
  color: #3c77ee;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #3c77ee;
  padding-left: 14px;
  padding-right: 14px;
}

.tabs-text {
  font-weight: 500;
}

.profile-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr ;
}

.profile-bio {
  background-color: #f7f8f9;
  border-radius: 10px;
  padding: 25px;
}

.profile-bio-title {
  color: #00162f;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.profile-text-content {
  border-bottom: 1px solid #d7dadb;
  padding-bottom: 30px;
}

.bio-paragraph {
  color: #596680;
  margin-bottom: 0;
  line-height: 24px;
}

.bio-paragraph.mb {
  margin-bottom: 20px;
}

.profile-content {
  margin-top: 30px;
}

.contact-wrapper {
  display: flex;
}

.contact-name {
  color: #00162f;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
}

.contact-name.mr-0 {
  margin-bottom: 0;
}

.contact-gamil {
  margin-left: 15px;
}

.contact-number {
  color: #627183;
  margin-bottom: 18px;
  line-height: 22px;
}

.contact-number.mr-0 {
  margin-bottom: 0;
}

.experience {
  background-color: #f7f8f9;
  border-radius: 10px;
  padding: 25px;
}

.experience-wrapper {
  border-left: 3px solid #ebedf2;
}

.experience-content {
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

.experience-content.mr-0 {
  margin-bottom: 0;
}

.date {
  color: #596680;
  margin-bottom: 4px;
}

.product-text {
  color: #273041;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.date-p {
  color: #596680;
  margin-bottom: 0;
}

.circel {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.setting-tabs-wrapper {
  min-height: 100vh;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.create-onvoice-form-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 22px 25px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.invoice-details-wrapper {
  display: none;
}

.single-invoice-details-tittle {
  color: #00162f;
  margin-bottom: 10px;
  font-weight: 500;
}

.single-invoice-details-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
}

.invoice-details-form {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 45px;
  display: grid;
}

.personal-information-form {
  grid-column-gap: 30px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-personal-information-form {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr ;
  grid-auto-columns: 1fr;
  display: grid;
}

.personal-information-single-tittle {
  color: #00162f;
  margin-bottom: 10px;
  font-weight: 500;
}

.personal-information-single-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px 20px;
}

.invoice-item-description-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  display: none;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.item-description-table-heading-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #f7f8f9;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 20px;
  display: grid;
}

.item-description-table-heading-text {
  color: #00162f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.item-description-table-single-row {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f2f6f7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 20px;
  display: grid;
}

.item-description-table-details-text {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.item-description-table-text-field {
  color: #627183;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  padding: 11px 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.total-amount-details {
  text-align: right;
  margin-top: 24px;
  margin-bottom: 35px;
  padding-right: 20px;
}

.amount {
  color: #be63f9;
  font-weight: 500;
  line-height: 24px;
}

.invoice-buttons-wrapper {
  margin-top: 25px;
}

.send-invoice {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #07114D !important;
  border-radius: 10px;
  padding: 11px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.save-invoice-draft {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #be63f9;
  border-radius: 10px;
  margin-left: 10px;
  padding: 8px 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.chat-page-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.chat-left-sidebar-wrap {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.my-profile-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.my-profile-details {
  display: flex;
}

.profile-img-wrap {
  position: relative;
}

.active-status {
  width: 14px;
  height: 14px;
  background-color: #4cbf4c;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.profile-name-wrapper {
  margin-left: 12px;
}

.sign-up-sign-in-bg {
  background-color: #07114d;
}

.sign-up-content-wrapper {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-up-contents-wrap {
  width: 540px;
  text-align: center;
}

.sign-up-logo {
  margin-bottom: 30px;
}

.my-name {
  color: #273041;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.my-status {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
}

.onlie-people-wrapper {
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.online-people-tittle {
  color: #273041;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.online-peoples {
  align-items: center;
  display: flex;
}

.single-people {
  margin-right: 13px;
  position: relative;
}

.single-people.last {
  margin-right: 0;
}

.chat-search-wrapper {
  margin-bottom: 26px;
  padding-left: 24px;
  padding-right: 24px;
}

.chat-search-field {
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 12px 15px 12px 45px;
}

.chat-search-icon {
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 15px;
  right: auto;
  transform: translate(0, -50%);
}

.chat-search {
  position: relative;
}

.chat-search-button {
  display: none;
}

.chat-tab-menu-wrap {
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.chat-single-tab-link {
  color: #627183;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ebedf2;
  font-weight: 400;
  line-height: 18px;
}

.chat-single-tab-link.w--current {
  color: #3c77ee;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #3c77ee;
}

.single-chat-wrapper {
  align-items: center;
  margin-bottom: 11px;
  padding: 12px 24px;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.single-chat-wrapper:hover {
  background-color: #f7f8f9;
}

.single-chat-wrapper.last {
  margin-bottom: 0;
}

.single-chat-img-wrapper {
  margin-right: 14px;
  position: relative;
}

.chat-friend-name {
  color: #00162f;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.chat-last-text {
  color: #627183;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.chatted-time {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 24px;
}

.chatting-wrapper {
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.chatting-header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 24px;
  display: flex;
}

.chatting-friend-wrapper, .chatting-calls-wrapper {
  align-items: center;
  display: flex;
}

.chatting-friend-name {
  color: #273041;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.chatting-friend-status {
  color: #596680;
  font-size: 12px;
  font-weight: 400;
}

.chatting-single-icons {
  color: #c4c4c4;
  margin-right: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.chatting-together-wrapper {
  max-height: 745px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: auto;
}

.my-chat-text-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.my-chat-text-wrapper.two {
  margin-bottom: 5px;
}

.friend-chat-text-wrap {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.my-chat-text {
  color: #fff;
  background-color: #3c77ee;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.friend-chat-text {
  color: #627183;
  background-color: #f7f8f9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 14px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.chat-dots {
  color: #c4c4c4;
  margin-left: 12px;
  margin-right: 12px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
}

.friend-chat-text-wrapper {
  position: relative;
}

.emoji-icon {
  position: absolute;
  top: auto;
  bottom: -5px;
  left: auto;
  right: -10px;
}

.chatting-field-send-wrapper {
  background-color: #fff;
  padding-bottom: 9px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chatting-emoji-wrapper, .chatting-files-wrapper {
  margin-right: 10px;
}

.messege-typing-field {
  height: 50px;
  max-width: 490px;
  background-color: #f7f8f9;
  border: 1px #000;
  border-radius: 60px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 17px 25px 15px;
}

.message-send-button {
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #3c77ee;
  border-radius: 50%;
  padding: 0;
  font-family: "Fa solid 900", sans-serif;
  line-height: 50px;
}

.chatting-form-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-content-wrapper {
  width: 726px;
}

.single-setting-tab-content-wrapper {
  min-height: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.setting-tab-nav-link {
  color: #00162f;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(235, 237, 242, .63);
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.setting-tab-nav-link.w--current {
  color: #3c77ee;
  background-color: rgba(0, 0, 0, 0);
}

.setting-icon {
  margin-right: 13px;
}

.setting-nav-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.setting-tab-nav-link-text-wrap {
  align-items: center;
  display: flex;
}

.active-setting-tittle {
  color: #00162f;
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.sign-in-form-wrapper {
  background-color: #fff;
  border-radius: 12px;
  padding: 43px 60px;
}

.sign-in-form-wrap {
  text-align: left;
  margin-bottom: 25px;
}

.sign-up-heading-wrap {
  text-align: left;
  margin-bottom: 30px;
}

.sign-up-heading-tittle {
  color: #00162f;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.sign-up-heading-text {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.sign-page-link {
  color: #3c77ee;
}

.sign-in-single-field-wrapper {
  margin-bottom: 25px;
}

.sign-in-single-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 15px;
}

.sign-in-label {
  margin-bottom: 10px;
}

.cheakbox-wrapper {
  display: none;
}

.cheak-box-text {
  color: #627183;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.cheakbox-link {
  color: #be63f9;
}

.cheakbox-main-wrapper {
  margin-bottom: 0;
}

.sign-up-button {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #07114d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 16px 0;
  font-weight: 500;
  line-height: 18px;
}

.sign-up-button.forget {
  margin-top: 5px;
}

.or-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.or-border-left, .or-border-right {
  width: 50%;
  height: 1px;
  background-color: #dcdfe5;
}

.or-text {
  margin-left: 13px;
  margin-right: 13px;
}

.login-with-google {
  background-color: #f6f7f9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.google-icon {
  color: #596680;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 19px;
}

.google-login-text {
  color: #001a33;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}

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

.forget-text {
  color: #192ea6;
  font-weight: 500;
  line-height: 24px;
}

.icons-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.icons-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.icon-box {
  text-align: center;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.icon {
  margin-bottom: 10px;
}

.icon-text {
  color: #627183;
}

.colors-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.colors-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-color-wrapper {
  box-shadow: 0 2px 25px 2px #e8f0f5;
}

.single-color-wrapper.white {
  background-color: #fff;
}

.single-color-wrapper.gray {
  background-color: #eff3f6;
}

.single-color-wrapper.gradient {
  text-align: center;
  background-image: linear-gradient(#00194b, #004adf);
  padding-top: 24px;
  padding-bottom: 24px;
}

.solid-color-top {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 24px;
}

.solid-color-top._1 {
  background-color: #3c77ee;
}

.solid-color-top._2 {
  background-color: #be63f9;
}

.solid-color-top._3 {
  background-color: #4cbf73;
}

.solid-color-top._4 {
  background-color: #f96363;
}

.solid-color-top._7 {
  background-color: #fff;
}

.solid-color-top._8 {
  background-color: #00162f;
}

.solid-color-top._5 {
  background-color: #eff3f6;
}

.color-name {
  color: #fff;
  margin-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.color-name.black {
  color: #00162f;
}

.color-code {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.color-code.black {
  color: #00162f;
}

.color-code.two {
  margin-top: 4px;
}

.color-layers-wrapper {
  align-items: center;
  display: flex;
}

.single-layer-color-blue {
  width: 48px;
  height: 148px;
}

.single-layer-color-blue._1 {
  background-color: #5397ff;
}

.single-layer-color-blue._2 {
  background-color: #64a2ff;
}

.single-layer-color-blue._3 {
  background-color: #85b5ff;
}

.single-layer-color-blue._4 {
  background-color: #adcdff;
}

.single-layer-color-blue._5 {
  background-color: #d3e4ff;
}

.single-layer-color-purple {
  width: 48px;
  height: 148px;
}

.single-layer-color-purple._1 {
  background-color: #c468ff;
}

.single-layer-color-purple._2 {
  background-color: #ca78ff;
}

.single-layer-color-purple._3 {
  background-color: #d28cff;
}

.single-layer-color-purple._4 {
  background-color: #dba5ff;
}

.single-layer-color-purple._5 {
  background-color: #e6bfff;
}

.single-layer-color-green {
  width: 48px;
  height: 148px;
}

.single-layer-color-green._1 {
  background-color: #4eca78;
}

.single-layer-color-green._2 {
  background-color: #58d081;
}

.single-layer-color-green._3 {
  background-color: #71d794;
}

.single-layer-color-green._4 {
  background-color: #8bdca7;
}

.single-layer-color-green._5 {
  background-color: #a8e8be;
}

.single-layer-color-red {
  width: 48px;
  height: 148px;
}

.single-layer-color-red._1 {
  background-color: #ff6565;
}

.single-layer-color-red._2 {
  background-color: #ff7070;
}

.single-layer-color-red._3 {
  background-color: #ff8181;
}

.single-layer-color-red._4 {
  background-color: #ff9d9d;
}

.single-layer-color-red._5 {
  background-color: #ffb9b9;
}

.single-layer-color-text {
  width: 48px;
  height: 148px;
}

.single-layer-color-text._1 {
  background-color: #011934;
}

.single-layer-color-text._2 {
  background-color: #041d39;
}

.single-layer-color-text._3 {
  background-color: #0a2645;
}

.single-layer-color-text._4 {
  background-color: #173454;
}

.single-layer-color-text._5 {
  background-color: #2d4b6c;
}

.typography-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fonts-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.font-family-heading-wrapper {
  border-bottom: 1px solid #dcdfe5;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.font-family-tittle {
  color: #00162f;
  font-size: 48px;
  font-weight: 700;
  line-height: 24px;
}

.font-family-tittle._400 {
  font-weight: 400;
}

.font-family-tittle._700 {
  font-weight: 700;
}

.font-family-tittle._500 {
  font-weight: 500;
}

.font-famiy-tittle-details {
  margin-left: 20px;
}

.font-weight-wrapper {
  padding-top: 25px;
}

.single-weight-wrapper {
  align-items: center;
  margin-bottom: 43px;
  display: flex;
}

.single-weight-wrapper.last {
  margin-bottom: 0;
}

.font-family-mini-tittle {
  color: #00162f;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.font-weight-mini-tittle {
  color: #00162f;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.font-weight-mini-tittle._700 {
  font-weight: 700;
}

.font-weight-mini-tittle._400 {
  font-weight: 400;
}

.font-weight-mini-tittle._500 {
  font-weight: 500;
}

.font-weight-tittle {
  color: #00162f;
  font-size: 18px;
  line-height: 24px;
}

.font-weight-tittle._400 {
  font-weight: 400;
}

.font-weight-tittle._500 {
  font-weight: 500;
}

.font-weight-tittle._700 {
  font-weight: 700;
}

.headings-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.html-heading-tittle {
  color: #00162f;
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.single-heading {
  margin-bottom: 25px;
}

.blockquote-text-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px 34px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.blockquote-tittle {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.blockquote-details {
  color: #627183;
  border-left: 5px solid #dcdfe5;
  padding-left: 14px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-type-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 4px 4px 4px #e8f0f5;
}

.text-type-tittle {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-type-single {
  margin-bottom: 13px;
}

.text-type-single.last {
  margin-bottom: 0;
}

.text-type-single-tittle {
  margin-bottom: 4px;
  font-weight: 400;
}

.text-type-single-text {
  color: #627183;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.single-preference {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  display: flex;
}

.single-preference-details-tittle {
  color: #00162f;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.single-preference-details-mini {
  color: #627183;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.switch-wrap {
  width: 45px;
  height: 25px;
  cursor: pointer;
  background-color: #c9ccd2;
  border-radius: 27px;
  align-items: center;
  padding: 3px;
  display: flex;
}

.switch-round {
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
}

.single-login-info {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 27px;
  display: flex;
}

.single-login-info.last {
  margin-bottom: 0;
}

.edit-button-wrap {
  width: 63px;
  height: 35px;
  border: 1px solid #627183;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.edit-icon {
  color: #627183;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.mobile-menu-bar-wrap {
  width: 40px;
  height: 40px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: none;
}

.mobile-menu-close {
  color: #fff;
  display: none;
}

.form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.forms {
  margin-bottom: 0;
}

.field-label {
  color: #00162f;
  font-weight: 400;
}

.text-field {
  height: 50px;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 20px;
}

.tabs-menu {
  border-bottom: 1px solid #ebedf2;
  margin-bottom: 30px;
}

.save-button {
  background-color: #3c77ee;
  border-radius: 10px;
  margin-top: 25px;
  padding: 12px 35px;
  font-weight: 500;
}

.transaction-icon {
  margin-right: 5px;
}

.card-icon {
  color: #b62323;
  display: inline-block;
}

.invoice-details-status-text {
  border-radius: 6px;
  padding: 4px 12px;
  font-weight: 400;
  display: inline-block;
}

.presentation-hero-section {
  text-align: center;
  background-image: url('../images/Hero-Banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
  position: relative;
}

.presentation-title-wrapper {
  max-width: 505px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.presentation-wrapper {
  max-width: 1545px;
  color: #eff5ff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.display-heading-1 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.space-bottom {
  margin-bottom: 25px;
}

.presentation-buttons {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demos-button {
  width: 120px;
  height: 45px;
  color: #fff;
  background-color: #be63f9;
  border-radius: 10px;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  transition: background-color .3s;
}

.demos-button.button-spacing {
  margin-right: 15px;
}

.demos-button.blue {
  background-color: #3b77ee;
}

.presentation-section {
  padding-top: 170px;
  padding-bottom: 170px;
}

.container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.presentation-category-wrapper {
  text-align: center;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.display-heading-2 {
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.display-text-block {
  color: #00162f;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 400;
}

.presentation-postion {
  z-index: -999;
  margin-top: -50px;
  position: relative;
}

.presentation-grid {
  grid-column-gap: 25px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.presentation-module {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 15px;
  text-decoration: none;
  box-shadow: 1px 1px 57px #eaeaea;
}

.presentation-singel-wrapper {
  text-align: center;
}

.caption-large {
  color: #00162f;
  font-size: 18px;
  font-weight: 500;
}

.inner-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta {
  background-image: url('../images/Cta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.cta-container {
  max-width: 1060px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.presentation-cta {
  color: #eff5ff;
  margin-bottom: 90px;
  font-size: 18px;
  line-height: 28px;
}

.cta-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

.purchase-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 25px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.purchase-button:hover {
  color: #00162f;
  background-color: #fff;
}

.copy-right {
  border-top: 1px solid rgba(255, 255, 255, .19);
  padding-top: 30px;
  padding-bottom: 30px;
}

.copy-right-text {
  color: #eff5ff;
}

.recipients-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.info-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.info-title-wrapper {
  border-bottom: 1px solid #f2f6f7;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.recipients-info-title {
  font-size: 18px;
  line-height: 20px;
}

.send {
  margin-right: 15px;
}

.error-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding-top: 125px;
  padding-bottom: 125px;
}

._404-wrapper {
  max-width: 520px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

._404-text-wrapper {
  color: #00162f;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 500;
}

._404-title {
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

._404-button {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  margin-top: 25px;
  padding: 12px 25px;
  font-size: 16px;
}

.protected-wrapper {
  max-width: 520px;
  color: #627183;
  margin-left: auto;
  margin-right: auto;
}

.password-form {
  text-align: left;
  margin-top: 30px;
}

.password-fixed {
  display: flex;
}

.password-title {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.password-field {
  color: #00162f;
  margin-bottom: 10px;
}

.protected-field {
  height: 50px;
  background-color: #f6f7f9;
  border: 1px solid #e3e9ed;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 0 20px;
}

.submit {
  color: #fff;
  background-color: #3c77ee;
  border-radius: 10px;
  padding: 15px 30px;
  font-weight: 500;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.faq-maine {
  background-color: #fff;
  border-radius: 12px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.single-faq-wrapper {
  border-bottom: 1px solid rgba(235, 237, 242, .63);
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.faq-open-link {
  color: #00162f;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.faq-open-link:hover {
  color: #4c88ff;
}

.accorodion-icon {
  font-size: 26px;
}

.accorodion-icon-two {
  font-family: "Fa solid 900", sans-serif;
  display: none;
}

.faq-text {
  color: #627183;
  margin-top: 15px;
  font-size: 12px;
}

.preview-invoice-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.preview-invoice-logo-wrapper {
  margin-bottom: 35px;
}

.preview-invoice-text-wrapper {
  margin-top: 20px;
}

.preview-invoice-text {
  color: #627183;
  margin-bottom: 5px;
}

.invoice-card {
  background-color: #f7f8f9;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 40px 30px;
}

.invoice-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr min-content;
}

.invoice-singel-card {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-invoice-card-text-wrapper {
  color: #627183;
}

.preview-invoice-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}

.preview-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.space {
  margin-bottom: 6px;
}

.invoice-menu-wrapper {
  background-color: #f7f8f9;
  border-radius: 8px;
  padding: 15px 20px;
}

.invoice-table-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.75fr .3fr;
}

.invoice-menu-title {
  color: #00162f;
  font-weight: 500;
}

.invoice-table {
  border-bottom: 1px solid #f2f6f7;
  padding: 15px 20px;
}

.tables-grids {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.75fr .3fr;
}

.invoice-velu {
  color: #627183;
}

.amount-wrapper {
  text-align: right;
  margin-top: 20px;
  padding-right: 40px;
}

.subtotal-wrapper {
  display: inline-block;
}

.subtotal-wrapper._2nd {
  margin-top: 15px;
  display: block;
}

.subtotal {
  color: #627183;
  margin-right: 60px;
  font-weight: 500;
  display: inline-block;
}

.subtotal.mr105 {
  margin-right: 105px;
}

.price-text {
  color: #00162f;
  font-weight: 500;
  display: inline-block;
}

.price-text.colors {
  color: #be63f9;
}

.invoice-button {
  margin-top: 140px;
  display: flex;
}

.download-button {
  width: 120px;
  color: #be63f9;
  text-align: center;
  background-color: #f5e6fe;
  border-radius: 10px;
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 500;
}

.download-button.send {
  color: #3c77ee;
  background-color: #e6eefe;
  margin-left: 15px;
}

.nav-border {
  border-top: 1px solid #7f94bc;
  margin-top: 20px;
  padding-top: 20px;
}

.green-button {
  width: 71px;
  height: 28px;
  color: #4cbf73;
  text-align: center;
  background-color: #dcfadc;
  border-radius: 6px;
  font-size: 12px;
  line-height: 28px;
}

.green-button.gay-bg {
  color: #626b77;
  background-color: #f6f8f9;
}

.green-button.red-bg {
  color: #f96363;
  background-color: #fee6e6;
}

.singel-wrapper-info {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.info-singel-card {
  position: relative;
}

.info-image {
  color: #627183;
  text-align: center;
  position: static;
}

.info-name {
  color: #00162f;
  margin-top: 15px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.invoice-id-singel-wrapper {
  color: #627183;
  margin-bottom: 20px;
}

.invoice-id {
  color: #00162f;
  margin-bottom: 10px;
  font-weight: 500;
}

.search-mobile-icon {
  display: none;
}

.dash-image {
  margin-bottom: -1px;
}

.preview-logo {
  margin-bottom: 15px;
}

.preview-logo.w--current {
  margin-bottom: 17px;
}

.search-button-2 {
  display: none;
}

.mobile-toggle {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.mobile-input {
  width: 100%;
  height: 40px;
  color: #627183;
  background-color: #f6f7f9;
  margin-bottom: 0;
  padding: 0 0 0 10px;
  font-size: 12px;
}

.search-inputs {
  width: 200px;
  margin-bottom: 0;
}

.dropdown-list {
  left: 3px;
}

.dropdown-list.w--open {
  border-radius: 6px;
  top: 50px;
  left: -157px;
}

.body-white-bg {
  background-color: #fff;
}

.changelog-wrapper {
  max-width: 540px;
  color: #627183;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.changelog-v1 {
  color: #000;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 34px;
}

.changelog-dash-relese {
  color: #000;
  margin-bottom: 8px;
  font-size: 18px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.licensing-singel-wrapper {
  color: #627183;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  line-height: 24px;
  box-shadow: 1px 1px 4px #e8f0f5;
}

.licensing-icon-text-wrapper {
  color: #627183;
  font-size: 12px;
}

.icon-title {
  margin-bottom: 5px;
  font-size: 18px;
}

.icon-title.mb15 {
  margin-bottom: 15px;
}

.icons-singel-wrapper {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.icon-image {
  margin-right: 30px;
}

.icon-image.mr0 {
  margin-right: 0;
}

.license-button {
  color: #00162f;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

.license-button.mt35 {
  margin-top: 35px;
}

.footer {
  text-align: center;
  background-color: #eff3f6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-text {
  color: #627183;
}

.footer-link-text {
  color: #627183;
  font-weight: 500;
}

.footer-link-text.white-color {
  color: #fff;
}

.footer-container {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.bank-zai-logo {
  width: 170px;
}

.image {
  max-width: 167px;
}

.image-2 {
  color: #333;
}

.image-3 {
  max-width: 42px;
  border-radius: 50%;
}

.transection-name-header {
  color: #fff;
  font-weight: 500;
}

.transection-details-header {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.transection-details-header.completed {
  color: #4cbf73;
}

.transection-details-header.calceled {
  color: #f96363;
}

.transection-details-header.icon {
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.transection-details-header.icon-hidden {
  opacity: 0;
  color: #c4c4c4;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
}

.checkbox {
  min-height: 100%;
  min-width: 25px;
  margin-left: 0;
}

.checkbox-label {
  display: none;
}

.btn-primary {
  background-color: #07114D !important
}
.cursor-hover:hover, .cursor-hover {
  cursor: pointer !important
}

@media screen and (max-width: 991px) {

  .contacts-list-menu-wrapper, .contacts-list-wrapper {
    grid-template-columns: 1fr 1.5fr 2fr 0.65fr 0.95fr 0.65fr 1fr 2.5fr 0.75fr;
  }

  .side-navbar-wrapper {
    border-radius: 0;
    margin-left: 30px;
    transform: translate(-300px, -25px);
  }

  .sidebar-logo-wrapper {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .topbar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dashboard-content-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card-wrapper {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .card-text {
    margin-left: 10px;
  }

  .chart-wrapper {
    margin-bottom: 20px;
  }

  .chart-grid {
    grid-row-gap: 20px;
    grid-template-columns: 2.5fr;
  }

  .card-border-right {
    display: none;
  }

  .transection-grid, .balance-transfar-wrapper, .transaction-invoice-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .latest-invoice-list-menu-wrapper {
    grid-column-gap: 15px;
    margin-bottom: 10px;
  }

  .latest-invoice-list-wrapper {
    grid-column-gap: 15px;
    padding: 10px;
  }

  .invoice-details-text {
    font-size: 12px;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .cards-slider-mask {
    max-width: 320px;
  }

  .grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .card-list-single-table {
    grid-column-gap: 15px;
  }

  .single-wrapper-common-tittle {
    margin-bottom: 15px;
  }

  .transaction-history-list-menu-wrapper {
    grid-column-gap: 15px;
  }

  .transaction-history-list-wrapper {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 15px;
  }

  .parent-messaging-list-wrapper{
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 0.25fr;
    padding: 15px;
  }

  .profile-grid {
    grid-template-columns: 1fr;
  }

  .circel {
    left: -9px;
  }

  .create-onvoice-form-wrapper {
    padding: 20px;
  }

  .invoice-details-form {
    grid-column-gap: 20px;
    margin-bottom: 30px;
  }

  .invoice-item-description-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-description-table-heading-wrapper {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .item-description-table-single-row {
    grid-column-gap: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .total-amount-details {
    margin-bottom: 20px;
  }

  .chat-page-wrapper {
    grid-template-columns: 1fr;
  }

  .chatting-together-wrapper {
    max-height: 420px;
  }

  .chatting-field-send-wrapper {
    padding-top: 24px;
    position: static;
  }

  .icons-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .colors-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .single-layer-color-blue, .single-layer-color-purple, .single-layer-color-green, .single-layer-color-red, .single-layer-color-text {
    width: 65px;
  }

  .mobile-menu-bar-wrap {
    border: 1px solid #627183;
    display: flex;
  }

  .mobile-menu-close {
    color: #fff;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: flex;
  }

  .tranform-form {
    margin-bottom: 0;
  }

  .invoice-details-status-text {
    font-size: 13px;
  }

  .presentation-hero-section {
    padding-top: 80px;
  }

  .presentation-title-wrapper {
    margin-bottom: 60px;
  }

  .presentation-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .presentation-postion {
    width: 500px;
  }

  .presentation-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .presentation-module {
    margin-bottom: 20px;
  }

  .inner-page-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta {
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-container {
    max-width: 100%;
  }

  .presentation-cta {
    margin-bottom: 40px;
  }

  .copy-right {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .recipients-grid {
    grid-template-columns: 1fr;
  }

  .password-form {
    margin-top: 10px;
  }

  .password-title {
    margin-top: 20px;
  }

  .faq-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .preview-invoice-wrapper, .invoice-card {
    padding: 20px;
  }

  .invoice-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .invoice-button {
    margin-top: 70px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .image-2 {
    margin-bottom: 9px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-sm {
    font-size: 12px !important;
    padding: 0.25rem 0.25rem !important
  }
  .contacts-list-menu-wrapper, .contacts-list-wrapper {
    grid-template-columns: 1.5fr 2fr 2fr 0.5fr
  }

  .dots {
    margin-top: -5px !important
  }
  .mobile-only-block {
    visibility: visible !important;
    display: block !important
  }
  .apps-list-wrapper, .apps-inactive-list-wrapper {
    grid-auto-columns: minmax(1fr,1fr) !important;
    grid-template-columns: 2fr 1fr 1.5fr 0.5fr !important;
    grid-auto-flow: column;
  }
  .enrollment-list-wrapper {
    grid-auto-columns: minmax(1fr,1fr) !important;
    grid-template-columns: 2.5fr 1fr 2fr 0.5fr;
    grid-auto-flow: column;
  }
  .pr-list-wrapper{
    grid-template-columns: 3fr 1fr 1fr 1.5fr 1fr;
  }
  .nav-item {
    text-align: left !important
  }
  .desktop-only {
    display: none !important
  }

  .mobile-only {
    visibility: visible !important;
    display: table-row !important
  }

  .topbar-wrapper {
    padding-top: 25px;
  }

  .search-input {
    width: 185px;
    height: 45px;
  }

  .search {
    width: 185px;
  }

  .search-icon {
    top: 22%;
  }

  .dropdown-button-text {
    font-weight: 400;
  }

  .dashboard-content-wrapper {
    padding-top: 30px;
  }

  .card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .price {
    font-size: 20px;
  }

  .line-chart-wrapper {
    padding: 20px 15px 25px;
  }

  .circle-text {
    margin-left: 4px;
    font-size: 12px;
  }

  .line-chart-wrap {
    margin-top: 20px;
  }

  .transaction-table-single {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr max-content;
  }

  .transection-name {
    font-size: 13px;
  }

  .balance-transfar-wrapper {
    margin-bottom: 20px;
  }

  .my-balance-card-single-details-wrap {
    margin-right: 30px;
  }

  .my-balance-chart-wrapper {
    flex-wrap: wrap;
  }

  .my-balance-chart-single-wrap {
    margin-bottom: 15px;
  }

  .my-balance-chart-single-wrap.last {
    margin-bottom: 0;
  }

  .my-balance-chart-details-tittle {
    font-size: 13px;
  }

  .balance-transaction-table-single {
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .latest-invoices-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .latest-invoice-list-menu-wrapper, .latest-invoice-list-wrapper {
    grid-template-columns: 1fr;
  }

  .cards-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-list-single-table {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .transaction-history-list-menu-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .transaction-history-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .card-add-popup-wrap {
    display: none;
  }

  .popup-wrapper {
    width: 100%;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-form-single-wrapper {
    grid-template-columns: 1fr;
  }

  .setting-left-bar-tab-wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .profiles-wrapper {
    margin-top: -41px;
  }

  .profile-name {
    margin-left: 10px;
  }

  .name {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .exprence {
    font-size: 14px;
  }

  .button {
    padding: 8px 20px;
  }

  .profile-content-bg {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .profile-grid {
    grid-row-gap: 30px;
  }

  .profile-bio {
    padding: 20px;
  }

  .setting-tabs-wrapper {
    flex-direction: column;
  }

  .invoice-details-form {
    grid-template-columns: 1fr 1fr;
  }

  .personal-information-form {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .item-description-table-heading-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .item-description-table-single-row {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .total-amount-details {
    margin-top: 20px;
  }

  .sign-up-contents-wrap {
    width: 90%;
  }

  .chatting-field-send-wrapper {
    padding: 15px 15px 0;
  }

  .message-send-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tab-content-wrapper {
    width: auto;
  }

  .single-setting-tab-content-wrapper {
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .setting-tab-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .setting-icon {
    width: 20px;
  }

  .sign-in-form-wrapper {
    padding: 33px 50px;
  }

  .icons-grid {
    grid-template-columns: 1fr 1fr;
  }

  .colors-grid {
    grid-template-columns: 1fr;
  }

  .single-layer-color-blue, .single-layer-color-purple {
    width: 100%;
  }

  .single-layer-color-green {
    width: 78px;
  }

  .single-layer-color-red, .single-layer-color-text {
    width: 100%;
  }

  .typography-grid-wrap {
    grid-template-columns: 1fr;
  }

  .edit-button-wrap {
    cursor: pointer;
  }

  .mobile-menu-bar-wrap {
    width: 43px;
    height: 43px;
    border-radius: 6px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .profile-images {
    width: 99px;
  }

  .presentation-title-wrapper {
    margin-bottom: 40px;
  }

  .display-heading-1 {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .space-bottom {
    font-size: 14px;
    line-height: 24px;
  }

  .demos-button {
    width: 115px;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
  }

  .demos-button.button-spacing {
    padding-left: 0;
  }

  .presentation-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .presentation-category-wrapper {
    margin-bottom: 40px;
  }

  .display-heading-2 {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .presentation-postion {
    width: 399px;
    display: none;
  }

  .presentation-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .presentation-module {
    display: block;
  }

  .presentation-cta {
    margin-bottom: 30px;
    font-size: 11px;
    line-height: 21px;
  }

  .cta-title {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .purchase-button {
    margin-top: 10px;
  }

  .copy-right-text {
    font-size: 13px;
  }

  .error-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._404-wrapper {
    max-width: 100%;
  }

  ._404-text-wrapper {
    margin-top: 20px;
    font-size: 15px;
  }

  ._404-title {
    font-size: 45px;
  }

  ._404-button {
    margin-top: 10px;
  }

  .protected-wrapper {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .password-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  .faq-open-link {
    font-size: 14px;
  }

  .preview-invoice-wrapper {
    padding: 15px;
  }

  .preview-invoice-logo-wrapper {
    margin-bottom: 20px;
  }

  .invoice-card {
    margin-bottom: 30px;
    padding: 15px;
  }

  .invoice-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .invoice-menu-wrapper, .invoice-table {
    padding: 10px;
  }

  .subtotal-wrapper._2nd {
    margin-top: 5px;
  }

  .subtotal {
    margin-right: 20px;
  }

  .subtotal.mr105 {
    margin-right: 65px;
  }

  .download-button {
    width: 100px;
    padding: 10px 0;
  }

  .sash-image {
    width: 100%;
  }

  .lock {
    width: 140px;
  }

  .singel-wrapper-info {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .info-image {
    text-align: left;
  }

  .changelog-wrapper {
    max-width: 100%;
    padding: 20px;
  }

  .licensing-singel-wrapper {
    padding: 20px;
  }

  .icons-singel-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-image {
    margin-right: 20px;
  }

  .license-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .license-button.mt35 {
    margin-top: 20px;
  }

  .transection-name-header {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .contacts-list-menu-wrapper, .contacts-list-wrapper {
    grid-template-columns: 1.5fr 2fr 2fr 0.5fr
  }
  .nav-item {
    text-align: left !important
  }
  .btn-sm {
  }
  .mobile-table {
    table-layout: fixed;

  }
  .wrap-mobile{
    max-width: 25px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: break-word;
  }
  .desktop-only {
    display: none !important
  }
  .mobile-only-table {
    visibility: visible !important;
    display: table-row !important
  }

  .topbar-wrapper {
    padding: 15px 15px 18px;
  }

  .search-input, .search {
    display: none;
  }

  .header-content {
    flex-wrap: wrap;
  }

  .profile-wrapper {
    margin-top: 10px;
  }

  .dashboard-content-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }

  .page-title {
    margin-bottom: 20px;
  }

  .page-heading {
    font-size: 20px;
  }

  .page-heading-sm {
    font-size: 17px;
  }

  .card-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .card {
    align-items: center;
  }

  .transaction-table-single {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .transection-name {
    font-weight: 400;
  }

  .my-balance-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .my-balance {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .balance-progress-wrapper {
    margin-bottom: 15px;
  }

  .my-balance-card-details-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }

  .my-balance-card-single-details-wrap {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .my-balance-card-single-details-tittle {
    margin-bottom: 3px;
  }

  .my-balance-chart-wrapper {
    flex-direction: column;
  }

  .balance-transaction-table-single {
    grid-template-columns: 1fr;
  }

  .transfer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .latest-invoice-list-menu-wrapper {
    margin-bottom: 30px;
  }

  .form-box.mr-15 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .form-wrapper {
    flex-direction: column;
  }

  .cards-wrapper {
    padding: 15px;
  }

  .card-list-single-table {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .single-wrapper-common-tittle {
    margin-bottom: 15px;
  }

  .card-add-popup-text {
    padding: 8px 15px;
    font-size: 13px;
  }

  .transaction-history-list-menu-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .transaction-history-list-wrapper {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .card-add-popup-wrap {
    display: none;
  }

  .popup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup-close {
    width: 35px;
    top: 43px;
    right: 21px;
  }

  .popup-heading-details {
    font-size: 11px;
  }

  .profiles-wrapper {
    margin-top: -13px;
  }

  .profile-image-content {
    margin-left: -10px;
  }

  .profile-name {
    margin-left: 3px;
  }

  .name {
    margin-bottom: 0;
    font-size: 13px;
  }

  .button {
    padding: 6px 10px;
  }

  .profile-grid {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .profile-bio {
    padding: 15px 10px;
  }

  .profile-text-content {
    padding-bottom: 20px;
  }

  .bio-paragraph {
    font-size: 13px;
  }

  .bio-paragraph.mb {
    margin-bottom: 10px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .profile-text-wrapper {
    margin-bottom: 20px;
  }

  .contact-name {
    margin-bottom: 10px;
  }

  .contact-gamil {
    margin-left: 0;
  }

  .contact-number {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .contact-number.mr-0 {
    font-size: 13px;
  }

  .experience {
    padding: 15px 0 15px 10px;
  }

  .experience-content {
    padding-left: 10px;
  }

  .date {
    margin-bottom: 0;
  }

  .product-text {
    margin-bottom: 5px;
  }

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

  .invoice-details-form, .personal-information-form {
    grid-template-columns: 1fr;
  }

  .item-description-table-heading-wrapper, .item-description-table-single-row {
    grid-template-columns: 1fr 1fr;
  }

  .send-invoice, .save-invoice-draft, .chat-single-tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .single-chat-img-wrapper {
    margin-right: 5px;
  }

  .chatting-header-wrapper {
    padding: 15px;
  }

  .chatting-calls-wrapper {
    max-width: 120px;
  }

  .chatting-friend-name {
    font-size: 12px;
    font-weight: 500;
  }

  .chatting-friend-status {
    font-size: 10px;
    line-height: 10px;
  }

  .chatting-single-icons {
    margin-right: 10px;
  }

  .friend-chat-text-wrap {
    align-items: flex-start;
  }

  .friend-chat-text {
    margin-left: 8px;
    padding: 9px 12px;
  }

  .chatting-field-send-wrapper {
    padding: 15px 10px 0;
  }

  .messege-typing-field {
    height: 30px;
    padding: 10px 12px;
  }

  .message-send-button {
    width: 30px;
    height: 30px;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 30px;
  }

  .sign-in-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sign-up-heading-wrap {
    margin-bottom: 20px;
  }

  .sign-up-heading-text {
    font-size: 11px;
  }

  .sign-in-single-field {
    height: 40px;
  }

  .sign-up-button.forget {
    height: 48px;
  }

  .login-with-google {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .icons-grid {
    grid-template-columns: 1fr;
  }

  .colors-wrapper {
    padding: 20px;
  }

  .single-layer-color-green {
    width: 100%;
  }

  .single-layer-color-green._4 {
    width: 50px;
  }

  .single-preference-details {
    margin-bottom: 10px;
  }

  .single-preference-details-tittle {
    margin-bottom: 5px;
  }

  .single-preference-details-mini {
    font-size: 11px;
  }

  .single-login-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .mobile-menu-bar-wrap {
    width: 42px;
    height: 42px;
    margin-top: 5px;
  }

  .form-grid {
    grid-row-gap: 20px;
  }

  .save-button {
    margin-top: 20px;
    padding: 8px 30px;
  }

  .transaction-icon {
    width: 30px;
    height: 30px;
  }

  .card-icon {
    width: 47px;
  }

  .friend-image {
    width: 30px;
  }

  .profile-images {
    width: 60px;
  }

  .presentation-hero-section {
    padding-top: 60px;
  }

  .display-heading-1 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 32px;
  }

  .space-bottom {
    font-size: 10px;
    line-height: 17px;
  }

  .demos-button {
    width: 100px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    line-height: 15px;
  }

  .demos-button.button-spacing {
    margin-right: 10px;
  }

  .presentation-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .presentation-category-wrapper {
    margin-bottom: 30px;
  }

  .display-heading-2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .display-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .copy-right-text, ._404-text-wrapper {
    font-size: 12px;
  }

  ._404-title {
    font-size: 36px;
  }

  ._404-button {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .password-fixed {
    flex-direction: column;
  }

  .password-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 35px;
  }

  .protected-field {
    height: 40px;
    margin-bottom: 10px;
  }

  .submit {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-maine {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-open-link {
    font-size: 13px;
  }

  .invoice-table-grid, .tables-grids {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .amount-wrapper {
    text-align: left;
    padding-right: 0;
  }

  .subtotal-wrapper {
    text-align: left;
    display: inline;
  }

  .invoice-button {
    margin-top: 50px;
  }

  .lock {
    width: 95px;
  }

  .text-block {
    font-size: 11px;
  }

  .singel-wrapper-info {
    grid-template-columns: 1fr;
  }

  .search-mobile-icon {
    display: block;
  }

  .preview-logo.w--current {
    width: 120px;
    margin-bottom: 10px;
  }

  .mobile-toggle {
    margin-top: 3px;
  }

  .icon-toggle {
    width: 20px;
  }

  .changelog-wrapper {
    line-height: 24px;
  }

  .changelog-v1 {
    margin-bottom: 10px;
  }

  .icon-image {
    margin-right: 10px;
  }

  .transection-name-header {
    font-weight: 400;
  }
}

#w-node-b66b84f1-c259-6727-c6d4-bf822193dc24-8236116d, #w-node-_35534621-8316-25c5-a570-068f7c3a43ee-8236116d, #w-node-_53d8120d-66dd-296d-609d-a2742f289226-8236116d, #w-node-_53d8120d-66dd-296d-609d-a2742f289227-8236116d, #w-node-b558534d-9445-d6b6-e78b-9bcc41932d1a-8236116d, #w-node-b558534d-9445-d6b6-e78b-9bcc41932d1b-8236116d, #w-node-e2265026-0651-42e4-ffa9-4c2702e1f032-8236116d, #w-node-e2265026-0651-42e4-ffa9-4c2702e1f033-8236116d, #w-node-_11abd0f3-724d-6219-0502-6c6bf648100b-8236116d, #w-node-_11abd0f3-724d-6219-0502-6c6bf648100c-8236116d, #w-node-_2cbc483a-ebd2-45af-ec99-50c58f3f9cb7-8236116d, #w-node-_2cbc483a-ebd2-45af-ec99-50c58f3f9cb8-8236116d, #w-node-d279af44-5ae8-45c0-94a1-b5784e06b842-8236116d, #w-node-d279af44-5ae8-45c0-94a1-b5784e06b843-8236116d, #w-node-fbc136c8-6c9b-af76-aeee-abf7745fcf61-8236116d, #w-node-fbc136c8-6c9b-af76-aeee-abf7745fcf62-8236116d, #w-node-_2e47ebe2-e073-37da-1082-419f72688de3-8236116d, #w-node-_2e47ebe2-e073-37da-1082-419f72688de4-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703301e-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703301f-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033023-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033024-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033028-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033029-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703302d-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a703302e-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033032-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033033-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033037-8236116d, #w-node-_6a955aea-cb17-bb8a-8983-f2a4a7033038-8236116d, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8b5-8236116d, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8b6-8236116d, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8ba-8236116d, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8bb-8236116d, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8bf-8236116d, #w-node-_7e9e3334-5213-df0b-3773-ed56cc3fe8c0-8236116d, #w-node-aab7e82d-1281-733a-bfec-59cb0afb0353-8236116d, #w-node-aab7e82d-1281-733a-bfec-59cb0afb0354-8236116d, #w-node-_95aa03dc-f742-855e-12fa-6366ff31dde8-8236116d, #w-node-_95aa03dc-f742-855e-12fa-6366ff31dde9-8236116d, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534790-8236116d, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534791-8236116d, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534795-8236116d, #w-node-_9e832e89-302f-baa3-b5bd-d8794f534796-8236116d, #w-node-_9e832e89-302f-baa3-b5bd-d8794f53479a-8236116d, #w-node-_9e832e89-302f-baa3-b5bd-d8794f53479b-8236116d, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da1-8236116d, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da2-8236116d, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da6-8236116d, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35da7-8236116d, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35dab-8236116d, #w-node-_1b8fca49-e78a-b097-ef4e-861199b35dac-8236116d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_002094b6-fb89-d293-c31c-41381028125f-de36117f, #w-node-_2f7e5958-6b1f-7562-5b3b-3532769189a3-de36117f, #w-node-_760fe640-444c-f671-8862-ab03c7cd1bff-de36117f, #w-node-_900ce11b-8a77-d545-a192-8a36a9d76a7b-de36117f, #w-node-_2969db42-a27d-8911-6e2e-40c689c93b06-de36117f, #w-node-_4861642c-068e-cbfa-66cc-1c5d922d0e0c-de36117f, #w-node-_9cbf55ca-751c-00ff-cece-9b399f251497-de36117f {
  justify-self: start;
}

#w-node-_210e3731-eeaa-a2b3-62f5-34e9ae41dc6f-0d361180 {
  align-self: center;
  justify-self: center;
}

#w-node-c7fb4329-71d2-972d-c517-aeb0e88b6792-b4361186, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b6798-b4361186, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b67a0-b4361186, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b67ad-b4361186, #w-node-c7fb4329-71d2-972d-c517-aeb0e88b67ba-b4361186, #w-node-_846b8370-6251-1d97-be02-8672a6c0f2c6-cb361188, #w-node-_496298ce-959d-554c-15ff-4470c5d917a8-cb361188, #w-node-_272c9df8-6457-0776-186f-47c035d4f40a-6436118a, #w-node-e642033f-2143-d3a7-b344-52269c7dedd1-6436118a, #w-node-_94b2a60b-25a2-23f1-d729-9c73f4169ebf-6436118a, #w-node-d6eef9a2-7bbf-8da1-8fd7-eac4735abc1c-6436118a, #w-node-_091ab496-fc32-2a10-f88d-83e8542e6e6a-6436118a, #w-node-_130e2fba-da52-d92e-4a10-5e6775dd6e2c-6436118a, #w-node-_4d4f83cd-c52e-9fe4-3793-f6de28529ed1-6436118a, #w-node-c262c082-1d2d-f6ad-da5e-068f51cc0ef9-6436118a, #w-node-d58ca9f7-5847-d2b0-b4f7-a713e78e5dbe-6436118a, #w-node-_8a9134ee-658d-9afe-84f3-bdf140007ea2-6436118a, #w-node-_9b7f667f-7e0b-1c98-7478-f489edd6df41-6436118a, #w-node-_9043975b-df53-fd9e-d9b6-12edff2261b1-6436118a, #w-node-b63dfeb3-cc85-c510-3cc2-f27b91a2d129-6436118a, #w-node-af7275eb-f9f5-e2fc-ad04-9e95336c2829-6436118a, #w-node-_954dc8af-8eeb-9a3d-7bfa-6ad0dcea956f-6436118a, #w-node-e6405360-0c76-21b4-80ed-0dbba7fff2d3-6436118a, #w-node-_91a19497-9904-ef1e-3131-65efcafbbcf5-6436118a, #w-node-d710a202-9b3c-a940-803b-f0a9083d5f35-6436118a, #w-node-e812d421-6cc1-c779-1e50-adfac7790904-6436118a, #w-node-_41406f44-bd4b-b2de-cc33-2218fe375ca5-6436118a, #w-node-f0d43100-e66b-dd70-90eb-b6872ec475a9-6436118a, #w-node-_9731e3b2-66fe-d84d-1b55-e3e26dbdef78-6436118a, #w-node-_854e7644-3a1a-6489-5aea-d5bfdbc5c8ac-6436118a, #w-node-_0d53dd3f-c454-e8fd-4cfe-176c6cad355f-6436118a, #w-node-_067bcf47-52c2-4a3c-3dab-abfa34d56fbd-6436118a, #w-node-c8984299-9a60-9e91-6c52-d0ddee6f9ce0-6436118a, #w-node-_727884c0-5f4a-a18b-13c4-6ff84fa2f282-6436118a, #w-node-_3a83c725-476f-55eb-9f0a-5a20ef64525f-6436118a, #w-node-_6344a3a7-fc65-72c9-cf05-f0208bd51271-6436118a, #w-node-_049e862f-2877-6d91-ab48-fcc6fb11b9bd-6436118a, #w-node-_777c965e-e1dd-f7a8-3542-a4e50d279b43-6436118a, #w-node-_87d851a3-a338-2b2e-0101-5e38cb0ef14a-6436118a, #w-node-_643de769-9e1a-9098-51b9-ebdc71bbae13-6436118a, #w-node-_26315a84-9cb1-fd34-99d4-e88363667ac1-6436118a, #w-node-dd13b5b0-5053-ac0d-8a8d-6034b3c12d43-6436118a, #w-node-_09a2406b-204b-373f-aa99-70449c8ede4c-6436118a, #w-node-_40fe49c9-33c6-48b6-4a8d-f1c84d1f7755-5236118b, #w-node-_3ea2e8fb-1500-df94-d5d7-126137ccec45-5236118b, #w-node-_66e7c842-12dc-7fd5-c2c5-2b66a6f9c686-0636118c, #w-node-ec054945-623b-28b5-1492-522208d389e1-0636118c, #w-node-_2864db1d-752e-afdb-bfcc-20ae58fcf388-7f36118d, #w-node-e88ed693-df57-92c0-651d-cffab24b3838-7f36118d, #w-node-e9229253-d3a9-18b5-67e8-7ebd3623845e-7f36118d, #w-node-f5b233bd-925f-027a-3fdb-b26021b976fb-7f36118d, #w-node-_216bbb0b-edff-f59c-c482-4e89d6c67a36-7f36118d, #w-node-dc16155d-12aa-bf6f-0b89-d6fa2d5ae4fa-7f36118d, #w-node-_9ff37460-769d-9ceb-a67d-846432e01127-7f36118d, #w-node-_79a3aa0f-c320-07e3-1555-5b8686a74739-7f36118d, #w-node-_416de668-ec93-072e-8b33-964f89da5300-7f36118d, #w-node-bfc27423-8b8b-5ec9-c34f-ea310ae89d26-7f36118d, #w-node-_690792eb-fa42-9ff9-0e13-be39dd02be4a-7f36118d, #w-node-_4ec7cc6a-5b43-6572-a79a-f02116428355-7f36118d, #w-node-f74a67ef-b59a-5915-4573-27132f8eba1c-7f36118d, #w-node-f74a67ef-b59a-5915-4573-27132f8eba1e-7f36118d, #w-node-f74a67ef-b59a-5915-4573-27132f8eba20-7f36118d, #w-node-f74a67ef-b59a-5915-4573-27132f8eba22-7f36118d, #w-node-_4c13d71b-63b8-c238-cbb9-ee43fd3b1be1-f336118e, #w-node-_520e1a52-4d35-94de-39ab-7f6e6e537f90-f336118e, #w-node-d4f2e467-2954-735d-30d6-22ae853f9720-f336118e, #w-node-_92088c7c-b81b-7896-3770-60d37a3035ce-f336118e, #w-node-_03f77cea-de45-53e5-47d8-1216af072cf7-f336118e, #w-node-_265af81d-1779-e516-2334-bcb9ef9336b2-f336118e, #w-node-_83e7a33d-fb03-c2c6-dc91-e55bd09d69e7-3e36118f, #w-node-a0e3e2da-bb4b-0a0d-22e1-aad7ef14e01b-3e36118f, #w-node-_48d2ea96-edbc-ee6c-e53b-e1d52bd9d982-3e36118f, #w-node-_68efbf40-e930-8329-98fa-8a228bb56061-3e36118f, #w-node-_2b6d2f3e-f202-ea70-bfb8-43f2c10ad941-3e36118f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f17181f-d27f-488f-9af7-c3a85c1580e1-ee3611a7, #w-node-d9cc85da-a9db-d3e9-b1a1-0ab2bb865628-ee3611a7 {
  justify-self: center;
}

#w-node-_93597387-8aef-af9f-4d17-aa63d593f38d-6e3611b9, #w-node-_8d7ccc55-64f7-ffb7-0ae5-8166d50ffa5e-6e3611b9, #w-node-_1a9cdfa7-2efa-6aa7-cc0c-64579262b942-6e3611b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d9cc85da-a9db-d3e9-b1a1-0ab2bb865628-ee3611a7 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4f17181f-d27f-488f-9af7-c3a85c1580e1-ee3611a7, #w-node-d9cc85da-a9db-d3e9-b1a1-0ab2bb865628-ee3611a7 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a523958e-4022-167e-c56c-a1ec147bf568-de36117f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url("/static/fonts/re/fa-solid-900.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}