/* @import "./animate.css"; */

:root {
  --text: #020230;
  /* common on light and dark */
  --dash-bg: #fff;
  --icon-color: #3a8ed0;
  --icon-color-2: #3a8ed0;
  --btn-bg: #25cad2;
  --blue-primary-dark: #48a0a5;
  --btn-common: #25cad2;
  --btn-color: #fff;
  --icon-bg: #ebf4fa;
  --icon-bg-active: #ebf4fa;
  --icon-bg: #f3f4f6;
  --icon-color: #4b5563;
  --link-bg: #efefef;
  --link-color: #000;
  --help-color: #6f767e;
  --search-bg: #f4f4f4;
  --para-color: #6b7280;
  --border-color: #e5e7eb;
  --text3: #2e2c34;
  --gray-primary3-color: #f9fafb;
  /* --mainBg-color: #E5E5E5 */
  /* --mainBg-color: #f1f2f7; */
  /* --mainBg-color: #F9FAFB; */
  --mainBg-color: #f3f4f6;
  --white3-color: #eef3f8;
}

[data-theme='dark'] {
  --dash-bg: #020230;
  --icon-color: #fff;
  --icon-color-2: #fff;
  --icon-bg: #2d2d50;
  --icon-bg-active: #fff;
  --btn-bg: #fff;
  --btn-common: #25cad2;
  --btn-color: #0c0c32;
  --link-bg: #2d2d50;
  --link-color: #ffffff;
  --help-color: #6f767e;
  --search-bg: #ebf4fa;
  /* --search-bg: #2d2d50; */
  --para-color: #fff;
}

/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  /* width: 12px; */
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #020230;
  border-radius: 5px;
  border: 3px solid #fff;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(2, 2, 48, 0.3);
}

.grecaptcha-badge {
  display: none !important;
}

body.arabic #groove-container-5fc1554f-4534-4c7c-bc4b-1172f151c415 {
  left: 20px !important;
  right: unset !important;
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: normal;
  font-size: 18px;
  /* line-height: 30px; */
  color: #fff;
  /* background: #f1f2f7; */
  background-color: var(--mainBg-color);
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

body.arabic *:not(i) {
  direction: rtl;
  unicode-bidi: embed;
  font-family: 'Cairo', sans-serif !important;
  /* line-height: unset */
}

body.arabic .fc-icon-chevron-right:before,
body.arabic .fc-icon-chevron-left:before {
  font-family: 'fcicons' !important;
}

.google-map-container {
  width: 100%;
  height: 100%;
}

body.arabic .google-map-container * {
  direction: ltr;
}

body.arabic .fc-icon {
  line-height: 1 !important;
}

.css-18jcpcz-indicatorSeparator {
  display: none !important;
}

body.arabic .ReactModal__Content.left {
  margin: 0 auto 0 0 !important;
  inset: 0px 40px 40px 0px !important;
}

body.arabic .signInput__inner input,
body.arabic select,
body.arabic textarea,
body.arabic .signInput__inner .inSelect {
  line-height: unset;
}

body.arabic .mobile-view {
  direction: ltr !important;
  justify-content: flex-end;
}

body.arabic table tr td {
  /* text-align: right !important; */
}

/* body.arabic i, body.arabic .fc-icon::before{
  font-family: "Font Awesome 6 Free" !important;
} */

body.arabic h2,
body.arabic.h1 {
  line-height: 68px !important;
}

body.infoAct {
  overflow: hidden;
}

.react-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

body.arabic .react-modal {
  margin: 0 auto 0 0 !important;
}

.react-modal {
  max-width: 640px;
  margin: 0 0 0 auto;
  padding: 24px;
  filter: drop-shadow(0px 25px 50px rgba(31, 41, 55, 0.25));
  height: 100vh;
  background-color: #fff;
  border-radius: 0;
  overflow: scroll;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.auto__container {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 60px;
  box-sizing: border-box;
}

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

h1 {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
  letter-spacing: -0.02em;
}

h1.example {
  text-align: center;
}

h2 {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
  letter-spacing: -2px;
  color: #333333;
}

h3 {
  font-weight: 600;
  font-size: 34px;
  line-height: 32px;
  color: #374151;
}

h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #333333;
}

h6 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #667085;
}

p span {
  color: #3a8ed0;
}

.button {
  height: 40px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: unset;
  box-sizing: border-box;
  font-family: 'Inter';
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  /* opacity: 0.9; */
}

.button:hover > div::-webkit-scrollbar {
  display: none;
}

.button:hover > div {
  text-overflow: clip;
  overflow-x: scroll;
}

.button:hover {
  /* opacity: 1; */
  transition: all 0.3s ease-in-out;
  filter: brightness(0.95);
}

.button.uniq {
  padding: 12px 22px;
  background: #2e8f3f;
  border: 1px solid #2e8f3f;
}

.button.view-button {
  color: #06a4d3;
  background: #fff;
  border: 1px solid var(--border-color);
}

.button.primary {
  border: 1px solid var(--btn-common);
  background: var(--btn-common);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.button.primary_plus {
  border: 1px solid var(--blue-primary-dark);
  background: var(--blue-primary-dark);
  padding: 8px 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
}

.button.free {
  background: linear-gradient(265.18deg, #06a4d3 -0.01%, #14468a 99.01%);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 12px 22px;
}

.button.white {
  /* color: #344054; */
  color: #6c757d;

  /* font-weight: 500; */
  background: #fff;
  border: 1px solid var(--border-color);
  /* border: none; */
  /* box-sizing: border-box; */
  /* box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05); */
  /* border-radius: 8px; */
  /* font-weight: 500; */
  /* font-size: 16px; */
  /* line-height: 24px; */
  /* padding: 12px 22px; */
}

.main {
  /* margin-top: 93px; */
  /* min-height: calc(100vh - 93px - 89px); */
}

.footer {
  background: #020230;
  /* padding: 60px 0 0 0; */
}

.footer__inner-logo {
  width: 112px;
  margin: 0 auto 32px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__inner-logo img {
  width: 100%;
}

.footer__inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 64px;
}

.footer__inner-nav-link {
  margin: 0 16px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #e4e7ec;
}

.copyright {
  padding: 32px 0;
  border-top: 1px solid #475467;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #020230;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #98a2b3;
}

.copyright__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright__nav-link {
  display: block;
  margin-left: 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #98a2b3;
}

body.arabic .copyright__nav-link {
  margin: 0 16px 0 0;
}

.header {
  padding: 25px 0;
  background: #020230;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__inner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header__inner-logo img {
  height: 43px;
  width: 112px;
}

.header.sticky {
  position: fixed;
  -webkit-animation: sticky 0.2s linear;
  animation: sticky 0.2s linear;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__inner-link {
  display: block;
  margin-right: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #fff;
}

.nav__inner-lang {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #fff;
  cursor: pointer;
  margin-inline-start: 40px;
}

.nav__inner-lang-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__inner-lang-title img {
  width: 20px;
  height: 20px;
  margin-inline-end: 5px;
}

.nav__inner-lang-title span {
  display: block;
  margin-left: 5px;
  width: 12px;
  height: 8px;
  background: url(../images/icons/chevron-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.nav__inner-lang-content {
  position: absolute;
  top: 100%;
  right: 0;
  /* width: 100px; */
  background: #020230;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.nav__inner-lang-content-link {
  padding: 10px;
  text-align: right;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.nav__inner-lang-content-link:hover {
  opacity: 0.8;
}

.nav__inner-lang:hover .nav__inner-lang-content {
  max-height: 500px;
}

.nav__inner .button {
  margin-left: 24px;
}

body.arabic .nav__inner-link {
  margin: 0 0 0 24px;
}

body.arabic .nav__inner-lang-title img {
  margin: 0 0 0 5px;
}

body.arabic .nav__inner-lang-title span {
  margin: 0 5px 0 0;
}

body.arabic .nav__inner .button {
  margin: 0 24px 0 0;
}

.burger {
  display: none;
}

.checkbox {
  position: relative;
}

body.arabic .checkbox label {
  top: 4px;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.checkbox input:checked ~ label::before {
  border: 1px solid #3581bd;
  background: #3581bd;
}

.checkbox input:checked ~ label::after {
  opacity: 1;
}

.checkbox label {
  padding-left: 18px;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #374151;
}

.checkbox label::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d1d5db;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 4px;
}

.checkbox label:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.breadcrumbs li {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #111827;
  white-space: nowrap;
}

.breadcrumbs li a {
  color: #6b7280;
}

.breadcrumbs__item {
  padding-right: 24px;
  position: relative;
}

.breadcrumbs__item::after {
  position: absolute;
  content: '';
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/icons/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 10px;
  background-size: contain;
}

.filter {
  width: 275px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 12px;
}

.filterBtn {
  display: none !important;
}

.filter__inner {
  padding: 16px;
}

.filter__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter__header-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 150%;
  color: #374151;
}

.filter__header-reset {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #3581bd;
  cursor: pointer;
}

.accord {
  margin-bottom: 6px;
}

.accord__title {
  padding: 8px;
  background: #fafafa;
  border-radius: 5px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #374151;
  cursor: pointer;
  position: relative;
}

.accord__title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 8px;
  content: '';
  background: url(../images/icons/chevronFilter.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 10px;
  height: 8px;
}

.accord__title.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.accord__content {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  max-height: 0;
  overflow: hidden;
}

.accord__content.active {
  max-height: 500px;
  margin-top: 10px;
}

.accord__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.accord__content-row:last-child {
  margin-bottom: 8;
}

.accord__content-row span {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
}

.company {
  display: flex;
}

.company__image:hover .company-image-actions {
  cursor: pointer;
  opacity: 1;
  transition: all 0.2s ease-in;
}

.company__image {
  position: relative;
  overflow: hidden;
  /* max-height: 117px; */
  /* margin-right: 12px; */
  width: 125px;
  height: 117px;
  margin-inline-end: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  border-radius: 10px;
}

.company__image img {
  width: 125px;
  height: 117px;
  object-fit: contain;
  /* max-width: 95%;
  max-height: 95%; */
}

.company__image span {
  font-size: 30px;
  color: var(--text);
}

.company__content {
  width: calc(100% - 137px);
}

.company__header {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company__header-date {
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d50;
}

.company__header-date img {
  width: 10px;
  margin-right: 3px;
}

.company__header-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  color: #2d2d50;
  margin-bottom: 5px;
}

.company__header-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #2d2d50;
}

.company__header-location img {
  width: 12px;
  height: 14px;
  margin-inline-end: 6px;
}

.company__info {
  /* margin-bottom: 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.company__info-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-inline-end: 20px;
  margin-bottom: 10px;
  /* flex: 1; */
}

.company__info-general-image {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f5;
  border-radius: 50%;
  margin-inline-end: 10px;
}

.company__info-general-image img {
  width: 18px;
}

.company__info-general-image i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--text);
}

.company__info-general-text {
  font-weight: 900;
  font-size: 12px;
  line-height: 12px;
  color: #515b6f;
  flex: 1;
}

.company__info-general-text span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  /* line-height: 14px; */
  color: #25324b;
  margin-top: 5px;
}

.company__info-general-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.company__info-social .company__info-general-image {
  margin-bottom: 5px;
}

.company__info-social {
  display: flex;
  align-items: center;
}

.company__info-social-link {
  border-radius: 50%;
  background: #f4f4f5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-inline-end: 8px;
}

.company__info-social-link:last-child {
  margin-inline-end: 0;
}

.company__text p {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #2d2d50;
  max-width: 830px;
  margin-bottom: 10px;
}

.company__link {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #3581bd;
  display: block;
}

table {
  border-collapse: collapse;
}

.table {
  overflow-x: auto;
  border-collapse: collapse;
}

table tbody tr {
  border-bottom: 1px solid var(--gray-primary3-color);
  border-bottom: 1px solid #f4f4f4;
}

.table__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.table__name img {
  width: 24px;
  height: 24px;
  margin-inline-end: 15px;
  border-radius: 50%;
}

.table__action {
  display: flex;
  align-items: center;
  /* width: 120px; */
  justify-content: flex-start;
}

.table__action button:last-child {
  margin-inline-end: 0;
}

.userTableAct__btn.delete svg path {
  fill: #e11d48;
}

.table__action button svg {
  width: 18px;
  height: 18px;
}

.table__check {
  width: 30px;
}

.table table {
  width: 100%;
}

.table table thead {
  background: #f9fafb;
}

.table table thead th {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
  text-align: left;
  padding: 10px 5px;
}

table thead th.sm {
  max-width: 120px;
  width: 120px;
}

.table table thead th button {
  width: 16px;
  background: none;
  display: inline-block;
  margin-inline-start: 4px;
  color: #6b7280;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

/* .table table thead th button svg {
  width: 100%;
  height: 100%;
} */
.table table tbody td {
  font-weight: 400;
  font-size: 14px;
  /* line-height: 20px; */
  color: #374151;
  padding: 10px 5px;
  white-space: nowrap;
}

.table table tbody td span {
  padding: 2px 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  /* line-height: 16px; */
  border-radius: 4px;
}

.table table tbody td span.teal {
  color: #0d9488;
  background: #ccfbf1;
}

.table table tbody td span.amber {
  background: #fef3c7;
  color: #d97706;
}

.table table tbody td span.blue {
  background: #dbeafe;
  color: #2563eb;
}

.table table tbody td span.locate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.table table tbody td span.locate svg {
  color: #d1d5db;
  margin-right: 6px;
  width: 14px;
}

.pagination.center ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination ul li {
  margin: 0 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #374151;
  font-size: 14px;
  line-height: 20px;
}

.pagination ul li.active a {
  color: #fff;
  background: var(--btn-common);
}

.pagination ul li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #374151;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.pagination ul .arrow a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  z-index: 1000000;
}

.sidebar .switch {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.sidebar.active {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.sidebar.active .switch {
  display: flex;
  flex-direction: row;
  transition: all 0.3s ease-in-out;
}

.sidebar.active .sidebar__inner {
  width: 100%;
  max-width: 340px;
}

.sidebar.active .sidebar__inner-nav-link span {
  display: block;
}

.sidebar.active .sidebar__inner-logo {
  width: 160px;
  height: 60px;
  background: url(../images/logoLight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 0 34px 0;
}

html[data-theme='light'] .sidebar.active .sidebar__inner-logo {
  background: url(../images/logoDark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sidebar.active .sidebar__inner-logo img {
  display: none;
}

.sidebar.active .help__text {
  display: block;
}

.sidebar.active .help span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar.active .account__name {
  display: block;
}

.sidebar.active .account svg {
  display: block;
}

.sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--dash-bg);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  padding: 18px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  min-width: 96px;
}

.sidebar__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 34px;
  height: 48px;
  width: 48px;
  margin: 0 auto 34px auto;
  background: url(../images/logoIcon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background-position: center;
}

.sidebar__inner-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  color: var(--link-color);
  cursor: pointer;
}

.dHeader__inner-window-card .non-filled,
.sidebar__inner-nav-link .non-filled {
  display: flex;
}

.dHeader__inner-window-card .filled,
.sidebar__inner-nav-link .filled {
  display: none;
}

.dHeader__inner-window-card.active .filled,
.sidebar__inner-nav-link.active .filled {
  display: flex;
}

.dHeader__inner-window-card.active .non-filled,
.sidebar__inner-nav-link.active .non-filled {
  display: none;
}

.sidebar__inner-nav-link.active {
  background: var(--link-bg);
}

.sidebar__inner-nav-link svg,
i {
  width: 21px;
  height: 20px;
  font-size: 18px;
}

.sidebar__inner-nav-link span {
  margin-left: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: none;
}

.sidebar__inner-footer hr {
  border-bottom: 2px solid rgba(239, 239, 239, 0.1);
  width: 100%;
}

.sidebar__inner-footer footer.active .arrow {
  align-items: flex-end;
  flex-grow: 1;
  transform: rotate(180deg);
  /* transition: all .3s ease-in-out; */
}

.sidebar__inner-footer footer.active {
  display: flex;
  align-items: center;
}

.help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 12px;
  color: var(--help-color);
  position: relative;
  margin: 16px 0;
}

.help.active {
  background: var(--link-bg);
}

.help svg {
  width: 18px;
  color: var(--link-color);
}

.help__text {
  margin-left: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--help-color);
  display: none;
}

.help span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  color: var(--icon-color);
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: var(--icon-bg);
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.01em;
}

.account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-top: 16px;
}

.account__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--help-color);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.account__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account__name {
  margin-left: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--help-color);
  display: none;
}

/* .account .user-option-dropdown svg path{
  fill: var(--help-color);
} */
.account .user-option-dropdown svg,
.account .user-option-dropdown i {
  margin-inline-end: 5px;
  color: var(--icon-color);
}

.account > svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  color: var(--help-color);
  width: 8px;
  display: none;
}

@-webkit-keyframes disOpac {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes disOpac {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.switch {
  position: relative;
  display: flex;
  align-items: center;
  /* padding: 4px; */
  /* background: #f4f4f4; */
  /* border-radius: 40px; */
  /* box-sizing: border-box; */
}

.switch__theme {
  margin-top: 10px;
  margin-bottom: 10px;
  /* width: 50%;
  position: relative; */
}

.switch input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.switch input:checked + label {
  background: #fcfcfc;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25),
    inset 0px -1px 1px rgba(0, 0, 0, 0.04),
    inset 0px 2px 0px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.25),
    inset 0px -1px 1px rgba(0, 0, 0, 0.04),
    inset 0px 2px 0px rgba(255, 255, 255, 0.25);
  color: #1a1d1f;
}

.switch label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 40px;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  letter-spacing: -0.01em;
  color: #6f767e;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* .switch span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */
/* .switch span svg {
  width: 20px;
  margin-right: 6px;
} */
/* .switchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  color: var(--link-color);
  cursor: pointer;
} */
/* .switchBtn svg {
  width: 18px;
  transition: all .3s ease-in-out;
} */
/* .switchBtn.active {
  transform: rotate(180deg);
  transition: all .3s ease-in-out;

} */

.mainDash {
  margin: 70px 0 70px 96px;
  padding: 20px 24px;
}

.header-layer.active {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.dHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 15px 120px;
  background: var(--dash-bg);
  z-index: 11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.dHeader__inner-search {
  width: 40%;
  max-width: 450px;
  position: relative;
  padding: 8px 10px 8px 10px;
  background: var(--search-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.dHeader__inner-search span {
  /* position: absolute;
  top: 50%;
  left: 10px; */
  /* transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%); */
  color: var(--help-color);
  /* height: 28px; */
  padding: 0 10px;

  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.dHeader__inner-search span svg {
  width: 18px;
}

.dHeader__inner-search select {
  width: unset;
  border: 0;
  background-color: var(--blue-primary-dark);
  color: #fff;
  border-inline-end: 10px solid transparent;
  margin-inline-start: 10px;
}

.dHeader__inner-search input {
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.01em;
  color: #9a9fa5;
  flex-grow: 1;
  /* width: 100%; */
  box-sizing: border-box;
  background-color: var(--search-bg);
}

.dHeader__inner-search button {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  /* color: white; */
  /* background: var(--btn-common); */
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  /* margin-inline-start: 5px; */
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
  color: #9a9fa5;
  background: var(--search-bg);
}

.dHeader__inner-search button svg {
  width: 12px;
  height: 12px;
  margin-inline-end: 4px;
}

.dHeader__inner-row {
  display: flex;
  align-items: center;
}

.dHeader__inner-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: var(--btn-color);
  border-radius: 10px;
  padding: 11px 16px;
  background: var(--btn-bg);
  margin: 0 5px;
}

.dHeader__inner-btn svg {
  width: 18px;
  margin-right: 10px;
}

.dHeader__inner-icon svg {
  height: 20px;
  width: 20px;
}

.dHeader__inner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-color);
  border-radius: 10px;
  width: 48px;
  height: 40px;
  cursor: pointer;
  background: var(--icon-bg);
  margin: 0 5px;
}

.plus-active-icon,
.dHeader__inner-icon.plus-active-icon {
  background-color: var(--btn-common);
  color: #fff;
}

.dHeader__inner-icon.active {
  color: #3a8ed0;
  background: var(--icon-bg-active);
}

.dHeader__inner-dropdown {
  position: relative;
}

.dHeader__inner-window {
  width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: calc(100% + 17px);
  right: 0;
  padding: 18px;
  box-sizing: border-box;
  background: var(--dash-bg);
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 15px 15px;
  -webkit-animation: 0.2s linear modalAnime;
  animation: 0.2s linear modalAnime;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.dHeader__inner-window.sm {
  width: 290px;
}

/* .dHeader__inner-window.sm .dHeader__inner-window-card {
  width: calc(50% - 10px);
} */
.dHeader__inner-window.sm .dHeader__inner-window-text {
  max-width: unset;
}

.dHeader__inner-window.active {
  display: block;
}

.dHeader__inner-window-row {
  display: flex;
  flex-wrap: wrap;
}

.toolsItem:hover,
.dHeader__inner-window-card:hover,
.dHeader__inner-window-card.active,
.toolsItem.active {
  box-shadow: 0px 0px 2px 0px var(--gray-primary2-color) !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.dHeader__inner-window-card,
.toolsItem {
  /* display: block; */
  /* width: calc(16.6% - 10px); */
  transition: all 0.3s ease-in-out;
  width: 70px;
  margin: 5px;
  padding: 5px;
  box-sizing: border-box;
}

.dHeader__inner-window-title {
  margin-inline-start: 10px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--para-color);
}

.dHeader__inner-window-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-color-2);
  border-radius: 10px;
  width: 100%;
  width: 56px;
  height: 56px;
  background: var(--icon-bg);
  margin: 0 auto;
}

.dHeader__inner-window-icon svg {
  width: 24px;
  height: 24px;
}

.dHeader__inner-window-text {
  color: var(--para-color);
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  max-width: 60px;
  margin: 8px auto 0 auto;
}

.dHeader .nav__inner-lang {
  padding: 8px 12px;
  color: var(--icon-color);
  border-radius: 10px;
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background: var(--icon-bg);
}

.dHeader .nav__inner-lang svg {
  margin-right: 5px;
}

.dHeader .nav__inner-lang svg:last-child {
  margin-left: 15px;
}

.dHeader .nav__inner-lang:hover {
  border-radius: 10px 10px 0 0;
}

.dHeader .nav__inner-lang-content {
  background: var(--icon-bg);
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.dHeader .account {
  margin: 0 5px;
}

.dHeader .account__avatar {
  width: 36px;
  height: 36px;
  margin: 0 5px;
}

.dHeader .account__name {
  color: var(--icon-color);
  display: block;
}

.dHeader .account > svg {
  display: block;
  position: unset;
  color: var(--icon-color);
  margin-inline-start: 15px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.overlay.active {
  visibility: visible;
}

@-webkit-keyframes modalAnime {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes modalAnime {
  0% {
    margin-top: 20px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.paginator li {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.paginator__num {
  border-radius: 50%;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  margin: 0 8px;
  width: 24px;
  height: 24px;
}

.paginator__num.active {
  background: #3581bd;
  color: #fff;
}

.intro {
  padding: 100px 0 170px 0;
  background: #020230;
}

.intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.intro__inner-social {
  position: absolute;
  right: 60px;
  bottom: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__inner-social-link {
  width: 42px;
  height: 42px;
  background: rgba(58, 142, 208, 0.3);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-left: 16px;
}

.intro__inner-social-link img {
  height: 20px;
}

.intro__inner-social-link:hover {
  background: #3a8ed0;
}

.intro__inner-content {
  width: calc(50% - 20px);
  max-width: 600px;
}

.intro__inner-image {
  width: calc(50% - 20px);
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.intro__inner-image img {
  width: 100%;
}

.intro__inner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 524px;
}

.intro__inner-form-input {
  width: calc(100% - 130px);
}

.intro__inner-form-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px 0 0 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  padding: 16px 32px;
  background: #fff;
}

.intro__inner-form-input input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.intro__inner-form-input input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.intro__inner-form-input input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.intro__inner-form-input input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.intro__inner-form-input input::placeholder {
  color: rgba(51, 51, 51, 0.4);
}

.intro__inner-form .button {
  width: 130px;
  border-radius: 0 8px 8px 0;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.intro h1 {
  margin-bottom: 10px;
}

.intro p {
  margin-bottom: 35px;
}

.intro .button.uniq {
  margin-bottom: 35px;
}

body.arabic .intro__inner-form input {
  border-radius: 0px 8px 8px 0px;
}

body.arabic .intro__inner-form .button {
  border-radius: 8px 0 0 8px;
}

body.arabic .intro__inner-social,
body.arabic .dHeader__inner-window {
  right: unset;
  left: 0;
}

.feature {
  padding: 65px 0;
  background: #f1f2f7;
}

.feature__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.feature p.uniq {
  margin-bottom: 10px;
}

.feature h2 {
  margin-bottom: 30px;
  max-width: 770px;
}

.featureCard {
  width: calc(33.3% - 30px);
  margin: 0 15px;
}

.featureCard__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featureCard__image img {
  width: 100%;
}

.featureCard__body {
  padding: 42px 32px;
  background: #fff;
}

.featureCard__body h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featureCard__body h5 span {
  font-weight: bold;
  font-size: 50px;
  line-height: 64px;
  letter-spacing: -3px;
  color: #333333;
  margin-right: 25px;
  display: inline-block;
}

body.arabic .featureCard__body h5 span {
  margin: 0 0 0 25px;
}

.favorite {
  overflow: hidden;
  background: #0c0c32;
}

.favorite__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.favorite__inner-content {
  width: 50%;
}

.favorite__inner-image {
  width: calc(48% + 200px);
  margin-right: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -200px;
}

.favorite__inner-image img {
  width: 100%;
}

.favorite__inner h2 {
  color: #fff;
  margin-bottom: 20px;
}

.favorite__inner p {
  margin-bottom: 20px;
}

.favorite__inner-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.favorite__inner-apps-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
}

body.arabic .favorite__inner-apps-item {
  margin: 0 0 0 24px;
}

.app {
  padding: 50px 0 0 0;
  overflow: hidden;
  background: #fff;
}

.app__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app__inner-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -30%;
}

.app__inner-image img {
  width: 100%;
}

.app__inner-content {
  width: 50%;
}

.app__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app__inner-btn {
  width: 30%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 150px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}

.app__inner-btn:hover {
  opacity: 0.8;
}

.app__inner-btn img {
  width: 100%;
}

.app h2 {
  margin-bottom: 16px;
}

.app h6 {
  color: #667085;
  margin-bottom: 24px;
}

.testimonials {
  background: #fff;
  padding: 60px 0;
}

.testimonials h6 {
  text-align: center;
  margin-bottom: 32px;
  color: #667085;
}

.testimonials__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -16px;
}

.testimonialsCard {
  width: calc(12.5% - 32px);
  margin: 0 16px;
  position: relative;
}

.testimonialsCard:hover .testimonialsCard__content {
  display: block;
}

.testimonialsCard__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  width: 100%;
}

.testimonialsCard__image img {
  width: 100%;
}

.testimonialsCard__content {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 1;
  padding: 25px;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 420px;
  background: #fff;
  border: 1px solid rgba(208, 208, 208, 0.4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  display: none;
  -webkit-animation: 0.3s linear test;
  animation: 0.3s linear test;
}

.testimonialsCard__content-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  margin-bottom: 8px;
}

.testimonialsCard__content-logo img {
  width: 100%;
}

.testimonialsCard__content-rating {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}

.testimonialsCard__content-rating img {
  width: 100%;
}

.testimonialsCard__content-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  margin-bottom: 8px;
}

.testimonialsCard__content-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  margin-bottom: 8px;
}

.testimonialsCard__content-date {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #9ca3af;
}

.testimonialsCard:nth-child(1) .testimonialsCard__content {
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  left: 0;
}

.testimonialsCard:nth-child(2) .testimonialsCard__content {
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  left: 0;
}

.testimonialsCard:nth-child(7) .testimonialsCard__content {
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  left: unset;
  right: 0;
}

.testimonialsCard:nth-child(8) .testimonialsCard__content {
  transform: translate(0, 0);
  -moz-ransform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  left: unset;
  right: 0;
}

.testimonials h5 {
  text-align: center;
  margin-bottom: 20px;
}

@-webkit-keyframes test {
  0% {
    bottom: 80%;
    opacity: 0;
  }

  100% {
    bottom: 100%;
    opacity: 1;
  }
}

@keyframes test {
  0% {
    bottom: 80%;
    opacity: 0;
  }

  100% {
    bottom: 100%;
    opacity: 1;
  }
}

.trial {
  padding: 50px 0;
  background: #020230;
}

.trial__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.trial__inner-row .button {
  margin: 0 6px;
}

.trial h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.trial p {
  text-align: center;
  margin-bottom: 26px;
}

.tools h3 {
  margin-bottom: 16px;
}

.tools__inner-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.tools__inner-title {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #2d2d50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 22px;
  margin-bottom: 5px;
}

.toolsItem {
  width: calc(16.6% - 10px);
  margin: 5px;
  background: #ffffff;
  border: 1px solid #e4e4e7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 18px 22px;
}

.toolsItem__icon {
  background: #2d2d50;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.toolsItem__icon svg {
  width: 24px;
  height: 24px;
}

.toolsItem__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #2d2d50;
  font-family: 'Inter', sans-serif;
  margin-bottom: 5px;
}

.toolsItem__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  font-family: 'Manrope', sans-serif;
  color: #84818a;
}

.search__header {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 12px;
  margin-bottom: 18px;
}

.search__header-title h5 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  position: relative;
}

.search__header-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #374151;
  display: flex;
  align-items: center;
}

.search__header-title span {
  background: #ccfbf1;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  color: #0d9488;
  padding: 2px 8px;
  margin-inline-start: 8px;
  position: relative;
  bottom: 3px;
  /* display: inline-block; */
  /* line-height: 20px; */
  /* position: absolute; */
  /* top: 55%; */
  /* transform: translateY(-50%); */
}

.search__header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__header-btn {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 16px;
}

.search__header-btn img {
  width: 20px;
}

.search select {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 16px;
}

.search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search__body {
  width: calc(100% - 290px);
}

.searchBox {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 12px;
  margin-bottom: 18px;
  padding: 12px;
  display: block;
}

.info {
  background: #fff;
  border: 1px solid #e5e7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 12px;
}

.item-detail.info .info__header {
  padding: 0;
  position: relative;
  top: 20px;
  margin-inline-end: 25px;
}

.info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  padding: 15px;
}

.info__header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  color: #374151;
  padding: 8px 13px;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  /* margin-left: 10px; */
  margin-inline-start: 10px;
}

.info__header-btn svg {
  margin-inline-end: 4px;
  margin-inline-start: 4px;
}

.info__header-btn:hover {
  opacity: 0.8;
}

.info__header-btn svg {
  width: 10px;
  margin-right: 4px;
  fill: #4b5563;
}

.info__box {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.info .company__link {
  display: none;
}

.info__tab-header {
  border-bottom: 1px solid #e5e7eb;
  padding: 0 12px;
  justify-content: space-between;
}

/* .info__tab-header .info__tab-header-btn:first-child{
  margin-inline-start: 12px;
} */
.info__tab-header-btn.pro,
.row .info__tab-header-btn:last-child {
  margin-inline-end: 0;
}

.info__tab-header-btn {
  padding-bottom: 10px;
  background: none;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  padding: 12px 0;
  /* margin: 0 12px; */
  margin-inline-end: 35px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.info__tab-header-btn.active {
  transition: all 0.3s ease-in-out;
  color: #2d2d50;
}

.info__tab-header-btn span {
  padding: 2px 6px;
  background: #c2dcf0;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #3581bd;
  display: inline-block;
  margin-inline-start: 4px;
}

span.pro {
  background: var(--btn-common);
  color: #fff;
  margin-inline-start: 0;
}

.info__tab-header-btn::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  background: #2d2d50;
  height: 2px;
  width: 0;
  transition: all 0.2s ease-in-out 0s;
}

.info__tab-header-btn.active::after {
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
}

.info__tab-body {
  padding: 12px 32px 32px 32px;
}

.info__tab-body .section-heading {
  margin-bottom: 14px;
}

.infoTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  position: relative;
  display: flex;
  align-items: center;
  /* margin-bottom: 14px; */
}

.infoTitle span {
  display: 'inline-block' !important;
}

.infoTitle.pro span {
  margin-inline-start: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.general ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.general ul li {
  padding: 7px;
  width: 30%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.generalTitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #25324b;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
}

.generalTitle svg {
  max-width: 12.5px;
  max-height: 12.5px;
  margin-right: 5px;
}

.generalText {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: var(--text);
  display: flex;
  align-items: center;
}

.location__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.location__inner-image {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 300px;
  flex: 1;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.location__inner-image img {
  width: 100%;
  max-width: 700px;
}

.location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* max-width: 520px;
  width: 40%; */
}

.location ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  padding: 10px 7px;
}

.locationTitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 12px;
  color: #94a3b8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}

.locationTitle svg {
  max-width: 12.5px;
  max-height: 12.5px;
  margin-inline-end: 5px;
}

.locationText {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #25324b;
}

.clientBox {
  background: #f8fafc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 18px;
}

.clientBox:last-child {
  margin-bottom: 0;
}

.clientBox__title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 10px;
}

.clientBox__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.clientBox__header-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientBox__input {
  width: 240px;
  margin-inline-end: 16px;
}

.clientBox__input input {
  background: #fff;
  border: 1px solid #e5e7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 8px;
}

.clientBox__input input::-webkit-input-placeholder {
  color: #d1d5db;
}

.clientBox__input input::-moz-placeholder {
  color: #d1d5db;
}

.clientBox__input input:-ms-input-placeholder {
  color: #d1d5db;
}

.clientBox__input input::-ms-input-placeholder {
  color: #d1d5db;
}

.clientBox__input input::placeholder {
  color: #d1d5db;
}

.clientBox__select {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  margin-inline-start: 16px;
}

.clientBox__select-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9ca3af;
}

.clientBox__select-title span {
  color: #374151;
  margin: 0 8px;
  display: inline-block;
}

.clientBox__select-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0 0 4px 4px;
  display: none;
}

.clientBox__select-drop.active {
  display: block;
}

.clientBox__select-option {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 16px;
  line-height: 20px;
  cursor: pointer;
  color: #374151;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.clientBox__select-option:hover {
  background: #f7f7f7;
}

.clientBox__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  width: 38px;
  height: 38px;
  cursor: pointer;
}

.clientBox .button {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  text-transform: inherit;
  line-height: 20px;
  margin-inline-start: 16px;
}

.clientBox .button.white {
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.clientBox .button.primary {
  font-family: 'Space Grotesk', sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.clientBox .button.primary svg {
  width: 14px;
  height: 14px;
  margin-inline-end: 5px;
}

.clientBox__body {
  margin-bottom: 10px;
}

.clientBox__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clientBox__footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.clientBox__footer-row span {
  display: inline-block;
  margin-right: 10px;
}

.clientBox__footer-row select {
  padding: 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
}

.classification__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.classification__col {
  width: calc(25% - 40px);
  position: relative;
}

.classification__col.low::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 3px;
  left: calc(100% + 24px);
  height: calc(100% - 96px);
  background: #374151;
}

.classification__col.low .classificationItem {
  position: relative;
}

.classification__col.low .classificationItem::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #fff;
  left: calc(100% - 5px);
  border: 3px solid #374151;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.classification__col.low .classificationItem::after {
  position: absolute;
  content: '';
  left: calc(100% + 4px);
  width: 24px;
  height: 3px;
  background: #374151;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.classification__col.bLow::after {
  position: absolute;
  content: '';
  right: 100%;
  width: 28px;
  height: 3px;
  background: #374151;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.classification__col.bLow .classificationItem {
  position: relative;
}

.classification__col.bLow .classificationItem::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #fff;
  left: calc(100% - 5px);
  border: 3px solid #374151;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.classification__col.bLow .classificationItem::after {
  position: absolute;
  content: '';
  left: calc(100% + 4px);
  width: 52px;
  height: 3px;
  background: #374151;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.classification__col.best .classificationItem {
  position: relative;
}

.classification__col.best .classificationItem::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #fff;
  left: calc(100% - 5px);
  border: 3px solid #374151;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.classification__col.best .classificationItem::after {
  position: absolute;
  content: '';
  left: calc(100% + 4px);
  width: 26px;
  height: 3px;
  background: #374151;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.classification__col.sBest::before {
  position: absolute;
  content: '';
  top: 48px;
  width: 3px;
  right: calc(100% + 24px);
  height: calc(50% - 46px);
  background: #374151;
}

.classification__col .sBestM {
  position: relative;
}

.classification__col .sBestM::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #fff;
  right: calc(100% - 5px);
  border: 3px solid #374151;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.classification__col .sBestM::after {
  position: absolute;
  content: '';
  right: calc(100% + 4px);
  width: 24px;
  height: 3px;
  background: #374151;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.classification__col .sBestL {
  position: relative;
}

.classification__col .sBestL::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  bottom: calc(100% + 16px);
  border: 3px solid #374151;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.classification__col .sBestL::after {
  position: absolute;
  content: '';
  bottom: calc(100% + 2px);
  width: 3px;
  height: 18px;
  background: #374151;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.classificationItem {
  border-radius: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.classificationItem:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(31, 41, 55, 0.12);
  box-shadow: 0px 5px 10px rgba(31, 41, 55, 0.12);
}

.classificationItem.amber {
  border: 2px solid #f97316;
}

.classificationItem.amber .classificationItem__icon {
  background: #fff7ed;
  color: #f97316;
}

.classificationItem.amber .classificationItem__text span {
  color: #f97316;
}

.classificationItem.dark {
  border: 2px solid #374151;
}

.classificationItem.dark .classificationItem__icon {
  background: #f3f4f6;
  color: #374151;
}

.classificationItem.dark .classificationItem__text span {
  color: #374151;
}

.classificationItem.green {
  border: 2px solid #22c55e;
}

.classificationItem.green .classificationItem__icon {
  background: #f0fdf4;
  color: #22c55e;
}

.classificationItem.green .classificationItem__text span {
  color: #22c55e;
}

.classificationItem.blue {
  border: 2px solid #2563eb;
}

.classificationItem.blue .classificationItem__icon {
  background: #eff6ff;
  color: #2563eb;
}

.classificationItem.blue .classificationItem__text span {
  color: #2563eb;
}

.classificationItem__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  width: 52px;
}

.classificationItem__icon svg {
  width: 21px;
  height: 21px;
}

.classificationItem__text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding: 8px;
}

.classificationItem__text span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.feed__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.feed__col {
  /* width: calc(33.3% - 10px); */
  flex: 1;
  background: #f8fafc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  margin: 0 5px;
}

.feed__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.feed__header .infoTitle {
  margin-bottom: 0;
}

.feed__header-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #3b82f6;
}

.feedTwitter {
  padding: 9px 20px;
  background: #fff;
}

.feedTwitter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feedTwitter__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 7px;
  overflow: hidden;
  margin-top: 25px;
}

.feedTwitter__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.feedTwitter__content {
  font-family: 'Inter', sans-serif;
  width: calc(100% - 55px);
}

.feedTwitter__content-like {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #687684;
  position: relative;
  margin-bottom: 2px;
}

.feedTwitter__content-like svg {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.feedTwitter__content-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #141619;
  margin-bottom: 2px;
}

.feedTwitter__content-name small {
  color: #687684;
  font-weight: 400;
}

.feedTwitter__content-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #141619;
  margin-bottom: 8px;
}

.feedTwitter__content-text a {
  color: #3b82f6;
}

.feedTwitter__content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedTwitter__content-footer-info {
  width: calc(25% - 5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  color: #687684;
}

.feedTwitter__content-footer-info svg {
  width: 13px;
  margin-right: 3px;
}

.feedLinked {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
}

.feedLinked:last-child {
  margin-bottom: 0;
}

.feedLinked__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}

.feedLinked__header-avatar {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 8px;
}

.feedLinked__header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.feedLinked__header-info {
  font-family: 'Inter', sans-serif;
  width: calc(100% - 60px);
}

.feedLinked__header-info-more {
  position: absolute;
  top: 0;
  right: 0;
  color: #687684;
  cursor: pointer;
}

.feedLinked__header-info-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #191919;
}

.feedLinked__header-info-follow {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  margin-bottom: 2px;
}

.feedLinked__header-info-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
}

.feedLinked__header-info-date strong {
  line-height: 0;
  margin: 0 8px;
}

.feedLinked__body {
  margin-bottom: 20px;
}

.feedLinked__body-hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedLinked__body-hash a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0966c2;
  margin-right: 5px;
  display: block;
}

.feedLinked__body p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #191919;
}

.feedLinked__body-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}

.feedLinked__trans {
  margin-bottom: 20px;
}

.feedLinked__trans-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0966c2;
  margin-bottom: 20px;
}

.feedLinked__trans-emoji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedLinked__trans-emoji a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
}

.feedLinked__trans-numb {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedLinked__trans-numb strong {
  line-height: 0;
  margin: 0 8px;
}

.feedLinked__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedLinked__footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #707070;
}

.feedLinked__footer-info svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.feedFacebook {
  background: #fff;
  margin-bottom: 10px;
}

.feedFacebook:last-child {
  margin-bottom: 0;
}

.feedFacebook__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 12px;
}

.feedFacebook__header-avatar {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 6px;
}

.feedFacebook__header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.feedFacebook__header-info {
  font-family: 'Inter', sans-serif;
  width: calc(100% - 36px);
}

.feedFacebook__header-info-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  color: #687684;
  cursor: pointer;
}

.feedFacebook__header-info-name {
  font-weight: 500;
  font-size: 10px;
  line-height: 135%;
  color: #395996;
}

.feedFacebook__header-info-date {
  font-weight: 400;
  font-size: 10px;
  line-height: 135%;
  color: #606770;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedFacebook__header-info-date strong {
  line-height: 0;
  margin: 0 3px;
}

.feedFacebook__body {
  padding: 12px;
  margin-bottom: 8px;
}

.feedFacebook__body-hash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedFacebook__body-hash a {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.005em;
  color: #395996;
}

.feedFacebook__body p {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.005em;
  color: #1d2129;
}

.feedFacebook__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedFacebook__image img {
  width: 100%;
}

.feedFacebook__trans {
  padding: 7px 12px;
  border-bottom: 1px solid #dadde1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Inter', sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedFacebook__trans-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedFacebook__trans span {
  font-weight: 400;
  font-size: 10px;
  line-height: 135%;
  color: #606770;
  margin-left: 3px;
}

.feedFacebook__trans strong {
  font-weight: 400;
  font-size: 10px;
  line-height: 135.69%;
  color: #606770;
  margin-left: 4px;
}

.feedFacebook__trans-emoji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 17px;
  margin-left: -2px;
}

.feedFacebook__trans-emoji:nth-child(1) {
  margin-left: 0;
}

.feedFacebook__trans-emoji img {
  width: 100%;
}

.feedFacebook__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 10px 12px;
}

.feedFacebook__footer-info {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 135.69%;
  color: #606770;
}

.feedFacebook__footer-info svg {
  width: 13px;
  margin-right: 4px;
}

.sign {
  min-height: calc(100vh - 93px - 89px);
  background: #020230;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}

.sign__inner {
  /* overflow-y: scroll; */
  /* height: 100%; */
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  animation: 0.2s linear sign;
  width: 540px;
}

@-webkit-keyframes sign {
  0% {
    margin-top: 60px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes sign {
  0% {
    margin-top: 60px;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

.signHeader {
  display: flex;
  align-items: center;
  background: #fafafa;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 24px;
  margin-top: 20px;
  justify-content: space-between;
}

.signHeader hr {
  height: 2px;
  width: 100%;
  background: #14b8a6;
  margin: 0 16px;
  border-radius: 5px;
}

.signHeader__step {
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signHeader__step.active .signHeader__step-number {
  background: #14b8a6;
}

.signHeader__step.active span {
  color: #14b8a6;
}

.signHeader__step-number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2d2d50;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 16px;
}

.signHeader__step span {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2d2d50;
}

.signSubtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 32px;
  color: #374151;
}

.signTitle {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #374151;
  margin-bottom: 10px;
}

.signUniqTitle {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  margin-bottom: 4px;
  color: #14468a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.signUniqTitle span {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  color: #14468a;
}

.signText {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary2-color);
  margin-bottom: 24px;
  display: block;
}

.sign .numberInput::-webkit-inner-spin-button {
  opacity: 1;
}

.signPlan {
  position: relative;
}

.signPlan .signUniqTitle {
  position: relative;
  z-index: 2;
}

.signPlan input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}

.signPlan input:checked ~ label::before {
  background: linear-gradient(265.18deg, #06a4d3 -0.01%, #14468a 99.01%);
}

.signPlan input:checked ~ label::after {
  opacity: 1;
}

.signPlan input:checked ~ label {
  -webkit-box-shadow: 0px 6px 14px rgba(16, 24, 40, 0.1);
  box-shadow: 0px 6px 14px rgba(16, 24, 40, 0.1);
}

.signPlan label {
  padding: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.signPlan label::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border-radius: 5px;
  content: '';
}

.signPlan label::before {
  position: absolute;
  top: 0;
  border-radius: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background: #fff;
  border: 1px solid #e5e7eb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.signPlan .signPrice__number {
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}

.signPlan p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  z-index: 2;
  line-height: 13px;
  color: #6b7280;
}

.signPrice {
  margin-top: 16px;
  margin-left: 8px;
}

.signPrice__number {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 11px;
  color: #9ca3af;
}

.signPrice__number strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #111827;
}

.signInput {
  margin-bottom: 10px;
}

.signInput button {
  background: none;
}

.signInput .up {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 6.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.signInput .up svg {
  width: 100%;
}

.signInput .down {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 6.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.signInput .down svg {
  width: 100%;
}

.signInput__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 100%;
  background: #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-radius: 8px 0 0 8px;
}

.signInput__icon svg {
  width: 16px;
  color: #9ca3af;
}

.signInput__name {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 95px;
  height: 100%;
  background: #e5e7eb;
  border-left: 1px solid #e5e7eb;
  border-radius: 0 8px 8px 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9ca3af;
}

.signInput.signInput-domain .signInput__inner {
  padding: 0 95px 0 52px;
}

.signInput label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
  display: block;
  margin-bottom: 8px;
}

.signInput__inner {
  position: relative;
}

.signInput__inner svg {
  width: 15px;
  height: 15px;
}

.signInput__inner input,
select,
textarea,
.signInput__inner .inSelect {
  width: 100%;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary2-color);
  padding: 5px 8px;
  box-sizing: border-box;
}

/* .signInput__inner .inSelect {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding: 5px 8px;
} */
.signInput__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.signInput__row.space24 {
  margin-bottom: 16px;
}

.signInput__row.space {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ebeaed;
}

.signInput__col {
  width: calc(50% - 5px);
}

.signInput__col.big {
  width: calc(70% - 5px);
}

.signInput__col.sm {
  width: calc(30% - 5px);
}

.signInput__col.med {
  width: calc(33% - 5px);
}

.signSelect {
  margin-bottom: 16px;
}

.signSelect label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
  margin-bottom: 8px;
}

.signSelect .signInput__inner {
  position: relative;
  padding-left: 75px;
}

.signSelect__select {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 75px; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e5e7eb;
  border-radius: 8px 0 0 8px;
}

.signSelect__select select {
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e5e7eb;
  border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding: 5px 8px;
}

.signBtn {
  background: #2d2d50;
  border-radius: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding: 11px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  margin-bottom: 24px;
}

.signBtn:hover {
  opacity: 0.8;
}

.signMore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  box-sizing: border-box;
  border-radius: 4px;
  /* font-family: "Space Grotesk", sans-serif; */
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary2-color);
  height: 40px;
  border: 1px solid #dadce0;
  color: #3c4043;
  cursor: pointer;
  letter-spacing: 0.25px;
}

.signMore img {
  margin-inline-end: 11px;
  width: 12.5px;
  height: 12.5px;
}

.signOr {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.signOr::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #9ca3af;
}

.signOr span {
  display: inline-block;
  padding: 0 16px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #9ca3af;
  background: #fff;
  position: relative;
}

.signCheck {
  position: relative;
  margin-bottom: 24px;
}

.signCheck.secondary input:checked ~ label::before {
  background: #3581bd;
}

.signCheck.secondary input:checked ~ label::after {
  opacity: 1;
}

.signCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.signCheck input:checked ~ label::before {
  background: #2d2d50;
}

.signCheck input:checked ~ label::after {
  opacity: 1;
}

.signCheck label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding-left: 24px;
  position: relative;
}

.signCheck label::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #e5e7eb;
  content: '';
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 4px;
}

.signCheck label:after {
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: 5.5px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 2px;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s linear;
}

.signRadio {
  padding: 13px 0;
  position: relative;
  margin: 12px 0;
}

.signRadio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.signRadio input:checked ~ label::before {
  border: 1px solid #3581bd;
}

.signRadio input:checked ~ label::after {
  opacity: 1;
}

.signRadio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding-left: 36px;
  position: relative;
}

.signRadio label img {
  width: 46px;
}

.signRadio label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  content: '';
}

.signRadio label::after {
  position: absolute;
  content: '';
  width: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 12px;
  background: #3581bd;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
}

.signTab {
  display: none;
}

.signTab.active {
  display: block;
}

.sign .error {
  padding: 11px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  background: #ffe4e6;
  border: 1px solid #fda4af;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
}

.sign .error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sign .error__text {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #e11d48;
}

.sign .error__icon {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sign .error svg {
  width: 100%;
  color: #e11d48;
}

.sign .splitInput {
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sign .splitInput__input {
  position: relative;
  width: calc(16.6% - 4px);
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  border: 1px solid #e5e7eb;
}

.sign .splitInput input {
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  height: 36px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.sign .splitInput input:focus {
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.1);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.1);
  border: 3px solid #c2dcf0;
}

.sign .cardInput {
  margin-bottom: 16px;
  position: relative;
}

.sign .cardInput__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  padding: 5px 8px;
}

.sign .cardInput__input input {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #374151;
  line-height: 20px;
  margin-right: 8px;
  width: 35px;
  text-align: center;
}

.sign .cardInput__card {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sign .cardInput__card img {
  width: 100%;
}

.sign .dateInput__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  padding: 5px 8px;
}

.sign .dateInput__input span {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #374151;
  line-height: 20px;
  display: inline-block;
  margin: 0 4px;
}

.sign .dateInput__input input {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #374151;
  line-height: 20px;
  width: 20px;
}

.signLink {
  text-align: center;
  color: #14b8a6;
  display: block;
  margin-bottom: 16px;
}

.inter {
  background: #ffffff;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  font-family: 'Inter', sans-serif;
}

.inter .breadcrumbs {
  padding: 18px 24px;
  border-bottom: 1px solid #dde0e3;
}

.inter__inner {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inter__side {
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 240px;
  margin-right: 24px;
  background: #f8fafc;
  border-radius: 12px;
}

.inter__side-form {
  margin-bottom: 24px;
}

.inter__side-form .input {
  position: relative;
  width: 100%;
}

.inter__side-form .input svg {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 18px;
  height: 18px;
  color: #98a2b3;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.inter__side-form .input input {
  padding: 8px 8px 8px 36px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.inter__side-form .input input::-webkit-input-placeholder {
  color: #d1d5db;
}

.inter__side-form .input input::-moz-placeholder {
  color: #d1d5db;
}

.inter__side-form .input input:-ms-input-placeholder {
  color: #d1d5db;
}

.inter__side-form .input input::-ms-input-placeholder {
  color: #d1d5db;
}

.inter__side-form .input input::placeholder {
  color: #d1d5db;
}

.inter__side-links {
  margin-bottom: 24px;
}

.inter__side-links:last-child {
  margin-bottom: 0;
}

.inter__side-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #374151;
  margin-bottom: 10px;
}

.inter__side-link {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #374151;
  margin-bottom: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  display: block;
}

.inter__side-link:hover {
  color: #3a8ed0;
}

.inter__side-link:last-child {
  margin-bottom: 0;
}

.inter__main {
  width: calc(100% - 264px);
}

.inter__main-header {
  margin-bottom: 8px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inter__main-header a {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #3a8ed0;
}

.inter__main-header button {
  display: none;
}

.interCard {
  width: calc(33.3% - 18px);
  margin: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
}

.interCard__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interCard__image img {
  width: 100%;
}

.interCard__content {
  font-family: 'Space Grotesk', sans-serif;
  padding: 16px;
}

.interCard__content-title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #2d2d50;
  margin-bottom: 5px;
}

.interCard__content-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2d2d50;
  max-width: 240px;
}

.interCard__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px 18px -9px;
}

.interApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(33.3% - 18px);
  margin: 9px;
  padding: 18px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0e3;
}

.interApp__row {
  margin: 0 -9px 18px -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interApp__image {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.interApp__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.interApp__content {
  width: calc(100% - 70px);
  font-family: 'Space Grotesk', sans-serif;
}

.interApp__content-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #2d2d50;
  margin-bottom: 8px;
}

.interApp__content-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #2d2d50;
}

.opportOuter h3 {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  margin: 5px 15px;
}

.opportOuter {
  /* background: #ffffff; */
  /* border: 1px solid #e4e4e7; */
  /* border-radius: 12px; */
  font-family: 'Inter', sans-serif;
}

.opportOuter__btns {
  display: flex;
}

.opportOuter__btn {
  margin-left: 10px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 5px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  color: #374151;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.opportOuter__btn:hover {
  opacity: 0.8;
}

.opportOuter__btn:first-child {
  margin-left: 0;
}

.opportOuter__btn svg {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.opportOuter__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  padding-top: 0;
  /* border-bottom: 1px solid #dde0e3; */
  /* box-shadow: 0px 2px 6px #1f293714; */
}

/* .opportOuter__inner {
  padding: 12px;
} */
.opportOuter__inner-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.opportOuter__body {
  padding: 20px;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0px 1px 2px rgb(31 41 55 / 8%);
  border-radius: 6px;
}

.opportOuter__body:last-child {
  margin-bottom: 0;
}

.opportOuter__header {
  display: flex;
  padding: 0 24px;
  /* border-bottom: 1px solid #dde0e3; */
  /* box-shadow: 0px 2px 6px #1f293714; */
  margin-top: 20px;
  flex-wrap: wrap;
  /* background-color: #fff; */
}

.opportOuter__header-btn {
  margin-inline-end: 24px;
  padding: 14px 0;
  cursor: pointer;
  font-family: 'Space Grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  white-space: nowrap;
  position: relative;
}

.opportOuter__header-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  background: #2d2d50;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.opportOuter__header-btn:hover {
  opacity: 0.8;
}

.opportOuter__header-btn span {
  opacity: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline-end: 8px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  width: 20px;
  height: 20px;
}

.opportOuter__header-btn.active::before {
  width: 100%;
}

.opportOuter__header-btn.active .opportOuter__header-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.opportOuter__header-btn.active.checked::before {
  width: 100%;
}

.opportOuter__header-btn.active.checked .opportOuter__header-btn-icon {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opportOuter__header-btn.active.checked .opportOuter__header-btn-done {
  opacity: 0;
  display: none;
}

.opportOuter__header-btn.checked::before {
  width: 0;
}

.opportOuter__header-btn.checked .opportOuter__header-btn-icon {
  opacity: 0;
  display: none;
}

.opportOuter__header-btn.checked .opportOuter__header-btn-done {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.opport__title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
}

.opport__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.opport__col.textarea {
  width: 100% !important;
}

.opport__col {
  width: calc(25% - 10px);
  margin: 5px;
}

.opport__col.bg {
  width: calc(33.3% - 10px);
}

.opport__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 24px;
}

.opport__footer-btn {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: #3581bd;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}

.opport__footer-btn:hover {
  opacity: 0.8;
}

.opport__footer-btn svg {
  width: 6.5px;
  height: 10.5px;
  fill: #fff !important;
  margin-left: 8px;
}

.opport__footer-btn.skip {
  background: #fff;
  color: #374151;
  margin-right: 16px;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
}

.opportRow.sm {
  max-width: 215px;
  margin-bottom: 16px;
}

.opportRow__input {
  position: relative;
  border-radius: 4px;
}

.opportRow__input svg {
  width: 20px;
  height: 20px;
  right: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #9ca3af;
}

.opportRow label {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6b7280;
  display: block;
  margin-bottom: 8px;
}

.opportRow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.opportRow select,
.opportRow textarea,
.opportRow input {
  font-family: 'Space Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
}

.opportRow--select select {
  padding: 8px 36px 8px 8px;
}

.opportRow--percent span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  background: #f3f4f6;
  border-right: 1px solid #e5e7eb;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9ca3af;
}

.opportRow--percent input {
  padding: 8px 8px 8px 44px;
}

.opportTable {
  margin: 0 -10px;
  overflow: auto;
}

.opportTable::-webkit-scrollbar {
  display: none;
}

.opportTable {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.opportTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
}

.opportTable th,
.tableHeaderTh {
  background: #ebf4fa;
  border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #3a8ed0;
  text-align: left;
  padding: 8px 10px;
}

.opportTable th,
.opportTable td {
  white-space: nowrap;
  /* vertical-align: top; */
}

.opportTable th .opportRow,
.opportTable td .opportRow {
  margin: 0;
  /* min-width: 185px; */
}

.opportTable th .opportRow--select,
.opportTable td .opportRow--select {
  /* min-width: 385px; */
}

.opportTable th .checkbox,
.opportTable td .checkbox {
  margin: 0 auto;
  width: 24px;
}

.opportTotal {
  padding: 8px 10px;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
}

.opportDelete {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.opportDelete svg {
  color: #f43f5e !important;
  height: 18px;
  width: 18px;
}

.opportAdd {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  width: 100%;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.opportAdd svg {
  color: #3a8ed0 !important;
}

.opportSumm {
  padding: 24px;
  border-radius: 8px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
  background: #fff;
}

.opportSumm__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #374151;
  margin-bottom: 24px;
}

.opportSumm__inner-info {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.opportSumm__inner-info .opportSumm__inner-info-title {
  font-weight: 700;
}

.opportSumm__inner-info div {
  margin-inline-end: 10px;
  min-width: 15%;
  display: flex;
  justify-content: end;
}

.opportSumm__inner-total {
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.opportRadio {
  padding: 13px 0;
  position: relative;
  margin-right: 12px;
}

.opportRadio:last-child {
  margin-right: 0;
}

.opportRadio__title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #374151;
}

.opportRadio__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.opportRadio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.opportRadio input:checked ~ label::before {
  border: 1px solid #3581bd;
}

.opportRadio input:checked ~ label::after {
  opacity: 1;
}

.opportRadio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding-left: 30px;
  position: relative;
}

.opportRadio label img {
  width: 46px;
}

.opportRadio label::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  content: '';
}

.opportRadio label::after {
  position: absolute;
  content: '';
  width: 12px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  height: 12px;
  background: #3581bd;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
}

.user__title {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  color: #2e2c34;
  margin-bottom: 15px;
}

.user__inner {
  border-radius: 15px;
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 2px 0 rgba(31, 41, 55, 0.1);
  box-shadow: 1px 1px 1px 2px rgba(31, 41, 55, 0.1);
  margin-bottom: 10px;
}

.user__table-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

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

.user__table-header-search {
  width: 240px;
  margin-inline-end: 16px;
}

.user__table-header-search input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1f2937;
  padding: 8px;
  width: 100%;
}

.user__table-header-search input::-webkit-input-placeholder {
  color: #d1d5db;
}

.user__table-header-search input::-moz-placeholder {
  color: #d1d5db;
}

.user__table-header-search input:-ms-input-placeholder {
  color: #d1d5db;
}

.user__table-header-search input::-ms-input-placeholder {
  color: #d1d5db;
}

.user__table-header-search input::placeholder {
  color: #d1d5db;
}

.user__table-header-type {
  position: relative;
}

.user__table-header-type select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 8px 8px 58px;
  line-height: 20px;
  color: #1f2937;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-sizing: border-box;
}

.user__table-header-type span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9ca3af;
}

.user__table-header-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user__table-header-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  padding: 10px 16px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user__table-header-btn.tablePrimary {
  color: #ffffff;
  background: #3581bd;
  color: #fff;
}

.user__table-header-btn.tablePrimary svg {
  margin-right: 6px;
}

.userTable {
  width: 100%;
  overflow-x: auto;
}

.userTable::-webkit-scrollbar {
  display: none;
}

.userTable {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.userTable table {
  width: 100%;
}

.userTable table thead {
  background: #f9fafb;
}

.userTable table th {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}

.userTable table td {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  white-space: nowrap;
}

.userTable table td,
.userTable table th {
  padding: 12px 8px;
}

.userTableHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.userTableCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.userTableCol img {
  width: 24px;
  border-radius: 50%;
  height: 24px;
  margin-right: 16px;
}

.userTableCol span {
  display: inline-block;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
  line-height: 16px;
}

.userTableCol span.active {
  color: #0d9488;
  background: #ccfbf1;
}

.userTableCol span.inactive {
  background: #ffe4e6;
  color: #e11d48;
}

.userTableAct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.userTableAct__btn {
  /* width: 40px;
  height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  margin-inline-end: 10px;
}

.userTableAct__btn svg path {
  fill: #374151;
}

.userTableAct__btn svg {
  width: 16px;
  height: 16px;
}

.userTableFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}

.userTableFooter__show {
  display: flex;
  align-items: center;
  font-family: 'Space Grotesk';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.userTableFooter__show-select {
  margin-inline-start: 16px;
  position: relative;
  cursor: pointer;
}

.userTableFooter__show-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  padding: 8px 36px 8px 8px;
  text-overflow: '';
  background: #ffffff;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
  font-family: 'Space Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
}

.userTableFooter__show-select svg {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.userInfo {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}

.modal-tabs .info__tab-header {
  border-bottom: 0;
  /* background: var(--white-color);
  box-shadow: 0px 2px 6px rgba(31, 41, 55, 0.08);
  padding: 10px;
  margin-top: 10px; */
}

.modal-container {
  padding: 0 30px;
}

.modal-data-container {
  padding-top: 24px;
  flex: 1;
  overflow-y: auto;
}

.modal-header-bg {
  background: var(--white3-color);
}

.userInfo__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 960px;
  background: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /* padding: 30px; */
}

.userInfo hr {
  width: 100%;
  height: 1px;
  background: #ebeaed;
  margin: 15px 0;
}

.userInfo__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.userInfo__header-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #2e2c34;
}

.userInfo__header-title.title--second {
  font-size: 16px;
  line-height: 20px;
}

.userInfo__header-title span {
  margin-top: 8px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #84818a;
}

.userInfo__header-btns {
  display: flex;
  align-items: center;
}

.userInfo__header-btns button {
  margin-inline-end: 10px;
}

/* .userInfo__header-btn {
  
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #374151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 16px;
  cursor: pointer;
}
.userInfo__header-btn svg {
  width: 20px;
  height: 20px;
} */
.userInfo__info {
  color: #000000;
  display: flex;
  padding: 12px;
  background: #f9fafb;
  border: 1px solid #e4e4e7;
  box-shadow: 0px 1px 2px rgba(31, 41, 55, 0.08);
  border-radius: 15px;
}

.userInfo__info-image {
  width: 100px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
  overflow: hidden;
  margin-right: 12px;
}

.userInfo__info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.userInfo__info-content {
  width: calc(100% - 112px);
}

.userInfo__info-content-header {
  margin-bottom: 14px;
}

.userInfo__info-content-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #2d2d50;
  margin-bottom: 8px;
}

.userInfo__info-content-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  color: #2d2d50;
}

.userInfo__info-content-date svg {
  width: 13px;
  height: 13px;
  margin-inline-end: 3px;
}

.userInfo__info-content-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(31, 41, 55, 0.08);
  border-radius: 4px;
}

.userInfo__info-content-col {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  color: #515b6f;
}

.userInfo__info-content-col span {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #374151;
  margin-top: 4px;
}

.userInfo__info-content-col span.active {
  color: #0d9488;
  background: #ccfbf1;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 4px;
  line-height: 16px;
  max-width: 60px;
  text-align: center;
}

.userInfo__info-content-col span.inactive {
  background: #ffe4e6;
  color: #e11d48;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 12px;
  max-width: 60px;
  text-align: center;
  border-radius: 4px;
  line-height: 16px;
}

.userInfo__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.userInfo__check {
  width: calc(33.3% - 14px);
  margin: 7px;
  border: 1px solid #f1f5f9;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.userInfo__check-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 46px);
}

.userInfo__check-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #2d2d50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
}

.userInfo__check-title {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  width: calc(100% - 35px);
}

.userInfo__check-btn {
  position: relative;
  width: 32px;
  height: 20px;
}

.userInfo__check-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.userInfo__check-btn input:checked ~ label {
  background: #3581bd;
  border: 1px solid #3581bd;
}

.userInfo__check-btn input:checked ~ label::before {
  background: #fff;
  left: 14px;
}

.userInfo__check-btn label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  border: 1px solid #d1d5db;
}

.userInfo__check-btn label::before {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  content: '';
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 2px;
  border-radius: 50%;
  background: #84818a;
}

.userInfo__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.userInfo__footer-btn {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 10px;
  background: #3581bd;
  margin-left: 5px;
  border: 1px solid #3581bd;
}

.userInfo__footer-btn.del {
  background: #fff;
  margin-left: 0;
  color: #f43f5e;
  border: 1px solid #f43f5e;
}

@-webkit-keyframes userInfo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes userInfo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1460px) {
  .toolsItem {
    width: calc(20% - 10px);
  }
}

@media (max-width: 1340px) {
  .dHeader__inner-btn span {
    display: none;
  }

  .dHeader__inner-btn svg {
    margin: 0;
  }

  .company__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .company__info-social {
    margin-top: 10px;
  }

  .inter__inner {
    padding: 16px;
  }

  .inter__side {
    padding: 16px;
    width: 180px;
    margin-right: 20px;
  }

  .inter__main {
    width: calc(100% - 200px);
  }
}

@media (max-width: 1280px) {
  .auto__container {
    padding: 0 30px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
  }

  h2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 18px;
    line-height: 26px;
  }

  body {
    font-size: 16px;
    line-height: 26px;
  }

  .intro {
    padding: 60px 0 120px 0;
  }

  .intro__inner-social {
    bottom: -70px;
  }

  .dHeader__inner-row {
    display: none;
  }

  .company__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company__header-location {
    margin-bottom: 10px;
  }

  .company__info-general {
    width: calc(33.3% - 12px);
    margin: 6px;
  }

  .company__info-general-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
  }

  .toolsItem {
    width: calc(25% - 10px);
  }

  .feed__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }

  .feed__col {
    /* width: calc(50% - 20px); */
    margin: 10px;
  }

  .clientBox__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin: 0 -3px;
  }

  .clientBox__header-side {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .clientBox__input {
    margin: 3px;
  }

  .clientBox__select {
    margin: 3px;
  }

  .clientBox__btn {
    margin: 3px;
  }

  .clientBox .button {
    margin: 3px;
  }

  .classification__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .classification__col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .classification__col::before {
    display: none !important;
  }

  .classification__col::after {
    display: none !important;
  }

  .classificationItem {
    width: calc(25% - 10px);
    margin: 5px;
  }

  .classificationItem::before {
    display: none !important;
  }

  .classificationItem::after {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .main {
    margin-top: 72.7px;
  }

  .mainDash {
    padding: 12px;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 72.7px;
    left: 0;
    width: 100%;
    height: calc(100% - 72.7px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }

  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #020230;
  }

  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    color: #fff;
    margin-right: 0;
    font-size: 16px;
    line-height: 1;
  }

  .nav__inner-lang {
    padding: 15px;
  }

  .nav__inner-lang-title {
    position: relative;
  }

  .nav__inner-lang-title span {
    position: absolute;
    top: 6px;
    right: 0;
  }

  .nav__inner-lang-content {
    position: unset;
  }

  .nav__inner-lang-content-link {
    padding: 10px 0 10px 25px;
  }

  .nav .button {
    margin: 5px 15px;
    text-align: center;
  }

  .body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
  }

  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #fff;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  body.arabic .nav__inner-link {
    margin: 0;
    text-align: right;
  }

  body.arabic .nav__inner-lang span {
    display: none;
  }

  body.arabic .nav__inner .button {
    margin: 10px 15px;
  }

  .header {
    padding: 15px 0;
  }

  .intro {
    padding: 60px 0;
  }

  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro__inner-content {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-bottom: 40px;
  }

  .intro__inner-form {
    margin: 0 auto;
  }

  .intro__inner-image {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 40px auto;
  }

  .intro__inner-social {
    position: unset;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .intro__inner-social-link {
    margin: 0 8px;
  }

  .feature__inner-row {
    margin: 0 -5px;
  }

  .featureCard {
    width: calc(33.3% - 10px);
    margin: 0 5px;
  }

  .featureCard__body {
    padding: 16px;
  }

  .featureCard__body h5 span {
    font-size: 40px;
    line-height: 1;
    margin-right: 15px;
  }

  body.arabic .featureCard__body h5 span {
    margin: 0 0 0 15px;
  }

  .app {
    padding: 50px 0;
  }

  .testimonials__inner-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonialsCard {
    width: calc(25% - 32px);
    margin: 16px;
  }

  .testimonialsCard:nth-child(4) .testimonialsCard__content {
    right: 0;
    left: unset;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .testimonialsCard:nth-child(2) .testimonialsCard__content {
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .testimonialsCard:nth-child(7) .testimonialsCard__content {
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  .testimonialsCard:nth-child(5) .testimonialsCard__content {
    left: 0;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .search__header {
    padding: 12px;
  }

  .search__body {
    width: 100%;
  }

  .filter {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    z-index: 1000;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }

  .filter.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .filterBtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .filter__inner {
    width: 100%;
    max-width: 275px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }

  .inter__side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }

  .inter__side.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .inter__side-inner {
    max-width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .inter__main {
    width: 100%;
  }

  .inter__main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .inter__main-header button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #e4e4e7;
    background: #fff;
  }

  .interApp {
    width: calc(50% - 18px);
  }

  .opport__col {
    width: calc(50% - 10px);
  }

  .opport__col.bg {
    width: calc(50% - 10px);
  }

  .toolsItem {
    width: calc(33.3% - 10px);
  }

  .feed__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }

  .feed__col {
    /* width: 100%; */
    margin: 0 0 10px 0;
  }

  .location__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .location__inner ul {
    width: 100%;
  }

  .location__inner-image {
    width: 100%;
  }

  .classificationItem {
    width: calc(50% - 10px);
  }

  .user__table-header {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; */
    margin-bottom: 12px;
  }

  .user__table-header-row {
    margin-bottom: 12px;
  }

  .user__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .userTableFooter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .userTableFooter .pagination {
    margin-bottom: 12px;
  }
}

@media (max-width: 540px) {
  .sign__inner {
    width: 320px;
  }

  .feature__inner-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
  }

  .featureCard {
    width: calc(50% - 20px);
    margin: 10px;
  }

  .favorite {
    padding: 40px 0;
    position: relative;
  }

  .favorite__inner-content {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .favorite__inner-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 550px;
    margin: 0;
    height: 310px;
  }

  .favorite__inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -o-object-position: top left;
    object-position: top left;
  }

  .favorite__inner-apps {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .favorite__inner-apps-item {
    margin: 5px;
  }

  body.arabic .favorite__inner-apps-item {
    margin: 5px;
  }

  .app {
    padding: 40px 0;
  }

  .app__inner-image {
    display: none;
  }

  .app__inner-content {
    width: 100%;
    text-align: center;
  }

  .app__inner-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app__inner-btn {
    margin: 0 5px;
  }

  .interCard {
    width: calc(50% - 18px);
    margin: 9px;
  }

  .interCard:nth-child(3) {
    display: none;
  }

  .interCard__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interApp__row.new .interApp:nth-child(3) {
    display: none;
  }

  .opportTable td .opportRow {
    min-width: 140px;
  }

  .opportOuter__btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4px;
  }

  .opportOuter__btn {
    margin: 4px;
  }

  .opportOuter__body {
    padding: 12px;
  }

  .opportOuter__header {
    padding: 0 12px;
  }

  .opportOuter__header-btn {
    margin-right: 16px;
    padding: 8px;
  }

  .opportOuter__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 12px;
  }

  .opportOuter__top .breadcrumbs {
    margin-bottom: 16px;
  }

  .opportSumm {
    padding: 12px;
  }

  .opportSumm__title {
    margin-bottom: 12px;
  }

  .opportSumm__inner-total {
    margin-top: 12px;
  }

  .opportSumm__inner-info {
    font-size: 14px;
    line-height: 20px;
  }

  .opportRadio__title {
    font-size: 14px;
    line-height: 18px;
  }

  .search__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .toolsItem {
    width: calc(50% - 10px);
  }

  .info__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .info__header-btns {
    margin-top: 6px;
  }

  .info__header-btn {
    margin: 0 6px 0 0;
  }

  .clientBox {
    padding: 6px;
  }

  .clientBox__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .userInfo__inner {
    padding: 16px;
  }

  /* .userInfo__inner::-webkit-scrollbar {
    display: none;
  } */
  /* .userInfo__inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
  } */
  .userInfo__check {
    width: calc(50% - 14px);
  }
}

@media (max-width: 700px) {
  .footer {
    padding-top: 40px 0 0 0;
  }

  .footer__inner-nav {
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__inner-nav-link {
    margin: 16px;
  }

  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0;
  }

  .copyright__nav {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .copyright__text {
    margin-top: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .mainDash {
    padding: 6px;
    margin: 60px 0 30px 70px;
  }

  .sidebar.active .sidebar__inner {
    max-width: 250px;
  }

  .sidebar.active .sidebar__inner-logo {
    width: 120px;
  }

  .sidebar__inner {
    padding: 12px;
    min-width: 70px;
  }

  .sidebar__inner-logo {
    width: 45px;
    height: 45px;
  }

  .sidebar__inner-nav-link {
    padding: 10px 13px;
  }

  .sidebar__inner-nav-link span {
    font-size: 12px;
    line-height: 20px;
  }

  .help__text {
    font-size: 12px;
    line-height: 20px;
  }

  .help span {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .switch {
    font-size: 12px;
    line-height: 20px;
  }

  .switch span svg {
    width: 15px;
  }

  .dHeader {
    padding: 10px 10px 10px 80px;
  }

  .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company__image {
    margin: 0 0 16px 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .company__content {
    width: 100%;
  }

  .paginator li {
    width: 30px;
    height: 30px;
    font-size: 12px;
    margin: 0 2px;
  }

  .general ul li {
    width: 50%;
  }

  .classificationItem {
    width: calc(100% - 10px);
  }

  .pagination ul li.arrow a {
    width: 30px;
    height: 30px;
  }

  .pagination ul li:nth-child(6),
  .pagination ul li:nth-child(5),
  .pagination ul li:nth-child(4) {
    display: none;
  }

  .user__inner {
    border-radius: 8px;
    padding: 12px;
  }

  .user__table-header {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .user__table-header-search {
    width: calc(100% - 150px);
    max-width: unset;
  }

  .user__table-header-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px;
  }

  .user__table-header-btn {
    margin: 2px;
  }

  .userInfo__info-content-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .userInfo__info-content-col {
    margin: 7px;
    width: calc(50% - 14px);
  }
}

@media (max-width: 600px) {
  .auto__container {
    padding: 0 16px;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  body {
    font-size: 16px;
    line-height: 26px;
  }

  .intro {
    padding: 30px 0;
  }

  .intro__inner-content {
    margin-bottom: 20px;
  }

  .intro__inner-image {
    margin-bottom: 20px;
  }

  .intro__inner-form-input {
    width: calc(100% - 100px);
  }

  .intro__inner-form-input input {
    padding: 16px;
  }

  .intro__inner-form .button {
    padding: 12px 0;
    width: 100px;
  }

  .intro p {
    margin-bottom: 16px;
  }

  .intro .button.uniq {
    margin-bottom: 16px;
  }

  .feature {
    padding: 40px 0;
  }

  .feature__inner-row {
    margin: 0;
  }

  .featureCard {
    width: 100%;
    margin: 10px 0;
  }

  .featureCard__body {
    padding: 32px;
  }

  .trial {
    padding: 40px 0;
  }

  .trial__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trial__inner-row .button {
    margin: 6px 0;
    width: 100%;
    text-align: center;
  }

  .app__inner-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .app__inner-btn {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .testimonials__inner-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonialsCard {
    width: calc(50% - 32px);
    margin: 16px;
  }

  .testimonialsCard__content {
    width: 250px;
    padding: 16px;
  }

  .testimonialsCard:nth-of-type(odd) .testimonialsCard__content {
    left: 0 !important;
    right: unset !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .testimonialsCard:nth-of-type(even) .testimonialsCard__content {
    right: 0 !important;
    left: unset !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }

  .company__info-general {
    width: calc(50% - 12px);
  }

  .interCard {
    width: 100%;
    margin: 0 0 16px 0;
    display: block !important;
  }

  .interCard__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .interApp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 0 16px 0;
    width: 100%;
  }

  .interApp__image {
    width: 50px;
    height: 50px;
  }

  .interApp__content {
    width: calc(100% - 60px);
  }

  .interApp__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .opport__col {
    width: calc(100% - 10px);
  }

  .opport__col.bg {
    width: calc(100% - 10px);
  }

  .opport__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .opport__footer-btn {
    width: 100%;
    margin: 5px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .search__header-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search__header-btn {
    margin: 0;
  }

  .search .checkbox {
    margin: 0 0 10px 0;
  }

  .search select {
    margin: 0 0 10px 0;
  }

  .tools__inner-grid {
    margin: 0;
  }

  .toolsItem {
    width: 100%;
    margin: 5px 0;
  }

  .infoTitle {
    padding: 0 6px;
  }

  .info__header-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info__header-btn {
    /* width: 100%; */
    /* margin: 3px 0; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info__tab-header {
    padding: 0;
  }

  .info__tab-header-btn {
    margin: 0 6px;
  }

  .info__tab-body {
    padding: 0;
  }

  .feed__col {
    padding: 4px;
    background: none;
  }

  .feedTwitter {
    padding: 9px;
  }

  .feedTwitter__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feedTwitter__avatar {
    margin-bottom: 10px;
  }

  .feedTwitter__content {
    width: 100%;
  }

  .feedTwitter__content-like svg {
    position: unset;
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .feedLinked__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feedLinked__footer-info {
    width: 50%;
  }

  .feedLinked__trans-emoji {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feedLinked__trans-numb {
    width: 100%;
    margin-top: 10px;
  }

  .feedFacebook__footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feedFacebook__footer-info {
    width: 50%;
  }

  .location ul li {
    width: 100%;
  }

  .general ul li {
    width: 100%;
  }

  .user__table-header-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .user__table-header-search {
    width: 100%;
    margin: 0 0 12px 0;
  }

  .userInfo__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .userInfo__header-title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .userInfo__header-btns {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .userInfo__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .userInfo__info-image {
    margin-bottom: 12px;
  }

  .userInfo__info-content {
    width: 100%;
  }

  .userInfo__info-content-col {
    margin: 7px 0;
    width: 100%;
  }

  .userInfo__grid {
    margin: 0;
  }

  .userInfo__check {
    width: 100%;
    margin: 7px 0;
  }

  .userTable table td,
  .userTable table th {
    font-size: 12px;
    line-height: 14px;
    padding: 8px 4px;
  }

  .sign {
    padding: 20px 0;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }

  .signText br {
    display: none;
  }

  .signHeader__step span {
    font-size: 12px;
    line-height: 14px;
  }

  .sign__inner {
    padding: 20px;
  }

  .signInput .signInput-domain .signInput__inner {
    padding: 0 75px 0 52px;
  }

  .signInput__name {
    width: 75px;
  }

  .signInput__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .signInput__col {
    width: 100%;
    margin-bottom: 16px;
  }
}
