@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap");
img {
  max-width: 100%;
}

.btn-grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.btn-grp a:first-child, .btn-grp button:first-child {
  margin-left: 0;
}

.btn-grp a, .btn-grp button {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .btn-grp a, .btn-grp button {
    margin-left: 24px;
    margin-top: 0;
  }
}

.asidebar {
  height: calc(100vh - 45px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .asidebar {
    height: 100%;
  }
}
.asidebar .upper-menu {
  margin: 15px 0px 0px 0px;
  max-height: calc(100vh - 140px);
  overflow: auto;
  height: 100%;
  min-height: 110px;
}
.asidebar ul {
  padding: 0px;
  list-style: none;
  height: calc(100% - 10px);
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .asidebar ul {
    height: auto;
  }
}
.asidebar ul::-webkit-scrollbar {
  width: 0px;
}
.asidebar .li-side-menu {
  position: relative;
  margin-bottom: 5px;
}
.asidebar .li-side-menu:last-child {
  margin-bottom: 0px;
}
.asidebar .li-side-menu:last-child .side-menu-link {
  border-bottom: 0px;
}
.asidebar .li-side-menu.has-submenu .side-menu-link {
  position: relative;
}
.asidebar .li-side-menu.has-submenu .side-menu-link::before {
  content: "";
  width: 12px;
  height: 8px;
  background-image: url("../images/ic_arrow_down.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
}
@media (max-width: 992px) {
  .asidebar .li-side-menu.has-submenu .side-menu-link::before {
    opacity: 0;
  }
}
.asidebar .li-side-menu.has-submenu .side-menu-link.menu-active::before {
  transform: rotate(180deg);
}
.asidebar .ul-submenu {
  padding-left: 48px;
  padding-bottom: 0px;
  list-style: disc;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .asidebar .ul-submenu {
    display: none;
  }
}
.asidebar .ul-submenu .li-submenu {
  margin: 0px;
}
.asidebar .ul-submenu .li-submenu.active {
  color: #0556f3;
}
.asidebar .ul-submenu .link-submenu {
  padding: 5px 0px;
  text-decoration: none;
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
  position: relative;
  width: 100%;
  display: block;
}
.asidebar .ul-submenu .link-submenu.active {
  color: #0556f3;
  font-weight: 600;
}
.asidebar .sidebar-menu-tabs {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 8px 8px 0px rgba(101, 87, 38, 0.05);
  padding: 20px 10px;
  height: auto;
  margin: 0px 5px;
}

.sidebar-toggled .side-menu-link::before {
  opacity: 1 !important;
}
.sidebar-toggled .ul-submenu {
  display: block;
}

.side-menu-link.menu-active {
  color: #f0aa67;
  font-weight: 600;
}

.side-menu-link {
  padding: 5px 12px 5px 0px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: #314155;
  display: flex;
  gap: 12px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
@media (max-width: 992px) {
  .side-menu-link {
    padding: 8px 3px;
  }
}
.side-menu-link .menu-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url("../images/ic_side_menu.svg");
}
.side-menu-link .menu-icon.home {
  background-position: 0px 0px;
}
.side-menu-link .menu-icon.dashboard {
  background-position: -44px 0px;
}
.side-menu-link .menu-icon.projects {
  background-position: -88px 0px;
}
.side-menu-link .menu-icon.tasks {
  background-position: -131px 0px;
}
.side-menu-link .menu-icon.reporting {
  background-position: -176px 0px;
}
.side-menu-link .menu-icon.users {
  background-position: -219px 0px;
}
.side-menu-link .menu-icon.support {
  background-position: -304px 0px;
}
.side-menu-link .menu-icon.settings {
  background-position: -263px 0px;
}
.side-menu-link .menu-icon.product {
  background-position: 275px 0px;
}
.side-menu-link .menu-icon.payouts {
  background-position: 231px 0px;
}
.side-menu-link .menu-icon.taxes {
  background-position: 189px 0px;
}
.side-menu-link .menu-icon.collections {
  background-position: 147px 0px;
}
.side-menu-link .menu-icon.coupons {
  background-position: 107px 0px;
}
.side-menu-link .menu-icon.blogs {
  background-position: 23px 0px;
}
.side-menu-link .menu-icon.general {
  background-position: 356px 0px;
}
.side-menu-link:hover {
  color: #0E1829;
  border-radius: 12px;
  background-color: #F8FAFB;
}
.side-menu-link:hover .menu-icon {
  background-position-y: 25px;
}
.side-menu-link:hover .menu-icon.support {
  background-position-y: 24px;
}
.side-menu-link:hover .menu-icon.settings {
  background-position-y: 24px;
}
.side-menu-link:hover .menu-icon.product {
  background-position-y: 23px;
}
.side-menu-link:hover .menu-icon.payouts {
  background-position-y: 22px;
}
.side-menu-link:hover .menu-icon.taxes {
  background-position-y: 24px;
}
.side-menu-link:hover .menu-icon.collections {
  background-position-y: 24px;
}
.side-menu-link:hover .menu-icon.coupons {
  background-position-y: 22px;
}
.side-menu-link:hover .menu-icon.blogs {
  background-position-y: 24px;
}
.side-menu-link:hover .menu-icon.general {
  background-position-y: 24px;
}
@media (max-width: 992px) {
  .side-menu-link:hover {
    border-radius: 5px;
  }
}
.side-menu-link.active {
  color: #0E1829;
  border-radius: 12px;
  background-color: #F8FAFB;
  font-weight: 500;
}
.side-menu-link.active .menu-icon {
  background-position-y: 25px;
}
.side-menu-link.active .menu-icon.support {
  background-position-y: 24px;
}
.side-menu-link.active .menu-icon.settings {
  background-position-y: 24px;
}
.side-menu-link.active .menu-icon.general {
  background-position-y: 24px;
}
@media (max-width: 992px) {
  .side-menu-link.active {
    border-radius: 5px;
  }
}

.bottom-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.space-card {
  border-radius: 8px;
  background: #F8FAFB;
  padding: 20px 16px;
  margin-top: 24px;
}
.space-card .sapce-card-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.space-card .sapce-card-info h4 {
  color: #0E1829;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.space-card .sapce-card-info p {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

.card-action {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.card-action .dismiss {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.card-action .upgrade {
  color: #f0aa67;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/Inter-ExtraBold.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter-semibold";
  src: url("../fonts/Inter-SemiBold.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
}
a:hover {
  color: #0556f3;
  text-decoration: none;
}

body {
  line-height: 1.2;
  font-weight: normal;
  color: #445568;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1,
.h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  h1,
  .h1 {
    font-size: 61px;
    line-height: 1.13;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 46px;
  }
}

h2,
.h2 {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.24;
}
@media (min-width: 767px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}

h5,
.h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

h6,
.h6 {
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (min-width: 767px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}

p,
.p {
  font-size: 14px;
  line-height: 1.37;
  color: #445568;
}
@media (min-width: 992px) {
  p,
  .p {
    font-size: 14px;
  }
}

p.sm,
.p.sm {
  font-size: 14px;
  line-height: 1.37;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.5;
  color: #445568;
}
@media (min-width: 992px) {
  ul li {
    font-size: 16px;
  }
}

.home-banner .banner-text p {
  margin-bottom: 35px;
}
@media (min-width: 767px) {
  .home-banner .banner-text p {
    margin-bottom: 35px;
  }
}

.ft92 {
  font-size: 92px;
}

.ft40 {
  font-size: 40px;
}

.ft30 {
  font-size: 30px;
}

.ft24 {
  font-size: 24px;
}

.ft20 {
  font-size: 20px;
}

.ft18 {
  font-size: 18px;
}

.ft16 {
  font-size: 16px;
}

.primary-btn {
  background: #005EDB;
  border-radius: 8px;
  height: 44px;
  border: 1px solid #005EDB;
  padding: 10px 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  box-shadow: 0px 1px 2px 0px rgba(14, 24, 41, 0.05);
  cursor: pointer;
}
.primary-btn:hover {
  background: #024ad4;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .primary-btn {
    font-size: 14px;
  }
}

.button-secondary {
  background: #fff;
  border-radius: 4px;
  height: 40px;
  border: 1px solid #206efb;
  padding: 10px 24px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #0556f3;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.button-secondary:hover {
  color: #0556f3;
}

.white-btn {
  padding: 11px 16px 9px;
  border-radius: 8px;
  border: 1px solid #CCD5DF;
  box-shadow: 0px 1px 2px 0px rgba(14, 24, 41, 0.05);
  font-family: "Inter", sans-serif;
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  background: #fff;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.rtl {
  direction: rtl;
}

.d-flex {
  display: flex !important;
}

.fd-col {
  flex-direction: column;
}

.align-center {
  align-items: center;
}

.fd-column {
  flex-direction: column;
}

.justify-center {
  justify-content: center;
}

.justify-evenly {
  justify-content: space-evenly;
}

.align-baseline {
  align-items: baseline;
}

.align-end {
  align-items: flex-end;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100%;
}

.f-height {
  height: 100vh;
}

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

.text-right {
  text-align: right;
}

.align-bottom {
  margin-bottom: 0px;
  margin-top: auto;
}

a {
  text-decoration: none;
  color: #0556f3;
}

button,
a {
  cursor: pointer;
}

.text-uppercase {
  text-transform: uppercase;
}

.success {
  color: #007C43;
}

.blue {
  color: #005EDB;
}

.indigo {
  color: #3538D5;
}

.gap-12 {
  gap: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-30 {
  margin-top: 30px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.col-3 {
  width: 25%;
  display: inline-block;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: 33.33333333%;
  display: inline-block;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .col-4 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
  display: inline-block;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .col-6 {
    width: 100%;
  }
}

.col-8 {
  width: 66.66666667%;
  display: inline-block;
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .col-8 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .col-8 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
  display: inline-block;
  padding: 0px 10px;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.w-25 {
  width: 25%;
}

.w-75 {
  width: 75%;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-80 {
  gap: 80px !important;
}

.d-none {
  display: none;
}

.padding-zero {
  padding: 0px !important;
}

@media (max-width: 1600px) {
  .mw-70 {
    width: 70%;
  }
}

@media (max-width: 1400px) {
  .tb-90 {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .mw-100 {
    width: 100%;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px !important;
}

textarea {
  resize: none;
}

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

.box-shadow {
  box-shadow: 0px 1px 12px rgba(11, 24, 93, 0.08);
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-8 {
  border-radius: 8px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

.justify-end {
  justify-content: end;
}

.loaderView {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-100%);
  transition: all 0.5s;
}
.loaderView.active {
  transform: translateY(0%);
  transition: all 0.5s;
}
.loaderView .circle {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0.5rem;
  border-radius: 50%;
  background: #ffcdb2;
}
.loaderView .circle:before {
  background-image: conic-gradient(#206efb 7%, #eff5ff 0);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: rotate(180deg);
}
.loaderView .circle .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 50%;
}
.loaderView .circle-data {
  position: absolute;
  z-index: 99;
  top: 60px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 37.0176px;
  line-height: 37px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #14182f;
  left: 0;
  right: 0;
}
.loaderView .loading {
  position: absolute;
  z-index: 99;
  bottom: -60px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #414766;
  left: 0;
  right: 0;
}

.container {
  max-width: 1360px;
  width: 80%;
  margin: auto;
}

.fade:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
}

select {
  outline: none;
}

.boday-wrap {
  width: 100%;
  height: 100%;
}

/***** onboarding start ******/
.onboardingForm {
  height: 100vh;
  padding: 10px;
}
.onboardingForm .onboarding-wrap {
  max-width: 400px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 640px) {
  .onboardingForm .onboarding-wrap {
    width: 95%;
  }
}

.site-logo {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 520px) {
  .site-logo {
    margin-bottom: 12px;
  }
}

.boarding-form {
  background: #fff;
  border-radius: 12px;
  padding: 0px 10px;
  max-width: 400px;
  width: 100%;
  overflow: auto;
}

.boarding-heading {
  width: 100%;
}
.boarding-heading .form-title {
  color: #0E1829;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.667%;
  margin-bottom: 12px;
}
@media (max-width: 520px) {
  .boarding-heading .form-title {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.boarding-heading .form-subtitle {
  color: #445568;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 520px) {
  .boarding-heading .form-subtitle {
    font-size: 14px;
  }
}

.form-fields {
  width: 100%;
  margin-top: 32px;
}
@media (max-width: 520px) {
  .form-fields {
    margin-top: 25px;
  }
}

.data-for-search .fields-block {
  margin-bottom: 5px !important;
}

.fields-block {
  position: relative;
  margin-bottom: 20px;
}
.fields-block .focus-label {
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
  margin-bottom: 6px;
  display: block;
}
.fields-block.show .right-icon .icon-eye {
  background-position: 0% 100%;
}
.fields-block .right-icon {
  position: absolute;
  right: 10px;
  top: 38px;
  cursor: pointer;
}
.fields-block .right-icon .icon-eye {
  background-image: url("../images/ic_eye_icon.svg");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}
.fields-block.show .right-icon .icon-eye {
  background-position: 0 100%;
}
.fields-block .error {
  color: #d93d3d;
  position: absolute;
  font-size: 12px;
  bottom: -16px;
  left: 0;
}

.form-control {
  height: 44px;
  border: 1px solid #e9e5d9;
  border-radius: 8px;
  width: 100%;
  padding: 10px 14px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
.form-control:focus {
  border: 1px solid #68675a;
  outline: 3px solid #fffaea;
}
.form-control:disabled {
  background: #eee;
}
.form-control[type=password] {
  padding-right: 40px;
}

.form-footer .fields-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forgot-paswd {
  color: #f0aa67;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}

.backtologin {
  margin-top: 32px;
  text-align: center;
}
.backtologin .ref-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}

.field-info {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  display: block;
  margin-top: 5px;
}

/***** onboarding end ******/
/********* for checkbox start **********/
.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #0E1829;
  line-height: 1.2;
  color: #314155;
  font-style: normal;
  font-weight: 500;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #CCD5DF;
  border-radius: 4px;
  max-height: 16px;
  max-width: 16px;
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container:hover input ~ .checkmark {
  background: #0556f3;
  border: 1px solid #0556f3;
}

.checkbox-container input:checked ~ .checkmark {
  background: #0556f3;
  border: 1px solid #0556f3;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/********* for checkbox end **********/
.main {
  display: flex;
}
.main .sidebar-left {
  width: 250px;
  position: relative;
  transition: all 0.6s;
}
@media (max-width: 992px) {
  .main .sidebar-left {
    width: 50px;
    position: absolute;
    z-index: 1;
  }
}
.main .right-wrap {
  width: calc(100% - 250px);
  transition: all 0.6s;
}
@media (max-width: 992px) {
  .main .right-wrap {
    width: calc(100% - 50px);
    margin-left: 50px;
  }
}
.main::before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
}

@media (max-width: 992px) {
  .LeftSidebar {
    height: 100vh;
  }
}

.sidebar {
  width: 100%;
  border-right: 1px solid #EAECF2;
  color: #0E1829;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 20px 16px 10px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 992px) {
  .sidebar {
    padding: 20px 9px 10px;
  }
}
.sidebar .profileCards {
  margin-top: 10px;
  border-top: 1px solid #EAECF2;
  padding-top: 24px;
}

.toggle {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #0556f3;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 10px;
  z-index: 111;
  cursor: pointer;
  transition: all 0.6s;
}
.toggle span {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 8px;
  transition: all 0.6s;
}
.toggle span:nth-child(2) {
  width: 18px;
  margin-right: 5px;
  top: 15px;
}
.toggle span:last-child {
  top: 22px;
}
@media (min-width: 992px) {
  .toggle {
    display: none;
  }
}

.sidebar-toggled .main::before {
  opacity: 1;
  visibility: visible;
  transition: all 0.6s;
}
.sidebar-toggled .toggle {
  margin-right: 10px;
  overflow: hidden;
}
.sidebar-toggled .toggle span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}
.sidebar-toggled .toggle span:nth-child(2) {
  transform: translateX(30px);
}
.sidebar-toggled .toggle span:nth-child(3) {
  transform: rotate(-50deg) translate(4px, -3px);
}
.sidebar-toggled .sidebar-left {
  width: 312px;
  transition: all 0.6s;
  position: absolute;
  background: #fff;
  z-index: 1;
}
.sidebar-toggled .sidebar-left .sidebar {
  opacity: 1;
}
.sidebar-toggled .right-wrap {
  transition: all 0.6s;
  margin-left: 50px;
}

/***** profile card start ******/
.profileCards {
  display: flex;
  justify-content: space-between;
}
.profileCards .profile-info {
  display: flex;
  gap: 12px;
}

.log-figure {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .log-figure {
    width: 30px;
    height: 30px;
  }
}
.log-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logged-info h5 {
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.logged-info p {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

.logout-btn {
  padding-top: 2px;
  cursor: pointer;
}

/***** profile card end ******/
/* Main content */
.top-header {
  background-color: #f1f2f6;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .sidebar {
    width: 100%;
    height: 100%;
  }
  .main-content {
    padding: 10px;
  }
}
.main-content {
  padding-left: 20px;
  padding-right: 20px;
}

.page-table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 15px;
}
.page-table-header .templates-head {
  color: #0E1829;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 4px;
}
.page-table-header .page-with-breadcrumbs .get-table-data {
  height: calc(100% - 95px);
}
.page-table-header .page-table-inner .page-name-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-table-header .page-table-inner .page-name-title p {
  color: #445568;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.page-table-header .page-table-left {
  display: flex;
  align-items: center;
  gap: 33px;
}
.page-table-header .total-section .total-disc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #CCD5DF;
}
.page-table-header .total-section .total-disc .total-value {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.page-table-header .total-section .total-disc .tb-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.page-table-header .page-table-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/***** breadcrumbs start ******/
.breadcrumbs {
  padding: 20px 10px 10px 20px;
}
.breadcrumbs .breadcrumbs-ul {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs .breadcrumbs-ul li {
  margin: 0px;
  padding: 0px;
}
.breadcrumbs .breadcrumbs-ul li.current-menu {
  border-radius: 6px;
  background: #F8FAFB;
  padding: 4px 8px;
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
}
.breadcrumbs .main-menu .icons {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/ic_side_menu.svg");
  background-position: 0px 0px;
  background-size: 555px;
}
.breadcrumbs .main-menu .icons.management {
  background-position: -39px 0px;
}
.breadcrumbs .main-menu .icons.menu {
  background-position: -39px 0px;
}
.breadcrumbs .main-menu .icons.blog {
  background-position: -117px 0px;
}
.breadcrumbs .main-menu .icons.faq {
  background-position: -157px 0px;
}
.breadcrumbs .main-menu .icons.user {
  background-position: -194px 0px;
}
.breadcrumbs .main-menu .icons.shops {
  background-position: -75px 0px;
}
.breadcrumbs .main-menu .icons.general {
  background-position: -235px 0px;
}
.breadcrumbs .main-menu .icons.product {
  background-position: 246px 0px;
}
.breadcrumbs .main-menu .icons.products {
  background-position: 246px 0px;
}
.breadcrumbs .main-menu .icons.orders {
  background-position: -117px 0px;
}
.breadcrumbs .main-menu .icons.acl {
  background-position: 3px 0px;
}
.breadcrumbs .main-menu .icons.payouts {
  background-position: 207px 0px;
}
.breadcrumbs .main-menu .icons.tax {
  background-position: 170px 0px;
}
.breadcrumbs .main-menu .icons.collections {
  background-position: 132px 0px;
}
.breadcrumbs .main-menu .icons.coupons {
  background-position: 96px 2px;
}
.breadcrumbs .main-menu .icons.blog {
  background-position: 23px 0px;
}
.breadcrumbs .path-title {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}

.text-area {
  height: 100px;
  resize: none;
}

/***** breadcrumbs end ******/
.export-btn {
  border-radius: 8px;
  border: 1px solid #CCD5DF;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(14, 24, 41, 0.05);
  padding: 10px 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.sync .primary-btn {
  height: 40px;
  font-size: 14px;
}
.sync .btn-icon {
  display: flex;
}

.page-content-data {
  height: calc(100vh - 160px);
  overflow: auto;
}
@media (max-width: 520px) {
  .page-content-data {
    height: calc(100vh - 220px);
  }
}

/**** data tabs start ****/
.data-tab {
  margin-bottom: 25px;
}
.data-tab .data-tab-ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #e1dfd7;
  padding-bottom: 9px;
}
.data-tab .data-tab-ul li {
  margin: 0px;
}

.data-tab .data-li-span.active {
  color: #f0aa67;
}

.data-tab .data-li-span {
  color: #647187;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
  cursor: pointer;
  position: relative;
}

.data-tab .data-li-span.active::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: #f0aa67;
  bottom: -13px;
  border-radius: 20px;
}

.content-data-inner {
  padding-bottom: 20px;
  height: 100%;
  overflow: auto;
}
.content-data-inner .data-content-wrap {
  min-height: 300px;
}

/**** data tabs end ****/
/**** search input start ****/
.data-for-search {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.search-field {
  position: relative;
  max-width: 230px;
  width: 100%;
  min-width: 230px;
}
.search-field .input-field {
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #CCD5DF;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(14, 24, 41, 0.05);
  padding: 10px 14px 10px 42px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 1;
  color: #647187;
  width: 100%;
}
.search-field .search-icon {
  position: absolute;
  top: 11px;
  left: 14px;
  display: flex;
}
.search-field.inc-label .search-icon {
  top: 36px;
  left: 12px;
}

/**** search input end ****/
/**** filter and date ****/
.filer-date {
  display: flex;
  gap: 12px;
  align-items: center;
}

.filter-btn {
  padding: 10px 16px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #CCD5DF;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(14, 24, 41, 0.05);
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  height: 40px;
  cursor: pointer;
}

.date-picker {
  min-width: 180px;
}
.date-picker .react-date-picker {
  padding: 5px 15px 5px 15px;
  display: flex;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #CCD5DF;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(14, 24, 41, 0.05);
  color: #314155;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  height: 40px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.date-picker .react-date-picker .react-date-picker__wrapper {
  border-radius: 12px;
  border: 1px solid #e7e7e8;
  background: #fff;
}
.date-picker .react-date-picker .react-date-picker__clear-button {
  display: none;
}
.date-picker .react-date-picker .react-date-picker__calendar-button {
  padding-top: 4px;
  padding-right: 0px;
}
.date-picker .react-date-picker .react-date-picker__inputGroup__input:focus {
  outline: none;
}
.date-picker .react-date-picker .react-date-picker__wrapper {
  border: none;
}
.date-picker .react-date-picker .react-date-picker__inputGroup__input {
  min-width: 10px;
}

.table-wrap {
  overflow: auto;
  border: 1px solid #EAECF2;
  border-radius: 12px;
}
.table-wrap .custom-table {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.table-wrap .custom-table-thead th {
  background: #F8FAFB;
  color: #161615;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 10px 5px;
  text-align: left;
}
.table-wrap .custom-table-thead th.th-profile {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}
.table-wrap .custom-table-thead th.th-status {
  min-width: 130px;
  max-width: 130px;
  width: 130px;
}
.table-wrap .custom-table-thead th.th-role {
  min-width: 170px;
  max-width: 170px;
  width: 170px;
}
.table-wrap .custom-table-thead th.th-email {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}
.table-wrap .custom-table-thead th.th-teams {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.table-wrap .custom-table-thead th.th-action {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
  text-align: center;
}
.table-wrap .custom-table-tbody td {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #EAECF2;
}
.table-wrap .custom-table-tbody tr:last-child td {
  border: none;
}

.modalCstm {
  width: 100%;
}

.ModalInner {
  position: relative;
  padding: 20px;
  height: 100vh;
  max-width: 600px;
  margin: auto;
}
.ModalInner .modelinnerContent {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
}
.ModalInner .CloseBtn {
  position: absolute;
  right: 5px;
  display: flex;
  padding: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  top: 8px;
}
.ModalInner .CloseBtn img {
  width: 20px;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.popupContentBlock {
  padding: 40px;
}

.table-profile-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 5px 0px;
  pointer-events: none;
}
.table-profile-wrap .profile-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.12px;
  color: #101c44;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.table-profile-wrap .profile-designation {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.28px;
  color: #8b8e98;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.profile-pic {
  margin: 0px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}
.profile-pic img {
  width: 40px;
  min-width: 40px;
}

.sp-status {
  padding: 2px 10px 2px 22px;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 4px;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  border-radius: 16px;
  position: relative;
}
.sp-status::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  top: 8px;
}
.sp-status.active {
  background: #e8fef2;
  color: #007C43;
}
.sp-status.active::before {
  background: #007C43;
}
.sp-status.inactive {
  background: #ffe9e9;
  color: #ff0000;
}
.sp-status.inactive::before {
  background: #ff0000;
}

.td-span-tag {
  border-radius: 16px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 8px;
  margin-right: 5px;
}
.td-span-tag.td-span-prpl {
  background: #faf5ff;
  color: #f0aa67;
}
.td-span-tag.td-span-bl {
  background: #EDF8FF;
  color: #005EDB;
}
.td-span-tag.td-span-bl-pr {
  background: #EDF4FF;
  color: #005EDB;
}

.td-span-more {
  background: #F2F4F7;
  padding: 2px 8px;
  border-radius: 16px;
  color: #314155;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.table-action {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 0px;
  justify-content: center;
}
.table-action .action-btn {
  width: 20px;
  height: 20px;
  font-weight: 500;
  background-image: url("../images/action-btns.svg");
  border: transparent;
  background-color: transparent;
  cursor: pointer;
  background-size: 60px;
  display: block;
}
.table-action .action-btn.delete-btn {
  background-position: -58px 0px;
}
.table-action .action-btn.delete-btn:hover {
  background-position: -61px 20px;
}
.table-action .action-btn.edit-btn {
  background-position: -36px -50px;
}
.table-action .action-btn.edit-btn:hover {
  background-position: -39px -81px;
}

.action-link {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 0px;
  justify-content: flex-start;
}
.action-link .action-btn-link {
  width: 20px;
  height: 20px;
  font-weight: 500;
  background-image: url("../images/action-link-btns.svg");
  border: transparent;
  background-color: transparent;
  cursor: pointer;
  background-size: 25px;
  display: block;
  background-position: 23px 23px;
}
.action-link .action-btn-link:hover {
  background-position: 23px 58px;
}
.action-link .attribute-btn-link {
  width: 20px;
  height: 20px;
  font-weight: 500;
  background-image: url("../images/attributes.svg");
  border: transparent;
  background-color: transparent;
  cursor: pointer;
  background-size: 25px;
  display: block;
  background-position: 23px -2px;
}
.action-link .attribute-btn-link:hover {
  background-position: 23px 22px;
}

.modal-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -0.957px;
  color: #0e1829;
  margin-bottom: 10px;
}

.modal-form {
  margin-bottom: 15px;
}
.modal-form .fltr-lable {
  color: #647187;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.71;
  margin-bottom: 8px;
  width: 100%;
  display: block;
}

.modal-footer {
  margin-top: 30px;
  display: block;
}

.cstm-select div.custom-select__control {
  height: 44px;
  border: 1px solid #CCD5DF;
  border-radius: 8px;
  width: 100%;
  padding: 4px 2px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #647187;
  box-shadow: none;
}
.cstm-select div.custom-select__control .custom-select__indicator-separator {
  display: none;
}
.cstm-select .custom-select__option--is-selected,
.cstm-select .custom-select__option--is-selected:active {
  background-color: #68675a;
  cursor: pointer;
  color: #fff;
}
.cstm-select .custom-select__option--is-focused,
.cstm-select .custom-select__option--is-focused:active {
  background-color: #68675a;
  cursor: pointer;
  color: #fff;
}
.cstm-select .custom-select__placeholder {
  color: #647187;
}

.not-found {
  width: 100%;
  border: 1px solid #EAECF2;
  border-radius: 20px;
  padding: 40px 20px;
}
.not-found .notFounderror {
  max-width: 350px;
  margin: auto;
  text-align: center;
}
.not-found .notFounderror h4 {
  color: #0E1829;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.not-found .notFounderror p {
  color: #445568;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.not-found .nf-action {
  margin-top: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found .nf-action .btn {
  height: 38px;
  font-size: 14px;
}

.ct-block-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ct-block-info .ct-block-title {
  color: #0E1829;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
}
.ct-block-info .ct-block-text {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}

.fm-cards-form {
  background: #f9fafb;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.profile-attacth {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 520px) {
  .profile-attacth {
    flex-direction: column;
  }
}
.profile-attacth .attach-profile-figure {
  width: 64px;
  height: 64px;
  border-radius: 50px;
  overflow: hidden;
}
.profile-attacth .attach-profile-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-attacth .attachment {
  width: calc(100% - 84px);
}
@media (max-width: 520px) {
  .profile-attacth .attachment {
    width: 100%;
  }
}

.attachment {
  width: 100%;
}
.attachment .text-label {
  width: 100%;
}
.attachment .juBESy {
  border-radius: 12px;
  border: 1px dashed #EAECF2;
  background: #fff;
  padding: 16px;
  width: 100%;
  display: block;
}
.attachment .juBESy:focus-visible {
  box-shadow: none;
  outline: none;
}
.attachment .FileUploader {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.attachment .jWkLDY {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.28px;
}
.attachment .fileSize {
  color: #000;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.055px;
  margin: 6px 0px 12px;
}
.attachment .fileOption {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.28px;
  margin-bottom: 24px;
}
.attachment .filebtn {
  border-radius: 12px;
  border: 1px solid #000;
  background: #fff;
  padding: 8px 16px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  min-width: 122px;
  max-height: 40px;
}
.attachment .fileStatus {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.28px;
  margin-top: 32px;
}

.clickUpload {
  color: #f0aa67;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  margin-right: 5px;
}

.cards-footer {
  margin-top: 20px;
}

.footer-card-action {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.has-col-saprate {
  position: relative;
}
.has-col-saprate .saprate-title {
  position: absolute;
  top: 27px;
  height: 42px;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0px 13px;
  border-radius: 10px 0px 0px 10px;
  left: 1px;
  border-right: 1px solid #ccd5df;
}
.has-col-saprate.user-name .form-control {
  padding-left: 142px;
}
.has-col-saprate.web-name .form-control {
  padding-left: 80px;
}

.fields-block .cstm-select .custom-select__value-container {
  padding-top: 0;
}

.lable-title {
  color: #0E1829;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}

.invoice-status {
  margin-top: 15px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.invoice-status .status-field {
  width: 33.3333333333%;
}
@media (max-width: 520px) {
  .invoice-status .status-field {
    width: 100%;
  }
}

.act-field {
  margin-top: 8px;
}

.radio-field {
  display: flex;
  gap: 17px;
  align-items: center;
}

.radio-buttons {
  position: relative;
}
.radio-buttons .form-control {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1;
}
.radio-buttons .form-control:checked + .r-label::before {
  border-color: #f0aa67;
  box-shadow: 0px 2px 4px rgba(4, 96, 41, 0.34);
  transition: all 400ms ease;
}
.radio-buttons .form-control:checked + .r-label::after {
  transform: translateY(-50%) scale(1);
  transition: all 400ms ease;
  background: #f0aa67;
}
.radio-buttons .r-label {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 142.857%;
  color: #130304;
  margin-left: 28px;
}
.radio-buttons .r-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #CCD5DF;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: all 400ms ease;
}
.radio-buttons .r-label::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 7px;
  transform: translateY(-50%) scale(0);
  transition: all 400ms ease;
}

.lable-title {
  color: #0E1829;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}

.status-lable {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}

.form-check {
  position: relative;
  padding: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.form-check .f-in {
  min-height: 22px;
}
.form-check .form-check-label {
  position: relative;
  color: #130304;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 150.857%;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.form-check .form-check-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  cursor: pointer;
  margin: 0px;
}
.form-check input[type=checkbox] + .form-check-label {
  padding-left: 30px;
}
.form-check input[type=checkbox] + .form-check-label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 6px;
  background-image: url("../images/theme-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.3s ease;
  border: 1px solid #f0aa67;
}
.form-check input[type=checkbox] + .form-check-label::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #F8FAFB;
  border: 1px solid #CCD5DF;
  border-radius: 6px;
  transform-origin: center;
  transition: all 0.3s ease;
}
.form-check input[type=checkbox]:checked + .form-check-label:after {
  transform: scale(1);
  transform-origin: center;
}

.checkbox-field {
  display: flex;
  gap: 17px;
  align-items: center;
  flex-wrap: wrap;
}

.payment-method {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #EAECF2;
}

.payment-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.payment-header .payment-title {
  color: #445568;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 142.857%;
}
.payment-header .add-payment {
  color: #f0aa67;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  cursor: pointer;
}

.payments-cards {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.payments-cards .pay-card {
  width: calc(33.3333333333% - 14px);
  border: 1px solid #CCD5DF;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
@media (max-width: 520px) {
  .payments-cards .pay-card {
    width: 100%;
  }
}

.cardCheck {
  position: relative;
}
.cardCheck .radio-input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.cardCheck .bank-card {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 5px;
}
.cardCheck input[type=radio] + .bank-card .radio-lable {
  padding-left: 30px;
  height: 30px;
}
.cardCheck input[type=radio] + .bank-card .radio-lable:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 6px;
  background-image: url("../images/theme-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.3s ease;
  border: 1px solid #f0aa67;
}
.cardCheck input[type=radio] + .bank-card .radio-lable::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background-color: #F8FAFB;
  border: 1px solid #CCD5DF;
  border-radius: 6px;
  transform-origin: center;
  transition: all 0.3s ease;
}
.cardCheck input[type=radio]:checked + .bank-card .radio-lable:after {
  transform: scale(1);
  transform-origin: center;
}
.cardCheck .bank-name {
  color: #130304;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.cardCheck .bank-ac {
  color: #130304;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}/*# sourceMappingURL=style.css.map */