@charset "UTF-8";
.hide {
  display: none !important;
}

.be-content {
  height: 100%;
}

.stats-device-img img {
  width: 10px;
}

.hide-on-iphone {
  display: none !important;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.drag-drop-file-upload {
  width: 100%;
  height: 220px;
  border-radius: 4px;
  border: 2px dashed #E1E3EA;
  position: relative;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.drag-drop-file-upload.guideflow_hovered {
  border-color: #6d97e4;
}

.drag-drop-file-upload2 {
  width: 25%;
  height: 220px;
  border-radius: 4px;
  border: 2px dashed #E1E3EA;
  position: relative;
  overflow-y: auto;
  transition: all 0.3s ease;
}
.drag-drop-file-upload2.guideflow_hovered {
  border-color: #6d97e4;
}

.drag-drop-file-upload .file {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

.mobile-detail-view-tab {
  display: none;
}

.tinymce-inline-input,
.tinymce-inline-input-label {
  background-color: #f3f6f9;
  transition: color 0.2s ease, background-color 0.2s ease;
  background-image: none;
  border: 1px solid #f3f6f9;
  border-color: #f3f6f9;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  border-radius: 0.42rem;
}

#eh_noty_footer,
#eh_noty_top {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.account-limit-noty,
.account-limit-top-noty {
  width: 100%;
  z-index: 1001;
  padding: 0px;
  border-radius: 0;
  /*height: 24px;*/
}
@media (max-width: 991px) {
  .account-limit-noty,
.account-limit-top-noty {
    display: none;
  }
}

.account-limit-noty .content,
.account-limit-top-noty .content {
  position: relative;
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
  padding-bottom: 5px;
}

.account-limit-noty-close,
.account-limit-top-noty-close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 16px;
  cursor: pointer;
}

.card-img-sync img {
  height: 100px;
}

.soft-hide {
  display: none;
}

.dynamic-text-color > *:nth-child(7n-7) {
  color: var(--bs-primary) !important;
}
.dynamic-text-color > *:nth-child(7n-6) {
  color: var(--bs-yellow) !important;
}
.dynamic-text-color > *:nth-child(7n-5) {
  color: var(--bs-info) !important;
}
.dynamic-text-color > *:nth-child(7n-4) {
  color: var(--bs-danger) !important;
}
.dynamic-text-color > *:nth-child(7n-3) {
  color: var(--bs-success) !important;
}
.dynamic-text-color > *:nth-child(7n-2) {
  color: var(--bs-orange) !important;
}
.dynamic-text-color > *:nth-child(7n-1) {
  color: #09c5c5 !important;
}

.dynamic-child-colors > *:nth-child(7n-7) .dynamic-bg-color {
  background-color: var(--bs-primary) !important;
}
.dynamic-child-colors > *:nth-child(7n-6) .dynamic-bg-color {
  background-color: var(--bs-yellow) !important;
}
.dynamic-child-colors > *:nth-child(7n-5) .dynamic-bg-color {
  background-color: var(--bs-info) !important;
}
.dynamic-child-colors > *:nth-child(7n-4) .dynamic-bg-color {
  background-color: var(--bs-danger) !important;
}
.dynamic-child-colors > *:nth-child(7n-3) .dynamic-bg-color {
  background-color: var(--bs-success) !important;
}
.dynamic-child-colors > *:nth-child(7n-2) .dynamic-bg-color {
  background-color: var(--bs-orange) !important;
}
.dynamic-child-colors > *:nth-child(7n-1) .dynamic-bg-color {
  background-color: #09c5c5 !important;
}

.dkim-settings-controls .table th,
.dkim-settings-controls .table td {
  white-space: normal;
}

.modal.right .modal-body {
  height: calc(100vh - 125px);
  overflow-y: auto;
  /*
  padding: 30px 30px 20px;
  */
}

.modal.right .modal-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
}

.coloumns-list-body .coloums-list-fields li:last-child {
  margin-bottom: 10px;
}

.table th,
.table td {
  vertical-align: middle;
}

.emoji-input-group {
  flex-wrap: inherit;
}

.emoji-input-group .btn {
  display: flex;
  align-items: center;
  background-color: #e1f0ff;
  border-color: transparent;
}

.emoji-input-group .emojionearea,
.emoji-input-group .emojionearea.form-control {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  box-shadow: none;
}

.emoji-input-group .emojionearea.emojionearea-inline > .emojionearea-editor {
  top: 8px;
  color: #3a6997;
}

.emoji-input-group .emojionearea.emojionearea-inline > .emojionearea-button {
  top: 12px;
}

.emojionearea,
.emojionearea.form-control {
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  box-shadow: none;
}

.emojionearea.emojionearea-inline > .emojionearea-editor {
  top: 8px;
  color: #3a6997;
}

.emojionearea.emojionearea-inline > .emojionearea-button {
  top: 12px;
}

.video-image-container img {
  max-height: 250px;
}

.eb-color-picker {
  border-color: #702b2b;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 0px 45px 0px 0px !important;
  border-style: solid !important;
  text-transform: uppercase !important;
}

.drag-drop-file-upload .files-container {
  z-index: 9;
  position: relative;
}

.drag-drop-file-upload .files-container .each-file-details {
  display: inline-block;
  /* width: 150px; */
  height: 70px;
  margin: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
}

.drag-drop-file-upload .files-container .each-file-details img {
  height: 16px;
}

.drag-drop-file-upload .files-container .each-file-details .remove {
  cursor: pointer;
  display: none;
  position: absolute;
  right: -7px;
  top: -7px;
  position: absolute;
  font-size: 20px;
  display: none;
  z-index: 999;
}

.drag-drop-file-upload .files-container .each-file-details.guideflow_hovered .remove {
  display: block;
}

.drag-drop-file-upload .files-container .each-file-details .file-info {
  /* margin-left: 50px; */
  color: #a2a2a2;
  width: 85px;
}

.ab-overflow-ellipsis {
  width: 99%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
}

.merge-box {
  border-radius: 3px;
  border: 1px solid #e0e4ea;
}

.wrapper-md {
  padding: 20px;
}

.subscriber-merge-img img {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.subscriberOwner {
  cursor: pointer;
}

.pull-right {
  float: right !important;
}

#deals_timeline .Deal-activity-name {
  display: none;
}

.mobile-detail-view-tab {
  display: none;
}

.call-log-item-container {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}

@media (min-width: 992px) {
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
}
.p-l-5 {
  padding-left: 5px !important;
}

.more-results {
  cursor: pointer;
}

.ab-timeline-view .user-timeline .timeline-time {
  display: inline;
  font-size: 10px;
  float: none;
}

.log-header {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  display: inline-flex;
  word-break: break-word;
  overflow: visible;
  flex-grow: 1;
  width: 100%;
  border-bottom: 1px solid #dadada;
  margin-left: 0px;
  padding-bottom: 5px;
}

.call-header-content {
  flex-shrink: 100;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  white-space: normal;
  line-height: 16px;
}

.call-log-item-wrapper {
  padding: 20px;
}

.table_horizontal_scroll_btns {
  position: absolute;
  right: 0px;
  top: 10px;
  padding-right: 10px;
  background-color: #fff;
}
.table_horizontal_scroll_btns .table_scroll.not-allowed {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.next-previous-btn-container .not-allowed {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}

.horizontal_table .table_horizontal_scroll_btns {
  display: none;
}

.horizontal_table.guideflow_hovered .table_horizontal_scroll_btns {
  display: block;
}

.horizontal_table {
  overflow-x: auto;
}

#deals_timeline .Subscriber-activity-name {
  display: none;
}

.cc-items {
  position: absolute;
  right: 17px;
  top: 17px;
}

.ccc-items {
  right: 45px;
  position: absolute;
  top: 65px;
}

#deal-detail-modal .modal-dialog {
  width: 100%;
  background-color: #0c262f;
}

.play-icon-holder {
  display: inline-block;
  /* padding: 40px 64px; */
  border: 1px solid #ababab;
  border-radius: 4px;
  color: #ababab;
  width: 40%;
  height: 250px;
  line-height: 250px;
  vertical-align: middle;
  text-align: center;
}

.added-video-preview {
  display: none;
  width: 380px;
}

.create-custom-card {
  min-height: 288px;
  justify-content: center;
  align-content: center;
}

#deal-detail-modal .modal-content {
  max-width: 97%;
  margin-left: 30px;
  margin-right: 30px;
  background-color: #f5f8f9;
}

.greeting_type_video_autoplay input[data-switch]:checked + label:after {
  left: 78%;
  background-color: #ffffff;
}

.autoplay {
  min-width: 80%;
}

.greeting_type_video_autoplay {
  width: 43%;
}

.switch-button.switch-button-autoplay input[type=checkbox]:checked + span label:before {
  content: "Auto Play On";
  font-weight: normal;
  background-color: #28a745;
}

.switch-button.switch-button-autoplay label:before {
  content: "Auto Play Off";
  font-weight: normal;
  top: 2px;
}

.switch-button.switch-button-autoplay {
  width: 125px;
  border-radius: 2px;
}

.empty-repo, .empty-product {
  display: table;
  margin: 0px auto;
  width: 60%;
  padding-top: 5%;
  padding-bottom: 20px;
}

.repo-padcontent-help-block {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
}

.widget-title {
  word-break: break-all;
}

.message-list-item.collapsed .inbox-email.email {
  display: none;
}

.message-list-item.collapsed .mail-detail-icon {
  display: none;
}

.message-list-item .message-snippet {
  display: none;
}

.message-list-item.collapsed .message-snippet {
  display: block;
}

.collapsed-count-div {
  cursor: pointer;
  border: 1px solid #efefef;
  border-right: 0px;
  border-left: 0px;
  position: relative;
  display: none;
  padding-top: 7px;
}

.collapsed-div-length {
  font-size: 14px;
  letter-spacing: 0.3px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #dadce0;
  box-shadow: inset 0 0 0 1px #dadce0;
  color: #5f6368;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  -webkit-justify-content: center;
  justify-content: center;
  left: 16px;
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: -15px;
  width: 40px;
  z-index: 1;
}

.hidemiddleobjects .accordion:first-child {
  border-bottom: 0px solid #dedae2 !important;
}

.hidemiddleobjects .collapsed-count-div {
  display: block;
}

#message-list-container .accordion:not(:last-child) {
  padding-bottom: 15px !important;
  border-bottom: 1px solid #dedae2;
}

.hidemiddleobjects .accordion {
  display: none;
}

.hidemiddleobjects .accordion:first-child,
.hidemiddleobjects .accordion:last-child {
  display: block;
}

.collapsed-div-length {
  font-size: 14px;
  letter-spacing: 0.3px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 0 1px #dadce0;
  box-shadow: inset 0 0 0 1px #dadce0;
  color: #5f6368;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 40px;
  -webkit-justify-content: center;
  justify-content: center;
  left: 16px;
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: -15px;
  width: 40px;
}

.iframe-email-content {
  color: #a8a5ab;
  border: 1px solid #f4f3f6;
  /*box-shadow: 0px 0px 13px -3px rgb(110 66 151) !important;*/
  border-radius: 3px;
  cursor: not-allowed;
  background-color: transparent;
  padding: 16px;
}

.iframe-block {
  min-height: 350px;
  width: 100%;
}

#iframe-container body {
  background-color: #eff2f7 !important;
}

.switchonoff input[data-switch=primary]:checked + label {
  background-color: #3699ff;
}

.switchonoff input[data-switch]:checked + label:before {
  color: #fff;
  top: 0px;
}

.field-properties-array2 .chat-form-field-label {
  text-transform: capitalize;
  display: block;
}

input[data-switch]:checked + label:before {
  color: #fff;
  content: "";
  right: auto;
  left: 4px;
  top: 2px;
}

input[data-switch] {
  display: none;
}

.section-container > .each-section:last-child .section-move-down {
  display: none;
}

.section-container > .each-section:nth-child(1) .section-move-up,
.section-container > .each-section:nth-child(2) .section-move-up {
  display: none;
}

.input-edit-inline {
  border: 0;
  background: transparent !important;
  border-bottom: #a9aaac 1px solid;
  border-radius: 0;
}

.img-zoom {
  position: absolute;
  right: 5px;
  top: 5px;
}

.playnow-btn i {
  background-color: rgba(255, 255, 255, 0.8);
}

.task-category-view.task-table-view {
  display: none;
}

.accordion .panel .panel-heading a.collapsed .icon {
  transform: rotate(-90deg);
}

.no-goals-exist {
  margin: 0 auto;
  float: none;
  text-align: center;
  line-height: 12px;
  max-width: 520px;
  position: absolute;
  top: 183px;
  left: 20px;
  right: 20px;
}

.disable-container {
  pointer-events: none;
}

.chat-navigation .navbar-nav .nav-item.active .nav-link {
  color: #2787f5;
}

#timeSliderBackdrop {
  background-color: #b9baba;
  height: 10px;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
}

.add-landing-page-tab-content .tab-pane.active {
  display: block;
}

.add-landing-page-tab-content .tab-pane {
  display: none;
}

.engagebay-tab-container .tab-pane.active {
  display: block;
}

.engagebay-tab-container .tab-pane {
  display: none;
}

.nav > li,
.nav > li > a {
  display: block;
  position: relative;
}

.download-icon-middle {
  position: absolute;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}
.download-icon-middle .download-icon-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 33333;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-icon-middle .svg-icon svg g,
.download-icon-middle .svg-icon svg path {
  fill: white;
}
.download-icon-middle.guideflow_hovered .download-icon-overlay {
  visibility: visible;
}

/*	right: 0px;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}  */
#chained-filter-vertical-model-list .chained-item.well.edit-filter-condition .text-filter-view {
  display: none;
}

#chained-filter-vertical-model-list .chained-item.well .text-filter-view {
  display: block;
}

#chained-filter-vertical-model-list .chained-item.well .chained-item-view-container {
  display: none;
}

#chained-filter-vertical-model-list .chained-item.well.edit-filter-condition .chained-item-view-container {
  display: block;
}

.engagebay-tab-container .tab-pane {
  display: none;
}

.engagebay-tab-container .tab-pane.active {
  display: block;
}

#dashlets .grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  width: auto;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

#dashlets table tr td, #dashlets table th {
  font-size: 13px;
}

.text-hidden-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.call-options-container .search-text {
  width: 270px;
  max-width: 0;
  padding: 15px;
  transition: all 0.5s ease;
  position: absolute;
  left: -100px;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
}

.search-text {
  width: 270px;
  max-width: 0;
  padding: 15px;
  transition: all 0.5s ease;
  position: absolute;
  left: 20px;
  box-sizing: border-box;
  opacity: 0;
}

.call-options-container .search-text.expanded {
  max-width: 265px !important;
  margin-top: -10px !important;
}

.search-text.expanded {
  max-width: 270px !important;
  opacity: 1 !important;
  z-index: 99999;
}

.date-pickerinput {
  background-color: transparent;
  border: 0px solid;
  height: 20px;
  width: 120px;
  outline-color: transparent;
}

.date-pickerinput.guideflow_hovered {
  text-decoration: underline;
}

.dialPad .dials .digits p {
  font-weight: 400;
  padding: 0;
  cursor: pointer;
  margin: 0.5rem;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 250ms ease;
}

.dialPad .dials .digits p.guideflow_hovered {
  background-color: #f5f9fc;
}

.dialPad ol {
  list-style-type: none;
  padding-left: 0px;
}

.dialPad .dials {
  margin: -1px 0 0 -1px;
  background: white;
  cursor: pointer;
  box-shadow: -10px -10px 30px 4px rgba(194, 205, 218, 0.15), 10px 10px 30px 4px rgba(213, 218, 223, 0.15);
  border-radius: 5px;
}

.dialpadMenuButton {
  padding: 0px 0px;
  border: 0px;
}

.compact .dials .digits p sup {
  text-transform: uppercase;
  color: #9eb3c8;
  display: block;
  margin-top: 10px;
  font-size: 9px;
}

.each-report-selection-strip.available {
  --bs-bg-opacity: 1;
}

.each-report-selection-strip .report-availability-indication {
  display: none;
}

.each-report-selection-strip.available .report-availability-indication {
  display: inline;
  color: #34C38F;
}

.enabledABTesting .non-ab-tab {
  display: none !important;
}

.disable-broadcast-tab {
  pointer-events: none;
}

.enabledABTesting .ab-tab {
  display: inline-block !important;
}

.enabledABTesting .ab-tab.active {
  display: inline-block !important;
}

.ab-tab {
  display: none !important;
}

#calendar table.table-bordered {
  border: 1px solid #ddd;
}

.meet-or-condition,
.or-rules-block,
.or-condition-text,
.or-text {
  display: block !important;
}

.broadcast-ab-switch li.active a, .broadcast-ab-switch li.guideflow_hovered a {
  color: white;
}

#acontent {
  background-color: #ef6333;
  height: 65px;
  position: absolute;
  z-index: 1;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.broadcast-slider-content {
  color: #fff;
  vertical-align: middle;
  /* top: 7px; */
  font-size: 30px;
  left: 40%;
  position: relative;
}

#aContentWidth,
#bContentWidth {
  display: block;
  font-size: 17px;
  vertical-align: top;
  text-align: left;
}

#bcontent {
  position: absolute;
  z-index: 2;
  background-color: #89609e;
  height: 65px;
  left: 22%;
}

.broadcast-slider-content {
  color: #fff;
  vertical-align: middle;
  /* top: 7px; */
  font-size: 30px;
  left: 40%;
  position: relative;
}

.broadcast-template-options #slider {
  height: 65px;
}

.broadcast-template-options #slider .ui-slider-handle {
  height: 70px;
  width: 10px;
  display: block;
}

.mobile-width {
  min-width: 250px !important;
}

.eb-table-sorter-container .eb-table-sorter-asc {
  position: relative;
  top: -7px;
  left: 12px;
}

.eb-table-sorter-container span {
  font-size: 8px;
  cursor: pointer;
  color: #a1a1a1;
}

.eb-table-sorter-container span.active {
  color: #43506a;
}

.page-header.contact-details.toggleMoveList .movelist-bulkaction {
  display: none;
}

.repo-image-selection-popup {
  z-index: 99999;
}

.repo-add-edit-popup {
  z-index: 99999;
}

.dropdown-menu-scroll {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.cc-emails {
  right: 20px;
  position: absolute;
  top: 18px;
}

#enable-sms-forwarding:disabled ~ label {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  right: 5px !important;
  z-index: 1 !important;
}

ul.tags {
  list-style: none;
  padding-left: 0;
}

ul.user-teams-dropdown-menu {
  list-style: none;
  margin-top: 5px;
}

.typeahead.dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #3A6997;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding: 0.45rem 1rem;
  display: flex;
}

.typeahead.dropdown-menu li a.guideflow_hovered {
  padding: 0.45rem 1rem;
  color: #3699FF;
  text-decoration: none;
  background-color: rgba(245, 248, 250, 0.8);
}

.panel-subtitle-form {
  display: block;
  font-size: 13px;
  color: #707070;
  margin-bottom: 6px;
}

.input-group-addon-compliance {
  border-left: 0;
  padding: 10px 12px;
  font-weight: 400;
  line-height: 1;
  color: #404040;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #d5d8de;
  border-radius: 4px;
}

#unsubscribeFromEmail option:last-child {
  display: none;
}

input[data-switch] + label[for=complianceCopyEnabled]:before {
  line-height: 24px;
  right: -2px;
}

input[data-switch]:checked + label[for=complianceCopyEnabled]:before {
  left: 0px;
  right: 14px;
}

.input-group .btn {
  position: relative;
  z-index: 1;
}

.colored-header-success .modal-content .modal-header {
  background-color: #6dc58f;
}

.call-options img, .sms-options img {
  height: 18px;
}

@media (max-width: 767px) {
  div.mobile-view-table-data-not {
    display: none;
  }
}
@media (min-width: 767px) {
  div.mobile-view-table-data {
    display: none;
  }
}
.bulk-action-status {
  position: absolute;
  left: 38%;
  background-color: #ffeae6;
  top: 15px;
  padding: 10px 20px;
}

#addSubscriberForm .iti {
  display: block;
}

@media (max-width: 382px) {
  .justify-vsm-center {
    justify-content: center !important;
  }
}
.repo-image-selection-popup, .repo-add-edit-popup {
  z-index: 999999;
}

.add-formfield {
  position: absolute;
  right: 100px;
}

.thresholds-list .each-threshold:only-child .remove-threshold {
  display: none;
}

.right .minimised-model {
  display: none;
}

.right .expanded-model {
  display: block;
}

.expanded-model {
  display: none;
}

.expanded-model span, .minimised-model span {
  margin-top: 2px;
  font-size: 20px;
  transform: rotate(90deg);
}

.dropdown-menu-small-scroll {
  max-height: 20vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#completed-tasks .page-title, #completed-tasks .page-title-actions {
  display: none !important;
}

.network-panel {
  transition: all 0.3s ease-in-out;
}
.network-panel.guideflow_hovered {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.chained-form-control .account-teams, .table-cell .account-teams {
  visibility: hidden;
  height: 0px;
  width: 0px;
  border: 0px;
  position: absolute;
}

.chained-form-control .selected-team-names .default-text, .table-cell .selected-team-names .default-text {
  display: none;
}

.enghub-nav-container {
  padding: 20px 25px 25px;
  background: #fff;
}

.chained-form-control .selected-team-names.list-empty .default-text, .table-cell .selected-team-names.list-empty .default-text {
  display: block;
}

.subscriber-merge-content {
  background: #f6f6f6;
  border-radius: 5px;
  color: #656060;
  margin-top: 30px;
  margin-bottom: 10px;
}

.wrapper {
  padding: 15px;
}

td.edit {
  cursor: pointer;
}

#two-factor-auth-modal span.help-inline[generated|=true] {
  display: none !important;
}

#chained-filter-vertical-model-list .chained-item.well.edit-filter-condition .chained-item-view-container {
  display: block;
}

#chained-filter-vertical-model-list .chained-item.well .chained-item-view-container {
  display: none;
}

.form-group:first-child .delete-colleague {
  display: none;
}

.close-fliter.remove-field {
  position: initial;
}

.bulk_actions_list.disabled {
  display: none;
}

.disable-broadcast {
  pointer-events: none;
  opacity: 0.4;
}

.selected-msg-info {
  position: absolute;
  top: 1px;
  left: 0px;
  background-color: #ffffff;
  padding: 15px 8px;
  right: 0;
  z-index: 1;
  margin-left: 50px;
}

.eb-table-sorter-container {
  position: relative;
  top: 2px;
}

.filter-dropdown .subscriber-filter-applied {
  z-index: 0;
  position: absolute;
  right: -2px;
  height: 11px;
  width: 11px;
  background-color: #f2603e;
  border-radius: 50%;
  display: inline-block;
  left: auto;
  top: -2px;
  border: 1px solid white;
}

.account-lock-container {
  background-image: url(https://html-assets-prod.guideflow.com/2ca7ceff942d3376e2196d38404f7e5ac8f8e192);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  z-index: 9999;
  overflow: auto;
  max-height: 100%;
}

.ab-add-carousel .carousel-inner .carousel-item img {
  height: 135px;
}

.img-content-carousel .carousel-inner {
  text-align: center;
}

.bot-filtering > tbody > tr {
  background: #f4f6f9;
}

input[data-switch]:checked + label[for=emailLimitEnabled]:before {
  left: 0px;
  right: 14px;
}

input[data-switch] + label[for=emailLimitEnabled]:before {
  line-height: 24px;
  right: -2px;
}

.comma-field-container .comma-field:last-child .separetor {
  display: none !important;
}

.search-selection-dropdown .btn {
  border-radius: 0 0.42rem 0.42rem 0;
  line-height: 26px;
}

.broadcast-batch-options-list .each-broadcast-batch-option:not(:last-child) .remove-broadcast-batch-option, .broadcast-batch-options-list .each-broadcast-batch-option:first-child .remove-broadcast-batch-option {
  display: none;
}

.add-tags {
  display: block;
  width: fit-content;
}

.custom-text-list {
  padding: 5px 20px 1px;
  color: #c2c1c1;
  cursor: default;
}

.sort-order-icon {
  padding-left: 10px;
}

.repo-file-container .upload-image-container {
  width: 250px;
  height: 150px;
  display: inline-block;
  overflow: hidden;
  border: 4px dashed #ddd;
  text-align: center;
  border-radius: 10px;
  margin: 8px;
  font-size: 20px !important;
  color: #acacac;
  position: relative;
  cursor: pointer;
}
.repo-file-container .upload-image-container.guideflow_hovered {
  border: 4px dashed #7575ff;
}
.repo-file-container .upload-image-container label {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  display: block;
  color: #bcbcbc;
  cursor: pointer;
}
.repo-file-container .repo-file {
  width: 250px;
  height: 150px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 10px;
  margin: 8px;
  position: relative;
  cursor: pointer;
  background-color: #ebebeb;
  background-image: linear-gradient(45deg, #f8f8f8 25%, transparent 25%, transparent 75%, #f8f8f8 75%, #f8f8f8), linear-gradient(45deg, #f8f8f8 25%, transparent 25%, transparent 75%, #f8f8f8 75%, #f8f8f8);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.repo-file-container .repo-file.guideflow_hovered {
  border: 1px solid blue;
}

.inputfile + label {
  padding: 0 10px;
  font-size: 13px;
  line-height: 28px;
  border: 1px solid #dedede;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
}

.broadcast-batch-options-list .each-broadcast-batch-option:not(:last-child) .remove-broadcast-batch-option, .broadcast-batch-options-list .each-broadcast-batch-option:not(:last-child) .broadcast-batch-options-list .each-broadcast-batch-option:first-child .remove-broadcast-batch-option {
  display: none;
}
.broadcast-batch-options-list .each-broadcast-batch-option:not(:last-child) .add-broadcast-batch-option {
  display: none;
}

#broadcast-body-container .sendChanges.be-radio {
  text-align: left;
  color: #929394;
  box-shadow: none;
  border: 2px solid transparent;
  font-size: 15px;
  border-radius: 4px;
  background-color: #f4f5f8;
  padding: 10px 35px;
  cursor: pointer;
}

.broadcast-filter.guideflow_hovered, .broadcast-filter.selected, .sendChanges.guideflow_hovered, .sendChanges.selected {
  border-color: #6dc5dc !important;
  box-shadow: 0 0 0 0px #6dc5dc inset, 0 1px 8px rgba(0, 0, 0, 0.2) !important;
}

.sendChanges label {
  padding: 12px 20px;
}

.be-checkbox.inline + .be-checkbox.inline, .be-checkbox.inline + .be-radio.inline, .be-radio.inline + .be-checkbox.inline, .be-radio.inline + .be-radio.inline {
  margin-left: 18px;
}

.file-upload-help-text .svg-icon svg g, .file-upload-help-text .svg-icon svg path {
  fill: #a5a8b9;
}

.social-stream-selector-icon {
  position: absolute;
  top: 7px;
  right: 8px;
}

.clearScheduleTime {
  position: absolute;
  font-size: 18px;
  right: 10px;
  bottom: 10px;
}

.landing-page-iframe-preview {
  position: relative;
}
.landing-page-iframe-preview .lp-preview-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 200px;
}
.landing-page-iframe-preview.guideflow_hovered .lp-preview-overlay {
  display: block;
}

.dropdown-hover.right .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.dropdown-hover.guideflow_hovered .dropdown-menu {
  display: block;
  opacity: 1;
}

.CodeMirror {
  z-index: 0;
}

.emoji-helper {
  position: relative;
}

.engagebay-composer-emoji-popover .engagebay-composer-popover-caret {
  right: 10px;
}

.emoji-helper .engagebay-composer-popover {
  left: auto;
  bottom: 29px;
  right: 0;
}

.active-integration {
  position: absolute;
  top: -2px;
  right: 15px;
  font-size: 23px;
}

.integration-settings, .delete-integration {
  display: none;
}

.card .widget-card-overlay.enable-integration {
  display: none;
}

.card .widget-card-overlay.enable-integration.inactive {
  display: flex;
}

.integrations .widget.widget-tile.guideflow_hovered .active-integration .active-settings {
  display: none;
}

.integrations .widget.widget-tile.active-gateway.guideflow_hovered .integration-settings,
.integrations .widget.widget-tile.active-gateway.guideflow_hovered .delete-integration {
  display: inline-block;
  cursor: pointer;
}

.deleteFieldOption {
  position: absolute;
  right: 15px;
}

#eh_bulk_action_modal .scroll-loading {
  text-align: center;
}
#eh_bulk_action_modal .scroll-loading img {
  width: 100px;
  height: 100px;
}

.AB-inline-block {
  display: inline-block !important;
}

#uploadPopupImagePreview.showImage, .uploadPopupBackgroundImagePreview.showImage,
.uploadPopupBorderImagePreview.showImage, #uploadFormImagePreview.showImage,
#uploadFormImagePreview, .uploadFormBackgroundImagePreview,
#uploadPopupImagePreview {
  max-height: 70px;
  max-width: 70px;
}

#uploadPopupImagePreview.showImage, .uploadPopupBackgroundImagePreview.showImage, .uploadPopupBorderImagePreview.showImage, #uploadFormImagePreview.showImage, #uploadFormImagePreview, .uploadFormBackgroundImagePreview, #uploadPopupImagePreview, .uploadFormBorderImagePreview {
  height: 100px;
  max-width: 100%;
}

.image-hover-close.guideflow_hovered .removeDiv {
  display: block !important;
}

.removeDiv {
  position: absolute;
  top: 20%;
  right: 0;
  left: 32%;
  bottom: 24px;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
  cursor: pointer;
}

.remove-img-icon {
  top: 22px;
  position: relative;
  font-size: 2em;
  font-weight: 600;
}

.user-timeline-description, .user-timeline-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.chat-wrapper #messenger-chat-details-container {
  z-index: 1;
}

#messenger-left-container .message-conversation-item-container {
  z-index: 1;
}

#automation-activity-model-list.timeline:before {
  left: 101px;
}
#automation-activity-model-list.timeline .timeline-item .timeline-label {
  width: 102px;
}

#push-notification-timeline-model-list.timeline:before {
  left: 101px;
}
#push-notification-timeline-model-list.timeline .timeline-item .timeline-label {
  width: 102px;
}

#popUpFeildsContainer .each-field-content, #subscriptionFormFeildsContainer .each-field-content {
  display: block !important;
}
#popUpFeildsContainer .each-field-content .field-remove, #subscriptionFormFeildsContainer .each-field-content .field-remove {
  position: absolute;
  right: 60px;
}

.webpopup-type-selected {
  border-color: rgba(0, 0, 0, 0.1);
}

.webpop-flow-type .position {
  border: 2px solid transparent;
  margin-bottom: 0;
  height: 100%;
}
.webpop-flow-type .position.guideflow_hovered {
  border-color: rgba(0, 0, 0, 0.1);
}

.typeahead.dropdown-menu {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.dropdown-menu:not(.search-action) {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.trash-category.dropdown-menu {
  overflow: inherit;
}

#eachAuctomationEmailStats {
  position: relative;
}

.livechat-nav .nav-item:not(.active):not(.guideflow_hovered) .badge {
  background-color: #95aac9 !important;
}
.livechat-nav .nav-item .new-chats-count {
  left: 23px !important;
  position: absolute !important;
  top: 12px !important;
  border-radius: 50% !important;
  background-color: #34c38f !important;
  padding: 0px 6px;
  color: #fff;
}

input[type=radio]:checked + .social-suit-network-stream {
  box-shadow: 0 2px 10px !important;
}

.social-suit-network-stream {
  transition: all 0.3s ease-in-out;
}
.social-suit-network-stream.guideflow_hovered {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2) !important;
}

.fc-state-default {
  background-color: #eff2f7;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #545d66 !important;
}

.fc-state-disabled, .fc-state-down, .fc-state-hover {
  background-color: #eff2f7;
}

.fc-state-disabled.not-allowed {
  cursor: not-allowed !important;
}

.fc button {
  height: 2.5em !important;
}

.plan_type_EMAIL_CREDITS .plan-interval-container,
.plan_type_INTEGRATION_EMAIL_CREDITS .plan-interval-container,
.plan_type_EMAIL_VALIDATION_CREDITS .plan-interval-container,
.plan_type_SMS_CREDITS .plan-interval-container {
  display: none;
}

.plan_type_EMAIL_CREDITS .is-subscription,
.plan_type_INTEGRATION_EMAIL_CREDITS .is-subscription,
.plan_type_EMAIL_VALIDATION_CREDITS .is-subscription,
.plan_type_SMS_CREDITS .is-subscription {
  display: none;
}

.plan_service_Shopify #CCform {
  display: none;
}

.billing_service_Shopify .purchase-addons, .billing_service_Shopify .biennial-plan-switch, .plan_service_Shopify #interval option[value=BIENNIAL] {
  display: none !important;
}

.billing-container {
  background-color: #fff;
}

.dashed {
  border-bottom: 1px dashed #ccc;
}

.subscription-type-plans .discount-label {
  position: absolute;
  right: 70px;
  top: 16px;
}

#sequencetask-model-list {
  padding-left: 0px;
}

.sequence-list-item {
  background: #f6f9fc;
}
.sequence-list-item.active {
  background-color: #e1f0ff;
}

.sequence-node {
  background: #f6f9fc;
}
.sequence-node.active {
  background-color: #e1f0ff;
}

#broadcast-body-container .email-template-preview {
  background-size: 100% 100% !important;
}

.chained-filters[data-options-disabled] {
  pointer-events: none;
}

#widgetsCollectionContainer .card .card-img img, #datasync-settings-container .card .card-img img {
  height: 38px;
}

.bg-app {
  color: #f2603e;
  background-color: #feedea;
}

#phone_details_container .iti {
  display: block;
}

.svg-color-white .svg-icon svg path {
  fill: #fff !important;
}

.card-basic .badge.bg-success-soft .svg-icon svg path {
  fill: #8b80f3 !important;
}

.card-growth .badge.bg-success-soft .svg-icon svg path {
  fill: #e9985e !important;
}

.card-pro .badge.bg-success-soft .svg-icon svg path {
  fill: #5390a6 !important;
}

.callscript-accordion {
  position: absolute;
  right: 5%;
  top: 14px;
  z-index: 10;
}
.callscript-accordion a {
  margin-right: 0.5rem;
}

.callscript-ab-inline-block {
  z-index: 10;
}

.goals-calendar .cal-icon {
  position: absolute;
  right: 15px;
  top: 8px;
}

.see-all-features-footer .panel ul.price-features {
  margin-bottom: 1.8rem !important;
}

.delete-colleague-label {
  position: absolute;
  right: 0px;
  top: 0px;
}

#gritter-notice-wrapper {
  z-index: 1099999 !important;
}

.fb-spinner {
  background-image: url(https://html-assets-prod.guideflow.com/8d80752365a3989f82a7baddd805a0951ac9936e);
  display: inline-block;
  height: 11px;
  width: 16px;
}

#broadcast-left-panel {
  position: relative;
}

.dropdown.filter-dropdown .dropdown-menu {
  overflow-y: hidden;
}

#subscriberFiltersList.dropdown-menu, #dealFiltersList.dropdown-menu {
  overflow-y: auto;
  max-height: 300px;
}

.highcharts-container {
  font-family: -apple-system, BlinkMacSystemFont, "Poppins", "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

#callReportForm .col-2 .loading {
  position: absolute;
  left: 0;
  top: 60px;
}

.upload-file-label {
  max-width: 180px;
}

.bulk-count {
  position: relative;
}

.word-break-word {
  word-break: break-word;
}

.triangle-shape:after {
  border-color: transparent #ffffff;
  right: -10px;
  top: 10px;
  border-width: 34px 0 27px 19px;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  border-style: solid;
}

.deal-milestone-container .badge {
  font-size: 1.1em;
  color: #fff;
  padding: 0.5em 0.5em;
  border-radius: 8px;
}

.call-script-item-gadget-align {
  padding: 15px;
  background-color: #f8fcff;
  overflow: hidden;
  max-width: 250px;
  display: block;
  color: #4285f4 !important;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 10px;
}

.calender-plugin-container .fc-left h2 {
  font-size: 18px;
  color: #1F2A68 !important;
}

.calender-plugin-container .fc-left {
  margin-top: 0.5rem;
}

.user-profile-sidebar1 .checkbox-inline .checkbox {
  margin-bottom: 0.75rem !important;
}

.subscriber-action-icons-hide .ab-inline-block {
  visibility: hidden;
}

.subscriber-action-icons-hide tr.guideflow_hovered .ab-inline-block {
  visibility: visible !important;
}

.event-cancel-icon {
  visibility: hidden;
}

.events-mobile-not-table .events-table-view-tr.guideflow_hovered .event-cancel-icon {
  visibility: visible !important;
}

/* Scrollbar Styling */
.be-content ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.be-content ::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.be-content ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
}

.upload-csv-input {
  width: 360px;
}

.preview-icon-landing-page-gen {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.subscriber-name-info-panel {
  display: block;
  float: none;
  max-width: 335px;
}

.widget-card-padding {
  padding-right: 1.25rem;
}

.repository-tag {
  width: 100px;
  font-size: 11px;
  display: inline-block;
  /* float: left; */
  vertical-align: middle;
}

#subscriber_complete_information .tags.tagsinput .tag a {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
  display: inherit;
  overflow: hidden;
  line-height: normal;
  color: #1F2A68;
}

.zero-clip-container {
  word-break: break-all;
  padding: 15px 55px 15px 15px;
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.btn-clipboard {
  position: absolute;
  right: 0px;
  border-radius: 0;
}

#subscriber_watsapp_messages_tab_container {
  transform: translateZ(0);
}
#subscriber_watsapp_messages_tab_container .chat-body {
  max-height: 80vh !important;
}
#subscriber_watsapp_messages_tab_container .chat-footer {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#messenger-conversations-model-list .message-conversation-item-container {
  height: auto;
  margin-bottom: 10px;
  box-shadow: none;
}
#messenger-conversations-model-list .message-conversation-item-container.active, #messenger-conversations-model-list .message-conversation-item-container.guideflow_hovered {
  background-color: #e1f0ff;
}

#email-template-editor {
  max-height: calc(100vh - 165px);
  overflow-y: hidden;
  overflow-x: hidden;
}

.removeFromAutomation {
  position: absolute;
  right: 40%;
  top: 30%;
}

.broadcast-emailtemplates-item .email-template {
  height: 300px;
  overflow-y: hidden;
  cursor: pointer;
  background-color: #e2e1e1;
  border: 1px solid #c3c3c3;
  border-radius: 3px;
  padding: 4px;
}

#deals-body-container .ui-resizable-handle {
  width: 20px;
}

.rte-autocomplete.dropdown-menu {
  z-index: 1090;
}
.rte-autocomplete.dropdown-menu li a {
  color: #1F2A68;
  padding: 8px 20px;
}

.max-height-width-25 {
  width: 25px;
}

.reseller_plan_preview .change-plan, .reseller_plan_preview .plan-interval-container, .reseller_plan_preview .plan-users-selection {
  display: none;
}

#clients-model-list li.tag.badge {
  display: flex;
  width: fit-content;
}

.sales-report-header .col-2 {
  width: 14.666667%;
}

.billing-detail-header h4 {
  text-transform: capitalize;
}

.changeDefaultReplyToForwardingEmail.default {
  color: inherit;
  font-weight: 700;
  /*pointer-events: none;*/
}

.replyToForwardingEmailsContainer .deleteReplyTo {
  /*position: fixed;*/
  right: 30%;
  margin-top: 16px;
}

#validEmail.validation-result {
  position: absolute;
  right: 10px;
  top: 10px;
}

.emailfieldvalidate {
  position: relative;
}

.signup-user-steps-container {
  /* background-image: url(https://html-assets-prod.guideflow.com/2ca7ceff942d3376e2196d38404f7e5ac8f8e192); */
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 40px 20px;
  z-index: 9999;
  overflow: auto;
  max-height: 100%;
  background-color: #f6f2ea;
}

.domain-details-popup {
  max-width: 550px;
  /* text-align: center; */
  /* display: block; */
  margin: 0px auto;
  background-color: #fff;
  /* margin-bottom: 30px; */
  border: 0;
  border-radius: 20px;
  box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
  padding: 40px;
}

.ab-field-required {
  color: red;
}

.intl-tel-input, .iti {
  width: 100%;
}

.domain-details-popup .iti__selected-flag {
  height: 51px;
}

.user-verification-noty {
  display: none !important;
}

.products-data-info {
  max-width: 170px;
}

.products-data-info h6 {
  white-space: pre-line;
}

.products-data-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: pre-line;
}

#callLogsRangeSelect {
  width: auto;
}

#smsLogsRangeSelect {
  width: auto;
}

.pos-rlt.facebook {
  max-height: 351px !important;
}

.pos-rlt.linkedin {
  max-height: 280px !important;
}

.table #contactlist-model-list .subscriber-actions-model {
  min-width: 6%;
}

.reminder-email-container .options {
  position: absolute;
  right: 10px;
  top: 7px;
}

.appointment-cname-model-list .table.table {
  background: #F5F8FA;
}
.appointment-cname-model-list .table.table tr.guideflow_hovered {
  background: #EEE;
}

.bg-light-on-hover.guideflow_hovered {
  background-color: #f5f8fa;
  color: #1f2a68;
}

.call-and-sms {
  cursor: pointer;
}

#dashlets-container .offcanvas {
  box-shadow: 0 0rem 20px rgba(0, 0, 0, 0.08) !important;
}

.dashlet-more .svg-icon svg {
  height: 1.1rem !important;
  width: 1.1rem !important;
}

#subscriber_timeline .Subscriber-activity-name, #deals_timeline .Deal-activity-name, #ticket-timeline-model-list .Ticket-activity-name, #company_timeline .Company-activity-name {
  display: none;
}

.user-meta-table .table tbody tr.guideflow_hovered {
  background-color: transparent;
}

.icon-img-call {
  height: 18px;
}

.plan-interval-container {
  display: none;
}

.addon_plan:not(.plan_interval_LIFETIME) .plan-interval-container {
  display: block;
}

.plan_type_RESELLER .plan-interval-container, .plan_type_RESELLER .plan-quantity-container, .plan_type_WEB_ANALYTICS .plan-quantity-container {
  display: none !important;
}

.reseller_hide {
  display: none;
}

.compact-table-list-view .selected-msg-info {
  padding-top: 9px;
  padding-bottom: 9px;
}

#deals-milestone-grid-view-model-list, #task-milestone-gridview-model-list, #ticket-group-by-gridview-model-list {
  min-height: 200px;
}

.emoji-container .emoji-button {
  width: 22px;
  height: 22px;
  padding: 2px !important;
  display: inline-block;
  cursor: pointer;
}

.scheduler-compose-container {
  border: 1px solid #eae9e9;
}

.suite-images-list {
  position: relative;
  padding: 8px 20px 7px 7px;
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.post-image-option-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 9px;
  margin-bottom: 9px;
}

.media-attachment-thumbnail-wrapper {
  margin-right: 9px;
  position: relative;
  width: 80px;
  height: 80px;
}

.media-attachment-wrapper {
  height: 80px;
  width: 80px;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
}

.media-attachment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  border: none;
  background-size: cover;
  background: #F5F5F5;
  padding: 0;
  margin: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.plan-interval-container {
  display: none;
}

.addon_plan:not(.plan_interval_LIFETIME) .plan-interval-container {
  display: block;
}

.plan_type_RESELLER .plan-interval-container, .plan_type_RESELLER .plan-quantity-container {
  display: none !important;
}

.reseller_hide {
  /*display: none;*/
}

.compact-table-list-view .selected-msg-info {
  padding-top: 9px;
  padding-bottom: 9px;
}

#deals-milestone-grid-view-model-list, #task-milestone-gridview-model-list {
  min-height: 200px;
}

.emoji-container .emoji-button {
  width: 22px;
  height: 22px;
  padding: 2px !important;
  display: inline-block;
  cursor: pointer;
}

.scheduler-compose-container {
  border: 1px solid #eae9e9;
}

.suite-images-list {
  position: relative;
  padding: 8px 20px 7px 7px;
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.post-image-option-container {
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 9px;
  margin-bottom: 9px;
}

.media-attachment-thumbnail-wrapper {
  margin-right: 9px;
  position: relative;
  width: 80px;
  height: 80px;
}

.media-attachment-wrapper {
  height: 80px;
  width: 80px;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
}

.media-attachment {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  overflow: hidden;
  border: none;
  background-size: cover;
  background: #F5F5F5;
  padding: 0;
  margin: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

.post-image {
  max-width: 80px;
  max-height: 80px;
  height: auto;
  object-fit: cover;
  min-width: 80px;
  min-height: 80px;
  width: auto;
}

.media-close-option {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #343e47;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  border: none;
  padding: 0;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #343e47;
  background: #fff;
  border-radius: 50%;
  text-decoration: none;
  border: none;
  padding: 0;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #b7b7b7;
}

/*
.social-suite-post-img {
  width: 660px;
}*/
.post-profile-picture {
  width: 48px;
  height: 48px;
}

.preview-post-container {
  border: 1px solid #e6ecf0;
  border-radius: 8px;
  padding: 10px 14px 5px;
}

.post-preview-image-containe {
  padding: 10px;
}

.twitter-post-media-attachment-container {
  max-width: 675px;
}
.twitter-post-media-attachment-container img {
  border-radius: 16px;
}

.linkedin-media-length-3 .linked-post-image-1 {
  height: 50%;
  width: 100%;
}
.linkedin-media-length-3 .linked-post-image-2 {
  width: 50%;
}
.linkedin-media-length-3 .linked-post-image-3 {
  width: 50%;
}
.linkedin-media-length-3 .linked-post-image-1 {
  height: 50%;
  width: 100%;
}
.linkedin-media-length-3 .linked-post-image-1 img {
  max-height: 250px;
}
.linkedin-media-length-3 .linked-post-image-2 {
  width: 50%;
}
.linkedin-media-length-3 .linked-post-image-2 img {
  height: 250px;
}
.linkedin-media-length-3 .linked-post-image-3 {
  width: 50%;
}
.linkedin-media-length-3 .linked-post-image-3 img {
  height: 250px;
}

.linkedin-media-length-1 img {
  min-height: 300px;
  min-width: 665px;
  max-height: 665px;
}

.linkedin-media-length-4 {
  max-height: 550px;
}
.linkedin-media-length-4 .linked-post-image {
  width: 50%;
  height: 50%;
}
.linkedin-media-length-4 img {
  height: 190px;
}

.linkedin-media-length-2 .linked-post-image {
  width: 50%;
  height: 250px;
}
.linkedin-media-length-2 .linked-post-image img {
  height: 250px;
}

.facebook-media-length-1 img {
  min-height: 300px;
  min-width: 665px;
  max-height: 665px;
}

.facebook-media-length-3 .linked-post-image-1 {
  height: 50%;
  width: 100%;
}
.facebook-media-length-3 .linked-post-image-1 img {
  max-height: 250px;
}
.facebook-media-length-3 .linked-post-image-2 {
  max-height: 250px;
  width: 50%;
}
.facebook-media-length-3 .linked-post-image-2 img {
  max-height: 250px;
}
.facebook-media-length-3 .linked-post-image-3 {
  max-height: 250px;
  width: 50%;
}
.facebook-media-length-3 .linked-post-image-3 img {
  max-height: 250px;
}

.lightbox {
  z-index: 9999 !important;
}

.facebook-media-length-4 {
  max-height: 550px;
}
.facebook-media-length-4 .linked-post-image {
  width: 50%;
  height: 50%;
}
.facebook-media-length-4 img {
  height: 190px;
}

.facebook-media-length-2 .linked-post-image {
  width: 50%;
  height: 250px;
}
.facebook-media-length-2 .linked-post-image img {
  height: 250px;
}

.twitter-media-length-1 img {
  min-height: 300px;
  min-width: 580px;
  max-height: 500px;
}

.twitter-media-length-3 {
  max-height: 550px;
  flex-direction: column !important;
}
.twitter-media-length-3 .linked-post-image-1 {
  height: 400px;
  width: 50%;
}
.twitter-media-length-3 .linked-post-image-1 img {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: 100%;
}
.twitter-media-length-3 .linked-post-image-2 {
  width: 50%;
  height: 200px;
}
.twitter-media-length-3 .linked-post-image-2 img {
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  height: 100%;
  border-bottom-left-radius: 0px !important;
}
.twitter-media-length-3 .linked-post-image-3 {
  width: 50%;
  height: 200px;
}
.twitter-media-length-3 .linked-post-image-3 img {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  height: 100%;
}

.twitter-media-length-4 {
  max-height: 550px;
}
.twitter-media-length-4 .linked-post-image {
  width: 50%;
  height: 50%;
}
.twitter-media-length-4 img {
  height: 190px;
}
.twitter-media-length-4 .linked-post-image-1 img {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.twitter-media-length-4 .linked-post-image-2 img {
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.twitter-media-length-4 .linked-post-image-3 img {
  border-top-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.twitter-media-length-4 .linked-post-image-4 img {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.twitter-media-length-2 .linked-post-image {
  width: 50%;
  height: 250px;
}
.twitter-media-length-2 .linked-post-image img {
  height: 250px;
}
.twitter-media-length-2 .linked-post-image-1 img {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.twitter-media-length-2 .linked-post-image-2 img {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.instagram-post-media-attachment-container img {
  min-width: 665px;
  height: 400px;
  object-fit: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  border-radius: 50%;
  border: 1px solid grey;
  background-color: grey;
  background-size: 18px;
}

.card.twitter .linked-post-image img,
.card.twitter .linked-post-image video {
  border-radius: 16px;
}

.pos-rlt.facebook img {
  max-height: 351px !important;
  object-fit: cover;
}

.pos-rlt.linkedin img {
  max-height: 280px !important;
}

.facebook-post-media-attachment-container video {
  min-width: 665px;
}

.linkedin-post-media-attachment-container video {
  min-width: 665px;
}

.instagram-post-media-attachment-container video {
  min-width: 665px;
}

.fc-list-view {
  border-width: 0px !important;
  border-style: solid;
}

.fc-scroller::-webkit-scrollbar {
  width: 7px;
}

.event-container {
  margin-bottom: 10px;
  cursor: pointer;
}

.event-border {
  padding-top: 10px;
}

.primary-flex-container {
  display: flex;
  width: 100%;
}

.event-secondary-flex-item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  min-width: 0px;
}

.event-secondary-flex-child {
  background: white;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
}

.event-card-footer-container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  opacity: 1;
  background-color: #fcfcfc;
  border-radius: 0px 0px 4px 4px;
  padding: 8px 16px;
  border-top: 1px solid #e0e0e0;
}

.event-post-time-container {
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}

.fc .fc-toolbar h2 {
  font-size: 20px;
}

.fc-list-heading-main {
  float: none !important;
  font-size: 16px;
  font-weight: 500;
}

.fc-list-heading-alt {
  font-size: 13px;
  margin-left: 15px;
  /* margin-top: 31px; */
  vertical-align: initial;
  font-weight: 400;
  float: none !important;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}

.fc-list-heading td {
  font-weight: 700;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fc-widget-header {
  padding-left: 0px !important;
  background: transparent !important;
  padding: 0px !important;
  font-weight: 500;
}

.fc-body td {
  cursor: pointer;
}

.highlight {
  background-color: #F0F6FF;
}

.table tbody tr.highlight .subscriber-actions-model {
  background-color: #F0F6FF;
}

.table-hover > tbody > tr.guideflow_hovered.highlight > * {
  --bs-table-accent-bg: #F0F6FF !important;
}

.table tbody tr.highlight td {
  border-color: #E5EAF3;
}

.fc-button .fc-icon {
  font-size: 1rem;
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fc-button .fc-icon.fc-icon-left-single-arrow:after {
  top: -7%;
  content: "";
  font-weight: 400;
  font-size: 1rem;
}
.fc-button .fc-icon.fc-icon-right-single-arrow:after {
  top: -7%;
  content: "";
  font-weight: 400;
  font-size: 1rem;
}

.fc-button.fc-state-default {
  background-color: #eff2f7;
}
.fc-button.fc-state-default.guideflow_hovered {
  background-color: #e5eaf1;
}

.widget-wrapper .social-suit-model-list .widget-header {
  background-color: #f0f2f1;
}

.social-suit-model-list .social-suit-stream-container .tweet-details .card {
  background-color: #f6f8f7;
}
.social-suit-model-list .social-suit-stream-container .facebook-stream-feed-model-list .card {
  background-color: #f6f8f7;
}
.social-suit-model-list .social-suit-stream-container .instagram-stream-feed-model-list .card {
  background-color: #f6f8f7;
}
.social-suit-model-list .social-suit-stream-container .linkedin-stream-feed-model-list .card {
  background-color: #f6f8f7;
}

.schedule-queue-sec .fc-list-table .fc-list-heading {
  border-bottom-width: 0px;
}

body.hide-billing:not(.show-billing) .agency-client-hide {
  display: none;
}

body.hide_referral_program li.referral_program {
  display: none;
}

body.reseller-client-container .reseller-client-hide {
  display: none !important;
}

.mce-menu {
  max-height: 200px !important;
}

.trial-end-noty .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.trial-end-noty .trial-noty-close {
  font-size: 18px;
  position: absolute;
  top: 9px;
  right: 20px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
}

.mb-105px {
  margin-bottom: 105px !important;
}

.subscriber-actions-model.livechat-action-td {
  padding: 1rem;
}

.dashboard-table .subscriber-actions-model {
  padding: 1rem;
}

.max-col-width {
  max-width: 20em;
}

.milestone-question-block .question-field-type {
  position: absolute;
  bottom: 5px;
  padding: 5px 0 5px 8px !important;
  line-height: 10px;
  right: 0px;
  font-size: 10px;
  max-width: 110px;
  border-radius: 4px;
  background-size: 9px 9px;
  background-position: right 0.6rem center;
}
.milestone-question-block .deleteQuestionire {
  position: absolute;
  right: -14px;
  top: 16px;
}

.inline-block {
  display: inline-block;
}

#roleForm .tf-tree .tf-nc, #roleForm .tf-tree .tf-node-content {
  border: 2px solid #e4e7eb;
  color: #1F2A68;
  border-color: #e4e7eb;
}
#roleForm .tf-tree .tf-nc:after, #roleForm .tf-tree .tf-nc:before, #roleForm .tf-tree .tf-nc:after, #roleForm .tf-tree .tf-nc:before, #roleForm .tf-tree .tf-node-content:after, #roleForm .tf-tree .tf-node-content:before, #roleForm .tf-tree .tf-node-content:after, #roleForm .tf-tree .tf-node-content:before {
  border-left: 2px solid #e4e7eb;
}
#roleForm .tf-tree .tf-nc {
  line-height: 22px;
}
#roleForm .tf-tree .tf-nc .team-title {
  font-weight: 600;
}

.tf-tree li ul.tf-tree-ul {
  margin: 2em 0;
}

.tf-tree li.tf-tree-li {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 1em;
  position: relative;
}

.tf-tree ul.tf-tree-ul {
  display: inline-flex;
}

.tf-tree * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.tf-tree .tf-nc .team-desc {
  font-size: 12px;
  min-width: 60px;
}

.ticket-field-name {
  position: relative;
}
.ticket-field-name span.help-inline[generated|=true] {
  position: absolute;
  left: 0;
  text-align: left;
  bottom: -28px;
}

.back-to-chat-list {
  display: none;
}

.broadcast-type-info .badge-light-info {
  color: #3B5FD5;
  background-color: #EBF0FF;
  border: 1px solid #3B5FD5;
  border-radius: 30px;
  display: flex;
  align-items: center;
  font-weight: 500;
  min-width: 40px;
  justify-content: center;
}

/** HighCharts Custom CSS **/
.highcharts-tooltip .custom-highcharts-tooltip {
  min-width: 150px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.highcharts-tooltip .custom-highcharts-tooltip .tooltip-header {
  background-color: #6B488C;
  color: #fff;
  border-radius: 3px 3px 0 0;
  padding: 8px;
}

.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body {
  padding: 8px;
  color: #6B488C;
  background-color: #fff;
}

.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body.piechart-tooltip-body, .highcharts-tooltip .custom-highcharts-tooltip .tooltip-body .tooltip-list-container {
  display: flex;
}

.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body .tooltip-label {
  flex-grow: 1;
}

.highcharts-tooltip .custom-highcharts-tooltip .tooltip-body .value {
  color: #516f90;
  font-weight: 500;
  align-self: flex-end;
  padding-left: 4px;
}

.is--spaced--vertical--xs {
  margin-bottom: 8px;
  margin-top: 8px;
}

.gSugoe {
  background-color: #dfe3eb;
  border: 0;
  height: 1px;
  min-height: 1px;
  width: 100%;
}

.highcharts-tooltip .custom-highcharts-tooltip .series-symbol {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 4px;
}

.table tbody tr.highlight td {
  border-color: #E5EAF3;
}

/** End of HighCharts Custom CSS **/
body.hide-billing:not(.show-billing) .agency-client-hide {
  display: none;
}

body.hide_referral_program li.referral_program {
  display: none;
}

body.reseller-client-container .reseller-client-hide {
  display: none !important;
}

.icon-brand-logo-img {
  height: 20px;
  margin-bottom: 4px;
}

/** End of HighCharts Custom CSS **/
.deal-contacts-list .dropdown-toggle::after {
  display: none;
}

#subscriber-watsapp-messages-model-list .message .message-media img, .message audio, .message video {
  width: 300px;
  height: 300px;
}

.event-webhook-table .table .subscriber-actions-model {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .event-webhook-table .data-container {
    overflow-x: auto;
  }
  .event-webhook-table .data-container .table .subscriber-actions-model {
    z-index: 2;
  }
}

.media-attachments-preview {
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  position: relative;
  display: -webkit-box;
  display: flex;
  margin-bottom: -1.9375rem;
  background-color: #EBF1F7;
  padding: 0;
  white-space: nowrap;
}

.media-attachments-preview.added-attachments {
  padding: 0.65rem 0.65rem 2rem;
}

.media-attachments-preview.added-attachments ul#attachmentPreview {
  max-height: 90px;
  overflow-y: auto;
}

.media-attachments-preview .tags li.badge {
  background: #D9E4F0 !important;
}

.media-attachments-preview.added-attachments + .chat-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #D9E4F0;
  display: block;
  height: 2px;
}

.ticket-nav-pills {
  overflow-y: auto;
  max-height: calc(100vh - 140px);
  overflow-x: hidden;
}

.sync-loading {
  flex-shrink: 0;
  width: 98%;
  margin: auto;
}

.sync-loading-settings {
  flex-shrink: 0;
  width: 50%;
  margin: auto;
}

.landingPageSearchBar {
  max-width: 240px;
}

.zoom-en .zoom-meetings-option {
  display: block !important;
}

.error-msg-sm {
  min-width: 70%;
}

.avatar.helpcenter-icon {
  height: 28px;
  width: 28px;
}

.article-table-responsive {
  overflow-y: hidden !important;
  padding-bottom: 20px;
}

.ms-container {
  width: 500px !important;
}

.ms-container .ms-list {
  border: 1px solid #E1E3EA !important;
  box-shadow: none !important;
}

.ms-container .ms-optgroup-label {
  padding: 5px 10px !important;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
  line-height: 30px !important;
  padding: 3px 10px !important;
  color: #1F2A68 !important;
  border-color: #eeeff3 !important;
}

.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
  background-color: #377dff !important;
  color: #fff !important;
}

.ms-container .ms-list.ms-focus {
  border-color: #377dff !important;
  box-shadow: none !important;
}

.video-template-dropdown-item {
  max-width: 240px;
}

.video-media-left {
  max-width: 60%;
}
@media (max-width: 767px) {
  .video-media-left {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.webhooks-selected-count .selected-msg-info {
  margin-left: 0;
  padding: 20px 18px;
  height: 5%;
}

.disabled-user {
  opacity: 0.64;
  cursor: not-allowed;
}
.disabled-user li a {
  pointer-events: none;
}

.add-posting-time {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.schedule-queue-sec .fc-list-table td {
  padding: 8px 0px !important;
  border-width: 0 !important;
}

.twilio-error-container.error {
  color: #F64E60;
  margin-bottom: 0.5rem;
}

.business-hours-list .remove-business-time {
  position: absolute;
  right: -6px;
  top: 15px;
}
.business-hours-list .remove-business-time .btn-close {
  font-size: 10px;
}

.override-date-panel .add-edit-override-date-pref {
  padding: 10px;
  margin-top: 8px;
  font-size: 12px;
  border-radius: 0.42rem;
  background: #f4f6f9;
  cursor: pointer;
}
.override-date-panel .add-edit-override-date-pref.guideflow_hovered {
  background-color: #f0f6ff;
}
.override-date-panel .add-edit-override-date-pref .remove-date-override {
  font-size: 8px;
}

.lightbox_overlay {
  z-index: 9999 !important;
}

.prev_img, .next_img, .close {
  z-index: 9999 !important;
}

@media (max-width: 320px) {
  .landing-pages-template-input-search {
    max-width: 84% !important;
  }
}

@media (max-width: 550px) {
  .next_img, .prev_img {
    color: #1b90ff !important;
    opacity: 1 !important;
  }
  .next_img svg, .prev_img svg {
    width: 25px !important;
    height: 25px !important;
  }

  .prev_img {
    left: 30px !important;
  }

  .next_img {
    right: 30px !important;
  }
}
.calendar-l-sidebar .calendar-loading {
  position: absolute;
  right: 0;
  padding-right: 20px;
}

#accordionEmailReplied .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.send-email-modal-fullscreen .modal-dialog {
  max-width: 96%;
}

.custom-scrollBar::-webkit-scrollbar, .repo-collection-container::-webkit-scrollbar, .product-collection-container::-webkit-scrollbar, .repo-file-selection-popup::-webkit-scrollbar, .send-email-container-modal .modal-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.custom-scrollBar::-webkit-scrollbar-track, .repo-collection-container::-webkit-scrollbar-track, .product-collection-container::-webkit-scrollbar-track, .repo-file-selection-popup::-webkit-scrollbar-track, .send-email-container-modal .modal-body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.custom-scrollBar::-webkit-scrollbar-thumb, .repo-collection-container::-webkit-scrollbar-thumb, .product-collection-container::-webkit-scrollbar-thumb, .repo-file-selection-popup::-webkit-scrollbar-thumb, .send-email-container-modal .modal-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ccc;
}

.semrush-data-truncate {
  word-break: break-all;
  white-space: normal;
}

.table#semrush-data th:nth-child(2) {
  width: 34%;
}

.table#semrush-data th:nth-child(3) {
  width: 10%;
}

.table#semrush-data th:nth-child(6) {
  width: 20%;
}

.table#semrush-data th:nth-child(7) {
  width: 20%;
}

.sync-loading {
  flex-shrink: 0;
  width: 98%;
  margin: auto;
}

.sync-loading-settings {
  flex-shrink: 0;
  width: 50%;
  margin: auto;
}

.engagebay-dashboard-noty {
  background: url(https://html-assets-prod.guideflow.com/84fd1bb031f8b8505a3981638fd51a15ea6faed7), #fff;
  box-shadow: 0px 0px 30px 2px rgba(82, 63, 105, 0.2);
  border-radius: 30px;
  position: fixed;
  top: 70px;
  max-width: 480px !important;
  z-index: 1050;
  right: 20px;
  border: 1px solid #e4ebf6cc;
  padding: 10px;
  animation-name: moveInRight;
  animation-duration: 2s;
}
.engagebay-dashboard-noty .btn-close {
  float: right;
}
.engagebay-dashboard-noty .btn-orange {
  background-color: #FF5C36;
  color: #fff;
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.video-template-dropdown-item {
  max-width: 240px;
}

.error-msg-sm {
  min-width: 70%;
}

.video-media-left {
  max-width: 60%;
}
@media (max-width: 767px) {
  .video-media-left {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.landingPageSearchBar {
  max-width: 240px;
}

.webhooks-selected-count .selected-msg-info {
  margin-left: 0;
  padding: 20px 18px;
  height: 5%;
}

.calendar-l-sidebar .calendar-loading {
  position: absolute;
  right: 0;
  padding-right: 20px;
}

#accordionEmailReplied .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}

.ticket-nav-pills {
  overflow-y: auto;
  max-height: calc(100vh - 140px);
  overflow-x: hidden;
}

.disabled-user {
  opacity: 0.64;
  cursor: not-allowed;
}
.disabled-user li a {
  pointer-events: none;
}

span.editable-cancel {
  max-width: fit-content;
  margin: auto;
}

.details-edit-footer {
  position: fixed;
  bottom: 0;
  background-color: #DEEFFF;
  box-shadow: 0px 0px 15px #f2f7fb;
  width: 100%;
  left: 0;
  z-index: 99;
  padding: 10px 30px;
  max-height: 60px;
}

.lightbox_overlay {
  z-index: 9999 !important;
}

.prev_img, .next_img, .close {
  z-index: 9999 !important;
}

.broadcast-card {
  transition: all 0.3s ease-in-out;
}
.broadcast-card.selected {
  box-shadow: none !important;
}

.b-card-primary.selected {
  background-color: #d4e6f8;
}
.b-card-primary.selected p {
  color: #377dff !important;
}
.b-card-primary.selected h3 {
  color: #377dff;
}

.b-card-info.selected {
  background-color: #ebe4ff;
}
.b-card-info.selected p {
  color: #8950FC !important;
}
.b-card-info.selected h3 {
  color: #8950FC;
}

.b-card-danger.selected {
  background-color: #FFE2E5;
}
.b-card-danger.selected p {
  color: #F64E60 !important;
}
.b-card-danger.selected h3 {
  color: #F64E60;
}

.b-card-success.selected {
  background-color: #C9F7F5;
}
.b-card-success.selected p {
  color: #34c38f !important;
}
.b-card-success.selected h3 {
  color: #34c38f;
}

.b-card-warning.selected {
  background-color: #fff2d8;
}
.b-card-warning.selected p {
  color: #FFA800 !important;
}
.b-card-warning.selected h3 {
  color: #FFA800;
}

.fc-day-grid-event .gtask-event .fc-time {
  display: none !important;
}

.help-button {
  border-radius: 6px !important;
}

body.lightbox-open {
  overflow: hidden;
}

.widget-wrapper.deals-grid-view .widget-column {
  width: 25%;
}

/*# sourceMappingURL=eb-custom.css.map */
