@import url(../fonts/stylesheet.css);
@-ms-viewport {
  width: device-width;
}
html {
  line-height: 1.15 !important;

  -webkit-text-size-adjust: 100% !important;
}

body {
  margin: 0;
  background-color: #f0f2fa !important;
}

html, body {
  font-family: 'Inter', sans-serif !important;
}

main {
  display: block;
}
ul,
ol {
  list-style-type: none;
}
ol,
ul {
  padding-left: 0rem !important;
}

a {
  text-decoration: none !important;
}
.social-icon a {
  color: #000 !important;
}

html,
body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
button {
  margin: 0;
  padding: 0;
  line-height: 1;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

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

.page-center {
  min-height: 100vh;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 30px 15px;
}

.main-wrapper {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.layer.active {
  display: block;
}

@font-face {
  font-family: "demo";
  font-display: swap;
  src: url("../fonts/demo.woff") format("woff"),
    url("../fonts/demo.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Black";
  font-display: swap;
  src: url("../fonts/Inter-Black.woff") format("woff"),
    url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraBold";
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff") format("woff"),
    url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Light";
  font-display: swap;
  src: url("../fonts/Inter-Light.woff") format("woff"),
    url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraLight";
  font-display: swap;
  src: url("../fonts/Inter-ExtraLight.woff") format("woff"),
    url("../fonts/Inter-ExtraLight.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Medium";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-SemiBold";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"),
    url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "stylesheet";
  font-display: swap;
  src: url("../fonts/stylesheet.woff") format("woff"),
    url("../fonts/stylesheet.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-Thin";
  font-display: swap;
  src: url("../fonts/Inter-Thin.woff") format("woff"),
    url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

/* Basic config for all custom icons: */

.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.logo {
  /* background-image: url(../img/ts-logo.svg); */
  height: 50px;
  width: 210px;
  background-size: 210px;
}

.menu-toggle {
  background-image: url(../img/svg/Menu-toggle-white.svg);
  width: 24px;
  height: 24px;
}

.menu-toggle--gray {
  background-image: url(../img/svg/Menu-toggle-gray.svg);
  width: 24px;
  height: 24px;
}

.sidebar-body-menu .icon {
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.dashboard {
  background-image: url(../img/left-icon/dashboard1.svg);
}
.manage {
  background-image: url(../img/left-icon/manage2.svg);
}
.addAuth {
  background-image: url(../img/left-icon/AddAuth3.svg);
}
.removeAuth {
  background-image: url(../img/left-icon/removeAuth4.svg);
}
.howAdd {
  background-image: url(../img/left-icon/howAdd5.svg);
}
.order {
  background-image: url(../img/left-icon/order6.svg);
}
.requirements {
  background-image: url(../img/left-icon/requirement7.svg);
}
.pay {
  background-image: url(../img/left-icon/pay8.svg);
}
.faq {
  background-image: url(../img/left-icon/faq9.png);
}
.curvedarrow {
  background-image: url(../img/left-icon/curvedarrow.png);
}

.notification {
  width: 24px;
  height: 24px;
  font-size: 1.4em;
}

.search-wrapper i {
  stroke: #d6d7e3;
  position: absolute;
  left: 11px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
  color: #ccc;
}

.lang-switcher svg {
  stroke: #b9b9b9;
}

.theme-switcher svg {
  width: 24px;
  height: 24px;
}

.theme-switcher circle {
  fill: #d6d7e3;
  stroke: #d6d7e3;
}

.theme-switcher line {
  stroke: #d6d7e3;
}

.folder-list svg {
  color: #ffb648;
  fill: #ffb648;
}

.files-item__img svg {
  color: #fff;
  width: 27px;
  height: 27px;
}

.library-table-name span {
  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: 20px;
  height: 20px;
  padding: 2px 3px;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
}

.library-table-name span.info {
  background-color: #5887ff;
}

.library-table-name span.danger {
  background-color: #f26464;
}

.library-table-name span.warning {
  background-color: #ffb648;
}

.library-table-name span.success {
  background-color: #4bde97;
}

.library-table-name span.purple {
  background-color: #5f2eea;
}

.dropzone-start svg {
  width: 60px;
  height: 60px;
  color: #d6d7e3;
  stroke-width: 1px;
}

h1,
h2,
h3 {
  letter-spacing: 1px;
  color: #171717;
}

.h-1 {
  font-size: 64px;
  line-height: 1.03;
}

.h-2 {
  font-size: 48px;
  line-height: 1.04;
}

.h-3 {
  font-size: 32px;
  line-height: 1.06;
}

.main-title {
  font-size: 20px;
  line-height: 1.42;
  color: #05004e;
  padding: 12px 6px;
}

/* Buttons */

button {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  border: 2px solid transparent;
}

button:focus {
  outline: none;
}

button.disabled {
  cursor: default;
  color: #d6d7e3;
}

button.disabled:hover {
  color: #d6d7e3;
}

button.disabled:focus {
  border-color: transparent !important;
  outline: none;
}

.main-btns-wrapper button,
.main-btns-wrapper select {
  min-height: 48px;
  line-height: 1.5;
}

.transparent-btn {
  background-color: transparent;
}

.transparent-btn:focus {
  outline: none;
}

.default-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  padding: 10px;
  transition: 0.3s;
  font-size: 18px;
  margin: 0 5px;
}
.default-btn i {
  padding: 0 4px 0 1px;
}

.primary-btn {
  border: 1px solid #69bd45;
  background-color: #69bd45;
  color: #fff;
}

.primary-btn:hover {
  color: #000;
  background-color: #49d70c;
}

.secondary-btn {
  border: 1px solid #0f365949;
  color: #0f3659;
  background-color: transparent;
  transition: 0.3s;
}

.secondary-btn:hover {
  background-color: #0f3659;
  color: #fff;
}

.small-btn {
  font-size: 12px !important;
  line-height: 14px;
  /* padding: 5px; */
}

.sidebar-toggle {
  opacity: 0.6;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.sidebar-toggle:hover {
  opacity: 1;
}

.sidebar-toggle.rotated {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.category__btn {
  position: absolute;
  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%;
  right: 0;
  top: 13px;
  z-index: 1;
}

.gray-circle-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;
  background-color: #eff0f6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 0;
}

.ligt-circle-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-width: 0;
  background-color: #f5efff;
}

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

.nav-user-btn {
  background-color: transparent;
  display: flex;
  align-items: center;
}

.extentions-btn {
  border: 1px solid #eeeeee !important;
  border-radius: 4px;
  background-color: transparent;
  padding: 5px 20px;
  color: #f26464;
}

.extentions-btn.disabled {
  color: #d6d7e3;
}

.filter-btn svg {
  margin-right: 6px;
}

.sort-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
  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: #d6d7e3;
  padding: 2px 8px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.tag-btn svg {
  margin-left: 8px;
  width: 16px;
  height: 16px;
}

.folder-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;
  width: 30px;
  height: 30px;
  background-color: #eff0f6;
  border-radius: 5px;
}

.folder-btn svg {
  width: 16px;
  height: 16px;
  color: #b9b9b9;
}

.upgrade-btn {
  padding: 10px 17px;
  background: rgba(0, 97, 247, 0.1);
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  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;
  text-align: center;
  color: #5f2eea;
}

.upgrade-btn:hover {
  color: #5f2eea;
  background: rgba(0, 97, 247, 0.15);
}

.upgrade-btn svg {
  margin-left: 10px;
}

.media-table-btn {
  padding: 10px 20px;
  background-color: transparent;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  color: #b9b9b9;
}

.view-sort-btn {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background-color: #eff0f6;
  color: #d6d7e3;
}

.view-sort-btn:hover {
  color: #fff;
  background-color: #e0e3f1;
}

.dropdown-btn {
  color: #999;
}

/* Links */

.link-info {
  color: #5887ff;
  border-bottom: dashed 1px transparent;
}

.link-info:hover {
  color: #5887ff;
  border-bottom-color: #5887ff;
}

.dropdown-menu li:last-child a {
  border-width: 0;
}

.dropdown-menu a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #767676;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.dropdown-menu a:hover {
  color: #2f49d1;
}

.dropdown-menu.show i {
  padding: 0 10px;
}

.card-body.table-row-cont {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 20px 20px #2e31921f;
}

.users-table table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.users-table-info {
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  height: 48px;
  border-bottom: 1.2px solid #dadbe4;
  font-size: 14px;
}

.users-table-info th {
  font-weight: 500;
  color: #adabab;
}

.users-table td {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 15px;
  padding-bottom: 15px;
}

.users-table td:first-child {
  padding-left: 20px;
}

.users-table tbody {
  font-size: 14px;
}

.users-table tbody tr.active td {
  background-color: rgba(47, 73, 209, 0.1);
}

.table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 20px;
}

.table-wrapper table {
  min-width: 850px;
}

.table-wrapper table.posts-table {
  min-width: 850px;
}

.table-wrapper table.library-table {
  min-width: 483px;
}

/* togal table */

td.hiddenRow {
  padding: 0 !important;
  text-wrap: wrap;
}

.tabel-acc-row {
  background: rgba(122, 184, 40, 0.1);
  padding: 10px;
  max-height: 300px;
  overflow-y: auto;
}

.tabel-acc-col {
  width: calc(33% - 10px);
  display: inline-block;
  padding: 1%;
  min-height: 175px;
}
.card-table {
  position: relative;
}

.card-table .card-title {
  line-height: 20px;
  padding-left: 5%;
}

.table-responsive thead th {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
}
td.action i {
  padding: 10px;
  font-size: 1em;
  background-color: #e6f7d9;
  color: green;
  border-radius: 5px;
}
@media (max-width: 767px) {
  section.container-fluid {
    padding: 0;
  }

  table#order-list {
    min-width: inherit;
  }

  .tabel-acc-row {
    padding: 10px 5px;
  }
  .tabel-acc-col {
    width: 100%;
    margin-bottom: 10px;
  }
  .card-table .card-title {
    padding-left: 0;
  }

  .white-box {
    left: 0;
  }
  .ordet-table td,
  .ordet-table th {
    display: inline-grid;
    text-wrap: wrap;
  }
  .ordet-table tr.accordion-toggle td {
    display: inline-block;
    text-wrap: wrap;
    padding-left: 35% !important;
    min-height: 40px;
    height: auto;
    font-size: 14px;
  }
  .ordet-table tr.accordion-toggle td.more {
    padding-left: 0 !important;
  }
  .ordet-table tr.accordion-toggle td:last-child {
    border: none;
  }

  .ordet-table tr.accordion-toggle td {
    padding-left: 49% !important;
}

  tbody tr.accordion-toggle:nth-child(even),
  tbody tr.accordion-toggle:nth-child(odd) {
    margin-bottom: 35px;
    border-radius: 20px;
    padding: 15px 10px;
    border: 1px solid #cccccc;
  }

  td.action {
    text-align: right;
  }

  .action,
  td.status {
    display: flex;
  }

  .cards thead {
    display: none;
  }

  .cards tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    position: relative;
  }

  .cards tr > th {
    display: none;
  }

  .cards tr > td::before {
    content: attr(data-label) ": ";
    font-weight: bold;
    position: absolute;
    left: 10px;
    font-size: 13px;
  }
  .cards tr > td.nodata::before {
    content: attr(data-label) " " !important;
    /* font-weight: bold;
    position: absolute;
    left: 10px;
    font-size: 13px; */
  }

  .cards tr > td.action::before,
  .cards tr > td.more::before,
  .cards tr > td.hiddenRow::before {
    display: none;
  }
  td.more {
    justify-content: end;
    position: absolute;
    bottom: 15px;
    right: 10px;
  }

  tr.tr-show {
    top: -50px;
  }

  table.total-foot {
    width: 99%;
    min-width: 99%;
    background: #003581;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 15px;
    display: block;
    box-shadow: 0 0 10px #cccccc;
    color: #ffffff;
    margin-bottom: 40px;
  }
  table.total-foot tfoot th {
    width: 25%;
  }
}
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background-color: #2e3192 !important;
  /* width: 350px; */
  width: auto;
  padding: 20px 15px 37px 20px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  min-height: 100vh;
  /* sidebar head */
  /* sidebar body */
  /* sidebar footer */
}

.sidebar a:focus {
  outline: none;
}

.sidebar-head {
  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;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-body {
  padding-top: 20px;
}

.sidebar-body-menu li {
  position: relative;
  margin: 5px 10px;
}

.sidebar-body-menu a {
  position: relative;
  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;
  padding: 8px 12px;
  border-radius: 5px;
  opacity: 0.6;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}

.sidebar-body-menu a::after {
  position: absolute;
  content: "";
  height: 22px;
  width: 3px;
  right: -11px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.sidebar-body-menu a:hover {
  opacity: 1;
  background-color: #020679 !important;
}

.sidebar-body-menu a:hover::after {
  opacity: 1;
}

.sidebar-body-menu a.active {
  opacity: 1;
  background-color: #69bd45;
}

.sidebar-body-menu a.active::after {
  opacity: 1;
}

.sidebar-body-menu a > .icon {
  margin-right: 10px;
}

a.sidebar-user {
  display: inline-flex;
  padding: 10px;
  background: #ffffff20;
  border-radius: 10px;
}
a.sidebar-user ul {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  display: inline-flex;
  gap: 15px;
}

a.sidebar-user h5 {
  font-size: 21px;
  color: #2e3192;
  font-weight: 300;
}
a.sidebar-user h4 {
  font-size: 21px;
  font-weight: 600;
  color: #2e3192;
  padding: 5px 0;
}

.sidebar-user img {
  background: rgb(255 255 255 / 13%);
}

.logo {
  margin-right: 9px;
}

.logo-wrapper {
  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;
}

.logo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.logo-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.86px;
}

.logo-subtitle {
  font-size: 12px;
  font-weight: 500;
  line-height: 2.42;
  letter-spacing: 0.86px;
}

.msg-counter {
  position: absolute;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background-color: #f26464;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 12px !important;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: #ffffff;
}

.system-menu__title {
  display: inline-block;
  margin-top: 13px;
  margin-bottom: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 0.75px;
  color: rgba(255, 255, 255, 0.5);
}

.category__btn .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.category__btn.rotated .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-nav {
  padding-top: 10px;
  padding-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: right;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-nav a:focus {
  outline: none;
}

.main-nav--bg {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff;
  display: flex !important;
  justify-content: space-between !important;
}

.main-nav--bg h1 {
  padding: 20px;
  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: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main-nav-start {
  padding: 0 10px;
}
.main-nav-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav-end > * {
  margin-right: 15px;
}

.main-nav-end > *:last-child {
  margin-right: 0;
}

.main-nav .notification {
  position: relative;
}

.main-nav .notification::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  height: 9px;
  width: 9px;
  border: 1px solid #fff;
  background-color: #f26464;
}

.main-nav .notification.active::after {
  display: initial;
}

.main-nav .notification-wrapper {
  position: relative;
}

.main-nav .notification-dropdown {
  right: 0;
  width: 236px;
  padding: 10px;
}

.main-nav .notification-dropdown-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 167px;
}

.main-nav .notification-dropdown__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 5px;
}

.main-nav .notification-dropdown__subtitle {
  font-size: 10px;
  line-height: 1.2;
  color: #767676;
}

.main-nav .notification-dropdown-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;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.main-nav .notification-dropdown-icon.info {
  background-color: rgba(88, 135, 255, 0.1);
  color: #5887ff;
}

.main-nav .notification-dropdown-icon.danger {
  background-color: rgba(242, 100, 100, 0.1);
  color: #f26464;
}

.main-nav .notification-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 15px;
}

.main-nav .notification-dropdown a.link-to-page {
  padding-top: 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #5887ff;
}

.main-nav .nav-user-wrapper {
  position: relative;
}

.main-nav .nav-user-wrapper .users-item-dropdown {
  width: 171px;
  right: 0;
}

.main-nav .nav-user-wrapper .users-item-dropdown svg {
  margin-right: 13px;
}

.main-nav .nav-user-wrapper .users-item-dropdown a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .nav-user-wrapper .users-item-dropdown a.danger {
  color: #f26464;
}

.main-nav .nav-user-img {
  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;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background-color: #f5efff;
}

.main-nav .nav-user-img picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.search-wrapper {
  position: relative;
}

.search-wrapper input {
  width: 271px;
  border-radius: 6px;
  background-color: #eff0f6;
  padding: 3px 8px 3px 42px;
  height: 40px;
  border-width: 0;
}

.search-wrapper input::-webkit-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input::-moz-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input:-ms-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input::-ms-input-placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  -ms-transition: 0.3s all;
  transition: 0.3s all;
}

.search-wrapper input::placeholder {
  background-color: #eff0f6;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.lang-switcher {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.75px;
  color: #767676;
}

.lang-switcher-wrapper {
  position: relative;
}

.lang-menu {
  top: 40px;
  right: 0;
  width: 125px;
}

.lang-menu.active {
  opacity: 1;
  visibility: visible;
}

.sort-bar {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 36px 20px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 0px #dadbe4;
  box-shadow: 0px 1px 0px #dadbe4;
  border-radius: 10px 10px 0 0;
}

.sort-bar .search-wrapper {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sort-bar .search-wrapper input {
  padding: 5px 42px 5px 16px;
}

.sort-bar .search-wrapper svg {
  left: auto;
  right: 16px;
}

.sort-bar .select {
  min-width: 185px;
  margin-right: 20px;
}

.sort-bar .select.small {
  min-width: 142px;
}

.sort-bar .select-wrapper:last-child .select {
  margin-right: 0;
}

.sort-bar .filter-btn {
  min-width: 106px;
}

.sort-bar-end {
  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;
}

.categories-sort-bar .sort-bar-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.stat-cards {
  margin-right: -10px;
  margin-left: -10px;
}

.stat-cards > div {
  padding-left: 10px;
  padding-right: 10px;
}

.stat-cards-item {
  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;
  padding: 24px 19px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  height: 100%;
}

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

.stat-cards-icon.success {
  background-color: rgba(75, 222, 151, 0.1);
  color: #4bde97;
}

.stat-cards-info__num {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.22;
  color: #171717;
  margin-bottom: 4px;
}

.stat-cards-info__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.22;
  color: #425166;
  margin-bottom: 6px;
}

.stat-cards-info__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.22;
  color: #b9b9b9;
}

.stat-cards-info__profit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.22;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .stat-cards-item {
    padding: 10px;
  }
  .stat-cards-icon {
    width: 40px;
    height: 40px;
  }
  .stat-cards-info__title {
    font-size: 12px;
  }
}

.top-cat-title {
  margin-bottom: 10px;
}

.top-cat-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #171717;
  margin-bottom: 4px;
}

.top-cat-title p {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #b9b9b9;
}

.top-cat-list a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.top-cat-list__title {
  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-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #171717;
  margin-bottom: 4px;
}

.top-cat-list__subtitle {
  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-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #b9b9b9;
}

.top-cat-list__subtitle span {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  padding: 2px 4px;
  border-radius: 3px;
}

.top-cat-list__subtitle .purple {
  color: #5f2eea;
  background-color: rgba(116, 51, 255, 0.1);
}

.top-cat-list__subtitle .blue {
  color: #0061f7;
  background-color: rgba(116, 51, 255, 0.1);
}

.top-cat-list__subtitle .danger {
  color: #f26464;
  background-color: rgba(245, 91, 93, 0.1);
}

.top-cat-list__subtitle .success {
  color: #4bde97;
  background-color: rgba(75, 222, 151, 0.1);
}

.top-cat-list__subtitle .warning {
  color: #ffb648;
  background-color: rgba(255, 172, 50, 0.1);
}

.top-cat-list__subtitle .primary {
  color: #2f49d1;
  background-color: rgba(47, 73, 209, 0.1);
}

.chart {
  width: 100%;
  height: 370px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px 0px rgba(160, 163, 189, 0.1);
}

.chart #myChart {
  max-height: 100% !important;
  max-width: 100% !important;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 15px 50px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.main {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.main-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 65vh;
}

.main-title-wrapper {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.main-title-wrapper h2 {
  margin-bottom: 0;
}

.main-title-wrapper .primary-default-btn svg {
  margin-right: 9px;
}

.main-btns-wrapper {
  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;
}

.main-btns-wrapper button {
  margin-right: 10px;
}

.main-btns-wrapper button:last-child {
  margin-right: 0;
}

.users .primebox {
  margin-bottom: 20px;
  width: 25%;
}

.users-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
}

.users-item a:focus {
  outline: none;
}

.users-item-body {
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.users-item__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}

.users-item__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #171717;
}

.users-item__role {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
}

.users-item__desc {
  max-width: 231px;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: #767676;
  margin-bottom: 15px;
}

.users-item__more {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0.5;
}

.users-item-dropdown {
  right: 20px;
  top: 60px;
  width: 125px;
}

.users-item-dropdown.active {
  opacity: 1;
  visibility: visible;
}

.users-item .primary-white-btn {
  border-top: 1px solid #eeeeee;
  width: 100%;
}

@media (max-width: 767px) {
  .users .primebox {
    width: 50%;
  }
}

.footer {
  border-top: 1px solid #e0e1ea;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #b9b9b9;
  font-size: 12px;
}

.footer--flex {
  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;
}

.footer-start p {
  font-weight: 500;
  line-height: 2.83;
}

.form {
  -webkit-box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
  box-shadow: 0px 5px 10px rgba(160, 163, 189, 0.1);
  border-radius: 10px;
  padding: 40px 40px 56px;
  background-color: #ffffff;
  text-align: left;
}

.form-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  /* color: #171717; */
  cursor: pointer;
  margin-bottom: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.form-label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.form-input {
  border-radius: 8px;
  border-width: 0;
  margin-bottom: 15px;
  padding: 5px 16px;
  height: 44px;
  background: #eff0f6;
}

.form-input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  color: #d6d7e3;
}

.form-checkbox {
  margin-right: 12px;
}

.form-checkbox-label {
  font-family: Inter;
  font-size: 14px;
  line-height: 1.71;
  color: #767676;
}

.form-checkbox-wrapper {
  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;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.form-btn {
  width: 100%;
}

.forget-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.43;
  border-bottom: dashed 1px transparent;
}

.forget-link:hover {
  color: #2f49d1;
  border-color: #2f49d1;
}

.sign-up__title {
  font-size: 32px;
  line-height: 1.06;
  text-align: center;
  letter-spacing: 1px;
  color: #171717;
  margin-bottom: 20px;
}

.sign-up__subtitle {
  max-width: 424px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #767676;
  margin-bottom: 20px;
}

.categories-table-img {
  margin-right: 26px;
}

.categories-table-img img {
  width: 71px;
  height: 47px;
  border-radius: 6px;
}

.moon-icon {
  display: none;
}

@media (min-width: 1200px) {
  .sidebar.hidden {
    width: 64px;
    padding-right: 4px;
    padding-left: 4px;
  }

  .sidebar.hidden .logo-wrapper {
    display: none;
  }

  .sidebar.hidden * {
    font-size: 0px;
  }

  .sidebar.hidden .sidebar-head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidebar.hidden .category__btn {
    display: none;
  }

  .sidebar.hidden .sidebar-body-menu a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
  }

  .sidebar.hidden .sidebar-body-menu a::after {
    right: -4px;
  }

  .sidebar.hidden .sidebar-body-menu a > .icon {
    margin-right: 0;
  }

  .sidebar.hidden .msg-counter {
    right: 10px;
    top: 30%;
  }

  .sidebar.hidden .sidebar-user {
    width: 52px;
    height: 53px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
  }

  .sidebar.hidden a.sidebar-user ul {
    padding: 4px;
    gap: 0;
  }

  .sidebar.hidden .sidebar-user-img {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .sidebar.hidden .sidebar-user-img img {
    height: 100%;
    width: 100%;
  }

  .main-nav .sidebar-toggle {
    display: none;
  }
}

@media (max-width: 1300px) {
  .upgrade-btn {
    padding: 10px 7px;
  }

  .upgrade-btn svg {
    margin-left: 5px;
  }

  .sort-bar .search-wrapper input {
    width: 174px;
  }

  .categories-sort-bar .search-wrapper input {
    width: 271px;
  }

  .chart {
    height: auto;
    max-height: 370px;
  }
}

@media (max-width: 1199.98px) {
  .sidebar {
    position: fixed;
    z-index: 2;
    overflow-y: auto;
    left: -1000px;
  }

  .sidebar.hidden {
    left: 0;
  }

  .main-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .sort-bar {
    padding: 20px;
  }

  .sort-bar .select {
    margin-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .sort-bar-start {
    width: 100%;
    margin-bottom: 10px;
  }

  .sort-bar .search-wrapper {
    width: 100%;
  }

  .sort-bar .search-wrapper input {
    width: 100%;
  }

  .sort-bar .select {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }

  .sort-bar-end {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .sort-bar-end .select-wrapper {
    width: 24%;
  }
}

.mobile-logo {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-logo {
    padding: 10px;
    display: flex;
  }
  .main-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: center;
    width: auto;
    margin: 0;
  }
  .main-nav-start,
  .nav-user-wrapper,
  .notification-wrapper {
    display: none;
    width: 0;
  }

  .nav-user-wrapper-is-i-frame{
     display: flex !important;
     width: 46px !important;
  }
.profile-name{
  display: none;
}
  .main-nav-start {
    width: 100%;
  }

  .main-nav-start input {
    width: 100%;
  }

  .main-nav-end {
    /* margin-top: 15px; */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    width: auto;
  }

  .sort-bar {
    padding-bottom: 10px;
  }

  .sort-bar-end .select-wrapper {
    width: 48%;
    margin-bottom: 10px;
  }
  .sidebar-head button.sidebar-toggle {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .footer {
    position: relative;
  }

  .main-btns-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-btns-wrapper button,
  .main-btns-wrapper select {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .sort-bar {
    padding: 10px 10px 5px;
  }

  .main {
    margin-bottom: 0;
  }

  .footer--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480.98px) {
  .main-title {
    font-size: 20px;
  }

  .primary-default-btn {
    padding: 8px 15px;
  }

  .sort-bar-end .select-wrapper {
    width: 49%;
  }

  .footer-start p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* ----------------mobile footer ----------------------------- */

.footer-navigation {
  position: fixed;
  width: 100%;
  height: 70px;
  justify-content: space-around;
  background-color: #fff;
  z-index: 999999999999;
  text-align: center;
  margin: 0 auto;
  bottom: 0;
  box-shadow: 0 0 20px #ccc;
}

.footer-navigation ul {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.footer-navigation ul li {
  position: relative;
  list-style: none;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.footer-navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
}
.footer-navigation ul li a .icon {
  position: relative;
  display: block;
  line-height: 66px;
  text-align: center;
  transition: 0.5s;
}
.footer-navigation ul li.active a .icon {
  color: #0519cc;
}
.navigation ul li a .icon i {
  font-size: 20px;
}

.footer-navigation ul li a .icon .profile {
  width: 36px;
  border-radius: 50px;
}
.footer-navigation ul .indicator {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
}
.footer-navigation ul .indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #d9ddf5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .footer-navigation {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-navigation {
    display: block;
  }
}

/* affiliates page  */
.affiliates-section {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  background-color: #f4f4fa;
  padding: 10px;
  width: 97% !important;
  flex-wrap: wrap;
  word-break: break-all;
}
.affiliates-col {
  padding: 10px;
  align-items: center;
}
.affiliates-col h4 {
  color: #2e3192;
  font-size: 1.2em;
}
.affiliates-col a {
  color: #737791;
  font-size: 0.7em;
}
.aff-num {
  display: flex;
  justify-content: space-between;
}
.affiliates-no {
  font-size: 24px;
  padding: 5px;
  font-weight: 600;
  background: #d7d7eb;
  width: 50px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin-right: 10px;
  align-content: center;
}
.aff-num lable {
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
  line-height: 1;
  align-content: center;
}
.social-icon {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding: 30px;
}
.social-icon ul {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.social-icon ul li {
  display: inline-flex;
  padding: 10px;
}
.social-icon a {
  display: inline-grid;
  font-size: 12px;
  gap: 8px;
  text-align: center;
}

.social-icon i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4em;
}

.fa-x-twitter {
  background-color: #000000;
}
.fa-whatsapp {
  background-color: #65d072;
}
.fa-facebook-f {
  background-color: #425893;
}
.fa-linkedin-in {
  background-color: #007ab5;
}
.fa-telegram-plane {
  background-color: #29aaec;
}
.fa-envelope {
  background-color: #ef4444;
}
.fa-comment-sms {
  background-color: #7b91b0;
}

.view-reg {
  color: #fff !important;
}

.card-blue {
  background-color: #0536b6 !important;
  margin-bottom: 100px !important;
  margin-top: 10px !important;
}

.text-white {
  color: #fff !important;
}

.react-datepicker__input-container input {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  width: 100%;
}

.react-datepicker-wrapper {
  width: 100%;
}

.btn-ternary {
  background-color: #69bd45 !important;
  border-color: #69bd45 !important;
  color: #fff !important;
}

.text-gray, .text-gray:hover {
  color: #d3d3d3;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

.btn-facebook, .profile-background-color {
  background-color: #fff !important;
  color: #000 !important;
}


.background-grident {
  align-items: center;
  /* background: #0736b6;
  background: linear-gradient(90deg, #0736b6 1%, #688b8a 52%, #69bd45); */
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 95vh;
}

.action-icon {
  padding: 10px;
  font-size: 1em;
  background-color: #e6f7d9;
  color: green;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 50% !important;
  }
}

.text-danger{
  color: red;
}

#tidio-chat-iframe{
  margin-bottom: 50px !important;
  max-height: 94dvh !important;
  /* margin-top: 50px !important;
  padding-top: 50px !important; */
}
/* 
.chat-header {
  padding: 62px 16px 16px !important; 
}
.tidio-1w82xsr{
padding-top: 50px !important;
} */

@media screen and (max-width: 768px) {
  .googlefacebookbtn{

    flex-direction: column;
    
  }
}

.signup-fontsize{
  font-size: 14px!important;
}

.btn1 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-outline-secondary {
  color: #6c757d ;
  background-color: transparent;
  background-image: none;
  border-color: #cbcbcb;
}

.password-model{
  background-color: #fff !important;
  width: 98% !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.btn1:focus {
  outline: none;
  box-shadow: none;
}


.clear-button {
  float: right;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  background-color: rgb(177 39 39);
  border-radius: 3px;
  padding: 7px 4px;
}


.info-group-dash {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.width-112px{
  width: 165px;
}