  /* @font-face {
    font-family: "SourceSansPro-Light";
    src: url("../fonts/SourceSansPro/SourceSansPro-Light.ttf"),
      url("../fonts/SourceSansPro/SourceSansPro-Light.ttf");
  }
  
  @font-face {
    font-family: "Lato";
    font-weight: 300;
    src: url("../fonts/Lato/Lato-Light.ttf"), url("../fonts/Lato/Lato-Light.ttf");
  }
  
  @font-face {
    font-family: "Lato";
    font-weight: 400;
    src: url("../fonts/Lato/Lato-Regular.ttf"),
      url("../fonts/Lato/Lato-Regular.ttf");
  }
  
  @font-face {
    font-family: "Lato";
    font-weight: 700;
    src: url("../fonts/Lato/Lato-Bold.ttf"), url("../fonts/Lato/Lato-Bold.ttf");
    font-display: swap;
  }
  
  @font-face {
    font-family: "Lato";
    font-weight: 900;
    src: url("../fonts/Lato/Lato-Black.ttf"), url("../fonts/Lato/Lato-Black.ttf");
  } */
  
  body {
    /*font-family: 'Catamaran-Light', sans-serif;*/
    font-family: "Lato", sans-serif !important;
    /* color: #333; */
    width: 100%;
    height: 100%;
    position: fixed;
    background: #F4F7FC;
    /*background-color: #e2e2e2;*/
  }

  body > li.sugg-text{
    max-width: 40% !important;
  }
  
  textarea {
    resize: none;
  }
  
  /* Testing windows CSS*/
  
  a {
    cursor: pointer;
  }
  
  .chat-area-wrapper {
    width: 100%;
    height: calc(100% - 50px);
    display: block;
    position: relative;
    float: left;
    overflow-y: auto;
  }
  
  .chat-area {
    display: block;
    position: relative;
    padding: 10px;
    height: calc(100% - 124px);
    padding: 10px !important;
    overflow-y: auto;
    padding-bottom: 44px;
  }
  
  #chat-area::-webkit-scrollbar {
    display: none;
  }
  
  .white-bg {
    background-color: #fff;
  }
  
  .messenger-header,
  .training-header {
    width: 100%;
    background: #383e4b;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    border-bottom: 0;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
  }
  
  .messenger-header {
    cursor: pointer;
  }
  
  .messenger-header > .header-icon-lg {
    width: 50px;
    height: 50px;
    padding: 10px;
    margin-top: 0;
    position: relative;
    display: inline-block;
  }
  
  .messenger-header > div > a > img,
  .training-header > div > a > img {
    width: 32px;
    padding: 18px 10px 0 10px;
    display: inline-block;
    margin-right: 0;
  }
  
  .window-minimize {
    cursor: pointer;
  }
  
  .messenger-header .window-minimize .image {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    padding: 18px 10px 14px 10px;
  }
  
  .bot-message,
  .user-message {
    padding: 0 !important;
    margin-bottom: 6px;
  }
  
  .bot-message-wrapper {
      display: flex;
      flex-direction: column;
  }
  
  .bot-message-wrapper:hover .bot-message {
    /* background: #e2e2e2; */
    cursor: pointer;
  }
  
  .bot-message:hover {
    /* background: #e2e2e2; */
    cursor: pointer;
  }
  
  .text-input-wrapper {
    display: flex;
    float: left;
    border-top: 1px solid #ccc;
    background-color: #383e4b;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    height: 58px;
    padding: 5px !important;
    margin-top: 12px;
  }
  
  .text-input-box {
    font-size: 14px;
    color: #ccc;
    border: 0;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
  }
  
  .text-input-box:focus {
    border: 0;
    outline: none;
    color: #000;
    font-weight: normal;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .text-card-wrapper {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    /* margin-left: 36px; */
    margin-right: 30px;
    margin-left: 25px;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  
  .text-card-set {
    left: 0;
    position: relative;
    display: flex;
    transition: 500ms ease-out;
  }
  
  .text-card-set::-webkit-scrollbar {
    display: none;
  }
  
  /*.text-card-set {
    overflow: -moz-scrollbars-none;
  }*/
  
  .hide-card-overflow {
    width: 100%;
    float: left;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
  }
  
  .hide-card-overflow::-webkit-scrollbar {
    display: none;
  }
  
  /*.hide-card-overflow {
    overflow: -moz-scrollbars-none;
  }*/
  
  .forward-wrapper {
    top: 0;
    right: 0;
    float: right;
    position: absolute;
    height: 100%;
    display: flex;
    z-index: 8;
  }
  
  .forward-wrapper:hover {
    cursor: pointer;
  }
  
  .forward {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
  
  .forward-icon,
  .previous-icon {
    width: 30px;
    height: 34px;
    margin-top: 6px;
    color: #000;
    background-color: #fff;
    padding: 8px;
    /* background: #179F96; */
    /* transform: rotate(180deg); */
  }
  
  /* .forward-icon {
    transform: rotate(0deg);
  } */

  .previous-wrapper {
    top: 0;
    left: 0;
    /* left: 8px; */
    float: left;
    position: absolute;
    height: 100%;
    display: flex;
    z-index: 8;
  }
  
  .previous-wrapper:hover {
    cursor: pointer;
  }
  
  .previous {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
  
  .suggestions-tesing {
    display: flex;
  }
  
  .suggestion-message {
    position: relative;
    margin-right: 4px;
    white-space: nowrap;
  }
  
  .suggestions-tesing .suggestion-message > a {
    color: #fff !important; /* FIXED V3-843 */
    cursor: pointer;
    vertical-align: middle;
    font-size: 14px;
    background-color: #1b75bb;
    border-radius: 6px;
    padding: 6px 10px 6px 10px;
    white-space: nowrap;
    display: inline-block;
  }
  
  .suggestions-tesing .suggestion-message > a:hover {
    background-color: #231f20;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .like-wrapper {
    display: flex;
    float: left;
    margin-right: 6px;
    background-color: #004a8f;
    border-radius: 4px;
  }
  
  .dislike-wrapper {
    display: flex;
    float: left;
    margin-right: 6px;
    background-color: #e83d4a;
    border-radius: 4px;
  }
  
  .like-icon,
  .dislike-icon {
    width: 32px;
    height: 32px;
    display: block;
    padding: 4px;
    float: right;
  }
  
  .testing-popup {
    min-width: 360px;
    max-height: 660px;
    height: calc(100% - 20%);
    position: fixed !important;
    background: #fff;
    z-index: 99;
    right: 1rem;
    bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    transition: all 500ms ease-in-out;
  }

  .newtesting-popup{
    height: 100%;
    background: #fff;
    z-index: 99;
    border-radius: 4px;
    overflow: hidden;
    transition: all 500ms ease-in-out;
  }

  .newtesting-popup >  header{
    /* background: #302F6D; */
  }

  .chat-session-title{
    font-style: normal;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 26px;
    color: #FFFFFF;
  }

  .configure-ui{
    display: inline-flex;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
  }
  
  /*
    Define the animation for every vendor prefix
  */
  
  @-webkit-keyframes loading_dots {
    0% {
      background: transparent;
    }
    50% {
      background: #fff;
    }
    100% {
      background: transparent;
    }
  }
  
  @-moz-keyframes loading_dots {
    0% {
      background: transparent;
    }
    50% {
      background: #fff;
    }
    100% {
      background: transparent;
    }
  }
  
  @-ms-keyframes loading_dots {
    0% {
      background: transparent;
    }
    50% {
      background: #fff;
    }
    100% {
      background: transparent;
    }
  }
  
  @keyframes loading_dots {
    0% {
      background: transparent;
    }
    50% {
      background: #fff;
    }
    100% {
      background: transparent;
    }
  }
  
  /* Testing window end*/
  
  #root {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .container-fluid,
  .wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .intent-list-div::-webkit-scrollbar {
    width: 4px; /* scroll width */
    position: relative;
  }

  .list-wrapper {
    display: grid;
    flex-wrap: wrap;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(20.5rem, 1fr));
  }

  .list-wrapper::-webkit-scrollbar {
    width: 4px; /* scroll width */
    position: relative;
  }
  
  /* ::-webkit-scrollbar {
      width: 6px;
      position: relative;
  }
  
  ::-webkit-scrollbar-track {
      padding-right: 3px;
      background-color: #e6e6e6;
  }
  
  ::-webkit-scrollbar-thumb {
      padding-right: 3px;
      border-radius: 10px;
      background-color: #b3b3b3;
  } */
  
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .container-fluid {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
  }
  
  a {
    cursor: pointer;
  }
  
  input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
  }
  
  li {
    text-decoration: none;
    list-style: none;
  }
  
  a {
    color: #2b313f!important;
  }
  
  a:hover {
    color: #2b313f;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  a:focus {
    box-shadow: none;
    outline: none;
  }
  
  .wrapper {
    position: relative;
    display: block;
  }
  
  .navbar {
    border-radius: 0;
    border: 0;
    height: 100%;
  }
  
  .settings-icon > a > .icon {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
  }
  
  .new-agent > a {
    overflow: hidden;
    width: 100%;
    padding: 12px 10px;
    cursor: pointer;
    height: 50px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
  }
  
  .new-agent {
    width: 100%;
    display: block;
    background-color: #1b75bb;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /*border-top: 1px solid #fff;*/
  }
  
  .new-agent > a:hover {
    background-color: #22262e;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .agent-list {
    width: 100%;
    display: block;
    background-color: #efefef;
    margin-bottom: 0;
    max-height: 150px;
    overflow-y: auto;
  }
  
  .agent-list-item > a {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    height: 42px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    text-decoration: none;
  }
  
  .agent-list-item > a:hover {
    background-color: #22262e;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .agent-list-item > a:hover span {
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .agent-list-item > a:hover i {
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .agent-list-item > a:focus {
    background-color: #231f20;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .agent-list-item > a > span {
    font-weight: 400;
    font-size: 14px;
    width: auto;
    margin-right: auto;
    margin-left: 12px;
  }
  
  .agent-list-item > a > i {
    padding: 5px 5px;
  }
  
  .dropdown-icon {
    position: relative;
    display: block;
    padding: 2px 0 2px 10px;
  }
  
  .dropdown-icon > img {
    width: 11px;
    height: 11px;
    color: #b7bbc4;
    position: relative;
    display: inline-block;
    font-size: 12px;
  }
  
  .menu-link > .menuicon {
    width: 22px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin: 10px;
  }
  
  .synonym-block > .header-icon-lg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    display: inline-block;
  }
  
  .menu-link > span {
    padding: 1px 0;
    height: 25px;
    color: #fff;
    font-size: 16px;
    margin-left: 4px;
    font-weight: 400;
    width: auto;
    margin-right: auto;
  }
  
  .close-white {
    width: 34px;
    height: 34px;
    position: relative;
    display: block;
    padding: 12px;
  }
  
  .navigation-menu > a > li:hover {
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    background-color: #22262e;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  header > h1 {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: 50px;
    padding: 12px 0;
    position: relative;
    vertical-align: middle;
  }
  
  .button:hover {
    background-color: #808080;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .snackbar-buttons {
    display: flex;
  }
  
  .snackbar-buttons > .button {
    font-family: "Montserrat-Medium", sans-serif;
    min-width: 100px;
    letter-spacing: 0.01em;
    display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: flex;
  
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      -o-flex-direction: row;
      flex-direction: row;
  
    min-height: 38px;
    color: #1b75bb;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    white-space: nowrap;
    font-weight: 500;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    overflow: hidden;
    font-size: 16px;
    margin-right: 8px;
    background: #fff;
    border: 0;
    border-radius: 3px;
    padding: 6px 12px;
  }
  
  .work-area {
    padding-top: 51px;
    padding-bottom: 38px;
    position: relative;
    width: 100%;
    height: inherit;
    background-color: #fff;
    border-right: 1px solid #b3b3b3;
    /*box-shadow:0 0 4px #999999;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;*/
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .search-form {
    height: 30px;
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 8px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #333;
    background-color: transparent;
  }
  
  .search-form::-webkit-input-placeholder {
    color: #000;
  }
  
  .search-form:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
  }
  
  .search-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
  }
  
  .search-form:-ms-input-placeholder {
    color: #000;
  }
  
  .search-form:focus {
    box-shadow: none;
  }
   
  .entity-list-wrapper {
    display: block;
    width: 100%;
    /* padding: 0 10px; */
    border-radius: 2px;
    float: left;
  }
  
  .list-group {
    margin: 0;
    border-bottom: 0;
    background: #fff;
  }
  
  .entity-list-group {
    width: 100%;
    margin: 0;
    border-bottom: 0;
    padding: 0;
    display: block;
    float: left;
  }
  
  .trigger-list-group {
    width: 100%;
    margin-bottom: 3px;
    padding: 0;
    float: left;
    background: white;
    border-radius: 4px;
  }
  
  .list-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  .list-box {
    height: auto;
    position: relative;
    display: table;
    border-collapse: separate;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    font-size: 15px;
    padding: 8px 6px 8px 10px;
    font-weight: 100;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
  }
  
  /*.list-wrapper > .list-group > .list-box:nth-child(odd) {
      background: #FFF;
      border-bottom: 1px solid #d0d2d3;
  }
  
  .list-wrapper > .list-group > .list-box:nth-child(even) {
      background: #EFEFEF;
      border-bottom: 1px solid #d0d2d3;
  }*/
  
  .list-box:hover a .entity {
    font-weight: 700;
    color: #1b75bb;
    -webkit-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
  }
  
  .list-box:hover {
    background: #efefef;
    -webkit-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
  }
  
  /*.contexts-wrapper > .section-header{
      width: 100%;
  }
  
  .triggers-wrapper {
      display: block;
      position: relative;
      background-color: #EFEFEF;
      background-color: #fff;
      border-bottom: 1px solid #d0d2d3;
  }
  
  .event-wrapper {
      display: block;
      position: relative;
      background-color: #fff;
      border-bottom: 1px solid #d0d2d3;
  }
  
  .parameter-wrapper {
      display: block;
      position: relative;
      background-color: #EFEFEF;
      background-color: #fff;
      border-bottom: 1px solid #d0d2d3;
  }
  
  .response-wrapper {
      display: block;
      position: relative;
      background-color: #fff;
      border-bottom: 1px solid #d0d2d3;
  }*/
  
  .context-in-list {
    padding: 10px 10px 0 10px;
  }
  
  .context-out-list {
    margin-top: 6px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  
  .intent-parameters-table .context-in-list {
    width: 100%;
    padding: 6px;
    float: right;
    background: #F7F7F7;
  }
  
  .intent-parameters-table .context-in-list .List {
    display: block;
    position: relative;
    float: left;
  }
  
  .context-in-form:focus {
    box-shadow: none;
  }
  
  .context-out-form:focus {
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    outline: 1px;
  }
  
  .context-in-form,
  .context-out-form {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 7px 10px 8px 10px;
    line-height: 18px;
    font-weight: 400;
    margin: 1px;
  }
  
  .input-form {
    height: 38px;
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: none;
    display: flex;
    background-color: #fff !important;
  }
  
  .input-form:focus {
    box-shadow: none;
  }
  
  .trigger-list-wrapper {
    margin-bottom: 10px;
  }
  
  .trigger {
    width: 100%;
    color: #000;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    height: 38px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    border-radius: 0;
  }
  
  .trigger:focus {
    box-shadow: none;
  }
  
  .content-table {
    width: 100%;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #ccc;
    display: table;
    overflow-x: hidden;
  }
  
  .parameter-table {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  
  .intent-parameters-table > thead {
    border-bottom: 1px solid #ccc;
  }
  
  .content-table.intent-parameters-table {
    table-layout: auto;
  }
  
  .content-table th {
    background: #efefef;
    color: #58595b;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 12px;
    height: 38px;
    word-wrap: break-word;
  }
  
  .content-table > thead th {
    padding: 10px !important;
    border-right: 1px solid #ccc;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 12px !important;
  }
  
  /*.content-table.intent-parameters-table th.param-required {
      width: 40px !important;
  }*/
  
  .content-table > tbody td {
    border-right: 1px solid #ccc;
  }
  
  .content-table.intent-parameters-table th .param-actions {
    width: 32px;
  }
  
  .checkbox-container {
    display: flex;
    position: relative;
  }
  
  /* .checkbox {
    width: 20px;
    height: 20px;
    margin: 0;
    display: block;
    position: relative;
    -webkit-appearance: none;
    border-radius: 1em;
    border: 1px solid #333333;
  } */
  
  input[type="checkbox"] {
    display: none;
  }
  
  input[type="checkbox"] + label {
    width: 24px;
    height: 24px;
    margin: 0;
    display: block;
    position: relative;
    -webkit-appearance: none;
    border-radius: 1em;
    border: 1px solid #333333;
    cursor: pointer;
  }
  
  input[type="checkbox"]:checked + label {
    /* background-image: url("../images/ic_checkbox_checked.png"); */
    border: none;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  
  .content-table tbody .checkbox-container {
    padding: 12px 12px;
  }
  
  .content-tabletbody .param-actions {
    padding: 10px 11px;
    float: right;
  }
  
  /*.content-table .rTableCell input {
      padding: 12px 12px;
  }*/
  
  .intent-parameters-table tbody {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  
  .rTableCell input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 12px 9px;
    font-weight: 400;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    border-bottom: 1px solid #ccc;
  }
  
  .rTableCell input:focus {
    box-shadow: none;
    border-bottom: 2px solid #00a0ae;
  }
  
  /*.param-name, .param-datatype, .param-datatype, .param-edit {
      width: 26%;
  }*/
  
  .add-row-wrapper {
    /* width: 100%; */
    padding: 6px;
  }
  
  .add-row-wrapper .btn {
    height: 34px;
    min-width: 100px;
    display: block;
    margin: auto;
    border-radius: 2em;
    padding: 6px 12px;
    outline: none;
    border-color: #00a0ae;
    border: 0;
    background-color: #00a0ae;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  
  .add-row-wrapper .btn:hover {
    background-color: #039453;
    border-color: #039453;
  }
  
  .text-response {
    width: 100%;
    height: 38px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    display: flex;
  }
  
  .text-response-wrapper {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-bottom: 0;
  }
  
  .text-response-wrapper {
    border-radius: 2px;
    overflow: hidden;
  }
  
  .text-response > a {
    opacity: 0;
    padding: 8px 10px;
    width: 42px;
    height: 38px;
    margin: 0;
  }
  
  .text-response:hover a {
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .text-response-list .input-form {
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  /* 
  .trigger-list-input > div > a > img,
  .trigger-list-input > div > img {
    padding: 6px;
    width: 36px;
    height: 36px;
    margin: 0;
    opacity: 0;
  }
  
  .trigger-list-input > div > img {
    padding: 6px;
    width: 36px;
    height: 36px;
    opacity: 0;
  }
  
  .trigger-list-input:hover div > a > img,
  .trigger-list-input:hover > div > img {
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .trigger-list-input:hover > div > img {
    cursor: pointer;
  } */
  
  .param-actions > a {
    display: block;
    margin: 0;
  }
  
  .param-actions > a > img {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 0;
  }
  
  /*.intent-parameters-table .param-actions {
      padding-top: 15px !important;
      padding-bottom: 15px !important;
  }*/
  
  .param-prompts-table {
    display: none;
  }
  
  tbody {
    background-color: #fff;
  }
  
  /* .entity-entry-input:hover {
      background: #EFEFEF;
      -webkit-transition: all 200ms ease-in;
      -ms-transition: all 200ms ease-in;
      -moz-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
  } */
  
  .reference-value {
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  
  .add-synonym {
    width: auto;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333;
    background-color: #efefef;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .add-synonym:focus {
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  }
  
  .reference-value:focus {
    box-shadow: none;
  }
  
  .reference-value {
    width: 100%;
    padding-right: 15px;
    padding: 2px 0;
    padding-left: 0.6em !important;
    width: 15em !important;
  }
  
  .reference-value:focus {
    border: 1px solid #2680EB !important;
  }
  
  .synonyms-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0;
  }
  
  .synonym-block {
    margin-right: 8px;
    margin-bottom: 8px;
    display: block;
    position: relative;
    float: left;
    height: 100%;
  }

  .synonym-blockv3 {
    margin-right: 4px;
    display: block;
    position: relative;
    float: left;
  }
  
  .entity-entry-inputv3 {
    background: #fff;
  }
  
  .entity-delete-btn {
    display: flex;
    align-items: center;
    color: gray;
    font-weight: 500;
    margin-top: -28px;
    float: right;
    cursor: pointer;
  }

  .entity-delete-btn .header-icon-lg {
    margin: 0;
    width: 20px;
    height: 14px;
  }
  
  .synonym-button,
  .synonym-button-disabled {
    background-color: #00a0ae;
    border: 1px solid #00a0ae !important;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    position: relative;
    padding: 0;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border: none;
    overflow: hidden;
  }
  
  .synonym-button-disabled > a {
    color: #fff!important;
    padding-right: 10px;
    padding: 6px 12px;
    float: left;
    word-break: break-all;
  }
  
  .synonym-button-disabled:hover {
    background-color: #00bdcd;
  }
  
  .synonym-button-disabled > img {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    padding: 12px;
    opacity: 0;
  }
  
  .synonym-button-disabled:hover img {
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .synonym-button {
    background-color: #fff;
    border: 1px solid #039453;
    color: #333;
  }
  
  .synonym-button > input {
    border: 0;
    outline: none;
    padding: 6px 12px;
  }
  
  .synonym-button > input :focus {
    outline: none;
  }
  
  .synonym-button > img {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    padding: 10px;
  }
  
  .synonym-button:hover img {
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .entity-entry-input {
    text-align: left;
    border-collapse: separate;
    border: none;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    background: #fff;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ccc;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    border-radius: 4px;
    margin-top: 3px;
  }

  /*.entity-entry-input:hover {
      -moz-box-shadow:0 0 6px #b3b3b3;
      -webkit-box-shadow:0 0 6px #b3b3b3;
      box-shadow:0 0 6px #b3b3b3;
      z-index: 9;
  }*/
  
  .entity-entry-input:hover .entity-entry > .input-wrapper > .reference-value {
    /*border-bottom: 1px solid #ccc;
      font-size: 18px;*/
    background: transparent;
    font-weight: 700;
    color: #1b75bb;
    cursor: text;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .trigger-list-input {
    text-align: left;
    display: block;
    border-collapse: separate;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    /* height: 37px; */
    display: flex;
    flex-direction: column;
  }
  
  .trigger-list-input:hover a {
    display: block;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .context-box {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 7px 34px 8px 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    margin: 1px;
    background-color: #609fd0;
  }
  
  .context-box:hover {
    background-color: #c38d3b;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .context-in-wrapper,
  .context-out-wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: 7px; /* context popup top margin */
  }
  
  .context-box > button {
    position: absolute;
    top: 4px;
    right: 10px;
    opacity: 0;
  }
  
  .context-box:hover button {
    opacity: 1;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
  }
  
  .context-box-label {
    /* min-width: auto;  SN-499 */
    padding: 8px 5px 8px 10px;/* context popup top margin */
    /* float: left;
    word-break: break-all;
    display: table;
    table-layout: fixed; */
    line-height: 16px; /* SN-915 */
  }
  
  .text-response-input {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 1.42857143;
    height: 2.5rem;
    border: none;
    border-bottom: 1px solid #A6ADB6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
  }
  
  .context-box > button {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    top: 0;
    right: 0;
  }
  
  .context-box > button:focus {
    outline: 0;
    box-shadow: none;
  }
  
  /*.textcomplete-wrapper{
    position: relative;
  }*/
  
  .entity-entry {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 6px;
    padding-right: 38px;
    float: left;
  }
  
  .entity-entry .input-wrapper {
    display: block;
    position: relative;
    padding: 6px;
    box-shadow: 0;
  }
  
  .list-dashboard {
    border-radius: 0.3em;
    height: 100%;
    /* position: fixed; */
  }
  
  .header {
    top: 0;
    position: fixed;
    /* z-index: 99; */
  }
  
  .page-nav-wrapper {
    position: fixed;
    bottom: 0;
  }
  
  .page-nav {
    display: block;
    position: relative;
    border: 1.1px solid #ccc;
    background-color: #eee;
    font-size: 14px;
    font-weight: 100;
    height: 34px;
    width: 100%;
    border-radius: 4px;
  }
  
  .previous-page-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
  }
  
  .next-page-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
  }
  
  .previous-page img,
  .next-page img {
    width: 32px;
    height: 32px;
    padding: 10px;
    cursor: pointer;
  }
  
  .previous-page img {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
  }
  
  .of-text,
  .total-pages {
    margin-left: 10px;
  }
  
  .goto-page-wrapper {
    display: block;
    position: relative;
    margin: auto;
    padding: 6px 2px;
    left: 50%;
    transform: translateX(-50%);
    float: left;
  }
  
  .goto-page-wrapper li:first-child {
    margin: 0;
  }
  
  .header-name {
    font-size: 22px;
    color: #333333;
    height: 38px;
    line-height: 1.42857143;
    padding: 6px 8px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    margin-left: 6px;
  }
  
  .header-name:focus {
    background-color: #fff;
    opacity: 0.9;
    border-radius: 3px;
    color: #000;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .button > p {
    max-width: 100%;
    vertical-align: middle;
    float: left;
    margin: 0;
    font-weight: 700;
    padding-left: 10px;
    text-align: center;
    padding: 0;
  }
  
  .button > img {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 6px;
  }
  
  .entity-entry > div > img {
    width: 32px;
    height: 40px;
    padding: 6px 0 6px 10px;
    margin: 0;
  }
  
  .entity-entry > div > img:hover {
    cursor: pointer;
  }
  
  .entity-entry > img {
    width: 36px;
    height: 40px;
    padding: 8px 4px;
    margin: 0;
    display: block;
    position: absolute;
    right: 0;
  }
  
  .entity-entry > img:hover {
    cursor: pointer;
  }
  
  .add-row > img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  
  .add-row {
    position: relative;
    display: block;
  }
  
  .dropdown-arrow {
    padding: 5px;
    width: 22px;
    height: 22px;
  }
  
  .section-header {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #58595b;
    display: block;
    margin-right: auto;
    padding: 10px 10px;
  }
  
  .section-header span {
    display: block;
    position: relative;
    float: left;
    padding-bottom: 4px;
    border-bottom: 2px solid #00a0ae;
  }
  
  .input-form-wrapper {
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
  }
  
  /* .testing-button-wrapper > a {
      position: fixed;
      bottom:0;
      right:0;
      width: 40px;
      height: 40px;
      border-top-left-radius: 100px;
      background-color: #1b75bb;
      padding: 8px 2px 10px 10px;
      box-shadow:0 0 20px #999999;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1);
      z-index: 999;
  } */
  
  .text-response-header {
    background-color: #eee;
    border-bottom: 1.2px solid #ccc;
    width: 100%;
    height: 38px;
    padding: 8px 10px 8px 10px;
  }
  
  .text-response-header > h1 {
    font-size: 16px;
    font-weight: 700;
    color: #58595b;
    margin: 0;
    float: left;
  }
  
  /* .load-response-wrapper {
      padding: 10px 10px 10px 10px;
  } */
  
  .text-response-input {
    height: 2.5rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: flex;
    padding: 8px 12px;
  }
  
  .text-response-input:focus {
    box-shadow: none;
  }
  
  .form-control[disabled] {
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  
  label {
    margin: 0;
  }
  
  .list-box .fa-circle-o {
    font-size: 8px;
    height: 22px;
    padding: 6px 0;
  }
  
  .list-box span {
    font-size: 14px;
    padding-left: 6px;
    display: block;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .list-box img {
    width: 10px;
    height: 10px;
    margin: 5px 0;
    margin-left: 4px;
    float: right;
  }
  
  .list-box > a {
    width: 100%;
    display: flex;
  }
  
  .product-logo {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
  }
  
  .product-logo > a > span {
    padding: 0;
    line-height: 36px;
    font-size: 22px;
    font-family: "SourceSansPro-Light", "sans-serif";
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
  }
  
  .product-logo:focus {
    text-decoration: none;
  }
  
  .synonyms-wrapper {
    height: auto;
    display: inline-block;
    position: relative;
    padding: 11px;
    -webkit-animation: synonym-wrapper-animate 200ms;
    animation: synonym-wrapper-animate 200ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
  }
  
  .content-table .rTableRow {
    /* width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;*/
    /* display: block; */
    /* float: left; 
    margin-top: 3px;
    background-color: #fff; */
  }
  .param-table-row {
    width: 100%;
    border-radius: 4px;
    display: block;
    float: left;
    background-color: #fff;
  }
  
  .param-table-row:active {
    border: 1px solid #ccc !important;
    /* background-color: white;
    z-index: 9999;
    width: 100%;
    height: 100%; */
  }
  
  .param-table-row:focus {
    border: 1px solid #ccc !important;
  }
  
  .account-nav {
    width: 100%;
    background: #f1f1f2;
  }
  
  .account-nav > ul > a > li {
    display: inline-flex;
    height: 100%;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    width: 50%;
    justify-content: center;
    width: 33.33%;  
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .account-nav > ul > a:hover li {
    background-color: #d0d2d3;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .account-nav > ul > a:focus li {
    background-color: #d0d2d3;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  
  .loader-account-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -44px;
    margin-left: -5px;
    display: none;
    top:0;
    margin: initial;
    margin-top: -5px;
    height: calc(100% + 9px);
  }
  
  
  
  .loader {
    display: flex;
    /* margin-right: 8px; */
  }
  
  .loader > img {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 10px 10px;
    /*-webkit-animation:spin 3s ease-in-out infinite;
      -moz-animation:spin 3s ease-in-out infinite;
      animation:spin 3s ease-in-out infinite;*/
  }
  
  /*@-moz-keyframes spin { 
      100% { 
          -moz-transform: rotate(1080deg); 
      }
  }
  
  @-webkit-keyframes spin { 
      100% { 
          -webkit-transform: rotate(1080deg); 
      }
  }
  
  @keyframes spin { 
      100% { 
          -webkit-transform: rotate(1080deg);
          transform:rotate(1080deg);
      }
  }*/
  
  /* The snackbar - position it at the bottom and in the middle of the screen */
  
  .snackbar-wrapper {
    /*width: 100%;
      height: 100%;*/
    position: relative;
    z-index: 999999999999999; /* Add a z-index if needed */
    background: rgba(0, 0, 0, 0.5);
  }
  
  .snackbar {
    /*display: none;  Hidden by default. Visible on click */
    max-width: 800px; /* Set a default minimum width */
    display: flex;
    margin: auto; /* Divide value of min-width by 2 */
    background-color: #1b75bb; /* Black background color */
    color: #fff; /* White text color */
    /*text-align: center;  Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 6px 12px; /* Padding */
    position: fixed; /* Sit on top of the screen */
  
    left: 0; /* Center the snackbar */
    right: 0;
    top: 0; /* 30px from the bottom */
    box-shadow: 0 1px 50px #333333;
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  
  .snackbar > p {
    display: flex;
    vertical-align: middle;
    float: left;
    font-size: 16px;
    margin-right: auto;
    margin-bottom: 0;
    padding: 9px 0;
    padding-right: 9px;
    line-break: anywhere; /* SN-945 */
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  /* The snackbar - END */
  
  .margin-none {
    margin: 0;
  }
  
  .details-section {
    overflow-y: hidden;/* will introduce double scroll in user rights page, if height of userrights window is chnaged className="hybrid-div dashboard-wrapper"*/
    padding: 1em;/* SN-657 */
  }
  
  .detail-items {
    width: 100%;
    margin-bottom: 12px;
    float: left;
  }
  
  .detail-items > label {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }
  
  .detail-items > p {
    margin: 0;
  }
  
  .training-status {
    margin-bottom: 10px;
  }
  
  .bot-description {
    width: 100%;
    height: 82px;
    display: block;
    padding: 8px;
    position: relative;
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #ccc;
  }
  
  .bot-description:focus {
    box-shadow: none;
    outline: none;
  }
  
  .refresh-icon {
    width: 25px;
  }
  
  .settings-icon {
    margin-left: 8px;
  }
  
  .sessions-header > .header-items {
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .sessions-header > .header-items > label {
    margin-right: 5px;
  }
  
  .sessions-list-wrapper,
  .entity-param-table {
    table-layout: fixed;
  }
  .sessions-list-wrapper > .no-data-available {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
  }
  
  .entity-param-table {
    border-radius: 2px;
    padding: 0 10px;
    border-bottom: 1px solid #B7B7B7;
    padding: 0 !important;
  }
  
  .entity-param-header {
    background-color: #e6e7e8;
  }
  
  .sessions-list-wrapper > .sessions-header th {
    padding: 6px 0 6px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .entity-param-table > .entity-param-header th {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .sessions-list-wrapper > .sessions-data td {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }
  .sessions-list-wrapper > .sessions-data .no-data-available {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
  }
  
  .entity-param-data > .entity-param > td {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
  }
  
  .sessions-list-wrapper > .sessions-data .fa-circle-o {
    font-size: 10px;
    padding: 4px 0;
    padding-right: 6px;
  }
  
  .sessions:hover {
    background: #efefef;
  }
  
  .sessions-details-wrapper {
    display: block;
    position: relative;
    padding: 0;
  }
  
  .sessions-detail {
    padding: 0;
    border-bottom: 1px solid #d0d2d3;
  }
  
  /* .sessions-header th:first-child {
      width: 35%;
  } */
  
  /*.sessions-detail:nth-child(even) {
      background: #EFEFEF;
  }
  
  .sessions-detail:nth-child(odd) {
      background: #FFF;
  }
  
  .sessions:nth-child(odd) {
      background: #FFF;
  }
  
  .sessions:nth-child(even) {
      background: #EFEFEF;
  }*/
  
  .sessions > td > div {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .entity-param > td > div {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .details-form {
    height: 38px;
    width: 100%;
    position: relative;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: none;
  }
  
  .details-form:focus {
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 2px;
  }
  
  .sessions > td > .arrow-icon {
    width: 11px;
    height: 11px;
    margin: 5px 0;
    margin-left: 4px;
    float: right;
    margin-right: 4px;
  }
  
  .entity-dropdown-list {
    width: 100%;
    max-height: 250px;
    position: absolute;
    z-index: 99;
    box-shadow: 0 6px 18px #ccc;
    /* overflow-y: scroll; */
    overflow-y: auto;
  }
  
  .time-stamp {
    font-size: 12px;
    margin-top: 4px;
  }
  
  .bot-message-wrapper .time-stamp {
    padding-left: 10px;
  }
  
  .arrow-right {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #1b75bb;
    position: absolute;
    top: 3px;
  }
  
  /* table to div conversion : start */
  
  .rTable {
    display: table;
    width: 100%;
  }
  
  /* .rTableRow {
    display: table-row;
  } */
  
  .rTableHeading {
    display: table-header-group;
    background-color: rgb(239, 239, 239);
    border-bottom: 1.2px solid #ccc;
    font-weight: 700;
    border: none;
    border-radius: 0;
  }
  
  .rTableHead {
    display: inline-table;
    padding: 10px 10px 10px 10px;
    /*border-right: 1px solid #ccc;*/
  }
  
  .rTableCell {
    display: inline-table;
    /*border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;*/
    /* width: calc((100% - 84px) / 3); */
    height: 32px;
    padding: 0 8px 0 0;
  }
  
  .rTableFoot {
    display: table-footer-group;
    font-weight: 700;
    background-color: #ddd;
  }
  
  .rTableBody {
    display: table-row-group;
  }
  
  .checkbox-table {
    padding: 8px 10px;
    display: inline-table;
    /*border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;*/
    height: 100%;
    float: left;
  }
  
  /* table to div conversion : end */
  .snackbar-block {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  
  .snackbar-notification {
    background-color: #1b75bb;
    width: 100%;
  }
  
  .snackbar-success {
    background-color: #5cb85c;
    width: 100%;
  }
  
  .snackbar-warning {
    background-color: #ec971f;
    width: 100%;
  }
  
  .snackbar-danger {
    background-color: #c9302c;
    width: 100%;
    z-index: 3; /* SN-912 */
  }
  
  .upload-btn {
    margin-left: 6px;
  }
  
  .language {
    display: block;
    width: 180px;
    height: 34px;
    padding: 4px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #eeeeee;
    border: 1.6px solid #00a0ae;
    position: relative;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
  }

  .language-v3 {
    display: block;
    border: 1px solid #dde3e8;
    color: #333;
    border-radius: 4px;
    /* padding: 8.3px; */
    min-width: 224px;
    background-color: white;
    width:100%;
    padding-right: 0.4em;  
  }

  .language-v3-item {
    border: none;
    background: transparent;
    width: 100%;
    padding: 8.3px;
  }
  
  .bot-description {
    font-size: 14px;
    padding: 8px 12px;
    background-color: #efefef;
    border: none;
    border-radius: 4px;
    margin: 0;
    width: 100%;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .bot-description:focus {
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  .padding-none {
    padding: 0;
  }
  
  input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
  }
  
  /* responsive text queries */
  /* Large Devices, Wide Screens */
  
  @media only screen and (max-width: 1600px) {
  }
  
  @media only screen and (max-width: 1300px) {
    .product-logo > img {
      max-width: 38px;
    }
  
    .product-logo > span {
      font-size: 16px;
      padding: 12px 0;
    }
  
    .testing-popup {
      width: 30%;
    }
  
    .sessions-header th:first-child {
      width: 40%;
    }
  }
  
  @media only screen and (max-width: 1200px) {
  }
  
  /* Medium Devices, Desktops */
  @media only screen and (max-width: 992px) {
  }
  
  /* Small Devices, Tablets */
  @media only screen and (max-width: 767px) {
  }
  
  /* Extra Small Devices, Phones */
  @media only screen and (max-width: 480px) {
  }
  
  /* Extra Extra Small Devices, Phones */
  @media only screen and (max-width: 320px) {
  }
  
  #trigger_file_upload,#file_upload {
    /* display: none; */
    visibility: hidden;
    width: 1px;
    position: absolute;
  }
  
/*css for toggle button*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  margin:initial;
}
 
.switch input { 
  opacity: 0;
  /* width: 0;
  height: 0; */
}
 
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
 
.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
 
input:checked + .slider {
  background-color: #2196F3;
}
 
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
 
input:checked + .slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
 
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}
 
.slider.round:before {
  border-radius: 50%;
}

.bot-message a {
  color: #004a8f !important;
  text-decoration: underline;
}

/* .topHeaderContainer {
  display: block !important;
  height: 4em !important;
  padding: 0.6em 2em !important;
} */

/* .primaryListContainer {
  width: 28em;
} */

/* .hybrid-div {
    display: flex !important;
} */

.v3-subHeading {
  color: #10184A !important;
  font-size: 18px !important;
  font-weight: bold !important;
}

.v3-subHeading1 {
  color: #10184A;
  font-size: 18px !important;
  font-weight: bold !important;
}

.v3-Heading {
  color: #10184A !important;
  font-weight: bold !important;
}

.dropDownButtton {
  /* background: #f3f3f3; */
  border: 1px solid gainsboro;
  padding: 11px 15px 11px 15px;
  border-radius: 3px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: gray;
}

.wrap-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdownkeys {
  margin: 0;
  padding: 0;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 1em;
}

.dropdownListItem {
  border-radius: 3px;
}

.anchor {
  color: #4D95E8 !important;
  border: none;
  background: none;
}

.anchor-underline {
  color: #4D95E8 !important;
  text-decoration: underline;
  word-break: break-all;
}

.script {
  background: #F9F9F9;
  border: none;
  padding: 1em;
  font-size: 12px;
  color: #666666;
  margin: 2em auto;
  border: 1px dashed #DFDFDF;
}

.v3-pHeading {
  color: #10184A;
  margin: 14px auto 5px;
  font-weight: 600;
}

.theme-text {
  color: #10184A !important;
}

button[disabled], html input[disabled] { /* SN-20 */
  cursor: not-allowed;
}

.joyride-tooltip__button--secondary {
  color: #4c5aaf !important;
}
.joyride-tooltip__button--primary {
  background-color: #4c5aaf !important;
}
.joyride-tooltip__header {
  border-bottom: 1px solid #4c5aaf !important;
}

.loginHeader {
  margin-bottom: 2px;
  font-weight: 600;
  color: #10184A;
}
.loginSubHeader {
  margin-bottom: 2em;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 1.17em;
  color: #10184A;
}

.entityTitle:focus {
  background: white !important;
  border: 1px solid #808080;  
  border-radius: 3px;
  padding: 2px 5px 5px 9px;
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-right: 33px solid #0294dedb !important;
}

.colorInput {
  border: 1px solid black;
  border-radius: 5px;
  width: 10em;
  height: 34px;
}

input[type="color"] {
	-webkit-appearance: none;
	border: none;
	width: 32px;
  height: 32px;
  padding: 0;
}
input[type="color"]::-webkit-color-swatch-wrapper {
	padding: 0;
}
input[type="color"]::-webkit-color-swatch {
	border: none;
}

.colorInputText {
    position: absolute;
    border: none;
    width: 6em;
    padding: 8px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  border: 1px solid #66afe9;
  box-shadow: unset;
}

.display-inline-flex-heading{
  line-height: 28px;
}

.loader-apiKeys-overlay {
  position: relative;
  z-index: 999;
  background-color: rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  width: calc(100% - 4em);
  height: calc(100% - 4em);
  position: absolute;
  /* padding: 0.5em; */
  visibility: hidden;
}

.loader-apiKey-overlay {
  position: relative;
  z-index: 999;
  background-color: rgba(0,0,0,0.2);
  display: flex;
  visibility: hidden;
  /* visibility: visible; */
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  width: calc(100% + 7.5em);  
  height: 2.4em;
  margin-top: -2.5em;
}

input[type=radio] {
  cursor: pointer;
}

input[type="radio"] + label {
  cursor: pointer;
}

.synonym-block>.input>input:disabled {
  background-color: white !important;
  border: 1px solid #f2f2f2 !important;
  color: rgb(204 204 204) !important;
}

.synonym-block>.input>input:disabled::placeholder {
  color: rgb(204 204 204) !important;
}

/* // SN-502 */
input[type="checkbox"]{ 
  cursor: pointer;
}

.my-snackbar { /* copy on double click */
  background: #383e4b;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0.7;
  position: fixed;
  /* bottom: 2em; */
  top: 1.3em; /* SN-869 */
  z-index: 4;
  transform: translateX(-50%);
  left: 52%;
}

/******** traing accuracy count block *********/
.TrainingAccuracyWrapper {
  background: white;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  /* padding: 4px 0; */
  display: flex;
  align-items: center;
  color: #555;
  margin-right: 1em;
  position: relative;
  /* top: 1px; */
  /* font-size: 12px; */
  height: 2.5rem;
}

.TrainingAccuracyAltUnit {
  padding: 0 21px;
  color: #3D3D3D;
}
.TrainingAccuracyAltUnit:nth-child(2) {
  border-left: 1px solid #BCBCBC;
  /* padding-left: 7px;
  margin-left: 7px; */
}

.TrainingAccuracyCount {
  font-weight: 500;
  font-size: 16px;
}

.b-none{
  border: none !important;
}

.h-50px{
  height: 50px !important;
}

.help-support{
  display: inline-flex;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

.help-support > .support{
  color: #2A77DB;
}

.border-container {
  border: 1px solid gainsboro;
  border-radius: 3px;
  padding: 1em;
  background: white;
  text-align: left;
}

.align-left {
  text-align: left !important;
}
 
.response-box .ui-modal {
  z-index: 150;
}

.ui-modal__content li {
  text-decoration: unset;
  list-style: unset;
}

.ui-modal__content ul {
  padding: revert;
}

.fs-14px{
  font-size: 14px;
}

.h-40px{
  height: 40px !important;
}

.li {
  text-decoration: unset !important;
  list-style: unset !important;
}

.ul {
  margin-top: revert;
  margin-bottom: revert;
}

.topHeaderContainer {
  width: 100% !important;
  /* padding: 1em 2em !important; */
  background: white;
}

.row {
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

/* .listContainer {
  height: calc(100vh - 12em) !important;
} */

.scroll-page {
  height: calc(100vh - 8em) !important;
  padding: 0 !important;
}

.login-box-shadow {
  letter-spacing: 0.1px; /* SN-1257 */
}

.docBrainConfigTable {
  display: grid;
  grid-template-columns: 76% 10% 14%;
  padding: 0.8em 0;
  border-bottom: 1px solid gainsboro;
}

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

.hellodiv[onclick^=selectAlternatives] {
  cursor: pointer !important;
}

*[onclick] {
  cursor: pointer;
}

.bot-message-wrapper ol li { /* added for training page unordered list */
  text-decoration: auto;
  list-style: auto;
}