/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../fonts/ZenKakuGothicAntique-Medium.ttf");
}

.flows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.ivrs-main-container {
  display: none;
  width: 100%;
  padding: 40px 40px 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* create/load projects page */
.ivrs-page-title {
}

.ivrs-page-section {
  width: 90%;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0px 20px 20px;
}

.ivrs-page-section-divider {
  width: 95%;
  height: 1.5px;
  /* margin: 20px 0px 10px 0px; */
  /* background-color: yellow; */
  margin: 20px 0px;
}

.ivrs-create-project-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
}

.ivrs-new-project-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 90%;
  margin-bottom: 40px;
}

.ivrs-new-project-label {
  font-size: 0.85rem;
  font-weight: 600;
  margin-right: 0px;
  margin-bottom: 10px;
  min-width: 100px;
}

.ivrs-new-project-input {
  width: 100%;
  max-width: 225px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0px 20px 0px 0px;
  padding: 8px 12px 2px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  height: 30px;
  border: none;
  border-bottom: 1px solid;
}

.ivrs-new-project-input:focus {
  outline: none;
}

.ivrs-create-project-org-container {
  width: 90%;
}

.ivrs-project-org-list {
  width: 100%;
  margin: 20px 0px 40px 0px;
  border: 1px solid;
  padding: 0px 10px 20px 10px;
}

.ivrs-create-project-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.ivrs-create-project-btn,
.ivrs-import-project-btn {
  cursor: pointer;
  margin: 0px 5px 0px 0px;
}

/* main project list */

.ivrs-main-project-list-buttons-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0px 0px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-main-project-list-top-button {
  margin: 0px 0px 0px 5px;
  cursor: pointer;
}

.ivrs-projects-list-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  margin: 20px 0px 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* .ivrs-projects-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0px;
  width: 100%;
  height: 50px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #4d4d4d50;
}

.ivrs-projects-list-row:hover {
  cursor: pointer;
  font-weight: 700;
}

.ivrs-projects-list-name {
  width: 100%;
  min-width: 120px;
}

.ivrs-projects-list-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.ivrs-projects-list-item-user {
  margin: 0px 20px;
  width: 100%;
  text-align: right;
}

.ivrs-projects-list-item-date {
  margin: 0px 20px;
  width: 290px;
  text-align: right;
}

.ivrs-projects-list-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 12px;
  width: 100%;
}  */

.ivrs-projects-list-action-load {
}

.ivrs-projects-list-load-project-btn {
}

.ivrs-projects-list-item-menu-container {
  padding: 0px;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}

.ivrs-projects-list-item-menu-btn {
}

.ivrs-projects-list-item-menu-btn:hover,
.ivrs-projects-list-item-menu-btn:focus {
}

.ivrs-projects-list-item-menu {
  position: relative;
  display: inline-block;
}

.ivrs-projects-list-item-menu-content {
  display: none;
  position: absolute;
  background-color: #ededed;
  min-width: 110px;
  overflow: auto;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 15px;
  left: -110px;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-projects-list-item-menu-content-item {
  /* color: #4d4d4d; */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.ivrs-projects-list-item-menu-content-item:hover {
  /* background-color: #c01a1e; */
  /* color: #ededed; */
}

.ivrs-projects-action-menu-icon {
  margin-right: 10px;
}

/* 
.ivrs-projects-list-item-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin: 0px 10px;
  min-width: 80px;
  height: 30px;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c01a1e;
  color: #ededed;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-projects-list-item-btn:hover {
  background-color: #ededed;
  color: #c01a1e;
  border: 1px solid #c01a1e;
  cursor: pointer;
} 

ivrs-projects-list-item-label {
  font-size: 0.7rem;
  font-weight: 600;
  margin-left: 10px;
} */

/* load modal */
.ivrs-load-project-list-container {
  width: 95%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  margin: 20px 0px 20px 0px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; */
}

.ivrs-load-project-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0px;
  width: 100%;
  height: 50px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #4d4d4d50;
  border-bottom: 1px solid #4d4d4d50;
}

.ivrs-load-project-row:hover {
  cursor: pointer;
  font-weight: 700;
  color: #c01a1e;
  background-color: #ededed;
}

/* export */
.ivrs-export-options-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin: 40px 0px 20px 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* import */
.ivrs-open-canvas-list-container,
.ivrs-import-project-list-container {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin: 40px 0px 30px 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 132px;
  overflow-y: auto;
}

.ivrs-open-canvas-row,
.ivrs-import-project-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0px;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.ivrs-open-canvas-row:hover,
.ivrs-import-project-row:hover {
  cursor: pointer;
  font-weight: 700;
}

/* flow list */
.ivrs-flow-list-container {
  width: 95%;
  background-color: #ffffff;
  /* border: 1px solid #4d4d4d; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  margin-top: 20px 0px 20px 20px;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-edit-project-modal-content-container {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ivrs-edit-project-modal-rename-project-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 90%;
  margin: 20px 0px;
}

.ivrs-edit-project-modal-rename-project-label {
  font-size: 0.85rem;
  font-weight: 700;
  min-width: 100px;
  padding: 0px 12px 6px 0px;
  /* line-height: 1.5rem; */
}

.ivrs-edit-project-modal-rename-project-input {
  width: 100%;
  max-width: 300px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0px 10px;
  padding: 8px 12px 2px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  height: 30px;
  border: none;
  border-bottom: 1px solid;
  outline: none;
}

/* ivrs flowchart page */
.ivrs-canvas-toolbar-items-right-temp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: right;
}

.ivrs-canvas-toolbar-items-top {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  background-color: #c01a1e;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox 64 */
}

.ivrs-canvas-toolbar-items-top::-webkit-scrollbar {
  display: none;
}

.ivrs-canvas-toolbar-items-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  width: 35px;
}

.ivrs-tabs-dropdown-container {
  display: none;
}

.ivrs-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0px 5px;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ivrs-toolbar-left-arrow-container {
  display: block;
  position: relative;
}

.ivrs-toolbar-left-arrow {
  padding: 8px 5px 0px 5px;
  /* color: #ededed; */
  text-align: center;
  display: none;
  cursor: pointer;
  width: 50px;
  height: 30px;
  float: left;
}

.ivrs-toolbar-left-arrow-fade {
  position: absolute;
  left: 45px;
  top: 0px;
  width: 40px;
  height: 34px;
  z-index: 1;
}

.ivrs-toolbar-right-arrow-container {
  position: relative;
  display: block;
}

.ivrs-toolbar-right-arrow {
  padding: 8px 5px 0px 5px;
  /* color: #ededed; */
  text-align: center;
  display: none;
  cursor: pointer;
  width: 50px;
  height: 30px;
  z-index: 1;
}

.ivrs-toolbar-right-arrow-fade {
  position: absolute;
  right: 45px;
  top: 0px;
  width: 40px;
  height: 34px;
}

.ivrs-tabs {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  scrollbar-width: none;
  display: inline-block;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.ivrs-tabs::-webkit-scrollbar {
  display: none;
}

.ivrs-tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tablinks {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  height: 30px;
  width: 120px;
  margin: 0px 5px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: 0.3s;
  font-size: 0.85rem;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border: 0.25px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.tablinks-selected {
  border: 2.75px solid;
}

.tablinks:hover {
  border: 0.25px solid;
}

.tablinks-link {
  width: 100px;
  /* border-right: 1px solid #ededed; */
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tablinks-link:hover {
}

.tablinks-close {
  width: 20px;
  font: message-box;
  text-decoration: none;
  top: 0;
  right: 0;
  font-size: 12px;
  margin-left: 10px;
  height: 100%;
}

.tablinks-close:hover {
  font-weight: 600;
}

/* Create an active/current tablink class */
.ivrs-tab-active {
  /* background-color: #ededed !important;
  color: #c01a1e !important; */
  font-weight: 600;
}

.ivrs-canvas-tabs-item {
  margin: 0 20px;
  /* color: white; */
}

.ivrs-canvas-toolbar-container {
  width: 100%;
  height: 50px;
  /* background-color: #4d4d4d; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /*  -webkit-box-shadow: 0px 1px 0px 1px #000;
    box-shadow: 0px 1px 0px 1px #000;*/
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ivrs-canvas-top-container {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 50px;
  padding: 0 8px;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  z-index: 5;
}

.ivrs-canvas-toolbar-items-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.ivrs-canvas-toolbar-top-items-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-width: 285px;
  padding: 0px 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-canvas-toolbar-top-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ivrs-canvas-toolbar-items-left-fade-arrow-container-l {
  display: none;
}

.ivrs-canvas-toolbar-items-left-fade-arrow-container-r {
  display: none;
}

.ivrs-project-name-container {
  z-index: 40;
  margin-right: 10px;
}

.ivrs-project-dropdown-btn {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: #ededed;
  margin: 0px 0px 0px 10px;
  padding: 5px 5px 0px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  cursor: pointer;
  outline: none;
}

.ivrs-project-name {
  margin-right: 10px;
  width: 140px;
}

.ivrs-project-dropdown-btn:hover {
  color: #f1f1f1;
}

.ivrs-canvas-dropdown-container,
.ivrs-project-dropdown-container {
  position: absolute;
  top: 110px;
  left: 0;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* background-color: #ededed; */
  /* color: #4d4d4d; */
  min-width: 80px;
  border-radius: 0 0 5px 5px;
  z-index: 20;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.ivrs-canvas-dropdown-item,
.ivrs-project-dropdown-item {
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.85rem;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}

.ivrs-canvas-dropdown-item-icon,
.ivrs-project-dropdown-item-icon {
  margin-right: 10px;
}

.ivrs-canvas-dropdown-item:hover,
.ivrs-project-dropdown-item:hover {
  /* background-color: #c01a1e;
  color: #ededed; */
  cursor: pointer;
}

/* Optional: Style the caret down icon */
.ivrs-project-name-dropdown-icon {
  float: right;
  padding-right: 8px;
  color: #ededed;
}

.ivrs-canvas-toolbar-items-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

.ivrs-canvas-toolbar-items-btn-groups-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* border-right: 1px solid #ededed; */
  height: 80%;
}

.ivrs-canvas-top-toolbar-items-btn-groups-divider {
  height: 40px;
  width: 2px;
  background-color: #990205;
  -webkit-box-shadow: 1px 0.5px 2px 0px #ededed;
  box-shadow: 1px 0.5px 2px 0px #ededed;
}

.ivrs-canvas-toolbar-items-btn-group-title {
  color: #ededed;
  height: 20px;
  font-size: 0.85rem;
}

.ivrs-canvas-toolbar-items-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ivrs-canvas-toolbar-items-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  /* width: 335px; */
  float: right;
}

.ivrs-canvas-toolbar-divider {
  height: 40px;
  margin: 0px 10px;
  width: 2px;
  background-color: #ededed;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-canvas-toolbar-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 35px;
  height: 35px;
  background-color: transparent;
  /* color: #ededed; */
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 0px 10px;
  padding: 10px;
}

.ivrs-canvas-toolbar-btn-container:hover {
  /* background-color: #ededed;
  color: #ee3124; */
  border: none;
  cursor: pointer;
}

.ivrs-canvas-toolbar-btn-icon {
  font-size: 14px;
}

.ivrs-canvas-toolbar-divider {
  height: 40px;
  width: 1px;
  background-color: #ededed;
}

.ivrs-chartflow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ivrs-sidebar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: auto;
  width: 97%;
  height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ivrs-sidebar-container::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.ivrs-sidebar-container {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.ivrs-items-bar-left-arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  opacity: 1;
  cursor: pointer;
  position: relative;
  left: 0px;
  z-index: 99;
  width: 35px;
}

.ivrs-canvas-sidebar-items-fade-left {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 35px;
  top: -10px;
}

.ivrs-items-bar-right-arrow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
  opacity: 1;
  cursor: pointer;
  position: relative;
  right: 0;
  z-index: 99;
  width: 35px;
}

.ivrs-canvas-sidebar-items-fade-right {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 35px;
  top: -10px;
}

.ivrs-items-bar-show {
  opacity: 1;
  cursor: pointer;
}

.ivrs-items-bar-arrow {
  padding: 8px 0px 0px 0px;
  color: #ededed;
  text-align: center;
  display: none;
  cursor: pointer;
  width: 50px;
  height: 30px;
  z-index: 1;
}

.ivrs-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-x: auto;
  -ms-overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox 64 */
  overflow-x: scroll;
  width: 100%;
  /*  overflow-x: scroll;
    overflow-y: hidden;*/
  padding: 0px 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-sidebar::-webkit-scrollbar {
  display: none;
}

.ivrs-sidebar-dropdown-btn {
  height: 44px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.85rem;
  color: #ededed;
  border: none;
  border-bottom: 2px solid #ededed;
  background-color: transparent;
  margin: 0px 10px;
  display: none;
}

.ivrs-sidebar-dropdown-container {
  display: flex;
  flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ivrs-sidebar-item-container {
  width: 125px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin: 0px 2px;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
}

.ivrs-sidebar-item-undropabble {
  width: 100px;
  background-color: transparent;
  color: transparent;
  padding: 8px 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 1000;
}

.ivrs-sidebar-block-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  margin-right: 5px;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* background-color: #a8d992;
  color: #4d4d4d; */
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 1000;
}

.ivrs-sidebar-item-label {
  /* width: 65px; */
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
  line-height: 1rem;
}

.ivrs-sidebar-divider {
  width: 1px;
  height: 35px;
  margin: 0px 2px;
}

.ivrs-canvas-container {
  width: 100vw;
  height: calc(100vh - 170px);
  overflow: hidden;
  background-color: #fff;
}

.ivrs-no-canvas-message {
  width: 100%;
  padding: 250px 80px 0px 0px;
  text-align: center;
}

.ivrs-canvas {
  position: relative;
  overflow: scroll;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  /* background-image: url("../img/canvas.jpg"); */
  background-color: #ededed;
}

.ivrs-props {
  position: absolute;
  width: 320px;
  height: calc(100vh - 190px);
  top: 180px;
  right: -1px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px 1px 3px 1px #4d4d4d;
  box-shadow: -1px 1px 3px 1px #4d4d4d;
  animation: linear;
  -webkit-animation: linear;
  animation-name: props;
  -webkit-animation-name: props;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  overflow: hidden;
  overflow-y: scroll;
}

@keyframes props {
  0% {
    right: -281px;
  }

  100% {
    right: -1px;
  }
}

@-webkit-keyframes props {
  0% {
    right: -281px;
  }

  100% {
    right: -1px;
  }
}

.ivrs-props-loader {
  height: 80px;
  min-height: 80px !important;
}

.ivrs-props-toggle-mobile {
  display: none;
}

.ivrs-props-content {
  width: 100%;
}

.ivrs-props-header {
  width: 100%;
  /* background-color: #c01a1e;
  color: #ededed; */
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.ivrs-props-body {
  width: 100%;
  padding: 0px 20px 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.85rem;
}

.ivrs-props-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-props-add-row-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.ivrs-props-add-row {
  /* width: 100%;
  height: 44px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; */
}

.ivrs-props-add-row-label {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-props-add-row:hover,
.ivrs-props-close-btn:hover {
  /* cursor: pointer; */
}

.ivrs-props-body-items-container {
  width: 100%;
  height: 100%;
}

.ivrs-props-body-item-content {
  position: relative;
  padding: 0px 0px 10px 0px;
}

.ivrs-props-body-item-label {
  padding: 20px 0px 10px 0px;
  font-weight: 600;
}

.ivrs-props-body-item-seperator-label {
  font-weight: 600;
  text-align: center;
  margin: 20px;
}

.ivrs-props-body-item-button-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0;
}

.ivrs-props-body-item-play-delete-button-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px 0;
}

.ivrs-props-body-item-button {
  /* width: 100%;
  height: 44px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; */
}

.ivrs-props-body-item-items-to-post-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.ivrs-props-body-item-items-to-post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ivrs-props-body-item-to-post-item {
}

.ivrs-props-body-item-add-post-textarea {
  width: 100%;
  resize: vertical;
  height: 35px;
  font-family: "Zen Kaku Gothic New";
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 35px;
}

.ivrs-props-body-item-button-label {
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-props-open-canvas-btn {
  margin-top: 20px;
}

.ivrs-props-body-item-fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ivrs-props-body-item-field-container {
  position: relative;
}

.ivrs-props-body-item-field-container-sort-btn {
  position: absolute;
  top: 22px;
  left: -15px;
  cursor: pointer;
  font-size: 1rem;
  z-index: 1;
}

.ivrs-props-body-item-field-container-delete-btn {
  position: absolute;
  top: 13px;
  right: 0;
  cursor: pointer;
  font-size: 1rem;
  z-index: 1;
}

.ivrs-props-body-item-textarea {
  width: 100%;
  resize: vertical;
  height: 60px;
  font-family: "Zen Kaku Gothic New";
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
}

.ivrs-props-body-item-textfield,
.ivrs-props-body-item-calendar {
  width: 100%;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid;
  height: 35px;
  background-color: transparent;
}

.ivrs-props-body-item-text {
  width: 100%;
  padding: 12px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 35px;
  background-color: transparent;
  font-weight: 600;
  font-style: italic;
}

.ivrs-props-body-item-textfield:focus,
.ivrs-props-body-item-calendar:focus {
  outline: none;
  border-bottom: 2px solid;
}

.ivrs-props-body-dropdown-container {
  position: relative;
}

.ivrs-props-body-item-dropdown-btn-content-container {
  position: relative;
  margin: 8px 0;
}

.ivrs-props-body-item-api-dropdown-label {
  margin-top: 20px;
  font-weight: bold;
}

.ivrs-props-body-item-dropdown-btn {
  background-color: transparent;
  border: 1px solid;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 60px;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid;
}

.ivrs-props-body-item-dropdown-btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0d7";
  float: right;
}

.ivrs-props-body-item-dropdown-btn.caret-up::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0d8";
  float: right;
}

.ivrs-props-body-item-dropdown-container {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 145px;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 60px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1500;
}

.ivrs-props-body-item-dropdown-search {
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid;
  /* background-color: #ededed; */
}

.ivrs-props-body-item-dropdown-item-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.ivrs-props-body-item-dropdown-item-section-label {
  padding: 12px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: 700;
}

.ivrs-props-body-item-dropdown-item {
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  width: 100%;
}

.ivrs-props-body-item-dropdown-item:hover {
  cursor: pointer;
}

.ivrs-props-body-item-file-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0px 20px 0px;
}

.ivrs-props-body-item-file {
  display: none;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-props-body-item-file-icon {
  margin-right: 5px;
}

.ivrs-props-body-item-file-btn {
  /* min-width: 120px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer; */
}

.ivrs-props-body-item-file-label {
  margin-left: 10px;
}

.ivrs-props-body-item-upload-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px 0px;
}

.ivrs-props-body-item-file-upload-btn {
  /* width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
  cursor: pointer; */
}

.ivrs-props-body-item-checkbox-container {
}

.ivrs-props-body-item-checkbox-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 0px;
}

.ivrs-props-body-item-checkbox-label {
  margin-left: 10px;
}

.ivrs-props-body-item-checkbox {
}

.ivrs-props-body-item-checkbox-content-container {
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0px;
}

.ivrs-props-body-item-block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid;
}

.ivrs-props-body-item-block-row::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 14px;
  content: "\f0da";
  float: right;
}

.ivrs-props-body-item-block-row:hover {
  cursor: pointer;
}

.ivrs-props-body-item-block-row-icon {
}

.ivrs-props-body-item-block-row-label {
}

.ivrs-props-body-item-dropdowns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Style the dropdown content */
.ivrs-props-body-item-dropdown-content {
  display: none;
  padding: 6px 0px;
  border-top: none;
}

.ivrs-props-body-item-dropdown-content-container {
  width: 100%;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid;
  margin: 10px 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.ivrs-props-body-item-dropdown-content-title-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-props-body-item-dropdown-content-icon {
  margin-right: 10px;
  font-size: 1.2rem;
}

.ivrs-props-body-item-dropdown-content-title {
  font-size: 1.2rem;
}

.ivrs-props-body-item-add-audio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.ivrs-props-header-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0px 20px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.85rem;
}

.ivrs-props-header-breadcrumb-block {
}

.ivrs-props-header-breadcrumb-block:hover {
  cursor: pointer;
}

.ivrs-props-header-breadcrumb-label {
  white-space: nowrap;
  padding: 3px 5px 3px 0px;
}

.ivrs-props-header-breadcrumb-label-link {
}

.ivrs-props-header-breadcrumb-label-link:hover {
  cursor: pointer;
}

.ivrs-props-title {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-props-divider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ivrs-props-divider {
  width: 95%;
  height: 1.5px;
  margin: 20px 0px;
}

.ivrs-props-item-title {
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.ivrs-props-item-input {
  width: 100%;
  padding: 8px 12px;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid;
  height: 35px;
  background-color: transparent;
}

.ivrs-props-item-input:focus {
  outline: none;
  border-bottom: 2px solid;
}

.ivrs-props-item-input::-webkit-input-placeholder {
  font-style: italic;
}

.ivrs-props-item-input::-moz-placeholder {
  font-style: italic;
}

.ivrs-props-item-input:-ms-input-placeholder {
  font-style: italic;
}

.ivrs-props-item-input::-ms-input-placeholder {
  font-style: italic;
}

.ivrs-props-item-input::placeholder {
  font-style: italic;
}

.ivrs-props-btn {
  background-color: #c01a1e;
  color: #ededed;
  width: 120px;
  height: 44px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 20px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-props-body-item-operation-label {
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  border: 1px solid #c01a1e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-props-body-item-operations-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ivrs-props-body-item-textfield-operation-container {
  width: 100%;
  position: relative;
}

.ivrs-props-body-item-operations-container
  .ivrs-props-body-item-dropdown-btn-content-container {
  margin: 0;
  width: 100%;
}

.ivrs-props-body-item-operation-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ivrs-props-body-item-add-operation {
  margin-left: 10px;
}

.ivrs-props-body-item-delete-operation {
  margin-left: 10px;
}

.ivrs-props-body-item-add-operation-icon {
  /* font-size: 0.6rem; */
}

.ivrs-props-body-item-dropdown-item-operation-icon {
  font-size: 0.8rem !important;
  font-weight: normal;
}

.ivrs-props-body-item-operations-sub {
  border-left: 2px solid #c01a1e;
  padding: 0px 0px 0px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0;
}

.ivrs-props-body-item-operation-dropdowns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

#ivrsCtxMenu {
  display: none;
  z-index: 100;
}

.ivrs-context-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0px;
  top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  background-color: #ededed;
  font-size: 0.85rem;
  /* border: 1px solid transparent; */
}

.ivrs-copy-paste-header {
  width: 100%;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #4d4d4d;
  color: #ededed;
  font-weight: 600;
  text-align: center;
}

.ivrs-context-menu-item {
  width: 100%;
  padding: 8px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #fff;
  color: #4d4d4d;
  border: 1px solid;
  border-top: none;
  font-weight: 500;
}

.ivrs-context-menu-item:hover {
  background-color: #c01a1e;
  color: #ededed;
  font-weight: 600;
  cursor: pointer;
}

/*
.ivrs-context-menu:hover {
  background-color: green;
  font-weight: bold;
}

  .ivrs-context-menu:hover > .ivrs-context-menu {
    display: block;
  }
  
  .ivrs-context-menu > .ivrs-context-menu {
    display: none;
    position: relative;
    top: -20px;
    left: 100%;
    width: 55px;
  }*/

.ivrs-context-menu-item[title]:before {
  content: attr(title);
}

.ivrs-context-menu-item:not([title]):before {
  content: "\2630";
}

/* The Modal (background) */
.ivrs-modal-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  padding-left: 30%;
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /*Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
}

.ivrs-modal {
  width: 65%;
  position: absolute;
  top: 45%;
  left: 55%;
  transform: translate(-55%, -45%);
  -ms-transform: translate(-55%, -45%);
  -webkit-transform: translate(-55%, -45%);
  -moz-transform: translate(-55%, -45%);
  -o-transform: translate(-55%, -45%);
}

/* Modal Content */
.ivrs-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px #4d4d4d;
  box-shadow: 1px 1px 5px 0px #4d4d4d;
  width: 50%;
  margin: 20px auto;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4d4d4d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-modal-content-ivrs-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px #4d4d4d;
  box-shadow: 1px 1px 5px 0px #4d4d4d;
  width: 90%;
  margin: 20px auto;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4d4d4d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

#previewExportCanvasModal {
  max-width: 80% !important;
  max-height: 300px !important;
}

#ivrs-preview-canvas-container {
  /* width: 100vw;
  height: 600px !important; */
  /* position: relative; */
}

.ivrs-new-project-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-new-project-btn {
  width: 90%;
  height: 44px;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #c01a1e;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-load-project-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ivrs-modal-new-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px #4d4d4d;
  box-shadow: 1px 1px 5px 0px #4d4d4d;
  width: 40%;
  font-size: 1.2rem;
  font-weight: 700;
  color: #4d4d4d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.ivrs-new-project-modal-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 20px 0px 10px 0px;
}

.ivrs-new-project-modal-label {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  line-height: 1.5rem;
}

.ivrs-new-project-modal-input {
  width: 100%;
  max-width: 300px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0px 10px;
  padding: 8px 12px 2px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  height: 30px;
  border: none;
  border-bottom: 1px solid;
}

.ivrs-rename-project-modal-input-container,
.ivrs-import-project-from-json-modal-input-container,
.ivrs-import-inside-project-modal-input-container,
.ivrs-copy-project-modal-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 20px 0px 10px 0px;
}

.ivrs-rename-project-modal-label,
.ivrs-import-project-from-json-modal-label,
.ivrs-import-inside-project-modal-label,
.ivrs-copy-project-modal-label {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  line-height: 1.5rem;
}

.ivrs-rename-project-input,
.ivrs-import-project-from-json-input,
.ivrs-import-inside-project-input,
.ivrs-copy-project-input {
  width: 100%;
  max-width: 300px;
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0px 10px;
  padding: 8px 12px 2px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  height: 30px;
  border: none;
  border-bottom: 1px solid;
}

.ivrs-rename-project-input:focus,
.ivrs-import-project-from-json-input:focus,
.ivrs-import-inside-project-input:focus,
.ivrs-copy-project-input:focus {
  outline: none;
}

.ivrs-delete-project-modal-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  margin: 20px 0px 10px 0px;
}

.ivrs-delete-project-modal-label {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 10px;
  min-width: 100px;
  line-height: 1.5rem;
}

.ivrs-project-modal-buttons-container {
  width: 100%;
  padding: 10px 0px 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ivrs-export-project-btn {
  margin: 10px 0px;
}

.ivrs-delete-project-modal-btn,
.ivrs-rename-project-modal-btn,
.ivrs-import-project-modal-btn,
.ivrs-import-inside-project-modal-btn,
.ivrs-copy-project-modal-btn,
.ivrs-create-project-modal-btn,
.ivrs-confirm-project-modal-btn,
.ivrs-cancel-project-modal-btn,
.ivrs-edit-project-rename-btn {
  margin: 0px 10px;
  cursor: pointer;
}

.ivrs-delete-project-modal-btn:focus,
.ivrs-rename-project-modal-btn:focus,
.ivrs-import-project-modal-btn:focus,
.ivrs-import-inside-project-modal-btn:focus,
.ivrs-copy-project-modal-btn:focus,
.ivrs-create-project-modal-btn:focus,
.ivrs-confirm-project-modal-btn:focus,
.ivrs-yes-project-modal-btn:focus,
.ivrs-cancel-project-modal-btn:focus,
.ivrs-edit-project-rename-btn:focus {
  outline: none;
}

.ivrs-load-modal-project-list-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 132px;
  overflow-y: auto;
}

.ivrs-load-modal-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.85rem;
  font-weight: 600;
  margin: 0px;
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.ivr-load-project-or {
  padding: 20px 0px;
  font-size: 1rem;
}

.ivrs-browse-project-file-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ivrs-browse-project-file {
  display: none;
}

.ivrs-load-modal-project:hover {
  cursor: pointer;
  font-weight: 700;
}

.ivrs-project-modal-divider {
  width: 95%;
  height: 2px;
  background-color: #4d4d4d;
  opacity: 0.5;
  margin: 10px 0px;
}

/* data source block test result */
.ivr-variable-test-pass-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  font-size: 1rem;
  padding: 5px;
  height: 35px;
}
.ivr-variable-test-fail-row {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  font-size: 1rem;
  padding: 5px;
  height: 35px;
}
.scroll-tip-content {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 10px;
  height: 50px;
}
.scroll-tip-container {
  width: 100%;
  background-color: #4d4d4d50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.scroll-tip-text {
}
.scroll-tip-shift-image-container {
  margin: 0px 5px;
}
.scroll-tip-shift-img {
  height: 30px;
  width: 60px;
}

/* ivr flowchart */
.flow-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 280px;
  min-height: 40px;
  min-width: 200px;
  max-width: 280px;
  background-color: #f9f9f9;
  position: absolute;
  -webkit-box-shadow: 0px 1px 2px 0px #4d4d4d;
  box-shadow: 0px 1px 2px 0px #4d4d4d;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 10000;
}

.flow-block-container-highlight {
  border: 3px solid #4169e1;
  border-radius: 12px;
}

.flow-block-container-highlight-output {
  border-radius: 12px 0px 12px 12px;
}

.flow-block-header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #a8d992;
  color: #4d4d4d;
  font-weight: 700;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.flow-block-header-container:hover {
  cursor: pointer;
}

.flow-block-header-container-disabled {
  background-color: #ef7e75;
}

.flow-block-header-container-invalid {
  background-color: #ee3124;
  color: #ededed;
}

.flow-block-header-container-output {
}

.flow-block-header-icon-label {
  width: 100%;
}

.flow-block-header-label {
  text-align: center;
}

.flow-block-body-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ededed;
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}

.flow-block-header-container-tracing-highlight {
  background-color: green;
  color: #ffffff;
}

.flow-block-header-container-tracing-end-highlight {
  background-color: orange;
  color: #4d4d4d;
}

.flow-block-tracing-tip {
  position: absolute;
  background-color: #4d4d4d;
  color: #ffffff;
  width: auto;
  min-width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 10px;
  z-index: 200000;
  opacity: 0.95;
}

.flow-block-tracing-tip::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #4d4d4d transparent transparent;
}

.flow-block-tracing-tip-text {
  line-height: 30px;
}

.flow-block-tracing-tip-btn-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flow-block-tracing-tip-btn {
  color: #ffffff;
}

.flow-block-body-rows-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-block-body-row-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 44px;
  border-radius: 5px;
  background-color: #fff;
  margin: 5px 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  word-break: break-all;
}

.flow-block-body-row-container-tracing-highlight {
  background-color: #defcde;
}

.flow-block-body-row-container-highlight {
  border: 1px solid #ef7e75;
}

.flow-block-body-row-container-invalid {
  background-color: rgb(238, 49, 36, 0.2);
}

.flow-block-body-row-content {
  padding: 5px 0px 5px 0px;
}
/* 
.flow-block-body-row-content:first-child {
  padding: 0px 0px 10px 0px;
}

.flow-block-body-row-content:last-child {
  padding: 10px 0px 0px 0px;
} */

.field-name {
  font-weight: 500;
}

.field-row-content-value {
  font-weight: 700;
  line-height: 22px;
  color: #000000;
}

.flow-block-body-row-label {
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  word-break: break-word;
  width: 100%;
}

.flow-block-body-row-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flow-block-body-row-icon {
  margin-right: 10px;
  font-size: 1.2rem !important;
}

.flow-block-body-row-icon-label {
  margin-right: 10px;
}

.flow-block-body-row-label-placeholder {
  font-style: italic;
}

.flow-block-body-row-play-audio {
  z-index: 1000;
}

.flow-anchor-output-container {
  position: absolute;
  top: 0px;
  right: -18px;
  width: 8px;
  height: 44px;
  background-color: #4d4d4d;
  border-radius: 0 44px 44px 0;
  -webkit-border-radius: 0 44px 44px 0;
  -moz-border-radius: 0 44px 44px 0;
  -ms-border-radius: 0 44px 44px 0;
  -o-border-radius: 0 44px 44px 0;
}

.flow-anchor-output-container-header {
  position: absolute;
  top: 10px;
  right: -9px;
  width: 9px;
  height: 24px;
  background-color: #4d4d4d;
  border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -ms-border-radius: 0 24px 24px 0;
  -o-border-radius: 0 24px 24px 0;
}

.flow-anchor-output-handle {
  position: relative;
  width: 30px;
  height: 44px;
  background-color: transparent;
  border-radius: 0 44px 44px 0;
  -webkit-border-radius: 0 44px 44px 0;
  -moz-border-radius: 0 44px 44px 0;
  -ms-border-radius: 0 44px 44px 0;
  -o-border-radius: 0 44px 44px 0;
}

.flow-anchor-output {
}

.flow-anchor-input-container {
  position: absolute;
  top: 0px;
  left: -10px;
  width: 5px;
  height: 44px;
  background-color: #b0c4de;
}

.flow-anchor-input-handle {
  position: absolute;
  left: -5px;
  width: 5px;
  height: 40px;
  background-color: transparent;
}

.flow-anchor-input {
}

.tip {
  font-size: 12px;
  clear: both;
}

svg {
  /* border: 1px solid; */
}

.lines {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-height: calc(100% - 60px);
}

/* line {
  stroke: #4d4d4d;
  stroke-width: 3;
  stroke-dasharray: 5px;
  pointer-events: none;
} */

.ivrs-path {
  stroke: #4d4d4d;
  stroke-width: 3;
  stroke-dasharray: 5px;
  pointer-events: none;
  fill: none;
}

.path-connected {
  stroke: #4d4d4d;
  stroke-width: 4;
  stroke-dasharray: none;
  fill: none;
  stroke-miterlimit: 0;
  pointer-events: stroke;
}

.path-connected:hover {
  cursor: pointer;
}

.path-group {
}

.path-group:hover {
}

.path-selected {
  stroke: #00a24f;
  stroke-dasharray: 5;
  -webkit-animation-name: line;
  animation-name: line;
  animation: line infinite 8s linear reverse;
  -webkit-animation: line infinite 8s linear reverse;
  -moz-animation: line infinite 8s linear reverse;
}

.path-tracing-highlight {
  stroke: green;
  stroke-dasharray: 5;
  -webkit-animation-name: line;
  animation-name: line;
  animation: line infinite 8s linear reverse;
  -webkit-animation: line infinite 8s linear reverse;
  -moz-animation: line infinite 8s linear reverse;
}

.custom-helper {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  font-size: 0.75rem;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

@keyframes line {
  to {
    stroke-dashoffset: 200;
  }
}

@-webkit-keyframes line {
  to {
    stroke-dashoffset: 200;
  }
}

/*
===================================================================================================
  Small Laptop
===================================================================================================
*/
@media only screen and (max-width: 992px) {
  .ivrs-create-project-btn,
  .ivrs-import-project-btn,
  .ivrs-cancel-project-btn,
  .ivrs-main-project-list-top-button {
    /* margin: 10px 0px; */
    max-width: 120px;
  }

  .ivrs-load-modal-project-list-container {
    width: 95%;
    margin-top: 20px;
  }

  .ivrs-chartflow-container {
    /* padding-top: 15px; */
    background: #ededed;
  }
}
/*
===================================================================================================
  Tablet
===================================================================================================
*/
@media only screen and (max-width: 768px) {
  .ivrs-main-container {
    padding: 0px 20px 20px 20px;
  }

  .ivrs-page-section {
    padding: 20px 0px 0px 20px;
  }

  .ivrs-new-project-input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0px 20px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .ivrs-new-project-label {
    margin-left: 0px;
    width: 100%;
    text-align: left;
  }

  .ivrs-new-project-input {
    width: 100%;
    margin: 10px 0px;
  }

  .ivrs-create-project-btn,
  .ivrs-import-project-btn,
  .ivrs-cancel-project-btn,
  .ivrs-main-project-list-top-button {
    /* margin: 10px 0px; */
    max-width: 120px;
  }

  .ivrs-canvas-top-container {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    z-index: 5;
  }

  .ivrs-project-name-container {
    width: auto;
    min-width: auto;
    z-index: 20;
    margin-right: 0px;
    /* min-width: 80px; */
  }

  .ivrs-canvas-dropdown-container,
  .ivrs-project-dropdown-container {
    top: 40px;
    left: auto;
    display: none;
  }

  .ivrs-project-dropdown-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 0.75rem;
    font-weight: 500;
    color: #ededed;
    margin: 0px;
    padding: 5px;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
  }

  .ivrs-project-name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    margin: 0px 5px;
    padding: 5px 0px;
    font-size: 0.75rem;
  }

  .ivrs-canvas-toolbar-items-left {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }

  .ivrs-canvas-toolbar-top-items-container {
    width: 100%;
    min-width: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0px 10px;
    padding: 0px;
  }

  .ivrs-canvas-toolbar-top-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ivrs-canvas-toolbar-items-left-fade-arrow-container-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .ivrs-canvas-toolbar-items-left-fade-arrow-container-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  /* #ivrs-canvas-toolbar-items-left-fade-arrow-left {
        display: none;
      } */

  .ivrs-canvas-toolbar-items-left-fade-left {
    display: none;
    position: absolute;
    z-index: 21;
    left: 18px;
    height: 32px;
    width: 30px;
  }

  .ivrs-canvas-toolbar-items-left-fade-right {
    position: absolute;
    z-index: 20;
    right: 20px;
    height: 32px;
    width: 30px;
  }

  .ivrs-canvas-toolbar-items-left-arrow-left {
    width: 10px;
    margin-left: 10px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ivrs-canvas-toolbar-items-left-arrow-right {
    width: 10px;
    margin-right: 10px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ivrs-canvas-toolbar-items-arrow-left {
    font-size: 0.6rem;
    color: #ededed;
  }

  .ivrs-canvas-toolbar-items-arrow-right {
    font-size: 0.6rem;
    color: #ededed;
  }

  /* 
      .ivrs-canvas-toolbar-items-left::-webkit-scrollbar {
        display: none;
      } */

  #ivrs-toolbar-left-arrow {
    display: none;
  }

  .ivrs-tabs-container {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0px 5px;
    overflow: hidden;
  }

  .ivrs-canvas-toolbar-btn-container {
    height: 35px;
    background-color: transparent;
    color: #ededed;
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin: 0px 0px;
  }

  .ivrs-canvas-toolbar-btn-container:hover {
    background-color: #c01a1e;
    color: #ededed;
    border: none;
    cursor: pointer;
  }

  .ivrs-canvas-toolbar-items-top-right {
    display: none;
  }

  .ivrs-tabs-dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    /* width: 100%; */
    /* min-width: 80px; */
    margin-right: 10px;
  }

  .ivrs-tabs-dropdown-selected-without-arrow {
    position: relative;
    height: 30px;
    min-width: 80px;
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ededed;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
  }

  .ivrs-tabs-dropdown-selected {
    position: relative;
    height: 30px;
    min-width: 80px;
    padding: 8px 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ededed;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
  }

  /*style the arrow inside the select element:*/
  .ivrs-tabs-dropdown-selected:after {
    position: absolute;
    content: "";
    top: 12px;
    right: 0px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #ededed transparent transparent transparent;
  }

  /*point the arrow upwards when the select box is open (active):*/
  .ivrs-tabs-dropdown-selected.select-arrow-active:after {
    border-color: transparent transparent #ededed transparent;
    top: 7px;
  }

  .ivrs-tabs-dropdown {
    position: absolute;
    width: 100%;
    max-width: 115px;
    max-height: 200px;
    overflow-y: auto;
    top: 35px;
    z-index: 30;
    border-radius: 0px 0px 5px 5px;
    -webkit-box-shadow: 1px 1px 2px 0px #4d4d4d;
    box-shadow: 1px 1px 2px 0px #4d4d4d;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
  }

  .ivrs-tabs-dropdown-item {
    background-color: #ededed;
    height: 30px;
    width: 100%;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4d4d4d;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  }

  .ivrs-tabs-dropdown-item-active {
    background-color: #c01a1e;
    color: #ededed;
  }

  .ivrs-tabs-dropdown-canvases-container {
    background-color: #ededed;
    /* border-bottom: 1px solid #4d4d4d; */
  }

  .ivrs-tabs-dropdown-actions-container {
    background-color: #ededed;
  }

  .ivrs-tabs-dropdown-header-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #4d4d4d;
    background-color: #fff;
    font-style: italic;
    font-size: 0.75rem;
    height: 30px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding: 0px 0px 0px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ivrs-tabs-dropdown-action-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #4d4d4d;
    background-color: #fff;
    font-style: italic;
    font-size: 0.75rem;
    height: 30px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    padding: 0px 0px 0px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ivrs-tabs-dropdown-action-btn {
    background-color: #ededed;
    height: 30px;
    width: 80px;
    padding: 8px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4d4d4d;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  }

  .ivrs-sidebar-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin-right: 2px;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ivrs-sidebar-dropdown-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .ivrs-items-bar-left-arrow-container {
    height: 35px;
    width: 35px;
    padding: 0px;
  }

  .ivrs-canvas-sidebar-items-fade-left {
    top: -10px;
    left: 35px;
  }

  .ivrs-items-bar-right-arrow-container {
    height: 35px;
    width: 35px;
    padding: 0px;
  }

  .ivrs-canvas-sidebar-items-fade-right {
    right: 35px;
    top: -10px;
  }

  .ivrs-items-bar-show {
    opacity: 1;
    cursor: pointer;
  }

  .ivrs-items-bar-arrow {
    text-align: center;
    display: none;
    cursor: pointer;
    width: 35px;
    height: 30px;
    z-index: 1;
    font-size: 0.75rem;
  }

  /* The Modal (background) */
  .ivrs-modal-container {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2000;
    /* Sit on top */
    padding-top: 0px;
    /* Location of the box */
    padding-left: 0px;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /*Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
  }

  .ivrs-modal {
    width: 300px;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  /* props */
  .ivrs-props {
    width: 100%;
    height: 280px;
    top: auto;
    right: auto;
    left: auto;
    bottom: 15px;
    margin: 20px 0px 0px 0px;
    animation: linear;
    -webkit-animation: linear;
    animation-name: props;
    -webkit-animation-name: props;
    animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    overflow: hidden;
    overflow-y: scroll;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
  }

  @keyframes props {
    0% {
      bottom: -310px;
    }

    100% {
      bottom: 70px;
    }
  }

  @-webkit-keyframes props {
    0% {
      bottom: 70px;
    }

    100% {
      right: -310px;
    }
  }

  .ivrs-props-full-height-mobile {
    height: calc(100vh - 172px);
  }

  .ivrs-props-toggle-mobile {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    z-index: 1;
  }

  .ivrs-props-toggle-mobile-btn {
    width: 100%;
    height: 40px;
    border: none;
    position: relative;
  }

  .ivrs-props-toggle-mobile-btn:focus {
    outline: none;
  }

  .ivrs-props-toggle-mobile-btn::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 14px;
    content: "\f0d8";
  }

  .ivrs-props-toggle-mobile-btn.caret-down::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 14px;
    content: "\f0d7";
  }

  .ivrs-props-close-mobile-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-left: 1px solid;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .ivrs-props-header {
    padding: 10px 20px;
    margin-top: 40px;
  }

  .ivrs-props-header-breadcrumb {
    padding: 10px 0px 10px 0px;
  }

  .ivrs-props-body {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.85rem;
  }

  /* Modal Content */
  .ivrs-modal-content {
    width: 90%;
  }

  .ivrs-new-project-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ivrs-new-project-btn {
    width: 80%;
    height: 44px;
    padding: 8px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c01a1e;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .ivrs-new-project-modal-input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin: 20px 0px 10px 0px;
  }

  .ivrs-new-project-modal-label {
    font-size: 0.85rem;
    font-weight: 500;
    min-width: 100px;
    line-height: 1.5rem;
  }

  .ivrs-new-project-modal-input {
    width: 100%;
    max-width: 300px;
    font-size: 0.85rem;
    font-weight: 500;
    margin: 0px 10px;
    padding: 8px 12px 2px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    height: 30px;
    border: none;
    border-bottom: 1px solid;
  }

  .ivrs-modal-new-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 5px 0px #4d4d4d;
    box-shadow: 1px 1px 5px 0px #4d4d4d;
    width: 90%;
    font-size: 1.2rem;
    font-weight: 700;
    color: #4d4d4d;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
  }

  .ivrs-projects-list-container {
    margin: 20px 0px 20px 20px;
  }

  .ivrs-rename-project-modal-input-container,
  .ivrs-import-project-from-json-modal-input-container,
  .ivrs-import-inside-project-modal-input-container,
  .ivrs-copy-project-modal-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }

  .ivrs-rename-project-input,
  .ivrs-import-project-from-json-input,
  .ivrs-import-inside-project-input,
  .ivrs-copy-project-input {
    padding: 6px 8px;
    border-bottom: 1px solid;
  }

  .ivrs-project-modal-buttons-container {
    width: 100%;
    padding: 10px 0px 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  /* load modal */
  .ivrs-load-project-list-container {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 20px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .ivrs-export-options-container {
    width: 95%;
    margin-top: 20px;
  }

  /* import */
  .ivrs-open-canvas-list-container,
  .ivrs-import-project-list-container {
    width: 95%;
    margin-top: 20px;
  }

  .ivrs-open-canvas-row,
  .ivrs-import-project-row {
    font-size: 0.75rem;
  }

  .ivrs-flow-project-list-container {
    width: 90%;
    background-color: #fff;
    border: 1px solid #4d4d4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-top: 20px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
  }

  .ivrs-load-modal-project {
    font-size: 0.75rem;
  }

  .ivrs-project-modal-divider {
    width: 95%;
    height: 2px;
    background-color: #4d4d4d;
    opacity: 0.5;
    margin: 20px 0px;
  }

  .ivrs-canvas-toolbar-items-btn-groups-divider {
    display: none;
  }

  #ivrs-canvas-properties {
    display: none;
  }

  .custom-helper {
    width: 80px;
  }
}

/*
==========================================================================================
  Mobile
==========================================================================================
*/
@media only screen and (max-width: 420px) {
  .ivrs-create-project-container {
    margin-left: 20px;
  }
  .ivrs-create-project-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    /* margin: 20px 0px; */
    /* padding: 0px 20px; */
    /* max-width: 250px; */
  }

  .ivrs-main-project-list-buttons-container {
    flex-direction: column;
    margin: 20px 0px 0px 20px;
  }

  .ivrs-create-project-btn,
  .ivrs-import-project-btn,
  .ivrs-cancel-project-btn,
  .ivrs-main-project-list-top-button {
    margin: 10px 0px;
    max-width: 250px;
  }
}
