:root {
  /*  --app-body-font: "Montserrat", sans-serif;*/
  --app-body-font: Avenir LT Std;
  --app-brand-bg: #fbfbfb;
  --app-button-bg: #3a4e95;
  --app-button-bghover: #4a68cb;
  --textbox-color-default: #d0cece;
  --textbox-color-selected: #394e95;
  /*--textbox-color-error: #ff0000;*/
  --textbox-color-error: #fe555c;
  --app-font-weight: 500;
  --app-font-weight-head: 550;
  --app-btn-fontsize: 12px;
  --app-success-color: #00b393;
  --app-error-color: #fe555c;
  --app-error-color-hover: #ff3039;
  --app-heading-color: #212529;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Black.woff2") format("woff2"),
    url("../fonts/AvenirLTStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--app-body-font) !important;
  background: transparent;
}

.gallery_inner_sction {
  min-width: 250px;
  background: #f6f6f6;
}

.form-control,
.form-inputtxt {
  font-size: 12px;
  min-height: 36px;
  /*  border-color: var(--textbox-color-default);
  box-shadow: none !important;
  height: 36px !important;
  font-size: 12px;
  outline: solid thin #e1e1e15c !important;
  border: none;*/
}

.append_fonts b {
  font-weight: var(--app-font-weight-head);
}

.form-control:focus,
.form-inputtxt:focus {
  border-color: var(--textbox-color-selected);
}

.main_header {
  position: fixed;
  z-index: 999999;
  top: 0px;
  width: 100%;
  padding: 10px 0px;
  min-height: 55px;
  background: -moz-linear-gradient(
    90deg,
    rgba(58, 68, 138, 1) 29%,
    rgba(59, 136, 207, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(58, 68, 138, 1) 29%,
    rgba(59, 136, 207, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(58, 68, 138, 1) 29%,
    rgba(59, 136, 207, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a448a", endColorstr="#3b88cf", GradientType=1);
}

.no_found_center {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.left-sec-head {
  align-items: center;
}

.left-sec-head a {
  color: #ffffff;
  font-size: 14px !important;
  line-height: 0;
}

.left_arrow svg {
  width: 100%;
  height: 100%;
}

.left-sec-head h2 {
  color: #ffffff;
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: calc(100% - 70px);
  cursor: pointer;
  min-width: 200px;
  padding: 1px 10px 0px 10px;
  border-radius: 3px;
  border: solid 1px transparent;
}

.headcopy_icon {
  display: flex;
  align-items: center;
  padding: 0px 5px;
  cursor: pointer;
}

.headcopy_icon img {
  /* width: 25px; */
  width: 20px;
  opacity: 0.4;
  transition: 0.5s all;
}

.headcopy_icon:hover img {
  opacity: 1;
}

.div-saving {
  font-weight: 400;
  color: #fff;
  /*margin-left: 20px;*/
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
  letter-spacing: 1px;
}

.div-saving img {
  width: 25px;
  /* filter: invert(100%) sepia(1%) saturate(7088%) hue-rotate(56deg) brightness(100%) contrast(100%); */
  margin: 2px 10px 0px 10px;
}

.editable_image_title {
  line-height: 33px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: calc(100% - 150px);
  max-width: 550px;
  cursor: pointer;
  min-width: 200px;
  padding: 1px 10px 0px 5px;
  border-radius: 3px;
  border: solid 1px transparent;
  text-align: left;
}

.div-saving i {
  margin-right: 10px;
  font-size: 22px;
}

.right-sec .btn-top {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  min-height: 35px;
  min-width: 40px;
  display: flex;
  align-items: center;
  padding: 5px 13px;
  transition: 0.5s all;
  min-height: 40px;
  font-size: 13px;
}

.right-sec .btn-top:hover {
  background: #3b5ea5;
  box-shadow: 0 5px 3px 0 rgb(0 0 0 / 8%), 0 4px 50px 0 rgb(0 0 0 / 0%);
}

.options_header_new {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.right_options_section {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  margin-right: 15px;
  color: #eaeaea;
  font-size: 11px;
  cursor: pointer;
  transition: 0.5s all;
}

.right_options_section img {
  width: 22px;
  height: 22px;
  opacity: 0.9;
  transition: 0.5s all;
}

.right_options_section:hover {
  color: #ffffff;
}

.right_options_section:hover img {
  opacity: 1;
}

.header_option_popup {
  width: auto;
  margin-top: 10px;
}

.right_options_block .options_header {
  width: auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.options_header .dropdown-item-block {
  text-align: center;
  font-size: 11px;
  padding: 0px 15px;
  transition: 0.5s all;
  color: #666666 !important;
  opacity: 0.7;
}

.options_header .dropdown-item-block:hover {
  opacity: 1;
}

.options_header .dropdown-item-block img {
  width: 22px;
  margin: 3px auto;
}

.ddl_caret_hide:after {
  display: none;
}

.header_publish_popup {
  /*  width: 300px;
  padding: 0px !important;
  margin-top: 10px;*/
}

.selected_block {
  background: #f5f5f5;
}

.right-sec .btn-top svg {
  height: 25px;
  position: absolute;
  line-height: 16px;
  left: 15px;
  top: 5px;
}

.publish_header {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px 8px 15px;
  border-bottom: solid thin #e1e1e1;
  align-items: center;
  font-size: 13px;
}

.close_icon {
  width: 22px;
  opacity: 0.6;
  /*transition: 0.5s all;*/
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.close_icon:hover {
  transition: 0.5s all;
  opacity: 1;
}

.inner_publish_popup {
  padding: 15px 0px 15px 15px;
}

.form-switch {
  margin-bottom: 10px;
  padding-left: 35px;
}

.form-switch .form-check-label {
  font-size: 12px;
  margin-left: 10px;
  font-weight: 500;
  padding: 0px !important;
}

.form-switch .form-check-input:checked:focus:before {
  box-shadow: 0px 0px 0 12px #1266f1;
}

.publish_checkbox {
  width: 100%;
  padding: 5px 0px 5px 22px;
  display: flex;
  align-items: center;
}

.publish_checkbox .form-check-label {
  font-size: 12px;
  margin: 2px 0px 0px 8px;
  color: #989898;
}
.top_publish_checkbox .form-check-input {
  top: 1px !important;
}
/*--- Left Sidebar---*/
.inner_section {
  display: inline-block;
  width: 100%;
  min-height: calc(100vh - 55px);
  background: #fbfbfb;
  position: relative;
  margin-top: 55px;
  /*padding-bottom: 75px;*/
}

.left_sidebar {
  position: fixed;
  left: 0px;
  top: 50px;
  max-width: 250px;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  z-index: 10;
  overflow: auto;
  height: calc(100vh - 45px);
  padding-bottom: 45px;
  padding-top: 45px;
  font-family: var("--app-body-font");
}

.top_fixed {
  position: fixed;
  left: 0px;
  top: 55px;
  width: 100%;
  background: #f3f3f5;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 101;
}

.button_fixed {
  padding: 2px 5px;
  border: dashed 1px #000000;
  border-radius: 5px;
  font-size: 11px;
  text-transform: uppercase;
  margin: 10px 0px;
  cursor: pointer;
  transition: 0.5s all;
  width: 45%;
  text-align: center;
}

.button_fixed:hover {
  background: #ffffff;
}

.left_innerblock {
  padding: 0px 15px 0px 10px;
  display: flex;
  font-size: 16px;
  cursor: pointer;
  min-width: 100%;
  min-height: 110px;
  position: relative;
  border: none;
  background: #ffffff;
  /*border-bottom: solid thin #e1e1e1;*/
}

.left_innerblock .section-title {
  display: flex;
  align-items: center;
  max-width: 240px;
}

.left_innerblock i {
  margin-right: 5px;
  font-style: inherit;
  min-width: 20px;
}

.left_innerblock img,
.left_innerblock video {
  width: calc(100% - 25px) !important;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  max-height: 125px;
  min-height: 110px;
}

.viewport {
  z-index: 15;
  overflow: initial !important;
}

.video_inner_section {
  /*z-index: 1000;*/
  padding: 20px 0px 0px 0px;
  min-width: 250px;
}

.video_inner_section .left_innerblock video {
  width: calc(100% - 20px) !important;
  height: 100%;
}

.bottom_fixed {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #f3f3f5;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.fixed_block {
  width: 50%;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  opacity: 0.6;
  border-top: solid 3px #f3f3f5;
}

.selected_bottom {
  border-top: solid 3px #3b88cf;
  opacity: 1;
}

.fixed_block img {
  width: 25px;
}

.left_sidebar::-webkit-scrollbar-thumb {
  background: #bdbcbc;
  border-radius: 5px;
}

.left_sidebar::-webkit-scrollbar {
  width: 8px;
  background: #0000001c;
}

/*Left Sidebar end*/
/*Inner section css*/
.overall_page_container {
  width: 100%;
  padding: 5px 10px 0px 260px;
  position: relative;
}

.top_data_header {
  display: flex;
  width: 100%;
  padding: 3px 3px 3px 10px;
}

.options_block {
  padding: 5px;
  transition: 0.5s all;
  cursor: pointer;
}

.options_block img {
  width: 30px;
}

.options_block:hover {
  background: #f5f5f5;
}

.inner_thumb_container {
  display: inline-block;
  width: 100%;
}

.thumb_image_view {
  width: 100%;
  display: inline-block;
  height: calc(100vh - 225px);
  position: relative;
  text-align: center;
}

.image_view_block {
  display: inline-block;
  height: calc(100vh - 125px);
  text-align: center;
  margin: 0px auto;
  position: relative;
}

.thumb_head {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px 5px 0px;
}

.image_thumb_inner {
  position: relative;
  height: calc(100vh - 230px);
}

.coveringCanvas {
  position: absolute !important;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.thumb_image_title {
  font-size: 14px;
  color: #666666;
}

.thumb_image_title:hover {
  border-color: #cccccc9e !important;
}

.editable_title:hover {
  border-color: #cccccc9e !important;
}

.thumb_options {
  display: flex;
  justify-content: center;
  align-items: center;
}

.action_icon_thumb {
  cursor: pointer;
  padding: 5px;
  transition: 0.5s all;
}

.action_icon_thumb img,
.action_icon_thumb i {
  width: 20px;
  opacity: 0.6;
}

.action_icon_thumb:hover img,
.action_icon_thumb:hover i {
  opacity: 1;
}

.main_image_thumb {
  /*height: calc(100% - 100px);*/
  height: 100%;
  min-width: 700px;
  margin: 0px auto;
  display: inline-block;
  z-index: 2;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.12) 0px 2px 10px 0px;
}

.center_thumb_blank {
  width: 100%;
  position: absolute;
  left: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  border: solid thin #e1e1e1;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  z-index: 1;
}

.loading_image_withtext {
  text-align: center;
  align-items: center;
  display: flex;
  flex-flow: column;
  color: #07d;
}

.loading_image_withtext span {
  cursor: pointer;
  margin-top: 15px;
}

.bottom_thumb_section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  z-index: 10;
  display: none;
}

.cat-imgremoverborder {
  width: 100% !important;
}

/*.thumb_image {
  width: 110px;
  transition: 0.5s all;
  border: solid 3px #ffffff;
  margin: 5px;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  cursor: pointer;
  min-height: 50px;
}*/
.thumb_image {
  min-width: 100px;
  width: 100px;
  border: solid 3px #ffffff;
  margin: 10px 15px 5px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  cursor: pointer;
  min-height: 60px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb_image img {
  width: 100%;
  height: 100%;
  max-height: 70px;
}

.thumb_image:hover {
  border-color: #0a92d1;
}

.selected_thumb {
  border: solid 3px #3b438b;
}

.internal_scroll {
  display: flex;
}

.form-control-outline {
  outline: solid thin #e1e1e15c;
  border: none;
}

.selected_thumb:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  bottom: -15px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  opacity: 0;
}

/*Inner Section css end*/
/*--Modal Popup design css*/
.modal_outerupperlayer {
  opacity: 0.5;
  display: none;
}

.popup_overlay_container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 55px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.popup_overlay_image_inner {
  position: absolute;
  z-index: 99;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  /* display: none; */
}

.popup_section {
  width: 675px;
  background: #ffffff;
  position: absolute;
  /*  top: 10px;*/
  border-radius: 10px;
  /*  transition: 0.5s all;*/
  z-index: 9999;
}

.popup_section_show_embed {
  right: calc(50% - 337px);
  top: calc(50% - 170px);
}

.popup_checkbox_block {
  /*padding: 10px 0px;*/
  margin: 10px 0px;
}

.popup_section_animate {
  /*right: 20px;*/
  /*right: calc(50% - 337px);*/
}

.popup_header {
  display: flex;
  justify-content: space-between;
  padding: 15px 15px 10px 20px;
  border-bottom: solid thin #e1e1e1;
  align-items: center;
  font-size: 16px;
}

.popup_inner_section {
  padding: 20px 30px;
}

.popup_inner_section .form-row {
  margin: 0px 0px 10px 0px;
}

label,
.form-row .head_label {
  font-size: 14px;
  margin-bottom: 2px;
  /* color: #000000; */
  font-weight: 500;
}

.form-control-input {
  width: calc(100% - 100px);
  border: solid thin #e1e1e1;
  border-radius: 5px 0px 0px 5px;
  padding: 8px 5px 8px 10px;
  font-size: 14px;
}

.popup_inner_section .form-row .input-group-text {
  width: 100px;
  text-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px 5px 5px 0px;
  border-left: 0px;
}

.popup_inner_section .publish_checkbox {
  margin-bottom: 5px;
}

.publish_link {
  font-size: 11px;
  margin-top: 5px;
}

.popup_overlay_container_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0px;
  left: 0px;
}

.popup_header_title {
  display: flex;
  align-items: center;
}

.arrow_left_block {
  opacity: 0.6;
  cursor: pointer;
}

.arrow_left_block:hover {
  opacity: 1;
}

.switch_withtxt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0px;
}

.right_tabshowhide {
  position: relative;
  width: 50%;
}

.right_tabshowhide input {
  padding: 3px 10px;
  font-size: 14px;
}

.right_tabshowhide i {
  position: absolute;
  right: 15px;
  z-index: 10;
  top: 5px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.5s all;
  font-size: 16px;
}

.right_tabshowhide i:hover {
  opacity: 1;
}

.active_copy {
  background: var(--app-button-bg);
  color: #ffffff;
  border-color: var(--app-button-bg);
  transition: 0.5s all;
  position: relative;
}

.active_copy .copy_txt {
  transform: scale(0);
  transition: 0.5s all;
}

.active_copy .copied_txt {
  transform: scale(1);
}

.copied_txt {
  transition: 0.5s all;
  transform: scale(0);
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0px;
  line-height: 35px;
}

.copy_txt {
  display: inline-block;
  transition: 0.5s all;
}

.share_link_popup_section:after {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  z-index: -1;
  top: 0px;
  display: none;
}

.popup_section_show:after {
  display: block;
}

.table_pagi_block nav {
  display: inline-block;
}

.share_link_popup_section {
  width: 675px;
  background: #ffffff;
  position: absolute;
  top: 2%;
  border-radius: 10px;
  height: 96%;
  z-index: 100;
  visibility: hidden;
}

.popup_section_show {
  right: calc(50% - 337px);
}

.embed_width_row {
  display: flex;
  align-items: center;
  width: 100%;
}

.embed_width_row .head {
  font-weight: 550;
  font-size: 14px;
  margin-right: 10px;
}

.popup_overlay {
  /*    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 55px;
    left: 0px;
    background: rgba(0,0,0,0.3);*/
}

.embed_input_txt {
  outline: none;
  border: solid thin #e1e1e1;
  padding: 5px 10px;
  border-radius: 3px;
  width: 80px;
  margin-right: 10px;
}

.subnote {
  font-size: 12px;
  color: #ff5722;
  font-weight: 500;
}

.table_container {
  display: flex;
  flex-flow: column;
  overflow: auto;
  min-height: 300px;
  max-height: calc(100vh - 300px);
}

.table_pagination {
  padding-bottom: 50px;
}

.table_container .pagination {
  margin-top: 5px;
}

.table_pagi_block ul.pagination {
  position: absolute;
  bottom: 15px;
  background: #ffffff;
}

.share_link_table thead tr th {
  font-weight: 550;
  border-bottom: solid thin #e1e1e1;
  font-size: 12px;
  padding: 5px;
}

.width_expiry {
  width: 60px;
}

.width_viwed {
  text-align: center;
  width: 60px;
}

.width_action {
  width: 110px;
  text-align: center;
}

.share_link_table tbody tr td {
  font-size: 12px;
  padding: 5px;
}

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

.table_btn_container .visnone {
  transform: scale(0);
  position: absolute;
}

.alldelete_expired_msg {
  position: absolute;
  bottom: 20px;
  right: 250px;
}

.copied_class {
  position: relative;
}

.copied_class:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3a4e95;
  top: 0px;
  left: 0px;
  border-radius: 3px;
  content: "\F012C";
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: 0.5s all;
  transform: scale(0);
}

.copied_class_show:before {
  transform: scale(1);
}

.confirmation_popup {
  z-index: 999999;
}

.table_btn {
  width: 30px;
  opacity: 0.6;
  cursor: pointer;
  transition: 0.5s all;
  padding: 5px;
  border-radius: 4px;
}

.fullvideo_section {
  width: 100%;
  padding: 0px 0px 0px 245px;
  position: relative;
}

.full_video_container {
  text-align: center;
  padding: 15px 10px 0px 270px;
}

.action_block {
  display: flex;
  font-size: 13px;
  transition: 0.5s all;
  align-items: center;
  height: 100%;
  width: 100%;
  letter-spacing: 0.5px;
}

.success_action_massage {
  color: var(--app-success-color);
  transition: 0.5s all;
}

.error_action_massage {
  color: var(--app-error-color);
  transition: 0.5s all;
  font-size: 12px;
  line-height: 14px;
}

.popup_button_upper_result {
  position: absolute;
  top: -35px;
  right: 0px;
}

.popup_button_upper_result_right {
  position: absolute;
  top: 8px;
  left: calc(50% + 0px);
}

.popup_button_upper_result_left {
  position: absolute;
  top: -35px;
  right: 0px;
}

.massage_result {
  position: absolute;
  bottom: 20px;
  right: 15px;
  font-size: 12px;
}

.error_imgeditor {
  position: absolute;
  right: 210px;
  bottom: 20px;
}

.video_full {
  height: calc(100vh - 100px);
  max-width: 100%;
  padding-right: 10px;
}

.tooltip {
  z-index: 99999 !important;
}

.table_btn:hover {
  /*background: #bdb6b6;*/
  background: #f5f5f5;
}

.table_btn img {
  width: 100%;
}

.table_edit_block {
  width: 28px;
  padding-top: 6px;
}

.table_pagination_block {
  display: flex;
  justify-content: space-between;
  /*  padding-top: 10px;
    border-top: solid thin #e1e1e1;*/
  margin-top: 10px;
}

.pagination li {
  border: none;
}

.pagination .page-item.active .page-link,
.btn-secondary,
.btn-info {
  background: var(--app-button-bg) !important;
}

.btn_themebtn {
  background: var(--app-button-bg) !important;
  display: flex;
  padding: 5px 30px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  margin: 0px;
  color: #ffffff !important;
  min-height: 35px;
  border-radius: 5px;
  font-weight: 300;
  text-transform: inherit;
  position: relative;
  border: none !important;
}

.btn_themebtn i {
  margin-right: 10px;
  /*font-size: 20px;*/
  font-size: 16px;
  line-height: 16px;
}

table.custom_table {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  border-bottom: none !important;
}

.dataTables_scroll {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

table.custom_table tr {
}

table.custom_table tr th {
  font-size: 13px !important;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #dddddd !important;
  border-top: none;
}

table.custom_table tr td {
  font-size: 12px;
  border: none;
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: initial !important;
  text-align: center;
}

table#automationViewTable.custom_table tr td:nth-child(4) {
  text-transform: lowercase;
}

table.custom_table tr td:first-child {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

table.custom_table tr td {
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 8px 10px 8px !important;
}

table.custom_table tr th {
  padding: 10px 8px 10px 8px !important;
}

table.custom_table.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

table.custom_table.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: hsl(0deg 0% 0% / 0%);
  color: var(--bs-table-striped-color);
}

#clickThroughEmaileads table {
  border: none !important;
}

#clickThroughEmaileads table tr {
  border: none;
}

#clickThroughEmaileads table tr th {
  font-size: 13px;
  font-weight: 600;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-top: none;
}

#clickThroughEmaileads table tr td {
  font-size: 13px;
  border: none;
}

#clickThroughEmaileads table tr td:first-child {
  text-align: left;
  padding-left: 0px;
}

#clickThroughEmaileads table tr td {
  text-align: left;
}

#clickThroughEmaileads .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

#clickThroughEmaileads .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: hsl(0deg 0% 0% / 0%);
  color: var(--bs-table-striped-color);
}

#clickThroughEmaileadsTable_wrapper table {
  border: none !important;
  margin-bottom: 40px;
}

h4#backViewEmailLeads i {
  padding-right: 10px;
}

#clickThroughEmaileadsTable_wrapper table tr {
  border: none;
}

#clickThroughEmaileadsTable_wrapper table tr th {
  font-size: 13px;
  font-weight: 600;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-top: none;
}

#clickThroughEmaileadsTable_wrapper table tr th:first-child {
  padding-left: 0px;
}

#clickThroughEmaileadsTable_wrapper table tr td {
  font-size: 13px;
  border-bottom: 1px solid #dddddd;
}

#clickThroughEmaileadsTable_wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

#clickThroughEmaileadsTable_wrapper
  .table-striped
  > tbody
  > tr:nth-of-type(odd) {
  --bs-table-accent-bg: hsl(0deg 0% 0% / 0%);
  color: var(--bs-table-striped-color);
}

#automationViewTable_wrapper table {
  border: none !important;
  /*table-layout: fixed;*/
}

#automationViewTable_wrapper table tr {
  border: none;
}

.dynamic_textcenter {
  /*display: inline-block;*/
  width: 100%;
  text-align: center;
}

.dataTables_scroll {
  position: relative;
  top: 20px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

#automationViewTable_wrapper table tr th {
  font-size: 13px;
  font-weight: 600;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black;
  border-top: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  /*padding-right: 15px !important;*/
  width: auto !important;
}

#automationViewTable_wrapper table tr th:first-child {
  padding-left: 0px;
}

/*  #automationViewTable_wrapper table tr th
    background-position: 108%;
  }*/
#automationViewTable_wrapper table tr td:first-child {
  padding-left: 0px;
}

#automationViewTable_wrapper table tr td {
  font-size: 12px;
  color: #212529;
  font-weight: 400;
  text-align: left;
  min-width: 16px !important;
  width: auto !important;
}

#automationViewTable_wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

#automationViewTable_wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: hsl(0deg 0% 0% / 0%);
}

a.automationView {
  color: #5d84c8 !important;
  font-size: 13px;

  border-bottom: 2px solid #5d84c8;
  font-weight: 400;
}

.btn_themebtn img {
  width: 18px;
  margin-right: 8px;
}

.btn_themebtn:hover {
  background: var(--app-button-bghover) !important;
  border: 0;
  color: #ffffff;
}

.viewed_link {
  text-align: center;
  cursor: pointer;
  transition: 0.5s all;
  color: #3a4e95;
  font-weight: var(--app-font-weight);
}

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

.viewed_popup {
  position: fixed;
  z-index: 999999;
  max-width: 400px;
  top: calc(50% - 100px);
  left: calc(50% - 200px);
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s all;
  /*transform: scale(0);*/
  display: none;
  color: #000000;
  font-weight: 500;
  width: 100%;
}

.viewed_popup_show {
  transform: scale(1);
  display: block;
}

.share_link_popup_section .viewed_popup_show {
  left: initial;
  right: calc(50% - 200px);
}

/* .note-btn:after {
    display: none;
  }*/
.viewed_row {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  text-align: center;
  align-items: center;
}

.delete_btn {
  max-width: 210px;
  position: absolute;
  right: 30px;
  bottom: 15px;
}

.viewed_block {
  width: 50%;
}

.viewed_max {
  max-width: 105px;
}

.viewed_count {
  max-width: 50px;
}

.viewed_block span {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}

.viewed_edit_popup {
  width: 90%;
  left: initial;
  top: 65px;
  max-width: 538px;
  left: calc(50% - 269px);
}

.popup_button_right {
  position: absolute;
  right: 0px;
  top: 10px;
  left: calc(50% + 60px);
  text-align: left;
  font-size: 12px;
}

.viewed_edit_popup_show {
  transform: scale(1);
  display: block;
}

.center_border_btnblock {
  text-align: center;
  display: flex;
  justify-content: center;
  /*  padding-top: 10px;
    border-top: solid thin #e1e1e1;*/
  position: relative;
}

.gray_scale_white {
  filter: invert(100%) sepia(100%) saturate(100%) hue-rotate(341deg)
    brightness(100%) contrast(100%);
}

.checkbox_download_row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.form-check-radio {
  align-items: center;
  display: flex;
}

.form-check-radio .form-check-label {
  letter-spacing: 0.5px;
  font-size: 14px;
  margin: 0px 0px 0px 10px;
}

.dont-showchk .form-check-radio .form-check-input {
  width: 17px;
  height: 17px;
}

.form-check-radio .form-check-input {
  margin: 0px;
  width: 17px;
  height: 17px;
}

.form-check-radio .form-check-input {
  /*    margin: 0px;
    width: 18px;
    height: 18px;*/
}

.customer_records .form-control,
.customer_records_dynamic .form-control {
  width: 100%;
}

.errorBorder {
  border-color: #ff4061;
}

.center_link_popup {
  right: calc(50% - 337px);
  top: 10px;
}

/* .form-inputtxt {
    font-size: 14px;
  } */

.popup_download_animate {
  /*right: calc(50% - 200px);*/
  width: 400px;
}

.hotspot_section {
  bottom: -100%;
  top: initial;
  left: calc(50% - 250px);
}

.hotspot_section_show {
  bottom: 50px;
}

.hotspot_outline_color_row {
  width: 100%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploaded_imageblock {
  display: none;
  width: 100%;
  position: relative;
}

.close_image {
  float: right;
  position: absolute;
  right: -10px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
  top: 12px;
  background: #ffffff;
  z-index: 10;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  opacity: 0.9;
  transition: 0.5s all;
  cursor: pointer;
  display: none;
}

.upload_image_btn_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  position: absolute;
  right: -10px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  width: 25px;
  height: 25px;
  top: 12px;
  background: #ffffff;
  z-index: 10;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  opacity: 0.9;
  transition: 0.5s all;
  cursor: pointer;
}

.upload_image_btn_icon i {
  font-size: 18px;
}

.close_image:hover,
.upload_image_btn_icon:hover {
  opacity: 1;
}

.upload_image_btn {
  position: absolute;
  right: 0px;
  font-size: 10px;
  padding: 0px 10px;
  border: solid thin var(--app-button-bg);
  border-radius: 5px;
  display: flex;
  align-items: center;
  color: #3a4e95;
  top: -5px;
}

.upload_image_btn i {
  font-size: 20px;
  margin-right: 8px;
  line-height: 22px;
}

.upload_file {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
}

/*.viewed_popup_show:after{
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0px;
    z-index: -1;
    top: 0px;
    display: none;
  }
  .viewed_popup_show:after {
    display: block;
    }*/
/*Modal Popup design css end*/
/*--- Payment Page Css*/
.header_menu_nav {
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0px;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
}

.header_menu_nav li {
  margin-right: 20px;
  transition: 0.5s all;
  opacity: 0.8;
}

.header_menu_nav li:hover {
  opacity: 1;
}

.header_flexcenter {
  display: flex;
  align-items: center;
}

.right_action_popup_btn {
  font-size: 30px;
  color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
  position: relative;
  line-height: 20px;
}

.right_action_popup_btn i {
  position: absolute;
  top: 5px;
  right: 0px;
}

.new_heading_block {
  padding: 15px 0px;
  color: #6a6868;
}

.pay_details_block.new_insight_section h3 {
}

.new_heading_block h3 {
  margin-bottom: 10px;
}

.pay_details_block b {
  font-weight: 550;
  margin-right: 5px;
}

.plan_block_container {
  display: flex;
  padding: 20px 0px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: 760px;
  margin: 0px auto;
  display: none;
}

.plan_block {
  display: flex;
  flex-flow: column;
  background: #ffffff;
  padding: 15px 15px 70px 15px;
  width: 32%;
  border-radius: 10px;
  position: relative;
  min-height: 460px;
}

.plan_block_header {
  display: flex;
  flex-flow: column;
}

.plan_block_header span {
  font-size: 12px;
  color: #666666;
  margin: 5px 0px 20px 0px;
}

.plan_block h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.plan_block h1 span {
  font-size: 12px;
  color: #666666;
  margin-left: 3px;
}

.plan_block h1 b {
  display: inline-block;
  font-size: 16px;
}

.plan_details {
  font-size: 12px;
}

.plan_details b {
  font-weight: bold;
  margin: 8px 0px 5px 0px;
  display: inline-block;
  color: #000000;
}

.check_left_ul li {
  position: relative;
  margin: 5px 0px 10px 0px;
}

ul.check_left_ul li:before {
  position: absolute;
  content: "\F012C";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: -20px;
  font-size: 16px;
}

.bottom_fixed_btn {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 30px);
  margin: 0px !important;
  font-size: 100%;
  display: inline-block;
  border-radius: 5px;
  left: 15px;
  padding: 5px 15px;
}

.talktosales_btn {
  border: solid thin #ada8a8 !important;
  color: #666666 !important;
  font-weight: bold;
}

.link_see_all_features {
  text-align: center;
  margin: 15px 0px;
  color: #07d;
  text-decoration: underline;
  font-weight: 550;
  cursor: pointer;
}

.billing_history_container {
  max-width: 760px;
  margin: 0px auto;
  padding: 15px 0px;
}

.billing_history_container h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

.table_billing {
  background: #ffffff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  font-size: 100%;
}

.table_billing tr td {
  font-size: 12px;
}

.add_update_btn {
  letter-spacing: 1px;
  border-radius: 5px;
}

.download_btn svg {
  width: 18px;
  margin-right: 5px;
}

.download_btn {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.card_info_row {
  border: solid thin #e1e1e1;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}

.card_number_row {
  display: flex;
  justify-content: center;
  padding: 10px 50px 7px 10px;
  border-bottom: solid thin #e1e1e1;
}

.card_info_row input {
  border: none;
  outline: none;
  box-shadow: none !important;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.card_number_row .card-number {
  height: 20px;
}

.card_right_images {
  display: flex;
}

.card_right_images img {
  height: 24px;
  margin-right: 8px;
  box-shadow: 0 10px 20px 0 #0000000d;
  margin-top: -3px;
}

.card_other_details {
  display: flex;
  text-align: center;
}

.card_other_details input {
  padding-left: 15px;
  border-radius: 0px;
}

.formore_options {
  font-size: 12px;
  color: #a2a2a2;
}

.central_equalbtn .btn {
  width: 180px;
  height: 40px;
  margin: 0px;
  font-size: 14px;
  border-radius: 5px;
}

.formore_options b {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  transition: 0.5s all;
}

.btn_cancel {
  border: solid thin #c9c7c5;
  margin-right: 20px !important;
  background-color: #c9c7c5;
}

.new_subscription_terms a {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 5px;
  color: #3a4e95;
  font-weight: bold;
}

.plan_section {
  max-width: 900px;
  bottom: -100%;
  top: initial;
  left: calc(50% - 380px);
  width: 96%;
}

.plan_section_show {
  bottom: 20px;
}

.payment_popupinner {
  overflow: auto;
  max-height: calc(100vh - 160px);
  position: relative;
}

.plan_top_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
}

.plan_top_head b {
  font-weight: bold;
}

.plan_top_head span {
  display: flex;
  font-size: 12px;
  align-items: center;
}

.plan_top_head span button {
  margin-left: 10px;
  border-radius: 5px;
  font-size: 10px !important;
}

.left_start_flex {
  justify-content: left;
}

.billed_color_box {
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  padding: 10px 15px 0px 15px;
  margin: 10px 0px 20px 0px;
  border-radius: 5px;
}

.billed_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.billed_row_total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-top: solid thin #cccccc;
  margin-top: 10px;
  font-weight: bold;
}

.popup_payment_section {
  display: inline-block;
  width: 100%;
}

.popup_payment_section h3 {
  font-weight: 550;
  margin: 10px 0px;
}

.new_subscription_terms {
  font-size: 11px;
  margin-top: 15px;
  color: #666666;
}

/*--- Payment Page end*/
/*----Insights Page Css*/
body {
  /*font-weight: 500;*/
  font-size: 14px;
}

.more_privately_table {
  border-top: none !important;
}

.new_insight_section h3 {
  font-weight: 600;
  margin: 20px 0px;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--app-heading-color);
}

.table_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown_block {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.choose_text {
  min-width: 100px;
  font-size: 12px;
  font-weight: 600;
}

.label_ddl {
  font-size: 12px;
  font-weight: 600;
}

.ddl_choose_folder {
  background: none !important;
  padding: 8px 10px !important;
}

.ddl_choose_folder {
  display: inline-block;
  font-size: 13px;
  padding: 8px 10px 8px 3px;
  border: solid thin #e1e1e1;
  border-radius: 5px;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.download_btnlead {
  border-radius: 5px;
  padding: 8px 25px;
}

.table-innersection {
  display: inline-block;
  width: 100%;
  position: relative;
}

.right_insighttable_block {
  position: absolute;
  right: 195px;
  top: 10px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.table_insights {
  margin: 0px;
  text-align: center;
  border-top: solid 2px #a0a0a0;
  position: relative;
  top: 5px;
  margin-bottom: 10px !important;
}

.table_insights thead tr td {
  border: none;
  font-weight: bold;
  font-size: 12px;
}

.main_container {
  margin-top: -10px;
}

/* .table_insights thead tr .bottom_bottom {
  border-bottom: solid thin #cccccc;
} */
/*.table_insights thead tr th,
#anotation-leads thead tr th {
  font-weight: 550;
  font-size: 12px;
}*/

.table_header_ddl {
  border: none;
}

.table_insights tr td,
#anotation-leads tr td {
  font-size: 12px;
  font-weight: 400;
}

#anotation-leads tr td,
#anotation-leads tr th {
  padding: 10px 8px 10px 8px !important;
}

.dataTables_length label,
.dataTables_filter label {
  font-size: 12px;
  font-weight: 600;
}

.popup_share_btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
  background: #3a65ac !important;
  color: #ffffff !important;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
}

.view_share_btn {
  width: 30px;
  height: 25px;
  display: inline-block;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
  line-height: 23px;
  border-radius: 3px;
  font-weight: bold;
  color: #3a65ac;
  text-decoration: underline;
}

.view_share_btn:hover {
  background: #f5f5f5;
  /* border: solid thin #e1e1e1; */
}

/*----Insights Page css end*/
/*New Automation Page css*/
.fade:not(.show) {
  opacity: 1;
}

.tooltip {
  font-family: var(--app-body-font);
}

.tooltip .tooltip-arrow {
  display: block;
}

.tooltip-inner {
  font-size: 11px;
}

.right-sec .btn-top svg {
  left: 14px;
}

/*---Page wise css*/
.pageback_block {
  color: var(--app-heading-color);
  transition: 0.5s all;
  /*opacity: 0.8;*/
  position: relative;
  padding-left: 15px;
  /*margin-bottom: 5px;*/
  display: inline-block;
  cursor: pointer;
  min-height: 21px;
}

.pageback_block:hover {
  opacity: 1;
}

.pageback_block i {
  font-size: 36px;
  line-height: 20px;
  width: 28px;
  /*opacity: 0.6;  
    color: var(--app-heading-color);*/
  transition: 0.5s all;
  text-align: left;
  position: absolute;
  left: -14px;
}

.pageback_block span {
  opacity: 1;
}

.pay_details_row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  align-items: center;
}

.filter_category_ddlbox {
  max-width: 220px;
  margin-top: 15px;
}

.automation_block_container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%);
  margin-left: -1.5%;
  /*    overflow: auto;
      padding: 10px 0px;
      max-height: calc(100vh - 200px);*/
}

.automation_block {
  display: inline-block;
  position: relative;
  width: 22%;
  margin: 0px 1.5% 30px 1.5%;
}

.auto_image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}

.auto_image img {
  width: 100%;
  height: 170px;
  border-radius: 5px 5px 0px 0px;
  object-fit: cover;
}

.onhover_block {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 1;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  font-size: initial;
  visibility: hidden;
  transition: 0.5s all;
  z-index: 10;
  border-radius: 5px 5px 0px 0px;
}

.onhover_block .btn {
  font-size: 13px;
}

.inner_data_block {
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.time_create {
  font-size: 10px;
  color: #8e8c8c;
  margin-top: 5px;
}

.auto_name {
  /*cursor: pointer;*/
  color: #666666;
  font-size: 12px;
  font-weight: bold;
}

.auto_name_new {
  /*cursor: pointer;*/
  color: #666666;
  font-size: 12px;
}

.automation_block:hover .onhover_block {
  visibility: visible;
}

/*Popup overlay full*/
.popup_overlay_full {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.inner_popup_full {
  background: #ffffff;
  /*height: calc(100vh - 55px);*/
  height: 100%;
  margin-top: 0px;
  position: absolute;
  width: 100%;
  bottom: -100%;
  transition: 0.5s all;
  display: none;
  overflow: auto;
  max-height: calc(100vh - 55px);
}

.fullpopup_inner_section {
  padding: 30px 0px 10px 0px;
}

.top_add_btn {
  display: flex;
}

.add_btn {
  display: flex;
  justify-content: center;
}

.add_btn i {
  font-size: 20px;
  height: 18px;
  margin-right: 5px;
  line-height: 20px;
}

.inner_popup_full_show {
  bottom: 0px;
  display: block;
}

.addsubtitle_btn {
  float: right;
  font-size: 13px;
  margin: 5px 0px;
  cursor: pointer;
  display: flex;
  justify-content: right;
  opacity: 0.8;
  transition: 0.5s all;
  align-items: center;
  text-align: right;
}

.addsubtitle_btn i {
  font-size: 19px;
  line-height: 17px;
  margin-right: 1px;
}

.addsubtitle_btn:hover {
  opacity: 1;
}

.popup-ddl {
  width: 100%;
  display: inline-block;
  padding: 7px 5px;
  font-size: 12px;
  color: #666666;
  border: solid thin #e1e1e1;
  border-radius: 3px;
}

.top_hyrichy {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 0px 5px;
  overflow: auto;
  margin: 10px 0px;
  border-radius: 5px;
  border: solid thin #e1e1e1;
  max-height: calc(100vh - 375px);
}

.hyrichy_row {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 30px;
  font-size: 12px;
  background: #ffffff;
  border: solid thin #e1e1e1;
  margin: 5px 0px;
}

.hyrich_row_data {
  display: flex;
  width: 100%;
  padding: 3px 0px 3px 10px;
  justify-content: space-between;
  position: relative;
  background: #f5f5f5;
  align-items: center;
}

.action_expand {
  position: absolute;
  left: -30px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--app-button-bg);
  color: #ffffff;
}

.action_block i {
  font-size: 22px;
  cursor: pointer;
  width: 25px;
  display: inline-block;
  line-height: 25px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  transition: 0.5s all;
  opacity: 0.8;
  transform: scale(0.9);
}

.action_block .mdi-pencil {
  color: var(--app-button-bghover);
}

.action_block .mdi-delete {
  color: #f44336;
}

.action_block i:hover {
  opacity: 1;
  transform: scale(1);
}

.top_right_dots {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: flex;
  font-size: 25px !important;
  line-height: 20px;
  padding: 3px 6px;
  min-height: 30px;
  border-radius: 0px;
}

.dropdown_inner {
  position: absolute;
  z-index: 10;
  right: -64px;
  min-width: 100px;
  top: 30px;
  transition: 0.5s all;
  display: none;
  color: #666666;
}

.dropdown_row {
  display: flex;
  font-size: 12px;
  align-items: center;
  font-weight: 500;
  text-align: left;
  padding: 5px 10px 3px 10px;
  transition: 0.5s all;
}

.dropdown_row i {
  /*  width: 30px;
  font-size: 16px;
  text-align: left;*/
}

.dropdown_row:hover {
  background: #f8f9fa;
}

.top_right_dots:hover .dropdown_inner {
  display: block;
}

.popup_scale0 {
  transform: scale(0);
}

.popup_ddl {
  display: inline-block;
  font-size: 13px;
  padding: 8px 10px 8px 3px;
  border: solid thin #e1e1e1;
  border-radius: 5px;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.inner_subsection_popup {
  transition: 0.5s all;
  /*min-height: 100%;*/
}

.secondpopup_inner_section {
  padding: 0px 0px 10px 0px;
  overflow: auto;
  max-height: calc(100vh - 100px);
}

.hyrichy_block {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}

.inner_hyrichy_row {
  display: flex;
  position: relative;
  min-width: 500px;
  max-width: 650px;
  align-items: center;
  margin-bottom: 10px;
}

.hyrich_txt {
  width: 370px;
  display: inline-block;
  padding: 8px;
  border: solid thin #e1e1e1;
  border-radius: 3px;
  font-size: 12px;
}

.action_block_hyrich {
  display: inline-block;
  width: 125px;
  position: relative;
  padding-left: 10px;
}

.action_block_hyrich i {
  font-size: 22px;
  cursor: pointer;
  width: 35px;
  display: inline-block;
  text-align: center;
  align-items: center;
  transition: 0.5s all;
  opacity: 0.7;
  line-height: 30px;
  height: 30px;
}

.action_sub_action i:hover,
.action_block_hyrich i:hover {
  /*transform: scale(1);*/
  opacity: 1;
}

.show_option {
  transform: scale(1);
}

.inner_subsection {
  width: calc(100% - 40px);
  border-radius: 5px;
  margin: 10px 0px 10px 40px;
}

.hyrich_txt {
  width: 370px;
  display: inline-block;
  padding: 8px;
  border: solid thin #e1e1e1;
  border-radius: 3px;
  font-size: 12px;
}

.action_sub_action {
  display: inline-block;
  padding-left: 10px;
}

.action_sub_action i {
  width: 35px;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
  text-align: center;
  align-items: center;
  transition: 0.5s all;
  opacity: 0.7;
  line-height: 30px;
  height: 30px;
}

.inner_sublinkadd {
  padding: 10px 15px;
  width: calc(100% - 40px);
  background: #f5f5f5;
  border-radius: 5px;
  margin: 10px 0px 10px 40px;
  display: none;
}

.walkthought_title_btnbox {
  display: flex;
  justify-content: flex-end;
}

.close_btn {
  margin: 0px 10px 0px 0px;
  padding: 1px 12px !important;
  border-radius: 3px;
  font-weight: 500;
  display: flex;
  align-items: center;
  background: #b5b3b3;
}

.close_btn i {
  font-size: 21px;
  margin-right: 3px;
}

.dynamic_row_append_child {
  display: inline-block;
  margin: 10px 0px 10px 40px;
}

/*New Automation Page css end & Start Profile edit*/
.edit-page-block {
  width: 100%;
  max-width: 400px;
}

.edit_block {
  margin-bottom: 20px;
}

.edit-page-block .f-field label {
  font-size: 12px;
  margin-bottom: 0px;
}

.edit-page-block .f-field .form-control {
  font-size: 12px;
}

.error_txt p {
  color: #dd0000;
  font-size: 11px;
  width: 100%;
  margin: 5px 0px 0px 0px;
  display: inline-block;
  font-weight: 500;
}

.password_block h6 {
  font-weight: bold;
}

.password_block span {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
}

.center_small_popup {
  bottom: -100%;
  top: initial;
  left: calc(50% - 200px);
  width: 400px;
}

.popup_center_animate {
  /*bottom: 50px;*/
}

.edit-page-block .f-field {
  /*margin-bottom: 15px;*/
}

.popup_error {
  color: #dd0000;
  font-size: 11px;
  width: 100%;
  margin: 5px 0px 0px 0px;
  display: inline-block;
  font-weight: 500;
}

/*----Walkthought Show---*/
.inner_section_blank {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.details_textarea_block {
  position: relative;
  padding: 40px;
  min-height: 360px;
}

.page_heading {
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.details_textarea_block {
  position: relative;
  padding: 40px;
  min-height: 360px;
}

.walkthought_select_block {
  padding: 40px 50px 10px 70px;
}

.onhover_block a {
  color: #ffffff;
}

/*----Profile Edit----*/
.upload_image_block {
  border: dashed 1px #cccccc;
  border-radius: 10px;
  padding: 30px;
  font-size: 12px;
  /* margin: 10px 0px 30px 0px; */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  flex-flow: column;
}

.hidden-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}

.icon_upload {
  width: 40px;
  padding: 3px 5px;
  margin-bottom: 5px;
  /*background: #f5f5f5;*/
}

.icon_upload img {
  width: 100%;
}

.upload_link {
  font-size: 12px;
  color: #07d;
}

.upload_txt {
  color: #cccccc;
}

.logo_block {
  position: relative;
  width: 60px;
}

.edit_logo_block {
  position: absolute;
  z-index: 10;
  background: #cccccc;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 50%;
  right: -8px;
  bottom: 5px;
  cursor: pointer;
}

.middle_cover_image {
  margin: 15px 0px;
}

.banner_setting {
  position: relative;
  width: 100%;
  height: 285px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_heading_block {
  display: flex;
  justify-content: center;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  align-items: center;
}

.heading_action {
  min-width: 30px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.2);
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  line-height: 30px;
  opacity: 0.8;
  transition: 0.5s all;
  cursor: pointer;
  margin-top: 5px;
}

.other_title_setting .jscolor {
  margin: 0px;
}

.setting_edit {
  margin-left: 15px;
  opacity: 0;
}

.action_editable .setting_edit {
  display: none;
}

.other_title_setting {
  line-height: 20px;
  margin-left: 15px;
  display: none;
}

.action_editable .other_title_setting {
  display: block;
}

.color_block {
  width: 70px;
  display: inline-block;
}

.color_block .form-control {
  border: none;
  font-size: 12px;
  padding: 6px 2px 6px 8px;
}

.subheading_block {
  font-size: 16px;
}

.upload_btn_cover {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  opacity: 0;
  transition: 0.5s all;
  left: calc(50% - 155px);
}

.change_upload_banner {
  position: relative;
}

.banner_setting:hover .upload_btn_cover {
  opacity: 1;
}

.main_heading_block:hover .setting_edit {
  opacity: 1;
}

.center_confirmation_popup {
  left: calc(50% - 200px);
  width: 400px;
  bottom: inherit;
  top: calc(50% - 100px);
  /*transform: scale(0);*/
  /*  display: none;*/
}

.center_upgrade_popup {
  left: calc(50% - 200px);
  width: 400px;
  height: 180px;
  bottom: inherit;
  top: calc(50% - 200px);
}

/* .popup_overlay_container, */
.center_upgrade_popup,
.center_confirmation_popup {
  position: absolute;
}

.popup_center_confirmation {
  /*transform: scale(1);*/
  display: block;
}

.confirm_cancel {
  background: #f0f1f5 !important;
  color: #000000 !important;
  border-radius: 5px;
}

.confirm_close {
  float: right;
  margin: 10px;
}

.confirmation_txt {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.conformation_btnblock {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conformation_btnblock {
  display: flex;
  align-items: center;
  justify-content: center;
}

.conformation_btnblock .btn {
  min-width: 90px;
  margin: 10px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: var(--app-font-weight);
  text-transform: capitalize;
  border: 0;
}

.upgrade_btnblock {
  display: flex;
  align-items: center;
  justify-content: center;
}

.upgrade_btnblock .btn {
  min-width: 90px;
  min-height: 40px;
  margin: 10px;
  font-size: 12px;
  border-radius: 28px;
  letter-spacing: 0.5px;
  font-weight: var(--app-font-weight);
  text-transform: capitalize;
  border: 0;
}

.btn_theme_outline {
  border: solid 1px var(--app-button-bg);
  color: var(--app-button-bg);
}

.error_massage {
  font-size: 11px;
  margin-top: 5px;
  color: var(--textbox-color-error);
}

.form-switch .form-check-input {
  height: 14px;
  padding-top: 1.3px;
  width: 30px;
  border-radius: 15px;
  background: #278d01 !important;
}

.form-switch .form-check-input:focus {
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.form-switch .form-check-input:after {
  margin: -1px 2px 0px 3px;
  /*  margin: 1px 2px 0px 3px;
  width: 12px !important;
  height: 12px !important;
  background-color: #fff !important;*/
}

.public_optionblock {
  display: flex;
  align-items: center;
}

.upload_image_sync {
  display: none;
}

.form-switch .form-check-input:checked[type="checkbox"]:after {
  margin: -1px 0px 0px 15px;
  background: #ffffff;
  width: 12px;
  height: 12px;
}

.right_account_section {
  float: right;
  position: relative;
}

.right_account_section .dropdown-menu {
  /*  right: -15px;
  top: 39px;
  font-size: 12px;
  padding: 20px 0px;
  box-shadow: 15px 15px 15px -11px #00000029;
  min-width: 230px;
  border: solid thin #e1e1e1;
  width: auto;*/
  top: 35px;
  font-size: 14px;
  /*  padding: 0px 0px 0px 0px;*/
  box-shadow: 15px 15px 15px -11px #00000029;
  min-width: 225px;
  border: solid thin #e1e1e1;
  width: auto;
  /* overflow-y: auto; */
}

.pro_budge_row {
  display: flex !important;
  align-items: center;
}

.pro_badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3fcb82;
  /* padding: 2px 12px; */
  border-radius: 10px;
  font-size: 10px;
  color: #ffffff;
  margin-left: 5px;
  line-height: 12px;
  width: 35px;
  height: 16px;
}
.disabled_feature {
  color: #6c757d !important;
}
#proLabel {
  display: flex;
  /* align-items: center;
  justify-content: center;
  background: #3fcb82;
  padding: 0px 11px;
  border-radius: 14px;
  font-size: 12px;
  color: #ffffff;
  margin-left: 10px;
  line-height: 7px;*/
}

.right_account_section .dropdown-menu .dropdown-item {
  /*  padding: 7px 5px 7px 25px;
  position: relative;*/
}

.right_account_section .dropdown-menu .dropdown-item i {
  opacity: 0.6;
  font-size: 20px;
  min-width: 25px;
  display: inline-block;
  /* line-height: 23px; */
  line-height: 18px;
}

.inner_publish_popup {
  padding: 15px 10px 15px 20px;
  display: inline-block;
  overflow: auto;
  max-height: calc(100vh - 405px);
  width: 100%;
}

.right_account_section .publish_option_popup {
  margin: 0px;
  right: -1px !important;
  padding: 0px;
}

.public_optionblock {
  display: flex;
  align-items: center;
}

.publish_header .close_icon img {
  width: 20px !important;
  height: 20px !important;
}

.right_account_section .dropdown-menu .dropdown-item:hover {
  color: #666666 !important;
}

.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:hover {
  /*  background-color: #f5f5ff;*/
  background-color: #e8edf7;
  box-shadow: none;
  color: #000000;
}

/*---New Setting Page Css--*/
.cover-resize-wrapper {
  position: relative;
  width: 100%;
  height: 285px !important;
  overflow: hidden;
  margin: 10px 0px;
  display: none;
}

.cover-resize-wrapper img {
  width: 100%;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
  cursor: s-resize;
  position: relative;
}

.cover-resize-wrapper .drag-div {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  color: white;
  font-weight: 500;
  padding: 7px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.drag-buttons {
  position: absolute;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  top: 0px;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  align-items: center;
}

.cover-resize-buttons {
  display: flex;
}

.btn_outline {
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  margin: 0px 10px;
  min-height: 35px;
  font-size: var(--app-btn-fontsize);
}

/*----Global Center Popup*/
.center_popup_align {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}

.center_popup_align .popup_section {
  position: initial;
}

.image_box {
  margin-top: 3px;
}

.image_box .slim {
  width: 100%;
  /*min-height: 200px;*/
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
}

.image_box .slim img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  transform: translate(0, 0);
}

.open .dropdown-menu {
  display: block;
}

.hotspot_popup {
  border-radius: 10px !important;
  width: 350px !important;
}

.hotspot_popupblock {
  display: inline-block;
  width: 100%;
  opacity: 1;
  /* // font-family: "Montserrat"; */
  font-family: var(--app-body-font);
  font-weight: 500;
  border-radius: 10px;
  color: #000000;
}

.hotspot_popupblock h4 {
  text-align: left;
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  border-bottom: solid thin #e1e1e1;
  margin-bottom: 0px;
}

.hotspot_popupinner {
  padding: 15px 25px 10px 25px;
  text-align: left;
  overflow: auto;
  max-height: calc(100vh - 250px);
}

.color_picker_txt {
  font-size: 12px !important;
  /*color: white;*/
}

.head_coloroptions {
  margin: 0px -5px 0px -5px;
}

.hotspot_popupinner .head_label {
  font-size: 13px;
  color: #000000;
  margin-bottom: 4px;
  font-weight: 500;
}

.setdefault {
  float: right;
  position: relative;
}

.colorplate_container {
  text-align: center;
}

/*---Color Plate Css--*/
.hoverspot_block {
  padding: 10px 20px;
  width: 100%;
}

.ui-widget-content {
  border: none !important;
}

.jscolor {
  text-align: center;
  border: none;
  margin: 5px 0px 15px 0px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 8%) !important;
}

.colorpicker.colorpicker-with-alpha {
  max-width: 150px;
  height: 135px !important;
  z-index: 101010101010;
}

.colorpicker-color div {
  height: 20px !important;
}

.mce-panel {
  /*  border: none !important;
  box-shadow: none !important;*/
}

.mce-tinymce {
  border-top: solid thin #e1e1e1 !important;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%) !important;
}

.mce-menubtn.mce-fixed-width span {
  width: auto !important;
}

.hotspot_btnblock {
  padding: 5px 20px;
}

.circle_profile_logo {
  border: dashed 1px #cccccc;
  border-radius: 5px;
  padding: 10px 0px 0px 0px;
  position: relative;
  margin-top: 10px;
}

.circle_profile_logo .upload_image_btn_icon {
  top: -10px;
}

.nofound_align_center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-weight: var(--app-font-weight);
}

.nofound_align_center h5 {
  font-weight: var(--app-font-weight);
  margin-bottom: 15px;
  font-size: 16px;
}

.left_thumb_blank {
  width: calc(100% - 50px) !important;
  border-radius: 5px;
  max-height: 125px;
  position: absolute;
  left: 35px;
  height: 110px;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  border: solid thin #e1e1e1;
}

.bgloading_image {
  background-image: url(/assets/loader7.gif);
}

.slim .slim-file-hopper {
  /*background:url("images/218x130.jpg")!important;*/
}

/*--- welcome popup design*/
.modal_outer {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10101010;
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.inner_content {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 18%);
  width: 96%;
  /*margin: 60px auto auto;*/
  position: relative;
  text-align: center;
  border-radius: 10px;
  max-width: 650px;
}

.hello-img {
  margin: 0px auto 10px auto;
  width: 80px;
}

.modal_inner_data {
  font-weight: 400;
}

.main-head {
  font-size: 24px;
  color: #626a92;
  margin: 15px 0px;
}

.download_btnblock {
  margin: 10px auto;
  position: relative;
  padding: 10px 0px;
  background: #33cc99;
  border-radius: 5px;
  color: #ffffff !important;
  letter-spacing: 0.5px;
  max-width: 500px;
  display: flex;
  transition: 0.5s all;
  align-items: center;
  justify-content: center;
}

.download_btnblock:hover {
  outline: 0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.download_btnblock img {
  width: 30px;
  display: inline-block;
  margin-right: 10px;
}

.small_text {
  font-size: 20px;
  margin-bottom: 10px;
  color: #666666;
  letter-spacing: 0.5px;
}

.dont-showchk {
  display: inline-flex;
  font-size: 12px;
  margin: 10px auto 5px auto;
  color: #666666;
  transition: 0.5s all;
}

.dont-showchk .chk_txt {
  margin-left: 8px;
}

.gotit_btnbox {
  width: 100%;
  display: inline-block;
}

.gotit_btn {
  padding: 10px 40px;
  margin: 0px auto;
  background-color: #33cc99;
  border: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  outline: none;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  transition: 0.5s all;
  letter-spacing: 0.5px;
}

.gotit_btn:hover {
  outline: 0;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.video-contain {
  width: 330px;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%),
    0 2px 10px 0 rgb(0 0 0 / 12%);
  box-shadow: 0 0px 0px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  position: relative;
  margin: 0px auto;
}

.play-btn {
  width: 70px;
  height: 70px;
  background: radial-gradient(#1d71b7 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  cursor: pointer;
}

.play-btn:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -7%;
  left: -7%;
  background: rgba(198, 16, 0, 0);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn:hover::after {
  border-left: 15px solid #1d71b7;
  -webkit-transform: scale(20);
  transform: scale(20);
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

.video_lightbox {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}

.video_container {
  width: 96%;
  margin-left: 2%;
}

.video_lbclose {
  font-size: 30px;
  float: right;
  color: #ffffff;
  cursor: pointer;
}

.video_frame {
  width: 100%;
  height: 90vh;
}

.main-subhead {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0.5px;
}

.subcategory-list .col {
  height: auto !important;
}

/*--- welcome popup design end*/
.cat_image_container {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  /*background-image: url(https://s3-us-west-1.amazonaws.com/com-walkthroughdemos/public/frontend/gallery/domain_7/u_7/c_1/c_1_934.png);*/
  background-size: 100%;
  border-radius: 5px 5px 0px 0px;
}

.btn_themered {
  background: var(--app-error-color);
}

.btn_themered:hover {
  background: var(--app-error-color-hover);
}

.note_fordelete {
  display: flex;
  width: 100%;
  font-size: 12px;
  color: #666666;
  text-align: center;
  margin-top: 5px;
}

.note_caption {
  color: var(--app-error-color);
  /* width: 130px; */
}

/*---New Payment Design*/
.next_billdate {
  font-size: 12px;
}

.tabs_middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs_ul {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  transition: 0.5s all;
}

.tabs_ul:hover {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.tabs_ul li {
  padding: 10px 50px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
  transition: 0.5s all;
}

li.selected_tabs {
  background: var(--app-button-bg);
  color: #ffffff;
}

.cancel_btn:hover {
  background: #848080;
}

.newplan_container {
  display: flex;
  /*  align-items: center;*/
  justify-content: space-between;
  max-width: 990px;
  margin: 10px auto;
}

.features_ul {
  min-height: 260px;
  /* margin: 0px; */
  margin-bottom: 25px;
  font-size: smaller;
}

.newplan_block {
  width: 31%;
  margin: 1%;
  padding: 20px 30px 50px 20px;
  border-radius: 10px;
}

.newplan_block h5 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.newplan_block .amount {
  text-align: center;
  font-size: 20px;
}

.subt {
  margin-bottom: 20px;
}

.features_ul li {
  margin-bottom: 10px;
}

.plan_btn {
  max-width: 150px;
  margin: 0px auto;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 75px);
}

.cancel_btn {
  background: #9c9c9c;
}

.expired_planrow {
  padding: 8px;
  text-align: center;
  color: #ffffff;
  background: var(--app-error-color);
  font-size: 12px;
}

.expired_planrow a {
  color: #ffffff !important;
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.9;
  transition: 0.5s all;
}

.dismiss {
  float: right;
  opacity: 0.9;
  cursor: pointer;
  transition: 0.5s all;
}

.expired_planrow a:hover,
.dismiss:hover {
  opacity: 1;
}

.powered_image {
  position: absolute;
  width: 110px;
  right: 0px;
  bottom: -35px;
}

.upgrade_planblock {
  position: relative;
}

.upgrade_newbtn {
  /*background: #2FC895;*/
  background: var(--app-button-bg);
  color: #ffffff !important;
  font-size: 9px;
  padding: 1px 10px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  outline: 0;
  transition: all 0.2s ease-in-out;
  font-weight: 550;
  margin: 3px 0px 0px 5px;
  line-height: 16px;
  position: relative;
}

a.headupgrade_newbtn {
  background: var(--app-button-bg);
  color: #ffffff !important;
  font-size: 9px !important;
  padding: 1px 10px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #3b7ac1;
  outline: 0;
  transition: all 0.2s ease-in-out;
  font-weight: 400;
  margin: 3px 0px 0px 5px;
  line-height: 16px !important;
  position: relative;
}

/*.upgrade_newbtn:before {
      position: absolute;
      width: 70px;
      height: 24px;
      left: -73px;
      content: "";
      background: rgb(0 0 0 / 8%);
      top: -4px;
      z-index: 10;
      border-radius: 3px;
      }*/
.upgrade_newbtn:hover,
.headupgrade_newbtn:hover {
  background: var(--app-button-bghover);
}

.upgrade_popover {
  position: absolute;
  background: #ffffff;
  border: solid thin #e1e1e147;
  padding: 20px 25px;
  width: 300px;
  z-index: 10;
  border-radius: 5px;
  left: -315px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 0%), 0 4px 15px 0 rgb(0 0 0 / 13%);
  text-align: center;
  display: none;
  bottom: calc(50% - 96px);
  font-size: 14px;
}

.upgrade_head {
  color: #666666;
  font-size: 14px;
}

.upgrade_popover:before {
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% - 10px);
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 3%), 0 4px 15px 0 rgb(0 0 0 / 4%);
}

.upgrade_popover_btn {
  background: #f5f5f5;
  margin: 15px 0px 0px 0px;
  padding: 8px;
  border: solid thin #e1e1e1;
  border-radius: 3px;
  width: 100%;
  cursor: pointer;
  color: #666666 !important;
  display: inline-block;
}

.upgrade_text {
  color: #0033ff;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.mce-window-head .mce-title {
  font-size: 15px !important;
  color: #797979;
}

.mce-window {
  border: solid thin #cccccc !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 7px rgb(0 0 0 / 30%) !important;
}

.options_otherhead {
  font-weight: 500;
  font-size: 13px;
  padding: 10px 0px 11px 10px;
  margin-bottom: 2px;
}

.speack_notes_block {
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
}

.speack_notes_section {
  left: 0px;
  width: 480px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  top: 5px;
}

.speack_notes_popup_show {
  display: inline-block;
}

.speack_notes_block .editor_textarea {
  min-height: 300px;
}

/*----Preview Page Css------*/
.html_block {
  width: 100%;
  position: relative;
}

.html_left_block {
  display: flex;
  width: 400px;
  height: 100vh;
  /*justify-content: center;*/
  background: #ffffff;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  flex-flow: column;
  padding: 50px 50px 10px 50px;
  position: fixed;
  left: 0px;
  top: 0px;
}

.left_logo_block img {
  width: 150px;
}

.left_nav_ul {
  width: 100%;
  display: inline-block;
  margin: 20px 0px 0px 0px;
}

.left_nav_row {
  width: 100%;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  /*padding: 0px 0px 20px 15px;*/
  padding: 0px 0px 15px 0px;
  position: relative;
  cursor: pointer;
  color: #484848;
  transition: none;
}

.left_nav_row .line {
  position: absolute;
  left: 0px;
  width: 4px;
  height: 100%;
  background: #cccccc;
  top: -10px;
  transition: 0.5s all;
  box-shadow: 0 2px 5px 0 #00000008, 0 2px 10px 0 #0000001a;
  display: none;
}

.left_count {
  font-size: 14px;
}

.res_viewall_btn {
  display: none;
}

.left_heading {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  min-height: 17px;
  padding-left: 20px;
}

.left_nav_row:hover .line {
  background: var(--app-button-bg);
}

.active_block * {
  color: var(--app-button-bg);
}

.active_block .line {
  background: var(--app-button-bg);
}

.html_right_block {
  width: calc(100% - 400px);
  padding: 0px 50px 10px 0px;
  margin-left: 450px;
}

.right_center_content {
  display: inline-block;
  padding: 0px 100px 150px 0px;
  width: 100%;
  word-break: break-all;
  padding-right: 40px;
  position: relative;
}

.right_top_title h5 {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
}

.right_top_title h5 .headcopy_icon {
  /*position: absolute;
        right: -10px;
        top: 0px;
        opacity: .4;*/
}

.right_card_block {
  padding: 15px 25px;
  background: #ffffff;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  border-radius: 10px;
  margin: 75px 0px 60px;
}

.right_card_title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
}

.right_card_details {
  font-size: 13px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  word-break: break-all;
}

.right_card_step {
  font-size: 13px;
  color: #b7b5b5;
  display: inline-block;
  margin-bottom: 5px;
}

.right_card_imgblock img {
  max-width: 100%;
  border-radius: 5px;
  border: solid thin #e0e0e0;
}

/*----Preview Page Css End*/
/*----Css Loader---------*/
.loader_button {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  text-align: right;
  display: none;
  cursor: no-drop;
  color: #f5f5f5;
  z-index: 10;
  padding: 7px 0px 0px 0px;
}

.button_loader img {
  margin: 4px auto 0px 5px;
}

.loader_round {
  border: 3px solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: 1s loader_circle linear infinite;
  animation: 1s loader_circle linear infinite;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  margin-right: 100px;
}

/*****Priyanka Mishra****/
.dataTables_wrapper .dataTables_scroll {
  margin-bottom: 40px !important;
}

div#automationViewTable_info {
  font-size: 12px;
  color: #8d8d8d;
}

.nav.insightPage li a {
  margin-right: 40px;
  padding: 10px 0;
  color: #000000;
  border: 0px solid transparent;
}

table.table a:active,
a:focus {
  text-decoration: none !important;
}

.nav.insightPage li a:hover {
  border: none;
  background: transparent;
}

ul.nav.nav-tabs.insightPage {
}

.inner_section .tab-content {
  padding: 0px;
}

.nav-tabs.insightPage > li.active > a {
  border-bottom: 1px solid #4472c4 !important;
}

.nav-tabs.insightPage > li.active > a,
.nav-tabs.insightPage > li.active > a:focus,
.nav-tabs.insightPage > li.active > a:hover {
  border-bottom: 1px solid #4472c4 !important;
}

.pay_details_block {
  float: right !important;
}

.new_heading_block h4 {
  color: #212529;
  letter-spacing: 0;
}

.enter_user_block.sec_right {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 30px 65px;
}

.popup_container_sec {
  background: #ffffff;
}

.walkthought_block {
  display: inline-block;
  width: calc(100% - 50px);
  line-height: 14px;
}

.show_text {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.sec_right input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1;
  /* Firefox */
}

.sec_right input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

.sec_right input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

.sec_right .form-control {
  font-size: 12px;
  border-color: #d0cece;
  height: 38px !important;
  border-radius: 4px;
}

.sec_right select {
  font-size: 24px;
  padding: 8px 36px 8px 8px;
  cursor: pointer;
  color: #000000;
  /* спрятать стрелку дефолтную  */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* картинку на фон */
  background-image: url(/../assets/images/arrow.svg);
  /* запрешаем повторение фона */
  background-repeat: no-repeat;
  /* размер фона */
  background-size: 16px;
  /* позиционируем фон 95% по X и 50% по Y */
  background-position: 95% 50%;
}

.multiselect.dropdown-toggle::after {
  position: absolute;
  top: 22%;
  left: 94%;
  width: 12px;
  height: 12px;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg) translate(-50%) skew(3deg, 3deg);
  transform-origin: left;
  border-style: solid;
  border-right: 1px solid;
  border-color: #9c9c9c;
}

.multiselect .caret {
  display: none;
}

/*.sec_right input[type="submit"]
  {
      background: #2f3b7c !important;
      border-radius: 4px;
      font-size: 11px;
      width: 125px;
      height: 38px;
      font-weight: 300;
      letter-spacing: 0.04em;
      margin: 0;
  }*/
.mt {
  margin-top: 15px;
}

.inner_section.popup_container_sec {
  margin-top: 0;
  padding-bottom: 0px;
}

.sec_container {
  border-radius: 10px;
  box-shadow: 1px 1px 15px #00000017;
  padding: 55px 90px;
  margin-top: 65px;
  margin-bottom: 65px;
}

.sec_left p {
  color: #000000;

  line-height: 1.4em;
}

.sec_left {
  padding-top: 55px;
  word-wrap: break-word;
  padding-right: 65px;
}

.categorylist_container {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3%);
  margin-left: -1.5%;
  padding: 10px 1% 10px 1%;
}

.categorylist_wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.categorylist_wrapper {
  margin-bottom: 25px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 5px;
  background: #c1c1c1;
}

.categorylist_wrapper_container {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.categorylist {
  display: inline-block;
  position: relative;
  width: 31%;
  margin: 0px 1% 20px 1%;
}

.categorylist_image {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}

.categorylist_image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.categorylist_name {
  margin-top: 10px;
}

.back_icon_container {
  padding-bottom: 40px;
}

.back_icon_container i {
  font-size: 24px;
}

.hide_container {
  display: none;
}

.pop_up_select .btn-group {
  box-shadow: none;
  width: 100%;
}

.pop_up_select .multiselect {
  font-size: 12px;
  height: 38px !important;

  border-radius: 4px;
  background: #ffffff !important;
  box-shadow: none !important;
  border: 1px solid #d0cece !important;
  width: 100%;
  color: #000000 !important;
  text-align: left;
  padding: 8px 36px 8px 8px;
}

.pop_up_select .btn-default.dropdown-toggle:focus,
.pop_up_select .btn-default.dropdown-toggle:hover {
  background-color: #ffffff !important;
}

.pop_up_select .btn-default:not([disabled]):not(.disabled).active,
.pop_up_select .btn-default:not([disabled]):not(.disabled):active,
.show > .pop_up_select .btn-default.dropdown-toggle {
  background-color: #ffffff !important;
}

.pop_up_select .checkbox input[type="checkbox"] {
  top: 2px;
}

.multiselect-container {
  padding: 10px 0 !important;
}

.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:focus,
.multiselect-container.dropdown-menu > .active > a:hover {
  background: #ffffff !important;
  color: inherit;
  text-decoration: none;
}

.multiselect-container > li > a > label {
  padding: 4px 20px 3px 40px;
  font-size: 12px;
}

.category-popup {
  border-radius: 5px !important;
}

.category-popup h3 {
  letter-spacing: 0;
  color: #525252;
  font-weight: 500;
  font-size: 18px;
}

ul.category-container,
ul.category-container li ul {
  margin: 0;
  padding: 0;
}

ul.category-container li ul li {
  font-size: 14px;
  padding-bottom: 12px;
  font-weight: 400;
}

ul.category-container li p.category-head {
  font-size: 14px;
  color: #000000;
  padding: 10px 0 10px;
  margin-bottom: 0px;
}

.category-text-col {
  background: #efefef;
  padding: 30px 15px;
  border-radius: 15px;
}

.category-text-col {
  background: #efefef;
  padding: 30px 15px 22px;
  border-radius: 15px;
  display: flex;
  min-height: 125px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.category-text {
  margin-right: 15px;
}

.category-text ul {
  max-height: 125px;
  overflow: auto;
  display: inline-block;
  width: 100%;
  height: 125px;
}

ul.category-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: 15px;
}

.category-text p {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 1.3em;
  letter-spacing: 0;
  text-align: center;
  width: 125px;
}

.category-text-col p span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #227dbf;
  margin-top: 12px;
  line-height: 1.3em;
}

.step-container span {
  font-size: 13px;
  font-weight: 500;
}

.step-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-top: 1px solid #040404;
  border-bottom: 1px solid #040404;
  margin-bottom: 15px;
}

#ddlrole_block::-webkit-scrollbar-track {
  background: #ffffff;
}

ul.category-container li ul li {
  padding: 10px;
  font-size: 13px;
}

ul.category-container li ul li span {
  width: 50%;
  display: inline-block;
}

span.custom-time-content {
  text-align: center;
}

li.category-container-left {
  padding-bottom: 10px;
  /*flex: 1 0 33%;*/
  width: 33.33%;
}

.icon-arrow {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  padding-top: 25px;
}

.category-popup .modal-header {
  border: none;
}

.category-popup button.close span {
  font-size: 52px;
  line-height: 30px;
  font-weight: 200;
}

.category-popup .modal-body {
  padding: 1rem 3rem 3rem;
}

span.custom-time-content {
  padding-left: 10px;
}

#p1,
#p2,
#p3 {
  color: #ff0000;
}

.form-cont.error small {
  visibility: visible;
}

.form-cont small {
  color: red;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.right-btn-container {
  display: flex;
  align-items: center;
  align-self: unset;
  justify-content: end;
  top: 10px;
  right: 50px;
  z-index: 99;
  position: absolute;
}

#modal_view #content {
  padding-top: 45px !important;
}

.slider-main {
  margin: 0px auto !important;
  padding: 0 !important;
  overflow: initial !important;
}

.dataTables_wrapper .dataTables_info {
  font-size: 12px;
  color: #8d8d8d !important;
  font-weight: 400;
}

.dataTables_wrapper {
  margin: 15px 0px;
}

span#automationViewName {
  font-size: 14px;
  color: #000000;
  padding-left: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  cursor: default;
  color: #8d8d8d !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
  font-size: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 12px;
  color: #4a4a4a !important;
}

#selfServiceAutomation table {
  margin-bottom: 20px;
}

.frame-container-up {
  /*  position: relative;
    width: 100%;
    height: 0;
    padding-bottom:47.25%;*/
}

.frame-container {
  display: inline-block;
  width: 100%;
  height: 100%;
}

#share-popup label,
.email-share label {
  justify-content: flex-start;
}

#share-popup button.extra-fields-customer,
.email-share button.extra-fields-customer {
  padding: 0 10px;
  height: 34px !important;
  margin-top: 22px;
  min-height: 10px !important;
}

.remove-field.btn-remove-customer {
  padding: 0px 10px;
  height: 34px !important;
  margin-top: 20px;
  margin-left: 10px;
  min-height: 34px;
}

.remove-field.btn-remove-customer i {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.8em;
}

#share-popup button i,
.email-share button i {
  font-size: 20px;
  margin: 0px;
}

.customer_records_dynamic {
  width: 100%;
  max-height: calc(100vh - 260px);
  overflow: auto;
}

.email-share {
  padding: 0px 10px 20px 30px;
}

.remove {
  display: flex;
  margin-bottom: 15px;
}

.remove .col {
  padding: 0 5px;
}

#team-tab-pane .dropdown.table_toggle {
  cursor: pointer;
}

/* label{font-size: 16px;} */
.email-share label {
  margin-bottom: 4px;
  /* color: #000000; */
  font-weight: 500;
}

.field-head {
  font-size: 18px;
  font-weight: 400;
}

span.info-text {
  margin-left: 8px;
}

span.info-text i {
  font-size: 22px;
  position: relative;
  top: 1px;
}

.ddl_role_block label {
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 5px;
}

.field-column {
  padding-top: 15px;
}

.field-column .field-head {
  margin-bottom: 12px;
}

.category-container-left .icon-arrow .mdi {
  display: none;
}

#automationViewTable_wrapper table tr td img {
  width: 15px !important;
}

table#automationViewTable tr th {
  padding: 0 8px !important;
  border: none !important;
}

.enter_user_block label {
  font-weight: 500;
  font-size: 13px;
  color: #000000;
}

@media (min-width: 768px) {
  #share-popup .modal-dialog {
    max-width: 675px;
    margin: 15px auto;
  }
}

@media (min-width: 992px) {
  #CategoryPopup .modal-dialog {
    max-width: 950px;
  }
}

@-webkit-keyframes loader_circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader_circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.upper_action_block {
  position: absolute;
  width: calc(100% - 50px) !important;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  right: 15px;
  padding: 5px 0px;
  bottom: -45px;
  border: solid 1px var(--app-button-bg);
  z-index: 100;
}

.hover_center_btn {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  position: relative;
}

.upper_action_block:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: -20px;
  background: #ffffff;
  opacity: 0;
}

.hover_center_btn .btn {
  min-height: 25px;
  font-size: 10px;
  width: 90px;
  position: relative;
  cursor: pointer !important;
}

.hover_center_btn .btn i {
  font-size: 13px;
}

.new_section {
  display: none;
  width: 90%;
}

.new_section .form-control {
  font-size: 10px;
  padding: 4px 8px;
  height: 30px !important;
  margin-bottom: 8px;
}

.action_button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.action_button .btn {
  min-height: 25px;
  font-size: 12px;
  width: 80px;
  cursor: pointer !important;
}

.action_button .btn_outline_close {
  border-radius: 5px;
  color: var(--app-button-bg) !important;
  padding: 3px;
  border: solid thin var(--app-button-bg);
  margin: 0px;
}

.left_innerblock:hover .upper_action_block {
  visibility: visible;
}

.uper_plus_icon {
  position: absolute;
  background: var(--app-button-bg);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  top: -25px;
  font-size: 11px;
  z-index: 10;
}

.section_title {
  position: relative;
  width: 100%;
  display: inline-block;
}

.section_delete {
  position: absolute;
  right: 20px;
  top: 6px;
  cursor: pointer;
  color: #75777b;
  line-height: 20px;
  font-size: 18px;
}

.section_edit {
  position: absolute;
  right: 40px;
  top: 7px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.left_innerblock_section {
  min-height: 10px !important;
}

.section_headrow {
  background: #f6f6f6;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  cursor: pointer;
  width: 200px;
  padding: 4px 40px 4px 8px;
  text-align: left;
  font-size: 12px;
  border-color: #cccccc !important;
  border-radius: 5px;
  margin: 0px 0px 5px 25px;
}

.section_title:hover .section_delete .section_edit {
  display: block;
}

.section_title:hover .section_headrow {
  border: solid thin #e1e1e1 !important;
}

.margin_button_formsg {
  margin-top: 30px;
}

.margin_button_formsg .popup_button_upper_result {
  top: -25px;
}

.selected_block {
  background: #eaeef7;
}

.selected_block .left_count {
  font-size: 14px;
  font-weight: bold;
  color: #0a92d1;
}

.checkbox_deleteblock {
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  display: none;
}

.left_innerblock:hover .checkbox_deleteblock {
  display: block !important;
}

.multidelete_check .form-check-input {
  border-radius: 5px;
  border: solid 1px #bbbbbb;
}

.all_deleteblock {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 10;
  text-align: center;
  padding: 13px;
  display: none;
}

.all_deleteblock img {
  margin: 0px auto;
  cursor: pointer;
}

.form-control_ddl {
  height: 38px;
  border: solid thin #cccccc;
  outline: none;
  -webkit-appearance: none;
  background-image: url(/../assets/images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 97%;
  font-size: 13px;
}

.owl-carousel .owl-item,
.owl-carousel .owl-stage-outer {
  min-height: 775px;
}

.bottom_details {
  padding: 15px;
  display: inline-block;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 230px);
}

.field_head {
  margin-bottom: 0px;
}

.form-row-block {
  width: 100%;
  margin-bottom: 15px;
}

.head_label_txt {
  font-size: 13px;
  margin-bottom: 4px;
  color: #000000;
  font-weight: 500;
  margin: 0px;
}

.or_row {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 20px 0px 5px 0px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
}

.or_row:before,
.or_row:after {
  position: absolute;
  content: "";
  height: 1.5px;
  background: #cccccc36;
  width: 42%;
  right: 0px;
  letter-spacing: 1px;
  top: 10px;
}

.or_row:after {
  left: 0px;
}

.close_popover {
  position: absolute;
  right: 8px;
  top: 0px;
}

.tip_tetxarea {
  width: 100%;
  border: solid thin #e1e1e1;
  border-radius: 5px;
  min-height: 260px;
  outline: none;
  padding: 10px 15px;
}

.intro_popup_right {
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 12;
  padding: 3px 0px 0px 0px;
}

.right_close {
  float: right;
  margin: 5px 10px 5px 0px;
}

.popup_overlay_dragable {
  position: absolute;
  z-index: 99;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.center_moveable_popup {
  position: absolute !important;
  width: 400px;
  height: 146px;
  /*min-height: 230px;commented on 03-03-2023*/
  z-index: 1000000;
  background: #ffffff;
  border-radius: 5px;
  left: calc(50% - 200px);
  top: calc(50% - 115px);
  top: calc(50% - 170px);
  padding: 15px;
  text-align: center;
  display: none;
}

.internal_data {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  /*min-height: 200px; commented on 03-03-2023*/
  flex-flow: column;
  justify-content: space-between;
}

/*.image_big_container  .internal_data {
  height: 100%;
}*/
.right_textdata {
  width: 100%;
  height: calc(100% - 35px);
  display: inline-block;
  padding-bottom: 10px;
  overflow: auto;
  margin-bottom: 5px;
  max-height: calc(100% - 35px);
}

.button_bottom {
  align-items: center;
  display: flex;
  justify-content: center;
}

.moveable_btn {
  padding: 5px;
  min-height: 35px;
  min-width: 100px;
}

.moveable_btn_outline {
  /* border: solid thin var(--app-button-bg);
    background: transparent;
    color: var(--app-button-bg) !important;*/
  margin-right: 10px;
  border-radius: 5px;
  text-transform: capitalize;
}

.image_bottom_thumb {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 50;
}

.image_thumb_container {
  position: relative;
}

.arrow_image_block {
  position: absolute;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  left: calc(50% - 15px);
  border-radius: 50%;
  top: -33px;
  background: #ffffff;
  font-size: 40px;
  border: solid thin #cccccc;
  z-index: 1;
}

.arrow_image_block i {
  transition: 0.5s all;
  line-height: 25px;
  opacity: 0.6;
}

.arrow_image_block:hover .arrow_image_block i {
  opacity: 1;
}

.brics_hover_overlay {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(255 255 255 / 82%);
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
}

.thumb_image:hover .brics_hover_overlay {
  opacity: 1;
}

.delete_all_block {
  position: absolute;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  left: calc(50% - 15px);
  border-radius: 50%;
  top: -33px;
  background: #ffffff;
  font-size: 24px;
  color: #666666;
  border: solid thin #666666;
  z-index: 2;
  display: none;
  text-align: center;
  line-height: 30px;
}

.imageinner_thumb_container {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  border-radius: 0px 0px 0px 5px;
  padding: 10px;
  display: none;
}

.imageinner_thumb_scroll {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: auto;
}

.imageinner_thumb_scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.image_thumb_block {
  width: 100px;
  min-width: 100px;
  transition: 0.5s all;
  border: solid 3px #ffffff;
  margin: 5px 10px 5px 0px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  cursor: pointer;
  min-height: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.image_thumb_block:hover {
  border-color: #3b438b;
}

.image_thumb_block img {
  width: 100%;
  height: 100%;
}

.image_bottom_thumb_open .arrow_icon {
  padding-top: 4px;
}

.image_bottom_thumb .arrow_icon::before {
  content: "\F0143";
}

.image_bottom_thumb_open .arrow_icon::before {
  content: "\F0140";
}

.new_hotspot_popup {
  position: absolute;
  left: 50px;
  top: 50px;
  /* padding: 15px !important; */
  width: 250px;
  /* background-color: #ffffff; */
  /* color: #ffffff; */
  text-align: left;
  min-width: 300px;
  /* outline: none; */
  /* margin-top: -50px !important; */
  /* border-radius: 8px; */
  /* transition: none !important; */
  z-index: 10;
  /* border: solid thin #ede6e6 !important; */
  display: none;
  visibility: hidden;
  animation: 2s fadeInLeft;
}

.new_hotspot_popup_new {
  position: absolute;
  /* padding: 15px !important; */
  /* width: 250px; */
  /* background-color: #ffffff; */
  /* color: #ffffff; */
  /* text-align: center !important; */
  min-width: 300px;
  min-height: 50px;
  /* outline: none; */
  /* margin-left: 20px !important; */
  border-radius: 8px;
  /* transition: none !important; */
  z-index: 11;
  /* border: solid thin #ede6e6 !important; */
  display: none;
  animation: 2s fadeInLeft;
  /* text-align: left; */
  max-height: 420px;
}

.right_popup_show {
  right: 0px;
  margin-left: 360px;
}

.left_popup_show {
  left: 0px;
  margin-left: -100px;
}

.left_popup_show:before {
  right: -30px;
  transform: rotate(0deg);
  top: calc(50% - 30px);
}

.left_popup_show:after {
  right: -25px;
  transform: rotate(180deg);
  top: calc(50% - 30px);
}

.right_popup_show:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #c7c7c75e;
  margin-top: -1px;
  top: calc(50% - 25px);
}

.right_popup_show:after {
  top: calc(50% - 25px);
}

.visibility_hidden {
  visibility: hidden;
}

.new_hotspot_popup:before,
.new_hotspot_popup:after {
  position: absolute;
  top: calc(50% - 10px);
  top: 20px;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  left: -10px;
  z-index: 4;
  opacity: 0;
}

.new_hotspot_popup:after {
  border-right: solid 10px #787171;
  z-index: 3 !important;
}

.popover_details {
  font-size: 14px;
  position: relative;
  text-align: left;
  max-height: 100px;
  overflow: auto;
  padding-right: 2px;
  font-weight: 500;
  min-height: 70px;
}

.popover_action_btn {
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 10px 0px 0px 0px;
  color: #3b438b;
  /*    position: absolute;*/
  bottom: 10px;
  width: 100%;
  left: 0px;
}

/*.popover_action_btn {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0px;
    color: #3b438b;*/
/*position: absolute;*/
/*bottom: 10px;
    width: 100%;
    left: 0px;
}*/

.counter_text {
  /*color: #3b438b;
    font-weight: 550;*/
  letter-spacing: 1px;
  font-size: 12px;
}

.popover_action_btn .btn {
  padding: 5px 20px;
  border-radius: 5px;
  margin: 0px;
  text-transform: capitalize;
  background: #ffffff;
  border: none !important;
  text-shadow: none !important;
  font-size: 13px;
}

.btn-custom-outline {
  /*border: solid thin #3b438b;
    color: #3b438b !important;*/
  margin: 0px 10px !important;
  font-weight: 500;
}

.right_view:before,
.right_view:after {
  right: -10px;
  left: initial;
  transform: rotate(180deg);
}

.bottom_post_details {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  justify-content: space-between;
  display: none;
}

.bottom-row {
  width: 50%;
  display: flex;
}

.post_img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 6%);
}

.post_ul {
  display: flex;
  align-items: center;
  margin: 0px;
  font-size: 20px;
}

.post_ul li {
  margin-left: 20px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #666666;
}

.view_dots {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: #000000;
  left: -10px;
  top: 8px;
  overflow: hidden;
}

.login_btn {
  background: #3b438b;
  border: solid 2px #3b438b;
  border-radius: 5px;
  padding: 7px 15px;
  color: #fff;
  transition: 0.5s all;
  font-size: 14px;
  cursor: pointer;
}

.login_btn:hover {
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%), 0 4px 15px 0 rgb(0 0 0 / 6%);
}

.update_footer {
  padding: 15px 0px;
  font-size: 14px;
  color: #666666;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  display: none;
}

.footer_details {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.footer_details a {
  margin: 0px 5px;
}

.top_action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  margin-bottom: 5px;
  /*  padding: 0px 10px;*/
}

.head_left_title {
  font-size: 20px;
  color: #ffffff;
}

.right_option_popup_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 20px;
  font-size: 30px;
  color: #ffffff;
  position: relative;
  line-height: 20px;
  z-index: 2;
}

.right_dropdown_block {
  position: absolute;
  z-index: 1000;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  right: 0px !important;
  font-size: 15px;
  margin: 0px;
}

.right_dropdown_block .dropdown-item {
  padding: 7px 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #212529 !important;
  letter-spacing: 0.5px;
  background-color: transparent;
  position: relative;
}

.right_dropdown_block .dropdown-item i {
  font-size: 20px;
  margin-right: 10px;
}

.right_option_popup_btn:hover .right_dropdown_block {
  display: block;
}

.right_dropdown_block .dropdown-item:hover {
  color: #212529;
  background-color: #f5f5f5;
}

.success_copy {
  right: 10px;
  position: absolute;
  font-size: 11px;
  color: #0eb114;
  text-shadow: 0.5px 0.5px #51ff58;
  transition: 0.5s all;
  opacity: 0;
}

.overlay_imagecontainer {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}

.center_playbtn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#252ff2 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  min-width: 45px;
  padding: 10px !important;
  text-align: center;
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 28%);
  border: none;
}

.center_playbtn:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -7%;
  left: -7%;
  background: rgba(198, 16, 0, 0);
}

.center_playbtn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.center_playbtn:hover::after {
  /*border-left: 15px solid #1d71b7;*/
  border-left: 15px solid #252ff2;
  -webkit-transform: scale(20);
  transform: scale(20);
}

.center_playbtn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*  .gallery_frame_section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    content: "";
    z-index: -1;
    background: #3b438b !important;
  }*/

.head_left_title {
  font-size: 20px;
  color: #ffffff;
}

section.gallery_frame_section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 140px;
  content: "";
  z-index: -1;
  background: #3b438b !important;
}

.checkbox_embed_row {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.checkbox_embed_row .form-check-input {
  height: 18px;
  width: 18px;
  margin-left: -24px;
  margin-top: -1px;
}

/* .checkbox_embed_row .form-check-radio .form-check-label {
    margin-right: 10px;
  }
  .checkbox_embed_row .form-check-radio {
    padding-left: 15px;
  }*/
.globalview_title_block {
  position: absolute;
  padding: 15px 0px;
  height: 90%;
  z-index: 10;
  background: #ffffff;
  right: 15px;
  top: 15px;
  width: 250px;
  display: flex;
  flex-flow: column;
  visibility: hidden;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.globalview_title_block .close_title {
  right: 10px;
  position: absolute;
  width: 22px !important;
  top: 10px;
  cursor: pointer;
  display: flex;
  font-family: var(--app-body-font);
  float: left;
  opacity: 0.5;
}

.title_container {
  padding-left: 45px;
  overflow: auto;
  max-height: 100%;
  margin-top: 25px;
}

.main_title_head {
  font-weight: 550;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.title_ul {
  list-style: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  text-align: left;
  font-size: 13px;
  /*    transition: .5s all;*/
  display: none;
}

.selected_mainhead .title_ul {
  display: block;
}

.title_ul li {
  margin-bottom: 3px;
  padding: 0px;
  text-indent: inherit;
  cursor: pointer;
  opacity: 0.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /*transition: .5s all;*/
  height: 30px;
  padding-right: 12px;
}

.title_ul li:hover {
  opacity: 1;
}

.active_this {
  opacity: 1 !important;
  font-weight: 600;
}

.active_this p {
  font-weight: 600 !important;
}

.right_view_text {
  position: absolute;
  right: 0px;
  width: 320px;
  background: #f4f4f4;
  color: #000000;
  padding: 50px 25px;
  text-align: left;
  height: calc(100% - 35px);
  box-shadow: 0 5px 15px 0 #0000001a, 0 4px 15px 0 #0000000f;
  display: none;
}

.popup_action {
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  opacity: 0.6;
  transition: 0.5s all;
}

.popupclose_icon {
  transition: 0.5s all;
  opacity: 0.6;
  background-size: 100% !important;
  background-image: url(/assets/assets-new/imgs/svg/close-icon.svg) !important;
  height: 22px;
  width: 22px;
  display: inline-block;
}

.slide_count {
  margin-bottom: 15px;
}

.slide_description {
  width: 100%;
  display: inline-block;
  overflow: auto;
  max-height: calc(100% - 45px);
}

.slide_arrowrow {
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  left: 0px;
  padding: 15px 25px;
}

.slide_arrowrow div {
  cursor: pointer;
}

.show_right_description .right_view_text {
  display: block;
}

.show_right_description .imgplay-canvas {
  width: calc(100% - 320px) !important;
  float: left;
}

.new_hotspot {
  position: absolute;
  border: solid thin #dd0000;
  z-index: 100;
}

.image_editor_btn {
  position: absolute;
  right: 100px;
  bottom: 10px;
  z-index: 10;
}

.profile_navbars {
  padding: 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
}

.profile_navbars li {
  padding: 20px 30px 10px 30px;
  cursor: pointer;
}

.active_tab {
  border-bottom: solid 1.5px var(--app-button-bg);
}

.inner_tabblock {
  padding-left: 30px;
}

.profile_basicblock {
  display: flex;
}

.profile_image_block {
  margin-right: 50px;
}

.subhead {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin: 10px 0px;
}

.image_file_container {
  /*width: 200px;*/
  height: 120px;
  overflow: hidden;
  border-radius: 3px;
  background: #f5f5f5;
  margin: 10px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

img.profile_image {
  max-height: 100%;
  max-width: 90%;
}

.image_file_container:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0px;
  top: 0px;
}

.file_container {
  position: absolute;
  z-index: 2;
}

.file_container i {
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.button_margin {
  margin: 30px 0px 5px 0px;
}

.display_pintooltip {
  visibility: hidden;
  position: absolute;
  background: #000000;
  box-shadow: 2px 3px 8px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  cursor: initial;
  /*    min-height: 40px;*/
  left: 30px;
  top: calc(50% - 13px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 180px;
}

.display_pintooltip:before {
  position: absolute;
  top: 15px;
  left: -8px;
  background: #4c4c4c;
  content: "";
  width: 15px;
  height: 15px;
  /*box-shadow: 2px 3px 6px -1px rgb(0 0 0 / 10%);*/
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}

.left_show {
  left: -200px;
}

.left_show:before {
  left: initial;
  right: -8px;
}

.multidelete_check .form-check-input[type="checkbox"] + label:before,
.multidelete_check
  .form-check-input[type="checkbox"]:not(.filled-in)
  + label:after,
label.btn input[type="checkbox"] + label:before,
label.btn input[type="checkbox"]:not(.filled-in) + label:after {
  border-radius: 5px;
}

.multidelete_check .form-check-input[type="checkbox"]:checked + label:before,
label.btn input[type="checkbox"]:checked + label:before {
  border-radius: 0px;
  border-right: 2px solid #3b438b;
  border-bottom: 2px solid #3b438b;
}

.delete_block {
  font-size: 22px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  cursor: pointer;
  color: #606060;
  transition: 0.5s all;
  height: 26px;
  display: none;
}

.thumb_image:hover .delete_block,
.thumb_image:hover .checkbox_block {
  display: block;
}

.checked_block {
  display: block;
}

.popoverAttributeDiv {
  position: relative;
  width: 100%;
  overflow: auto;
  max-height: calc(100vh - 180px);
}

.popup_innercontainer {
}

.small_saved_uper {
  top: -25px;
}

.close_steps {
  position: absolute;
  font-size: 24px;
  right: 10px;
  top: 3px;
  cursor: pointer;
  opacity: 0.7;
  /* transition: .5s all; */
}

.close_steps:hover {
  opacity: 1;
}

.highlightbtn {
  color: #fff;
  background: #000000;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);
  width: 22px;
  height: 22px;
  outline: none;
  cursor: pointer;
  animation: animate 3s linear infinite;
  font-size: 12px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.inner_count {
  color: #ffffff;
}

@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgb(255, 109, 74, 0.7), 0 0 0 0 rgb(255, 109, 74, 0.7);
  }

  50% {
    box-shadow: 0 0 0 10px rgb(255, 109, 74, 0), 0 0 0 0 rgb(255, 109, 74, 0.7);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(255, 109, 74, 0), 0 0 0 10px rgb(255, 109, 74, 0);
  }
}

/*@keyframes animate {
  0% {
    box-shadow: 0 0 0 0, 0 0 0 0;
  }
  50% {
    box-shadow: 0 0 0 10px, 0 0 0 0;
  }
  100% {
    box-shadow: 0 0 0 0, 0 0 0 10px;
  }
}*/
.note-toolbar .btn {
  box-shadow: none;
  background: transparent !important;
  padding: 2px 10px 3px 10px !important;
}

.note-toolbar .btn:hover {
  background-color: #cccccc !important;
}

.note-toolbar .btn i {
  font-size: 16px;
  padding: 0px;
}

.note-editor.note-frame {
  border: none !important;
}

.form-row-block .form-control {
  outline: solid thin #e1e1e15c;
  border: none;
}

.highlight_section {
  box-shadow: rgb(33 33 33 / 17%) 0px 0px 1px 0px,
    rgb(3 3 33 / 22%) 0px 0px 0px 2000px;
  animation: none !important;
  transition: none;
}

.autoplay_btnblock .form-check-label-text {
  font-size: 14px;
  margin: 0px 15px 0px 8px;
  line-height: 18px;
}

.autoplay_btnblock .form-check-input {
  margin-top: 0px !important;
}

.checkbox-block {
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

.checkbox-block .form-check-input {
  opacity: 1;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border: 0.125rem solid #757575;
  top: 5px;
  left: 0px;
  margin: 0px;
  pointer-events: painted;
  cursor: pointer;
}

.checkbox-block .form-check-input:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 13px transparent;
  box-shadow: 0 0 0 13px #0000001c;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 0.5s all;
}

.checkbox-block .form-check-label {
  padding: 0px !important;
  line-height: 30px !important;
  font-size: 14px;
  margin-left: 0px;
  cursor: pointer;
}

.checkbox-block:hover .form-check-input:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-block .form-check-label:before,
.checkbox-block .form-check-label:after {
  display: none;
}

.checkbox_block {
  font-size: 16px;
  position: absolute !important;
  left: 2px;
  bottom: 6px;
  height: 20px;
  text-align: center;
  z-index: 10;
  display: none;
}

.arrow_color {
  position: absolute;
  top: calc(50% - 10px);
  top: 20px;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ffffff;
  left: -10px;
  z-index: 10;
}

.popup_container {
  padding: 10px 15px 10px 15px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #666666;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 1%), 0 4px 15px 0 rgb(0 0 0 / 18%);
  height: 100%;
  /*  padding-bottom: 0px !important;*/
}

.hoverspot_btnhide {
  min-height: 50px;
}

.hoverspot_btnhide .popup_container {
  padding-bottom: 0px !important;
}

.hoverspot_btnhide .popover_action_btn {
  display: none;
}

.top_publish_checkbox {
  /* margin: 4px 0px 10px 11px; */
  margin: 8px 0px 20px 11px;
  font-size: 14px;
  /* padding-left: 37px; */
  padding-left: 35px;
}
.top_publish_checkbox .form-check-label {
  line-height: 18px !important;
  height: auto !important;
}
.note-toolbar .btn i:before {
  opacity: 0.7;
}

.image_container {
  margin: 0px auto;
  max-width: 100%;
}

.image_frame {
  margin: 0px auto;
  /*  max-height: calc(100vh - 70px);*/
  max-height: calc(100vh - 100px);
  max-width: 100%;
  display: none;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 16%) 0px 2px 5px 0px,
    rgb(0 0 0 / 12%) 0px 2px 10px 0px;
}

.image_frame:nth-of-type(1) {
  display: block;
}

.imageplayer {
  text-align: center;
  /*max-height: calc(100vh - 120px);*/
  max-height: calc(100vh - 60px);
  max-width: 100%;
  /* margin-bottom: 10px; */
  /*overflow: initial;*/
  position: relative;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.delete_tip_icon {
  position: absolute;
  color: #9e9e9e;
  font-size: 24px;
  right: -18px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.5s all;
  transform: scale(0);
}
.delete_show {
  transform: scale(1);
}

.delete_tip_icon:hover {
  opacity: 1;
}

.right_popover_show {
  /*text-align: right;*/
}

.right_popover_show .popover_action_btn {
  /*justify-content: left;*/
  /*flex-direction: row-reverse;*/
}

.right_popover_show .arrow_color {
  left: initial;
  right: -10px;
  transform: rotate(180deg);
}

.bottom_narration_block {
  width: 100%;
  padding: 10px 15px;
  height: calc(100vh - 325px);
}

.checkbox_btnright {
  position: absolute;
  right: 13px;
  font-size: 13px;
  top: 5px;
  padding-left: 25px;
}

.textwhitecolor {
  color: #ffffff;
}

.selected_head:before {
  position: absolute;
  top: -3px;
  left: -30px;
  content: "\F05E0";
  font-size: 22px;
  color: #61b302;
}

.color_picker_block {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 6px 8px;
  border: solid thin #e1e1e1;
  font-size: 12px;
  color: #666666;
  justify-content: space-between;
  min-height: 40px;
}

.color_picker_block .color-text {
  margin-right: 10px;
}

.color_picker_block .color_picker_txt {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 12%), 0 2px 10px 0 rgb(0 0 0 / 5%);
}

.button_loader_upper {
  position: absolute;
  width: 100%;
  background: #ffffff66;
  height: 100%;
  cursor: no-drop;
  display: none;
  z-index: 10;
  top: 0px;
  text-align: center;
}

.button_loader_upper img {
  margin: 8px auto;
  position: absolute;
  left: calc(50% - 13px);
  width: 25px;
  height: 25px;
}

.made_snake_btn {
  z-index: 10;
  position: absolute;
  padding: 6px 12px;
  background: #c4c4c4;
  right: 10px;
  color: #ffffff;
  bottom: 10px;
  font-size: 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-shadow: 0px 0px #ffffff;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  display: none;
}

.popover-title {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  max-width: 100%;
  min-height: calc(100% - 58px);
  max-height: calc(100% - 58px);
  /*  max-height: calc(350px - 80px);*/
  overflow: auto;
  padding-right: 5px;
  background-color: transparent !important;
  border: none !important;
  /*min-height: 17px;*/
}

.popover-title-withoutbtn {
  max-height: calc(100% - 15px);
}

.popover-title::-webkit-scrollbar {
  width: 5px !important;
}

.popover-title::-webkit-scrollbar-thumb,
.popover-title::-webkit-scrollbar-track {
  background: #c1c1c1;
  background: transparent;
}

.popover-title:hover::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.popover-title p {
  margin-bottom: 3px;
}

.popover-title .project_maintitile {
  max-height: calc(350px - 80px);
  /*  overflow: auto;*/
}

.popover-title .popup_maintitile {
  /*  max-height: calc(350px - 80px);
  overflow: auto;*/
}

.active_presentation {
  margin: 0px !important;
  padding: 0px !important;
  background-color: #ffffff !important;
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
  transition: all 0.3s ease;
}

.active_presentation .imgplay canvas {
  width: 100% !important;
}

.active_presentation .gallery_frame_section {
  margin: 0px;
  border-radius: 5px;
  overflow: hidden;
}

.active_presentation .image_container {
  /* width: 100% !important; */
  /* padding: 10px 10px 0px 10px; */
  height: 100%;
}

.active_presentation .top_action {
  display: none;
}

.active_presentation .imageplayer {
  max-height: initial;
  /* overflow: hidden; */
  width: 100%;
  margin: 0px;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.active_presentation .slick-active {
  max-height: initial;
  width: auto !important;
}
.active_presentation .initial_image {
  margin: 0px auto;
  left: auto;
  width: auto;
}
.active_presentation .image_frame {
  max-height: calc(100vh - 60px);
}
.presentation_close {
  position: absolute;
  right: 10px;
  /* add background color */
  background: #808080;
  color: #ffffff;
  width: 30px;
  height: 30px;
  top: 10px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.5s all;
  z-index: 10000;
}

.active_presentation .presentation_close {
  display: flex;
}

.email_btnblock {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.thumb_internal_scroll {
  display: flex;
  overflow: auto;
  padding: 0px 10px;
}

.thumb_internal_scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.thumb_internal_scroll::-webkit-scrollbar {
  height: 6px;
}

.intro_thumb {
  margin-left: 0px;
}

.hover_addbtn {
  position: absolute;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  background: #3b438b;
  border-radius: 50%;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  left: -30px;
  top: calc(50% - 12.5px);
  transition: 0.5s all;
  display: none;
  cursor: pointer;
}

.hover_addbtn i {
  line-height: 25px;
  height: 25px;
}

.thumb_image:hover .hover_addbtn {
  display: flex;
  justify-content: center;
}

.hover_addbtn:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 80px;
}

.hover_options {
  position: absolute;
  background: #3b438b;
  color: #ffffff;
  font-size: 11px;
  width: calc(100% + 0px);
  display: none;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 3px;
  top: 0px;
  left: 0px;
  padding: 1px 0px 2px 0px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 0%), 0 4px 15px 0 rgb(0 0 0 / 8%);
  cursor: pointer;
}

.hover_options span {
  opacity: 0.9;
  transition: 0.5s all;
  float: left;
  text-align: center;
  width: 50%;
}

.hover_options span:hover {
  opacity: 1;
}

.add_more_stepsecton {
  min-width: 25px;
  min-height: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  background: #3b438b;
  border-radius: 50%;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
  left: -30px;
  top: calc(50% - 5px);
  transition: 0.5s all;
  cursor: pointer;
}

.new_section {
  position: absolute;
  width: calc(100% + 50px);
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 #00000029, 0 2px 10px 0 #0000001f;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  left: -25px;
  padding: 0px 7px 0px 10px;
  border: solid 1px #3a4e95;
  z-index: 100000;
  flex-flow: column;
  top: -5px;
  min-height: 75px;
}

.action_button {
  display: flex;
}

.action_button .btn {
  min-height: 25px;
  font-size: 12px;
  width: 65px;
  text-transform: initial;
}

.action_button .btn_outline_close {
  border-radius: 5px;
  color: var(--app-button-bg) !important;
  padding: 3px;
  border: solid thin var(--app-button-bg);
  margin: 0px 10px 0px 0px;
}

.custom_action .action_col span {
  font-size: 0;
}

.image_edit_block .main_image_arrow_block {
  width: calc(100% + 40px);
}

.image_edit_block .main_image_arrow_block .arrow_left {
  left: -25px;
}

.checked_active {
  border: solid 3px #3b438b;
}

.checked_active .brics_hover_overlay,
.checked_active .checkbox_block {
  opacity: 1;
  display: block;
}

.popup_maintitile {
  /*  text-shadow: 1px 1px #e1e0e0;*/
}

.moveable_btn_outline:hover {
  /*  background: transparent;*/
}

.active_presentation .image_slider {
  max-height: calc(100vh - 20px);
  /* max-height: initial;
  min-width: calc(100vw - 12px);
  width: calc(100% - 30px); */
}

.active_presentation .slick-track {
  min-width: 100000px;
}

.active_presentation .slick-list {
  /*  overflow: initial;*/
  overflow: hidden;
  /* padding: 5px; */
}

.hidevisibility {
  opacity: 0;
}

#embed_popup .popup_download_animate {
  width: 450px;
}

.initial_image {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0px;
}

.popover-title * {
  font-family: var(--app-body-font) !important;
}

.top_popover_show .arrow_color {
  transform: rotate(270deg);
  left: calc(50% - 10px);
  top: calc(100% - 5px) !important;
}

.right_popover_show .arrow_color {
  transform: rotate(180deg);
  /*    top: calc(50% - 10px) !important;*/
  top: 10px !important;
}

.bottom_popover_show .arrow_color {
  transform: rotate(90deg);
  top: calc(0% - 15px) !important;
  left: calc(50% - 10px);
}

.slider {
  /*  min-height: calc(100vh - 80px);*/
  min-height: calc(100vh - 110px);
  border-radius: 5px;
  /*  overflow: hidden;*/
}

.popup_overlay_transparent {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 55px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.main_steps_title {
  font-size: 18px;
  margin-bottom: 10px;
}

.internal_popover {
  min-width: 300px;
  background: #ffffff;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  margin-left: -150px;
  position: relative;
}

.ineternal_scroll {
  display: flex;
}

.highlight_section_image {
  overflow: hidden;
  border-radius: 5px;
}

.thumb_textbox {
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.outer_stepblock {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
  display: none;
}

/*--New Page Loader--*/
.page_loader {
  position: absolute;
  z-index: 2;
  top: 37px;
  top: 80px;
  width: 100%;
}

.internal_loader {
  width: 100%;
  display: inline-block;
  background: #ffffff;
}

.card-loader {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
}

.card-loader:before {
  content: "";
  height: 100%;
  display: block;
  background-color: #ededed;
}

.card-loader:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loader-animate;
  animation-name: loader-animate;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.6) 30%,
    hsla(0, 0%, 100%, 0) 81%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
}

.image_loading {
  height: 120px;
}

.details_loading {
  height: 77px;
}

.title_loading {
  height: 30px;
}

.card_details_loading {
  height: 80px;
}

.line_loading {
  height: 45px;
}

.button_loading {
  height: 45px;
  margin: 0;
}

.parent_thumb_block {
  position: relative;
  width: 100%;
}

.page_thumb_loader {
  position: absolute;
  z-index: 10;
  top: 0px;
  display: flex;
  align-items: center;
  /* width: calc(100% + 3%); */
  width: 102.1%;
  /* margin-left: -1.5%; */
  flex-flow: wrap;
}

.card_loader_thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  /*  width: 22%;
  margin: 0px 1.5% 30px 1.5%;*/
  width: 100%;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
  border-radius: 5px;
  overflow: hidden;
}

.admin_centerimage_loader {
  position: absolute;
  z-index: 100;
  top: 0px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main_image_loading {
  margin: 0px;
}

.admin_maincenter_loader {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.start_popupbtn {
  width: 100%;
  flex-flow: wrap;
}

.start_popupbtn .btn_themebtn {
  margin-top: 10px;
}

.new_hotspot_popup_new {
  min-height: 95px;
}

.hoverspot_btnhide {
  min-height: 50px;
}

.insight_table_containner .btn_sections .btn-primary {
  background: transparent !important;
  color: #666666 !important;
  font-weight: 500 !important;
  box-shadow: none !important;
  letter-spacing: 0.5px;
  width: auto !important;
  min-width: 30px !important;
  padding: 3px 5px;
  transition: 0.5s all;
}

.insight_table_containner .btn_sections .btn-primary:focus,
.insight_table_containner .btn_sections .btn-primary:active {
  background-color: transparent !important;
  outline: none;
  color: #000000 !important;
}

.right_textdata::-webkit-scrollbar-thumb {
  background: #bdbcbc !important;
  border-radius: 5px;
}

.right_textdata::-webkit-scrollbar {
  width: 5px !important;
  height: 8px !important;
}

.intro_cta_maindiv {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.intro_cta_maindiv .center_moveable_popup {
  position: initial !important;
}

.intro_cta_maindiv .center_moveable_popup .internal_data {
  /*  height: auto;*/
  /* height: calc(100% - 15px); */
}

.start_popupbtn .checkbox-block {
  margin-top: 8px;
}

.button_bottom .checkbox-block .form-check-input {
  top: 0px;
}

.start_popupbtn .form-check-label {
  line-height: initial !important;
  cursor: pointer;
}

.webui-popover {
  z-index: 5 !important;
}

.top_rightfixed {
  right: 6px;
  padding: 2px;
  background: #000000bd;
  border-radius: 3px;
  z-index: 1;
}

.bottom_rightfixed .right_dropdown_block {
  bottom: 25px !important;
  top: initial !important;
}

.webui-popover-inner .webui-arrow {
  display: none !important;
}

.webui-popover-inner {
  top: calc(50% - 40px) !important;
  left: calc(50% - 150px) !important;
}

.add_btn_popup {
  padding: 0px;
  min-height: 280px;
}

.internal_data {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  flex-flow: column;
  justify-content: space-between;
}

.select_box_container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  min-height: 200px;
}

.select_box_block {
  font-weight: 300;
  font-family: var(--app-body-font) !important;
  cursor: pointer;
}

.select-bx {
  width: 100px;
  height: 100px;
  background: #cccccc29;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-bottom: 10px;
  transition: 0.5s all;
}

.bottom_text {
  color: #000000;
  text-shadow: 1px 1px #f9f9f9;
}

.select_box_block:hover .select-bx {
  background: #dae3f4;
  color: #3341e1;
}

.selected_box .select-bx {
  background: #dae3f4;
  color: #3341e1;
}

@keyframes loader-animate {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

.sidebar-content ul {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.global_dropdown_toggle .dropdown-item {
  padding: 2px 12px !important;
}

.btn_disabled_container {
  position: relative;
  display: inline-block;
}

.loader_disabled {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  cursor: not-allowed;
  display: none;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  border-radius: 5px;
}

.copy_btn,
.upload-result,
.send_btn {
  min-width: 170px;
}

.right_align_btn {
  display: flex;
  justify-content: right;
}

.add_btnblock a {
  display: flex;
  align-items: center;
  width: fit-content;
}

.add_btnblock .btn {
  padding: 3px 5px;
  min-height: 25px !important;
  margin-right: 5px;
}

.button_with_msg_right {
  position: relative;
  display: flex;
  align-items: center;
}

.msg_right_show {
  margin-left: 15px;
}

.msg_left_show {
  margin-right: 15px;
}

.btn_disabled_container .btn {
  margin: 0px !important;
}

.right_minimize {
  width: 200px !important;
  display: inline-block !important;
  left: inherit;
  right: 20px;
  bottom: -20px;
  top: initial !important;
  height: auto !important;
  z-index: 10000;
}

.minimize_layer {
  width: 100%;
  height: 100%;
  z-index: 10000;
  cursor: pointer;
  position: absolute;
}

.minimize_btn {
  float: right;
  right: 10px;
  top: 10px;
  font-size: 24px;
  line-height: 10px;
  cursor: pointer;
  transition: 0.5s all;
  opacity: 0.5;
  margin: -5px -7px 5px 0px;
  /*padding: 5px;*/
}

.minimize_btn:hover {
  opacity: 1;
}

.minimize_layer {
  width: 100%;
  height: 100%;
  z-index: 10000;
  cursor: pointer;
  position: absolute;
  transform: scale(0.5);
  transition: 0.5s all;
  min-width: 280px !important;
}

.right_minimize .center_moveable_popup {
  transform: scale(0.5);
  transition: 0.5s all;
  min-width: 280px !important;
}

.popup_centershow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
}
.pro_button_active_block {
  display: flex;
  flex-flow: column;
  width: 100%;
  position: absolute;
  bottom: 0px;
  justify-content: center;
  align-items: center;
}
.bottom_active_btn i {
  font-size: 16px;
  height: 20px;
  margin-left: 5px;
}
.bottom_active_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
  float: left;
  border-radius: 30px;
  border: solid thin #e1e1e1;
  width: 140px;
  cursor: pointer;
}
.upgrade_btn {
  background: #3fcb82;
}
.support_btn {
  background: #3db1ea;
}
