.no-margin {
  margin: 0 !important;
}
.no-m-top {
  margin-top: 0 !important;
}
.no-m-bottom {
  margin-bottom: 0 !important;
}
.no-m-left {
  margin-left: 0 !important;
}
.no-m-right {
  margin-right: 0 !important;
}
.margin-xs {
  margin: 5px !important;
}
.margin-sm {
  margin: 10px !important;
}
.margin-md {
  margin: 20px !important;
}
.margin-lg {
  margin: 40px !important;
}
.marginTB-xs {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.marginTB-sm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.marginTB-md {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.marginTB-lg {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.m-top-xs {
  margin-top: 5px;
}
.m-top-sm {
  margin-top: 10px;
}
.m-top-md {
  margin-top: 20px;
}
.m-top-lg {
  margin-top: 40px;
}
.m-left-xs {
  margin-left: 5px;
}
.m-left-sm {
  margin-left: 10px;
}
.m-left-md {
  margin-left: 20px;
}
.m-left-lg {
  margin-left: 40px;
}
.m-right-xs {
  margin-right: 5px;
}
.m-right-sm {
  margin-right: 10px;
}
.m-right-md {
  margin-right: 20px;
}
.m-right-lg {
  margin-right: 40px;
}
.m-bottom-xs {
  margin-bottom: 5px;
}
.m-bottom-sm {
  margin-bottom: 10px;
}
.m-bottom-md {
  margin-bottom: 20px;
}
.m-bottom-lg {
  margin-bottom: 40px;
}
.p-top-xs {
  padding-top: 5px;
}
.p-top-sm {
  padding-top: 10px;
}
.p-top-md {
  padding-top: 20px;
}
.p-top-lg {
  padding-top: 40px;
}
.p-left-xs {
  padding-left: 5px;
}
.p-left-sm {
  padding-left: 10px;
}
.p-left-md {
  padding-left: 20px;
}
.p-left-lg {
  padding-left: 40px;
}
.p-right-xs {
  padding-right: 5px;
}
.p-right-sm {
  padding-right: 10px;
}
.p-right-md {
  padding-right: 20px;
}
.p-right-lg {
  padding-right: 40px;
}
.p-bottom-xs {
  padding-bottom: 5px;
}
.p-bottom-sm {
  padding-bottom: 10px;
}
.p-bottom-md {
  padding-bottom: 20px;
}
.p-bottom-lg {
  padding-bottom: 40px;
}
.select-entity.active {
  display: block;
}
.no-space {
  font-size: 0;
}
.no-space-item {
  font-size: 14px;
}
.required-field {
  font-size: 12px;
  font-weight: bold;
  background-color: red;
  color: white;
  padding: 3px 5px;
  border-radius: 50em !important;
  -moz-border-radius: 50em !important;
  -webkit-border-radius: 50em !important;
  word-break: keep-all;
}
.select-entity {
  position: absolute;
  z-index: 99;
  display: none;
  width: 300px;
  margin: 2px 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #ffffff;
  background-clip: padding-box;
}
.graph {
  height: 300px;
  margin: 20px auto;
}
.log-toggle-menu {
  list-style-type: none;
  background-color: #fff;
  position: absolute;
  top: 115%;
  right: 0;
  min-width: 200px;
  border-radius: 5px;
  z-index: 1000;
  display: none;
}
.log-toggle-menu li {
  color: #636363;
}
.log-toggle-menu li:hover {
  background-color: #f3f3f3;
  color: #333;
}
.form-group ul {
  list-style: none;
}
.image-preview {
  display: table-cell;
  table-layout: fixed;
  vertical-align: middle;
  text-align: center;
  max-height: 150px;
  width: 250px;
}
.news-content-detail {
  width: 100%;
  color: #555;
  background-color: #fff;
  padding: 6px 12px;
  display: block;
}
.media-modal-body {
  padding: 5px 20px;
}
.media-modal-body .media-modal-upload {
  width: 840px;
  height: 80px;
  border: 2px dashed #666;
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.media-modal-body .media-modal-list {
  width: 840px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.media-modal-body .media-modal-list .media-modal-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 154px;
  height: 154px;
  border: 1px solid #ccc;
  margin: 6px;
}
.media-modal-body .media-modal-list .media-modal-cell:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 7px;
  color: #fff;
  font-size: 12px;
}
.media-modal-body .media-modal-list .media-modal-cell:not(.video):hover:after {
  content: attr(data-width) " x " attr(data-height);
  transition: 0.2s;
  background: #696969;
}
.media-modal-body .media-modal-list .media-modal-cell img {
  width: 100%;
}
.media-modal-body .media-modal-list .media-modal-cell a {
  position: absolute;
  top: 5px;
  right: 5px;
}
.media-modal-body .media-modal-list .media-modal-cell .media-creative-edit {
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 5px;
}
.media-modal-body .media-modal-list .media-modal-cell .media-creative-link {
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  right: 0px;
  background-color: rgba(250, 250, 250, 0.4);
  padding: 3px 7px 1px 7px;
  font-size: 12px;
  color: #2baab1;
}
.media-modal-body .media-modal-list .media-modal-cell.active {
  border: 3px solid #2baab1;
}
.media-modal-body .media-modal-button {
  text-align: center;
  margin-top: 15px;
}
.media-modal-body .media-modal-back-button {
  text-align: right;
  margin-bottom: 5px;
}
.media-drop-zone-title {
  color: #aaa;
  font-size: 20px;
  padding: 27px 10px;
}
.media-editor-container {
  height: 615px;
}
.media-editor-container .media-editor-left {
  top: 0px;
  left: 0;
  bottom: 0;
  height: 100%;
  border-right: solid 1px #d5d5d5;
}
.media-editor-container .media-editor-left .media-editor-template-search {
  position: relative;
  padding: 8px 10px;
  height: 75px;
}
.media-editor-container .media-editor-left .media-editor-template-create-btn {
  position: relative;
  display: table;
  margin: 0 auto;
}
.media-editor-container .media-editor-left .media-editor-template-list {
  position: relative;
  padding: 8px 0px;
  height: calc(100% - 115px);
  margin-bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
}
.media-editor-container .media-editor-left .media-editor-template-list .media-editor-template-container {
  display: grid;
  grid-template-columns: 90px 90px;
  grid-template-rows: auto;
  margin-left: 6px;
}
.media-editor-container .media-editor-left .media-editor-template-list .media-editor-template-container .media-editor-template {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  border: 1px solid #ccc;
  margin: 1px;
}
.media-editor-container .media-editor-left .media-editor-template-list .media-editor-template-container .media-editor-template img {
  max-width: 100%;
  max-height: 100%;
}
.media-editor-container .media-editor-left .media-editor-template-list .media-editor-template-container .media-editor-template .media-editor-template-edit {
  position: absolute;
  cursor: pointer;
  top: -2px;
  left: 1px;
}
.media-editor-container .media-editor-left .media-editor-template-list .media-editor-template-container .media-editor-template .media-editor-template-remove {
  position: absolute;
  cursor: pointer;
  top: -2px;
  right: 1px;
}
.media-editor-container .media-editor-left .media-editor-template-list .media-editor-template-container .media-editor-template.active > img {
  border: 3px solid #2baab1;
}
.media-editor-container .media-editor-template-detail {
  top: 0px;
  right: 0px;
  bottom: 0;
  height: 100%;
}
.media-editor-container .media-editor-template-detail .preview {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 8px 10px;
}
.media-editor-container .media-editor-template-detail .components {
  position: relative;
  display: block;
  height: calc(100% - 174px);
  overflow-y: auto;
  text-align: center;
  margin: 1px;
}
.media-editor-container .media-editor-template-detail .components img {
  max-width: 100%;
  max-height: 100%;
}
.media-editor-container .media-editor-template-detail .components .line {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eee;
}
.media-editor-container .media-editor-template-detail .components .component {
  display: flex;
  margin-top: 10px;
}
.media-editor-container .media-editor-template-detail .components .component .image-desc {
  display: block;
  justify-content: flex-start;
}
.media-editor-container .media-editor-template-detail .components .component .text-desc {
  display: flex;
  justify-content: flex-start;
}
.media-editor-container .media-editor-template-detail .components .component .text-desc .text {
  border: 1px solid #ccc;
}
.media-editor-container .media-editor-template-detail .components .component .text-desc .text-edit {
  position: absolute;
  left: 0px;
}
.media-editor-container .media-editor-template-detail .media-editor-footer {
  position: absolute;
  text-align: center;
  height: 50px;
  bottom: -58px;
  right: 10px;
}
.media-editor-text-attributes {
  top: 30%;
  left: 75%;
  width: 212px;
}
.media-editor-text-attributes .text-attribute {
  margin-bottom: 5px;
}
.media-editor-text-attributes .text-attribute .text-attribute-name {
  width: 47%;
  padding-left: 5px;
  padding-right: 5px;
}
.media-editor-text-attributes .text-attribute .text-attribute-name label {
  font-size: 11px;
}
.media-editor-text-attributes .text-attribute .text-attribute-value {
  width: 53%;
  padding-left: 1px;
  padding-right: 5px;
}
.media-editor-preview-container {
  top: 0px;
  right: 0px;
  bottom: 0;
  height: 615px;
  overflow-x: hidden;
  overflow-y: auto;
}
.media-editor-preview-container .media-creative-list {
  display: grid;
  grid-template-columns: 210px 210px 210px 210px;
  grid-gap: 9px;
  grid-template-rows: auto;
}
.media-editor-preview-container .media-creative-list .media-creative-cell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ccc;
}
.media-editor-preview-container .media-creative-list .media-creative-cell a {
  position: absolute;
  top: 5px;
  right: 5px;
}
.media-editor-preview-container .media-creative-list .media-creative-cell.active {
  border: 3px solid #2baab1;
}
.media-editor-preview-container .media-creative-footer {
  text-align: center;
  margin-top: 15px;
}
.media-template-editor-container {
  height: 675px;
}
.media-template-editor-container .media-template-editor-left {
  top: 0px;
  left: 0;
  bottom: 0;
  height: 500px;
  border-right: solid 1px #d5d5d5;
}
.media-template-editor-container .media-template-editor-left .media-template-search {
  position: relative;
  padding: 8px 10px;
  height: 75px;
}
.media-template-editor-container .media-template-editor-left .media-template-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 10px;
  height: calc(100% - 80px);
  margin-bottom: 0px;
  overflow-y: auto;
}
.media-template-editor-container .media-template-editor-left .media-template-list .media-template {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: calc(50% - 2px);
  height: 75px;
  border: 1px solid #ccc;
  margin: 1px;
}
.media-template-editor-container .media-template-editor-left .media-template-list .media-template.active {
  background-color: #d7d9d3;
}
.media-template-editor-container .media-template-editor-left .media-template-list .media-template.warning {
  border: solid 2px;
}
.media-template-editor-container .media-template-editor-left .media-template-list .media-template img {
  max-width: 100%;
  max-height: 100%;
}
.media-template-editor-container .media-template-editor-main {
  top: 0px;
  right: 0px;
  bottom: 0;
  overflow: hidden;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar {
  display: flex;
  align-items: stretch;
  align-content: space-around;
  justify-content: space-around;
  position: relative;
  padding: 8px 10px;
  height: 50px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .size {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .components {
  position: relative;
  display: inline-flex;
  top: 2px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .components .component {
  margin: 0 8px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .components .component .tooltiptext {
  position: absolute;
  visibility: hidden;
  width: 80px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  top: 40px;
  padding: 5px 0;
  z-index: 1;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .components .component:hover .tooltiptext {
  visibility: visible;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .components .hover {
  cursor: pointer;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control {
  position: relative;
  background-color: transparent;
  top: 5px;
  width: 150px;
  height: 40px;
  right: -60px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control .zoom-in {
  position: absolute;
  width: 30px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control .zoom-reset {
  position: absolute;
  left: 35px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control .zoom-reset .zoom-reset-btn {
  height: 19px;
  font-size: 11px;
  border-radius: 22px;
  border: 1px solid #ccc;
  padding-top: 2px;
  margin-bottom: 4px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control .zoom-out {
  position: absolute;
  left: 110px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control .zoom-ratio {
  position: absolute;
  left: 128px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control .zoom-hover {
  cursor: pointer;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-toolbar .zoom-control .zoom-btn-disable {
  cursor: not-allowed;
  pointer-events: none;
  color: #bbb;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-canvas {
  position: relative;
  display: flex;
  border: 1px solid #ccc;
  margin: 1px;
  overflow: auto;
  height: 685px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-canvas img {
  max-width: 100%;
  max-height: 100%;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-canvas .remove {
  position: relative;
  margin-top: -28px;
  margin-right: 10px;
  z-index: 99999999;
  cursor: pointer;
}
.media-template-editor-container .media-template-editor-main .media-editor-component-layers-panel {
  position: absolute;
  top: 112px;
  left: 0px;
  width: 215px;
}
.media-template-editor-container .media-template-editor-main .media-editor-component-layers-panel .component-layers {
  height: 595px;
  overflow-y: scroll;
}
.media-template-editor-container .media-template-editor-main .media-editor-component-layers-panel .component-layers .component-layer {
  margin: 10px 5px;
  text-align: center;
}
.media-template-editor-container .media-template-editor-main .media-editor-component-layers-panel .component-layers .component-layer.active {
  border: 3px solid #2baab1;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-text-attributes {
  position: absolute;
  top: 42px;
  right: 0px;
  width: 215px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-text-attributes .text-attribute {
  margin-bottom: 5px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-text-attributes .text-attribute .text-attribute-name {
  width: 47%;
  padding-left: 5px;
  padding-right: 5px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-text-attributes .text-attribute .text-attribute-name label {
  font-size: 11px;
}
.media-template-editor-container .media-template-editor-main .media-template-editor-text-attributes .text-attribute .text-attribute-value {
  width: 53%;
  padding-left: 1px;
  padding-right: 5px;
}
.media-template-editor-footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-template-editor-loading {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -50px;
  text-align: center;
}
.media-creative-list {
  display: grid;
  grid-template-columns: 130px 130px 130px 130px 130px;
  grid-template-rows: auto;
}
.media-creative-list .media-creative-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  border: 1px solid #ccc;
  margin: 5px;
}
.media-creative-list .media-creative-item .media-creative-item-image img {
  max-width: 100%;
  max-height: 100%;
}
.media-creative-list .media-creative-item .media-creative-item-image .remove-icon {
  position: absolute;
  visibility: hidden;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  cursor: pointer;
}
.media-creative-list .media-creative-item .media-creative-item-image .remove-icon.active {
  visibility: visible;
}
.media-creative-list .media-creative-item .media-creative-item-image.multi-selected {
  opacity: 0.5;
}
.media-creative-list .media-creative-item .media-creative-item-edit {
  position: absolute;
  cursor: pointer;
  bottom: 0px;
  margin: 0 auto;
}
.media-creative-list .media-creative-item .media-creative-item-num {
  position: absolute;
  top: -2px;
  right: 1px;
  width: 30px;
  border: 1px solid;
  text-align: center;
}
.media-creative-list .media-editor-template.active > img {
  border: 3px solid #2baab1;
}
.media-creative-template-list {
  display: grid;
  grid-template-columns: 130px 130px 130px 130px 130px;
  grid-template-rows: auto;
}
.media-creative-template-list .media-creative-template-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  border: 1px solid #ccc;
  margin: 5px;
}
.media-creative-template-list .media-creative-template-item img {
  max-width: 100%;
  max-height: 100%;
}
.media-creative-template-list .media-creative-template-item .media-creative-template-item-use {
  position: absolute;
  cursor: pointer;
  bottom: 30px;
  left: 1px;
}
.media-creative-template-list .media-creative-template-item.active > img {
  border: 3px solid #2baab1;
}
.media-creative-text-toolbar .media-creative-text-attribute .tooltiptext {
  position: absolute;
  visibility: hidden;
  width: 80px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  top: 40px;
  padding: 5px 0;
  z-index: 1;
}
.media-creative-text-toolbar .media-creative-text-attribute:hover {
  cursor: pointer;
}
.media-creative-text-toolbar .media-creative-text-attribute:hover .tooltiptext {
  visibility: visible;
}
.media-creative-text-toolbar .media-creative-text-attribute .selected {
  background-color: gray;
  opacity: 0.7;
}
.media-creative-text-toolbar.disable {
  cursor: not-allowed;
  pointer-events: none;
  color: #bbb;
}
.media-creative-image-select {
  position: absolute;
  right: 0px;
  top: 1px;
  z-index: 1;
}
.media-creative-image-select button {
  margin: 1px;
  border-radius: 20px;
}
.media-creative-image-filter-bar {
  position: absolute;
  right: -130px;
  top: 100px;
  z-index: 1;
}
.media-creative-image-filter-bar input[type=range] {
  transform: rotate(270deg);
}
.media-creative-image-filter-bar .adjust-plus {
  position: absolute;
  top: -76px;
  left: 58px;
}
.media-creative-image-filter-bar .adjust-minus {
  position: absolute;
  bottom: -76px;
  left: 58px;
}
.media-creative-image-filter-bar .adjust-plus:hover {
  cursor: pointer;
}
.media-creative-image-filter-bar .adjust-minus:hover {
  cursor: pointer;
}
.action-search-modal {
  padding: 5px 20px;
}
.action-search-modal .action-search {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  display: block;
  vertical-align: middle;
  text-align: center;
}
.action-search-modal .action-search-result {
  position: relative;
  top: 30px;
  left: 0px;
  height: 250px;
}
.scenario-search-result {
  position: relative;
  height: 300px;
  overflow: auto;
  display: block;
  top: 30px;
  width: 100%;
}
/* Tooltip container */
.tool-tip {
  position: relative;
  display: inline-block;
}
.tool-tip .tool-tip-text {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  text-align: left;
  padding: 5px 10px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  margin-left: 5px;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tool-tip:hover .tool-tip-text {
  visibility: visible;
}
.analytic-dashboard-tabs {
  display: inline-flex;
  align-items: center;
  text-align: center;
}
.analytic-dashboard-tabs .tab {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px;
}
.analytic-dashboard-tabs .tab-left {
  border-radius: 5px 0px 0px 5px;
  margin-right: -2px;
}
.analytic-dashboard-tabs .tab-center {
  margin-left: 1px;
}
.analytic-dashboard-tabs .tab-right {
  border-radius: 0 5px 5px 0px;
  margin-left: -1px;
}
.analytic-dashboard-tabs .tab.active {
  background-color: #edbc6c;
  color: #fff;
}
.analytic-dashboard-csv-link {
  float: right;
  margin-top: 17px;
  margin-right: 17px;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
}
.analytic-dashboard-csv-link:hover {
  color: #eee !important;
  text-decoration: underline !important;
}
.analytic-dashboard-csv-link:focus {
  color: #eee !important;
  text-decoration: underline !important;
}
.analytic-dashboard-csv-link:visited {
  color: #eee !important;
}
.loading {
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}
.chart-no-data {
  position: absolute;
  top: 15px;
  background-color: lightgray;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: 600;
  color: white;
  text-align: center;
  margin-top: -55px;
  padding-top: 100px;
  opacity: 0.8;
  z-index: 1;
}
.chart-no-data span {
  display: block;
  margin: 0px 10px 0 10px;
  padding: 0px 50px;
}
.conversation-node-overlay {
  position: fixed;
  top: 300px;
  left: 300px;
  background-color: #fff;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
  -webkit-box-shadow: 4px 4px 9px #888;
  -moz-box-shadow: 4px 4px 9px #888;
  box-shadow: 4px 4px 9px #888;
  z-index: 2000;
  cursor: move;
}
.conversation-node-overlay .content-table {
  margin: 10px;
}
.segmentation-group {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  line-height: 20px;
  border: 1px dashed #ccc;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
.segmentation-group .conditions {
  margin: 5px 2px;
}
.segmentation-group .condition-add {
  margin: 5px 2px;
  display: flex;
}
.segmentation-group .condition-add #btn-add {
  height: 34px;
}
.segmentation-group .condition-add #invalid-segment-tag {
  color: red;
  display: none;
  padding-top: 5px;
}
.segmentation-conditions .operator {
  display: inline-flex;
  margin: 0px 5px;
}
.segmentation-conditions .condition-type {
  display: inline-flex;
  margin: 0px 5px 4px 5px;
  padding: 5px;
  border-radius: 5px;
  background-color: #fab42d;
  color: white;
  font-size: 13px;
  font-weight: bold;
}
.scenario-template-modal-body {
  padding: 5px 10px;
}
.scenario-template-modal-body .scenario-template-modal-list {
  width: 850px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.scenario-template-modal-body .scenario-template-modal-list .scenario-template-modal-cell {
  position: relative;
  display: table-cell;
  width: 200px;
  height: 200px;
  border: 1px solid #ccc;
  margin: 6px;
}
.scenario-template-modal-body .scenario-template-modal-list .scenario-template-modal-cell .selected-tags {
  margin: 0 0 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  left: 3px;
}
.scenario-template-modal-body .scenario-template-modal-list .scenario-template-modal-cell .selected-tags .selected-tag {
  height: 18px;
  margin: 1px;
  padding: 5px;
  background-color: #2baab1;
  line-height: 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  display: inline;
}
.scenario-template-modal-body .scenario-template-modal-list .scenario-template-modal-cell .title {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  background: #555;
  color: #fff;
}
.scenario-template-modal-body .scenario-template-modal-list .scenario-template-modal-cell .description {
  margin: 6px;
  font-size: 13px;
}
.scenario-template-modal-body .scenario-template-modal-list .scenario-template-modal-cell a {
  position: absolute;
  top: 5px;
  right: 5px;
}
.scenario-template-modal-body .scenario-template-modal-list .scenario-template-modal-cell.active {
  border: 2px solid #e9a43a;
}
.scenario-template-modal-body .scenario-template-modal-button {
  text-align: center;
  margin-top: 15px;
}
.scenario-template-modal-body .selected-scenario-template-modal-tags {
  margin: 10px 0px 5px -15px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.scenario-template-modal-body .selected-scenario-template-modal-tags .selected-tag {
  height: 30px;
  margin: 3px 10px;
  padding: 4px 8px;
  background-color: #aaa;
  color: white;
}
.scenario-template-modal-body .selected-scenario-template-modal-tags .selected-tag.active {
  border: 1px solid #208085;
  background-color: #2baab1;
}
.scenario-template-modal-body .selected-scenario-template-modal-tags .selected-tag i {
  margin: 0 3px 0 0;
}
.scenario-tags {
  width: calc(100% - 10px);
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  overflow-y: scroll;
}
.selected-scenario-tags {
  position: relative;
  left: -30px;
  margin-top: -5px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.selected-scenario-tags .selected-tag {
  height: 30px;
  margin: 3px;
  padding: 5px;
  background-color: #23b7e5;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: inline;
}
.selected-scenario-tags .close-icon {
  position: relative;
  top: -8px;
  right: -5px;
}
.campaign-widget-wrap {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 20px;
  border: 1px dashed #ccc;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}
.campaign-widget-wrap .widgets {
  margin: 5px 2px;
}
.campaign-widget-wrap .widget-add-message {
  margin: 0px;
}
.campaign-widget-wrap .widget-add-btn {
  margin: 10px 10px 10px 0;
}
.campaign-widget-template-modal-body {
  padding: 5px 10px;
}
.campaign-widget-template-modal-body .campaign-widget-template-modal-list {
  position: relative;
  display: inline-block;
  flex-direction: row;
  flex-wrap: wrap;
}
.campaign-widget-template-modal-body .campaign-widget-template-modal-list .campaign-widget-template-modal-cell {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 374px;
  height: 250px;
  border: 1px solid #ccc;
  margin: 15px;
  padding: 10px;
  background-color: white;
}
.campaign-widget-template-modal-body .campaign-widget-template-modal-list .campaign-widget-template-modal-cell .title {
  margin: 3px;
  font-size: 14px;
  font-weight: bold;
}
.campaign-widget-template-modal-body .campaign-widget-template-modal-list .campaign-widget-template-modal-cell .description {
  margin: 3px;
  font-size: 13px;
}
.campaign-widget-template-modal-body .campaign-widget-template-modal-list .campaign-widget-template-modal-cell a {
  position: absolute;
  top: 5px;
  right: 5px;
}
.campaign-widget-template-modal-body .campaign-widget-template-modal-list .campaign-widget-template-modal-cell.active {
  border: 2px solid #0087b5;
}
.campaign-widget-template-modal-body .campaign-widget-template-modal-button {
  text-align: center;
  margin-top: 15px;
}
.campaign-widget-template-body .campaign-widget-template-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
}
.campaign-widget-template-body .campaign-widget-template-list .campaign-widget-template-cell {
  position: relative;
  transform-origin: 0 0 0;
  transform: scale(0.5);
}
.campaign-widget-close {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  z-index: 100;
}
.chabox-theme-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.chabox-theme-list .chatbox-theme-cell {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: calc(16.6% - 2px);
  height: 20px;
  border: 1px solid #ccc;
  margin: 1px;
}
.chabox-theme-list .chatbox-theme-cell a {
  position: absolute;
  top: 1px;
  right: 1px;
}
.chabox-theme-list .chatbox-theme-cell.active {
  border: 2px solid #2baab1;
}
.rich-menu-display-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 600px;
}
.rich-menu-display-list .rich-menu-display-cell {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 130px;
  margin: 5px 10px 5px 0px;
}
.rich-menu-display-list .rich-menu-display-cell a {
  position: absolute;
  top: 1px;
  right: 1px;
}
.online-button {
  position: relative;
  float: left;
  display: block;
  margin-right: 20px;
  padding: 9px 0;
  outline: none;
}
.online-button .toggle.ios,
.online-button .toggle-on.ios,
.online-button .toggle-off.ios {
  border-radius: 20px;
}
.online-button .toggle.ios .toggle-handle {
  border-radius: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  word-break: break-all;
}
.table-responsive .table > thead > tr > th,
.table-responsive .table > tbody > tr > td,
.table-responsive .table > tbody > tr > th,
.table-responsive .table > tfoot > tr > td,
.table-responsive .table > tfoot > tr > th {
  word-break: keep-all;
}
.table > tbody tr > td > span.badge {
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.table > tbody tr.pending td > span.badge {
  background-color: #f0ad4e;
}
.table > tbody tr.processing td > span.badge {
  background-color: #337ab7;
}
.table > tbody tr.repeating td > span.badge {
  background-color: #5bc0de;
}
.table > tbody tr.finish td > span.badge {
  background-color: #5cb85c;
}
.table > tbody tr.stop td > span.badge {
  background-color: #d9534f;
}
.input-group-addon {
  background: none;
  border: 0;
}
/* fix modal scroll on dev */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
#feedback-section .switch-checkbox .slider:after {
  content: "有効" !important;
}
#chat-box-panel .switch-checkbox,
#feedback-section .switch-checkbox,
#is_action_suggestion_after_response-section .switch-checkbox {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 25px;
}
#chat-box-panel .switch-checkbox input,
#feedback-section .switch-checkbox input,
#is_action_suggestion_after_response-section .switch-checkbox input {
  display: none;
}
#chat-box-panel .switch-checkbox input:checked + .slider:after,
#feedback-section .switch-checkbox input:checked + .slider:after,
#is_action_suggestion_after_response-section .switch-checkbox input:checked + .slider:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  background-color: #d85328;
  color: #fff;
  /*width: 235px;*/
  padding-left: 15px;
}
#chat-box-panel .switch-checkbox input:checked + .slider:before,
#feedback-section .switch-checkbox input:checked + .slider:before,
#is_action_suggestion_after_response-section .switch-checkbox input:checked + .slider:before {
  background-color: #fff;
}
#chat-box-panel .switch-checkbox input:checked + .slider:before,
#feedback-section .switch-checkbox input:checked + .slider:before,
#is_action_suggestion_after_response-section .switch-checkbox input:checked + .slider:before {
  -webkit-transform: translateX(56px);
  -ms-transform: translateX(56px);
  transform: translateX(56px);
}
#chat-box-panel .switch-checkbox .slider,
#feedback-section .switch-checkbox .slider,
#is_action_suggestion_after_response-section .switch-checkbox .slider {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCCCCC;
}
#chat-box-panel .switch-checkbox .slider:before,
#feedback-section .switch-checkbox .slider:before,
#is_action_suggestion_after_response-section .switch-checkbox .slider:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 23px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  transition: all 0.152s ease-in-out;
}
#chat-box-panel .switch-checkbox .slider:after,
#feedback-section .switch-checkbox .slider:after,
#is_action_suggestion_after_response-section .switch-checkbox .slider:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "公開中";
  font-size: 13px;
  text-align: left !important;
  line-height: 25px;
  padding-left: 0;
  width: 80px;
  color: #d85328;
  height: 25px;
  border-radius: 80px;
  background-color: #CCCCCC;
  -webkit-transform: translateX(-56px);
  -ms-transform: translateX(-56px);
  transform: translateX(-56px);
  transition: all 0.15s ease-in-out;
}
#chat-box-panel .switch-checkbox .slider.round,
#feedback-section .switch-checkbox .slider.round,
#is_action_suggestion_after_response-section .switch-checkbox .slider.round {
  border-radius: 80px;
}
#chat-box-panel .switch-checkbox .slider.round:before,
#feedback-section .switch-checkbox .slider.round:before,
#is_action_suggestion_after_response-section .switch-checkbox .slider.round:before {
  border-radius: 50%;
}
#chat-box-panel .switch-checkbox .absolute-no,
#feedback-section .switch-checkbox .absolute-no,
#is_action_suggestion_after_response-section .switch-checkbox .absolute-no {
  position: absolute;
  left: 0;
  color: #f9f9f9;
  text-align: right !important;
  font-size: 13px;
  width: calc(100% - 15px);
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  font-weight: bold;
}
/* Application Detail Page Slider Start */
.switch-app-detail {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 20px;
}
.switch-app-detail input {
  display: none;
}
.slider-app-detail {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCCCCC;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-app-detail:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider-app-detail {
  background-color: #d85328;
}
input:focus + .slider-app-detail {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider-app-detail:before {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}
/*------ ADDED CSS ---------*/
.on-app-detail {
  display: none;
  text-align: left;
  margin-left: 8px;
}
.off-app-detail {
  margin-left: 8px;
}
.on-app-detail,
.off-app-detail {
  width: 100%;
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 12px;
}
input:checked + .slider-app-detail .on-app-detail {
  display: block;
}
input:checked + .slider-app-detail .off-app-detail {
  display: none;
}
/*--------- END --------*/
/* Rounded sliders */
.slider-app-detail.round-app-detail {
  border-radius: 80px;
  text-align: center;
}
.slider-app-detail.round-app-detail:before {
  border-radius: 50%;
}
/* Application Detail Page Slider End */
#chatbox-preview.img {
  border: 1px solid #ddd;
  text-align: center;
  overflow: scroll;
  max-width: 100%;
  height: 550px;
}
.bg-img-trans {
  background-image: linear-gradient(45deg, #efefef 25%, rgba(239, 239, 239, 0) 25%, rgba(239, 239, 239, 0) 75%, #efefef 75%, #efefef), linear-gradient(45deg, #efefef 25%, rgba(239, 239, 239, 0) 25%, rgba(239, 239, 239, 0) 75%, #efefef 75%, #efefef);
  background-size: 21px 21px;
  background-position: 0 0,10px 10px;
}
.btn-submit-transparent {
  background: white;
  border: none;
  padding: 0;
}
.btn-submit-transparent:hover {
  color: rgba(40, 40, 40, 0.6);
}
