body, html {
  margin: 0px;
  padding: 0px; }

body * {
  box-sizing: border-box;
  font-family: "Inter" ,sans-serif; }

.sign__wrapper {
  min-height: 100vh;
  width: 100%;
  background-color: #F9FAFB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px 15px; }
  .sign__wrapper .sign__box {
    background-color: #fff;
    border-radius: 24px;
    width: 100%;
    max-width: 520px;
    padding-top: 40px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 40px;
    box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
    margin-bottom: 24px; }
    .sign__wrapper .sign__box .forgot__pass {
      margin-top: 20px; }
    .sign__wrapper .sign__box.smaller {
      margin-bottom: 10px; }
    .sign__wrapper .sign__box > h6 {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 6px;
      font-size: 24px;
      font-weight: 600;
      line-height: 32px;
      color: #1D2939;
      font-family: "Montserrat" ,sans-serif; }
    .sign__wrapper .sign__box form .group__submit {
      width: 100%;
      margin-top: 24px; }
      .sign__wrapper .sign__box form .group__submit > button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 44px;
        background-color: #199B6E;
        border-radius: 8px;
        cursor: pointer;
        border: 0px;
        outline: none;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 500;
        box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
        font-family: "Montserrat" ,sans-serif;
        transition: .3s ease all; }
        .sign__wrapper .sign__box form .group__submit > button:hover {
          background-color: #02573A; }
    .sign__wrapper .sign__box form > .group__input {
      width: 100%;
      margin-bottom: 10px; }
      .sign__wrapper .sign__box form > .group__input.error__field > p {
        color: #CE2D5D; }
      .sign__wrapper .sign__box form > .group__input.error__field > input {
        border-color: #F07F8B; }
      .sign__wrapper .sign__box form > .group__input.pass {
        position: relative; }
        .sign__wrapper .sign__box form > .group__input.pass > input {
          padding-right: 35px; }
        .sign__wrapper .sign__box form > .group__input.pass > .pass__switcher {
          display: inline-flex;
          position: absolute;
          right: 8px;
          bottom: 10px; }
      .sign__wrapper .sign__box form > .group__input > p {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20px;
        color: #656565;
        font-weight: 500; }
      .sign__wrapper .sign__box form > .group__input > input {
        width: 100%;
        height: 44px;
        border: 1px solid #E4E7EC;
        border-radius: 10px;
        outline: none;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
        color: #000;
        font-family: "Montserrat" ,sans-serif; }
        .sign__wrapper .sign__box form > .group__input > input::-webkit-input-placeholder {
          color: #97A1AF; }
        .sign__wrapper .sign__box form > .group__input > input::-moz-placeholder {
          color: #97A1AF; }
        .sign__wrapper .sign__box form > .group__input > input:-ms-input-placeholder {
          color: #97A1AF; }
        .sign__wrapper .sign__box form > .group__input > input:-moz-placeholder {
          color: #97A1AF; }
    .sign__wrapper .sign__box .or {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 10px 0px; }
      .sign__wrapper .sign__box .or > span {
        display: inline-flex;
        width: 100%;
        height: 1px;
        background-color: #EAECF0; }
      .sign__wrapper .sign__box .or > p {
        font-size: 10px;
        line-height: 24px;
        color: #667085;
        margin: 0px 11px; }
    .sign__wrapper .sign__box .btns {
      margin-top: 32px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 16px; }
      .sign__wrapper .sign__box .btns > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        border: 1px solid #D0D5DD;
        border-radius: 10px;
        text-decoration: none;
        transition: .3s ease all;
        font-size: 14px;
        line-height: 20px;
        color: #101828;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }
        .sign__wrapper .sign__box .btns > a:hover {
          background-color: rgba(208, 213, 221, 0.2); }
        .sign__wrapper .sign__box .btns > a span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
    .sign__wrapper .sign__box > p {
      text-align: center;
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      color: #667085;
      font-weight: 400; }
      .sign__wrapper .sign__box > p.medium {
        font-weight: 500; }
    .sign__wrapper .sign__box > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 44px;
      background-color: #199B6E;
      border-radius: 8px;
      cursor: pointer;
      border: 0px;
      outline: none;
      text-decoration: none;
      margin-top: 20px;
      width: 100%;
      font-size: 16px;
      line-height: 24px;
      color: #FFFFFF;
      font-weight: 500;
      box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
      font-family: "Montserrat" ,sans-serif;
      transition: .3s ease all; }
      .sign__wrapper .sign__box > a:hover {
        background-color: #02573A; }
    .sign__wrapper .sign__box .logo__wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 32px; }
      .sign__wrapper .sign__box .logo__wrapper > a {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .sign__wrapper .sign__box .logo__wrapper > a img {
          min-width: 37px; }
    .sign__wrapper .sign__box:last-child {
      margin-bottom: 0px; }
  .sign__wrapper > p {
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 500; }
    .sign__wrapper > p a {
      font-weight: 600;
      text-decoration: underline;
      color: #199B6E;
      font-family: "Montserrat" ,sans-serif;
      transition: .3s ease all; }
      .sign__wrapper > p a:hover {
        color: #02573A; }

.error {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .error .inn {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #FEF3F3;
    border-radius: 8px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08); }
    .error .inn > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px; }
    .error .inn > p {
      margin: 0px;
      font-size: 14px;
      line-height: 20px;
      color: #BC1C21;
      font-weight: 500; }

.app__wrapper {
  background-color: #F9FAFB;
  width: 100%;
  min-height: 100vh; }
  .app__wrapper .main__content {
    transition: .4s ease all;
    padding-left: 280px; }
    .app__wrapper .main__content.longer {
      padding-left: 72px; }
    .app__wrapper .main__content .content {
      padding: 24px 32px; }
      .app__wrapper .main__content .content .regular__box {
        padding: 24px 24px;
        background-color: #FFFFFF;
        border-radius: 16px;
        box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
        .app__wrapper .main__content .content .regular__box .table__wrapper table {
          border-bottom-left-radius: 0px;
          border-bottom-right-radius: 0px; }
        .app__wrapper .main__content .content .regular__box .top {
          margin-bottom: 16px; }
        .app__wrapper .main__content .content .regular__box .table__wrapper tr td {
          padding-top: 17px;
          padding-bottom: 17px; }
        .app__wrapper .main__content .content .regular__box .bottom__pagination {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 8px 24px;
          border-top: 1px solid #EAECF0; }
          .app__wrapper .main__content .content .regular__box .bottom__pagination > ul {
            padding: 0px;
            list-style-type: none;
            margin: 0px;
            display: flex;
            align-items: center;
            justify-content: center; }
            .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li {
              min-width: 40px;
              max-width: 40px;
              min-height: 40px;
              max-height: 40px;
              display: inline-flex;
              align-items: center;
              margin-right: 2px;
              justify-content: center; }
              .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li:last-child {
                margin-right: 0px; }
              .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li > a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 8px;
                min-width: 40px;
                max-width: 40px;
                transition: .3s ease all;
                min-height: 40px;
                max-height: 40px;
                border-radius: 8px;
                text-decoration: none;
                font-size: 14px;
                line-height: 20px;
                color: #667085;
                font-weight: 500;
                transition: .3s ease all; }
                .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li > a.current {
                  background-color: #F3FAF8;
                  color: #199B6E; }
                .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li > a:hover {
                  background-color: #F3FAF8;
                  color: #199B6E; }
          .app__wrapper .main__content .content .regular__box .bottom__pagination > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            line-height: 20px;
            color: #344054;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 500;
            min-height: 40px;
            border: 1px solid #D0D5DD;
            border-radius: 8px;
            padding-left: 18px;
            padding-right: 18px;
            text-decoration: none;
            transition: .3s ease all; }
            .app__wrapper .main__content .content .regular__box .bottom__pagination > a:hover {
              background-color: rgba(208, 213, 221, 0.2); }
            .app__wrapper .main__content .content .regular__box .bottom__pagination > a.left span {
              margin-right: 10px; }
            .app__wrapper .main__content .content .regular__box .bottom__pagination > a.right span {
              margin-left: 10px; }
            .app__wrapper .main__content .content .regular__box .bottom__pagination > a span {
              display: inline-flex;
              align-items: center;
              justify-content: center; }
        .app__wrapper .main__content .content .regular__box .top {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .app__wrapper .main__content .content .regular__box .top .right__part {
            display: flex;
            align-items: center;
            justify-content: flex-end; }
            .app__wrapper .main__content .content .regular__box .top .right__part > .group__dropdown {
              margin-right: 16px; }
            .app__wrapper .main__content .content .regular__box .top .right__part > a {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              min-height: 44px;
              border: 1px solid #199B6E;
              border-radius: 8px;
              padding-left: 10px;
              padding-right: 20px;
              text-decoration: none;
              font-size: 16px;
              line-height: 24px;
              color: #6B706F;
              font-weight: 500;
              transition: .3s ease all; }
              .app__wrapper .main__content .content .regular__box .top .right__part > a span {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-right: 8px; }
              .app__wrapper .main__content .content .regular__box .top .right__part > a:hover {
                background-color: #F3FAF8; }
          .app__wrapper .main__content .content .regular__box .top .group__input {
            width: 100%;
            max-width: 390px;
            position: relative; }
            .app__wrapper .main__content .content .regular__box .top .group__input button {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              position: absolute;
              left: 12px;
              top: 50%;
              transform: translateY(-50%);
              cursor: pointer;
              background-color: transparent;
              border: 0px;
              padding: 0px; }
            .app__wrapper .main__content .content .regular__box .top .group__input > input {
              width: 100%;
              height: 44px;
              border-radius: 10px;
              border: 1px solid #E4E7EC;
              outline: none;
              padding-left: 45px;
              padding-right: 15px;
              font-size: 16px;
              line-height: 24px;
              font-family: "Montserrat" ,sans-serif;
              font-weight: 500; }
      .app__wrapper .main__content .content .plates {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 24px;
        margin-bottom: 24px; }
        .app__wrapper .main__content .content .plates.updated > .plate {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: flex-start; }
          .app__wrapper .main__content .content .plates.updated > .plate .desc > p {
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 20px;
            line-height: 32px;
            color: #111928;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 600; }
          .app__wrapper .main__content .content .plates.updated > .plate .desc > span {
            font-size: 14px;
            line-height: 20px;
            color: #637381;
            font-family: "Montserrat" ,sans-serif; }
          .app__wrapper .main__content .content .plates.updated > .plate > .top__part {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            margin-bottom: 14px; }
            .app__wrapper .main__content .content .plates.updated > .plate > .top__part > a {
              display: inline-flex;
              align-items: center;
              justify-content: flex-start;
              font-size: 14px;
              line-height: 20px;
              color: #199B6E;
              font-family: "Montserrat" ,sans-serif;
              font-weight: 500;
              transition: .3s ease all; }
              .app__wrapper .main__content .content .plates.updated > .plate > .top__part > a:hover {
                opacity: .7; }
              .app__wrapper .main__content .content .plates.updated > .plate > .top__part > a span {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-left: 8px; }
        .app__wrapper .main__content .content .plates.triple {
          grid-template-columns: repeat(3, 1fr); }
        .app__wrapper .main__content .content .plates > .plate {
          padding: 16px;
          display: flex;
          align-items: center;
          background-color: #FFFFFF;
          border-radius: 16px;
          justify-content: flex-start;
          position: relative; }
          .app__wrapper .main__content .content .plates > .plate > .tag {
            position: absolute;
            top: 16px;
            right: 16px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 3px 16px;
            border-radius: 30px;
            font-size: 14px;
            line-height: 20px;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 500; }
            .app__wrapper .main__content .content .plates > .plate > .tag.high {
              color: #1A8245;
              background-color: #DAF8E6; }
            .app__wrapper .main__content .content .plates > .plate > .tag.medium {
              background-color: #FEF6ED;
              color: #F1A949; }
            .app__wrapper .main__content .content .plates > .plate > .tag.low {
              color: #CE2D5D;
              background-color: #FCD8D5; }
          .app__wrapper .main__content .content .plates > .plate .desc {
            display: flex;
            flex-direction: column;
            align-items: flex-start; }
            .app__wrapper .main__content .content .plates > .plate .desc > p {
              margin-top: 0px;
              margin-bottom: 0px;
              font-size: 20px;
              line-height: 32px;
              color: #111928;
              font-weight: 600;
              font-family: "Montserrat" ,sans-serif; }
            .app__wrapper .main__content .content .plates > .plate .desc > span {
              font-size: 14px;
              line-height: 20px;
              color: #637381;
              font-family: "Montserrat" ,sans-serif; }
          .app__wrapper .main__content .content .plates > .plate > img {
            margin-right: 14px; }
    .app__wrapper .main__content header {
      display: flex;
      align-items: center;
      padding: 16px 32px;
      border-bottom: 1px solid #EAECF0;
      background-color: #fff;
      justify-content: space-between; }
      .app__wrapper .main__content header .btn > a, .app__wrapper .main__content header .add__new--client > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        background-color: #199B6E;
        border-radius: 8px;
        text-decoration: none;
        box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
        font-size: 16px;
        line-height: 24px;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500;
        color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        transition: .3s ease all; }
        .app__wrapper .main__content header .btn > a span, .app__wrapper .main__content header .add__new--client > a span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
        .app__wrapper .main__content header .btn > a:hover, .app__wrapper .main__content header .add__new--client > a:hover {
          background-color: #02573A; }
      .app__wrapper .main__content header > p {
        margin: 0px;
        font-size: 20px;
        line-height: 32px;
        color: #101828;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 600; }
  .app__wrapper .side__menu {
    overflow-y: auto;
    width: 280px;
    position: fixed;
    top: 0px;
    left: 0px;
    border-right: 1px solid #EAECF0;
    height: 100%;
    background-color: #FFFFFF;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .4s ease all; }
    .app__wrapper .side__menu.collapsed {
      width: 72px;
      padding-left: 8px;
      padding-right: 8px; }
      .app__wrapper .side__menu.collapsed .bottom__part .profile > span {
        position: relative;
        left: 8px; }
      .app__wrapper .side__menu.collapsed .bottom__part .profile .desc > p {
        font-size: 0px; }
      .app__wrapper .side__menu.collapsed .bottom__part .profile .desc > span {
        font-size: 0px; }
      .app__wrapper .side__menu.collapsed::-webkit-scrollbar {
        display: none; }
      .app__wrapper .side__menu.collapsed .bottom__part > ul > li > a {
        font-size: 0px; }
        .app__wrapper .side__menu.collapsed .bottom__part > ul > li > a span {
          position: relative;
          left: 5px; }
      .app__wrapper .side__menu.collapsed .menu__wrapper ul > li > a {
        font-size: 0px; }
        .app__wrapper .side__menu.collapsed .menu__wrapper ul > li > a span {
          position: relative;
          left: 5px; }
      .app__wrapper .side__menu.collapsed .logo__wrapper > a {
        width: 38px; }
      .app__wrapper .side__menu.collapsed .logo__wrapper .logo__big {
        opacity: 0; }
      .app__wrapper .side__menu.collapsed .logo__wrapper .logo__small {
        opacity: 1; }
    .app__wrapper .side__menu .bottom__part {
      padding-bottom: 32px;
      margin-top: 32px; }
      .app__wrapper .side__menu .bottom__part .profile {
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        text-decoration: none; }
        .app__wrapper .side__menu .bottom__part .profile > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 40px;
          max-width: 40px;
          min-height: 40px;
          max-height: 40px;
          border-radius: 250px;
          background-color: #EBEFFF;
          margin-right: 10px;
          transition: .3s ease all;
          position: relative;
          left: 0px; }
        .app__wrapper .side__menu .bottom__part .profile .desc {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .app__wrapper .side__menu .bottom__part .profile .desc > p {
            margin-top: 0px;
            margin-bottom: 0px;
            font-size: 14px;
            line-height: 20px;
            color: #000000;
            font-weight: 600;
            transition: .3s ease all; }
          .app__wrapper .side__menu .bottom__part .profile .desc > span {
            font-size: 14px;
            line-height: 20px;
            color: #959898;
            font-weight: 400;
            transition: .3s ease all; }
      .app__wrapper .side__menu .bottom__part > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        padding-bottom: 16px;
        border-bottom: 1px solid #EAECF0;
        margin-bottom: 16px; }
        .app__wrapper .side__menu .bottom__part > ul > li {
          width: 100%;
          margin-bottom: 8px; }
          .app__wrapper .side__menu .bottom__part > ul > li > a {
            transition: .3s ease all;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 16px 10px;
            transition: .3s ease all;
            text-decoration: none;
            font-size: 16px;
            line-height: 24px;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 500;
            color: #959898; }
            .app__wrapper .side__menu .bottom__part > ul > li > a > span > img {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              position: absolute;
              top: 0px;
              right: 0px; }
            .app__wrapper .side__menu .bottom__part > ul > li > a.current {
              background-color: #F3FAF8;
              color: #199B6E;
              border-radius: 6px; }
              .app__wrapper .side__menu .bottom__part > ul > li > a.current span svg path {
                fill: #199B6E; }
            .app__wrapper .side__menu .bottom__part > ul > li > a:hover {
              background-color: #F3FAF8;
              color: #199B6E;
              border-radius: 6px; }
              .app__wrapper .side__menu .bottom__part > ul > li > a:hover span svg path {
                fill: #199B6E; }
            .app__wrapper .side__menu .bottom__part > ul > li > a span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 8px;
              transition: .3s ease all;
              position: relative;
              left: 0px; }
              .app__wrapper .side__menu .bottom__part > ul > li > a span svg path {
                transition: .3s ease all; }
          .app__wrapper .side__menu .bottom__part > ul > li:last-child {
            margin-bottom: 0px; }
    .app__wrapper .side__menu .menu__wrapper {
      margin-top: 24px; }
      .app__wrapper .side__menu .menu__wrapper ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px; }
        .app__wrapper .side__menu .menu__wrapper ul > li {
          width: 100%;
          margin-bottom: 16px; }
          .app__wrapper .side__menu .menu__wrapper ul > li > a {
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            padding: 16px 10px;
            transition: .3s ease all;
            text-decoration: none;
            font-size: 16px;
            line-height: 24px;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 500;
            color: #959898; }
            .app__wrapper .side__menu .menu__wrapper ul > li > a.current {
              background-color: #F3FAF8;
              color: #199B6E;
              border-radius: 6px; }
              .app__wrapper .side__menu .menu__wrapper ul > li > a.current span svg path {
                fill: #199B6E; }
            .app__wrapper .side__menu .menu__wrapper ul > li > a:hover {
              background-color: #F3FAF8;
              color: #199B6E;
              border-radius: 6px; }
              .app__wrapper .side__menu .menu__wrapper ul > li > a:hover span svg path {
                fill: #199B6E; }
            .app__wrapper .side__menu .menu__wrapper ul > li > a span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 8px;
              transition: .3s ease all;
              position: relative;
              left: 0px; }
              .app__wrapper .side__menu .menu__wrapper ul > li > a span svg path {
                transition: .3s ease all; }
          .app__wrapper .side__menu .menu__wrapper ul > li:last-child {
            margin-bottom: 0px; }
    .app__wrapper .side__menu .logo__wrapper {
      padding-top: 32px;
      border-bottom: 1px solid #EAECF0;
      padding-bottom: 24px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .app__wrapper .side__menu .logo__wrapper > a {
        width: 193px;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .app__wrapper .side__menu .logo__wrapper > a .logo__small {
          opacity: 0;
          transition: .3s ease all; }
        .app__wrapper .side__menu .logo__wrapper > a .logo__big {
          position: absolute;
          left: 0px;
          top: 0px; }

.client__overview--block {
  display: flex;
  justify-content: space-between; }
  .client__overview--block .overview__table {
    background-color: #fff;
    width: calc(100% - 315px);
    border-radius: 16px;
    padding: 24px; }
    .client__overview--block .overview__table .summary__wrapper {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 24px;
      grid-row-gap: 24px; }
      .client__overview--block .overview__table .summary__wrapper > .elem {
        padding: 16px;
        border: 1px solid #EAEAEA;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .client__overview--block .overview__table .summary__wrapper > .elem .progress {
          margin-top: 15px;
          display: flex;
          position: relative;
          height: 10px;
          border-radius: 11px;
          width: 100%;
          overflow: hidden;
          background-color: #DFE4EA; }
          .client__overview--block .overview__table .summary__wrapper > .elem .progress .active {
            left: 0px;
            top: 0px;
            height: 100%;
            background-color: #199B6E;
            position: absolute; }
        .client__overview--block .overview__table .summary__wrapper > .elem > p {
          margin-top: 0px;
          margin-bottom: 8px;
          font-size: 20px;
          line-height: 32px;
          color: #111928;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 600; }
        .client__overview--block .overview__table .summary__wrapper > .elem > span {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #637381;
          font-family: "Montserrat" ,sans-serif; }
    .client__overview--block .overview__table > p {
      margin: 0px;
      padding: 6px 0px;
      font-size: 20px;
      line-height: 32px;
      color: #111928;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 600;
      margin-bottom: 24px; }

.app__wrapper .side__menu .logo__wrapper > a {
  transition: .3s ease all; }

.dropdown {
  position: absolute;
  left: 0px;
  top: 48px;
  min-width: 100%;
  border: 1px solid #E4E7EC;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 5px;
  max-height: 160px;
  z-index: 2;
  overflow-y: auto;
  display: none;
  overflow-x: hidden; }
  .dropdown.smaller ul > li > a {
    font-size: 14px;
    line-height: 18px; }
  .dropdown ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px; }
    .dropdown ul > li {
      width: 100%;
      margin-bottom: 8px; }
      .dropdown ul > li > a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 5px 10px;
        text-decoration: none;
        border-radius: 4px;
        transition: .3s ease all; }
        .dropdown ul > li > a:hover {
          background-color: rgba(0, 0, 0, 0.03); }
      .dropdown ul > li:last-child {
        margin-bottom: 0px; }
  .dropdown ul li a {
    white-space: nowrap;
    font-size: 16px;
    line-height: 24px;
    color: #1A1919;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 500; }

.group__dropdown {
  position: relative; }
  .group__dropdown.not__picked > a > span {
    color: #97A1AF; }
  .group__dropdown > a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    border: 1px solid #E4E7EC;
    border-radius: 10px;
    padding-left: 12px;
    white-space: nowrap;
    text-decoration: none;
    padding-right: 8px; }
    .group__dropdown > a.opened > img {
      transform: rotate(180deg); }
    .group__dropdown > a > img {
      transition: .3s ease all;
      margin-left: 8px; }
    .group__dropdown > a > span {
      font-size: 16px;
      line-height: 24px;
      color: #1A1919;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 500; }

.table__wrapper {
  width: 100%;
  overflow-x: auto; }
  .table__wrapper table {
    width: 100%;
    border-spacing: 0px;
    border: 1px solid #EAECF0;
    border-radius: 12px; }
    .table__wrapper table tr td {
      padding: 10px 10px; }
      .table__wrapper table tr td .file {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .table__wrapper table tr td .file > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 10px;
          min-width: 24px;
          max-width: 24px; }
          .table__wrapper table tr td .file > span img {
            min-width: 24px;
            max-width: 24px; }
        .table__wrapper table tr td .file > p {
          margin: 0px;
          font-weight: 600;
          color: #101828;
          font-size: 14px;
          line-height: 20px; }
      .table__wrapper table tr td .company {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .table__wrapper table tr td .company > p {
          margin: 0px;
          font-size: 14px;
          line-height: 20px;
          color: #101828;
          font-weight: 600;
          font-family: "Montserrat" ,sans-serif; }
        .table__wrapper table tr td .company > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 28px;
          margin-right: 10px;
          max-width: 28px; }
          .table__wrapper table tr td .company > span img {
            max-width: 100%; }
      .table__wrapper table tr td .status {
        padding: 3px 8px;
        font-weight: 500;
        display: inline-flex; }
        .table__wrapper table tr td .status.bigger {
          min-width: 103px;
          text-align: center;
          align-items: center;
          justify-content: center; }
        .table__wrapper table tr td .status.error__status {
          background-color: #FCD8D5;
          color: #CE2D5D;
          border-radius: 50px; }
        .table__wrapper table tr td .status.processing {
          color: #B87318;
          background-color: #FEF6ED;
          border-radius: 50px; }
        .table__wrapper table tr td .status.active {
          color: #1A8245;
          background-color: #DAF8E6;
          border-radius: 50px; }
        .table__wrapper table tr td .status.inactive {
          color: #CE2D5D;
          background-color: #FCD8D5;
          border-radius: 50px; }
      .table__wrapper table tr td > p {
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        color: #475467;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }
        .table__wrapper table tr td > p.semi {
          font-weight: 600; }
      .table__wrapper table tr td:nth-child(1) {
        padding-left: 18px; }
      .table__wrapper table tr td:last-child {
        padding-right: 18px; }
    .table__wrapper table .nowrap p {
      white-space: nowrap; }
    .table__wrapper table tr th {
      padding: 10px 10px;
      background-color: #F9FAFB;
      text-align: left;
      font-size: 12px;
      line-height: 20px;
      color: #98A2B3;
      font-weight: 600;
      white-space: nowrap;
      font-family: "Montserrat" ,sans-serif; }
      .table__wrapper table tr th:nth-child(1) {
        border-top-left-radius: 12px;
        padding-left: 18px; }
      .table__wrapper table tr th:last-child {
        border-top-left-radius: 12px;
        padding-right: 18px; }
      .table__wrapper table tr th:last-child {
        border-top-right-radius: 12px; }

.table__with--pagination {
  border: 1px solid #EAECF0;
  border-radius: 8px;
  overflow: hidden; }
  .table__with--pagination > .table__wrapper > table {
    border-radius: 8px !important;
    border: 0px !important; }
    .table__with--pagination > .table__wrapper > table tr:nth-child(1) > th {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px; }

.logs__wrapper {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .logs__wrapper > .elem {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15);
    margin-bottom: 16px;
    cursor: pointer; }
    .logs__wrapper > .elem:last-child {
      margin-bottom: 0px; }
    .logs__wrapper > .elem .head {
      padding-left: 24px;
      padding-right: 64px;
      padding-top: 16px;
      padding-bottom: 16px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .logs__wrapper > .elem .head > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 24px;
        transition: .3s ease all; }
      .logs__wrapper > .elem .head .desc {
        width: 100%;
        margin-left: 16px; }
        .logs__wrapper > .elem .head .desc > .top {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          flex-wrap: wrap;
          margin-left: -8px;
          margin-top: -2px; }
          .logs__wrapper > .elem .head .desc > .top > p {
            margin: 2px 8px;
            font-weight: 600; }
            .logs__wrapper > .elem .head .desc > .top > p.light {
              font-weight: 400; }
        .logs__wrapper > .elem .head .desc > span {
          display: block;
          margin-top: 6px;
          font-size: 14px;
          line-height: 20px;
          color: #6B706F;
          font-family: "Montserrat" ,sans-serif; }
      .logs__wrapper > .elem .head .logo {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 52px;
        max-width: 52px;
        min-height: 52px;
        max-height: 52px;
        border-radius: 16px;
        background-color: #F3FAF8; }

.subtitle {
  margin-bottom: 10px; }
  .subtitle > p {
    margin: 0px;
    font-size: 20px;
    line-height: 32px;
    font-family: "Montserrat" ,sans-serif;
    color: #111928;
    font-weight: 600; }

.regular__box > .top.training {
  align-items: center; }
  .regular__box > .top.training .btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: #199B6E;
    min-height: 44px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border-radius: 8px;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 500;
    transition: .3s ease all; }
    .regular__box > .top.training .btn > a:hover {
      background-color: #02573A; }
    .regular__box > .top.training .btn > a span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px; }
  .regular__box > .top.training .right__part > .group__input {
    margin-right: 16px; }
.regular__box > .top > p {
  font-size: 18px;
  line-height: 28px;
  color: #111928;
  font-family: "Montserrat" ,sans-serif;
  font-weight: 600;
  margin: 0px; }

.upload__training {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  z-index: 12; }
  .upload__training .btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 16px; }
    .upload__training .btns .upload {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 140px;
      min-height: 44px;
      border-radius: 8px;
      background-color: #199B6E;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer;
      outline: none;
      border: 0px;
      font-family: "Montserrat" ,sans-serif;
      color: #FFFFFF;
      font-weight: 500;
      text-decoration: none;
      transition: .3s ease all; }
      .upload__training .btns .upload:hover {
        background-color: #02573A; }
    .upload__training .btns > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .upload__training .btns > a.cancel {
        min-width: 140px;
        min-height: 44px;
        border: 1px solid #199B6E;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
        text-decoration: none;
        font-size: 16px;
        line-height: 24px;
        color: #6B706F;
        font-weight: 500;
        transition: .3s ease all;
        margin-right: 15px; }
        .upload__training .btns > a.cancel:hover {
          background-color: #F3FAF8; }
  .upload__training .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px 15px; }
    .upload__training .inner .popup {
      width: 100%;
      max-width: 550px;
      padding: 24px;
      border-radius: 16px;
      max-height: 100%;
      overflow-y: auto;
      background-color: #FFFFFF;
      box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
      .upload__training .inner .popup .group__input .group__dropdown {
        width: 100%; }
        .upload__training .inner .popup .group__input .group__dropdown > a {
          width: 100%; }
      .upload__training .inner .popup .group__input > p {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20px;
        color: #656565;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }
      .upload__training .inner .popup h6 {
        margin-top: 0px;
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 32px;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 600;
        color: #111928; }

.new__lever--popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.1); }
  .new__lever--popup > .inner {
    padding: 25px 15px;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .new__lever--popup > .inner .popup {
      width: 100%;
      max-width: 550px;
      background-color: #fff;
      border-radius: 16px;
      padding: 24px;
      max-height: 100%;
      overflow-y: auto; }
      .new__lever--popup > .inner .popup .btns {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 16px; }
        .new__lever--popup > .inner .popup .btns .upload {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 140px;
          min-height: 44px;
          border-radius: 8px;
          background-color: #199B6E;
          font-size: 16px;
          line-height: 24px;
          cursor: pointer;
          outline: none;
          border: 0px;
          font-family: "Montserrat" ,sans-serif;
          color: #FFFFFF;
          font-weight: 500;
          text-decoration: none;
          transition: .3s ease all; }
          .new__lever--popup > .inner .popup .btns .upload:hover {
            background-color: #02573A; }
        .new__lever--popup > .inner .popup .btns > a {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .new__lever--popup > .inner .popup .btns > a.cancel {
            min-width: 140px;
            min-height: 44px;
            border: 1px solid #199B6E;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
            text-decoration: none;
            font-size: 16px;
            line-height: 24px;
            color: #6B706F;
            font-weight: 500;
            transition: .3s ease all;
            margin-right: 15px; }
            .new__lever--popup > .inner .popup .btns > a.cancel:hover {
              background-color: #F3FAF8; }
      .new__lever--popup > .inner .popup form .double {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 16px; }
      .new__lever--popup > .inner .popup form > .group__input {
        margin-bottom: 16px; }
        .new__lever--popup > .inner .popup form > .group__input:last-child {
          margin-bottom: 0px; }
      .new__lever--popup > .inner .popup .group__input {
        width: 100%; }
        .new__lever--popup > .inner .popup .group__input .group__dropdown {
          width: 100%; }
          .new__lever--popup > .inner .popup .group__input .group__dropdown > a {
            width: 100%; }
        .new__lever--popup > .inner .popup .group__input > input {
          width: 100%;
          border: 1px solid #E4E7EC;
          outline: none;
          border-radius: 10px;
          height: 44px;
          padding-left: 12px;
          padding-right: 12px;
          outline: none;
          font-size: 16px;
          line-height: 24px;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          font-weight: 500;
          font-family: "Montserrat" ,sans-serif; }
          .new__lever--popup > .inner .popup .group__input > input::-webkit-input-placeholder {
            color: #97A1AF; }
          .new__lever--popup > .inner .popup .group__input > input::-moz-placeholder {
            color: #97A1AF; }
          .new__lever--popup > .inner .popup .group__input > input:-ms-input-placeholder {
            color: #97A1AF; }
          .new__lever--popup > .inner .popup .group__input > input:-moz-placeholder {
            color: #97A1AF; }
        .new__lever--popup > .inner .popup .group__input > p {
          margin-top: 0px;
          margin-bottom: 4px;
          font-size: 14px;
          line-height: 20px;
          color: #656565;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500; }
      .new__lever--popup > .inner .popup > h6 {
        font-size: 20px;
        line-height: 32px;
        color: #111928;
        font-weight: 600;
        margin-top: 0px;
        font-family: "Montserrat" ,sans-serif;
        margin-bottom: 16px; }

.settings {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .settings form {
    width: 100%; }
    .settings form .logout__btn {
      display: flex;
      justify-content: center;
      align-items: center; }
      .settings form .logout__btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Montserrat" ,sans-serif;
        background-color: #CE2D5D;
        box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
        border-radius: 8px;
        text-decoration: none;
        transition: .3s ease all; }
        .settings form .logout__btn > a span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
        .settings form .logout__btn > a:hover {
          opacity: .7; }
    .settings form .field {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 24px;
      max-width: 512px;
      margin-left: auto;
      margin-right: auto;
      background-color: #FFFFFF;
      border-radius: 16px;
      box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15);
      margin-bottom: 20px; }
      .settings form .field .right {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .settings form .field .right > span {
          font-family: "Montserrat" ,sans-serif;
          font-size: 16px;
          line-height: 24px;
          color: #6B706F;
          font-weight: 500; }
          .settings form .field .right > span > img {
            margin-right: 8px; }
            .settings form .field .right > span > img:last-child {
              margin-right: 0px; }
        .settings form .field .right > a {
          display: inline-flex;
          align-items: center;
          margin-left: 16px;
          justify-content: center; }
          .settings form .field .right > a svg path {
            transition: .3s ease all; }
          .settings form .field .right > a:hover svg path {
            fill: #199B6E; }
      .settings form .field > p {
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 600; }
        .settings form .field > p span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 24px;
          max-width: 24px;
          margin-right: 16px; }
      .settings form .field:last-child {
        margin-bottom: 0px; }
    .settings form > h6 {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 32px;
      font-weight: 600;
      color: #000000;
      font-family: "Montserrat" ,sans-serif; }
  .settings .picture {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center; }
    .settings .picture > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .settings .picture > a:hover:before {
        opacity: 1; }
      .settings .picture > a:hover > span {
        opacity: 1; }
      .settings .picture > a:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        border-radius: 250px;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.2);
        opacity: 0;
        transition: .3s ease all; }
      .settings .picture > a > span {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 3;
        opacity: 0;
        transition: .3s ease all; }
      .settings .picture > a > img {
        min-width: 92px;
        max-width: 92px;
        min-height: 92px;
        max-height: 92px;
        object-fit: cover;
        border-radius: 250px; }
    .settings .picture > input {
      position: absolute;
      left: -25000px; }

.notification__box {
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .notification__box > .elem {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    border-radius: 16px;
    background-color: #FFFFFF;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
    .notification__box > .elem > span {
      min-width: 110px;
      max-width: 110px;
      font-size: 16px;
      line-height: 24px;
      font-family: "Montserrat" ,sans-serif;
      color: #6B706F;
      font-weight: 500;
      margin-right: 15px; }
    .notification__box > .elem > .desc {
      width: 100%; }
      .notification__box > .elem > .desc > p {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 28px;
        color: #000000;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 600; }
      .notification__box > .elem > .desc .btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 8px; }
        .notification__box > .elem > .desc .btn > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 44px;
          padding-left: 20px;
          padding-right: 20px;
          background-color: #199B6E;
          border-radius: 8px;
          text-decoration: none;
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          font-weight: 500;
          font-family: "Montserrat" ,sans-serif;
          transition: .3s ease all; }
          .notification__box > .elem > .desc .btn > a:hover {
            background-color: #02573A; }
      .notification__box > .elem > .desc > span {
        font-size: 16px;
        line-height: 24px;
        color: #6B706F;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }
    .notification__box > .elem:last-child {
      margin-bottom: 0px; }

.onboarding__progress {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px; }
  .onboarding__progress > .spacer {
    margin: 0px 24px; }
  .onboarding__progress > .elem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none; }
    .onboarding__progress > .elem.filled > span {
      background-color: #199B6E;
      color: #fff;
      border-color: #199B6E; }
    .onboarding__progress > .elem > p {
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      color: #111928;
      font-weight: 500;
      font-family: "Inter" ,sans-serif; }
    .onboarding__progress > .elem.current > span {
      border-color: #199B6E;
      color: #199B6E; }
    .onboarding__progress > .elem > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      min-width: 50px;
      max-width: 50px;
      min-height: 50px;
      max-height: 50px;
      margin-right: 10px;
      border: 2px solid #DFE4EA;
      font-size: 20px;
      line-height: 28px;
      color: #111928;
      font-family: "Inter" ,sans-serif;
      font-weight: 500;
      border-radius: 250px; }

.steps > .step {
  padding: 32px 24px;
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
  .steps > .step .double.longer {
    max-width: 952px;
    grid-column-gap: 24px;
    grid-row-gap: 24px; }
    .steps > .step .double.longer > .group__input > span {
      margin-top: 4px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 12px;
      line-height: 20px;
      color: #637083;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 500; }
      .steps > .step .double.longer > .group__input > span > img {
        margin-right: 4px; }
  .steps > .step .double {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
    width: 100%;
    grid-column-gap: 24px; }
    .steps > .step .double .group__dropdown {
      width: 100%; }
      .steps > .step .double .group__dropdown > a {
        width: 100%; }
  .steps > .step .group__input.company__name {
    max-width: 465px;
    margin-bottom: 24px; }
  .steps > .step .group__input > p {
    margin-top: 0px;
    margin-bottom: 4px;
    color: #656565;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 500; }
  .steps > .step .group__input > input {
    width: 100%;
    height: 44px;
    border: 1px solid #E4E7EC;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Montserrat" ,sans-serif;
    border-radius: 10px; }
  .steps > .step .controls {
    margin-top: 24px;
    padding-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #EAECF0; }
    .steps > .step .controls > .previous {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding-left: 20px;
      padding-right: 20px;
      text-decoration: none;
      border: 1px solid #199B6E;
      border-radius: 8px;
      font-size: 16px;
      line-height: 24px;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 500;
      color: #6B706F;
      transition: .3s ease all; }
      .steps > .step .controls > .previous span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
      .steps > .step .controls > .previous:hover {
        background-color: #F3FAF8; }
    .steps > .step .controls > .next {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding-left: 20px;
      padding-right: 20px;
      text-decoration: none;
      border-radius: 8px;
      font-size: 16px;
      line-height: 24px;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 500;
      color: #fff;
      background-color: #199B6E;
      transition: .3s ease all; }
      .steps > .step .controls > .next span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px; }
      .steps > .step .controls > .next:hover {
        background-color: #02573A; }
  .steps > .step > p {
    margin-top: 0px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 28px;
    color: #111928;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 600; }

.files {
  margin-top: 24px; }
  .files > .file {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    background-color: #F9FAFB;
    border-radius: 6px;
    padding: 6px 12px; }
    .files > .file .desc {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .files > .file .desc .right {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .files > .file .desc .right > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          transition: .3s ease all; }
          .files > .file .desc .right > a:hover {
            opacity: .7; }
      .files > .file .desc > .left {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start; }
        .files > .file .desc > .left > p {
          margin-top: 0px;
          margin-bottom: 0px;
          font-size: 14px;
          line-height: 20px;
          color: #101828;
          font-family: "Inter" ,sans-serif;
          font-weight: 500; }
        .files > .file .desc > .left > span {
          font-size: 10px;
          line-height: 14px;
          color: #98A2B3;
          font-family: "Inter" ,sans-serif;
          font-weight: 500; }
    .files > .file > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px; }
      .files > .file > span img {
        min-width: 20px;
        max-width: 20px; }
    .files > .file:last-child {
      margin-bottom: 0px; }

.click__upload {
  margin-top: 16px;
  padding: 36px 24px;
  text-align: center;
  border: 1px dashed #D0D5DD;
  border-radius: 8px; }
  .click__upload > input {
    position: absolute;
    left: -250000px; }
  .click__upload > a {
    text-decoration: none; }
    .click__upload > a > span {
      font-size: 12px;
      line-height: 18px;
      color: #98A2B3;
      font-family: "Inter" ,sans-serif; }
  .click__upload p {
    margin: 0px;
    margin-bottom: 4px;
    color: #98A2B3;
    font-family: "Inter" ,sans-serif; }
    .click__upload p span {
      color: #199B6E;
      font-size: 14px;
      line-height: 20px;
      font-weight: 500;
      text-decoration: underline;
      padding-right: 4px;
      font-family: "Inter" ,sans-serif; }
  .click__upload .media {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    justify-content: center; }

.additional {
  margin-top: 24px; }
  .additional .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px; }
    .additional .grid .click__upload {
      padding: 16px 24px; }
  .additional > p {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
    color: #111928;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 600; }

.container__check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat" ,sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #111928;
  font-weight: 400; }

.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.container__check .checkmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  margin-right: 8px; }

.container__check input:checked ~ .checkmark {
  background-color: #F3FAF8;
  border-color: #199B6E; }

.container__check .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.container__check input:checked ~ .checkmark:after {
  display: block; }

.container__check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #199B6E;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.crm__integration {
  margin-bottom: 24px; }
  .crm__integration > p {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
    color: #111928;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 600; }
  .crm__integration > .radios {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .crm__integration > .radios > .container__radio {
      margin-right: 24px; }
      .crm__integration > .radios > .container__radio:last-child {
        margin-right: 0px; }

.container__radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Montserrat" ,sans-serif;
  color: #111928; }

/* Hide the browser's default radio button */
.container__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom radio button */
.container__radio .checkmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  margin-right: 8px;
  min-height: 24px;
  max-height: 24px;
  border-radius: 250px;
  border: 1px solid #D9D9D9; }

/* When the radio button is checked, add a blue background */
.container__radio input:checked ~ .checkmark {
  background-color: #F3FAF8;
  border-color: #199B6E; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container__radio input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container__radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #199B6E; }

.data__upload > span {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #959898;
  font-family: "Montserrat" ,sans-serif;
  font-weight: 500; }

.integration__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px; }
  .integration__info > .elem {
    cursor: pointer;
    padding: 16px;
    background-color: #FFFFFF;
    border-radius: 16px; }
    .integration__info > .elem .desc {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .integration__info > .elem .desc > h6 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 20px;
        line-height: 32px;
        color: #111928;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 600; }
      .integration__info > .elem .desc > p {
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        color: #637381;
        font-weight: 400;
        font-family: "Montserrat" ,sans-serif;
        margin-bottom: 8px; }
      .integration__info > .elem .desc > span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }
    .integration__info > .elem > .top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 14px; }
      .integration__info > .elem > .top > p {
        padding: 3px 10px;
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500;
        border-radius: 30px; }
        .integration__info > .elem > .top > p.connected {
          background-color: #DAF8E6;
          color: #1A8245; }
        .integration__info > .elem > .top > p.actionrequired {
          background-color: #FEF6ED;
          color: #F1A949; }
        .integration__info > .elem > .top > p.disconnected {
          background-color: #FCD8D5;
          color: #CE2D5D; }
      .integration__info > .elem > .top > span {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .integration__info > .elem > .top > span img {
          min-width: 40px;
          max-width: 40px; }

.integration__info--popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: rgba(0, 0, 0, 0.1); }
  .integration__info--popup > .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px; }
    .integration__info--popup > .inner .popup {
      width: 100%;
      max-width: 550px;
      padding: 24px;
      max-height: 100%;
      background-color: #FFFFFF;
      border-radius: 16px;
      box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
      .integration__info--popup > .inner .popup .btns {
        margin-top: 24px;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .integration__info--popup > .inner .popup .btns > .test__connection {
          min-width: 140px;
          min-height: 44px;
          background-color: #199B6E;
          border-radius: 8px;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          text-decoration: none;
          font-size: 16px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          line-height: 24px;
          color: #FFFFFF;
          font-weight: 500;
          transition: .3s ease all;
          padding-left: 20px;
          font-family: "Montserrat" ,sans-serif;
          padding-right: 20px; }
          .integration__info--popup > .inner .popup .btns > .test__connection:hover {
            background-color: #02573A; }
        .integration__info--popup > .inner .popup .btns > .cancel {
          min-width: 140px;
          min-height: 44px;
          border: 1px solid #199B6E;
          background-color: #fff;
          font-family: "Montserrat" ,sans-serif;
          border-radius: 8px;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          text-decoration: none;
          font-size: 16px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          line-height: 24px;
          color: #6B706F;
          font-weight: 500;
          transition: .3s ease all;
          margin-right: 15px; }
          .integration__info--popup > .inner .popup .btns > .cancel:hover {
            background-color: #F3FAF8; }
      .integration__info--popup > .inner .popup .last__sync {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .integration__info--popup > .inner .popup .last__sync > p {
          margin-top: 0px;
          margin-bottom: 4px;
          font-size: 14px;
          line-height: 20px;
          color: #656565;
          font-family: "Montserrat" ,sans-serif; }
        .integration__info--popup > .inner .popup .last__sync > span {
          display: block;
          font-size: 16px;
          line-height: 24px;
          color: #111928;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500; }
      .integration__info--popup > .inner .popup .group__input {
        position: relative;
        margin-bottom: 24px; }
        .integration__info--popup > .inner .popup .group__input .error__label {
          margin-top: 4px; }
          .integration__info--popup > .inner .popup .group__input .error__label > p {
            margin: 0px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 14px;
            line-height: 20px;
            color: #CE2D5D;
            font-family: "Inter" ,sans-serif; }
            .integration__info--popup > .inner .popup .group__input .error__label > p span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 4px; }
        .integration__info--popup > .inner .popup .group__input > a {
          display: inline-flex;
          position: absolute;
          right: 8px;
          top: 33.5px; }
        .integration__info--popup > .inner .popup .group__input > input {
          width: 100%;
          height: 44px;
          border: 1px solid #E4E7EC;
          padding-left: 12px;
          padding-right: 30px;
          font-size: 16px;
          line-height: 24px;
          outline: none;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          color: #000;
          font-family: "Montserrat" ,sans-serif;
          border-radius: 10px; }
          .integration__info--popup > .inner .popup .group__input > input::-webkit-input-placeholder {
            color: #97A1AF; }
          .integration__info--popup > .inner .popup .group__input > input::-moz-placeholder {
            color: #97A1AF; }
          .integration__info--popup > .inner .popup .group__input > input:-ms-input-placeholder {
            color: #97A1AF; }
          .integration__info--popup > .inner .popup .group__input > input:-moz-placeholder {
            color: #97A1AF; }
        .integration__info--popup > .inner .popup .group__input > p {
          margin-bottom: 4px;
          margin-top: 0px;
          font-size: 14px;
          line-height: 20px;
          color: #656565;
          font-family: "Montserrat" ,sans-serif; }
      .integration__info--popup > .inner .popup > .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px; }
        .integration__info--popup > .inner .popup > .top > p {
          margin: 0px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 20px;
          line-height: 32px;
          color: #111928;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 600; }
          .integration__info--popup > .inner .popup > .top > p span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 16px; }
        .integration__info--popup > .inner .popup > .top > span {
          padding: 3px 10px;
          margin: 0px;
          font-size: 14px;
          line-height: 20px;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500;
          border-radius: 30px; }
          .integration__info--popup > .inner .popup > .top > span.connected {
            background-color: #DAF8E6;
            color: #1A8245; }
          .integration__info--popup > .inner .popup > .top > span.actionrequired {
            background-color: #FEF6ED;
            color: #F1A949; }
          .integration__info--popup > .inner .popup > .top > span.disconnected {
            background-color: #FCD8D5;
            color: #CE2D5D; }

.pick__one {
  margin-bottom: 24px; }
  .pick__one > p {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #656565;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 500; }
  .pick__one > ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-top: -4px;
    justify-content: flex-start; }
    .pick__one > ul > li {
      margin: 4px 8px; }
      .pick__one > ul > li > a {
        transition: .3s ease all;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        min-height: 40px;
        border: 1px solid #E4E7EC;
        border-radius: 30px;
        padding-left: 24px;
        padding-right: 24px;
        font-size: 16px;
        line-height: 24px;
        font-family: "Montserrat" ,sans-serif;
        color: #111928;
        font-weight: 500; }
        .pick__one > ul > li > a.current {
          background-color: #199B6E;
          color: #fff; }
        .pick__one > ul > li > a:hover {
          background-color: #199B6E;
          border-color: #199B6E;
          color: #fff; }

.notification__boxes {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto; }
  .notification__boxes .box {
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15);
    margin-bottom: 10px; }
    .notification__boxes .box > .elem {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 24px; }
      .notification__boxes .box > .elem .right {
        display: flex;
        align-items: center;
        margin-right: -20px;
        margin-left: 20px;
        justify-content: flex-end; }
        .notification__boxes .box > .elem .right .elem {
          width: 96px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center; }
      .notification__boxes .box > .elem .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .notification__boxes .box > .elem .left > span {
          font-size: 14px;
          line-height: 20px;
          color: #6B706F;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 400; }
        .notification__boxes .box > .elem .left > p {
          margin-top: 0px;
          margin-bottom: 8px;
          font-size: 14px;
          line-height: 20px;
          color: #000000;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 600; }
      .notification__boxes .box > .elem:last-child {
        margin-bottom: 0px; }
    .notification__boxes .box:last-child {
      margin-bottom: 0px; }
  .notification__boxes > .top {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .notification__boxes > .top > p {
      margin-top: 0px;
      margin-bottom: 10px;
      min-width: 90px;
      text-align: center;
      margin-right: 15px;
      font-size: 14px;
      line-height: 20px;
      color: #000000;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 600; }
      .notification__boxes > .top > p:last-child {
        margin-right: 0px; }

.switch {
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 32px;
  background-color: #E5E7EB;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 30px;
  cursor: pointer; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1); }

input:checked + .slider {
  background-color: #199B6E; }

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.float__dropdowns > .dropdown {
  position: absolute;
  left: -20000px; }

.table__with--pagination .container__check {
  justify-content: center; }
.table__with--pagination .group__dropdown {
  width: 155px; }
  .table__with--pagination .group__dropdown > a {
    width: 100%; }
    .table__with--pagination .group__dropdown > a > span {
      font-size: 14px;
      line-height: 22px; }

.app__wrapper .main__content .content .regular__box.userslist .table__wrapper tr td {
  padding-top: 8px;
  padding-bottom: 8px; }

.invite__new--user {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 12;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); }
  .invite__new--user .inner {
    width: 100%;
    height: 100%;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .invite__new--user .inner .popup {
      width: 100%;
      max-width: 550px;
      padding: 24px;
      border-radius: 16px;
      max-height: 100%;
      overflow-y: auto;
      background-color: #FFFFFF;
      box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
      .invite__new--user .inner .popup .controls {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 16px; }
        .invite__new--user .inner .popup .controls > button {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 140px;
          min-height: 44px;
          border-radius: 8px;
          background-color: #199B6E;
          font-size: 16px;
          line-height: 24px;
          cursor: pointer;
          outline: none;
          border: 0px;
          font-family: "Montserrat", sans-serif;
          color: #FFFFFF;
          font-weight: 500;
          text-decoration: none;
          transition: .3s ease all; }
          .invite__new--user .inner .popup .controls > button:hover {
            background-color: #02573A; }
        .invite__new--user .inner .popup .controls > .cancel {
          min-width: 140px;
          min-height: 44px;
          border: 1px solid #199B6E;
          background-color: #fff;
          font-family: "Montserrat" ,sans-serif;
          border-radius: 8px;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          text-decoration: none;
          font-size: 16px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          line-height: 24px;
          color: #6B706F;
          font-weight: 500;
          transition: .3s ease all;
          margin-right: 15px; }
          .invite__new--user .inner .popup .controls > .cancel:hover {
            background-color: #F3FAF8; }
      .invite__new--user .inner .popup > h6 {
        margin-top: 0px;
        margin-bottom: 16px;
        font-size: 20px;
        line-height: 32px;
        color: #111928;
        font-weight: 600;
        font-family: "Montserrat" ,sans-serif; }
      .invite__new--user .inner .popup form > .group__input {
        margin-bottom: 24px; }
        .invite__new--user .inner .popup form > .group__input > input {
          width: 100%;
          height: 44px;
          border: 1px solid #E4E7EC;
          border-radius: 10px;
          outline: none;
          padding-left: 12px;
          padding-right: 12px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 500;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          color: #000;
          font-family: "Montserrat" ,sans-serif; }
          .invite__new--user .inner .popup form > .group__input > input::-webkit-input-placeholder {
            color: #97A1AF; }
          .invite__new--user .inner .popup form > .group__input > input::-moz-placeholder {
            color: #97A1AF; }
          .invite__new--user .inner .popup form > .group__input > input:-ms-input-placeholder {
            color: #97A1AF; }
          .invite__new--user .inner .popup form > .group__input > input:-moz-placeholder {
            color: #97A1AF; }
        .invite__new--user .inner .popup form > .group__input > textarea {
          width: 100%;
          height: 112px;
          padding-top: 6px;
          border: 1px solid #E4E7EC;
          border-radius: 10px;
          outline: none;
          padding-left: 12px;
          padding-right: 12px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 500;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          color: #000;
          font-family: "Montserrat" ,sans-serif;
          resize: none; }
          .invite__new--user .inner .popup form > .group__input > textarea::-webkit-input-placeholder {
            color: #97A1AF; }
          .invite__new--user .inner .popup form > .group__input > textarea::-moz-placeholder {
            color: #97A1AF; }
          .invite__new--user .inner .popup form > .group__input > textarea:-ms-input-placeholder {
            color: #97A1AF; }
          .invite__new--user .inner .popup form > .group__input > textarea:-moz-placeholder {
            color: #97A1AF; }
        .invite__new--user .inner .popup form > .group__input > p {
          margin-top: 0px;
          margin-bottom: 4px;
          font-size: 14px;
          line-height: 20px;
          color: #656565;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500; }

.double__health {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 24px; }
  .double__health .recent {
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
    .double__health .recent > p {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 32px;
      color: #111928;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 600; }
    .double__health .recent > .elem {
      background-color: #FFFFFF;
      border-radius: 16px;
      padding: 16px 24px;
      margin-bottom: 14px;
      border: 1px solid #EAEAEA;
      border-radius: 16px;
      cursor: pointer; }
      .double__health .recent > .elem:last-child {
        margin-bottom: 0px; }
      .double__health .recent > .elem .head {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .double__health .recent > .elem .head > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 24px;
          transition: .3s ease all; }
        .double__health .recent > .elem .head .desc {
          width: 100%;
          margin-left: 16px; }
          .double__health .recent > .elem .head .desc > .top {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin-left: -8px;
            margin-top: -2px; }
            .double__health .recent > .elem .head .desc > .top > p {
              margin: 2px 8px;
              font-weight: 600; }
              .double__health .recent > .elem .head .desc > .top > p.light {
                font-weight: 400; }
          .double__health .recent > .elem .head .desc > span {
            display: block;
            margin-top: 6px;
            font-size: 14px;
            line-height: 20px;
            color: #6B706F;
            font-family: "Montserrat" ,sans-serif; }
        .double__health .recent > .elem .head .logo {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 52px;
          max-width: 52px;
          min-height: 52px;
          max-height: 52px;
          border-radius: 16px;
          background-color: #F3FAF8; }

.health__summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 24px;
  margin-bottom: 24px; }
  .health__summary > .elem {
    padding: 16px;
    background-color: #FFFFFF;
    border-radius: 16px; }
    .health__summary > .elem > a {
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      text-decoration: none;
      margin-top: 14px;
      font-size: 14px;
      line-height: 20px;
      color: #199B6E;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 500;
      text-decoration: underline;
      transition: .3s ease all; }
      .health__summary > .elem > a:hover {
        opacity: .7; }
      .health__summary > .elem > a span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 8px; }
    .health__summary > .elem > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      margin-top: 20px; }
      .health__summary > .elem > ul > li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 14px;
        font-family: "Montserrat" ,sans-serif;
        font-size: 14px;
        line-height: 20px;
        color: #637381;
        font-weight: 400; }
        .health__summary > .elem > ul > li:last-child {
          margin-bottom: 0px; }
        .health__summary > .elem > ul > li span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-width: 9px;
          max-width: 9px;
          min-height: 9px;
          max-height: 9px;
          border-radius: 205px;
          margin-right: 8px; }
    .health__summary > .elem .bar {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .health__summary > .elem .bar .progress {
        width: 100%;
        height: 10px;
        background-color: #DFE4EA;
        position: relative;
        border-radius: 250px;
        overflow: hidden; }
        .health__summary > .elem .bar .progress .active {
          border-radius: 250px;
          position: absolute;
          left: 0px;
          top: 0px;
          height: 100%; }
      .health__summary > .elem .bar > p {
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        margin-left: 15px;
        color: #637381;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 400; }
    .health__summary > .elem > p {
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 20px;
      line-height: 32px;
      color: #111928;
      font-weight: 600;
      margin-bottom: 12px;
      font-family: "Montserrat", sans-serif; }
      .health__summary > .elem > p span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }

.recent__activity {
  min-width: 300px;
  max-width: 300px;
  margin-left: 15px;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 24px; }
  .recent__activity.longer {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-left: 0px; }
  .recent__activity > p {
    margin-top: 0px;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 32px;
    color: #111928;
    font-weight: 600;
    padding: 6px 0px;
    margin-bottom: 14px; }
  .recent__activity .list {
    width: 100%; }
    .recent__activity .list > .elem {
      margin-bottom: 15px;
      padding: 16px 16px;
      padding-left: 24px;
      border-radius: 6px;
      border: 1px solid #EAEAEA;
      border-left: 6px solid transparent; }
      .recent__activity .list > .elem .btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 5px; }
        .recent__activity .list > .elem .btn > a {
          background-color: #199B6E;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          padding: 6px 20px;
          border-radius: 8px;
          text-decoration: none;
          font-size: 14px;
          line-height: 20px;
          color: #FFFFFF;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500;
          transition: .3s ease all;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .recent__activity .list > .elem .btn > a:hover {
            background-color: #02573A; }
      .recent__activity .list > .elem > p {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 24px;
        color: #111928;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }
        .recent__activity .list > .elem > p span {
          font-family: "Montserrat" ,sans-serif;
          font-weight: 600; }
      .recent__activity .list > .elem > span {
        font-size: 14px;
        line-height: 20px;
        color: #637381;
        font-family: "Montserrat" ,sans-serif; }
      .recent__activity .list > .elem:last-child {
        margin-bottom: 0px; }

.mapping__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .mapping__wrapper .double__list {
    width: 100%;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .mapping__wrapper .double__list > .list__files {
      width: 100%;
      background-color: #FFFFFF;
      border-radius: 16px;
      box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15);
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .mapping__wrapper .double__list > .list__files .list__wrapper {
        width: 100%;
        height: 100%;
        padding: 24px; }
        .mapping__wrapper .double__list > .list__files .list__wrapper .tables .table__wrapper td .group__dropdown {
          width: 155px; }
          .mapping__wrapper .double__list > .list__files .list__wrapper .tables .table__wrapper td .group__dropdown > a {
            width: 155px; }
            .mapping__wrapper .double__list > .list__files .list__wrapper .tables .table__wrapper td .group__dropdown > a > span {
              font-size: 14px;
              line-height: 20px; }
        .mapping__wrapper .double__list > .list__files .list__wrapper .tables .table__wrapper td .refresh {
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .mapping__wrapper .double__list > .list__files .list__wrapper .tables .table__wrapper td .refresh:hover svg path {
            fill: #199B6E; }
          .mapping__wrapper .double__list > .list__files .list__wrapper .tables .table__wrapper td .refresh svg path {
            transition: .3s ease all; }
        .mapping__wrapper .double__list > .list__files .list__wrapper .switcher ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          border-bottom: 1px solid #DFE4EA;
          overflow-x: auto; }
          .mapping__wrapper .double__list > .list__files .list__wrapper .switcher ul > li {
            margin-right: 2px; }
            .mapping__wrapper .double__list > .list__files .list__wrapper .switcher ul > li > a {
              padding-left: 40px;
              padding-right: 40px;
              white-space: nowrap;
              min-height: 50px;
              text-decoration: none;
              font-size: 16px;
              line-height: 24px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              color: #637381;
              font-family: "Montserrat" ,sans-serif;
              font-weight: 500;
              border-bottom: 2px solid transparent;
              transition: .3s ease all; }
              .mapping__wrapper .double__list > .list__files .list__wrapper .switcher ul > li > a:hover {
                color: #199B6E;
                background-color: #F3FAF8;
                border-color: #199B6E; }
              .mapping__wrapper .double__list > .list__files .list__wrapper .switcher ul > li > a.current {
                color: #199B6E;
                background-color: #F3FAF8;
                border-color: #199B6E; }
            .mapping__wrapper .double__list > .list__files .list__wrapper .switcher ul > li:last-child {
              margin-right: 0px; }
      .mapping__wrapper .double__list > .list__files .empty {
        padding: 30px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .mapping__wrapper .double__list > .list__files .empty > span {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 25px; }
        .mapping__wrapper .double__list > .list__files .empty > h6 {
          margin-top: 0px;
          margin-bottom: 8px;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 600;
          font-size: 14px;
          line-height: 20px;
          color: #2B3231;
          font-weight: 600; }
        .mapping__wrapper .double__list > .list__files .empty > p {
          margin: 0px;
          font-family: "Montserrat" ,sans-serif;
          font-size: 14px;
          line-height: 20px;
          color: #959898;
          font-weight: 400; }
    .mapping__wrapper .double__list > .data__info {
      background-color: #FFFFFF;
      box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15);
      padding: 24px;
      border-radius: 16px;
      margin-bottom: 16px; }
      .mapping__wrapper .double__list > .data__info .files .file {
        max-width: 640px; }
      .mapping__wrapper .double__list > .data__info .group__input .group__dropdown {
        width: 100%;
        max-width: 400px; }
        .mapping__wrapper .double__list > .data__info .group__input .group__dropdown > a {
          width: 100%; }
      .mapping__wrapper .double__list > .data__info .group__input > p {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20px;
        color: #656565;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }

.compare__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px; }
  .compare__controls .new__scenario {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .compare__controls .switcher ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
    .compare__controls .switcher ul > li:nth-child(1) {
      border-right: 1px solid #EAEAEA; }
    .compare__controls .switcher ul > li > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 56px;
      min-height: 36px;
      transition: .3s ease all; }
      .compare__controls .switcher ul > li > a.current {
        background-color: #F3FAF8; }
        .compare__controls .switcher ul > li > a.current svg path {
          fill: #199B6E; }
      .compare__controls .switcher ul > li > a svg path {
        transition: .3s ease all; }
      .compare__controls .switcher ul > li > a:hover {
        background-color: #F3FAF8; }
        .compare__controls .switcher ul > li > a:hover svg path {
          fill: #199B6E; }
  .compare__controls .compare {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .compare__controls .compare > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 5px; }
    .compare__controls .compare > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      max-width: 500px;
      overflow-x: auto; }
      .compare__controls .compare > ul::-webkit-scrollbar {
        height: 4px; }
      .compare__controls .compare > ul::-webkit-scrollbar-thumb {
        background-color: #199B6E;
        border-radius: 5px; }
      .compare__controls .compare > ul > li {
        margin: 0px 5px; }
        .compare__controls .compare > ul > li > a {
          white-space: nowrap;
          padding: 6px 16px;
          font-size: 16px;
          line-height: 24px;
          font-family: "Montserrat" ,sans-serif;
          color: #111928;
          font-weight: 500;
          text-decoration: none;
          border-radius: 30px;
          background-color: #FFFFFF;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .compare__controls .compare > ul > li > a span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px; }
    .compare__controls .compare > p {
      margin: 0px;
      font-family: "Montserrat" ,sans-serif;
      color: #637381;
      font-size: 16px;
      line-height: 24px;
      margin-right: 10px; }

.side__mapping {
  min-height: calc(100vh - 130px);
  min-width: 360px;
  max-width: 360px;
  background-color: #FFFFFF;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  overflow-y: auto; }
  .side__mapping .scenario__created {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .side__mapping .scenario__created > .head {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .side__mapping .scenario__created > .head > span {
        font-size: 14px;
        line-height: 20px;
        color: #111928;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 500; }
      .side__mapping .scenario__created > .head .left {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .side__mapping .scenario__created > .head .left > p {
          margin: 0px;
          display: flex;
          align-items: center;
          margin-right: 8px;
          justify-content: flex-start;
          font-size: 18px;
          line-height: 28px;
          color: #111928;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 600; }
          .side__mapping .scenario__created > .head .left > p > span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px; }
    .side__mapping .scenario__created .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
      .side__mapping .scenario__created .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        background-color: #199B6E;
        border-radius: 8px;
        text-decoration: none;
        box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
        font-size: 16px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #fff;
        padding-left: 20px;
        width: 100%;
        padding-right: 20px;
        transition: .3s ease all; }
        .side__mapping .scenario__created .btn > a:hover {
          background-color: #02573A; }
    .side__mapping .scenario__created .scenario__info {
      margin-bottom: auto;
      margin-top: 40px;
      max-height: calc(100% - 135px);
      overflow-y: auto;
      padding-right: 3px;
      width: calc(100% + 3px); }
      .side__mapping .scenario__created .scenario__info::-webkit-scrollbar {
        width: 4px; }
      .side__mapping .scenario__created .scenario__info::-webkit-scrollbar-thumb {
        background-color: #199B6E;
        border-radius: 5px; }
      .side__mapping .scenario__created .scenario__info .recommend > span {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
        color: #2B3231;
        font-weight: 600;
        font-family: "Montserrat" ,sans-serif; }
      .side__mapping .scenario__created .scenario__info .metrics .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 8px;
        margin-bottom: 42px; }
        .side__mapping .scenario__created .scenario__info .metrics .grid > .elem {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          padding: 8px;
          border: 1px solid #EAEAEA;
          border-radius: 8px; }
          .side__mapping .scenario__created .scenario__info .metrics .grid > .elem > p {
            margin: 0px;
            font-size: 14px;
            line-height: 20px;
            color: #959898;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 500; }
          .side__mapping .scenario__created .scenario__info .metrics .grid > .elem > span {
            display: inline-flex;
            margin-bottom: 8px;
            font-family: "Montserrat" ,sans-serif;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500; }
      .side__mapping .scenario__created .scenario__info .metrics > span {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 20px;
        color: #2B3231;
        font-weight: 600;
        font-family: "Montserrat" ,sans-serif; }
      .side__mapping .scenario__created .scenario__info > .summary {
        display: flex;
        flex-direction: column;
        margin-bottom: 42px;
        align-items: flex-start; }
        .side__mapping .scenario__created .scenario__info > .summary > span {
          display: block;
          margin-bottom: 8px;
          font-size: 14px;
          line-height: 20px;
          color: #2B3231;
          font-weight: 600;
          font-family: "Montserrat" ,sans-serif; }
        .side__mapping .scenario__created .scenario__info > .summary > p {
          margin: 0px;
          font-size: 14px;
          line-height: 20px;
          color: #6B706F;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500; }
    .side__mapping .scenario__created .action__needed {
      width: 100%;
      margin-bottom: 15px;
      padding: 15px;
      border: 1px solid #EAEAEA;
      border-radius: 6px; }
      .side__mapping .scenario__created .action__needed .btn {
        margin-top: 8px;
        display: flex;
        justify-content: flex-start; }
        .side__mapping .scenario__created .action__needed .btn > a {
          display: inline-flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 14px;
          line-height: 22px;
          color: #199B6E;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500;
          transition: .3s ease all; }
          .side__mapping .scenario__created .action__needed .btn > a:hover {
            opacity: .7; }
          .side__mapping .scenario__created .action__needed .btn > a span {
            display: inline-flex;
            align-items: cente;
            margin-left: 8px;
            justify-content: center; }
      .side__mapping .scenario__created .action__needed > span {
        font-size: 14px;
        line-height: 20px;
        color: #637381;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 400; }
      .side__mapping .scenario__created .action__needed > p {
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 8px;
        font-family: "Montserrat" ,sans-serif;
        font-size: 14px;
        line-height: 22px;
        color: #111928;
        font-weight: 600; }
        .side__mapping .scenario__created .action__needed > p span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
      .side__mapping .scenario__created .action__needed:last-child {
        margin-bottom: 0px; }
  .side__mapping .new__scenario {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 16px;
    z-index: 3;
    height: 100%; }
    .side__mapping .new__scenario > .inn {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      padding: 16px 24px; }
      .side__mapping .new__scenario > .inn .scenario__rollers {
        margin-bottom: auto;
        max-height: calc(100% - 165px);
        margin-top: 15px;
        overflow-y: auto;
        padding-right: 3px;
        width: calc(100% + 3px); }
        .side__mapping .new__scenario > .inn .scenario__rollers::-webkit-scrollbar {
          width: 4px; }
        .side__mapping .new__scenario > .inn .scenario__rollers::-webkit-scrollbar-thumb {
          background-color: #199B6E;
          border-radius: 5px; }
        .side__mapping .new__scenario > .inn .scenario__rollers .elem {
          margin-bottom: 15px; }
          .side__mapping .new__scenario > .inn .scenario__rollers .elem .irs-single, .side__mapping .new__scenario > .inn .scenario__rollers .elem .irs-to, .side__mapping .new__scenario > .inn .scenario__rollers .elem .irs-from, .side__mapping .new__scenario > .inn .scenario__rollers .elem .irs-max, .side__mapping .new__scenario > .inn .scenario__rollers .elem .irs-min {
            display: none; }
          .side__mapping .new__scenario > .inn .scenario__rollers .elem:last-child {
            margin-bottom: 0px; }
          .side__mapping .new__scenario > .inn .scenario__rollers .elem .range__wrapper {
            margin-top: -15px; }
            .side__mapping .new__scenario > .inn .scenario__rollers .elem .range__wrapper .irs--flat .irs-bar {
              background-color: #199B6E; }
            .side__mapping .new__scenario > .inn .scenario__rollers .elem .range__wrapper .irs-line {
              background-color: #DFE4EA; }
            .side__mapping .new__scenario > .inn .scenario__rollers .elem .range__wrapper .irs--flat .irs-handle {
              min-width: 24px;
              max-width: 24px;
              min-height: 24px;
              max-height: 24px;
              border: 2px solid #199B6E;
              background-color: #fff;
              border-radius: 250px;
              top: 19px; }
              .side__mapping .new__scenario > .inn .scenario__rollers .elem .range__wrapper .irs--flat .irs-handle > i {
                display: none; }
            .side__mapping .new__scenario > .inn .scenario__rollers .elem .range__wrapper .bottom {
              display: flex;
              align-items: center;
              margin-top: 7px;
              justify-content: space-between; }
              .side__mapping .new__scenario > .inn .scenario__rollers .elem .range__wrapper .bottom > p {
                margin: 0px;
                font-size: 14px;
                line-height: 20px;
                color: #6B7280;
                font-family: "Montserrat" ,sans-serif;
                font-weight: 400; }
          .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right {
              display: flex;
              align-items: center;
              justify-content: flex-end; }
              .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right > span {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                margin-right: 8px;
                position: relative;
                z-index: 3; }
                .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right > span:hover .tooltip {
                  opacity: 1; }
                .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right > span .tooltip {
                  position: absolute;
                  left: 50%;
                  transform: translateX(-50%);
                  top: 25px;
                  min-width: 200px;
                  max-width: 200px;
                  padding: 8px 15px;
                  text-align: center;
                  background-color: #FFFFFF;
                  opacity: 0;
                  pointer-events: none;
                  border-radius: 8px;
                  box-shadow: 0px 2px 10px 0px rgba(68, 68, 68, 0.15);
                  transition: .3s ease all; }
                  .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right > span .tooltip p {
                    margin: 0px;
                    font-size: 12px;
                    line-height: 20px;
                    color: #6B7280;
                    font-weight: 500;
                    font-family: "Montserrat" ,sans-serif;
                    z-index: 3; }
              .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field {
                position: relative; }
                .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field > span {
                  position: absolute;
                  left: 12px;
                  top: 50%;
                  transform: translateY(-50%);
                  font-size: 14px;
                  line-height: 20px;
                  color: #97A1AF;
                  font-family: "Montserrat" ,sans-serif;
                  font-weight: 500; }
                .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field > input {
                  width: 95px;
                  height: 36px;
                  border: 1px solid #E4E7EC;
                  border-radius: 10px;
                  font-size: 16px;
                  line-height: 24px;
                  padding-right: 25px;
                  font-family: "Montserrat" ,sans-serif;
                  font-weight: 500;
                  color: #000;
                  outline: none;
                  padding-left: 25px;
                  padding-right: 5px; }
                  .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field > input::-webkit-input-placeholder {
                    color: #97A1AF; }
                  .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field > input::-moz-placeholder {
                    color: #97A1AF; }
                  .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field > input:-ms-input-placeholder {
                    color: #97A1AF; }
                  .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field > input:-moz-placeholder {
                    color: #97A1AF; }
            .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top > p {
              margin: 0px;
              font-family: "Montserrat" ,sans-serif;
              font-size: 16px;
              line-height: 24px;
              font-weight: 600;
              color: #374151; }
      .side__mapping .new__scenario > .inn .form {
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; }
        .side__mapping .new__scenario > .inn .form > a {
          display: inline-flex;
          align-items: center;
          position: absolute;
          justify-content: center;
          right: 8px; }
        .side__mapping .new__scenario > .inn .form > input {
          width: 100%;
          height: 44px;
          border: 1px solid #E4E7EC;
          border-radius: 10px;
          font-size: 16px;
          line-height: 24px;
          padding-right: 25px;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500;
          color: #000;
          outline: none;
          padding-left: 12px;
          padding-right: 35px; }
          .side__mapping .new__scenario > .inn .form > input::-webkit-input-placeholder {
            color: #97A1AF; }
          .side__mapping .new__scenario > .inn .form > input::-moz-placeholder {
            color: #97A1AF; }
          .side__mapping .new__scenario > .inn .form > input:-ms-input-placeholder {
            color: #97A1AF; }
          .side__mapping .new__scenario > .inn .form > input:-moz-placeholder {
            color: #97A1AF; }
      .side__mapping .new__scenario > .inn .head {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .side__mapping .new__scenario > .inn .head > p {
          margin: 0px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          font-family: "Montserrat" ,sans-serif;
          color: #111928;
          font-size: 18px;
          line-height: 26px;
          font-weight: 600; }
          .side__mapping .new__scenario > .inn .head > p > span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 8px; }
      .side__mapping .new__scenario > .inn .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
        .side__mapping .new__scenario > .inn .btn > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 44px;
          background-color: #199B6E;
          border-radius: 8px;
          text-decoration: none;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          font-size: 16px;
          line-height: 24px;
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          color: #fff;
          padding-left: 20px;
          width: 100%;
          padding-right: 20px;
          transition: .3s ease all; }
          .side__mapping .new__scenario > .inn .btn > a:hover {
            background-color: #02573A; }
  .side__mapping .chat__layer {
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    left: 24px;
    top: 65px;
    width: calc(100% - 48px); }
  .side__mapping .chat__wrapper {
    overflow-y: auto;
    width: calc(100% + 15px);
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: auto; }
    .side__mapping .chat__wrapper > .action__needed {
      width: 100%;
      margin-bottom: 15px;
      padding: 15px;
      border: 1px solid #EAEAEA;
      border-radius: 6px; }
      .side__mapping .chat__wrapper > .action__needed .btn {
        margin-top: 8px;
        display: flex;
        justify-content: flex-start; }
        .side__mapping .chat__wrapper > .action__needed .btn > a {
          display: inline-flex;
          align-items: center;
          justify-content: flex-start;
          font-size: 16px;
          line-height: 24px;
          color: #199B6E;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500;
          transition: .3s ease all; }
          .side__mapping .chat__wrapper > .action__needed .btn > a:hover {
            opacity: .7; }
          .side__mapping .chat__wrapper > .action__needed .btn > a span {
            display: inline-flex;
            align-items: cente;
            margin-left: 8px;
            justify-content: center; }
      .side__mapping .chat__wrapper > .action__needed > span {
        font-size: 14px;
        line-height: 20px;
        color: #637381;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 400; }
      .side__mapping .chat__wrapper > .action__needed > p {
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 8px;
        font-family: "Montserrat" ,sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #111928;
        font-weight: 600; }
        .side__mapping .chat__wrapper > .action__needed > p span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
      .side__mapping .chat__wrapper > .action__needed:last-child {
        margin-bottom: 0px; }
    .side__mapping .chat__wrapper .elem__user {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-left: auto; }
      .side__mapping .chat__wrapper .elem__user > span {
        margin-left: 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 32px;
        max-width: 32px;
        min-height: 32px;
        max-height: 32px;
        border-radius: 8px;
        background-color: #EBEFFF; }
      .side__mapping .chat__wrapper .elem__user .bubble {
        padding: 8px;
        background-color: #F9FAFB; }
        .side__mapping .chat__wrapper .elem__user .bubble > p {
          margin: 0px;
          font-size: 14px;
          line-height: 20px;
          color: #1A1919;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 400; }
    .side__mapping .chat__wrapper .elem__reply {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 15px; }
      .side__mapping .chat__wrapper .elem__reply:last-child {
        margin-bottom: 0px; }
      .side__mapping .chat__wrapper .elem__reply > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
      .side__mapping .chat__wrapper .elem__reply .bubble {
        padding: 8px;
        background-color: #F4F5F5;
        border-radius: 8px; }
        .side__mapping .chat__wrapper .elem__reply .bubble > p {
          margin: 0px;
          font-size: 14px;
          line-height: 20px;
          color: #1A1919;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 400; }
        .side__mapping .chat__wrapper .elem__reply .bubble::-webkit-scrollbar {
          display: none; }
  .side__mapping .empty {
    text-align: center; }
    .side__mapping .empty > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 8px; }
    .side__mapping .empty > p {
      margin-top: 0px;
      margin-bottom: 8px;
      font-size: 14px;
      line-height: 20px;
      color: #2B3231;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 600; }
    .side__mapping .empty > span {
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      color: #959898;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 400; }
      .side__mapping .empty > span:last-child {
        margin-bottom: 0px; }
  .side__mapping .controls {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .side__mapping .controls > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 8px;
      min-width: 40px;
      max-width: 40px;
      min-height: 40px;
      max-height: 40px;
      background-color: #199B6E;
      border-radius: 8px;
      transition: .3s ease all; }
      .side__mapping .controls > a:hover {
        background-color: #02573A; }
    .side__mapping .controls > input {
      width: 100%;
      height: 40px;
      border: 1px solid #E4E7EC;
      border-radius: 10px;
      font-size: 16px;
      line-height: 24px;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 500;
      color: #000;
      outline: none;
      padding-left: 12px;
      padding-right: 12px; }
      .side__mapping .controls > input::-webkit-input-placeholder {
        color: #97A1AF; }
      .side__mapping .controls > input::-moz-placeholder {
        color: #97A1AF; }
      .side__mapping .controls > input:-ms-input-placeholder {
        color: #97A1AF; }
      .side__mapping .controls > input:-moz-placeholder {
        color: #97A1AF; }
  .side__mapping .head > p {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 28px;
    color: #111928;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 600; }
    .side__mapping .head > p span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px; }

.double__scenario {
  display: flex;
  justify-content: space-between; }
  .double__scenario .comparison {
    width: calc(100% - 375px);
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15);
    margin-right: 15px; }
    .double__scenario .comparison .table__wrapper .field__change {
      width: 80px;
      position: relative; }
      .double__scenario .comparison .table__wrapper .field__change > input {
        width: 100%;
        height: 40px;
        border: 1px solid #E4E7EC;
        border-radius: 10px;
        outline: none;
        padding-left: 20px;
        font-size: 16px;
        line-height: 22px; }
      .double__scenario .comparison .table__wrapper .field__change > span {
        left: 8px;
        font-size: 16px;
        line-height: 24px;
        color: #97A1AF;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    .double__scenario .comparison .table__wrapper table tr td {
      height: 60px; }
      .double__scenario .comparison .table__wrapper table tr td .price__change {
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        justify-content: flex-start; }
        .double__scenario .comparison .table__wrapper table tr td .price__change.down {
          background-color: #FCEEDB;
          border-radius: 6px;
          padding: 10px;
          position: relative;
          left: -10px;
          display: inline-flex;
          align-items: center;
          justify-content: flex-start; }
          .double__scenario .comparison .table__wrapper table tr td .price__change.down > img {
            margin-right: 4px;
            cursor: pointer; }
          .double__scenario .comparison .table__wrapper table tr td .price__change.down > span {
            font-size: 12px;
            line-height: 20px;
            color: #CE2D5D;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 500; }
          .double__scenario .comparison .table__wrapper table tr td .price__change.down > p {
            margin: 0px;
            margin-right: 10px;
            font-size: 14px;
            line-height: 20px;
            color: #475467;
            font-family: "Montserrat" ,sans-serif;
            font-weight: 500; }
    .double__scenario .comparison > .top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 24px; }
      .double__scenario .comparison > .top .time {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        .double__scenario .comparison > .top .time > p {
          margin: 0px;
          font-size: 16px;
          line-height: 24px;
          color: #637381;
          font-family: "Montserrat" ,sans-serif;
          margin-right: 16px; }
        .double__scenario .comparison > .top .time ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          align-items: center;
          border: 1px solid #EAEAEA;
          border-radius: 8px;
          overflow: hidden;
          justify-content: flex-start; }
          .double__scenario .comparison > .top .time ul li {
            border-right: 1px solid #EAEAEA; }
            .double__scenario .comparison > .top .time ul li:last-child {
              border-right: 0px; }
            .double__scenario .comparison > .top .time ul li > a {
              min-width: 73px;
              min-height: 40px;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              font-size: 16px;
              line-height: 24px;
              color: #111928;
              text-decoration: none;
              font-family: "Montserrat" ,sans-serif;
              font-weight: 500;
              transition: .3s ease all; }
              .double__scenario .comparison > .top .time ul li > a.current {
                background-color: #F3FAF8;
                color: #199B6E; }
              .double__scenario .comparison > .top .time ul li > a:hover {
                background-color: #F3FAF8;
                color: #199B6E; }
      .double__scenario .comparison > .top > p {
        margin: 0px;
        font-size: 18px;
        line-height: 28px;
        color: #111928;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 600; }
  .double__scenario .side__mapping {
    min-height: calc(100vh - 190px); }

.tooltip__price--change {
  position: absolute;
  z-index: 12;
  background-color: #1A1919;
  border-radius: 8px;
  display: none;
  padding: 8px 12px; }
  .tooltip__price--change > p {
    margin: 0px;
    font-family: "Montserrat" ,sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500; }

.editable__field {
  cursor: pointer; }

.new__scenario {
  position: relative; }
  .new__scenario .drop {
    position: absolute;
    left: 0px;
    top: 25px;
    min-width: 244px;
    border: 1px solid #DFE4EA;
    border-radius: 6px;
    box-shadow: 0px 1px 3px 0px rgba(166, 175, 195, 0.4);
    background-color: #fff;
    display: none;
    z-index: 2; }
    .new__scenario .drop ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      max-height: 340px;
      overflow-y: auto; }
      .new__scenario .drop ul li {
        margin-bottom: 5px;
        padding: 7px 16px; }
        .new__scenario .drop ul li:last-child {
          margin-bottom: 0px; }
        .new__scenario .drop ul li > label {
          cursor: pointer;
          font-size: 16px;
          line-height: 24px;
          color: #1A1919;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 500; }
    .new__scenario .drop > p {
      margin: 0px;
      padding: 8px 16px;
      font-family: "Montserrat" ,sans-serif;
      color: #959898;
      font-weight: 500;
      margin-bottom: 5px; }

.action__made {
  margin-bottom: 16px; }
  .action__made:last-child {
    margin-bottom: 0px; }
  .action__made .inn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 18px;
    background-color: #DAF8E6;
    border-radius: 8px; }
    .action__made .inn > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px; }
    .action__made .inn > p {
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      color: #004434;
      font-weight: 500;
      font-family: "Inter" ,sans-serif; }

.select__metric {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .select__metric > p {
    margin: 0px;
    white-space: nowrap;
    margin-right: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #637381;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 400; }
  .select__metric .group__dropdown {
    width: 180px; }
    .select__metric .group__dropdown > a {
      width: 180px; }

.revenue__graph {
  border: 1px solid #DFE4EA;
  border-radius: 7px;
  padding: 30px 24px; }
  .revenue__graph .legends {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px; }
    .revenue__graph .legends .el {
      display: flex;
      align-items: center;
      margin: 0px 12px;
      justify-content: center; }
      .revenue__graph .legends .el > p {
        margin: 0px;
        font-size: 15px;
        line-height: 23px;
        color: #111928;
        font-family: "Inter" ,sans-serif;
        font-weight: 500; }
      .revenue__graph .legends .el > span {
        width: 15px;
        height: 15px;
        border-radius: 250px;
        margin-right: 10px;
        border: 1px solid transparent;
        position: relative; }
        .revenue__graph .legends .el > span span {
          display: inline-flex;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          min-width: 8px;
          max-width: 8px;
          min-height: 8px;
          max-height: 8px;
          border-radius: 250px; }
  .revenue__graph .graph {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .revenue__graph .graph canvas {
      width: 100% !important;
      height: 400px !important; }
  .revenue__graph .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .revenue__graph .top .right .group__dropdown {
      width: 150px; }
      .revenue__graph .top .right .group__dropdown > a {
        width: 150px; }
    .revenue__graph .top .left {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start; }
      .revenue__graph .top .left > h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 28px;
        line-height: 35px;
        color: #111928;
        font-family: "Inter" ,sans-serif;
        font-weight: bold; }
      .revenue__graph .top .left > span {
        font-family: "Inter" ,sans-serif;
        font-size: 16px;
        line-height: 24px;
        color: #637381;
        font-weight: 400; }

.chart-tooltip {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #111928;
  font-family: "Inter" ,sans-serif;
  font-weight: 500; }
  .chart-tooltip br {
    display: none; }
  .chart-tooltip strong {
    font-family: "Inter" ,sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #637381;
    position: relative;
    margin-right: 14px;
    font-weight: 400; }
    .chart-tooltip strong:before {
      content: "";
      position: absolute;
      right: -7px;
      width: 1px;
      height: 31px;
      background-color: #DFE4EA;
      top: 50%;
      transform: translateY(-50%); }

.chart-tooltip {
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 14px;
  border-radius: 8px;
  pointer-events: none;
  transition: all 0.1s ease;
  font-size: 14px;
  color: #333;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1000; }

.side__mapping .new__scenario > .inn .scenario__rollers .elem > .top > p {
  margin-right: 5px; }

.revenue__double {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 24px; }
  .revenue__double .forecast {
    grid-column-start: 1;
    grid-column-end: 3;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
    .revenue__double .forecast .revenue__graph {
      margin-top: 24px; }
      .revenue__double .forecast .revenue__graph canvas {
        height: 280px !important; }
    .revenue__double .forecast .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 24px; }
      .revenue__double .forecast .grid > .elem {
        padding: 16px;
        border: 1px solid #EAEAEA;
        border-radius: 16px;
        position: relative; }
        .revenue__double .forecast .grid > .elem .tag {
          position: absolute;
          top: 16px;
          right: 16px; }
          .revenue__double .forecast .grid > .elem .tag.up > p {
            color: #199B6E; }
          .revenue__double .forecast .grid > .elem .tag.down > p {
            color: #CE2D5D; }
          .revenue__double .forecast .grid > .elem .tag > p {
            margin: 0px;
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 12px;
            line-height: 20px;
            font-weight: 500;
            font-family: "Montserrat" ,sans-serif; }
            .revenue__double .forecast .grid > .elem .tag > p span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 4px; }
        .revenue__double .forecast .grid > .elem > span {
          display: block;
          margin-bottom: 8px;
          font-size: 20px;
          line-height: 32px;
          color: #111928;
          font-family: "Montserrat" ,sans-serif;
          font-weight: 600; }
        .revenue__double .forecast .grid > .elem > p {
          margin: 0px;
          font-size: 14px;
          line-height: 20px;
          color: #637381;
          font-family: "Montserrat" ,sans-serif; }
    .revenue__double .forecast > p {
      padding-top: 8px;
      padding-bottom: 8px;
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 18px;
      line-height: 28px;
      color: #111928;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 600; }
  .revenue__double .kpi {
    grid-column-start: 3;
    grid-column-end: 4;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15); }
    .revenue__double .kpi .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      grid-auto-rows: 1fr; }
      .revenue__double .kpi .grid > .el {
        border: 1px solid #EAEAEA;
        padding: 16px;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .revenue__double .kpi .grid > .el > p {
          margin-top: 0px;
          margin-bottom: 8px;
          font-size: 20px;
          line-height: 32px;
          color: #111928;
          font-weight: 600;
          font-family: "Montserrat" ,sans-serif; }
        .revenue__double .kpi .grid > .el > span {
          font-family: "Montserrat" ,sans-serif;
          font-size: 14px;
          line-height: 20px;
          color: #637381; }
    .revenue__double .kpi > p {
      padding-top: 8px;
      padding-bottom: 8px;
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 18px;
      line-height: 28px;
      color: #111928;
      font-family: "Montserrat" ,sans-serif;
      font-weight: 600; }

.side__mapping .head > span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #6B706F;
  padding-left: 32px; }

.menu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .menu__btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .menu__btn > a > span {
      min-width: 24px;
      min-height: 2px;
      background-color: #000;
      border-radius: 5px;
      margin-bottom: 6px;
      transition: .3s ease all; }
      .menu__btn > a > span:last-child {
        margin-bottom: 0px; }

.menu__btn > a > span {
  transition: .3s ease all;
  position: relative; }
  .menu__btn > a > span:nth-child(1) {
    top: 0px; }
  .menu__btn > a > span:nth-child(3) {
    bottom: 0px; }
.menu__btn > a.opened > span {
  position: relative; }
  .menu__btn > a.opened > span:nth-child(1) {
    transform: rotate(45deg);
    top: 7px; }
  .menu__btn > a.opened > span:nth-child(3) {
    bottom: 8.5px;
    transform: rotate(-45deg); }
  .menu__btn > a.opened > span:nth-child(2) {
    opacity: 0; }

.baseline {
  width: 190px !important; }

.net__impact > td {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #F4F5F5; }
  .net__impact > td:nth-child(1) {
    border-bottom-left-radius: 12px; }
  .net__impact > td:last-child {
    border-bottom-right-radius: 12px; }
  .net__impact > td > p {
    color: #475467 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600 !important; }
  .net__impact > td > p.semi {
    font-size: 16px !important;
    line-height: 24px !important;
    color: #101828 !important; }

.table__with--pagination label.switch {
  position: relative;
  top: 4px; }
.table__with--pagination th p {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .table__with--pagination th p > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px; }

.tooltip__action {
  position: absolute;
  z-index: 4;
  padding: 6px 12px;
  background-color: #1A1919;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: .3s ease all; }
  .tooltip__action > p {
    font-family: "Montserrat" ,sans-serif;
    margin: 0px;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500; }

.back__btn {
  margin-bottom: 24px; }
  .back__btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    transition: .3s ease all;
    font-size: 14px;
    line-height: 20px;
    color: #959898;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 500; }
    .back__btn > a:hover {
      opacity: .7; }
    .back__btn > a span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px; }

.version__box {
  border-radius: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 18px 32px 0px rgba(208, 210, 218, 0.15);
  padding: 24px; }
  .version__box .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #DFE4EA; }
    .version__box .top .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .version__box .top .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 500;
        font-family: "Montserrat" ,sans-serif;
        background-color: #199B6E;
        border-radius: 8px;
        white-space: nowrap;
        transition: .3s ease all;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 500;
        text-decoration: none; }
        .version__box .top .btn > a:hover {
          background-color: #02573A; }
        .version__box .top .btn > a span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
    .version__box .top .switcher {
      width: 100%; }
      .version__box .top .switcher ul {
        width: 100%;
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .version__box .top .switcher ul > li {
          margin-right: 44px; }
          .version__box .top .switcher ul > li > a {
            text-decoration: none;
            font-size: 16px;
            line-height: 24px;
            color: #637381;
            font-weight: 500;
            position: relative;
            padding: 18px 0px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: .3s ease all; }
            .version__box .top .switcher ul > li > a:before {
              content: "";
              position: absolute;
              left: 0px;
              bottom: -2px;
              width: 100%;
              height: 2px;
              background-color: #199B6E;
              opacity: 0;
              transition: .3s ease all; }
            .version__box .top .switcher ul > li > a:hover {
              color: #199B6E; }
              .version__box .top .switcher ul > li > a:hover:before {
                opacity: 1; }
            .version__box .top .switcher ul > li > a.current {
              color: #199B6E; }
              .version__box .top .switcher ul > li > a.current:before {
                opacity: 1; }
          .version__box .top .switcher ul > li:last-child {
            margin-right: 0px; }

.add__new--client {
  margin-left: auto; }

.instruction__wrapper {
  margin-top: 24px; }
  .instruction__wrapper .controls {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .instruction__wrapper .controls > .save {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 140px;
      min-height: 44px;
      border-radius: 8px;
      background-color: #199B6E;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer;
      outline: none;
      border: 0px;
      font-family: "Montserrat", sans-serif;
      color: #FFFFFF;
      font-weight: 500;
      text-decoration: none;
      transition: .3s ease all; }
      .instruction__wrapper .controls > .save:hover {
        background-color: #02573A; }
    .instruction__wrapper .controls > .reset {
      min-width: 140px;
      min-height: 44px;
      border: 1px solid #199B6E;
      background-color: #fff;
      font-family: "Montserrat" ,sans-serif;
      border-radius: 8px;
      box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
      text-decoration: none;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      line-height: 24px;
      color: #6B706F;
      font-weight: 500;
      transition: .3s ease all;
      margin-right: 15px; }
      .instruction__wrapper .controls > .reset:hover {
        background-color: #F3FAF8; }
  .instruction__wrapper .instruction__list > .elem {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .instruction__wrapper .instruction__list > .elem .right {
      width: 100%;
      max-width: 510px; }
      .instruction__wrapper .instruction__list > .elem .right .group__dropdown > a {
        width: 100%; }
      .instruction__wrapper .instruction__list > .elem .right > textarea {
        width: 100%;
        padding: 13px 15px;
        height: 100px;
        border: 1px solid #E4E7EC;
        border-radius: 10px;
        outline: none;
        padding-left: 12px;
        padding-right: 12px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
        color: #000;
        resize: none;
        font-family: "Montserrat" ,sans-serif; }
        .instruction__wrapper .instruction__list > .elem .right > textarea::-webkit-input-placeholder {
          color: #97A1AF; }
        .instruction__wrapper .instruction__list > .elem .right > textarea::-moz-placeholder {
          color: #97A1AF; }
        .instruction__wrapper .instruction__list > .elem .right > textarea:-ms-input-placeholder {
          color: #97A1AF; }
        .instruction__wrapper .instruction__list > .elem .right > textarea:-moz-placeholder {
          color: #97A1AF; }
      .instruction__wrapper .instruction__list > .elem .right .from__to {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 24px; }
        .instruction__wrapper .instruction__list > .elem .right .from__to > input {
          width: 100%;
          height: 44px;
          border: 1px solid #E4E7EC;
          border-radius: 10px;
          outline: none;
          padding-left: 12px;
          padding-right: 12px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 500;
          box-shadow: 0px 1px 2px 0px rgba(21, 28, 36, 0.05);
          color: #000;
          font-family: "Montserrat" ,sans-serif; }
          .instruction__wrapper .instruction__list > .elem .right .from__to > input::-webkit-input-placeholder {
            color: #97A1AF; }
          .instruction__wrapper .instruction__list > .elem .right .from__to > input::-moz-placeholder {
            color: #97A1AF; }
          .instruction__wrapper .instruction__list > .elem .right .from__to > input:-ms-input-placeholder {
            color: #97A1AF; }
          .instruction__wrapper .instruction__list > .elem .right .from__to > input:-moz-placeholder {
            color: #97A1AF; }
    .instruction__wrapper .instruction__list > .elem .left {
      min-width: 280px;
      max-width: 280px;
      margin-right: 32px; }
      .instruction__wrapper .instruction__list > .elem .left > span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #344054;
        font-family: "Montserrat" ,sans-serif;
        font-weight: 600; }
      .instruction__wrapper .instruction__list > .elem .left > p {
        margin: 0px;
        font-size: 14px;
        line-height: 20px;
        color: #667085; }
    .instruction__wrapper .instruction__list > .elem:last-child {
      margin-bottom: 0px; }

.instruction__wrapper .controls {
  margin-top: 24px; }

.training {
  margin-top: 24px; }

.actions {
  display: flex;
  justify-content: center;
  align-items: center; }
  .actions.left {
    justify-content: flex-start; }
  .actions > a {
    transition: .3s ease all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px; }
    .actions > a:hover {
      opacity: .7; }
    .actions > a:last-child {
      margin-right: 0px; }

.app__wrapper .main__content header .btn {
  margin-left: auto; }

.menu__btn {
  margin-left: 15px; }

.close__btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 5px; }
  .close__btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .close__btn > a > span {
      min-width: 24px;
      min-height: 2px;
      background-color: #000;
      border-radius: 4px; }
      .close__btn > a > span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 2px; }
      .close__btn > a > span:nth-child(2) {
        transform: rotate(-45deg); }

.expand__btn {
  position: fixed;
  bottom: 25px;
  left: -40px;
  transition: .3s ease all;
  z-index: 4; }
  .expand__btn > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
    .expand__btn > a img {
      max-width: 24px; }

.close__btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px; }

.close__btn {
  top: 5px; }

@media (max-width: 1200px) {
  .revenue__double .kpi .grid {
    grid-template-columns: 1fr; }

  .double__scenario {
    flex-direction: column; }

  .double__scenario .comparison {
    width: 100%;
    margin-right: 0px; }

  .mapping__wrapper .double__list {
    margin-right: 0px; }

  .mapping__wrapper {
    flex-direction: column; }

  .side__mapping {
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    margin-top: 16px; }

  .recent__activity.longer {
    margin-top: 0px; }

  .health__summary {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px; }

  .app__wrapper .main__content .content .regular__box.userslist .table__wrapper table {
    min-width: 740px; }

  .integration__info {
    grid-template-columns: repeat(2, 1fr); }

  .onboarding__progress > .elem > p {
    font-size: 0px; }

  .onboarding__progress > .elem.current > span {
    margin-right: 10px; }

  .onboarding__progress > .spacer {
    margin: 0px 16px; }

  .onboarding__progress > .elem > span {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    font-size: 14px; }

  .onboarding__progress > .elem.current > p {
    font-size: 14px; }

  .onboarding__progress > .elem > span {
    margin-right: 0px; }

  .app__wrapper .main__content .content .regular__box .table__wrapper table {
    min-width: 940px; }

  .app__wrapper .main__content .content .regular__box .top .group__input {
    max-width: 300px; }

  .client__overview--block {
    flex-direction: column; }

  .client__overview--block .overview__table {
    width: 100%; }

  .app__wrapper .main__content .content .plates {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 24px; }

  .recent__activity {
    margin-top: 24px;
    margin-left: 0px;
    width: 100%;
    max-width: 100%; } }
.notransition {
  transition: none !important; }

.menu__btn {
  display: none; }

.close__btn {
  display: none; }

.actions__tooltip {
  cursor: pointer; }

.net__impact > td:nth-child(1) {
  width: 180px; }

@media (max-width: 991px) {
  .expand__btn > a {
    min-width: 26px;
    max-width: 26px;
    min-height: 26px;
    max-height: 26px; }
    .expand__btn > a img {
      max-width: 16px; }

  .expand__btn {
    bottom: 15px; }

  .tooltip__action {
    max-width: 150px; }

  .revenue__double {
    grid-template-columns: 1fr;
    grid-row-gap: 24px; }

  .revenue__double .forecast {
    grid-column-start: 1;
    grid-column-end: 2; }

  .revenue__double .kpi {
    grid-column-start: 1;
    grid-column-end: 2; }

  .compare__controls {
    margin-bottom: 15px;
    flex-direction: column; }
    .compare__controls .switcher {
      margin-left: auto;
      margin-top: 7px; }

  .compare__controls .compare {
    width: 100%; }

  .compare__controls .compare > ul {
    max-width: calc(100% - 117px); }

  .app__wrapper .main__content .content .plates.updated > .plate > .top__part {
    margin-bottom: 10px; }

  .app__wrapper .main__content .content .plates.updated > .plate .desc > p {
    font-size: 18px;
    line-height: 24px; }

  .client__overview--block .overview__table .summary__wrapper > .elem > p {
    font-size: 18px;
    line-height: 24px; }

  .integration__info > .elem .desc > h6 {
    font-size: 18px;
    line-height: 24px; }

  .double__health .recent > p, .recent__activity > p, .client__overview--block .overview__table > p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px; }

  .double__health .recent > .elem {
    padding: 16px; }

  .health__summary > .elem > p {
    font-size: 17px;
    line-height: 24px; }

  .double__health {
    grid-template-columns: 1fr;
    grid-row-gap: 16px; }

  .health__summary {
    grid-row-gap: 16px;
    margin-bottom: 16px;
    grid-column-gap: 16px; }

  .additional .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 40px; }

  .subtitle > p {
    font-size: 16px;
    line-height: 24px; }

  .regular__box > .top > p {
    width: 100%;
    margin-bottom: 10px; }

  .app__wrapper .main__content .content .regular__box .top .group__input {
    margin-right: 0px; }

  .app__wrapper .main__content .content .regular__box .top .btn {
    width: 100%; }
    .app__wrapper .main__content .content .regular__box .top .btn > a {
      width: 100%; }

  .app__wrapper .main__content header .btn > a span img {
    max-width: 16px; }

  .logs__wrapper > .elem .head {
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px; }

  .app__wrapper .main__content .content .regular__box .top {
    flex-direction: column; }

  .app__wrapper .main__content .content .regular__box .top .group__input {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px; }

  .app__wrapper .main__content .content .regular__box .top .right__part {
    width: 100%; }
    .app__wrapper .main__content .content .regular__box .top .right__part > .group__dropdown {
      width: 100%; }
      .app__wrapper .main__content .content .regular__box .top .right__part > .group__dropdown > a {
        width: 100%; }

  .close__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 15px;
    right: 10px; }
    .close__btn > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      .close__btn > a > span {
        min-width: 24px;
        min-height: 2px;
        background-color: #000;
        border-radius: 4px; }
        .close__btn > a > span:nth-child(1) {
          transform: rotate(45deg);
          position: relative;
          top: 2px; }
        .close__btn > a > span:nth-child(2) {
          transform: rotate(-45deg); }

  .app__wrapper .main__content header {
    padding: 16px; }

  .app__wrapper .main__content header > p {
    font-size: 16px;
    line-height: 20px; }

  .app__wrapper .side__menu {
    width: 100% !important;
    left: -100%;
    z-index: 8; }

  .app__wrapper .main__content.longer {
    padding-left: 0px; }

  .app__wrapper .main__content .content {
    padding: 16px 24px; }

  .error {
    top: 25px; }

  .side__menu {
    width: 100%; }

  .app__wrapper .main__content header .btn {
    margin-left: auto; }

  .app__wrapper .main__content header .btn > a {
    font-size: 12px;
    line-height: 16px;
    min-height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    min-height: 36px; }

  .app__wrapper .main__content header .btn > a span {
    margin-right: 2px; }

  .app__wrapper .main__content .content .regular__box .top .group__input {
    margin-right: 16px;
    margin-bottom: 0px; }

  .double__scenario .comparison > .top {
    margin-bottom: 15px; } }
.menu__btn {
  display: none; }

@media (max-width: 767px) {
  .instruction__wrapper .instruction__list > .elem {
    flex-direction: column;
    align-items: center; }

  .instruction__wrapper .instruction__list > .elem .left {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px; }

  .instruction__wrapper .instruction__list > .elem .right {
    max-width: 100%; }

  .app__wrapper .main__content header .btn > a, .app__wrapper .main__content header .add__new--client > a {
    min-height: 36px;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap; }
    .app__wrapper .main__content header .btn > a span, .app__wrapper .main__content header .add__new--client > a span {
      display: none; }

  .revenue__double .forecast > p {
    padding: 0px; }

  .revenue__double .forecast, .revenue__double .kpi {
    padding: 15px; }

  .revenue__double .kpi > p {
    padding: 0px; }

  .revenue__double .forecast .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 15px; }

  .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top > p {
    font-size: 12px;
    line-height: 16px; }

  .side__mapping .new__scenario > .inn .scenario__rollers .elem > .top .right .field > input {
    font-size: 14px;
    line-height: 20px; }

  .revenue__graph .graph {
    width: calc(100% + 30px);
    margin-left: -15px; }

  .revenue__graph .graph canvas {
    height: 250px !important; }

  .revenue__graph {
    padding: 15px; }

  .side__mapping .scenario__created {
    padding: 15px; }

  .side__mapping .new__scenario > .inn {
    padding: 15px; }

  .double__scenario .comparison > .top {
    flex-direction: column;
    align-items: flex-start; }

  .double__scenario .comparison > .top > p {
    margin-bottom: 7px; }

  .double__scenario .comparison {
    padding: 15px; }

  .mapping__wrapper .double__list > .list__files .list__wrapper {
    padding: 15px; }

  .side__mapping {
    padding: 15px; }

  .mapping__wrapper .double__list > .data__info, .mapping__wrapper .double__list > .list__files .empty {
    padding: 15px; }

  .app__wrapper .main__content .content .regular__box {
    padding: 15px; }

  .double__health .recent {
    padding: 15px; }

  .health__summary {
    grid-template-columns: 1fr; }

  .app__wrapper .main__content .content .regular__box .top .group__input {
    margin-right: 0px;
    margin-bottom: 10px; }

  .integration__info {
    grid-template-columns: 1fr; }

  .integration__info--popup > .inner .popup {
    padding: 15px; }

  .client__overview--block .overview__table .summary__wrapper {
    grid-template-columns: 1fr; }

  .steps > .step .double.longer {
    grid-template-columns: 1fr; }

  .onboarding__progress {
    margin-bottom: 15px; }

  .steps > .step {
    padding: 24px 15px; }

  .table__wrapper table tr td .file > p {
    font-size: 12px;
    line-height: 16px; }

  .table__wrapper table tr td .status {
    font-size: 12px;
    line-height: 16px; }

  .app__wrapper .main__content .content .regular__box .top .right__part {
    flex-direction: column; }
    .app__wrapper .main__content .content .regular__box .top .right__part > .group__dropdown {
      margin-right: 0px;
      margin-bottom: 10px; }

  .app__wrapper .main__content .content .regular__box .top .right__part > a {
    width: 100%; }

  .app__wrapper .main__content .content .regular__box .bottom__pagination > a {
    font-size: 0px;
    padding: 0px;
    min-width: 40px;
    max-width: 40px; }
    .app__wrapper .main__content .content .regular__box .bottom__pagination > a span {
      margin: 0px !important; }

  .app__wrapper .main__content .content .regular__box .bottom__pagination {
    padding: 8px 15px; }

  .app__wrapper .main__content .content .plates.triple {
    grid-template-columns: 1fr; }

  .app__wrapper .main__content .content .plates {
    grid-template-columns: 1fr;
    grid-row-gap: 12px; }

  .app__wrapper .main__content .content .plates > .plate {
    padding: 10px; }

  .app__wrapper .main__content .content {
    padding: 12px 15px; }

  .app__wrapper .main__content .content .plates > .plate .desc > p {
    font-size: 16px;
    line-height: 20px; }

  .app__wrapper .main__content .content .plates > .plate .desc > span {
    font-size: 12px;
    line-height: 18px; }

  .client__overview--block .overview__table {
    padding: 15px; }

  .recent__activity {
    padding: 15px; }

  .table__wrapper table tr td > p {
    font-size: 12px;
    line-height: 18px; }

  .table__wrapper table {
    width: 740px; }

  .table__wrapper {
    width: calc(100% + 15px); }

  .recent__activity .list > .elem > p {
    font-size: 14px;
    line-height: 22px; }

  .onboarding__progress > .elem.current > p {
    font-size: 0px; }

  .onboarding__progress > .elem.current > span {
    margin-right: 0px; } }
.notification__boxes .box > .elem .right .elem > p {
  display: none; }

.switch input {
  position: absolute;
  left: -20000px; }

@media (max-width: 640px) {
  .version__box .top {
    flex-direction: column-reverse; }

  .version__box .top .btn {
    width: 100%; }
    .version__box .top .btn > a {
      width: 100%; } }
@media (max-width: 480px) {
  .instruction__wrapper .instruction__list > .elem .right .from__to {
    grid-template-columns: 1fr;
    grid-row-gap: 15px; }

  .version__box .top .switcher ul > li {
    margin-right: 25px; }

  .instruction__wrapper .controls {
    flex-direction: column; }
    .instruction__wrapper .controls > a {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0px !important; }
      .instruction__wrapper .controls > a:last-child {
        margin-bottom: 0px; }

  .app__wrapper .main__content header > p {
    font-size: 14px;
    line-height: 18px; }

  .select__metric {
    flex-direction: column;
    width: 100%; }
    .select__metric > p {
      text-align: left;
      width: 100%;
      margin-right: 0px; }
    .select__metric > .group__dropdown {
      width: 100%;
      margin-top: 5px; }
      .select__metric > .group__dropdown > a {
        width: 100%; }

  .revenue__graph .top {
    flex-direction: column-reverse; }
    .revenue__graph .top .right {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 10px; }
      .revenue__graph .top .right .group__dropdown {
        width: 100%; }
        .revenue__graph .top .right .group__dropdown > a {
          width: 100%; }

  .side__mapping .scenario__created .scenario__info .metrics .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 8px; }

  .side__mapping .scenario__created .scenario__info > .summary {
    margin-bottom: 20px; }

  .side__mapping .scenario__created .scenario__info .metrics .grid {
    margin-bottom: 20px; }

  .compare__controls .compare {
    flex-wrap: wrap; }

  .compare__controls .compare > ul {
    width: calc(100% - 34px);
    max-width: calc(100% - 34px); }

  .compare__controls .compare > p {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px; }

  .double__scenario .comparison > .top .time {
    flex-direction: column;
    align-items: flex-start; }

  .double__scenario .comparison > .top .time > p {
    margin-right: 0px;
    margin-bottom: 7px; }

  .double__health .recent > .elem .head {
    flex-direction: column;
    align-items: flex-start; }

  .double__health .recent > .elem .head .desc {
    margin-left: 0px;
    margin-top: 10px; }

  .invite__new--user .inner .popup {
    padding-top: 15px; }

  .invite__new--user .inner .popup form > .group__input {
    margin-bottom: 15px; }

  .invite__new--user .inner .popup .controls {
    flex-direction: column;
    align-items: center; }
    .invite__new--user .inner .popup .controls > a {
      width: 100%;
      margin-right: 0px !important;
      margin-bottom: 10px; }
      .invite__new--user .inner .popup .controls > a:last-child {
        margin-bottom: 0px; }
    .invite__new--user .inner .popup .controls > button {
      width: 100%; }

  .notification__boxes .box > .elem .right .elem > p {
    margin: 0px;
    margin-right: 12px;
    display: block;
    font-family: "Montserrat" ,sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px; }

  .notification__boxes .box > .elem .right .elem {
    margin-right: 15px; }

  .notification__boxes .box > .elem .right {
    margin-left: 0px;
    margin-right: 0px; }

  .notification__boxes .box {
    padding: 15px; }

  .notification__boxes .box > .elem {
    flex-direction: column;
    align-items: flex-start; }

  .notification__boxes .box > .elem .right .elem {
    width: auto; }

  .notification__boxes .box > .elem .left {
    width: 100%;
    margin-bottom: 10px; }

  .notification__boxes > .top {
    display: none; }

  .integration__info > .elem .desc > h6 {
    font-size: 18px;
    line-height: 28px; }

  .integration__info--popup > .inner .popup .btns {
    flex-direction: column;
    align-items: center; }

  .integration__info--popup > .inner .popup .btns > .cancel {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px; }

  .integration__info--popup > .inner .popup .btns > .test__connection {
    width: 100%; }

  .integration__info--popup > .inner .popup > .top {
    flex-direction: column-reverse; }
    .integration__info--popup > .inner .popup > .top > p {
      width: 100%;
      margin-top: 10px; }

  .integration__info--popup > .inner .popup > .top > span {
    margin-left: auto; }

  .crm__integration > .radios {
    flex-direction: column;
    align-items: flex-start; }
    .crm__integration > .radios > .container__radio {
      margin-bottom: 10px; }
      .crm__integration > .radios > .container__radio:last-child {
        margin-bottom: 0px; }

  .onboarding__progress > .elem > span {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px; }

  .onboarding__progress > .spacer {
    margin: 0px 12px;
    max-width: 25px; }

  .steps > .step .controls {
    margin-top: 15px;
    padding-top: 15px;
    flex-direction: column; }
    .steps > .step .controls > a {
      width: 100%;
      margin-bottom: 10px; }
      .steps > .step .controls > a:last-child {
        margin-bottom: 0px; }

  .steps > .step .double {
    grid-template-columns: 1fr;
    grid-row-gap: 15px; }

  .pick__one {
    margin-bottom: 15px; }

  .pick__one > ul > li > a {
    font-size: 14px;
    line-height: 18px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 36px; }

  .notification__box > .elem {
    padding: 16px;
    flex-direction: column; }

  .notification__box > .elem > span {
    margin-right: 0px;
    margin-bottom: 15px; }

  .settings form .field {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start; }

  .settings form .field > p {
    margin-bottom: 5px; }

  .settings form .field .right {
    justify-content: space-between;
    width: 100%; }

  .upload__training .inner .popup, .new__lever--popup > .inner .popup {
    padding: 15px; }

  .new__lever--popup > .inner .popup form .double {
    grid-template-columns: 1fr;
    grid-row-gap: 16px; }

  .new__lever--popup > .inner .popup .btns {
    flex-direction: column; }
    .new__lever--popup > .inner .popup .btns > a {
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0px !important; }
    .new__lever--popup > .inner .popup .btns > button {
      width: 100%; }

  .upload__training .btns .upload {
    width: 100%; }

  .upload__training .btns {
    flex-direction: column; }
    .upload__training .btns > a {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 10px; }
      .upload__training .btns > a:last-child {
        margin-bottom: 0px; }

  .upload__training .btns > a.cancel {
    margin-right: 0px; }

  .app__wrapper .main__content header {
    padding: 12px 15px; }

  .logs__wrapper > .elem .head {
    flex-direction: column;
    align-items: flex-start; }

  .logs__wrapper > .elem .head .desc {
    margin-left: 0px;
    margin-top: 10px; }

  .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li > a {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    border-radius: 4px; }

  .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    border-radius: 4px; }

  .app__wrapper .main__content .content .regular__box .bottom__pagination > a {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px; }

  .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li:nth-child(4), .app__wrapper .main__content .content .regular__box .bottom__pagination > ul > li:nth-child(3) {
    display: none; }

  .app__wrapper .main__content header > p {
    margin-right: 10px; }

  .app__wrapper .main__content header .btn > a span {
    display: none; }

  .app__wrapper .main__content header .btn > a {
    white-space: nowrap; }

  .sign__wrapper .sign__box {
    padding: 25px 15px; }

  .sign__wrapper .sign__box .btns {
    grid-template-columns: 1fr;
    grid-row-gap: 8px; } }

/*# sourceMappingURL=style.css.map */
