html, body, #root {
  width: 100%;
  height: 100%;
}

#root {
  .init_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
  }

  .cen_loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    img {
      width: 75px;
      height: 75px;
    }
  }

  .cen_chrome {
    overflow: hidden;
  }

  .cen_body {
    display: flex;
    flex-direction: column;
    background: white;
  }

  .user-info {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .OsTDL {
    border-radius: 999px;
  }

  .dcKjKz {
  border-radius: 999px;
  }
}

/* ANIMATIONS */

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*!
 * Copyright Zendesk, Inc.
 *
 * Use of this source code is governed under the Apache License, Version 2.0
 * found at http://www.apache.org/licenses/LICENSE-2.0.
 */

*,:after,:before{
	box-sizing:border-box;
}

html{
	font-family:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
	line-height:1.15;
	-webkit-text-size-adjust:100%;
	-moz-tab-size:4;
	-o-tab-size:4;
	   tab-size:4;
}

body{
	margin:0;
}

hr{
	height:0;
	color:inherit;
}

abbr[title]{
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	        text-decoration:underline;
	        -webkit-text-decoration:underline dotted currentColor;
	                text-decoration:underline dotted currentColor;
}

b,strong{
	font-weight:bolder;
}

code,kbd,pre,samp{
	font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
	font-size:1em;
}

small{
	font-size:80%;
}

sub,sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}

sub{
	bottom:-.25em;
}

sup{
	top:-.5em;
}

table{
	text-indent:0;
	border-color:inherit;
}

button,input,optgroup,select,textarea{
	font-size:100%;
	line-height:1.15;
	margin:0;
}

button,select{
	text-transform:none;
}

[type=button],[type=reset],[type=submit],button{
	-webkit-appearance:button;
}

::-moz-focus-inner{
	border-style:none;
	padding:0;
}

:-moz-focusring{
	outline:1px dotted ButtonText;
}

:-moz-ui-invalid{
	box-shadow:none;
}

legend{
	padding:0;
}

progress{
	vertical-align:baseline;
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button{
	height:auto;
}

[type=search]{
	-webkit-appearance:textfield;
	outline-offset:-2px;
}

::-webkit-search-decoration{
	-webkit-appearance:none;
}

::-webkit-file-upload-button{
	-webkit-appearance:button;
	font:inherit;
}

summary{
	display:list-item;
}

:root{
  --zd-color-black:#000;
  --zd-color-green-100:#edf8f4;
  --zd-color-green-200:#d1e8df;
  --zd-color-green-300:#aecfc2;
  --zd-color-green-400:#5eae91;
  --zd-color-green-500:#228f67;
  --zd-color-green-600:#038153;
  --zd-color-green-700:#186146;
  --zd-color-green-800:#0b3b29;
  --zd-color-grey-100:#f8f9f9;
  --zd-color-grey-200:#e9ebed;
  --zd-color-grey-300:#d8dcde;
  --zd-color-grey-400:#c2c8cc;
  --zd-color-grey-500:#87929d;
  --zd-color-grey-600:#68737d;
  --zd-color-grey-700:#49545c;
  --zd-color-grey-800:#2f3941;
  --zd-color-blue-100:#edf7ff;
  --zd-color-blue-200:#cee2f2;
  --zd-color-blue-300:#adcce4;
  --zd-color-blue-400:#5293c7;
  --zd-color-blue-500:#337fbd;
  --zd-color-blue-600:#1f73b7;
  --zd-color-blue-700:#144a75;
  --zd-color-blue-800:#0f3554;
  --zd-color-kale-100:#f5fcfc;
  --zd-color-kale-200:#daeded;
  --zd-color-kale-300:#bdd9d7;
  --zd-color-kale-400:#90bbbb;
  --zd-color-kale-500:#498283;
  --zd-color-kale-600:#17494d;
  --zd-color-kale-700:#03363d;
  --zd-color-kale-800:#012b30;
  --zd-color-red-100:#fff0f1;
  --zd-color-red-200:#f5d5d8;
  --zd-color-red-300:#f5b5ba;
  --zd-color-red-400:#e35b66;
  --zd-color-red-500:#d93f4c;
  --zd-color-red-600:#cc3340;
  --zd-color-red-700:#8c232c;
  --zd-color-red-800:#681219;
  --zd-color-yellow-100:#fff7ed;
  --zd-color-yellow-200:#ffeedb;
  --zd-color-yellow-300:#fed6a8;
  --zd-color-yellow-400:#ffb057;
  --zd-color-yellow-500:#f79a3e;
  --zd-color-yellow-600:#ed8f1c;
  --zd-color-yellow-700:#ad5918;
  --zd-color-yellow-800:#703815;
  --zd-color-white:#fff;
  --zd-color-secondary-azure-400:#3091ec;
  --zd-color-secondary-azure-600:#1371d6;
  --zd-color-secondary-crimson-400:#e34f32;
  --zd-color-secondary-crimson-600:#c72a1c;
  --zd-color-secondary-fuschia-400:#d653c2;
  --zd-color-secondary-fuschia-600:#a81897;
  --zd-color-secondary-lemon-400:#ffd424;
  --zd-color-secondary-lemon-600:#ffbb10;
  --zd-color-secondary-lime-400:#43b324;
  --zd-color-secondary-lime-600:#2e8200;
  --zd-color-secondary-mint-400:#00a656;
  --zd-color-secondary-mint-600:#058541;
  --zd-color-secondary-orange-400:#de701d;
  --zd-color-secondary-orange-600:#bf5000;
  --zd-color-secondary-pink-400:#ec4d63;
  --zd-color-secondary-pink-600:#d42054;
  --zd-color-secondary-purple-400:#b552e2;
  --zd-color-secondary-purple-600:#6a27b8;
  --zd-color-secondary-royal-400:#5d7df5;
  --zd-color-secondary-royal-600:#3353e2;
  --zd-color-secondary-teal-400:#02a191;
  --zd-color-secondary-teal-600:#028079;
  --zd-color-secondary-azure-M400:#5f8dcf;
  --zd-color-secondary-azure-M600:#3a70b2;
  --zd-color-secondary-crimson-M400:#cc6c5b;
  --zd-color-secondary-crimson-M600:#b24a3c;
  --zd-color-secondary-fuschia-M400:#cf62a8;
  --zd-color-secondary-fuschia-M600:#a8458c;
  --zd-color-secondary-lemon-M400:#e7a500;
  --zd-color-secondary-lemon-M600:#c38f00;
  --zd-color-secondary-lime-M400:#519e2d;
  --zd-color-secondary-lime-M600:#47782c;
  --zd-color-secondary-mint-M400:#299c66;
  --zd-color-secondary-mint-M600:#2e8057;
  --zd-color-secondary-orange-M400:#d4772c;
  --zd-color-secondary-orange-M600:#b35827;
  --zd-color-secondary-pink-M400:#d57287;
  --zd-color-secondary-pink-M600:#b23a5d;
  --zd-color-secondary-purple-M400:#b072cc;
  --zd-color-secondary-purple-M600:#9358b0;
  --zd-color-secondary-royal-M400:#7986d8;
  --zd-color-secondary-royal-M600:#4b61c3;
  --zd-color-secondary-teal-M400:#2d9e8f;
  --zd-color-secondary-teal-M600:#3c7873;
  --zd-color-chat-orange:#f79a3e;
  --zd-color-connect-red:#ff6224;
  --zd-color-explore-blue:#30aabc;
  --zd-color-gather-pink:#f6c8be;
  --zd-color-guide-pink:#eb4962;
  --zd-color-message-green:#37b8af;
  --zd-color-sell-gold:#c38f00;
  --zd-color-support-green:#00a656;
  --zd-color-talk-yellow:#efc93d;
  --zd-font-family-monospace:SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  --zd-font-family-system:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  --zd-font-size-xs:10px;
  --zd-font-size-sm:12px;
  --zd-font-size-md:14px;
  --zd-font-size-lg:18px;
  --zd-font-size-xl:22px;
  --zd-font-size-xxl:26px;
  --zd-font-size-xxxl:36px;
  --zd-font-size-sm-monospace:11px;
  --zd-font-size-md-monospace:13px;
  --zd-font-size-lg-monospace:17px;
  --zd-font-weight-thin:100;
  --zd-font-weight-extralight:200;
  --zd-font-weight-light:300;
  --zd-font-weight-regular:400;
  --zd-font-weight-medium:500;
  --zd-font-weight-semibold:600;
  --zd-font-weight-bold:700;
  --zd-font-weight-extrabold:800;
  --zd-font-weight-black:900;
  --zd-font-weight-ultralight:200;
  --zd-font-weight-ultrabold:800;
  --zd-font-weight-heavy:900;
  --zd-line-height-sm:16px;
  --zd-line-height-md:20px;
  --zd-line-height-lg:24px;
  --zd-line-height-xl:28px;
  --zd-line-height-xxl:32px;
  --zd-line-height-xxxl:44px;
  --zd-spacing-xxs:4px;
  --zd-spacing-xs:8px;
  --zd-spacing-sm:12px;
  --zd-spacing:20px;
  --zd-spacing-lg:32px;
  --zd-spacing-xl:40px;
  --zd-spacing-xxl:48px;
  --zd-anchor-color:var(--zd-color-blue-600);
  --zd-html-background-color:var(--zd-color-white);
  --zd-html-box-sizing:border-box;
  --zd-html-font-family:var(--zd-font-family-system);
  --zd-html-font-feature-settings:"kern";
  --zd-html-font-kerning:normal;
  --zd-html-font-size:var(--zd-font-size-md);
  --zd-html-line-height:var(--zd-spacing);
  --zd-html-text-color:var(--zd-color-grey-800);
}

html{
  background-color:#fff;
  min-height:100%;
  box-sizing:border-box;
  overflow-y:scroll;
  line-height:20px;
  color:#2f3941;
  font-feature-settings:"kern", normal, "kern";
  font-kerning:normal;
  font-family:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;
  font-size:14px;
}

*{ font-weight:inherit; }

*,:after,:before{ box-sizing:inherit; }

a{
  transition:outline-color .1s ease-in-out,color .25s ease-in-out;
  outline:2px solid transparent;
  outline-offset:1px;
  border-radius:4px;
  color:#1f73b7;
}

a,ins,u{ -webkit-text-decoration:none; text-decoration:none; }

a:hover{
  -webkit-text-decoration:underline;
  text-decoration:underline;
  color:#144a75;
}

a:active{
  color:#0f3554;
}

a.focus-visible{
  outline-color:#1f73b7;
  -webkit-text-decoration:none;
  text-decoration:none;
}

a:focus-visible{
  outline-color:#1f73b7;
  -webkit-text-decoration:none;
  text-decoration:none;
}

a.focus-visible:hover{
  -webkit-text-decoration:underline;
  text-decoration:underline;
}

a:focus-visible:hover{
  -webkit-text-decoration:underline;
  text-decoration:underline;
}

b{ font-weight:600; }

button{
  cursor:pointer;
  padding:0;
}

button,input,optgroup,select,textarea{
  line-height:inherit;
  font-family:inherit;
}

code{ font-size:.95em; }

code,kbd,pre,samp{ font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace; }

em{ font-style:inherit; }

fieldset,iframe{ border:0; }

h1,h2,h3,h4,h5,h6{ font-size:inherit; }

blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,ol,p,pre,ul{
  margin:0;
  padding:0;
}

hr{
  border:none;
  border-top:1px solid;
}

ol,ul{ list-style:none; }

img{ max-width:100%; }

strong{ font-weight:inherit; }

svg{ max-height:100%; }

[tabindex="-1"]:focus{ outline:none !important; }

#root {
  .cen_breadcrumbs {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    > span {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
}
#root {
  .cen_header {
    justify-content: space-between;
    padding: 0 10px;
    border-bottom-color: #f4f4f4;
    min-height: 64px;
  }
}


/* PREVIEW CSV */
.cen_preview_csv {
  overflow: auto;

  .body {
    padding: 0;
  }

  span {
    padding-left: 15px;
    font-size: 12px;
  }

  table {
    background: white;
    color: black;
    font: 12px arial;
    border-collapse: collapse;

    tr {
      font-size: 12px;
      border-collapse: collapse;
    }

    th {
      background: #f4f4f4;
      color: #13456d;
      border: solid 1px #ccc;
      text-align: left;
      padding: 4px;
    }

    td:first-child {
      background: #f4f4f4;
      color: #13456d;
      width: 1%;
      min-width: 25px;
      border: solid 1px #ccc;
      text-align: center;
      vertical-align: middle;
      font-size: 10px;
    }

    td {
      background: white;
      color: #13456d;
      padding: 2px 4px;
      border: solid 1px #ccc;
      vertical-align: top;
      white-space: nowrap;
      overflow: hidden;
      max-width: 20vw;
      min-width: 1vw;
      cursor: pointer;
    }

    tr:hover {
      td {
        background: #82BBF4;
        color: white;
      }

        td:first-child {
          background: #1976d2;
          color: white;
        }

        td:hover {
          background: #1976d2;
          color: white;
        }
    }
  }
}
/* FILTERS */
.cen_filters {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* ZENDESK MARKS */
.cen_zendesk_marks_link {
  color: blue;
  text-decoration: underline;
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.cen_zendesk_marks {
  overflow: auto;

  .body {
    padding: 8px;
  }

  .cen_zendesk_marks_element {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    gap: 10px;
  }

  .cen_zendesk_marks_element_header {
    display: flex;
    flex-direction: column;
      span:nth-child(1) {
        font-size: 13px;
        color: #1976d2;
      }

      span:nth-child(2) {
        font-size: 12px;
      }
  }
}
/* NOTIFY */
.cen_notify {
  .success {
    color: #038153;
  }
}
#root {
  .cen_campaigns {
    display: grid;
    grid-template-columns: 350px auto;
    height: 100%;
    width: 100%;
    overflow: hidden;

    .left {
      display: grid;
      grid-template-rows: 200px auto;
      border-right: 1px solid #F4F4F4;
      min-width: 350px;

      .container1 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 10px;
        gap: 10px;
        padding: 15px;
        border-bottom: 1px solid #F4F4F4;
        min-height: 290px;

        span {
          text-transform: uppercase;
        }
      }

      .container2 {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        margin-top: 100px;
      }
    }

    .right {
      display: flex;
      overflow: auto;
      width: 100%;

      .right_content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(800px, 1fr)) 350px;
        grid-gap: 20px;
        gap: 20px;
        overflow: auto;
        padding: 20px 20px 0 15px;

        .info {
          padding-right: 20px;
          padding-left: 5px;

          .empty_info {
            padding-left: 150px;
          }

          .checkboxes {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin: 10px 0;
          }

          .info_sms {
            display: flex;
            justify-content: space-between;
            margin-top: 2px;
            align-items: center;

            .info_sms_data {
              display: flex;
              align-items: center;
              font-size: 11px;
              gap: 15px;
            }
          }
        }

        .info, .preview {
          display: flex;
          flex-direction: column;
          gap: 10px;
          overflow: auto;
        }
      }

    }
  }

  .cen_accordion_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 5px 10px 5px;
  }

  .channel_element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s linear;
  }

    .channel_element.selected {
      box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }

  .channel_element {

    span {

    }

    svg {
      height: 70px;
      width: 70px;
    }
  }

  .cen_zendesk_users {

    .filters {
      display: flex;
      align-items: flex-end;
      gap: 15px;

      > div:nth-child(1) {
        width: 100%;
      }

      .cen_media_input {
          cursor: pointer;
        > div {
          background-color: rgb(255, 255, 255);
          border: 1px solid rgb(216, 220, 222);
          pointer-events: none;

          input {
            color: rgb(47, 57, 65);
            cursor: pointer;
            pointer-events: none;
          }
        }
      }
    }

    .table {
      .table_loader, .table_no_results {
        background-color: white;
        padding: 16px 12px;
      }
    }
  }

  .cen_dropzone {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

    .cen_dropzone.active {
      .cen_dropzone_file {
        border: 1px dashed #1F73B7;
      }
    }

  .cen_dropzone_file {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
    border: 1px dashed #DFDFDF;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;

    svg {
      height: 60px;
      width: 100%;
      opacity: 0.1;
    }

    > div {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
        span:nth-child(1) {
          color: #13456d;
          font-weight: 600;

          b {
            color: #1F73B7;
          }
        }

        span:nth-child(2) {
          color: #DFDFDF;
          font-size: 11px;
        }
    }
  }
  .error-text {
    color: red; 
    font-size: 12px;
  }
  .warning-text {
    color: #ad5918;
    font-size: 12px;
  }
  
  .cen_file_example {
    font-size: 12px;
    a {
      padding-left: 0.3rem;
      color: #088af5;
      text-decoration: underline;
    }
    span {
      color: #13456d;
      padding-left: 0.3rem;
    }
  }

  .cen_dropzone_resume {
    height: 50px;
    font-size: 12px;
    background-color: #8FB9DB;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-top: 10px;
    cursor: pointer;

    .data {
      display: flex;
      flex-direction: column;
        span:nth-child(1) {
          color: white;
          font-weight: bold;
          font-size: 14px;
        }

        span:nth-child(2) {
          color: black;
          opacity: 0.5;
        }
    }

    .action {
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;

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

@media screen and (max-width: 600px) {
  #root {
    .cen_campaigns {
      display: flex;
      flex-direction: column;
      overflow: auto;

      .right {
        overflow: visible;
        overflow: initial;
        flex-direction: column;

        .right_content {
          display: flex;
          flex-direction: column;
          overflow: visible;
          overflow: initial;
        }
      }
    }
  }
}


.cen_preview {

  .centribal_container_preview {
    background-size: cover;
    height: 100%;
    padding: 20px 0;
    overflow: auto;
    width: 350px;

    .centribal_container_preview_message {
      position: relative;
      display: flex;
      padding: 0 16px;
      align-items: flex-start;

      * {
        font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Ubuntu, Cantarell, "Fira Sans", sans-serif !important;
      }
    }

    .centribal_container_preview_svg {
      height: 16px;
      display: flex;
      position: relative;
      z-index: 1;
      width: 8px;
    }

    .centribal_container_preview_content {
      box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
      background: #FFF;
      position: relative;
      z-index: 2;
      width: 100%;
      left: -1px;
      border-radius: 0 7.5px 7.5px 7.5px;
      color: #111b21;
    }

    .message {
      font-size: 13px;

      .time {
        float: right;
        margin: -10px 0 -5px 4px;
        position: absolute;
        z-index: 10;
        bottom: 6px;
        right: 6px;

        > div {
          display: flex;
          white-space: nowrap;
          color: #667781;
          height: 15px;
          align-items: center;

          span {
            display: inline-block;
            vertical-align: top;
            font-size: 10px;
          }
        }
      }
    }

    .message_header {
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
      color: #111b21;
      margin-bottom: 5px;
      display: flex;
    }

      .message_header.text {
        padding: 6px 7px 0 9px;
      }

      .message_header.image, .message_header.video {
        width: 100%;
        padding: 3px 3px 0 3px;

        img {
          width: 100%;
        }
      }

      .message_header.document {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: #f5f6f6;
        cursor: pointer;
        margin: 2px;
        border-radius: 3px;

        > span {
          display: flex;
          align-items: center;
          gap: 15px;
          font-size: 12px;

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

    .message_content {
      display: flex;
      position: relative;
      word-wrap: break-word;
      white-space: pre-wrap;
      padding: 6px 9px 8px 9px;

      span {
        word-wrap: break-word;
        white-space: pre-wrap;
      }
    }

    .message_content_body {
      > div {
        display: flex;
        line-height: 1.2;
      }
    }

    .message_content_time {
      visibility: hidden;
    }

    .message_footer {
      display: flex;
      color: #8696a0;
      line-height: 17px;
      font-size: 12px;
      padding: 0 7px 15px 9px;
    }

    .message_button {
      display: grid;
      grid-gap: 5px;
      gap: 5px;
      padding-left: 7px;
      margin-top: 5px;
      width: 100%;

      > div {
        border-radius: 7.5px;
        box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
        width: 100%;
        background: white;
        height: 36px;
        display: flex;
        gap: 3px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 0 6px;
        cursor: pointer;

        span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #009de2;
          font-size: 14px;
        }

        svg {
          height: 18px;
          width: 19px;
        }
      }
    }
  }
}
.cen_preview {

  .centribal_container_preview {
    background-size: cover;
    height: 100%;
    padding: 20px 0;
    overflow: auto;
    width: 350px;

    .centribal_container_preview_message {
      position: relative;
      display: flex;
      padding: 0 16px;
      align-items: flex-start;

      * {
        font-family: "Segoe UI", "Helvetica Neue", Helvetica, "Lucida Grande", Arial, Ubuntu, Cantarell, "Fira Sans", sans-serif !important;
      }
    }

    .centribal_container_preview_svg {
      height: 16px;
      display: flex;
      position: relative;
      z-index: 1;
      width: 8px;
    }

    .centribal_container_preview_content {
      box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
      background: #FFF;
      position: relative;
      z-index: 2;
      width: 100%;
      left: -1px;
      border-radius: 0 7.5px 7.5px 7.5px;
      color: #111b21;
    }

    .message {
      font-size: 13px;

      .time {
        float: right;
        margin: -10px 0 -5px 4px;
        position: absolute;
        z-index: 10;
        bottom: 6px;
        right: 6px;

        > div {
          display: flex;
          white-space: nowrap;
          color: #667781;
          height: 15px;
          align-items: center;

          span {
            display: inline-block;
            vertical-align: top;
            font-size: 10px;
          }
        }
      }
    }

    .message_header {
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
      color: #111b21;
      margin-bottom: 5px;
      display: flex;
    }

      .message_header.text {
        padding: 6px 7px 0 9px;
      }

      .message_header.image, .message_header.video {
        width: 100%;
        padding: 3px 3px 0 3px;

        img {
          width: 100%;
        }
      }

      .message_header.document {
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background: #f5f6f6;
        cursor: pointer;
        margin: 2px;
        border-radius: 3px;

        > span {
          display: flex;
          align-items: center;
          gap: 15px;
          font-size: 12px;

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

    .message_content {
      display: flex;
      position: relative;
      word-wrap: break-word;
      white-space: pre-wrap;
      padding: 6px 9px 8px 9px;

      span {
        word-wrap: break-word;
        white-space: pre-wrap;
      }
    }

    .message_content_body {
      > div {
        display: flex;
        line-height: 1.2;
      }
    }

    .message_content_time {
      visibility: hidden;
    }

    .message_footer {
      display: flex;
      color: #8696a0;
      line-height: 17px;
      font-size: 12px;
      padding: 0 7px 15px 9px;
    }

    .message_button {
      display: grid;
      grid-gap: 5px;
      gap: 5px;
      padding-left: 7px;
      margin-top: 5px;
      width: 100%;

      > div {
        border-radius: 7.5px;
        box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
        width: 100%;
        background: white;
        height: 36px;
        display: flex;
        gap: 3px;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding: 0 6px;
        cursor: pointer;

        span {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          color: #009de2;
          font-size: 14px;
        }

        svg {
          height: 18px;
          width: 19px;
        }
      }
    }
  }
}
/* SELECTOR ELEMENT */
.cen_selector_element {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  transition: box-shadow 0.2s linear;

  >div {
    display: flex;
    align-items: center;
    gap: 5px;

    >div {
      display: flex;
      flex-direction: column;
        >span:nth-child(1) {
          color: #737D86;
        }

        >span:nth-child(2) {
          color: #1F73B7;
        }
    }

    svg {
      height: 30px;
      width: 40px;
    }
  }

  >svg {
    path {
      fill: #1F73B7;
    }
  }

}
.cen_selector_element.active {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  }
/* FILTER ELEMENTS */
.cen_element {
  border-bottom: 1px solid #e9ebed;
  padding: 10px;
  width: 100%;
  min-height: 50px;
}
.cen_element.open {
    min-height: 150px;
  }
.cen_element {

  .cen_element_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 5px;
    cursor: pointer;
  }

  .cen_element_title {
    font-weight: bold;
    font-size: 16px;
  }

  .custom-react-select {
    .react-select__control {
      background-color: white !important;
      color: #2f3941 !important;
    }
    .react-select__control {
      min-height: 36px;
      border-color: #c2c8cc;
      font-size: 14px;
    }

    .react-select__single-value {
      color: #2f3941 !important;
    }

    .react-select__single-value {
      font-weight: 400;
      z-index: 1;
    }

    .react-select__placeholder {
      color: #68737d !important;
    }

    .react-select__menu {
      z-index: 9999 !important;
    }

    .react-select__option {
      color: #2f3941;
      background-color: white;
    }

      --is-selected.react-select__option {
        background-color: #e9f2fb;
        color: #1f73b7;
      }

      --is-focused.react-select__option {
        background-color: #f0f5f9;
      }
  }

  .cen_element_content {
    position: relative;
    margin: 20px 0 15px;
    min-height: 60px;
    width: 100%;

    .placeholder {
      position: absolute;
      margin-top: 10px;
      padding-right: 10px;
      color: #68737d;
      font-size: 12px;
      line-height: 16px;
    }

    .element_form {
      display: flex;
      flex-direction: column;
      gap: 10px;

      .element_selected.read-only {
        cursor: default;
        pointer-events: none;
        background-color: #f8f8f8;
      }

      .element_selected {
        height: 35px;
        display: flex;
        align-items: center;
        position: relative;
        padding: 0 35px;
        border-radius: 5px;
        background: #d8dcde;
        color: #2f3941;
        cursor: pointer;

        svg {
          position: absolute;
          right: 15px;
          cursor: pointer;
        }
      }

      .hint {
        font-size: 12px;
        margin-top: 0;
      }
    }
  }

  .datepicker-container {
    margin-bottom: 16px; 
  }
  
  .datepicker-container Label {
    font-size: 14px; 
    color: #2f3941; 
    margin-bottom: 8px;
    display: block; 
    font-weight: 400;
  }
  
  .datepicker-container Input {
    font-size: 14px;
    padding: 8px;
  }

  .cen_add_button {
    position: absolute;
    padding-left: 5px;
    word-break: keep-all;
    color: #1f73b7;
    cursor: pointer;
    font-size: 14px;
    align-items: baseline;
    display: flex;
    flex-wrap: nowrap;
    right: 10px;

    span {
      display: flex;
      align-items: center;

      svg {
        transform: scale(0.8);
      }
    }
  }
}
.cen_element_modal {
  position: absolute;
  z-index: 2;
  width: 350px;
  height: 100%;
  top: 0;
  left: -1px;
  transition: left .2s linear;
  background: #03363d;
  color: #FFFFFF;
  transform: translateZ(-10px);
}
.cen_element_modal.active {
    left: 349px;
  }
.cen_element_modal {

  .header {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-bottom: 2px solid #FFFFFF;
    padding: 20px 10px;
  }

  .content {

    .radio {
      padding: 10px;
      border-bottom: 2px solid #FFF;
      color: white;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer;

      span {
        color: white;
        line-height: 20px;
        overflow: hidden;
        padding-top: 1px;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
        font-weight: 300;
        text-transform: uppercase;
        display: flex;
        align-items: center;
      }

      svg {
        width: 20px;
      }
    }
  }
}
#root {
  /* STATS */
  .cen_stats {
    display: grid;
    grid-template-columns: 350px auto;
    height: 100%;
    width: 100%;
    overflow: hidden;

    .left {
      display: flex;
      flex-direction: column;
      position: relative;
      background-color: white;
      border-right: 1px solid #F4F4F4;
      min-width: 350px;

      .container1 {
        height: 100%;
        background: white;
        z-index: 3;
        transform-style: preserve-3d;
      }

    }

    .right {
      overflow: auto;

      .right_content {
        height: 100%;
        min-width: 1000px;

        div[role="tablist"] {
          margin-bottom: 0;
        }
      }
    }
    .table-container {
      margin: 20px; 
      padding: 20px; 
      border: 1px solid #e9ebed; 
      border-radius: 8px; 
      background-color: #ffffff; 
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    }
  }

  .channel_element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s linear;
  }

    .channel_element.selected {
      box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.25);
    }

  .channel_element {

    span {

    }

    svg {
      height: 70px;
      width: 70px;
    }
  }

  .cen_tabs, .cen_tab_panel {
    height: 100%;
  }

  .cen_tabs_header {
    button {
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-top: 4px;
      margin-left: 20px;
    }
    .button_margin {
      margin-right: 15px;
    }
    .actions {
      display: flex;
      align-items: center; 
      gap: 16px; 
      justify-content: flex-end;
    }
    .custom-tab.active {
      background-color: aliceblue;
    }
    
  }

  .buttons_position {
    display: flex;
    justify-content: space-between;
  }

  /* VIEW */
  .cen_view_loader {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 20px;
  }

  .cen_view {
    .header {
      display: flex;
      padding: 10px;
      height: 60px;
      align-items: center;
      border-bottom: 1px solid #f4f4f4;
    }
    .spacing {
      justify-content: space-between;
    }
    .actions {
      display: flex;
      align-items: center; 
      gap: 16px; 
    }
    .reload {
      width: 30px;
      height: 30px;
      min-width: 30px;
      margin-top: 4px;
      margin-left: 20px;
    }

    .title {
      display: grid;
      line-height: 1.2;

      span:first-child {
        font-size: 18px;
        font-weight: 500;
      }

      span:nth-child(2) {
        font-size: 12px;
        color: #000;
        opacity: .55;
      }
    }

    hr {
      background-color: #f4f4f4;
      height: 1px;
      border: none;
    }

    .info {
      display: grid;
      grid-template-columns: auto 450px;
      border-bottom: 1px solid #f4f4f4;

      .template {
        .template_header {
          display: grid;
          grid-template-columns: auto 90px;
          border-right: 1px solid #f4f4f4;

          .actions {
            display: flex;
            gap: 10px;
          }
        }

        .template_content {
          border-right: 1px solid #f4f4f4;

          .template_content_info {
            > div {
              padding: 18px 20px;

              .info_input {
                display: flex;
                align-items: center;
                gap: 5px;
                margin-top: 8px;

                .element {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  border: 1px solid rgb(216, 220, 222);
                  border-radius: 4px;
                  width: 45px;
                  height: 40px;
                  font-size: 15px;
                  text-transform: uppercase;

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

                input:disabled {
                  color: inherit;
                  background: inherit;
                }
              }
            }
          }
        }
      }

      .chart {
      }
    }

    .chart {

      .chart_content {

        .chart_content_doughnut {
          position: relative;

          .color_inherit {
            color: #87929d;

            svg {
              color: #87929d;
            }
          }

          .color_0 {
            color: #FF4125;

            svg {
              color: #FF4125;
            }
          }

          .color_25 {
            color: #FFAF26;

            svg {
              color: #FFAF26;
            }
          }

          .color_50 {
            color: #4B9CDF;

            svg {
              color: #4B9CDF;
            }
          }

          .color_75 {
            color: #46C47C;

            svg {
              color: #46C47C;
            }
          }

          .chart {
            display: flex;
            justify-content: center;
            padding-top: 10px;

            .colors {
              position: absolute;
              margin-top: 50px;
              font-size: 30px;
              font-weight: bold;
            }
          }

          .fields {
            display: grid;
            grid-template-columns: auto auto auto auto;
            grid-column-gap: 12px;
            -moz-column-gap: 12px;
                 column-gap: 12px;
            margin-top: 10px;
            margin-bottom: 8px;
            justify-content: center;

            span:first-child {
              margin-right: 3px;
              width: 14px;
              height: 10px;
              border-radius: 3px;
              content: "*";
              padding: 0 8px;
            }

            span:last-child {
              color: #999999;
              font-size: 10px;
            }

            div:nth-child(1) span:first-child {
              background-color: #FF4125;
            }

            div:nth-child(2) span:first-child {
              background-color: #FFAF26;
            }

            div:nth-child(3) span:first-child {
              background-color: #4B9CDF;
            }

            div:nth-child(4) span:first-child {
              background-color: #46C47C;
            }
          }

          .operation_divider {
            padding: 4px 20px;

            .operation_divider_header {
              display: grid;
              justify-content: center;
              grid-template-columns: 50% 50%;
              grid-gap: 10px;
              gap: 10px;
              font-size: 13px;

              span:first-child {
                text-align: right;
              }
            }

            .operation_divider_result {
              display: grid;
              grid-template-columns: 49% 2% 49%;
              justify-content: center;
              grid-gap: 5px;
              gap: 5px;

              span:first-child {
                text-align: right;
              }

            }
          }
        }

        .chart_content_pending {
          > div {
            display: grid;
            justify-content: center;
            padding: 30px 15px;
            text-align: center;
              span:nth-child(1) {
                font-size: 20px;
              }

              span:nth-child(2) {
                font-size: 12px;
                color: #000;
                opacity: 0.55;
              }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 600px) {
  #root {
    .cen_stats {
      display: flex;
      flex-direction: column;
      overflow: auto;
    }
  }
}


.table {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;

  @-moz-document url-prefix() {
    width: -moz-available;
  }

  .table_content {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
  }

    .table_content.notifications {
      th:first-child {
        width: 80px;
      }
    }


  tbody {

    .table_loader, .table_no_results {
      background-color: white;
      padding: 16px 12px;
    }

    svg {
      width: 25px;
      height: 25px;
    }

    .underlined-text:hover {
      text-decoration: underline;
    }

    td {

      .phone {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px; 
        display: inline-block; 
        vertical-align: middle; 
      }


      .channel {
        display: flex;
        align-items: center;
      }
    }
      tr:nth-child(even) {
        background-color: #f6f7ff;
      }

        tr:nth-child(even):hover {
          border-bottom-color: rgb(206, 226, 242);
          background-color: rgba(31, 115, 183, 0.08);
        }

    tr {

      .status {
        color: #FFFFFF;
      }

      .params_content {
        display: flex;
        gap: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: auto;

        .param {
          padding: 4px 25px;
          border-radius: 15px;
          font-weight: 500;
          font-size: 12px;
          height: 26px;
          background: #b5e0ee;
          color: #13456d;
        }
      }
    }
  }
}
.create-button {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 20px;
}

.journey-details {
    .title {
        display: grid;
        line-height: 1.2;

        span:first-child {
          font-size: 18px;
          font-weight: 500;
        }
    }
}

.details_journeys_view {
    margin: 12;
}

.details {
    padding-top: 15px;
}
.create-button {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 20px;
}

.editable-input__edit{ 
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
    background-color: rgb(238, 238, 238);
}


.editable-input__edit:hover{
    background-color: #aeb0b2;
    color: white;
}

.AutomationCanvas{
  --edges-stroke-color: gray;
  width: 90vw;
  height: 90vh;
  background-color: var(--color-base100);
  
}

.react-flow__edge-path {
  stroke: gray;
}

.Controls{
  top: 10px;
  bottom: auto;
}

/* export const AutomationCanvas = css`
  --edges-stroke-color: green;

  width: 100vw;
  height: 100vh;
  background-color: var(--color-base100);

  .react-flow__edge-path {
    stroke: var(--edges-stroke-color);
  }
`;

export const Controls = css`
  top: 10px;
  bottom: auto;
`; */

.bAsdiO {
    box-sizing: border-box;
    margin: 0px 2rem 0px 0px;
    min-width: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0.2rem 0.4rem, rgba(0, 0, 0, 0.08) 0px 0.4rem 1.6rem -0.2rem;
    background-color: rgb(210, 183, 75);
}

.djmjLa {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
    align-items: center;
    padding: 1.6rem;
    border-radius: 8px;
    opacity: 1;
    align-content: center;
}

.jrRmZk {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.kBlBQS {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    width: 40rem;
    position: absolute;
    z-index: 10;
    left: 0px;
    border-top-right-radius: 1.6rem;
    overflow: auto;
    max-height: calc(100% - 92px);
    padding: 2.4rem 2rem 2.8rem;
    font-size: 62.5%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0.2rem 0.4rem, rgba(0, 0, 0, 0.08) 0px 0.4rem 1.6rem -0.2rem;
}

.ffSclL {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(109, 107, 112);
    font-family: HaasGrotTextRound-Web, Helvetica-Neue-Ortto, Arial-Ortto, sans-serif;
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 0.9rem;
    letter-spacing: 0.01rem;
}

.jxrPDS {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    color: rgb(37, 37, 37);
    font-family: HaasGrotDispRound-Web, Helvetica-Neue-Ortto, Arial-Ortto, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.8rem;
}

[dir="ltr"] h4 {
    margin-left: 0px;
}

[dir="rtl"] h4 {
    margin-right: 0px;
}

[dir="ltr"] h4 {
    margin-right: 0px;
}

[dir="rtl"] h4 {
    margin-left: 0px;
}

h4 {
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    font-weight: bold;
}

.ant-list-item-meta-title {
    font-size: 18px !important;
    line-height: 0.5715 !important;
}

.ant-list-item-meta-title {
    margin-top: 0.63em;
    font-weight: bold;
}

.ant-list-item:hover {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0.2rem 0.4rem, rgba(0, 0, 0, 0.08) 0px 0.4rem 1.6rem -0.2rem;
  }

.configTriggerLabel{
    color: #737374 !important;
  }

.configTriggerLabel{
    font-weight: bolder;
  }



  .cen_zendesk_users {

    .filters {
      display: flex;
      align-items: flex-end;
      gap: 15px;

      > div:nth-child(1) {
        width: 100%;
      }

      .cen_media_input {
          cursor: pointer;
        > div {
          background-color: rgb(255, 255, 255);
          border: 1px solid rgb(216, 220, 222);
          pointer-events: none;

          input {
            color: rgb(47, 57, 65);
            cursor: pointer;
            pointer-events: none;
          }
        }
      }
      .cen_media_label {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 5px;
      }
    }

    .table {
      .table_loader, .table_no_results {
        background-color: white;
        padding: 16px 12px;
      }
    }
  }

.custom-row-height {
  line-height: 5px !important;  
 }
.EdgeAddButton {
  display: flex;
  align-items: center;
  justify-content: center;
}

.EdgeButton {
  padding: 2px;
  border: 0;
  background-color: var(--color-base100);
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  color: var(--color-accent);
  transform: color 0.2s ease;
}
.EdgeButton:hover {
    color: var(--color-accent700);
  }
.EdgeButton[disabled] {
    color: var(--color-base600);
    cursor: not-allowed;
  }

.NodeWrapper {
  width: 280px;
  display: flex;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
  border-radius: 6px;
}

.NodeInnerWrapper {
  align-items: center;
  border-radius: 2px;
  box-shadow: var(--elevation-z1);
  transition: box-shadow 0.2s ease-in-out;
  cursor: pointer;
}

.NodeInnerWrapper[aria-disabled="true"] {
    cursor: not-allowed;
  }

.NodeInnerWrapper:not([aria-disabled="true"]):hover {
    box-shadow: var(--elevation-z2);
  }

.NodeInnerWrapper[data-selected="true"]:not([aria-disabled="true"]) {
    box-shadow: inset 0px 0px 0px 1px currentColor, var(--elevation-z3);
  }

.NodeInnerWrapper {
  > .closeIcon {
    position: fixed;
    top: 5px;
    right: 5px;    
  }
}

.EmptyNodeInnerWrapper {
  width: 1px;
  height: 1px;
  background-color: var(--edges-stroke-color);
}

.NodeContent {
  display: flex;
  flex-direction: column;
}

.NodeIcon {
  font-size: 18px;
  padding: 4px;
}

.NodeTitle {
  color: var(--color-base900);
  font-size: 14px;
  text-transform: upppercase;
}

.NodeDesc {
  height: 20px !important;
}

.NodeDesc {
  color: var(--color-base700);
  font-size: 12px;
}

.NodePort.react-flow__handle {
    border: 0;
    background-color: var(--edges-stroke-color);
  }

.NodeWrapper h1 {
  text-align: center;
}

.NodeWrapper .additional {
  height: 100%;
  background: linear-gradient(currentColor, currentColor);
  transition: width 0.4s;
  display: flex;
  z-index: 2;
}

.NodeWrapper .additional .icon-card {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
}

.NodeWrapper .additional .icon-card .level{
  top: 15%;
  color: #fff;
  padding: 1.65rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}

.NodeWrapper .additional .icon-card svg {
  top: 50%;
}

.NodeWrapper .additional .more-info {
  width: 75%;
  float: left;
  position: absolute;
  left: 55px;
  height: 100%;
  padding-top: 12px;
}

.NodeWrapper .additional .more-info h1 {
  color: #fff;
  margin-bottom: 0;
}

/* prettier-ignore */

:root {
  /* 1. The Contactlab Marketing Cloud color palette */
  --color-accent: #1890ff;
  --color-accent100: #e6f7ff;
  --color-accent200: #bae7ff;
  --color-accent300: #91d5ff;
  --color-accent400: #69c0ff;
  --color-accent500: #40a9ff;
  --color-accent600: #1890ff;
  --color-accent700: #096dd9;
  --color-accent800: #0050b3;
  --color-accent900: #003a8c;
  --color-base: #141414;
  --color-base100: #fafafa;
  --color-base200: #f5f5f5;
  --color-base300: #f0f0f0;
  --color-base400: #d9d9d9;
  --color-base500: #bfbfbf;
  --color-base600: #8c8c8c;
  --color-base700: #595959;
  --color-base800: #434343;
  --color-base900: #141414;
  --color-info: #1890ff;
  --color-success: #52c41a;
  --color-warning: #faad14;
  --color-error: #f5222d;
  --color-white: #fff;
  --color-black: #000;
  --color-fluo-base300: #e9e8ff;
  --color-fluo-base600: #b4afff;
  --color-fluo-base900: #7168ff;
  --color-fluo-accent300: #e1f9ef;
  --color-fluo-accent600: #9bebd0;
  --color-fluo-accent900: #00c9bd;

  /* 2. The Contactlab Marketing Cloud elevations */
  --elevation-z1: 0 1px 3px 0 rgba(0, 20, 32, 0.12);
  --elevation-z2: 0 3px 6px 0 rgba(0, 20, 32, 0.04),
                  0 3px 6px 0 rgba(0, 20, 32, 0.12);
  --elevation-z3: 0 6px 6px 0 rgba(0, 20, 32, 0.09),
                  0 10px 20px 0 rgba(0, 20, 32, 0.13);
  --elevation-z4: 0 10px 10px 0 rgba(0, 20, 32, 0.05),
                  0 14px 28px 0 rgba(0, 20, 32, 0.16);
  --elevation-z5: 0 19px 38px 0 rgba(0, 20, 32, 0.16),
                  0 15px 12px 0 rgba(0, 20, 32, 0.12);
  --elevation-accent-z1: 0 1px 3px 0 rgba(3, 145, 236, 0.12);
  --elevation-accent-z2: 0 3px 6px 0 rgba(3, 145, 236, 0.04),
                         0 3px 6px 0 rgba(3, 145, 236, 0.12);
  --elevation-accent-z3: 0 6px 6px 0 rgba(3, 145, 236, 0.09),
                         0 10px 20px 0 rgba(3, 145, 236, 0.13);
  --elevation-accent-z4: 0 10px 10px 0 rgba(3, 145, 236, 0.05),
                         0 14px 28px 0 rgba(3, 145, 236, 0.16);
  --elevation-accent-z5: 0 19px 38px 0 rgba(3, 145, 236, 0.16),
                         0 15px 12px 0 rgba(3, 145, 236, 0.12);

  /* 3. The Contactlab Marketing Cloud transitions */
  --elevation-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  /* 4. Document styles */
  --mc-body-foreground: var(--color-base);
  --mc-body-background: var(--color-base100);
  --mc-scroll-padding: 100px;
  --mc-scroll-behavior: smooth;

  /* 5. a11y */
  --mc-selection-foreground: var(--color-white);
  --mc-selection-background: rgba(24, 144, 255, 0.8);

  /* 6. Headings */
  --mc-heading-foreground: var(--color-base);
  --mc-subheading-foreground: var(--color-base800);

  /* 7. Links */
  --mc-link-foreground: var(--color-accent);
  --mc-link-active-foreground: var(--color-accent500);

  /* 8. <code> */
  --mc-code-border-radius: 2px;
  --mc-code-background: var(--color-base300);

  /* 9. <hr> */
  --mc-hr-background: var(--color-base300);

  /* 10. <mark> */
  --mc-mark-foreground: var(--color-white);
  --mc-mark-background: var(--color-accent);

  /* 11. <small> */
  --mc-small-foreground: var(--color-base600);
}

.App {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.react-flow__controls {
  box-shadow: none !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} /*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e5e5; /* 2 */
}
::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
} /*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
} /*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 2 */
} /*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 375px) {
  .container {
    max-width: 375px;
  }
}
@media (min-width: 425px) {
  .container {
    max-width: 425px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 2000px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-1\/2 {
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[1\.42rem\] {
  right: 1.42rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[0\.7rem\] {
  top: 0.7rem;
}
.-z-1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\% {
  margin-bottom: 2%;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-4\% {
  margin-bottom: 4%;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-4\% {
  margin-right: 4%;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-7\% {
  margin-right: 7%;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!h-full {
  height: 100% !important;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\/5 {
  height: 40%;
}
.h-20 {
  height: 5rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-4\/5 {
  height: 80%;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-80 {
  max-height: 20rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-30\% {
  width: 30%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-90\% {
  width: 90%;
}
.w-full {
  width: 100%;
}
.\!min-w-\[100px\] {
  min-width: 100px !important;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-6 {
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.\!justify-between {
  justify-content: space-between !important;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1\.25px\] {
  border-width: 1.25px;
}
.border-dashed {
  border-style: dashed;
}
.border-bluePrimary {
  --tw-border-opacity: 1;
  border-color: rgba(4, 76, 138, 1);
  border-color: rgba(4, 76, 138, var(--tw-border-opacity, 1));
}
.border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgba(70, 95, 255, 1);
  border-color: rgba(70, 95, 255, var(--tw-border-opacity, 1));
}
.border-error-500 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 68, 56, 1);
  border-color: rgba(240, 68, 56, var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, 1);
  border-color: rgba(229, 229, 229, var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, 1);
  border-color: rgba(212, 212, 212, var(--tw-border-opacity, 1));
}
.border-lightblue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(176, 219, 255, 1);
  border-color: rgba(176, 219, 255, var(--tw-border-opacity, 1));
}
.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 164, 175, 1);
  border-color: rgba(253, 164, 175, var(--tw-border-opacity, 1));
}
.border-success-500 {
  --tw-border-opacity: 1;
  border-color: rgba(18, 183, 106, 1);
  border-color: rgba(18, 183, 106, var(--tw-border-opacity, 1));
}
.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, 1) !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, 1) !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity, 1)) !important;
}
.\!bg-purpleBackground {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 69, 109, 1) !important;
  background-color: rgba(19, 69, 109, var(--tw-bg-opacity, 1)) !important;
}
.\!bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 63, 94, 1) !important;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity, 1)) !important;
}
.bg-bluePrimary {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 76, 138, 1);
  background-color: rgba(4, 76, 138, var(--tw-bg-opacity, 1));
}
.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 95, 255, 1);
  background-color: rgba(70, 95, 255, var(--tw-bg-opacity, 1));
}
.bg-darkGray {
  --tw-bg-opacity: 1;
  background-color: rgba(81, 81, 81, 1);
  background-color: rgba(81, 81, 81, var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}
.bg-grayPalette-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(228, 231, 236, 1);
  background-color: rgba(228, 231, 236, var(--tw-bg-opacity, 1));
}
.bg-greenBackground {
  --tw-bg-opacity: 1;
  background-color: rgba(136, 250, 184, 1);
  background-color: rgba(136, 250, 184, var(--tw-bg-opacity, 1));
}
.bg-lightblue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 253, 255, 1);
  background-color: rgba(250, 253, 255, var(--tw-bg-opacity, 1));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 241, 1);
  background-color: rgba(255, 243, 241, var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 230, 1);
  background-color: rgba(255, 228, 230, var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\% {
  padding: 3%;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\% {
  padding-left: 2%;
  padding-right: 2%;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-7\% {
  padding-left: 7%;
  padding-right: 7%;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-5\% {
  padding-top: 5%;
  padding-bottom: 5%;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.text-center {
  text-align: center;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: .875rem;
}
.text-title-sm {
  font-size: 30px;
  line-height: 38px;
}
.text-xs {
  font-size: .75rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, 1) !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, 1) !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, 1) !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1)) !important;
}
.text-bluePrimary {
  --tw-text-opacity: 1;
  color: rgba(4, 76, 138, 1);
  color: rgba(4, 76, 138, var(--tw-text-opacity, 1));
}
.text-error-500 {
  --tw-text-opacity: 1;
  color: rgba(240, 68, 56, 1);
  color: rgba(240, 68, 56, var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, 1);
  color: rgba(212, 212, 212, var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, 1);
  color: rgba(163, 163, 163, var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, 1);
  color: rgba(115, 115, 115, var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(82, 82, 82, 1);
  color: rgba(82, 82, 82, var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, 1);
  color: rgba(64, 64, 64, var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(38, 38, 38, 1);
  color: rgba(38, 38, 38, var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(23, 23, 23, 1);
  color: rgba(23, 23, 23, var(--tw-text-opacity, 1));
}
.text-grayText {
  --tw-text-opacity: 1;
  color: rgba(92, 92, 92, 1);
  color: rgba(92, 92, 92, var(--tw-text-opacity, 1));
}
.text-lightblue-900 {
  --tw-text-opacity: 1;
  color: rgba(0, 139, 208, 1);
  color: rgba(0, 139, 208, var(--tw-text-opacity, 1));
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgba(242, 66, 101, 1);
  color: rgba(242, 66, 101, var(--tw-text-opacity, 1));
}
.text-purpleBackground {
  --tw-text-opacity: 1;
  color: rgba(19, 69, 109, 1);
  color: rgba(19, 69, 109, var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(225, 29, 72, 1);
  color: rgba(225, 29, 72, var(--tw-text-opacity, 1));
}
.text-success-500 {
  --tw-text-opacity: 1;
  color: rgba(18, 183, 106, 1);
  color: rgba(18, 183, 106, var(--tw-text-opacity, 1));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgba(3, 152, 85, 1);
  color: rgba(3, 152, 85, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(212, 212, 212, var(--tw-ring-opacity, 1));
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.file\:mr-5::file-selector-button {
  margin-right: 1.25rem;
}
.file\:border-collapse::file-selector-button {
  border-collapse: collapse;
}
.file\:cursor-pointer::file-selector-button {
  cursor: pointer;
}
.file\:rounded-l-lg::file-selector-button {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:border-r::file-selector-button {
  border-right-width: 1px;
}
.file\:border-solid::file-selector-button {
  border-style: solid;
}
.file\:border-gray-200::file-selector-button {
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, 1);
  border-color: rgba(229, 229, 229, var(--tw-border-opacity, 1));
}
.file\:bg-gray-50::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, 1);
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}
.file\:py-3::file-selector-button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.file\:pl-3\.5::file-selector-button {
  padding-left: 0.875rem;
}
.file\:pr-3::file-selector-button {
  padding-right: 0.75rem;
}
.file\:text-sm::file-selector-button {
  font-size: .875rem;
}
.file\:text-gray-700::file-selector-button {
  --tw-text-opacity: 1;
  color: rgba(64, 64, 64, 1);
  color: rgba(64, 64, 64, var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, 1);
  color: rgba(163, 163, 163, var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgba(163, 163, 163, 1);
  color: rgba(163, 163, 163, var(--tw-text-opacity, 1));
}
.checked\:border-transparent:checked {
  border-color: transparent;
}
.checked\:bg-brand-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 95, 255, 1);
  background-color: rgba(70, 95, 255, var(--tw-bg-opacity, 1));
}
.hover\:\!bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, 1) !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-greenBackground:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 250, 184, 1) !important;
  background-color: rgba(136, 250, 184, var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 29, 72, 1) !important;
  background-color: rgba(225, 29, 72, var(--tw-bg-opacity, 1)) !important;
}
.hover\:bg-brand-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(54, 65, 245, 1);
  background-color: rgba(54, 65, 245, var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, 1);
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity, 1));
}
.hover\:bg-purpleBackground:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(19, 69, 109, 1);
  background-color: rgba(19, 69, 109, var(--tw-bg-opacity, 1));
}
.hover\:\!text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, 1) !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity, 1)) !important;
}
.hover\:\!text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, 1) !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity, 1)) !important;
}
.hover\:text-current:hover {
  color: currentColor;
}
.hover\:file\:bg-gray-100::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity, 1));
}
.focus\:border-brand-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(156, 185, 255, 1);
  border-color: rgba(156, 185, 255, var(--tw-border-opacity, 1));
}
.focus\:border-error-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(253, 162, 155, 1);
  border-color: rgba(253, 162, 155, var(--tw-border-opacity, 1));
}
.focus\:border-success-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(108, 233, 166, 1);
  border-color: rgba(108, 233, 166, var(--tw-border-opacity, 1));
}
.focus\:ring-brand-500\/10:focus {
  --tw-ring-color: rgba(70, 95, 255, 0.1);
}
.focus\:ring-brand-500\/20:focus {
  --tw-ring-color: rgba(70, 95, 255, 0.2);
}
.focus\:ring-error-500\/10:focus {
  --tw-ring-color: rgba(240, 68, 56, 0.1);
}
.focus\:ring-error-500\/20:focus {
  --tw-ring-color: rgba(240, 68, 56, 0.2);
}
.focus\:ring-success-500\/20:focus {
  --tw-ring-color: rgba(18, 183, 106, 0.2);
}
.focus\:file\:ring-brand-300::file-selector-button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(156, 185, 255, var(--tw-ring-opacity, 1));
}
.disabled\:bg-brand-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 185, 255, 1);
  background-color: rgba(156, 185, 255, var(--tw-bg-opacity, 1));
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
@media (min-width: 640px) {
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:text-title-md {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1024px) {
  .lg\:grid {
    display: grid;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .xl\:max-w-\[450px\] {
    max-width: 450px;
  }
}
.cen_preview {
  .centribal_container_preview {
    background-image: url(c92eb04fcde60376e7f7.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto; 
    padding: 20px 0;
    overflow: auto;
    max-width: 350px; 
    margin: 0 auto; 

    .centribal_container_preview_message {
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 10px; 
      align-items: flex-start;
    }

    .centribal_container_preview_content {
      box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
      background: #FFF;
      position: relative;
      z-index: 2;
      display: inline-block; 
      max-width: 100%; 
      border-radius: 7.5px;
      color: #111b21;
      word-wrap: break-word;
      word-break: break-word; 
      padding: 10px; 
    }

    .message_content {
      display: flex;
      position: relative;
      padding: 6px 9px 8px 9px;

      span {
        word-wrap: break-word;
        word-break: break-word;
        font-size: 14px; 
        line-height: 1.5; 
      }
    }

    .message_header {
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
      color: #111b21;
      margin-bottom: 5px;
    }

      .message_header.text {
        padding: 6px 7px 0 9px;
      }

    .time {
      position: absolute;
      bottom: 6px;
      right: 6px;
      font-size: 10px;
      color: #667781;
    }
  }
}

.template-create-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
  
    .left {
        flex: 0.6;
      display: flex;
      flex-direction: column;
      gap: 20px;
  
      .save-button {
        padding: 8px 16px;
        font-size: 14px;
      }
    }
  
    .right {
        flex: 0.4;
      display: flex;
      justify-content: center;
      align-items: center;
  
      .right_content {
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        width: 360px;
        height: 430px; 
        overflow: hidden;
        background-image: url(c92eb04fcde60376e7f7.webp); 
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
  
        .preview-content {
          display: flex;
          flex-direction: column;
          height: 100%;
          overflow-y: auto; 
          padding: 10px;
          gap: 10px;
        }
  
        .message {
          background: #ffffff;
          border-radius: 7.5px;
          padding: 20px;
          box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
          word-wrap: break-word;
          word-wrap: break-word;
          white-space: pre-wrap;
        }
  
        .time {
          font-size: 10px;
          color: #667781;
          text-align: right;
          margin-top: 5px;
        }
      }
    }
  }
  
.template-create-container {
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
  
    .left {
        flex: 0.6;
      display: flex;
      flex-direction: column;
      gap: 20px;
  
      .save-button {
        padding: 8px 16px;
        font-size: 14px;
      }
    }
  
    .right {
        flex: 0.4;
      display: flex;
      justify-content: center;
      align-items: center;
  
      .right_content {
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        width: 360px;
        height: 430px; 
        overflow: hidden;
        background-image: url(c92eb04fcde60376e7f7.webp); 
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
  
        .preview-content {
          display: flex;
          flex-direction: column;
          height: 100%;
          overflow-y: auto; 
          padding: 10px;
          gap: 10px;
        }
  
        .message {
          background: #ffffff;
          border-radius: 7.5px;
          padding: 20px;
          box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
          word-wrap: break-word;
          word-wrap: break-word;
          white-space: pre-wrap;
        }
  
        .time {
          font-size: 10px;
          color: #667781;
          text-align: right;
          margin-top: 5px;
        }
      }
    }
  }
  
.cen_preview {
  .centribal_container_preview {
    background-image: url(c92eb04fcde60376e7f7.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto; 
    padding: 20px 0;
    overflow: auto;
    max-width: 350px; 
    margin: 0 auto; 

    .centribal_container_preview_message {
      position: relative;
      display: flex;
      flex-direction: column;
      padding: 10px; 
      align-items: flex-start;
    }

    .centribal_container_preview_content {
      box-shadow: 0 1px 0.5px rgba(11, 20, 26, 0.13);
      background: #FFF;
      position: relative;
      z-index: 2;
      display: inline-block; 
      max-width: 100%; 
      border-radius: 7.5px;
      color: #111b21;
      word-wrap: break-word;
      word-break: break-word; 
      padding: 10px; 
    }

    .message_content {
      display: flex;
      position: relative;
      padding: 6px 9px 8px 9px;

      span {
        word-wrap: break-word;
        word-break: break-word;
        font-size: 14px; 
        line-height: 1.5; 
      }
    }

    .message_header {
      font-size: 14px;
      font-weight: 500;
      line-height: 19px;
      color: #111b21;
      margin-bottom: 5px;
    }

      .message_header.text {
        padding: 6px 7px 0 9px;
      }

    .time {
      position: absolute;
      bottom: 6px;
      right: 6px;
      font-size: 10px;
      color: #667781;
    }
  }
}

.create-button {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row-reverse;
    margin-right: 20px;
}
#root {
  .cen_config {
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important
  }
  .cen_config {
    display: flex;
    grid-template-columns: 350px auto;
    height: 100%;
    width: 100%;
    overflow: hidden;

    .right {
      overflow: auto;
      width: 100%;
      height: 100%;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));

      .container2 {
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;

        .jsBMzq {
          border: 0;
          margin-top: 2px;
          color: gray;
        }

        .container2_info {
          width: 100%;
          height: 100%;
          --tw-bg-opacity: 1;
          background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
          padding: 24px;

          .right_content {
            width: 100%;
            height: 100%;
            position: relative;
            background-color: white;
            padding: 10px 20px;
            border-radius: 0.250rem;

            .breadcrumbs {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              gap: 0.5rem;
              margin-top: 1.5rem;
            }

            .desks_info {
              display: grid;
              grid-gap: 1rem;
              gap: 1rem;
              margin-top: 32px;
              grid-template-columns: repeat(2, minmax(0, 1fr));
            }

              .desks_info.empty {
                align-items: center;
                justify-items: center;
                place-items: center;
                grid-template-columns: 1fr;
                min-height: 200px;
              }

            .desks_info {

              .desks_card {
                display: flex;
                position: relative;
                cursor: pointer;
                align-items: center;
                background-color: #ffffff;
                border-radius: 0.75rem;
                padding: 1rem;
                gap: 1rem;
                line-height: 1.25rem;
                border: 1px solid #e5e7eb;
                transition: box-shadow 0.3s ease;
              }

                .desks_card:hover {
                  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),
                    0 1px 2px rgba(0, 0, 0, 0.06);
                }

                .desks_card.selected {
                  border-color: #2563eb;
                  background-color: #eef2ff;
                  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
                    0 4px 6px -4px rgba(0, 0, 0, 0.1);
                }
            }
          }
        }
      }
    }
  }
}

// Transiciones suaves entre componentes
.transition-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.view-transition-enter,
.view-transition-exit,
.view-transition-enter-active,
.view-transition-exit-active {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.view-transition-enter {
  opacity: 0;
  transform: translateX(30px);
}

.view-transition-enter-active {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.view-transition-exit {
  opacity: 1;
  transform: translateX(0);
}

.view-transition-exit-active {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

@media screen and (max-width: 600px) {
  #root {
    .cen_config {
      display: flex;
      flex-direction: column;
      overflow: auto;

      .right {
        overflow: visible;
        overflow: initial;
        flex-direction: column;

        .right_content {
          display: flex;
          flex-direction: column;
          overflow: visible;
          overflow: initial;
        }
      }
    }
  }
}

/*# sourceMappingURL=styles.css.map*/