@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRounded-Medium.eot");
  src: url("../fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg"), url("../fonts/GothamRounded-Medium.ttf") format("truetype"), url("../fonts/GothamRounded-Medium.woff") format("woff"), url("../fonts/GothamRounded-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg"), url("../fonts/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRoundedBold.eot");
  src: url("../fonts/GothamRoundedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format("svg"), url("../fonts/GothamRounded-Bold.ttf") format("truetype"), url("../fonts/GothamRounded-Bold.woff") format("woff"), url("../fonts/GothamRoundedBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRoundedLight.eot");
  src: url("../fonts/GothamRoundedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Light.svg#GothamRounded-Light") format("svg"), url("../fonts/GothamRounded-Light.ttf") format("truetype"), url("../fonts/GothamRounded-Light.woff") format("woff"), url("../fonts/GothamRoundedLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/SF-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/SF-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/SF-Book.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/SF-Light.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "FFShamelFamily", sans-serif;
  font-weight: 500;
  background: #fff;
}

body {
  overflow-x: hidden;
  font-family: "FFShamelFamily", sans-serif;
  font-weight: 500;
  background: #fff;
  font-size: 13px;
}

button {
  outline: none;
}

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

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

a {
  text-decoration: none !important;
}

label {
  margin-bottom: 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  width: 1170px;
  max-width: 100%;
}

.page-wrap {
  background: url("../images/illustration.svg") no-repeat top left #fff;
  background-size: auto;
  padding: 50px 40px 40px;
  border-radius: 20px;
}

.header {
  display: flex;
  align-items: center;
  margin-bottom: 66px;
}
.header .logo {
  margin-left: 20px;
}

.info-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.info-items .info-item {
  align-items: center;
  padding: 10px 30px;
  border-left: 1px solid #EDEDED;
}
.info-items .info-item:last-child {
  padding-left: 0;
  border-left: 0;
}
.info-items .info-item:first-child {
  padding-right: 0;
}
.info-items .info-item h4 {
  font-size: 13px;
  width: 100%;
  margin-top: 0;
  padding: 0;
  margin-bottom: 9px;
  line-height: 14px;
  color: #8F96A1;
}
.info-items .info-item span {
  display: inline-block;
  width: 100%;
  color: #041637;
  font-family: "Gotham";
}

.report-title {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.report-title .icon {
  width: 65px;
  height: 65px;
  background: #7755E2;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}
.report-title .title {
  color: #7755E2;
}
.report-title h3, .report-title h4 {
  position: relative;
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
}
.report-title h4 {
  margin: 0;
}
.report-title h3:before {
  background: rgba(119, 85, 226, 0.1);
  position: absolute;
  bottom: 0;
  right: -6px;
  width: 76px;
  height: 14px;
  content: "";
}

.nav-tabs {
  border: none !important;
  padding-left: 30px;
}
.nav-tabs .nav-item {
  margin: 0;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}
.nav-tabs .nav-item .nav-link {
  padding: 8px 25px;
  border: none !important;
  border-radius: 50px;
  background: #F5F7F9;
  color: #041637;
  font-size: 13px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.nav-tabs .nav-item .nav-link svg {
  margin-left: 10px;
}
.nav-tabs .nav-item .nav-link svg .hovered, .nav-tabs .nav-item .nav-link svg .gray {
  transition: all 0.3s;
}
.nav-tabs .nav-item .nav-link.active {
  background: #041637 !important;
  color: #ffffff;
}
.nav-tabs .nav-item .nav-link.active .hovered {
  fill: #fff;
}
.nav-tabs .nav-item .nav-link.active .gray {
  fill: #505C73;
}
.nav-tabs .nav-item .nav-link:not(.active):hover {
  background: #7755e2;
  color: #ffffff;
}
.nav-tabs .nav-item .nav-link:not(.active):hover .hovered {
  fill: #fff;
}
.nav-tabs .nav-item .nav-link:not(.active):hover .gray {
  fill: #fff;
}
.nav-tabs .nav-item .nav-link#report-tab:not(.active):hover .hovered {
  fill: #505C73;
}

.text-info-item {
  margin-bottom: 20px;
}
.text-info-item.no-margin {
  margin-bottom: 0;
}
.text-info-item.bg-colored {
  background: #F5F7F9;
  border-radius: 10px;
  padding: 25px 20px;
}
.text-info-item h3 {
  color: #041637;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}
.text-info-item p {
  color: #041637;
  font-size: 13px;
  line-height: 26px;
  margin: 0;
}

.colored-title-item {
  margin-bottom: 20px;
}
.colored-title-item h3 {
  margin-top: 0;
  color: #7755E2;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px 6px 70px;
  border-radius: 5px;
  background: rgba(119, 85, 226, 0.1);
  margin-bottom: 15px;
  display: inline-block;
}
.colored-title-item p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #041637;
  line-height: 30px;
}

.chart-item-content {
  padding: 15px 15px 15px 30px;
  background: #F5F7F9;
  border-radius: 10px;
  margin: 30px 0;
}

.chart-wrap {
  padding: 25px 15px;
  background: #ffffff;
  border-radius: 10px;
  width: 240px;
  display: inline-block;
  vertical-align: top;
}
.chart-wrap .chart-shape {
  width: 210px;
  margin: -50px auto;
  margin-bottom: -20px;
}
.chart-wrap h3 {
  color: #041637;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
}

.text-content {
  display: inline-block;
  width: calc(100% - 245px);
  padding-right: 30px;
  margin-top: 12px;
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  vertical-align: top;
}
.text-content p {
  margin: 0;
}

.chart-label-item {
  margin-bottom: 10px;
  position: relative;
  padding-right: 25px;
  color: #041637;
  font-size: 13px;
}
.chart-label-item b {
  color: #7755E2;
  margin-left: 12px;
  font-weight: 500;
}
.chart-label-item:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #7755E2;
  content: "";
}
.chart-label-item.color2:before {
  background: #F7BA2D;
}
.chart-label-item.color2 b {
  color: #F7BA2D;
}
.chart-label-item.color3:before {
  background: #68DBB8;
}
.chart-label-item.color3 b {
  color: #68DBB8;
}
.chart-label-item.color4:before {
  background: #4BB7FF;
}
.chart-label-item.color4 b {
  color: #4BB7FF;
}
.chart-label-item.color5:before {
  background: #4B69FF;
}
.chart-label-item.color5 b {
  color: #4B69FF;
}
.chart-label-item.color6:before {
  background: #C764FF;
}
.chart-label-item.color6 b {
  color: #C764FF;
}
.chart-label-item.color7:before {
  background: #F72D2D;
}
.chart-label-item.color7 b {
  color: #F72D2D;
}
.chart-label-item.color8:before {
  background: #F78B2D;
}
.chart-label-item.color8 b {
  color: #F78B2D;
}
.chart-label-item:last-child {
  margin: 0;
}

.bg-colored-text-item {
  padding: 20px;
  background: #F5F7F9;
  border-radius: 10px;
  margin-bottom: 6px;
  border: 1px solid rgba(143, 150, 161, 0.2);
}
.bg-colored-text-item.no-padding {
  padding: 0;
  background: none;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}
.bg-colored-text-item h3 {
  display: inline-block;
  padding: 7px 16px 7px 20px;
  color: #7755E2;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  border-radius: 5px;
  background: rgba(119, 85, 226, 0.1);
}
.bg-colored-text-item p {
  display: block;
  margin: 0;
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.download-report-wrap {
  padding: 28px 160px 28px 30px;
  background: url("../images/bg1.svg") no-repeat calc(100% + 3px) -3px #FFF8E9;
  background-size: auto calc(100% + 6px);
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.download-report-wrap.bg2 {
  background: url("../images/bg2.svg") no-repeat calc(100% + 3px) -3px #FFF8E9;
  padding: 28px 220px 28px 30px;
  background-size: auto calc(100% + 6px);
}
.download-report-wrap .text h3 {
  color: #7755E2;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 9px;
}
.download-report-wrap .text h4 {
  margin: 0;
  color: #041637;
  font-weight: 500;
  font-size: 14px;
}
.download-report-wrap .download {
  margin-right: auto;
  flex: 0 0 auto;
  padding: 9px 20px;
  border-radius: 10px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  background: #4EC7A2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.download-report-wrap .download svg {
  margin-right: 20px;
}
.download-report-wrap .download:hover {
  background: #F7BA2D;
}

.colored-list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.colored-list li {
  display: block;
  padding: 8px 15px;
  color: #041637;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  background: #F5F7F9;
  border-radius: 10px;
  border: 1px solid rgba(143, 150, 161, 0.2);
}

blockquote {
  color: #7755E2;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  padding: 6px 18px 6px 0;
}
blockquote:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #7755E2;
  border-radius: 10px;
}

.chart-item-content.radar-chart {
  padding: 15px 15px 25px;
}
.chart-item-content.radar-chart .chart-wrap {
  width: 100%;
  padding: 30px 50px;
  margin-bottom: 20px;
}
.chart-item-content.radar-chart .chart-shape {
  width: 185px;
  margin: 0;
}
.chart-item-content.radar-chart .chart-label-item {
  margin-bottom: 13px;
}
.chart-item-content.radar-chart .chart-label-item:before {
  width: 15px;
  height: 15px;
}

.dashboard-menu-wrap {
  float: right;
  width: 300px;
  background: #fff;
  min-height: 100vh;
}

.dashboard-content {
  width: calc(100% - 300px);
  float: right;
  background: #F5F7F9;
  min-height: 100vh;
  border-radius: 0 40px 40px 0;
}

.dashboard-header {
  padding: 45px 0 0 40px;
}

.dashboard-menu-wrap {
  padding: 30px 0 50px;
  position: relative;
}
.dashboard-menu-wrap .logo {
  margin: 0 44px 50px 0;
  display: inline-block;
}

.dashboard-middle-content {
  margin-top: -40px;
  padding: 0 86px;
}

.toggle-menu {
  position: absolute;
  top: 50px;
  left: -15px;
  background: #7755E2;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  z-index: 1;
}
.toggle-menu svg {
  transition: all 0.3s;
}
.toggle-menu:hover {
  background: #041637;
}

.dashboard-menu-wrap .logo {
  height: 58px;
}

.dashboard-menu {
  padding-left: 40px;
}
.dashboard-menu a {
  position: relative;
  display: flex;
  margin-bottom: 24px;
  padding: 3px 44px 2px 0;
  transition: all 0.3s;
  color: #8F96A1;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
}
.dashboard-menu a:last-child {
  margin-bottom: 0;
}
.dashboard-menu a svg {
  margin-left: 20px;
  width: 20px;
}
.dashboard-menu a .hovered-bg, .dashboard-menu a .hovered {
  transition: all 0.3s;
}
.dashboard-menu a .hovered-bg {
  opacity: 0;
}
.dashboard-menu a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  background: #7755E2;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.3s;
  z-index: -1;
}
.dashboard-menu a:hover, .dashboard-menu a.active {
  color: #041637;
}
.dashboard-menu a:hover:before, .dashboard-menu a.active:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 1;
}
.dashboard-menu a:hover .hovered-bg, .dashboard-menu a.active .hovered-bg {
  opacity: 0.2;
}
.dashboard-menu a:hover .hovered, .dashboard-menu a.active .hovered {
  fill: #041637;
}
.dashboard-menu a.ds-menu-button {
  padding: 0 20px;
  height: 40px;
  margin-right: 44px;
  background: #7755E2;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(119, 85, 226, 0.2);
  color: #ffffff !important;
  font-size: 12px;
}
.dashboard-menu a.ds-menu-button:before {
  display: none;
}
.dashboard-menu a.ds-menu-button svg {
  margin-right: auto;
  margin-left: 0;
  width: auto;
}
.dashboard-menu a.ds-menu-button:hover {
  background: #041637;
}

.dashboard-path-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.dashboard-path h2 {
  color: #041637;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  padding: 0;
  margin-bottom: 10px;
}
.dashboard-path a, .dashboard-path span {
  color: #8F96A1;
  font-size: 13px;
}
.dashboard-path i {
  font-style: normal;
  margin: 0 8px;
  font-size: 13px;
  color: #8F96A1;
}
.dashboard-path a {
  transition: all 0.3s;
}
.dashboard-path a:hover {
  color: #041637;
}

.dashboard-header {
  display: flex;
  align-items: center;
}

.header-left-icons {
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.header-left-icons a {
  transition: all 0.3s;
}
.header-left-icons a svg, .header-left-icons a path {
  transition: all 0.3s;
}
.header-left-icons a:hover path {
  fill: #7755E2;
}
.header-left-icons .lang {
  padding: 8px 20px;
  background: #EBEDF0;
  border-radius: 50px;
  color: #041637;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-left: 30px;
}
.header-left-icons .lang img {
  margin-left: 10px;
}
.header-left-icons .lang:hover {
  background: rgba(119, 85, 226, 0.2);
}
.header-left-icons .card-icon {
  position: relative;
}
.header-left-icons .card-icon .new-ntf {
  position: absolute;
  top: -5px;
  right: -3px;
  background: #FF4141;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid #F5F7F9;
}
.header-left-icons .card-icon .number {
  position: absolute;
  width: 25px;
  height: 20px;
  top: -8px;
  right: -13px;
  background: #7755E2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
}
.header-left-icons .notifications {
  margin-left: 45px;
}
.header-left-icons .cart {
  margin-left: 30px;
}
.header-left-icons .user-profile {
  display: inline-flex;
  align-items: center;
}
.header-left-icons .user-profile path {
  transition: all 0.3s;
}
.header-left-icons .user-profile img {
  border-radius: 16px;
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
.header-left-icons .user-profile:hover path {
  fill: #7755E2;
}

.notifications-sidebar .notf-list {
  height: 362px;
  overflow-y: auto;
}

.dashboard-middle-content {
  float: right;
  width: calc(100% - 470px);
  margin-bottom: 35px;
}

.dashboard-sidebar {
  width: 470px;
  float: left;
  margin-top: 20px;
}

.notifications-sidebar, .checkout-sidebar {
  padding: 40px;
  border-radius: 0 40px 40px 0;
  background: #ffffff;
}

.checkout-sidebar {
  margin-left: 40px;
  border-radius: 20px;
}

.sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 34px;
  color: #041637;
}

.notf-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EBEDF0;
}

.notf-item {
  margin-bottom: 20px;
}
.notf-item:last-child {
  margin: 0;
}
.notf-item a {
  display: flex;
  align-items: center;
}
.notf-item a .icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(119, 85, 226, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
}
.notf-item a .text {
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  transition: all 0.3s;
}
.notf-item a .text span {
  color: #8F96A1;
}
.notf-item a:hover .text {
  color: #7755E2;
}
.notf-item.new .icon svg path {
  fill: #7755E2;
}

.affiliate-wrap {
  border-radius: 20px;
  background: url("../images/affiliate-bg.svg") no-repeat top left #041637;
  padding: 30px 20px 24px;
}
.affiliate-wrap h3 {
  color: #ffffff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.affiliate-wrap p {
  color: #8F96A1;
  font-size: 13px;
  margin-bottom: 15px;
}
.affiliate-wrap .imgs {
  margin-right: auto;
}
.affiliate-wrap .imgs img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #041637;
  position: relative;
}
.affiliate-wrap .imgs img:nth-child(1) {
  z-index: 2;
  margin-left: -10px;
}
.affiliate-wrap .imgs img:nth-child(2) {
  z-index: 1;
  margin-left: -10px;
}

.aff-footer {
  display: flex;
  align-items: center;
}
.aff-footer .aff-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #ffffff !important;
  padding: 0 20px;
  background: #7755E2;
  border-radius: 50px;
  transition: all 0.3s;
  font-size: 12px;
}
.aff-footer .aff-share svg {
  margin-left: 10px;
}
.aff-footer .aff-share path {
  transition: all 0.3s;
}
.aff-footer .aff-share:hover {
  background: #fff;
  color: #041637 !important;
}
.aff-footer .aff-share:hover path {
  fill: #041637;
}

.dashboard-wrap.wide .dashboard-sidebar {
  width: 350px;
  padding-left: 40px;
  margin-top: 33px;
}
.dashboard-wrap.wide .dashboard-middle-content {
  width: calc(100% - 350px);
  padding-left: 40px;
}
.dashboard-wrap.wide .sidebar-title {
  font-size: 16px;
  margin-bottom: 25px;
}

.report-sidebar {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #E2E2E2;
}

.report-item {
  margin-bottom: 22px;
}
.report-item a {
  transition: all 0.3s;
  position: relative;
  color: #041637;
  font-size: 13px;
  font-weight: 500;
}
.report-item a:hover {
  color: #7755E2;
}
.report-item.active a {
  padding-right: 25px;
  color: #7755E2;
}
.report-item.active a:before {
  content: "";
  width: 15px;
  height: 4px;
  background: #7755E2;
  border-radius: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.user-dropdown {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  width: 204px;
  padding: 20px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  margin-top: -8px;
  z-index: -10;
}
.user-dropdown.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 5;
}
.user-dropdown.active path {
  transition: all 0.3s;
}
.user-dropdown a {
  display: flex;
  align-items: center;
  color: #041637;
  font-size: 13px;
  transition: all 0.3s;
  margin-bottom: 18px;
}
.user-dropdown a svg {
  margin-left: 10px;
  width: 18px;
}
.user-dropdown a:last-child {
  margin-bottom: 0;
}
.user-dropdown a.logout {
  color: #8F96A1;
}
.user-dropdown a:hover {
  color: #7755E2;
}
.user-dropdown a:hover path {
  fill: #7755E2;
}

.empty-content-wrap {
  min-height: 170px;
  background: url("../images/empty-bg.svg") no-repeat left top #fff;
  border-radius: 20px;
  padding: 30px 40px;
}
.empty-content-wrap h3 {
  color: #041637;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 14px;
}
.empty-content-wrap p {
  margin-bottom: 18px;
  color: #8F96A1;
  font-size: 12px;
}
.empty-content-wrap .second-btn {
  margin-right: 10px;
}

.radius-btn {
  display: inline-flex;
  height: 40px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 12px;
  transition: all 0.3s;
  outline: none;
  border: none;
}
.radius-btn svg {
  margin-left: 10px;
}
.radius-btn.blue {
  color: #ffffff !important;
  background: #7755E2;
}
.radius-btn.blue:hover {
  background: #041637;
}
.radius-btn.white {
  background: #ffffff;
  border: 1px solid #8F96A1;
  color: #041637;
}
.radius-btn.white:hover {
  background: #041637;
  border-color: #041637;
  color: #ffffff;
}

.table-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
}

.view-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(119, 85, 226, 0.1);
  transition: all 0.3s;
}
.view-row path {
  transition: all 0.3s;
}
.view-row:hover {
  background: #7755E2;
}
.view-row:hover path {
  fill: #fff;
}

.table {
  margin: 0;
}

.table td, .table th {
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #041637;
  vertical-align: middle;
}

.table th {
  color: #8F96A1;
}

.package-item {
  padding: 10px 10px 10px 20px;
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
}
.package-item .img {
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
  margin-left: 20px;
}
.package-item .img img {
  width: 60px;
  height: 60px;
  border-radius: 20px;
}
.package-item h3 {
  color: #041637;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.package-item.disabled h3 {
  color: #8F96A1;
}
.package-item .end-report {
  display: inline-block;
  color: #FF4141;
  font-size: 11px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 50px;
  background: rgba(255, 65, 65, 0.1);
  margin-right: 10px;
}
.package-item .details span {
  display: inline-flex;
  align-items: center;
  color: #8F96A1;
  font-size: 12px;
}
.package-item .details span svg {
  margin-left: 10px;
}
.package-item .details span:first-child {
  margin-left: 30px;
}
.package-item .package-actions {
  margin-right: auto;
  flex: 0 0 auto;
  align-items: center;
  display: inline-flex;
}
.package-item .start-report {
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 10px;
  background: rgba(119, 85, 226, 0.1);
  color: #7755E2;
  transition: all 0.3s;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
}
.package-item .start-report:hover {
  background: #7755E2;
  color: #ffffff;
}
.package-item .toggle-package-action {
  background: rgba(119, 85, 226, 0.1);
  color: #7755E2;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  border-radius: 10px;
  flex: 0 0 auto;
}
.package-item .toggle-package-action path {
  transition: all 0.3s;
}
.package-item .toggle-package-action:hover, .package-item .toggle-package-action.active {
  background: #7755E2;
}
.package-item .toggle-package-action:hover path, .package-item .toggle-package-action.active path {
  fill: #fff;
}
.package-item .drop-list {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dropdown-menu-item {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  background: #ffffff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  margin-top: -8px;
  z-index: -5;
}
.dropdown-menu-item.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.package-dropdown {
  padding: 20px;
  width: 186px;
}
.package-dropdown a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  transition: all 0.3s;
  color: #041637;
  font-size: 13px;
}
.package-dropdown a svg {
  margin-left: 10px;
}
.package-dropdown a path {
  transition: all 0.3s;
}
.package-dropdown a:hover {
  color: #7755E2;
}
.package-dropdown a:hover path {
  fill: #7755E2;
}
.package-dropdown a:last-child {
  margin: 0;
}

.dashboard-path-actions {
  margin-right: auto;
  position: relative;
}
.dashboard-path-actions a {
  padding: 0 20px;
}

.dashboard-path-link {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 0 12px 0 20px;
  transition: all 0.3s;
  background: rgba(143, 150, 161, 0.1);
  color: #041637;
  font-size: 13px;
  margin-right: 10px;
}
.dashboard-path-link svg {
  margin-left: 10px;
  margin-top: 2px;
}
.dashboard-path-link path {
  transition: all 0.3s;
}
.dashboard-path-link:hover {
  background: #7755E2;
  color: #ffffff;
}
.dashboard-path-link:hover path {
  fill: #fff;
}

.package-item.loader {
  background: #EBEDF0;
}
.package-item.loader .img {
  border-radius: 20px;
}
.package-item.loader .action {
  width: 36px;
  height: 36px;
  margin-right: auto;
  border-radius: 10px;
  flex: 0 0 auto;
}
.package-item.loader .title {
  width: 90px;
  height: 10px;
  border-radius: 5px;
  margin-bottom: 16px;
}
.package-item.loader .info--item {
  width: 115px;
  height: 10px;
  border-radius: 5px;
}
.package-item.loader .info--item:first-child {
  margin-left: 25px;
}
.package-item.loader .info {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
.package-item.loader .details-- {
  display: inline-flex;
  align-items: center;
}

.animated-background {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #e8eef1;
  background: linear-gradient(to right, #E2E4E8 8%, #eaecf0 18%, #E2E4E8 33%);
  background-size: 800px 104px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: 468px 0;
  }
  100% {
    background-position: -468px 0;
  }
}
.support-empty {
  padding: 30px 25px 25px;
  background: url("../images/support-bg.svg") no-repeat top right #fff;
  border-radius: 20px;
}
.support-empty h3 {
  color: #041637;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
.support-empty p {
  color: #8F96A1;
  font-size: 13px;
  margin-bottom: 16px;
}
.support-empty a {
  padding: 0 20px;
}
.support-empty a svg {
  margin-left: 10px;
}

.ticket-status {
  display: inline-flex;
  height: 25px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: 50px;
  font-size: 13px;
}
.ticket-status.closed {
  color: #4EC7A2;
  background: rgba(78, 199, 162, 0.1);
}
.ticket-status.open {
  color: #F7BA2D;
  background: rgba(247, 186, 45, 0.1);
}
.ticket-status.inactive {
  color: #FF4141;
  background: rgba(255, 65, 65, 0.1);
}

a.ds-menu-item.logout {
  margin-top: 190px;
}

.notf-list {
  margin-bottom: 200px;
}

.popup-item {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-wrap: wrap;
  overflow-y: auto;
  background: rgba(4, 22, 55, 0.3);
  transition: all 0.5s;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
}
.popup-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.popup-content-wrap {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin: 30px auto;
  width: 400px;
  max-width: 96%;
  margin-top: -40px;
  transition: all 0.3s;
}

.popup-item.active .popup-content-wrap {
  margin-top: 30px;
}

.popup-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #7755E2;
}
.popup-title span {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 500;
}

.popup-subtitle {
  color: #8F96A1;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: -12px;
}

.form-group {
  margin-bottom: 14px;
}
.form-group label {
  font-weight: 500;
  color: #041637;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.form-input {
  border: 1px solid #EBEDF0;
  outline: none !important;
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  height: 45px;
  padding: 0 20px;
  font-weight: 500;
}

textarea.form-input {
  height: 200px;
  padding: 15px 20px;
  resize: none;
}

.form-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.form-buttons.text-center {
  justify-content: center;
}
.form-buttons a, .form-buttons button {
  outline: none;
  border: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0 30px;
  border-radius: 50px;
  height: 45px;
  transition: all 0.3s;
}
.form-buttons .close-popup:not(.submit-popup) {
  color: #041637;
  background: #EBEDF0;
}
.form-buttons .close-popup:not(.submit-popup):hover {
  background: #041637;
  color: #ffffff;
}
.form-buttons .submit-popup {
  margin-right: 10px;
}

.chat-wrapper {
  background: #ffffff;
  border-radius: 20px;
}
.chat-wrapper .chat-header {
  padding: 25px 30px 20px;
  border-bottom: 1px solid #EBEDF0;
  margin-bottom: 20px;
}
.chat-wrapper .chat-header h3 {
  color: #7755E2;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
}
.chat-wrapper .chat-header span {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  padding-right: 18px;
  display: inline-block;
}
.chat-wrapper .chat-header span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  right: 0;
  background: #FF4141;
}
.chat-wrapper .chat-header span.available:before {
  background: #4EC7A2;
}

.chat-content {
  padding: 0 30px 25px;
}

.chat-messages-wrapper {
  height: 500px;
  overflow-y: auto;
}

.chat-msg-item {
  margin-bottom: 20px;
}

.chat-user-text {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.chat-user-text img {
  width: 42px;
  height: 42px;
  border-radius: 17px;
  margin-left: 6px;
  flex: 0 0 auto;
}
.chat-user-text .chat-msg-content {
  position: relative;
  min-width: 100px;
}
.chat-user-text .chat-msg-text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  padding: 15px;
  border-radius: 50px;
  min-height: 42px;
  background: #7755E2;
}
.chat-user-text .chat-date {
  position: absolute;
  left: 0;
  bottom: -20px;
  color: #8F96A1;
  font-size: 11px;
}

.chat-msg-item.left {
  direction: ltr;
}
.chat-msg-item.left img {
  margin-left: 0;
  margin-right: 6px;
}
.chat-msg-item.left .chat-date {
  right: 0;
  left: auto;
}
.chat-msg-item.left .chat-msg-text {
  background: #EBEDF0;
  color: #041637;
}

.chat-input {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.chat-input input {
  color: #041637;
  height: 42px;
  background: #EBEDF0;
  padding: 0 20px;
}
.chat-input input::placeholder {
  color: #8F96A1;
}
.chat-input button {
  height: 42px;
  padding: 0 28px;
  outline: none !important;
  border: none !important;
  flex: 0 0 auto;
  margin-right: 10px;
}

.report--item {
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.report--item .icon {
  background: rgba(247, 186, 45, 0.1);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}
.report--item .icon svg {
  width: 24px;
}
.report--item h3 {
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.report--item > span {
  color: #8F96A1;
  font-size: 13px;
  margin-bottom: 18px;
  width: 100%;
  text-align: center;
}

.report-buttons {
  display: flex;
  align-items: center;
}
.report-buttons a {
  background: #F5F7F9;
  border-radius: 10px;
  height: 30px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #041637;
  font-size: 13px;
  width: 30px;
}
.report-buttons a path {
  transition: all 0.3s;
}
.report-buttons a.view {
  width: 117px;
  margin-left: 10px;
}
.report-buttons a.view svg {
  margin-left: 10px;
}
.report-buttons a:hover {
  color: #ffffff;
  background: #041637;
}
.report-buttons a:hover path {
  fill: #fff;
}

.select-package-wrap {
  margin-bottom: 20px;
}

.select-dropdown-toggle {
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #041637 !important;
  font-size: 13px;
  border-radius: 10px;
  border: 1px solid #EBEDF0;
  min-width: 220px;
}
.select-dropdown-toggle svg {
  margin-right: auto;
}

.package-select {
  position: relative;
}

.iti {
  width: 100%;
}

.package-select .package-dropdown {
  right: 0;
  left: auto;
}

.package-dropdown {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  min-width: 186px;
  background: #ffffff;
  padding: 22px 20px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -5;
  margin-top: -5px;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.package-dropdown.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 9;
}
.package-dropdown a {
  color: #041637;
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.package-dropdown a:last-child {
  margin: 0;
}
.package-dropdown a:hover {
  color: #7755E2;
}

.white-bg-wrap {
  border-radius: 20px;
  background: #ffffff;
}

.c-title {
  padding: 20px 30px;
  border-bottom: 1px solid #EBEDF0;
  margin-top: 0;
  margin-bottom: 20px;
  color: #7755E2;
  font-size: 16px;
  font-weight: 700;
}

.c-content {
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  padding: 0 20px;
}
.c-content p {
  margin-bottom: 20px;
}

.c-footer {
  padding: 10px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #EBEDF0;
}
.c-footer a {
  background: #4EC7A2;
  color: #ffffff;
}
.c-footer a:hover {
  background: #041637;
  color: #ffffff;
}

.blue-hint {
  background: rgba(119, 85, 226, 0.1);
  border: 1px solid rgba(119, 85, 226, 0.2);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #7755E2;
  line-height: 30px;
  display: flex;
}
.blue-hint p {
  margin: 0;
}
.blue-hint svg {
  margin-left: 10px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.white-card-wrap {
  padding: 25px;
  border-radius: 20px;
  background: #ffffff;
}
.white-card-wrap h3 {
  color: #041637;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.white-card-wrap p {
  color: #8F96A1;
  font-size: 12px;
  margin-bottom: 30px;
}

.select-wrap {
  position: relative;
}
.select-wrap svg {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.dashboard-menu a.lang {
  display: none;
}

.form-input.file-input span {
  align-items: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.aff-stats {
  padding: 30px 20px;
  background: #ffffff;
  border-radius: 30px;
  margin-bottom: 20px;
}
.aff-stats .aff-profit {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.aff-stats .aff-profit svg {
  margin-left: 10px;
}
.aff-stats .aff-profit b {
  color: #7755E2;
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
}
.aff-stats .aff-profit span {
  color: #4EC7A2;
  font-size: 13px;
  font-weight: 700;
}
.aff-stats .price-symbol {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 40px;
}

.profit-details-item {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.profit-details-item:last-child {
  margin-bottom: 0;
}
.profit-details-item span {
  margin-left: 25px;
  color: #8F96A1;
  font-size: 13px;
  font-weight: 700;
}
.profit-details-item b {
  color: #041637;
  font-size: 13px;
  font-weight: 700;
}

.table-title {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  background: #fff;
  margin-bottom: -20px;
  border-radius: 20px 20px 0 0;
}
.table-title h3 {
  color: #041637;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.table-title a {
  margin-right: auto;
  height: 32px;
  padding: 0 20px;
}

.aff-table-item {
  margin-bottom: 20px;
}

.aff-page-share {
  padding: 18px 30px 25px 20px;
  margin-bottom: 20px;
  background: url("../images/aff-bg.svg") no-repeat top left #041637;
}
.aff-page-share .title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.aff-page-share .title h3 {
  margin: 0;
}
.aff-page-share input {
  height: 40px;
  border-radius: 50px;
  padding: 0 20px;
  background: #1D2D4B;
  margin-left: 10px;
  width: 210px;
  color: #ffffff;
  outline: none;
  border: none;
}

.error-msg {
  background: rgba(255, 65, 65, 0.1);
  border-radius: 20px;
  padding: 20px;
  color: #FF4141;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.select-currency {
  display: inline-flex;
  align-items: center;
  width: 180px;
  height: 36px;
  padding: 0 13px 0 10px !important;
  color: #041637 !important;
  font-size: 13px;
  font-weight: 500;
  background: #EBEDF0;
  border-radius: 50px;
}
.select-currency svg {
  margin-right: auto;
  margin-top: 2px;
}
.select-currency img {
  margin-left: 9px;
}

.currency-dropdown {
  padding: 20px;
  min-width: 200px;
}
.currency-dropdown a {
  color: #041637;
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0;
}
.currency-dropdown a:last-child {
  margin: 0;
}
.currency-dropdown a img {
  margin-left: 10px;
}

.cart-packge {
  color: #041637;
  transition: all 0.3s;
}
.cart-packge:hover {
  color: #7755E2;
}
.cart-packge img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-left: 10px;
}

.remove-cart {
  background: rgba(255, 65, 65, 0.1);
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-number {
  display: flex;
  align-items: center;
}
.cart-number span {
  width: 30px;
  margin: 0 4px;
  text-align: center;
}
.cart-number .cart-action {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #EBEDF0;
  transition: all 0.3s;
}

.radio-btn-item {
  margin-bottom: 10px;
}
.radio-btn-item input {
  position: absolute;
  z-index: -5;
}
.radio-btn-item label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 20px;
  border: 1px solid #EBEDF0;
  transition: all 0.3s;
  background: transparent;
  padding-right: 60px;
  cursor: pointer;
}
.radio-btn-item label:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #EBEDF0;
  transition: all 0.3s;
}
.radio-btn-item label svg {
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  width: 12px;
}
.radio-btn-item .text {
  flex-wrap: wrap;
}
.radio-btn-item .text b {
  font-size: 13px;
  font-weight: 500;
  color: #041637;
  margin-bottom: 4px;
  display: inline-block;
  width: 100%;
}
.radio-btn-item .text span {
  color: #8F96A1;
  font-size: 11px;
}
.radio-btn-item img {
  margin-right: auto;
  flex: 0 0 auto;
}
.radio-btn-item input:checked + label {
  border-color: #7755E2;
  background: #F5F7F9;
}
.radio-btn-item input:checked + label:before {
  background: #7755E2;
}
.radio-btn-item input:checked + label svg {
  opacity: 1;
}

.form-button-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.green-btn {
  height: 45px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff !important;
  background: #4EC7A2;
  transition: all 0.3s;
  border-radius: 50px;
}
.green-btn svg {
  margin-right: 10px;
}
.green-btn:hover {
  background: #7755E2;
}

.discount-wrap {
  position: relative;
  margin-bottom: 15px;
}
.discount-wrap svg {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.discount-wrap input {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #EBEDF0;
  height: 50px;
  padding: 0 50px 0 130px;
  color: #041637;
}
.discount-wrap input::placeholder {
  color: #8F96A1;
}
.discount-wrap button {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  font-size: 12px;
  padding: 0 20px;
  outline: none;
  border: none;
}

.cart-table {
  margin-bottom: 15px;
}

.checkout-total {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: -5px;
  padding: 30px;
}

.checkout-total-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
.checkout-total-item:last-child {
  margin: 0;
}
.checkout-total-item span {
  color: #8F96A1;
}
.checkout-total-item b {
  font-weight: 500;
  color: #041637;
  margin-right: auto;
}

.dashboard-wrap.register .dashboard-content {
  width: 100%;
  border-radius: 0;
}
.dashboard-wrap.register .dashboard-middle-content {
  width: 100%;
  padding: 0;
  text-align: center;
}
.dashboard-wrap.register .dashboard-middle-content .logo {
  margin: 0 auto 25px;
  display: inline-block;
}

.registration-wrap {
  width: 580px;
  padding: 40px 40px 30px;
  background: #ffffff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 96%;
  text-align: initial;
}

.registration-step h3 {
  color: #041637;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.registration-step h3 a {
  margin-left: 15px;
  background: #EBEDF0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  transition: all 0.3s;
  margin-top: 4px;
}
.registration-step h3 a path {
  transition: all 0.3s;
}
.registration-step h3 a:hover {
  background: #7755E2;
}
.registration-step h3 a:hover path {
  fill: #fff;
}

.form-group .hint {
  display: block;
  color: #8F96A1;
  font-size: 11px;
  margin-top: 6px;
}

.change-image {
  text-align: center;
  margin-bottom: 30px;
}
.change-image .image-holder {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.change-image .image-holder img {
  width: 80px;
  height: 80px;
  border-radius: 34px;
}
.change-image .image-holder .camera {
  position: absolute;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #7755E2;
  border-radius: 100%;
  border: 3px solid #fff;
  top: -5px;
  right: -6px;
  transition: all 0.3s;
}
.change-image .image-holder:hover .camera {
  background: #041637;
}
.change-image label {
  margin: 0;
}
.change-image label span {
  color: #8F96A1;
}

.table-condensed {
  width: 100%;
  height: 200px;
  font-size: 13px;
}

.datepicker-dropdown {
  width: 300px;
  margin-right: 20px;
}

.datepicker td, .datepicker th {
  height: 30px;
  font-weight: 500;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background: #7755E2 !important;
}

.datepicker table tr td .focused {
  background: #7755E2 !important;
  color: #fff !important;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 56px;
  padding-left: 52px;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  width: 60px;
  outline: none !important;
  background: none !important;
  padding: 0;
}

.intl-tel-input .selected-flag .iti-flag {
  left: 20px;
}

.form-group svg.mobile-arrow {
  left: 50px;
  right: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  display: none;
}

.intl-tel-input .country-list .country .dial-code {
  font-size: 12px;
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
  font-size: 12px;
}

.intl-tel-input .country-list .divider {
  display: none;
}

.intl-tel-input .country-list {
  left: 1px;
  width: 390px;
  box-shadow: none;
  white-space: inherit;
  border-color: #ebebeb;
  direction: ltr;
  z-index: 999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: #f7f7f7;
}

.intl-tel-input {
  width: 100%;
}

.iti__selected-flag {
  outline: none !important;
  background: none !important;
}

.iti__country-list {
  font-size: 11px;
  width: 300px;
  right: auto;
  left: 0;
  text-align: right;
}

.iti input, .iti input[type=tel], .iti input[type=text] {
  text-align: left;
  direction: ltr;
  padding-right: 20px;
}

.iti__arrow {
  display: none;
}

.phone-wrap {
  position: relative;
}
.phone-wrap svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.iti__selected-flag {
  padding: 0 6px 0 35px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
  padding-left: 65px;
}

.registration-wrap .select-wrap svg {
  left: 15px;
}

.dashboard-sidebar .support-empty {
  padding: 30px 20px 24px;
  margin-bottom: 20px;
}

.packages-prices-list {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 36px;
}

.registration-wrap.edit-profile {
  width: 100%;
  padding: 40px;
  max-width: 100%;
}

.dashboard-middle-content.change-password .dashboard-path-wrap, .dashboard-middle-content.change-password .dashboard-inner-content {
  width: 360px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

.hint-bar {
  padding: 12px 20px;
  background: #7755E2;
  border-radius: 0 0 20px 20px;
}

.hint-bar-text {
  font-size: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hint-bar-text a {
  font-size: 12px;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px;
  border-radius: 50px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 10px;
}
.hint-bar-text a:hover {
  background: #041637;
}

.table-action-btns {
  display: flex;
  align-items: center;
}
.table-action-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: rgba(119, 85, 226, 0.1);
  transition: all 0.3s;
  margin-right: 10px;
  color: #7755E2;
}
.table-action-btns a.whatsapp {
  background: rgba(143, 150, 161, 0.1);
}
.table-action-btns a:first-child {
  margin-right: 0;
}
.table-action-btns a path {
  transition: all 0.3s;
}
.table-action-btns a:hover {
  background: #7755E2;
  color: #fff;
}
.table-action-btns a:hover path {
  fill: #fff;
}
.table-action-btns .text-link {
  font-size: 12px;
  width: auto;
  padding: 0 10px;
  white-space: nowrap;
}

.add-member-form {
  margin-bottom: 30px;
}

.form-input.file-input {
  position: relative;
  padding-left: 100px;
}

.choose-file {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  width: 85px;
  transition: all 0.3s;
  color: #fff !important;
  border-radius: 50px;
  background: #4EC7A2;
}

.choose-file:hover {
  background: #041637;
}

.popup-text-wrap {
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.popup-content-wrap.before-start {
  width: 460px;
}

body.menu-small .dashboard-menu-wrap {
  width: 94px;
}
body.menu-small .dashboard-menu-wrap .logo {
  margin: 0 30px 50px 0;
}
body.menu-small .dashboard-menu-wrap .logo img {
  width: 34px;
}
body.menu-small .dashboard-menu a {
  padding: 3px 13px 2px 0;
  position: relative;
  justify-content: center;
}
body.menu-small .dashboard-menu {
  padding-left: 0;
}
body.menu-small .dashboard-menu a span {
  position: absolute;
  right: 65px;
  display: inline-block;
  white-space: nowrap;
  background: #EBEDF0;
  padding: 3px 10px 4px;
  border-radius: 5px;
  color: #041637;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: -5;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}
body.menu-small .dashboard-menu a:hover span {
  opacity: 1;
  z-index: 5;
  visibility: visible;
}
body.menu-small .ds-menu-button {
  width: 40px;
  height: 40px;
  justify-content: center;
  padding: 0 !important;
  margin-right: 25px !important;
  border-radius: 100% !important;
}
body.menu-small .ds-menu-button svg {
  margin: 0 !important;
}
body.menu-small .toggle-menu svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}
body.menu-small .dashboard-content {
  width: calc(100% - 96px);
}
body.menu-small .dashboard-middle-content {
  padding: 0 188px;
}
body.menu-small .dashboard-menu .ds-menu-button span {
  right: 55px;
}

.alert-msg {
  position: fixed;
  right: 50%;
  top: 40px;
  transform: translateX(50%);
  min-width: 165px;
  max-width: 300px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 13px 20px 14px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  background: rgba(255, 65, 65, 0.9);
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: -9;
}
.alert-msg.success {
  background: rgba(78, 199, 162, 0.9);
}
.alert-msg.active {
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  z-index: 9;
}

.dashboard-content-wrap.report-page .report-sidebar-mobile {
  display: none;
}

.mobile-notifications {
  position: absolute;
  left: 0;
  top: 100px;
  width: 470px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  border-radius: 0 40px 40px 0;
  background: #fff;
}
.mobile-notifications.active {
  z-index: 55;
  opacity: 1;
  visibility: visible;
}

.card-icon.notifications.active path {
  fill: #7755E2;
}

.mobile-logo {
  display: none;
}

.mobile-menu-toggle, .menu-mobile-header {
  display: none;
}

.packages-prices-list {
  padding: 0 40px;
}

.pkg-details-item {
  display: flex;
}
.pkg-details-item .features {
  width: 280px;
  flex: 0 0 auto;
  padding: 10px 0 !important;
}

.pkg-details-info-item {
  flex: 1;
}

.package-item-header {
  padding: 40px 0 20px;
  position: relative;
}
.package-item-header img {
  margin-bottom: 30px;
}
.package-item-header .pkg-name {
  color: #041637;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.package-item-header .pkg-price {
  color: #041637;
  font-weight: 700;
  font-size: 12px;
}
.package-item-header .pkg-price b {
  font-size: 16px;
}

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

.pkg-button {
  padding: 12px;
  text-align: center;
  width: 100px;
  color: #7755E2;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #7755E2;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.3s;
}
.pkg-button:hover {
  color: #ffffff;
  background: #7755E2;
}

.package-items-title {
  color: #8F96A1;
  font-size: 16px;
  font-weight: 700;
}

.packages-feature-item .pkg-details-info-item {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(4, 22, 55, 0.05);
}

.packages-buttons .pkg-details-info-item {
  padding: 20px;
}

.pkg-feature-title {
  font-size: 13px;
  font-weight: 500;
  color: #041637;
}

.pkg-feature-subtitle {
  font-size: 11px;
  font-weight: 400;
  color: #8F96A1;
  margin-top: 7px;
  line-height: 18px;
}

.ask-consultation {
  color: #4EC7A2;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline !important;
  transition: all 0.3s;
}
.ask-consultation:hover {
  color: #041637;
}

.featured-label {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 16px;
  border-radius: 10px;
  background: #4EC7A2;
  z-index: 1;
  width: 100px;
}

.pkg-details-info-item svg:not(#Component_2_1) {
  width: 12px;
}

.pkg-details-info-item {
  padding-right: 20px;
  padding-left: 20px;
}
.pkg-details-info-item.featured {
  background: #7755E2;
}
.pkg-details-info-item.featured .pkg-name, .pkg-details-info-item.featured .pkg-price, .pkg-details-info-item.featured .ask-consultation {
  color: #ffffff;
}
.pkg-details-info-item.featured .pkg-button {
  border-color: #fff;
  color: #ffffff;
}
.pkg-details-info-item.featured .pkg-button:hover {
  color: #7755E2;
  background: #fff;
}
.pkg-details-info-item.featured path {
  fill: #fff;
}

.package-item-header.featured, .package-item-footer.featured {
  position: relative;
}
.package-item-header.featured:before, .package-item-footer.featured:before {
  content: "";
  position: absolute;
  top: -14px;
  height: 16px;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 1;
  background: #7755E2;
  border-radius: 20px 20px 0 0;
}
.package-item-header.featured.package-item-footer.featured:before, .package-item-footer.featured.package-item-footer.featured:before {
  top: auto;
  bottom: -14px;
  border-radius: 0 0 20px 20px;
}

#add-cart .popup-title {
  font-weight: 500;
  line-height: 30px;
  padding-left: 10px;
}
#add-cart .popup-content-wrap {
  width: 460px;
}

.add-cart-wrap {
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 40px;
  background: #F5F7F9;
  border-radius: 20px;
}
.add-cart-wrap .pkg-name {
  color: #041637;
  font-size: 13px;
}
.add-cart-wrap img {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
}
.add-cart-wrap .cart-number {
  margin: auto;
}
.add-cart-wrap .cart-number .cart-action {
  background: #fff;
}
.add-cart-wrap .cart-number span {
  background: #fff;
  border-radius: 7px;
  width: 34px;
  border: 1px solid #EBEDF0;
}
.add-cart-wrap .price {
  color: #041637;
  font-size: 13px;
}

.quiz-title-wrap {
  margin-top: -10px;
  background: #EBEDF0;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.quiz-title-wrap h3 {
  margin-top: 0;
  color: #041637;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
  width: 100%;
}
.quiz-title-wrap p {
  color: #8F96A1;
  font-size: 12px;
  margin: 0;
}

.quiz-pages {
  margin-right: auto;
  flex: 0 0 auto;
  background: url("../images/quiz-pages-bg.svg") no-repeat center left #fff;
  border-radius: 50px;
  display: flex;
}
.quiz-pages .quiz-page-item {
  width: 50px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: rgba(4, 22, 55, 0.5);
}
.quiz-pages .quiz-page-item:before {
  content: "";
  top: -3px;
  bottom: -3px;
  left: 0;
  border-left: 1px dashed #707070;
  position: absolute;
}
.quiz-pages .quiz-page-item:first-child {
  border-radius: 0 50px 50px 0;
}
.quiz-pages .quiz-page-item:last-child {
  border-radius: 50px 0 0 50px;
}
.quiz-pages .quiz-page-item:last-child:before {
  border: none;
}
.quiz-pages .quiz-page-item.done {
  background: #4EC7A2;
}
.quiz-pages .quiz-page-item.current {
  background: rgba(247, 186, 45, 0.5);
}

.quiz-question-item {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 19px 20px;
  padding-right: 51px;
  position: relative;
}
.quiz-question-item .quiz-header {
  display: flex;
  margin-bottom: 14px;
}
.quiz-question-item .quiz-audio {
  margin-right: auto;
  flex: 0 0 auto;
}
.quiz-question-item .text {
  display: flex;
  flex-wrap: wrap;
}
.quiz-question-item .text i {
  width: 21px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  flex: 0 0 auto;
  margin-left: 10px;
  color: #ffffff;
  background: #7755E2;
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  top: 18px;
}
.quiz-question-item .text h3 {
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
  line-height: 14px;
}
.quiz-question-item .text p {
  color: #8F96A1;
  font-size: 11px;
  font-weight: 400;
  margin: 0;
}

.quiz-choices {
  display: flex;
  align-items: center;
}
.quiz-choices span {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 500;
  margin-left: 5px;
}
.quiz-choices span:last-child {
  margin-left: 0;
  margin-right: 5px;
}

.choices-group {
  display: flex;
  align-items: center;
}
.choices-group .choice-item {
  margin: 0 5px;
}
.choices-group .choice-item input {
  position: absolute;
  z-index: -100;
  opacity: 0;
  visibility: hidden;
}
.choices-group .choice-item label {
  font-size: 13px;
  font-weight: 500;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #EBEDF0;
  transition: all 0.3s;
  color: #8F96A1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.choices-group .choice-item input:checked + label {
  background: #4EC7A2;
  color: #ffffff;
}

.quiz-question-item.done i {
  background: #4EC7A2;
}
.quiz-question-item.selected {
  border: 1px solid #7755E2;
}
.quiz-question-item.error {
  border: 1px solid #FF4141;
}
.quiz-question-item.error i {
  background: #FF4141;
}

span.controls__current-time, .controls__slider.slider {
  display: none;
}

.green-audio-player {
  width: 100px;
  min-width: 0;
  height: 30px;
  box-shadow: none;
  border-radius: 50px;
  background: #F5F7F9;
  padding: 0 10px;
}

span.controls__total-time {
  color: #041637;
  font-size: 11px;
  font-weight: 500;
}

.green-audio-player .controls {
  margin: 0 10px;
}

.green-audio-player .holder .play-pause-btn {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  border-radius: 100%;
  background: #7755E2;
}

.green-audio-player img, .green-audio-player svg {
  display: block;
  width: 7px;
}
.green-audio-player img path, .green-audio-player svg path {
  fill: #fff;
}

.volume__button svg {
  width: 15px;
}
.volume__button svg path {
  fill: #041637;
}

.quiz-buttons {
  text-align: left;
  margin-top: 20px;
}

.note-list {
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}
.note-list p {
  margin: 0;
}

.quiz-choices.full-width .choices-group {
  display: block;
}
.quiz-choices.full-width .choice-item {
  margin: 0;
  margin-bottom: 12px;
}
.quiz-choices.full-width .choice-item:last-child {
  margin: 0;
}
.quiz-choices.full-width label {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  background: none !important;
  padding-right: 34px;
  color: #041637;
  border-radius: 0;
}
.quiz-choices.full-width label span {
  color: #041637;
  font-size: 13px;
  display: block;
}
.quiz-choices.full-width label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #EBEDF0;
  transition: all 0.3s;
}
.quiz-choices.full-width label svg {
  right: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.quiz-choices.full-width input:checked + label svg {
  opacity: 1;
  visibility: visible;
}
.quiz-choices.full-width input:checked + label:before {
  background: #4EC7A2;
}
.quiz-choices.images .choices-group {
  display: block;
}
.quiz-choices.images .choice-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.quiz-choices.images .choice-item:last-child {
  margin: 0;
}
.quiz-choices.images label {
  width: auto;
  height: auto;
  position: relative;
  display: inline-block;
  background: none !important;
  overflow: hidden;
  border-radius: 0;
}
.quiz-choices.images label.radius {
  border-radius: 10px;
}
.quiz-choices.images label.radius img {
  border-radius: 10px;
}
.quiz-choices.images label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(78, 199, 162, 0.7);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.quiz-choices.images label svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  width: 16px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.quiz-choices input:checked + label:before, .quiz-choices input:checked + label svg {
  opacity: 1;
  visibility: visible;
}

.quiz-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.quiz-buttons .back {
  background: #8F96A1;
  margin-left: 10px;
}
.quiz-buttons .back svg {
  margin-left: 10px;
  margin-right: 0;
  transform: rotate(180deg);
}
.quiz-buttons .back:hover {
  background: #041637;
}

.faq-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.faq-item {
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid #E2E2E2;
  margin-bottom: 14px;
  transition: all 0.3s;
  overflow: hidden;
}
.faq-item .title {
  display: flex;
  align-items: center;
  padding-right: 22px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.faq-item .title h3 {
  color: #041637;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s;
  font-weight: 500;
}
.faq-item svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.faq-item svg.minus {
  opacity: 0;
  visibility: hidden;
}
.faq-item .content {
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.3s;
  height: 0;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
}
.faq-item.active {
  background: #FFFFFF;
}
.faq-item.active .content {
  height: auto;
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
}
.faq-item.active .plus {
  opacity: 0;
  visibility: hidden;
}
.faq-item.active .minus {
  opacity: 1;
  visibility: visible;
}
.faq-item.active h3 {
  color: #7755E2;
}

/*  Website Style  */
body.header-bg {
  background: url("../images/home-bg.svg") no-repeat top right;
  background-size: 53.5% auto;
}

header {
  padding: 30px 0 35px;
}

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

.website-nav {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
.website-nav h3 {
  color: #7755E2;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.website-nav a {
  padding: 4px 5px;
  margin: 0 10px;
  color: #041637;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
}
.website-nav a:hover, .website-nav a.active {
  color: #7755E2;
}

.header-left {
  display: inline-flex;
  align-items: center;
}
.header-left a {
  color: #7755E2;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
}
.header-left a.login {
  margin-left: 30px;
}
.header-left a.login:hover {
  color: #041637;
}

.bordered-button {
  border: 1px solid #7755E2;
  color: #7755E2;
  padding: 12px 15px;
  border-radius: 10px;
  transition: all 0.3s;
  outline: none;
}
.bordered-button:hover {
  background: #7755E2;
  color: #ffffff;
}

.home-img {
  position: relative;
}
.home-img img {
  max-width: 100%;
}
.home-img .home-img-label {
  color: #041637;
  font-size: 13px;
  font-weight: 700;
  background: #fff;
  padding: 16px 20px;
  border-radius: 7px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: absolute;
  right: -10px;
  bottom: 29%;
  z-index: 1;
}
.home-img .home-img-label.l2 {
  left: 0;
  right: auto;
  bottom: 13%;
}

.home-section {
  margin-bottom: 100px;
}

.home-text {
  padding-left: 110px;
}
.home-text span {
  color: #8F96A1;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.home-text h1 {
  color: #041637;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 35px;
  margin-top: 0;
}
.home-text p {
  color: #041637;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 30px;
}
.home-text .logos {
  display: flex;
  align-items: center;
}
.home-text .logos img {
  margin-left: 25px;
  filter: grayscale(100%);
}
.home-text .logos img:last-child {
  margin-left: 0;
}

.try-form {
  width: 400px;
  max-width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.try-form input {
  width: calc(100% - 110px);
  height: 50px;
  background: #EBEDF0;
  font-size: 14px;
  font-weight: 500;
  color: #041637;
  border-radius: 50px;
}
.try-form input::placeholder {
  color: #8F96A1;
}
.try-form button {
  position: absolute;
  height: 50px;
  width: 154px;
  left: 0;
  top: 0;
  outline: none !important;
  border: none;
  font-size: 14px;
  font-weight: 500;
}

.section-title {
  margin-bottom: 40px;
}
.section-title h1 {
  color: #041637;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 16px;
}
.section-title p {
  color: #041637;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.feature-item {
  margin-bottom: 30px;
}
.feature-item .title {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.feature-item .title .icon {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #041637;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
}
.feature-item .title h3 {
  color: #7755E2;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.feature-item .content {
  font-size: 13px;
  font-weight: 500;
  color: #8F96A1;
  line-height: 30px;
}

.view-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 30px;
  border-radius: 50px;
  background: #EBEDF0;
  transition: all 0.3s;
  color: #041637;
  font-size: 15px;
  font-weight: 500;
}
.view-more-btn path {
  transition: all 0.3s;
}
.view-more-btn svg {
  margin-right: 10px;
}
.view-more-btn:hover {
  background: #041637;
  color: #ffffff;
}
.view-more-btn:hover path {
  fill: #fff;
}

.about-section {
  background: url("../images/about-bg.svg") no-repeat left center;
  background-size: auto;
  margin-bottom: 60px;
}

.about-text {
  padding-right: 20px;
}
.about-text .section-title {
  margin-bottom: 50px;
}

.about-img img {
  max-width: 100%;
}

.who-need-section {
  margin-bottom: 60px;
}

.text-icon-item {
  margin-bottom: 30px;
}
.text-icon-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 34px;
  background: rgba(119, 85, 226, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.text-icon-item h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #041637;
  font-size: 13px;
  font-weight: 700;
}
.text-icon-item p {
  color: #8F96A1;
  font-size: 11px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

.call-action-wrap {
  padding: 45px;
  background: #F5F7F9;
  border-radius: 20px;
  text-align: center;
}
.call-action-wrap .section-title {
  margin-bottom: 30px;
}
.call-action-wrap .text {
  width: 670px;
  max-width: 100%;
  margin: 0 auto 30px;
  color: #8F96A1;
  line-height: 30px;
  font-size: 13px;
}

.try-now-btn, .shadow-btn {
  height: 50px;
  width: 164px;
  border-radius: 50px;
  box-shadow: 0 10px 15px rgba(119, 85, 226, 0.3);
  font-size: 15px;
  font-weight: 700;
}
.try-now-btn:hover, .shadow-btn:hover {
  box-shadow: 0 10px 15px rgba(4, 22, 55, 0.3);
}

.call-action {
  margin-bottom: 70px;
}

.news-item {
  margin-bottom: 30px;
}
.news-item .news-img {
  display: block;
  position: relative;
  height: 250px;
  border-radius: 20px;
  overflow-y: hidden;
  margin-bottom: 20px;
}
.news-item .news-img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.news-item .news-title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
.news-item .news-title a {
  transition: all 0.3s;
  color: #041637;
  display: block;
}
.news-item .news-title a:hover {
  color: #7755E2;
}

.why-img img {
  max-width: 100%;
}

.why-mtm-section {
  margin-bottom: 60px;
}
.why-mtm-section .section-title {
  margin-bottom: 60px;
}
.why-mtm-section .section-title h1 {
  color: #7755E2;
}
.why-mtm-section .section-title p {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.why-text-item {
  margin-bottom: 45px;
}
.why-text-item h3 {
  color: #041637;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 20px;
}
.why-text-item p {
  color: #8F96A1;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}

.mtm-leaders-section {
  margin-bottom: 100px;
}

.mtm-leaders-wrap {
  background: url("../images/tstm-bg.svg") no-repeat right 150px #F1EDFC;
  border-radius: 30px;
  background-size: 100%;
  padding: 40px;
}
.mtm-leaders-wrap .section-title h1 {
  color: #7755E2;
}

.leaders-slider {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

.leader-item {
  text-align: center;
}
.leader-item img {
  width: 80px !important;
  height: 80px;
  display: inline-block !important;
  border-radius: 34px;
  margin-bottom: 20px;
}
.leader-item h3 {
  color: #041637;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.leader-item span {
  font-weight: 400;
  color: #041637;
  font-size: 13px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7755E2;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #7755E2;
  width: 14px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 5px;
  margin: 0 3px;
  border-radius: 5px;
  background: #8F96A1;
  display: block;
  transition: all 0.3s;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.tstm-section {
  margin-bottom: 13px;
  padding-bottom: 120px;
  background: url("../images/tstm-bg.svg") no-repeat bottom center;
}
.tstm-section .section-title {
  margin-bottom: 80px;
}
.tstm-section .section-title p {
  color: #8F96A1;
  font-weight: 700;
  font-size: 13px;
}

.tstm-slider-wrap {
  position: relative;
}
.tstm-slider-wrap .tstm-bg {
  position: absolute;
  bottom: 45px;
  right: 50px;
}
.tstm-slider-wrap .tstm-bg2 {
  left: 70px;
  right: auto;
  bottom: 130px;
}

.tstm-slider {
  width: 670px;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 30px 40px rgba(119, 85, 226, 0.07);
  padding: 60px 50px 70px;
  text-align: center;
}

.tstm-item h3 {
  color: #7755E2;
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}
.tstm-item span {
  font-weight: 400;
  color: #041637;
  font-size: 12px;
  display: block;
  margin-bottom: 40px;
}
.tstm-item p {
  color: #041637;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}

.testim-dots {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  height: 80px;
}
.testim-dots .testim-dot {
  margin: 0 15px;
}
.testim-dots .testim-dot img {
  width: 50px;
  height: 50px;
  border-radius: 22px;
  opacity: 0.7;
  filter: grayscale(100%);
  transition: all 0.3s;
  box-shadow: 0 10px 20px transparent;
}
.testim-dots .testim-dot.active img {
  width: 80px;
  height: 80px;
  box-shadow: 0 10px 20px rgba(119, 85, 226, 0.2);
  filter: grayscale(0);
  border-radius: 34px;
}

footer {
  margin-top: 100px;
  padding-bottom: 55px;
  background: url("../images/footer-bg.svg") no-repeat bottom right;
}

.footer-about {
  margin-bottom: 30px;
}
.footer-about img {
  margin-bottom: 25px;
}
.footer-about p {
  color: #8F96A1;
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}

.footer-menu {
  margin-bottom: 30px;
}
.footer-menu h3 {
  color: #041637;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 32px;
}
.footer-menu a {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
  display: block;
  margin-bottom: 13px;
}
.footer-menu a:last-child {
  margin: 0;
}
.footer-menu a:hover {
  color: #7755E2;
}

.footer-bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.copyrights {
  font-size: 13px;
  color: #7755E2;
}

.payment-methods {
  margin: 0 auto;
}

.social-media {
  display: inline-flex;
  align-items: center;
}
.social-media a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  background: #F1EDFC;
  transition: all 0.3s;
}
.social-media a:last-child {
  margin: 0;
}
.social-media a path {
  transition: all 0.3s;
}
.social-media a:hover {
  background: #7755E2;
}
.social-media a:hover path {
  fill: #fff;
}

.website-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid #EBEDF0;
  border-radius: 10px;
  transition: all 0.3s;
  color: #041637 !important;
  font-size: 13px;
  font-weight: 500;
  margin-right: 20px;
}
.website-lang img {
  margin-left: 10px;
}
.website-lang:hover {
  color: #7755E2 !important;
}

.try-now-wrap {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.try-now-wrap h3 {
  font-size: 16px;
  font-weight: 700;
  color: #7755E2;
  margin: 0;
}
.try-now-wrap a {
  height: 50px;
  padding: 0 30px;
  border-radius: 50px;
  margin-right: 20px;
  font-size: 14px;
}

.page-crumb {
  margin-bottom: 30px;
}
.page-crumb h3 {
  color: #041637;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  line-height: 26px;
  margin-bottom: 10px;
}
.page-crumb i, .page-crumb a, .page-crumb span {
  font-style: normal;
  color: #8F96A1;
  font-size: 14px;
}
.page-crumb i {
  margin: 0 15px;
}
.page-crumb a {
  transition: all 0.3s;
}
.page-crumb a:hover {
  color: #7755E2;
}

.contact-form {
  width: 370px;
  max-width: 100%;
}
.contact-form input, .contact-form textarea {
  border: none;
  border-radius: 20px;
  background: #F5F7F9;
}
.contact-form textarea {
  height: 150px;
}
.contact-form .form-submit {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form button {
  width: 160px;
  font-size: 15px;
  font-weight: 700;
}

.contact-img img {
  max-width: 100%;
}

.big-new-item {
  margin-bottom: 50px;
}
.big-new-item .col-md-7 {
  padding-left: 0;
}
.big-new-item .col-md-5 {
  padding-right: 0;
}
.big-new-item .news-img {
  height: 420px;
  border-radius: 0 20px 20px 0;
}
.big-new-item .news-img img {
  border-radius: 0 20px 20px 0;
}
.big-new-item .news-big-info {
  height: 420px;
  background: #F5F7F9;
  border-radius: 20px 0 0 20px;
  padding: 60px 50px 60px 20px;
}
.big-new-item .news-big-info .news-date {
  display: flex;
  align-items: center;
  color: #8F96A1;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 20px;
}
.big-new-item .news-big-info .news-date svg {
  margin-left: 10px;
}
.big-new-item .news-big-info .news-title {
  display: block;
  width: 100%;
  color: #041637;
  font-size: 24px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.big-new-item .news-big-info .news-title:hover {
  color: #7755E2;
}
.big-new-item .news-big-info .news-content {
  margin: 0;
  color: #8F96A1;
  font-size: 13px;
  line-height: 30px;
}

.news-loader .img {
  height: 250px;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 32px;
}
.news-loader .title1, .news-loader .title2 {
  height: 10px;
  border-radius: 5px;
  margin-bottom: 17px;
  width: 85%;
}
.news-loader .title1.title2, .news-loader .title2.title2 {
  width: 40%;
}

.news-details-section {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.news-details-section:before {
  content: "";
  background: #F5F7F9;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 180px;
  z-index: 0;
}
.news-details-section .container {
  position: relative;
  z-index: 1;
}
.news-details-section .news-date {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  font-size: 12px;
}
.news-details-section .news-date svg {
  margin-left: 10px;
}
.news-details-section .page-crumb {
  margin-bottom: 28px;
}
.news-details-section .page-crumb h3 {
  line-height: 35px;
}

.page-crumb-path {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-news-img {
  margin-bottom: 50px;
}
.inner-news-img img {
  width: 100%;
  border-radius: 20px;
}

.blog-share {
  width: 40px;
}

.desktop-blog-share {
  margin-right: 50px;
  text-align: center;
}

.blog-share span {
  color: #8F96A1;
  display: block;
  margin-bottom: 30px;
  font-size: 13px;
}

.blog-share a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: all 0.3s;
  background: #fff;
  margin-bottom: 10px;
}
.blog-share a path {
  transition: all 0.3s;
}
.blog-share a:hover {
  background: #7755E2;
}
.blog-share a:hover path {
  fill: #fff;
}

.inner-new-details {
  color: #041637;
  font-size: 13px;
  line-height: 30px;
}
.inner-new-details p {
  margin-bottom: 30px;
}
.inner-new-details img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 35px;
}
.inner-new-details h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 30px;
}

.related-news .section-title {
  margin-bottom: 30px;
}

.desktop-blog-share.fixed {
  position: fixed;
  margin-top: 0;
  top: 20px;
  z-index: 2;
}

.mobile-blog-share {
  display: none;
}

body.not-loggedin {
  background: #F5F7F9;
}
body.not-loggedin footer {
  background: none;
}

.auth-wrap {
  margin-top: 30px;
}

.auth-logo {
  margin-bottom: 28px;
}
.auth-logo img {
  width: 50px;
}

.auth-form-wrap {
  width: 430px;
  max-width: 96%;
  padding: 40px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.02);
  margin: 0 auto;
}
.auth-form-wrap h3 {
  color: #041637;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  line-height: 22px;
  margin-bottom: 10px;
}
.auth-form-wrap p {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.auth-form-wrap input {
  text-align: right;
}

.social-media-login {
  display: flex;
  align-items: center;
  flex: 1;
  margin-bottom: 30px;
}
.social-media-login a {
  display: inline-flex;
  flex: 1;
  align-items: center;
  height: 45px;
  padding: 0 20px;
  border-radius: 20px;
  background: #F5F7F9;
  border: 1px solid #EBEDF0;
  color: #041637 !important;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
}
.social-media-login a svg {
  margin-right: auto;
}
.social-media-login a.google {
  margin-right: 20px;
}
.social-media-login a:hover {
  background: #f1f1f1;
}

.or-sp {
  position: relative;
  text-align: center;
  color: #041637;
  font-size: 13px;
  margin-bottom: 22px;
}
.or-sp span {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 18px;
}
.or-sp:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  height: 1px;
  background: #EBEDF0;
}

.terms-agree {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #8F96A1;
  font-size: 12px;
  line-height: 24px;
}
.terms-agree a {
  transition: all 0.3s;
  text-decoration: underline !important;
  color: #041637;
}
.terms-agree a:hover {
  color: #7755E2;
}

.auth-title {
  margin-bottom: 30px;
}

.auth-submit {
  text-align: left;
}
.auth-submit button {
  height: 45px;
  font-size: 15px;
  padding: 0 30px;
  width: auto;
}
.auth-submit button svg {
  margin-right: 10px;
  margin-left: 0;
  margin-top: 3px;
}

.other-auth-action {
  text-align: center;
  font-size: 13px;
  margin-top: 40px;
  color: #8F96A1;
  line-height: 24px;
}
.other-auth-action a {
  transition: all 0.3s;
  text-decoration: underline !important;
  color: #041637;
  margin-right: 6px;
}
.other-auth-action a:hover {
  color: #7755E2;
}

.lost-password {
  margin-top: 20px;
  margin-bottom: 30px;
}
.lost-password a {
  color: #8F96A1;
  transition: all 0.3s;
  font-size: 12px;
}
.lost-password a:hover {
  color: #041637;
}

.auth-form-wrap .icon {
  width: 80px;
  height: 80px;
  border-radius: 34px;
  background: rgba(119, 85, 226, 0.1);
  margin: 0 auto 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.activate-account-text {
  color: #041637;
  font-size: 13px;
  line-height: 30px;
  margin-bottom: 30px;
}

.radius-btn.resend-code {
  border-radius: 50px;
  height: 45px;
  font-size: 15px;
  padding: 0 30px;
}

.features-img img {
  max-width: 100%;
}

.features-row .text-icon-item {
  margin-bottom: 40px;
}
.features-row h3 {
  margin-bottom: 20px;
}

.mobile-auth {
  display: none;
}

.flex-crumb {
  display: flex;
  align-items: center;
}
.flex-crumb .dashboard-path-actions {
  margin-right: auto;
}

.packages-prices-list.website {
  background: #F5F7F9;
  border-radius: 20px;
}

.text-button-block {
  display: flex;
  align-items: center;
  border-radius: 30px;
  padding: 45px 60px;
}
.text-button-block.special-price {
  background: url("../images/special-price-bg.svg") no-repeat left bottom rgba(78, 199, 162, 0.3);
}
.text-button-block h3 {
  color: #041637;
  margin-top: 0;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.text-button-block h3 svg {
  margin-left: 20px;
}
.text-button-block p {
  color: #041637;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.text-button-block .block-btn {
  margin-right: auto;
  box-shadow: 0 10px 15px rgba(78, 199, 162, 0.3);
  height: 50px;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 700;
}
.text-button-block .block-btn:hover {
  background: #041637;
  box-shadow: 0 10px 15px rgba(4, 22, 55, 0.1);
}

.packages-prices-list.website {
  margin-bottom: 50px;
}

.logos-section {
  margin-top: 70px;
  margin-bottom: 70px;
  background: url("../images/areas-bg.svg") no-repeat top right;
}
.logos-section .logos-text {
  padding-right: 50px;
}
.logos-section .logos-text h3 {
  margin-bottom: 24px;
}
.logos-section .logos-text p {
  font-size: 13px;
  font-weight: 500;
  color: #8F96A1;
  line-height: 30px;
  margin: 0;
}
.logos-section .logos-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.logos-section .logos-imgs img {
  margin: 15px 18px;
}

.call-action-wrap.no-bg {
  background: none;
}

.packages-faq-wrap.website {
  margin: 60px 0 80px;
}
.packages-faq-wrap.website .faq-item {
  background: #F5F7F9;
  border: none;
}

.packages-description {
  width: 770px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 30px;
  color: #8F96A1;
  font-size: 13px;
  margin-bottom: 50px;
}

.pricing-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border: none;
}
.pricing-tabs a {
  padding: 16px 30px;
  border-radius: 10px 10px 0 0 !important;
  transition: all 0.3s;
  color: #041637;
  font-size: 16px;
  font-weight: 700;
  border: none !important;
  background: #fff;
  margin: 0 5px;
}
.pricing-tabs a:hover {
  color: #7755E2 !important;
}
.pricing-tabs a.active {
  color: #fff !important;
  background: #7755E2 !important;
}

.pricing-page {
  position: relative;
}
.pricing-page .container {
  position: relative;
  z-index: 1;
}
.pricing-page:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 302px;
  top: -159px;
  background: #F5F7F9;
  border-radius: 20px;
}

header {
  position: relative;
  z-index: 10;
}

.page-description {
  text-align: center;
  color: #8F96A1;
  font-size: 13px;
  font-weight: 500;
  width: 770px;
  max-width: 100%;
  margin: 0 auto 30px;
  line-height: 30px;
}

.consultants-page .page-description {
  margin-bottom: 70px;
}

.cons-item {
  position: relative;
  background: #F5F7F9;
  border-radius: 30px;
  padding-bottom: 30px;
  padding-top: 60px;
  margin-bottom: 70px;
}
.cons-item img {
  position: absolute;
  top: -40px;
  right: 50%;
  transform: translateX(50%);
}

.cons-block {
  background: url("../images/cons-bg.svg") no-repeat bottom left #F1EDFC;
  padding: 40px;
  margin-top: -20px;
}
.cons-block h3 {
  margin: 0;
  color: #7755E2;
  font-size: 16px;
}
.cons-block a {
  margin-right: auto;
  font-size: 14px;
  padding: 0 30px;
  height: 50px;
}

.mobile-auth .register {
  color: #7755E2;
}

/*Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#typed2::after {
  content: "|";
  display: inline;
  animation: blink 0.7s infinite;
  margin: 0 2px;
}

.packages-prices-list.fixed {
  padding-top: 200px;
}
.packages-prices-list.fixed .packages-list-header {
  position: fixed;
  background: #fff;
  top: -5px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  margin-right: -40px;
  padding: 0 40px;
}

.packages-prices-list.website.fixed .packages-list-header {
  background: #f5f7f9;
}

.website-lang.mobile-view {
  display: none;
}

.register.try-now {
  display: none;
}

.landing.header-bg {
  background: url("../images/home-bg.svg") no-repeat top right, url("../images/header-bg2.svg") no-repeat left 110px;
  background-size: 53.5% auto, 31.5% auto;
}
.landing .header-left {
  margin-right: auto;
}
.landing .order-now {
  background: #7755e2;
  color: #fff !important;
  transition: all 0.3s;
}
.landing .order-now:hover {
  background: #041637;
  border-color: #041637;
}
.landing .home-img {
  overflow: hidden;
}
.landing .home-img img {
  border-radius: 20px;
}
.landing .home-section {
  margin-top: 30px;
}

.landing-home-text {
  padding-left: 40px;
}
.landing-home-text h1 {
  line-height: 48px;
  margin-bottom: 30px;
}
.landing-home-text .radius-btn {
  font-size: 14px;
  width: 134px;
  height: 50px;
}

.video-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
}
.video-wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(transparent, #000000);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.video-wrap svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video-wrap svg path {
  transition: all 0.3s;
}
.video-wrap:hover path {
  fill: #f9f9f9;
}

.video-section {
  padding: 70px 0;
  margin-top: -60px;
  background: url("../images/video-sec-bg.svg") no-repeat top left;
  background-size: 25% auto;
}
.video-section .home-text {
  padding: 0;
  padding-right: 40px;
}
.video-section .home-text h1 {
  font-size: 24px;
  line-height: 34px;
}
.video-section .home-text .landing-package-item .title {
  padding-right: 40px;
  color: #7755E2;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 18px;
}
.video-section .home-text .landing-package-item .title span {
  margin: 0;
  color: #7755E2;
}
.video-section .home-text .landing-package-item .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  border-radius: 100%;
  background: #041637;
}
.video-section .home-text .landing-package-item .icon svg {
  position: initial;
  width: 10px;
}
.video-section .home-text .landing-package-item .content {
  color: #8F96A1;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}
.video-section .view-more-btn {
  height: 45px;
  font-size: 15px;
  font-weight: 500;
}
.video-section .view-more-btn svg {
  margin-top: 2px;
}