/*!
 * https://github.com/arqex/react-datetime
 */

.rdt {
  position: relative;
}
.rdtPicker {
  display: none;
  position: absolute;
  min-width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
          box-shadow: 0 1px 3px rgba(0,0,0,.1);
  border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
  display: block;
}
.rdtStatic .rdtPicker {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
}

.rdtPicker .rdtTimeToggle {
  text-align: center;
}

.rdtPicker table {
  width: 100%;
  margin: 0;
}
.rdtPicker td,
.rdtPicker th {
  text-align: center;
  height: 28px;
}
.rdtPicker td {
  cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
  color: #999999;
}
.rdtPicker td.rdtToday {
  position: relative;
}
.rdtPicker td.rdtToday:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
  color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}
.rdtPicker th.rdtSwitch {
  width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
  display: block;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.rdtPicker thead tr:first-of-type th {
  cursor: pointer;
}
.rdtPicker thead tr:first-of-type th:hover {
  background: #eeeeee;
}

.rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}
.rdtPicker button:hover {
  background-color: #eee;
}

.rdtPicker thead button {
  width: 100%;
  height: 100%;
}

td.rdtMonth,
td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
  background: #eee;
}

.rdtCounters {
  display: inline-block;
}

.rdtCounters > div {
  float: left;
}

.rdtCounter {
  height: 100px;
}

.rdtCounter {
  width: 40px;
}

.rdtCounterSeparator {
  line-height: 100px;
}

.rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;
}
.rdtCounter .rdtBtn:hover {
  background: #eee;
}
.rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.rdtTime td {
  cursor: default;
}

/**
 * Admin Settings Styling
 */
.wasc-hide,
.wasc-repeater:first-child .wasc-repeater-close {
  display: none !important;
}

.wasc-settings {
  max-width: 920px;
  position: relative;
}
.wasc-loader-wrap {
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 20;
  padding-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wasc-settings .form-table th {
  color: #404040;
  padding: 24px 10px 20px 0;
}
.wasc-thtitle {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  margin: 0 0 15px;
}
.wascthdesc {
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin: 0 0 12px;
  padding: 10px 12px;
  color: #6a6a6a;
}
.wascthdesc span {
  display: block;
  margin: 8px 0 0;
}
.wascDesctip {
  cursor: pointer;
}
.wasc-row p.snNote {
  font-size: 12px;
  color: #979797;
  margin: 5px 0 0 6px;
}

/* -- Loader -- */
.wasc-loader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  z-index: 2;
}
.wasc-loader * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wasc-loader-sector {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #b1b5d52b;
  mix-blend-mode: overlay;
}

.wasc-loader-sector-pink {
  -webkit-animation: rotate 2s ease-out infinite;
          animation: rotate 2s ease-out infinite;
  border-top: 3px solid #23d366;
}
.wasc-loader-sector-blue {
  -webkit-animation: rotate 2.5s ease-in infinite;
          animation: rotate 2.5s ease-in infinite;
  border-top: 3px solid #075f54;
}
.wasc-loader-sector-purple {
  -webkit-animation: rotate 1.5s ease-in-out infinite;
          animation: rotate 1.5s ease-in-out infinite;
  border-top: 3px solid #118c7e;
}
.wascSaveBtnLoader {
  width: 56px;
  height: 56px;
  position: relative;
  margin: 0 0 0 10px;
}
.wascSettingBarMain .wasc-loader-wrap {
  padding-top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wascSettingBarMain .wasc-loader {
  width: 40px;
  height: 40px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* -- Settings Top Bar -- */
.wascSettingBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wascSettingBar h2,
.wascSettingBarMain {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wascSettingBar h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 15px 0 15px 5px;
}
.wascSettingBarOptions {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wascSettingBarOptions > a {
  color: #8b8b8b;
  font-family: "Dashicons";
  font-size: 25px;
  margin: 0 0 0 15px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.wasc-account::before {
  content: "\f110";
}
a.wasc-docs::before {
  content: "\f468";
}
.wasc-delete {
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wascSettingBarOptions .wasc-delete::before {
  color: #c9c9c9;
  content: "\f182";
  font-family: Dashicons;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wasc-delete:hover::before,
.wasc-delete.show-confirm::before {
  color: #727272;
}
.wasc-confirm-delete {
  background-color: #d70202;
  border-radius: 3px;
  bottom: 45px;
  color: #f1bebe;
  font-size: 11px;
  letter-spacing: 0.4px;
  padding: 4px 10px;
  position: absolute;
  right: 60px;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.wasc-confirm-delete::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #d70202;
  position: absolute;
  right: -8px;
  top: 7px;
}
.wasc-delete.show-confirm .wasc-confirm-delete {
  opacity: 1;
  visibility: visible;
}
.wasc-confirm-delete a {
  text-decoration: underline;
  color: inherit;
  font-size: inherit !important;
}
.wascSettingBarOptions a:hover {
  color: #0c6e63;
}
.wasc-confirm-delete a:hover {
  color: #fff;
}
.wascSettingBar.bottom {
  background-color: #fff;
  border-top: 1px solid #999;
  margin: 30px 0 10px;
  padding: 30px 0 0;
}
/* -- Tabs / Content -- */
.wasctabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 20px 0 -1px;
  padding: 0 5px;
  position: relative;
}
.wasctabs li {
  margin: 0 1px;
  padding: 0;
}
.wasctab {
  background-color: #f4f7fb;
  border: 1px solid #b5bfc9;
  border-bottom: 0 !important;
  border-radius: 3px 3px 0 0;
  color: #5b6065;
  display: block;
  padding: 10px 18px 12px;
  cursor: pointer;
}
.wasctab:hover {
  color: #000;
}
.wasctabs li.help {
  position: absolute;
  right: 4px;
  top: 14px;
}
.wasctabs li.help .wasctab {
  background-color: #5a93f8;
  border: 1px solid #7a8896;
  color: #fff;
  font-size: 12px;
  padding: 4px 25px;
}
.wasctab.active,
.wasctabs li.help .wasctab.active {
  background-color: #fff;
  border-color: #7a8896;
  color: #107daf;
  margin: 0 0 -1px;
  cursor: initial;
  position: relative;
  z-index: 4;
}
.wasccontent-wrap {
  background-color: #fff;
  border: 1px solid #7a8896;
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
.wasccontent-wrap-inner {
  position: relative;
}
.wasccontent {
  display: none;
}
.wasccontent.active {
  min-height: 400px;
  display: block;
}
.wasccontent .form-table {
  margin: 0;
}
#wasccontent-help {
  margin-bottom: -125px;
  padding-bottom: 25px;
  background-color: #fff;
  position: relative;
}

.wasc-description {
  margin: 10px -10px 0;
  background-color: #fdfdfd;
  padding: 20px;
  font-size: 12px;
  letter-spacing: 0.2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  text-align: center;
}

/* -- Table Styling -- */
.wascheading {
  margin: 40px -10px 0;
}
.wascheading.nomargin {
  margin-top: 0;
}
#wasccontent-2 table tr:first-child .wascheading {
  margin-top: 0;
}
.wascheading-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #289f8d;
  font-size: 1.25em;
  margin: 0;
  padding: 0 0 8px;
}
.wasc-row .wascheading-desc {
  margin: 8px 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
  color: #979797;
}

/* ---- Setting Tooltips ---- */
.wascdoclink {
  color: #9d9d9d;
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  text-decoration: none;
}
.wascdoclink::before {
  font-family: "Dashicons";
  display: block;
  content: "\f504";
}

.wasctooltip {
  color: #9d9d9d;
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.wasctooltip::before {
  font-family: "Dashicons";
  display: block;
  content: "\f223";
}
.wasctooltip .wasctooltiptxt {
  background-color: #404040;
  border-radius: 4px;
  bottom: 125%;
  color: #fff;
  font-size: 11.5px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-weight: 300;
  left: 50%;
  margin-left: -85px;
  opacity: 0;
  padding: 8px 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  visibility: hidden;
  width: 160px;
  z-index: 1;
}
.wasctooltip .wasctooltiptxt::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: #404040 transparent transparent transparent;
}
.wasctooltip:hover {
  color: #404040;
}
.wasctooltip:hover .wasctooltiptxt {
  visibility: visible;
  opacity: 1;
}
/* ---- Settings Styling ---- */
.wasc-row.wasc-full td {
  padding: 15px 0;
}
.wasc-row .regular-text,
.wasc-row select,
.wasc-row input[type="number"] {
  border: 1px solid #ccc;
  padding: 5px 10px;
  width: 100%;
  max-width: 440px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.wasc-row .regular-text:hover,
.wasc-row select:hover,
.wasc-row input[type="number"]:hover,
.wasc-repeater input:hover,
.wasc-repeater .wasc-repeater-right .rdt input:hover {
  border: 1px solid #868686;
}
.wasc-row input[type="number"] {
  max-width: 110px;
}
.wasc-row span.prefix {
  margin: 0 5px 0 0;
}
.wasc-row span.suffix {
  margin: 0 0 0 5px;
}
.wasc-row .wasc-post-select__control,
.wasc-row .wasc-post-select__menu {
  max-width: 440px;
}
.wasc-row .wasc-post-select__control input[type="text"] {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wasc-row-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wasc-row-col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wasc-row-col-right {
  width: 60px;
  text-align: right;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.wasc-row:hover .wasc-row-col-right {
  visibility: visible;
  opacity: 1;
}
/* -- Whatsapp Numbers -- */
.wasc-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 10px 14px;
  padding: 5px 0 14px;
  border-bottom: 1px solid #e7e7e7;
}
.wasc-repeater:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wasc-repeater-left {
  padding: 0 10px 0 0;
  position: relative;
}
.wasc-repeater-left .button.wascPreviewClose {
  z-index: 9;
}
.wasc-repeater-left .wascImagePreview {
  max-width: 120px;
  margin: -6px 0 0;
  border-radius: 125px;
  overflow: hidden;
}
.wasc-repeater-left .wascMediaUploadBtn {
  padding: 4px 12px;
}
.wasc-repeater-middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px 0 12px;
}
.wasc-repeater-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 4px;
  max-width: 180px;
}
.wasc-repeater-times {
  position: relative;
}
.wasc-repeater-times-disable {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: 0;
  left: -5px;
  background-color: #fff;
  z-index: 10;
  opacity: 0.65;
}
.wasc-repeater-right h6 {
  font-size: 13px;
  margin: 0 0 8px;
  padding: 0 0 0 10px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wasc-repeater input,
.wasc-repeater .wasc-repeater-right .rdt input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 8px;
  padding: 10px 12px;
  width: 100%;
  line-height: 1.2;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.wasc-repeater input.gored {
  border: 1px solid #ef9292;
}
.wasc-repeater-close,
.wasc-repeater-dateclear {
  background-color: #fff;
  position: absolute;
  top: 5px;
  right: -25px;
  width: 25px;
  height: 25px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgb(204 204 204);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
          box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border-radius: 30px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.wasc-repeater-left .wasc-repeater-close {
  right: 8px;
  top: 1px;
  opacity: 1;
}
.wasc-repeater-close::before,
.wasc-repeater-dateclear::before {
  content: "\f335";
  font-family: "Dashicons";
  font-size: 17px;
  color: #8b8b8b;
}
.wasc-repeater:hover .wasc-repeater-close,
.wasc-repeater-date:hover .wasc-repeater-dateclear {
  opacity: 1;
}
.wasc-repeater-close:hover::before {
  color: #118c7e;
}
.wasc-repeater-action {
  text-align: right;
  margin: 25px 10px 15px 0;
}
.wasc-repeater-action button.wasc-repeater-add {
  background: #f5f5f5;
  border: 1px solid rgb(204 204 204);
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
          box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.1px;
  color: #626262;
  margin: 0;
  padding: 4px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wasc-repeater-date {
  position: relative;
}
.wasc-repeater-dateclear {
  background-color: #b5b5b5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  top: 9px;
  right: 8px;
  width: 16px;
  height: 16px;
}
.wasc-repeater-dateclear::before {
  color: #fff;
  font-size: 14px;
}
/* -- External Links -- */
.wasc-repeater.wascExtlink {
  margin: 0 12px 10px 0;
}
.wasc-repeater.wascExtlink input {
  margin: 0;
}
.wasc-repeater.wascExtlink .wasc-repeater-close {
  top: 9px;
  right: -28px;
  width: 23px;
  height: 23px;
}
.wascExtlink-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wascExtlink-middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.wascExtlink-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 200px;
}

.wascExtlink-label {
  margin: 0 0 0 5px;
  width: 42px;
  text-align: center;
  font-size: 11px;
}
.wascExtlink-label.sclink-active {
  color: #0c6e63;
}
.wascExtlink-label.sclink-active .wasc-chatlink-icon {
  background-color: #e4edec;
  border: 1px solid #118c7e;
  color: #118c7e;
}
.wascExtlink-label input {
  display: none;
  width: auto;
}

.wasc-chatlink-icon:hover {
  border: 1px solid rgb(175 175 175);
  color: #4c4c4c;
}
/* -- Color Picker -- */
.wascColorPicker {
  overflow: hidden;
  position: relative;
  max-width: 226px;
}
.wascColorBtn {
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  min-height: 30px;
  padding: 0 0 0 30px;
  font-size: 11px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.wascColorBtnTxt {
  background: #f6f7f7;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #c3c4c7;
  color: #50575e;
  display: block;
  line-height: 2.54545455;
  padding: 0 6px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wascColorBtn:hover,
.wascColorBtn:hover .wascColorBtnTxt,
.wascColorPicker.wascButton-active .wascColorBtn,
.wascColorPicker.wascButton-active .wascColorBtnTxt {
  border-color: #868686;
}
.wascColorBtn:hover .wascColorBtnTxt,
.wascColorPicker.wascButton-active .wascColorBtnTxt {
  background-color: #eeeeee;
}
.wascColorInput {
  display: none;
  border-color: rgb(170 170 170);
  max-width: 113px;
  position: absolute;
  top: 0;
  right: 0;
}
.wascPickColor {
  position: absolute;
  top: 110%;
  left: -999999px;
  z-index: 999;
}
.wascColorPicker.wascButton-active {
  overflow: visible;
}
.wascColorPicker.wascButton-active .wascPickColor {
  left: 0;
}
.wascColorPicker.wascButton-active .wascColorInput {
  display: block;
  border: 1px solid #acacac;
  color: #747474;
}
/* -- Multi Checkbox Inputs -- */
.wasc-multioption {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 8%), 0 0 4px rgb(0 0 0 / 4%);
          box-shadow: 0 0 0 1px rgb(0 0 0 / 8%), 0 0 4px rgb(0 0 0 / 4%);
  margin: 5px 10px 4px 0;
  padding: 4px 10px 4px 6px;
}
.wasc-multioption input {
  margin: -2px 4px 0 0;
}
/* -- Range Input -- */
.wascRange {
  max-width: 440px;
  width: 100%;
  position: relative;
  margin: 18px 0;
}
.wascRangeInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wascRangeInput span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 5px;
}
.wascRangeInput input {
  width: 100%;
}
.wascRange input[type="text"] {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  color: #888;
  font-size: 12px;
  position: absolute;
  text-align: center;
  top: -24px;
  width: 100%;
}
.wascRange:hover input[type="text"] {
  color: #000 !important;
}
/* -- Date Time Picker -- */
.wasc-settings .rdtPicker {
  max-width: 320px;
}
.wasc-settings .rdtPicker th,
.wasc-settings .rdtPicker td {
  padding: 5px;
  vertical-align: middle;
}
/* -- Media Upload -- */
.wascImagePreview {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 240px;
}
.wascImagePreview img {
  display: block;
  max-width: 100%;
  height: auto;
}
.button.wascPreviewClose {
  background-color: rgb(255 255 255) !important;
  border: 1px solid #ccc;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
          box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  color: #ccc;
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 1.2;
}
.button.wascPreviewClose::before {
  font-family: "Dashicons";
  content: "\f335";
  font-size: 20px;
}
.button.wascPreviewClose:hover {
  border: 1px solid #b3b3b3;
  color: #959595;
}
.wasc-row .wascMediaUploadBtn {
  color: inherit;
  padding: 4px 20px;
  border-color: #bbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wasc-settings .button:hover {
  background: #e8e8e9;
  border-color: #878787;
  color: #303030;
}

/* ---- Upgrade Styling ---- */
.wascUpgradeBlock {
  background-color: #f9fcff;
  border: 1px solid #ecf0f5;
  border-radius: 5px;
  padding: 12px;
  font-size: 14px;
}
.wascUpgradeHead {
  margin: -5px 0 0;
  padding: 0;
  font-size: 18px;
  color: rgba(128, 175, 239, 0.35);
}
.wascUpgradeBlock p.wascUpgradeText {
  margin: 8px 0 22px;
  font-size: 12px;
  color: #6c7076;
}
.wascUpgradeLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.wascUpgradeLinks a {
  text-decoration: none;
  color: #5a93f8;
}
.wascUpgradeLinkBtn,
button.button.wascSaveBtn {
  display: inline-block;
  background-color: #5a93f8;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  color: #fff !important;
  padding: 8px 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
button.button.wascSaveBtn {
  padding: 10px 28px;
  font-size: 16px;
  letter-spacing: 0.4px;
}
.wascUpgradeBlock:hover .wascUpgradeHead {
  color: rgba(128, 175, 239, 0.65);
}
.wascUpgradeLinks a:hover {
  color: #3d70ca;
}
.wascUpgradeLinkBtn:hover,
button.button.wascSaveBtn:hover {
  background-color: #3d70ca;
}

/* ---- Frontend Override ---- */
body.wp-admin .wasc-chat {
  bottom: 40px !important;
  left: auto !important;
  right: 20px;
}
body.wp-admin .wasc-chat .wasc-chat-popup {
  position: absolute !important;
  bottom: calc(100% + 10px) !important;
  right: 0 !important;
  left: auto !important;
}
body.wp-admin .wasc-chat-btn.icon_text .wasc-chat-txt {
  visibility: visible;
  opacity: 1;
  right: calc(100% + 14px);
}

/* ---- Info Tab Styling ---- */
.wascInfoTab {
  padding: 0 8px;
  text-align: center;
}

.wascVideo {
  max-width: 100%;
  margin: 40px auto 60px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 10px rgba(0, 0, 0, 0.3);
}
.wascVideoIn {
  display: block;
  background-image: url(4e695c50ebfe6b4e62e4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.wascVideoIframe {
  display: none;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.wascVideoIframe.on {
  display: block;
}
.wascVideoIframe iframe,
.wascVideoIframe object,
.wascVideoIframe embed,
.wascVideoIframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wascInfoTab h2 {
  font-size: 28px;
  margin: 25px 0;
}
.wascInfoTab h4 {
  font-size: 16px;
  margin: 0 0 25px;
}
.wascInfoTab p {
  max-width: 720px;
  margin: 10px auto 25px;
  font-size: 17px;
}
.wascInfoTab p i {
  text-decoration: line-through;
  font-style: normal;
}
.wascDashBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 40px 0 100px;
}
.wascDashBtns .wascDashBtn {
  background-color: #f0f0f1;
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #727272;
  font-size: 22px;
  min-width: 280px;
  padding: 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wascDashBtns .wascDashBtn:hover {
  background-color: #e1e1e1;
  border: 1px solid #222;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #222;
}
.wascDashBtns .wascDashBtn.green {
  background-color: #118c7e;
  color: #fff !important;
}
.wascDashBtns .wascDashBtn.green:hover {
  background-color: #0c645a;
}

/* -------- Site Chat Frontend CSS -------- */
.wasc-chat {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  line-height: 1.2;
}
body.single-product .wasc-chat.woocommerce_before_add_to_cart_form,
body.single-product .wasc-chat.woocommerce_after_add_to_cart_form,
body.single-product .wasc-chat.woocommerce_product_meta_start,
body.single-product .wasc-chat.woocommerce_product_meta_end,
body.single-product .wasc-chat.woocommerce_share {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  margin-bottom: 12px;
}
.wasc-chat.left {
  right: auto;
  left: 20px;
}
.wasc-chat-btn {
  position: relative;
  cursor: pointer;
}
/* -- Icon -- */
.wasc-chat-btn.icon .wasc-chat-icon,
.wasc-chat-btn.icon_text .wasc-chat-icon {
  background-image: url(28dc51e2bf70ca0edf72.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 180%;
  height: 60px;
  width: 60px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 15%);
          box-shadow: 0 0 6px rgb(0 0 0 / 15%);
}
.wasc-chat-btn.icon.plain_green .wasc-chat-icon,
.wasc-chat-btn.icon_text.plain_green .wasc-chat-icon {
  background-image: url(28dc51e2bf70ca0edf72.png);
}
.wasc-chat-btn.icon.flat_green .wasc-chat-icon,
.wasc-chat-btn.icon_text.flat_green .wasc-chat-icon {
  background-image: url(7dd72a010e57c216c08f.png);
}
.wasc-chat-btn.icon.plain_black .wasc-chat-icon,
.wasc-chat-btn.icon_text.plain_black .wasc-chat-icon {
  background-image: url(3ee86be3e0220ef722b4.png);
}
.wasc-chat-btn.icon.grad_green .wasc-chat-icon,
.wasc-chat-btn.icon_text.grad_green .wasc-chat-icon {
  background-image: url(bc3c126497eac9310d06.png);
  border-radius: 12px;
}
.wasc-chat-btn.icon.round .wasc-chat-icon,
.wasc-chat-btn.icon_text.round .wasc-chat-icon {
  border-radius: 50%;
}
.wasc-chat-btn.icon.square .wasc-chat-icon,
.wasc-chat-btn.icon_text.square .wasc-chat-icon {
  border-radius: 2px;
}
/* -- Icon With Text -- */
.wasc-chat-btn.icon_text .wasc-chat-txt {
  position: absolute;
  right: calc(100% + 8px);
  top: calc(50% - 18px);
  white-space: nowrap;
  background-color: #fff;
  padding: 10px 12px;
  -webkit-box-shadow: 4px 0 12px rgb(0 0 0 / 14%);
          box-shadow: 4px 0 12px rgb(0 0 0 / 14%);
  border-radius: 4px;
  font-size: 13px;
  visibility: hidden;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s;
}
.wasc-chat-btn.icon_text .wasc-chat-txt::after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: -6px;
  top: 11px;
}
.wasc-chat-btn.icon_text:hover .wasc-chat-txt {
  visibility: visible;
  opacity: 1;
  right: calc(100% + 14px);
}
/* -- Button -- */
.wasc-chat-btn.button {
  background: none;
  border-radius: 6px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 5px 18px;
}
body.single-product
  .wasc-chat.woocommerce_before_add_to_cart_form
  .wasc-chat-btn.button,
body.single-product
  .wasc-chat.woocommerce_after_add_to_cart_form
  .wasc-chat-btn.button,
body.single-product
  .wasc-chat.woocommerce_product_meta_start
  .wasc-chat-btn.button,
body.single-product
  .wasc-chat.woocommerce_product_meta_end
  .wasc-chat-btn.button,
body.single-product .wasc-chat.woocommerce_share .wasc-chat-btn.button {
  right: 0;
}
.wasc-chat-btn.button .wasc-chat-icon {
  border-radius: 0 6px 6px 0;
}
.wasc-chat-btn.button .wasc-chat-txt {
  color: inherit;
  font-size: 14px;
  white-space: nowrap;
  margin-right: 4px;
}
.wasc-chat-btn.button .wasc-chat-icon {
  background-size: auto 240%;
  background-position: center;
}
.wasc-chat-btn.button.plain_green {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #222;
}
.wasc-chat-btn.button.plain_green .wasc-chat-icon {
  background-image: url(28dc51e2bf70ca0edf72.png);
}
.wasc-chat-btn.button.flat_green {
  background-color: #43d367;
  color: #fff;
}
.wasc-chat-btn.button.flat_green .wasc-chat-icon {
  background-image: url(7dd72a010e57c216c08f.png);
}
.wasc-chat-btn.button.plain_black {
  background-color: #fafafa;
  border: 1px solid rgb(97 114 122 / 55%);
  color: #4b5d68;
}
.wasc-chat-btn.button.plain_black .wasc-chat-icon {
  background-image: url(3ee86be3e0220ef722b4.png);
}
.wasc-chat-btn.button.grad_green {
  background-image: url(c56e1db06972028769a2.png) !important;
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 240%;
  color: #fff;
}
.wasc-chat-btn.button.grad_green .wasc-chat-icon {
  background-image: url(bc3c126497eac9310d06.png);
}
.wasc-chat-btn.button.square {
  border-radius: 2px;
}
.wasc-chat-btn.button.square .wasc-chat-icon {
  border-radius: 0 2px 2px 0;
}
.wasc-chat-btn.button.round {
  border-radius: 50px;
}
.wasc-chat-btn.button.round .wasc-chat-icon {
  border-radius: 0 50px 50px 0;
}

.wasc-chat-popup {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 20%);
          box-shadow: 0 0 6px rgb(0 0 0 / 20%);
  border-radius: 4px;
  bottom: calc(100% + 10px);
  position: absolute;
  right: 0;
  width: 315px;
  overflow: hidden;
  display: none;
}
.wasc-chat.wasc-open .wasc-chat-popup {
  display: block;
}
body.single-product
  .wasc-chat.woocommerce_before_add_to_cart_form
  .wasc-chat-popup,
body.single-product
  .wasc-chat.woocommerce_after_add_to_cart_form
  .wasc-chat-popup,
body.single-product .wasc-chat.woocommerce_product_meta_start .wasc-chat-popup,
body.single-product .wasc-chat.woocommerce_product_meta_end .wasc-chat-popup,
body.single-product .wasc-chat.woocommerce_share .wasc-chat-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.wasc-chat.left .wasc-chat-popup {
  right: auto;
  left: 0;
}
body.single-product
  .wasc-chat.left.woocommerce_before_add_to_cart_form
  .wasc-chat-popup,
body.single-product
  .wasc-chat.left.woocommerce_after_add_to_cart_form
  .wasc-chat-popup,
body.single-product
  .wasc-chat.left.woocommerce_product_meta_start
  .wasc-chat-popup,
body.single-product
  .wasc-chat.left.woocommerce_product_meta_end
  .wasc-chat-popup,
body.single-product .wasc-chat.left.woocommerce_share .wasc-chat-popup {
  right: auto;
  left: 20px;
}

.wasc-chat-popup-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 5px;
  width: 20px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
.wasc-chat-popup-close::before {
  content: "\f335";
  font-family: "Dashicons";
  font-size: 17px;
}
.wasc-chat-popup-close:hover {
  opacity: 1;
}

.wasc-chat-popup-header {
  background-color: #128c7e;
  padding: 18px 20px 19px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
          box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  z-index: 5;
  color: #fff;
}
.wasc-chat-popup-main-select .wasc-chat-popup-header.noicon {
  padding: 18px 20px 19px;
}
.wasc-chat-popup-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  min-height: 35px;
  margin-right: 8px;
  color: inherit;
}
.wasc-chat-popup-header-logo::before {
  font-family: "Dashicons";
  content: "\f19a";
  font-size: 29px;
  color: inherit;
}
.wasc-chat-popup-header-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wasc-chat-popup-header h5 {
  color: inherit;
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.4;
  margin: 0;
  padding: 1px 0;
}
.wasc-chat-popup-header p {
  color: inherit;
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin: 0;
  opacity: 0.75;
  padding: 1px 0;
}

.wasc-chat-popup-main {
  position: relative;
}

.wasc-chat-popup-main-select {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.wasc-chat-popup.wasc-tochat .wasc-chat-popup-main-select,
/* .wasc-chat-popup.wasc-tochat .wasc-chat-btn-disable, */
.wasc-chat-popup-footer.hasnumber .wasc-chat-btn-disable,
.wasc-chat-popup.single.number .wasc-chat-btn-disable {
  display: none;
}

.wasc-chat-popup-main-chat {
  background-color: #e9e5df;
  color: #4c4c4c;
  position: relative;
  z-index: 3;
}
.wasc-message-wrap {
  position: relative;
  height: 100%;
}
.wascNotifWrap {
  position: relative;
}
.wasc-chat-main.plain_design .wascNotifWrap {
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
          box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
}
.wasc-chat-popup-main-chat textarea#wasc-message {
  background-color: inherit;
  border-radius: 0;
  height: 100%;
  width: 100%;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 14px;
  letter-spacing: 0.4px;
  color: inherit;
  display: block;
  margin: 0;
  line-height: 1.5;
  min-height: 140px;
  outline: none;
}
.wasc-chat-popup-main-chat.noheader
  .wasc-chat-main.plain_design
  textarea#wasc-message {
  padding-top: 25px;
}
.wasc-chat-popup-main-chat textarea#wasc-message::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message::-moz-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message:-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message::-ms-input-placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-main-chat textarea#wasc-message::placeholder {
  color: inherit;
  opacity: 0.4;
}
.wasc-chat-popup-footer {
  background-color: #f5f7f9;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 -2px 8px rgb(0 0 0 / 5%);
          box-shadow: 0 -2px 8px rgb(0 0 0 / 5%);
  position: relative;
  z-index: 5;
}
.wasc-chat-popup-footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 10px;
}
.wasc-chat-popup-footer.center .wasc-chat-popup-footer-left {
  display: none;
}
.wasc-chat-popup-footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.wasc-chat-btn-disable {
  background-color: #f5f7f9;
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.wasc-chat-popup-footer.center .wasc-chat-popup-footer-right {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wasc-chat-popup-footer a.wasc-send {
  background-color: #128c7e;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 8px 18px;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

.wasc-chat-popup-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: absolute;
  left: 3px;
  top: 5px;
  width: 20px;
  z-index: 10;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
.wasc-chat-popup-back::before {
  content: "\f340";
  font-family: "Dashicons";
  font-size: 14px;
}
.wasc-chat-popup-back:hover {
  opacity: 1;
}

.wasc-chat-popup-main-chat .wasc-chat-popup-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 20px;
}
.wasc-chat-popup-main-chat .wasc-chat-popup-header-logo {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 62px;
  position: relative;
}
.wasc-chat-popup-main-chat .wasc-image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

/* ---- Members Block ---- */
.wasc-chat-main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 295px;
  line-height: 1.4;
  overflow-y: auto;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.wasc-number-warn {
  color: red;
  font-size: 12px;
}
.wasc-chat-popup-header.single .wasc-number-warn {
  color: #999;
}
.wasc-chat-main > p {
  color: #b7b7b7;
  font-size: 12px;
  margin: 6px 0 8px;
  padding: 0;
  text-align: center;
}
.wasc-chat-main-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wasc-chat-member-block {
  margin: 0 10px 10px;
  position: relative;
}
.wasc-chat-member {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0 6px 4px;
  background-color: #f5f7f9;
  border-left: 2px solid #43d367;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 25%);
          box-shadow: 0 0 6px rgb(0 0 0 / 25%);
  position: relative;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.wasc-chat-member-block.display_dot.online,
.wasc-chat-member-block.greyed_out.online,
.wasc-chat-member-block.greyed_with_dot.online {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.wasc-chat-member-block.display_dot.offline,
.wasc-chat-member-block.greyed_out.offline,
.wasc-chat-member-block.greyed_with_dot.offline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wasc-chat-member-block.greyed_out.offline .wasc-chat-member::before,
.wasc-chat-member-block.greyed_with_dot.offline .wasc-chat-member::before {
  display: block;
  background-color: #fff;
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  opacity: 0.45;
  z-index: 8;
}
.wasc-chat-member-block:last-child {
  margin-bottom: 14px;
}
.wasc-chat-member-block-image {
  padding: 2px 2px 2px 5px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wasc-chat-member-block-image img {
  border-radius: 40px;
  display: block;
  max-width: 100%;
  height: auto;
}
.wasc-chat-member-block-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0 8px 8px;
  position: relative;
}
.wasc-chat-member-block-details h4 {
  color: #222;
  font-size: 16px !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.wasc-chat-member-block-details p {
  font-size: 13px;
  color: #afafaf;
  margin: 0;
  padding: 0;
}
.wasc-chat-member-block-status {
  padding: 8px 5px;
  width: 30px;
  display: none;
}
.wasc-chat-popup-main-chat .wasc-chat-member-block-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 25px;
}
.wasc-chat-member-block-status > div {
  background-color: #43d367;
  border-radius: 15px;
  height: 12px;
  width: 12px;
}
.wasc-disable-member {
  position: absolute;
  top: -2px;
  left: -5px;
  right: -5px;
  bottom: -2px;
  z-index: 20;
}

.wasc-chat-main.whatsapp_design,
.wasc-chat-main.whatsapp_light,
.wasc-chat-main.whatsapp_dark {
  background-color: #e9e5df;
  background-repeat: repeat-y;
  background-size: 120% auto;
  background-position: center center;
  padding: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_design
  textarea#wasc-message,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_light textarea#wasc-message,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_dark textarea#wasc-message,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_design .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_light .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_dark .wascNotif {
  background-color: #e1fcd4;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
          box-shadow: 0 1px 1px rgb(0 0 0 / 20%);
  border-radius: 10px;
  position: relative;
}
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_design .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_light .wascNotif,
.wasc-chat-popup-main-chat .wasc-chat-main.whatsapp_dark .wascNotif {
  margin-bottom: 20px;
}
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_design
  .wascNotif
  .wascNotifText,
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_light
  .wascNotif
  .wascNotifText,
.wasc-chat-popup-main-chat
  .wasc-chat-main.whatsapp_dark
  .wascNotif
  .wascNotifText {
  padding: 10px 10px 14px;
}
.wasc-chat-main.whatsapp_design .wasc-message-wrap,
.wasc-chat-main.whatsapp_light .wasc-message-wrap,
.wasc-chat-main.whatsapp_dark .wasc-message-wrap {
  margin-left: 25px;
}
.wasc-chat-main.whatsapp_design .wascNotif,
.wasc-chat-main.whatsapp_light .wascNotif,
.wasc-chat-main.whatsapp_dark .wascNotif {
  margin-right: 25px;
}
.wasc-chat-main.whatsapp_design .chatangle,
.wasc-chat-main.whatsapp_light .chatangle,
.wasc-chat-main.whatsapp_dark .chatangle {
  border-bottom: 12px solid #e1fcd4;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  -webkit-box-shadow: -4px 1px 1px rgb(0 0 0 / 20%);
          box-shadow: -4px 1px 1px rgb(0 0 0 / 20%);
  content: "";
  display: block;
  margin-left: -5px;
  margin-top: -6px;
  position: absolute;
  right: -15px;
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wasc-chat-main.whatsapp_design .wascNotifWrap .chatangle,
.wasc-chat-main.whatsapp_light .wascNotifWrap .chatangle,
.wasc-chat-main.whatsapp_dark .wascNotifWrap .chatangle {
  border-top: 12px solid transparent;
  border-left: 12px solid #e1fcd4;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  -webkit-box-shadow: -1px 4px 1px rgb(0 0 0 / 14%);
          box-shadow: -1px 4px 1px rgb(0 0 0 / 14%);
  right: auto;
  left: -6px;
  top: 4px;
}
.wasc-chat-main.plain_design .chatangle {
  display: none;
}
.wasc-chat-main.whatsapp_light {
  background-image: url(bd05cf75adf7387e88ed.png);
}
.wasc-chat-main.whatsapp_dark {
  background-image: url(b4d5feb0e8a6daa8651f.png);
}

/* ---- Group Links Styling ---- */
.wasc-chatlink-icon {
  background-color: #fff;
  border: 1px solid rgb(227 227 227);
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  min-height: 30px;
  margin-right: 5px;
  text-decoration: none;
  color: #858585;
}
.wasc-chatlink-icon:hover {
  border: 1px solid rgb(175 175 175);
  color: #4c4c4c;
}
.wasc-chatlink-icon::before {
  font-family: "Dashicons";
  font-size: 22px;
  color: inherit;
}
.wasc-chaticon-group::before {
  content: "\f307";
}
.wasc-chaticon-world::before {
  content: "\f11d";
}
.wasc-chaticon-extlink::before {
  content: "\f504";
}
.wasc-chaticon-link::before {
  content: "\f103";
}
/* ---- Notification Styling ---- */
.wascNotifIcon {
  background-color: #fd0000;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
          box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 4;
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wascNotifIcon.showNotif {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.wascNotifIcon::before {
  display: block;
  color: #fff;
  content: "1";
}
.wasc-chat-btn.icon .wascNotifIcon,
.wasc-chat-btn.icon_text .wascNotifIcon {
  right: 5px;
}
.wasc-chat-btn.button .wascNotifIcon {
  top: -10px;
  right: 6px;
}
.wasc-chat-btn.button.round .wascNotifIcon {
  right: 10px;
}
.wascNotif {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wascNotif.all,
.wascNotif.selected {
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 12%);
          box-shadow: 0 1px 0 rgb(0 0 0 / 12%);
}
.wascNotif.front {
  padding: 0 5px;
}
.wascNotifText {
  padding: 14px 0 14px 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.95em;
}
.wascNotif.front .wascNotifText {
  padding: 0 0 14px 14px;
}
.wascNotifText a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  color: #559df7;
}
.wascNotifNo {
  padding: 14px 12px 14px 6px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wascNotifNo span {
  background-color: #559df7;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  text-align: center;
}
.wasc-chat-member-block-details .wascNotifNo {
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -9px 0 0;
  padding: 0;
}
.wascNotifWrap.selected {
  display: none;
}
.wasc-chat-popup-main.show-notif .wascNotifWrap.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* - Remove - */
.wasc-chat-btn.icon .wasc-chat-txt,
.wasc-chat-popup.noheader .wasc-chat-popup-header,
.wasc-chat-popup-main-chat .wasc-chat-popup-header-logo::before,
.wasc-chat-member-block.scuser-remove,
.wasc-chat-member-block.display_dot.offline .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.offline .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.greyed_with_dot.offline
  .wasc-chat-member-block-status,
.wasc-chat-member-block.greyed_out.online::before,
.wasc-chat-member-block.remove_offline.offline,
.wasc-chat-popup-header.single .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.online.none .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.online.greyed_out .wasc-chat-member-block-status,
.wasc-chat-popup-main-chat.online.remove_offline
  .wasc-chat-member-block-status {
  display: none !important;
}
.wasc-chat-member-block.display_dot.online .wasc-chat-member-block-status,
.wasc-chat-member-block.greyed_with_dot.online .wasc-chat-member-block-status,
.wasc-chat-popup-header.single.display_dot.online
  .wasc-chat-member-block-status {
  display: block !important;
}

@media only screen and (min-width: 981px) {
  body.wasc-remdesktop #kaira-sitechat-footer {
    display: none !important;
  }
}
@media (min-width: 783px) and (max-width: 980px) {
  body.wasc-remtablet #kaira-sitechat-footer {
    display: none !important;
  }
}
@media only screen and (max-width: 782px) {
  body.wasc-remmobile #kaira-sitechat-footer {
    display: none !important;
  }
}

