@import url(/assets/components/login_page-c864cc0533841a14cbf3b29ee8f5238db3834836b4bc848ac804fe0c9a1ac521.css);
@font-face {
  font-family: 'Moderat';
  src: url(/assets/Moderat-Regular-237d5012c48abc32f5e7d04fb3cd50d7aa3110ab7f10e790c05fa214cc92c5bc.woff2) format("woff2"), url(/Moderat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Moderat';
  src: url(/assets/Moderat-Medium-b606b5d2d0a71358e3f3b3af9b5d01d50bbf88d27ee017f490e95ae25163d303.woff2) format("woff2"), url(/Moderat-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Moderat';
  src: url(/assets/Moderat-Bold-2a6f0b11b47c6487579d694ebd298cfa2c33749b5fe0146bb55a09b493cb7647.woff2) format("woff2"), url(/Moderat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal; }

body {
  font-family: Moderat, sans-serif; }

.h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px; }
  @media (min-width: 992px) {
    .h2 {
      font-size: 48px;
      line-height: 60px; } }
.h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 44px; }

.body-base {
  font-size: 16px;
  line-height: 24px; }

.body-sm {
  font-size: 14px;
  line-height: 20px; }

.body-lg {
  font-size: 18px;
  line-height: 24px; }

.body-eyebrow {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .lg\:body-lg {
    font-size: 18px;
    line-height: 24px; }
  .lg\:body-base {
    font-size: 16px;
    line-height: 24px; } }

.btn {
  display: inline-block;
  width: 146px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  background: #4848F0;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 0; }

.btn--secondary {
  background: #000;
  border: 1px solid #3B3B3B; }

.btn2 {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #4848F0;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  padding: 20px;
  text-transform: uppercase; }

.btn2[disabled] {
  color: #747984;
  background: #E5E7EB; }

.btn2[data-tooltip][disabled]::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  width: 200px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s; }

.btn2[data-tooltip][disabled]:hover::after {
  opacity: 1; }

.animated-dots {
  display: inline-flex;
  width: 12px;
  vertical-align: baseline;
  gap: 3px;
  margin-left: 5px; }

.animated-dots span {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #181a1f;
  animation-iteration-count: infinite;
  animation-delay: .2s;
  margin-bottom: 2px; }

.animated-dots span:nth-child(2) {
  opacity: 0;
  animation-duration: 1.5s;
  animation-name: dots_anim1; }

.animated-dots span:nth-child(3) {
  opacity: 0;
  animation-duration: 1.5s;
  animation-name: dots_anim2; }

@keyframes dots_anim1 {
  0% {
    opacity: 1; }
  33% {
    opacity: 1; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes dots_anim2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  34% {
    opacity: 1; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  100% {
    opacity: 0; } }

input[type=text], input[type=password], input[type=date], input[type=email] {
  border-width: 0;
  border-radius: 5px;
  background-color: #f6f6f6;
  color: #202024;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  padding: 11px 20px; }

input[type=text]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder, input[type=email]::placeholder {
  color: #202024;
  opacity: .7; }

.modal {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 40px 40px; }
  .modal .modal__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    padding: 0 0 30px; }
  .modal .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

.table {
  display: table; }

.tbody {
  display: table-row-group; }

.tr {
  display: table-row; }

.td {
  display: table-cell; }

/* Service Search */
.connectors__search .inputs > input {
  background: #f6f6f6 url(/assets/ico-search-new-e9bb4d6b1681ad24c755baccc34bc1317b4d1b5ca4fcf3d64d57821aa0d54b53.svg) right 20px center no-repeat; }

.list-group {
  position: absolute;
  width: 100%;
  border: 1px solid #D6D6D6;
  max-height: 360px;
  margin-top: -1px;
  z-index: 10; }
  .list-group .list-group-item {
    background-color: #f6f6f6; }

.list-group:empty {
  border: 0; }

.list-group-item {
  border-bottom: 1px solid #D6D6D6;
  height: 60px;
  line-height: 20px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px; }

.list-group-item button {
  margin-left: auto;
  font-size: 12px; }

.list-group-item:last-child {
  border-bottom: 0; }

.list-group::-webkit-scrollbar {
  width: 8px; }

.list-group::-webkit-scrollbar-track {
  background-color: #f6f6f6; }

.list-group::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 3px solid #f6f6f6; }

/* Connector List */
.connector-list {
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  min-height: 300px;
  height: calc(100svh - 560px); }

.connector-list::-webkit-scrollbar {
  width: 8px; }

.connector-list::-webkit-scrollbar-track {
  background-color: transparent; }

.connector-list::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 3px solid #fff; }

.connector-list .tr {
  display: grid;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #D6D6D6;
  grid-template-columns: 60px 1fr 122px 44px;
  padding: 9px 0; }

.connector-list .tr:last-child {
  border-bottom: 0; }

.connector-list .td {
  display: flex;
  align-items: center; }

.connector-list .td:nth-child(1) {
  text-align: center;
  justify-content: center;
  padding: 0 14px; }

.connector-list .td:nth-child(1) img {
  max-height: 36px; }

.connector-list .td:nth-child(3) {
  text-align: right;
  justify-content: flex-end; }

.connector-list .td:nth-child(4) {
  padding: 0 15px; }

.connector-list .btn-connect {
  width: 112px;
  padding: 10px;
  background: transparent;
  border-radius: 5px;
  color: #4848F0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.connector-list .connected,
.connector-list .syncing,
.connector-list .connecting {
  padding: 10px 10px 10px 25px;
  border-radius: 5px;
  color: #4848F0;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background: #EDEDFE url(/assets/ico-connected-new-d7d3d2762cbc29da722862e344e5d556703693f3a9ccd6cd34a908aa199ed559.svg) 10px 50% no-repeat;
  white-space: nowrap; }
  .connector-list .connected .animated-dots span,
  .connector-list .syncing .animated-dots span,
  .connector-list .connecting .animated-dots span {
    background-color: #4848F0; }

.connector-list .button_to button {
  display: block;
  width: 14px;
  height: 14px; }

/*.connector-list__removed {*/
dialog {
  width: 400px;
  position: absolute;
  z-index: 9;
  background-color: #000;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 45px;
  text-align: center; }

.connector-list__removed p {
  font-size: 14px;
  line-height: 20px; }

.leading-none {
  line-height: 1; }

@media (min-width: 992px) {
  .lg\:w-10 {
    width: 40px; } }

.gap-\[5px\] {
  gap: 5px; }
