﻿body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}

iservice-switch, .iservice-switch {
    display: contents;
}

.column-picker {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    z-index: 9999;
    background: #eee;
}

.column-picker a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.column-picker .active a {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.has-error {
  border-color: #dd4b39 !important;
}
.ck-editor__editable_inline {
  min-height: 450px;
}

.simple-label .dp__input_wrap input {
    border-radius: 0px;
    width: 100%;
    padding: 6px 12px;
    padding-left: 35px;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: "Source Sans Pro", "Helvetica Neue";
}

.dropdown-menu-vue {
    border-radius: 0.25rem; 
    color: #212529; 
    text-align: left; 
    list-style: none; 
    margin: 0; 
    padding: 0.5rem 0; 
    min-width: 400px!important; 
    background: #fbfbfb; 
    border: 1px solid #ddd; 
    box-shadow: none!important; 
    top: 100%; 
    font-size: 14px!important;
}

.dropdown-response {
    max-width: 300px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 280px;
}

.dropdown-autocomplete .custom-scroll {
    max-height: 100px;
    overflow-y: scroll;
}

.dropdown-menu-vue .segment-variable-list {
  padding: 0;
  border-top: 0;
}
.dp__input_icon_pad {
  padding-left: 45px !important;
}
.fa-calendar.dp__input_icon.dp__input_icons {
  background: #f4f4f4;
  color: #333;
  height: 93%;
  border: 1px solid #ddd;
  width: 35px;
  padding: 0px;
  text-align: center;
  line-height: 34px;
  border-radius: 4px 0px 0px 4px;
}
.box-header span.collapse-icon {
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
.fa-angle-down_right {
  transform: rotate( -90deg);
  transition-duration: 0.5s;
}

.fa-angle-down {
  transition-duration: 0.5s;
}

.floating-label.property-address1, .floating-label.property-address2, .floating-label.property-city,
.floating-label.property-state, .floating-label.property-postal-code {
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}

.form-group.floating-label .input-group.date .dp__main {
  width: 100%;
}

.form-group.floating-label .input-group.date .dp__main .dp__input_wrap input.dp__input_icon_pad {
  padding-left: 45px !important;
  width: calc(100% - 53px );
}

.form-group.floating-label .input-group.date .dp__main .dp__input_wrap input + i {
  display: none;
}

.form-group.floating-label .property-field.prop-mult {
  width: calc(100% - 30px);
  display: flex;
  align-items: flex-end;
}
.has-error .multiselect, .has-error .tox-tinymce {
  border-color: red !important;
}
.button-delete {
  color: #dd4b39 !important;
  font-size: 16px !important;
}

.admin-customize-actions .action-preset {
  margin: 3px;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: #eee;
}
.is-invalid ~ .invalid-feedback {
  /*display: none !important;*/
}
.validator-message .warning-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
}

.required-errors .is-invalid~.invalid-feedback {
  display: block !important;
}
.alert-inline .more, .alert .more {
    color: #878787 !important;
}
.chosen {
  color: #fff;
  background-color: #cfcfcf !important;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.fade.in {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal {
  background: rgba(0,0,0,0.3);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.color-picker input[type="color"] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}


@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  outline: 0;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  }
}

.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 13%);
  box-shadow: 0 2px 3px rgb(0 0 0 / 13%);
  border: 0;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 13%);
    box-shadow: 0 2px 3px rgb(0 0 0 / 13%);
  }
}

.modal-body {
  position: relative;
  padding: 15px;
}

.text-right {
  text-align: right;
}
.delete-row-confirm .btn-link {
color: #ffffff !important;
}
.icon-button {
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 18px !important;
}
span.more {
color: #ffffff !important;
}
.checkbox, .radio {
  min-height: 27px;
  clear: both;
  margin-bottom: 8px;
}
#lblname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

thead .sorting_desc:before {
  content: "\e900" !important;
  opacity: 1;
  font-size: 16px;
}
.text-editor-container {
  width: 100%;
}
.none-history {
  height: 104px;
}
.none-history-msg {
  display: block;
  text-align: center;
  line-height: 85px;
}
.chat-panel .actions {
  padding: 10px;
}
.login-logo b {
  margin-left: -6px;
}
[role=button] {
  cursor: pointer !important;
  color: #b8c7ce !important;
}
.btn-del {
  background: #E17264 !important;
  border-color: #E17264 !important;
}
.navbar-custom-menu ul li a {
   cursor: pointer;
}
.sidebar-toggle {
  color: #ffffff !important;
}
.dropdown-menu-vue > li.option-selected > a.text-primary {
  color: white !important;
}

.admin-customize-dashboard .box-body {
  overflow-x: hidden;
}
.ptop-15 {
  padding-top: 15px;
}

.pbottom-15 {
  padding-bottom: 15px;
}
.list-group-item-heading{
  font-size: 14px;
}
.mobile-chat-buttons {
  display: none;
}
.table-responsive-width .row-default td.expand-td {
  width: 1%;
}
.table-responsive-width .row-default td {
  max-width: 120px;
  width: 120px;
}
.section-var-link {
  cursor: pointer;
  color: #000;
}
.section-var-link span.variable-link {
  color: #00c0ef;
}
.tooltipped::after {
  background: #000 !important;
  color: #fff !important;
}
.tooltipped::before {
  color: #000 !important;
}
.form-control.chat-box {
  height: 35px;
}
.picker-color {
  border: none !important;
  width: 100%;
  float: left;
  height: 28px;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-left: 5px;
  position: relative;
  text-align: center;
  padding-top: 3px;
  color: #444;
}
.input-with-desc.color-picker {
  display: flex;
  margin-bottom:10px;
  width:100%;
}
.input-with-desc .group-property-1.prop-label{
  margin-right: 8%;
}
.admin-customize-actions .button-add-row {
  position: absolute;
  bottom: 3px;
  right: -10px;
  color: #3c8dbc;
}
span.duplicate-row {
  display: block;
  margin-top: 6px;
}
.picker-color span {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  bottom: 2px;
  color: #444;
}
.colorpicker {
  display: none;
}
label {
  font-weight: 700;
}
.multiselect-option.is-selected {
  background: #3c8dbc !important;
}
.multiselect, .multiselect-option {
  font-size: 14px !important;
}
.multiselect {
  min-height: 34px !important;
  border-radius: 0 !important;
}
.form-control, label, p {
  font-size: 14px;
}
.text-red {
  color: #dd4b39 !important;
}
.row-active .text-red {
  color: #fddfe2 !important;
  font-weight: 600
}   
.alert .message {
  width: calc(100% - 50px);
  text-align: left;
}
.message-container .icon {
  width: 12px;
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1px;
}
.alert .icon {
  margin-right: 10px;
  display: inline;
  float: left;
}
.alert-dismissible .close {
  right: 8px;
  position: absolute;
}
.alert-dismissible .close {
  top: -2px;
  font-size: 21px;
}
.alert .close {
  color: #000;
  opacity: .2;
}
.form-alert-message .alert-danger {
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb;
  border-bottom: 1px solid #721c24;
}
.alert {
  position: relative;
  padding-right: 35px !important;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#preview-dialer .header h2 {
  width: 100%;
  height: 38px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 4px 4px 0px 0px;
  float: left;
  color: #fff;
  padding: 8px 15px 8px 15px;
  font-weight: normal;
  background: #3c8dbc;
  margin: 0 !important;
}
#preview-dialer .btnSection a {
  cursor: pointer;
  margin-bottom: 10px !important;
  margin-right: 5px;
}
#preview-dialer .contact-note-content {
  padding: 10px;
}
#preview-dialer .header.script h2 {
  background: #73cc00;
}
#preview-dialer textarea {
  height: 250px;
}
.simple-label .property-field {
  width:100%;
}
.color-label .float-btn-group {
  width: calc(100% - 26px);
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.height100 {
  height:100px;
}
.dp__month_year_select,.dp__icon{color:#666 !important;font-weight: bold;}
.preview-theme {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.preview-box {
  min-height: 500px;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.modal::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
    padding-top: 0;
}
p.notice code {
    background: #cfcfcf6b;
    padding: 2px 5px;
    border-radius: 2px;
}
@media (max-width: 768px) {
  .mobile-chat-buttons {
    display: block;
  }
  .desktop-chat-buttons {
    display: none;
  }
  .login-box, .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.full-subject .form-group.subject-div {
  display: block;
}
.full-subject .subject-div .subject-label {
  width: 15%;
}
.full-subject .subject-div .subject-prefix {
  display: inline-block;
  width: 83%;
  margin-left: 2%;
}
.full-subject .subject-div .subject-value {
  margin-top: 10px;
  margin-left: 17%;
  width: 83%;
}
.form-group .iservice-switch.form-control {
  display: block;
  border: 0;
  padding: 5px 0px;
}
.form-group .iservice-switch.form-control + .switch-spin {
  position: absolute;
  top: 28px;
  left: 65px;
}
textarea.form-body {
  width: 100%;
  height: 200px;
  font-family: Courier New, Courier, monospace;
  overflow-x: scroll;
}
.stepwizard-step .btn {
  border: 1px solid transparent;
  border-radius: 3px;
}
.stepwizard-step .btn-default {
  border: 1px solid #ddd;
}
.popover-main.right .popover__content{
    right: 0px;
}
.nav-item.preview-btn {
  right: 20px;
  position: absolute;
}
.nav-item.preview-btn a, .nav-item.preview-btn a i {
  color: #fff !important;
}
.color-palette-set, .color-palette-box input {
  cursor: pointer;
}
@media (max-width: 1100px) {
    .form-group.subject-div {
    display: block;
  }
  .subject-div .subject-label {
    width: 15%;
  }
  .subject-div .subject-prefix {
    display: inline-block;
    width: 83%;
    margin-left: 2%;
  }
  .subject-div .subject-value {
    margin-top: 10px;
    margin-left: 17%;
    width: 83%;
  }
}
/*@media (min-width: 768px) {
  .chat-view.popup-holder {
    left: unset !important;
    right: 45px !important;
  }
}*/
@media (max-width: 768px) {
  .chat-view.popup-holder .dropdown-menu-vue {
    min-width: 300px !important;
  }
  .bg-customer-reply .overlay-wrapper {
    max-width: calc(100vw - 160px) !important;
  }
}
.bg-customer-reply .overlay-wrapper {
  max-width: calc(100vw - 360px);
}
@media (min-width: 768px) and (max-width: 1100px) {
  .chat-view.popup-holder .dropdown-menu-vue {
    min-width: 200px !important;
  }
}
@media (min-width: 1101px) {
  .chat-view.popup-holder .dropdown-menu-vue {
    min-width: 300px !important;
  }
  
}
#MessageSearch_Results .payment-body {
  width: 50% !important;
}
th.column-date {
  min-width: 100px;
}
.message-box-body p,
.message-box-body div,
.preview-body p,
.preview-body div {
  margin: 0px;
  min-height: 20px;
}
.search-field .multiselect, .search-field .multiselect-search {
  border: none;
}

.search-field .floating-label {
  max-height: 45px;
}

.search-field .multiselect-search {
  height: 19px;
}

.search-field .floating-label .multiselect .multiselect-single-label, .search-field .floating-label .multiselect .multiselect-placeholder {
  padding-top: 17px;
}
.multiple .float-btn-group .property-field {
  display: flex;
}

.multiple .float-btn-group .property-field input, .multiple .float-btn-group .property-field select {
  margin-right: 15px;
}

.simple-label.single .float-btn-group {
  width: 100% !important;
}

.simple-label.multiple .button-add-row {
  bottom: 0px;
}
.live-chat-setting.d-flex {
  align-items: center;
}
.live-chat-setting .input-group {
  width:90%;
}
.live-chat-setting button {
  margin-right: 15px;
}
a.full-history{
  color: #ffffff;
}
.op-level-0 {
   font-weight: normal;
 }
 .op-level-1 {
   padding-left: 15px;
 }
 .op-level-2 {
   padding-left: 30px;
 }
 .form-alert-message .alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    border-bottom: 1px solid #155724 !important;
}
 .drop-box_hover {
   outline-width: 3px;
   outline-offset: -5px;
   background-color: gold;
   outline-color: white;
   color: white;
 }
.password-alerts {
  display: none;
  margin-bottom: 0;
}
.toggle-eye {
    position: absolute;
    top: 1px;
    right: 1px;
    background: #cfcfcf;
    padding: 6px;
    cursor: pointer;
}
form .form-group{
  position: relative;

}

.websocket-status {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    width: 100%;
}

.websocket-status .status-light {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 6px;
    height: 6px;
}

.websocket-status .status-light.bad {
  background-color: red;
}

.websocket-status .status-light.good {
  background-color: green;
}

.websocket-status .status-light.off {
  background-color: darkgray;
}
#configNavigationMenus {
 width: 50%;
}
#configNavigationMenus li {
  background-color: white;
  border: 1px solid #cccccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: block;
  padding: 10px 15px;
  margin-bottom: 10px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  position: relative;
}
  #configNavigationMenus li .button-delete {
    position: absolute;
    right: 0;
  }
  .row-active a{color:#ffffff;}
[v-cloak] {
  display: none;
}

@media (max-width: 899px) {
  .min-with-input {
    width: 300px !important;
  }
}
@media (min-width: 900px) {
  .min-with-input {
    width: 500px !important;
  }
}

.workflow-blob textarea {
    height: 300px;
}
pre code.hljs {
  color: #abb2bf;
  background: #282c34;
}
.hljs-punctuation, .hljs-tag, .hljs-tag .hljs-attr, .hljs-tag .hljs-name,.hljs-section, .hljs-title, .hljs-deletion, .hljs-number, .hljs-quote, .hljs-selector-class, .hljs-selector-id, .hljs-string, .hljs-template-tag, .hljs-type {
  color: #d19a66 !important;
}
.chat-btn {
	position: absolute;
	z-index: 9999;
	right: 30px;
	color: #fff;
  }
  .chat-btn button,.chat-btn button:hover {
	border: 0;
	font-size: 20px;
	color: #fff;
	padding: 5px;
  }
  .chat-btn button.close-btn {
	color: #f96328;
  }
  .chat-theme1 .cust-chat-header {
	background: #0078BD !important;
  }
 .chat-theme1 .btn-primary {
	background: #FE8D0B !important;
	border: 1px solid #FE8D0B !important;
  }
  
  .chat-theme1 .chat-btn-rd {
	color: #fff;
	border: 3px solid #FE8D0B;
	background: #FE8D0B;
  }
  
  .chat-theme2 .cust-chat-header {
	background: #4D148C !important;
  }
  .chat-theme2 .btn-primary {
	background: #FF6600 !important;
	border: 1px solid #FF6600 !important;
  }
 .chat-theme2 .chat-btn-rd {
	color: #fff;
	border: 3px solid #FF6600;
	background: #FF6600;
  }
  .chat-theme3 .cust-chat-header {
	background: #D6E5C9 !important;
  }
  .chat-theme3 .btn-primary {
	background: #709A41 !important;
	border: 1px solid #709A41 !important;
	color: #fff !important;
  }
 .chat-theme3 .chat-btn button {
	border: 0;
	font-size: 20px;
	color: #709A41;
	padding: 5px;
  }
  .chat-theme3 .chat-btn-rd {
	color: #fff;
	border: 3px solid #709A41;
	background: #709A41;
  }

 .chat-theme3 .chat-btn button.close-btn {
	color: #f96328;
  }
 .chat-theme3 .online {
	border: 1px solid #709A41;
	border-radius: 50%;
  }

 .chat-theme4 .cust-chat-header {
	background: #5190CD !important;
  }
  .chat-theme4 .btn-primary {
	background: #424D52 !important;
	border: 1px solid #424D52 !important;
  }
 .chat-theme4 .chat-btn-rd {
	color: #fff;
	border: 3px solid #424D52;
	background: #424D52;
  }
 .chat-theme5 .cust-chat-header {
	background: #64766A !important;
  }
 .chat-theme5 .btn-primary {
	background: #C0A9BD !important;
	border: 1px solid #C0A9BD !important;
	color: #ffffff;
  }
 .chat-theme5 .chat-btn-rd {
	color: #fff;
	border: 3px solid #C0A9BD;
	background: #C0A9BD;
  }
 .chat-theme6 .cust-chat-header {
	background: #FFB300 !important;
  }
 .chat-theme6 .btn-primary {
	background: #FF6C03 !important;
	border: 1px solid #FF6C03 !important;
  }
 .chat-theme6 .chat-btn-rd {
	color: #fff;
	border: 3px solid #FF6C03;
	background: #FF6C03;
  }
 .chat-theme7 .cust-chat-header {
	background: #0962CF !important;
  }
 .chat-theme7 .btn-primary {
	background: #F4D949 !important;
	border: 1px solid #F4D949 !important;
  }
  
  .chat-theme7 .chat-btn-rd {
	color: #fff;
	border: 3px solid #F4D949;
	background: #F4D949;
  }
 .chat-theme8 .cust-chat-header {
	background: #F76566 !important;
  }
  .chat-theme8 .btn-primary {
	background: #18ACBA !important;
	border: 1px solid #18ACBA !important
  }
  .chat-theme8 .chat-btn-rd {
	color: #e42323;
	border: 3px solid #18ACBA;
	background: #18ACBA;
  }
  .chat-theme8 .chat-btn button.close-btn {
	color: #ffffff;
  }
  .chat-theme8 .offline {
	color: #777777;
  }
 
 .chat-theme9 .cust-chat-header {
	background: #709A41 !important;
  }
  .chat-theme9 .btn-primary {
	background: #D6E5C9 !important;
	border: 1px solid #709A41 !important;
	color:#709A41;
  }
  
  .chat-theme9 .chat-btn-rd {
	color: #709A41;
	border: 1px solid #709A41;
	background: #D6E5C9;
  }
 .chat-theme10 .cust-chat-header {
	background: #424D52 !important;
  }
 .chat-theme10 .btn-primary {
	background: #3C8DBC !important;
	border: 1px solid #3C8DBC !important;
	
  }
 .chat-theme10 .chat-btn-rd {
	color: #fff;
	border: 3px solid #3C8DBC;
	background: #3C8DBC;
  }
 .chat-theme11 .cust-chat-header {
	background: #C0A9BD !important;
  }
 .chat-theme11 .btn-primary {
	background: #64766A !important;
	border: 1px solid #64766A !important;
  }
 .chat-theme11 .chat-btn-rd {
	color: #fff;
	border: 3px solid #64766A;
	background: #64766A;
  }
.chat-theme12 .cust-chat-header {
	background: #344649 !important;
  }
 .chat-theme12 .btn-primary {
	background: #FFBC99 !important;
	border: 1px solid #FFBC99 !important;
	color: #fff !important
  }
  .chat-theme12 .chat-btn-rd {
	color: #344649;
	border: 3px solid #FFBC99;
	background: #FFBC99;
  }
  .chat-theme13 .cust-chat-header {
	background: #FFBC99 !important;
  }
 .chat-theme13 .btn-primary {
	background: #344649 !important;
	border: 1px solid #344649 !important;
	color: #ffffff !important;
  }
 .chat-theme13 .chat-btn-rd {
	color: #fff;
	border: 3px solid #344649;
	background: #344649;
  }
  .chat-theme14 .cust-chat-header {
	background: #712E1E !important;
  }
 .chat-theme14 .btn-primary {
	background: #888870 !important;
	border: 1px solid #888870 !important;
  }
 .chat-theme14 .chat-btn-rd {
	color: #fff;
	border: 3px solid #888870;
	background: #888870;
  }
 .chat-theme15 .cust-chat-header {
	background: #888870 !important;
  } 
  .chat-theme15 .btn-primary {
	background: #712E1E !important;
	border: 1px solid #712E1E !important;
  }
  
 .chat-theme15 .chat-btn-rd {
	color: #fff;
	border: 3px solid #712E1E;
	background: #712E1E;
  }
  
 .chat-theme16 .cust-chat-header {
	background: #DFD36A !important;
  }
 .chat-theme16 .btn-primary {
	background: #192D01 !important;
	border: 1px solid #192D01 !important;
	color: #ffffff !important;
  }
  .chat-theme16 .chat-btn-rd {
	color: #fff;
	border: 3px solid #192D01;
	background: #192D01;
  }
  /*chat popup and preview css end*/
  .form-check-label{font-weight: 600 !important;}
/*Payment Form CSS*/
  .secure-payment-form {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    background: #ddd;
    margin: 0;
    padding: 8px 8px 40px 8px;
    margin-bottom: 15px;
    height: 460px;
  }
  .secure-payment-form iframe {
    width: 100% !important;
    height: 50px !important;
  }
/*Payment Form CSS*/
.drop-box.size-exceed {
    border: 1px dashed red;
}
.size-exceed+div {
    color: red;
}
.file-exceed-error {
  display: none;
  color: red;
}
.size-exceed ~ div.file-exceed-error {
  display: block;
}
.ai-suggestions-popup {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 999; /* Ensure it's above the editor content */
}

.popup-content {
  max-width: 400px; /* Adjust to your preference */
}
.social-divider {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #979faf;
    line-height: 0.1em;
    margin: 20px 0 20px;
    margin-left: 0px;
    margin-left: 10%;
}
.social-divider span {
    background: #fff;
    padding: 0 10px;
}
button[title="Ask iService Copilot"] span.tox-tbtn__select-label {
    background: #222f3e;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 500;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
}
.btn-reply-action {
  border-radius: 20px !important;
  background-color: #fff !important;
  border-color: #0099ff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: 40px !important;
  padding: 3px 12px !important;
}
.btn-reply-action span {
  align-items: center;
  max-width: 280px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.btn-reply-action {
  background-color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  border: 1px solid #0099ff;
  line-height: 20px;
  display: inline-block;
  margin-left: 5px;
  color: #0099ff;
  margin-bottom: 5px;
  letter-spacing: -.12px;
}
.btn-reply-action:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.btn-reply-action:hover{
    background-color: #0099ff !important;
    color:#ffffff !important;
}
.tox .tox-dialog-wrap__backdrop {
  display: none;
}
button[title="Insert"] {
  opacity: 0;
}
.ai_output {
  max-height: 350px;
  overflow-y: scroll;
  padding: 10px 0px 10px 0px !important;
}
i.fa:not(.icon-c)::before {
  font-family: 'FontAwesome' !important;
}
.alert {
    padding: 8px 15px !important;
}
.btn-mute .fa-stack {
  width: auto;
  height: auto;
  line-height: 18px;
}
.btn-mute .fa-ban {
  color: #c51f1f;
  font-size: 12px;
  margin-left: -4px;
  margin-top: -17px;
  position: relative;
  top: -2px;
}
.btnsound {
  font-size: 20px;
}

.panel-input-gap {
  padding: 2px;
  background: #eee2;
  color: #0002;
}
.panel-input-gap:hover, .panel-input-gap-active {
  padding: 2px;
  background: #eee;
  color: #000;
}
.typing-progress {
  align-items: center;
  height: 25px;
  position: absolute;
  left: 25px;
  bottom: 60px;
}
.chat-opening-text-editor .tox.tox-tinymce {
  height: 350px !important;
}

.kb-hidden {
  display:none;
}
.email-history-box {
  list-style-type:none;
  padding: 3px;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow:3px 3px 3px #ccc;
  max-height: 100px;
  overflow-y: auto;
}
.email-history-box li {
    padding: 4px 8px;
    cursor: pointer;
    width: max-content;
    position: relative;
    display: flex;
    align-items: center;
}
.email-history-box li:hover {
  background-color: #f1f1f1;
}
.email-history-box li span {
    position: absolute;
    right: -16px;
    font-weight: normal;
    display: inline-block;
    color: #ff0000c7;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    font-size: 15px;
    text-align: center;
    top: 7px;
}
.multiselect-option span{
    display: inline;
}
.status-audit-analyzer {
  display: inline-block;
  margin: 30px auto;
  width: 100%;
}
#status-audit-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
}
#status-audit-dialog.hidden {
    display: none;  
}
#status-audit-dialog.show {
   display: flex;
}

#status-audit-dialog .dialog-content {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  position: relative;
}
#status-audit-dialog .dialog-content h2 {
  font-size: 20px;
  text-align: left;
}

#status-audit-dialog .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}
.dialog-content .main-content .alert.alert-info.alert-dismissible {
  font-size: 14px;
}
.dialog-footer {
  display: flex;
  align-items: center;
  justify-content: right;
  gap:10px;
  color:#FFFFFF;
}
.dialog-footer button {
  font-size: 14px !important;
}

button.status-analyzer-button {
  border: none;
  font-size: 18px;
  color: inherit;
  margin-left: 10px;
  font-size: 16px;
  border-radius: 5px;
  padding: 5px 15px;
}
.status-audit-analyzer .conversation-box {
  max-height: 200px;
  overflow-y: auto;
}
.dp__cell_inner{height:26px;}

.dp__calendar_row{margin: 2px 0px;}
@media only screen and (max-width: 768px) {
  button.status-analyzer-button {
     font-size: 16px;
  }
  #status-audit-dialog .dialog-content {
    padding: 10px;
  }
  .status-audit-analyzer {
    margin-top: 10px;
  }
}

.audit-activity-parent {
  position: relative;
}
.audit-activity-collapse {
  position: absolute;
  left: -10px;
  top: 0px;
}
.audit-activity-child {
  padding-left: 20px;
}
.count-spinner {
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 12px;
}
.popover__content a {
    text-transform: inherit;
}