:root {
    /* --foreground: #0c7ba7; */
    --foreground: #045f80;
    --background: #a6e5fc;
    --foregroundcomplement: #802504;
    --backgroundcomplement: #fcbda6;
    --foregroundgray: #555555;
    --backgroundgray: #f0f0f0;

    --disabled: #ddd;
    --sectionborder: #ffffff;
    --sectionbackground: #ffffff;
    --panelbackground: #f0f0f0;
    --textcolor: #3D3D3D;

    --headerandfootersize: 75px;
    --headerfooterheadingsize: 240px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* Dashboard Styles */
body {
    margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12pt;
  color: var(--textcolor);
  background-color: #ffffff;
}

/* portal page */
main.portal-page {
    display: grid;
    row-gap: 0px;
    column-gap: 0px;
    height: 100vh;
    overflow: hidden;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr 25px;
    background-color: var(--background);
}


main.portal-page section.header-section {
    height: 50px;
    background-color: var(--sectionbackground);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

main.portal-page section.center-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    margin: 10px 5px 5px 10px;

    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
}

main.portal-page section.center-section div.portal-section-small-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

div.portal-section-small-wrapper div.section-panel {
    max-width: 512px;
    min-width: 350px;
}

div.badges {
    height: 50px;
    display: flex;
}
div.badges > div {
    max-width: 100px;
    height: 50px;
}

#DigiCertClickID_TISc7Cen {
    width: 100px;
    height: 50px;
}

#TCPA {
    width: 100px;
     height: 50px;
}

div.badges img {
    width: 100px;
    height: 50px;
}

main.portal-page section.footer-section {
    height: 25px;
    padding: 0px 5px 0px 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
    background-color: var(--sectionbackground);
}

/* end portal page */

/* contact page */

main.contact-page {
    display: grid;
    row-gap: 0px;
    column-gap: 0px;
    overflow: hidden;
    grid-template-columns: 1px 1fr;
    grid-template-rows: 50px auto auto 25px;
    background-color: var(--background);


  @media only screen and (min-width: 1024px) {
    grid-template-columns: 200px 1fr;
    grid-template-rows: 50px auto 1fr 25px;
  }

  @media only screen and (min-width: 1280px) {
    grid-template-columns: 200px 1078px 1fr;
    grid-template-rows: 50px auto 1fr 25px;
  }

}

main.contact-page section.header-section {
    height: 50px;
    background-color: var(--sectionbackground);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
  @media only screen and (min-width: 1280px) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
  }
}

main.contact-page section.left-section {
    display: flex;
    visibility: hidden;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
    min-height: calc(100vh - var(--headerandfootersize) - 20px);
  @media only screen and (min-width: 1024px) {
    display: flex;
    visibility: visible;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
  }
}

main.contact-page section.details-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 10px 5px 5px 5px;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
}

main.contact-page section.center-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 10px 5px 5px 5px;
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
}


main.contact-page section.footer-section {
    height: 25px;
    padding: 0px 5px 0px 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 3;
    background-color: var(--sectionbackground);

  @media only screen and (min-width: 1280px) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 4;
  }
}


/* Done Contact styles */

/* Designer styles */

main.designer-page {
    display: grid;
    row-gap: 0px;
    column-gap: 0px;
    overflow: hidden;
    grid-template-columns: 1px 1fr;
    grid-template-rows: 50px 180px auto auto 25px;
    background-color: var(--background);
  @media only screen and (min-width: 768px) {
    grid-template-columns: 1px 2fr 1fr;
    grid-template-rows: 50px 180px 1fr 25px;
  }
  @media only screen and (min-width: 1024px) {
    grid-template-columns: 200px 2fr 1fr;
    grid-template-rows: 50px 180px 1fr 25px;
  }
  @media only screen and (min-width: 1290px) {
    grid-template-columns: 200px 637px 437px 1fr;
    grid-template-rows: 50px 180px 1fr 25px;
  }

}

main.designer-page section.header-section {
    height: 50px;
    background-color: var(--sectionbackground);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
  @media only screen and (min-width: 768px) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
  }
  @media only screen and (min-width: 1280px) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 5;
  }
}

main.designer-page section.details-section {
    display: flex;
    flex-direction: column;
    padding: 10px;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  @media only screen and (min-width: 768px) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 4;
  }
}

main.designer-page section.workflow-section {
    display: flex;
    flex-direction: column;
    padding: 10px;
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
  @media only screen and (min-width: 768px) {
    height: calc(100vh - var(--headerandfootersize) - 200px);
  }
  @media only screen and (min-width: 1024px) {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
    height: calc(100vh - var(--headerandfootersize) - 200px);
  }
}

main.designer-page section.step-section {
    display: flex;
    flex-direction: column;
    padding: 10px;
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 3;
  @media only screen and (min-width: 768px) {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 4;
  }
}

main.designer-page section.footer-section {
    height: 25px;
    padding: 0px 5px 0px 5px;
    display: flex;
    flex-direction: row;
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 3;
    background-color: var(--sectionbackground);
  @media only screen and (min-width: 768px) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 4;
  }
  @media only screen and (min-width: 1280px) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 5;
  }
}

/* start main-page */

main.main-page {
    display: grid;
    row-gap: 0px;
    column-gap: 0px;
    overflow: hidden;
    grid-template-columns: 1px 1fr;
    grid-template-rows: 50px auto auto 1fr 25px;
    background-color: var(--background);
  @media only screen and (min-width: 512px) {
    grid-template-columns: 1px 1fr 1fr;
    grid-template-rows: 50px auto 1fr 25px;
  }
  @media only screen and (min-width: 768px) {
    grid-template-columns: 1px 2fr 1fr;
    grid-template-rows: 50px auto 1fr 25px;
  }
  @media only screen and (min-width: 1024px) {
    grid-template-columns: 200px 2fr 1fr;
    grid-template-rows: 50px auto 1fr 25px;
  }
  @media only screen and (min-width: 1280px) {
    grid-template-columns: 200px 720px 358px 1fr;
    grid-template-rows: 50px auto 1fr 25px;
  }

}

main.main-page-collapsed {
    display: grid;
    row-gap: 0px;
    column-gap: 0px;
    overflow: hidden;
    grid-template-columns: 1px 1fr;
    grid-template-rows: 50px 1px 1px 1fr 25px;
    background-color: var(--background);
  @media only screen and (min-width: 512px) {
    grid-template-columns: 1px 1fr 1px;
    grid-template-rows: 50px auto 1fr 25px;
  }
  @media only screen and (min-width: 768px) {
    grid-template-columns: 1px 1fr 1px;
    grid-template-rows: 50px auto 1fr 25px;
  }
  @media only screen and (min-width: 1024px) {
    grid-template-columns: 200px 1fr 1px;
    grid-template-rows: 50px auto 1fr 25px;
  }
  @media only screen and (min-width: 1280px) {
    grid-template-columns: 200px 1077px 1px 1fr;
    grid-template-rows: 50px auto 1fr 25px;
  }
}

main.main-page section.header-section, main.main-page-collapsed section.header-section {
    height: 50px;
    background-color: var(--sectionbackground);
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 3;
  @media only screen and (min-width: 512px) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 4;
  }
  @media only screen and (min-width: 1280px) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 5;
  }
}

section.header-section img.smalltalkr-logo {
    height: 50px;
}
section.header-section .header-menu {
    padding: 5px;
  @media only screen and (min-width: 1024px) {
    display: none;
  }
}


main.main-page section.left-section, main.main-page-collapsed section.left-section, main.designer-page section.left-section {
    display: none;
    visibility: hidden;
  @media only screen and (min-width: 1024px) {
    display: flex;
    visibility: visible;
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
    height: calc(100vh - var(--headerandfootersize));
  }
}



main.main-page section.center-section, main.main-page-collapsed section.center-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 10px 5px 5px 10px;
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 3;
    height: calc(100vh - var(--headerandfootersize) - 20px);
  @media only screen and (min-width: 512px) {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
  }
}
main.main-page section.center-section div.section-body, main.main-page-collapsed section.center-section > div.section-panel > div.section-body {
    height: calc(100vh - var(--headerandfootersize) - 100px);
}

main.main-page section.right-top-section, main.main-page-collapsed section.right-top-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 10px 5px 5px 5px;
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  @media only screen and (min-width: 512px) {
    grid-row-start: 2;
    grid-column-start: 3;
    grid-row-end: 3;
    grid-column-end: 4;
  }
}

main.main-page section.right-bottom-section, main.main-page-collapsed section.right-bottom-section {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 10px 5px 5px 5px;
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
  @media only screen and (min-width: 512px) {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 4;
    grid-column-end: 4;
  }
}

main.main-page section.footer-section, main.main-page-collapsed section.footer-section {
    height: 25px;
    padding: 0px 5px 0px 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 3;
    background-color: var(--sectionbackground);
  @media only screen and (min-width: 512px) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 4;
  }
  @media only screen and (min-width: 1280px) {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 5;
  }
}

section.footer-section div a {
    color: var(--textcolor);
    font-weight: 600;
    text-decoration: none;
}


main.main-page section.right-gutter, main.main-page-collapsed section.right-gutter {
    display: none;
    background-color: var(--background);
  @media only screen and (min-width: 1280px) {
    display: flex;
    grid-row-start: 2;
    grid-column-start: 4;
    grid-row-end: 4;
    grid-column-end: 5;
  }
}
/* End Dashboard Styles */

/* Left Nav Styles */

nav.left-nav {
    margin: 0px;
    padding: 70px 0px 0px 0px;
    background-color: var(--background);
}

span.leftnav-icon {
    margin: 10px;
}

span.leftnav-title {

}

ul.leftnav-section, ul.leftnav-subsection  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
}
ul.leftnav-subsection {
  padding: 0px 0px 0px 4px;
}

li.leftnav-sectiontitle {
padding: 16px 0px 4px 8px;
}

li.leftnav-item a, li.leftnav-subitem a, li.leftnav-item-selected a, li.leftnav-subitem-selected a {
    display: block;
    color: var(--textcolor);
    padding: 8px 8px 8px 8px;
    text-decoration: none;
}

li.leftnav-subitem a, li.leftnav-subitem-selected a {
    padding: 8px 8px 8px 8px;
}

li.leftnav-item a {
    font-weight: 400;
    background-color: var(--background);
    color: var(--textcolor);
}

li.leftnav-item-selected a, li.leftnav-item:hover a {
    font-weight: 600;
    background-color: var(--foreground);
    color: #ffffff;
}

li.leftnav-subitem a {
    font-weight: 400;
    background-color: var(--background);
    color: var(--textcolor);
}

li.leftnav-subitem-selected a, li.leftnav-subitem:hover a {
    font-weight: 600;
    background-color: var(--background);
    color: var(--textcolor);
}
/* End Left Nav Styles */

/* Section Panel Styles */

div.section-panel {

    height: 100%;
    border: 1px solid var(--sectionborder);
    background-color: var(--sectionbackground);
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    margin: 4px 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
}

div.section-panel:hover {
    padding: 12px 12px 14px 12px;
    margin: 2px 2px 2px 2px;

}

div.section-heading, div.section-sub-heading {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 1.3em;
    --section-color: var(--foreground);
    color: var(--foreground);
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px 0px;
}


div.section-sub-heading {
    font-weight: 600;
    color: var(--textcolor);
    font-size: 1.2em;
}

div.section-heading > div > a {
    text-decoration: none;
    color: var(--textcolor);
}

div.section-heading > div > a:hover {
    text-decoration: underline;
    color: var(--foreground);
}


div.section-body {
    overflow-x: hidden;
    overflow-y: auto;
}

div.section-body-two-col {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
}

div.section-body-two-col > div {
    width: 100%;
  @media only screen and (min-width: 768px) {
    width: 50%;
  }
}

div.section-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 0.75em;
}

div.section-button, div.section-button-disabled, div.section-button-noborder {
    padding: 5px 10px 0px 10px;
    margin: 0px 5px 5px 5px;
    display: flex;
    justify-context: flex-start;
    align-items: flex-end;
    box-sizing: border-box;
    border: 2px solid;
    border-color: var(--section-color);
    background-color: var(--section-color);
    color: #ffffff;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
}

div.section-button:hover, div.section-button select:hover, div.section-button:hover select {
    background-color: #ffffff;
    color: var(--section-color);
}

div.section-button-disabled {
    color: #ddd;
    border-color: var(--disabled);
}

div.section-button-noborder {
    border-color: #ffffff;
}

div.section-button select {
    background-color: var(--section-color);
    color: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 1em;
}

div.section-heading div.section-button input[type=button] {
    border: 2px solid #0c7ba7;
    color: #0c7ba7;
    font-weight: 600;
        border-radius: 1em;
    background-color: #ffffff;
}

div.section-sub-heading div.section-button input[type=button] {
    border: 2px solid #555555;
    color: var(--textcolor);
    font-weight: 600;
    border-radius: 1em;
    background-color: #ffffff;
}


div.section-button2, div.section-button2-disabled, div.section-button2-noborder {
    padding: 3px 10px 2px 10px;
    margin: 0px 5px 5px 5px;
    display: flex;
    justify-context: flex-start;
    align-items: flex-end;
    box-sizing: border-box;
    border: 1px solid;
    border-color: currentcolor;
    border-radius: 1em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
}

div.section-button2:hover, div.section-button2 select:hover, div.section-button2:hover select {
    background-color: var(--section-color);
    color: #ffffff;
}

div.section-button2-disabled {
    color: #ddd;
    border-color: var(--disabled);
}

div.section-button2-noborder {
    border-color: #ffffff;
}

div.section-button2 select {
    color: currentcolor;
    border: none;
    font-weight: 600;
    font-size: 1em;
}

div.section-button2 select:focus {
    outline: none;
}

div.section-heading div.section-button2 input[type=button] {
    border: 2px solid #0c7ba7;
    color: #0c7ba7;
    font-weight: 600;
        border-radius: 1em;
    background-color: #ffffff;
}

div.section-sub-heading div.section-button2 input[type=button] {
    border: 2px solid #555555;
    color: var(--textcolor);
    font-weight: 600;
    border-radius: 1em;
    background-color: #ffffff;
}


div.section-button3, div.section-button3-disabled {
    padding: 5px 0px 0px 0px;
    margin: 0px 5px 5px 5px;
    display: flex;
    justify-context: flex-start;
    align-items: flex-end;
    box-sizing: border-box;
}

div.section-button3:hover, div.section-button3 select:hover, div.section-button3:hover select {
    font-weight: 800;
}

div.section-button3-disabled {
    color: #ddd;
}

div.section-button3 select {
    color: currentcolor;
    font-weight: 600;
    font-size: 1em;
}

div.section-heading div.section-button3 input[type=button] {
    color: #0c7ba7;
    font-weight: 600;
    background-color: #ffffff;
}

div.section-sub-heading div.section-button3 input[type=button] {
    color: var(--textcolor);
    font-weight: 600;
    background-color: #ffffff;
}



div .section-menu {

}

/* End Section Panel */

/* Table Styles */

.list_table {
    border-spacing: 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
}

.list_table th {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    text-align: left;
    padding: 5px 20px 5px 20px;
}

.list_table tr {
    margin: 10px 0px 10px 0px;
}

tr:hover {
    background-color: var(--panelbackground);
}

tr.list_table_section {
    background-color: var(--panelbackground);
}

.list_table td {
    padding: 8px 20px 8px 20px;
}

.list_table td a {
    text-decoration: none;
    font-weight: bold;
    color: var(--textcolor);
}

/* End Table Styles */

/* Div list Styles */

div.div-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.div-list div.div-list-item {
    width: 200px;
    height: 80px;
    margin: 25px;
    padding: 20px 10px 10px 10px;
    border: 1px solid #555555;
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.25em;
}

div.div-list div.div-list-item:hover {
    background-color: #f0fdff;
}

div.div-list div.div-list-item:active {
    border: 3px solid #555555;
}
/* End div list styles */




/* End Form Styles


/* Conversation List */

div.conversation-list {
    display: block;
    width: 100%;

    overflow-y: auto;
    overflow-x: hidden;
}

div.conversation-list-blurred {
    display: block;
    opacity: 25%;
    width: 100%;

    overflow-y: auto;
    overflow-x: hidden;
}

/* End Conversation List */


/* Pricing Table */

div.subscription-plans {
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

div.subscription-plan {

    width: 300px;
}

div.subscription-plan-box {
    height: 300px;
    border: 1px solid var(--sectionborder);
    background-color: var(--sectionbackground);
    display: block;
    padding: 25px 15px 15px 15px;
    border-radius: 10px;
    margin: 8px 8px 8px 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
}


div.subscription-plan-box:hover {
    padding: 27px 17px 19px 17px;
    margin: 4px 4px 4px 4px;
}


div.subscription-plan-box div.name {
    font-size: 2em;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
}

div.subscription-plan-box div.pricing {
    font-size: 1.5em;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
}

div.subscription-plan-box div.sub_pricing {
    font-size: 1em;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
}

div.subscription-plan-box div input[type="button"] {
    width: 80%;
    margin: 20px 0px 0px 0px;
    padding: 10px;
    font-size: 1.25em;
    font-weight: 400;
    border-radius: 0.2em;
    background-color: #0c7ba7;
    border: 1px solid #0c7ba7;
    color: #FFFFFF;
    visibility: hidden;
}
div.subscription-plan-box div.description {
    font-size: 1em;
    font-weight: 300;
    padding: 10px 0px 10px 0px;
    height: 3em;
}

div.subscription-plan-box label.annual-select {
    color: #0c7ba7;
    font-weight: 600;
}
div.subscription-plan-box:hover label.annual-select {
    color: #0c7ba7;
}

div.subscription-plan-box label.annual-select input[type="checkbox"] {
    padding: 5px;
    border: 5px solid #0c7ba7;
}

div.subscription-plan-box:hover {
    background-color: #f0f0f0;
}

div.subscription-plan-box:hover div input[type="button"] {
    visibility: visible;
}

div.subscription-plan-features {
    padding: 10px;
    background-color: #ffffff;
}

div.subscription-plan-features-expand-collapse {
    font-size: 0.8em;
    font-weight: 600;
}

div.subscription-plan-feature-item {
    font-size: 0.8em;
    padding: 5px;
}

div.subscription-plan-feature-name {
    font-weight: 500;
    color: #0c7ba7;
}
div.subscription-plan-feature-value {
    font-weight: 600;
    min-height: 2.5em;
    padding: 0px 0px 0px 5px;
}

div.subscribe-panel {
    display: flex;
    flex-direction: row;
}

div.subscribe-panel-plan {
    display: none;
  @media only screen and (min-width: 768px) {
    display: block;
    flex-basis: 300px;
  }
}
/* End Pricing Table */

/* Workflow */

svg.workflow {
  background: white;
  background-image: radial-gradient(black 1px, transparent 0);
  background-size: 40px 40px;
  background-position: -19px -19px;
}

svg.workflow g rect.step {
    fill:#ffffff;
    stroke:#0c7ba7;
    stroke-width:2;
    opacity:1.0;
}
svg.workflow g:hover rect.step {
    fill:#f0fdff;
}
svg.workflow g:active rect.step {
    stroke-width:10;
}

svg.workflow text.step-text {
    fill: #0c7ba7;
    font-family: Inter;
    font-size:1.5em;
    font-weight: 600;
}
svg.workflow text.step-type-text {
    fill: var(--textcolor);
    font-family: Inter;
    font-size:1em;
    font-weight: 600;
}

svg.workflow g .step-control-point {
  visibility: hidden;
}
svg.workflow g:hover .step-control-point {
  visibility: visible;
}
svg.workflow g:hover rect.step-control-point {
  visibility: hidden;
}
svg.workflow g.step-control-point rect.step-control-point-menu {
    visibility: hidden;
}

svg.workflow g.step-control-point:active {
    fill: red;
}

svg.workflow g.step-control-point:active rect.step-control-point-menu {
    visibility: visible;
}

svg.workflow g.step-control-menu {
visibility: hidden;
}



div.step-context-menu {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 1px solid #555555;
    background-color: #ffffff;

    visibility: hidden;

  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  border-radius: 5px;
  margin: 0px 0px 0px 10px;
  transform-origin: top right;
  padding: 0px 0px 0px 10px;




}

div.step-context-menu > ul {
    list-style-type: none;
    font-weight: bold;
    padding: 5px;
}

div.step-context-menu > ul > li  {
    list-style-type: none;
}

div.step-context-menu > ul > li > ul {
    list-style-type: none;
    font-weight: normal;
    padding: 5px 5px 5px 10px;
}

div.step-context-menu > ul > li > ul > li {
    list-style-type: none;
    padding: 5px 0px 5px 0px;
}

div.step-context-menu > ul > li > ul > li > a {
    text-decoration: none;
}
div.step-context-menu > ul > li > ul > li:hover {
    background-color: #dddddd;
}

svg.workflow marker.arrow {
    fill: #555555;
}

svg.workflow line.connector {
    stroke-width: 2px;
    stroke: #555555;
}

div.designer-step {
    --foreground: #0c7ba7;
    --background: #f0fdff;
    --sectionborder: #f0f0f0;
}

/* End Workflow */

/* Conversation */

div.conversation-list {
    display: flex;
    flex-direction: column;
}

div.conversation-step-list {
    width: 100%;
}

div.case-summary {
    border-radius: 10px;
    margin: 10px 10px 10px 0px;
    padding: 10px;
    display: block;
    border: 2px solid var(--foregroundcomplement);
    border-left: 10px solid var(--foregroundcomplement);
    background-color: #ffffff;
}

div.conversation-summary > div.readonly-form-field > span.title, div.conversation-summary > div.readonly-form-threecol > div.readonly-form > div.readonly-form-field > span.title {
    color: var(--foreground);
}

div.case-summary > div.readonly-form-field > span.title, div.case-summary > div.readonly-form-threecol > div.readonly-form > div.readonly-form-field > span.title {
    color: var(--foregroundcomplement);
}
div.step-summary > div.readonly-form-field > span.title, div.step-summary > div.readonly-form-threecol > div.readonly-form > div.readonly-form-field > span.title, {
    color: var(--foreground);
}

div.conversation-summary {
    border-radius: 10px;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    display: block;
    border: 2px solid var(--foreground);
    border-left: 10px solid var(--foreground);
    background-color: #ffffff
}

div.conversation-list > div.conversation-summary {
    margin: 10px 20px 10px 20px;
}

div.conversation-list > div.case-summary > div.conversation-summary {
    margin: 10px 0px 10px 0px;
}

div.step-summary-collapsed > div.readonly-form {
    display: none;
}

div.step-summary, div.step-summary-collapsed {
    border-radius: 10px;
    margin: 10px 10px 10px 30px;
    padding: 10px;
    display: block;

    border: 3px solid var(--foregroundgray);
    border-left: 10px solid var(--foregroundgray);
    background-color: #ffffff
}

div.conversation-header {
    display: grid;
    grid-template-columns: 35px 1fr 1fr 1fr 1fr;
    font-size: 800;
    color: var(--foreground);
}
div.step-header {
    display: grid;
    grid-template-columns: 35px 1fr 1fr 1fr 1fr;
}
div.conversation-header-collapsed {
    display: grid;
    grid-template-columns: 35px 1fr 1fr 1fr;
    font-size: 800;
    color: var(--foreground);
}

div.conversation-summary:hover {
    background-color: var(--panelbackground);
}

div.case-header {
    display: grid;
    align-items: center;
    grid-template-columns: 35px 1fr 1fr 1fr;
    font-size: 800;
    color: var(--foregroundcomplement);
    --section-color: var(--foregroundcomplement);
}


div.conversation-header > div.conversation-icon, div.step-header > div.step-icon, div.case-header > div.case-icon {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
}

div.conversation-header > div.conversation-name, div.step-header > div.step-name, div.case-header > div.case-name {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
    font-weight: 600;
}
div.conversation-header > div.conversation-status {
    grid-row-start: 1;
    grid-column-start: 3;
    grid-row-end: 2;
    grid-column-end: 4;
}

span.conversation-status-completed {
    color: #227722;
    font-size: 800;
}

div.conversation-header > div.conversation-updated, div.step-header > div.step-updated, div.case-header > div.case-updated {
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: 2;
    grid-column-end: 5;
}

div.conversation-details {
    margin: 10px 23px 10px 23px;
}
div.new-conversation-form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}





/* End Conversation */