/* Editor  */
.wysiwygeditor {
  clear: both;
  font-family:
    "Circular-AddEvent", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  border-radius: 6px;
  margin: 0px 0px 20px 0px;
  box-shadow:
    0 0 0 1px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 7%);
}
.wysiwygeditor.bdr {
  box-shadow: unset;
  border: 1px solid #b7b7b782;
  border-bottom: 1px solid #b7b7b782;
  padding: 3px 0px 0px 0px;
}

/* Buttons */
.zmdi {
  font-size: 26px;
  line-height: 36px;
}
.ic_insert_link {
  transform: rotate(-45deg);
}
.ic_format_align_left {
  font-size: 22px;
}
.ic_format_color_text {
  font-size: 24px;
  margin-top: -2px !important;
}
.ic_format_color_fill {
  font-size: 24px;
  margin-top: -2px !important;
}

/* Toolbar */
.fr-toolbar .fr-tabs .fr-command.fr-btn,
.fr-popup .fr-tabs .fr-command.fr-btn,
.fr-modal .fr-tabs .fr-command.fr-btn {
  width: 46px;
  text-align: center;
}
.fr-toolbar.fr-top {
  border-radius: unset;
}
.fr-toolbar {
  border: 1px solid transparent;
}
.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn,
.fr-modal .fr-command.fr-btn {
  transition: unset !important;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  border-radius: 4px;
  height: 36px;
  margin: 4px 1px;
}
.fr-toolbar .fr-command.fr-btn i,
.fr-toolbar .fr-command.fr-btn svg,
.fr-popup .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn svg,
.fr-modal .fr-command.fr-btn i,
.fr-modal .fr-command.fr-btn svg {
  margin: 0px 7px;
}
.fr-toolbar .fr-btn-grp {
  margin: 0px 3px;
}
.fr-command.fr-btn:active {
  background-color: #ddd;
}
.fr-command.fr-btn:hover {
  background-color: #efeeea;
}
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content {
  padding: 4px 4px;
}
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list {
  padding: 0px 0px;
  min-width: 40px;
}
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  a {
  padding: 0px 11px;
}
.fr-command.fr-btn
  + .fr-dropdown-menu
  .fr-dropdown-wrapper
  .fr-dropdown-content
  ul.fr-dropdown-list
  li
  a
  i {
  line-height: 36px;
}
.fr-second-toolbar {
  border: 1px solid transparent;
}
.fr-box.fr-basic {
  border-radius: unset;
}
.fr-box.fr-basic .fr-wrapper {
  border: 1px solid transparent;
  border-radius: 0px 0px 6px 6px;
}

/* Wrapper */
.fr-wrapper::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 8px;
}
.fr-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.fr-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.fr-wrapper::-webkit-scrollbar-thumb:horizontal {
  min-width: 40px;
}
.fr-wrapper::-webkit-scrollbar-thumb:vertical {
  min-height: 50px;
}
.fr-wrapper::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.fr-wrapper::-webkit-scrollbar-corner {
  background: transparent;
}
/* Popup */
.fr-active-tab {
  background: #fff !important;
}
.fr-popup {
  box-shadow:
    0 0 0 1px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 15%);
}
.fr-popup .fr-icon {
  font-size: 24px;
}
.fr-popup .fr-emoticon {
  width: 40px;
  height: 30px;
  padding: 6px 0px 2px 0px;
}
.fr-popup .fr-icon-container {
  width: 312px;
  max-height: 240px;
  padding: 12px;
  grid-template-columns: repeat(auto-fill, minmax(40px, 40px));
}
.fr-popup .fr-buttons:not(.fr-tabs) {
  padding: 1px 4px;
}
.fr-popup .fr-icon-container::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 8px;
}
.fr-popup .fr-icon-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.fr-popup .fr-icon-container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.fr-popup .fr-icon-container::-webkit-scrollbar-thumb:horizontal {
  min-width: 40px;
}
.fr-popup .fr-icon-container::-webkit-scrollbar-thumb:vertical {
  min-height: 50px;
}
.fr-popup .fr-icon-container::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.fr-popup .fr-icon-container::-webkit-scrollbar-corner {
  background: transparent;
}
.fr-popup .fr-buttons.fr-tabs {
  display: block;
}
.fr-popup .fr-checkbox-line label {
  font-weight: 500;
  font-size: 14px;
}
.fr-popup .fr-checkbox {
  margin: -2px 0px 0px 0px;
}
.fr-popup .fr-tabs .fr-back i {
  margin: 0px 0px 0px 10px;
}

/* Link popup */
.fr-popup .fr-layer {
  width: 400px;
  margin: 0;
  padding: 25px 35px 20px 60px;
}
.fr-popup .fr-input-line {
  padding: 0px 0px 12px 0px;
  position: relative;
}
.fr-popup .fr-input-line input[type="text"],
.fr-popup .fr-input-line input[type="number"],
.fr-popup .fr-input-line textarea {
  padding: 4px 16px !important;
  font-size: 15px;
  border: 1px solid #b7b7b782;
  border-bottom: 1px solid #b7b7b782;
  border-radius: 6px;
}
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line input[type="number"]:focus,
.fr-popup .fr-input-line textarea:focus {
  box-shadow: 0 0 2px rgba(6, 95, 212, 0.72);
  border: 1px solid #4b78b782;
}
.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  top: -7px;
  left: 12px;
  font-size: 11px;
  padding: 0px 6px;
  font-weight: 500;
}
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  top: -5px;
  left: 12px;
  font-size: 12px;
  padding: 0px 6px;
}
.fr-popup .fr-input-line:nth-child(1):before {
  font-family: "Material Icons";
  content: "\e80b";
  font-size: 18px;
  color: #646464;
  line-height: 30px;
  position: absolute;
  left: -35px;
  top: 9px;
}
.fr-popup .fr-input-line:nth-child(2):before {
  font-family: "Material Icons";
  content: "\e261";
  font-size: 20px;
  color: #646464;
  line-height: 30px;
  position: absolute;
  left: -35px;
  top: 9px;
}
.fr-popup .fr-action-buttons button.fr-command {
  color: #fff;
  background: #125ef8;
  font-size: 15px;
  border-radius: 3px;
  padding: 10px 18px;
}
.fr-popup .fr-action-buttons button.fr-command:hover {
  color: #fff !important;
  background: #0756f6 !important;
}
.fr-popup .fr-action-buttons button.fr-command:active {
  color: #fff !important;
  background: #125ef8 !important;
}
.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  font-size: 20px;
  padding: 0px;
}

/* Colors popup */
.fr-colors .bd {
  clear: both;
  padding: 12px 14px 15px 14px;
}
.fr-colors .bd .tab {
  display: table;
}
.fr-colors .bd .tab .row {
  display: table-row;
}
.fr-colors .bd .tab .row .th1 {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 0px 7px 10px 0px;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  font-weight: 400;
}
.fr-colors .bd .tab .row .th2 {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0px 10px 7px;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  font-weight: 400;
}
.fr-colors .bd .tab .row .td1 {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 0px 7px 0px 0px;
}
.fr-colors .bd .tab .row .td2 {
  width: 50%;
  display: table-cell;
  vertical-align: top;
  padding: 0px 0px 0px 7px;
}
.fr-colors .bd .tab .row .ctab {
  display: table;
  cursor: pointer;
}
.fr-colors .bd .tab .row .ctab .rw {
  display: table-row;
}
.fr-colors .bd .tab .row .ctab .rw .cl {
  display: table-cell;
  padding: 1px;
}
.fr-colors .bd .tab .row .ctab .rw .cl .co {
  width: 22px;
  height: 22px;
  position: relative;
  clear: both;
  border-radius: 30px;
  border: 1px solid transparent;
  background-color: rgb(238, 238, 238);
}
.fr-colors .bd .tab .row .ctab .rw .cl .co .ou {
  width: 22px;
  height: 22px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  cursor: pointer;
  display: none;
}
.fr-colors .bd .tab .row .ctab .rw .cl .co .ck {
  width: 22px;
  height: 22px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 30px;
  background: url(https://cdn.addevent.com/web/images/editor_checkmark.png)
    no-repeat 50% 50%;
  display: none;
}
.fr-colors .bd .tab .row .ctab .rw .cl .co:hover .ou {
  display: block;
}
.fr-colors .bd .tab .row .ctab .rw .cl .selected .ck {
  display: block;
}
.fr-popup .fr-checkbox input:span {
  border-color: #ccc;
}
.fr-popup .fr-checkbox input:checked + span {
  border-color: #707070;
  background: #707070;
}
.fr-tooltip {
  font-size: 12px;
  line-height: 28px;
  padding: 0px 10px;
}

/* Image editor */
.fr-popup .fr-image-upload-layer {
  margin: 10px;
  border: unset;
  padding: 60px 35px;
  background: #fff;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 500;
  box-shadow:
    0 0 0 1px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 7%);
  border-radius: 4px;
}
.fr-popup .fr-image-upload-layer:hover {
  background-color: #d2d5e81c;
}

.fr-image-resizer {
  box-shadow: 0px 0px 0px 3px rgb(0 152 247 / 31%);
}
.fr-wrapper #imagetoolbar {
  position: absolute;
  z-index: 10;
  height: 42px;
  background: #fff;
  border-radius: 5px;
  box-shadow:
    0 0 0 1px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 15%);
}
.fr-wrapper #imagetoolbar .bd {
  clear: both;
  padding: 5px 6px 5px 3px;
}
.fr-wrapper #imagetoolbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fr-wrapper #imagetoolbar ul li {
  width: 30px;
  height: 30px;
  position: relative;
  float: left;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  margin: 0px 0px 0px 2px;
}
.fr-wrapper #imagetoolbar ul li:hover {
  background-color: #efeeea;
}
.fr-wrapper #imagetoolbar ul li:active {
  background-color: #ddd;
}
.fr-wrapper #imagetoolbar ul li .ico {
  font-size: 21px;
  line-height: 30px;
  color: #111;
}
.fr-wrapper #imagetoolbar ul li.sep {
  width: 6px;
  height: 30px;
  position: relative;
  cursor: default;
  background-color: unset !important;
}
.fr-wrapper #imagetoolbar ul li.sep .pin {
  width: 1px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: 4px;
  background: #ddd;
}
.fr-wrapper #imagetoolbar ul li.alt-text {
  width: auto;
  white-space: nowrap;
  font-size: 14px;
  padding: 0px 5px;
  line-height: 30px;
  font-weight: 500;
}

/* Footer toolbar */
.fr-second-toolbar:empty {
  display: none;
}
.fr-separator.fr-vs {
  height: 30px;
  margin: 8px 5px 0px 5px;
}

/* Code view */
textarea.fr-code {
  padding: 18px 20px 18px 20px !important;
  margin: 0 !important;
  font-family: monospace !important;
  font-size: 13px !important;
  background: #faf8f4 !important;
  line-height: 150% !important;
  color: #000 !important;
  visibility: visible !important;
}
textarea.fr-code::-webkit-scrollbar {
  background: transparent;
  overflow: visible;
  width: 8px;
}
textarea.fr-code::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
textarea.fr-code::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
textarea.fr-code::-webkit-scrollbar-thumb:horizontal {
  min-width: 40px;
}
textarea.fr-code::-webkit-scrollbar-thumb:vertical {
  min-height: 50px;
}
textarea.fr-code::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
textarea.fr-code::-webkit-scrollbar-corner {
  background: transparent;
}

/* Breaker */
.fr-line-breaker {
  display: none !important;
}

/* Inside iframe styles */
.fr-view,
.fr-view body {
  font-family:
    "Circular-AddEvent", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 145%;
  color: #000;
  font-weight: 400;
}
.fr-box.fr-basic .fr-element.fr-view {
  font-family:
    "Circular-AddEvent", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 145%;
  color: #000;
  font-weight: 400;
}

.aeiftag {
  display: block;
  background: lightyellow;
}

/* Button generator */
.atcbutpop {
  background: #fff;
  box-shadow:
    0 24px 38px 3px rgb(0 0 0 / 14%),
    0 9px 46px 8px rgb(0 0 0 / 12%),
    0 11px 15px -7px rgb(0 0 0 / 20%);
  border-radius: 6px;
}
.atcbutpop .rel {
  width: 100%;
  height: 100%;
  position: relative;
}
.atcbutpop .rel .close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.atcbutpop .rel .close:hover {
  background: #f0f3f7;
}
.atcbutpop .rel .close:active {
  background: #e5e9ee;
}
.atcbutpop .rel .close .ico {
  font-size: 27px;
  line-height: 40px;
  color: #000;
}
.atcbutpop .rel .ops {
  height: 449px;
  clear: both;
  position: relative;
  z-index: 1;
}
.atcbutpop .rel .ops .pd {
  clear: both;
  padding: 65px 50px 0px 50px;
}
.atcbutpop .rel .ops .pd .act {
  height: 90px;
  clear: both;
  padding: 35px 0px 0px 0px;
  position: relative;
}
.atcbutpop .rel .ops .pd .act .lb1 {
  position: absolute;
  left: 3px;
  top: 0px;
}
.atcbutpop .rel .ops .pd .act .lb1 p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  color: #848484;
  white-space: nowrap;
}
.atcbutpop .rel .ops .pd .act .lb2 {
  position: absolute;
  left: 64px;
  top: 0px;
}
.atcbutpop .rel .ops .pd .act .lb2 p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  color: #848484;
  white-space: nowrap;
}
.atcbutpop .rel .ops .pd .act .lb3 {
  position: absolute;
  left: 190px;
  top: 0px;
}
.atcbutpop .rel .ops .pd .act .lb3 p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  color: #848484;
  white-space: nowrap;
}
.atcbutpop .rel .ops .pd .act .lb4 {
  position: absolute;
  left: 350px;
  top: 0px;
}
.atcbutpop .rel .ops .pd .act .lb4 p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  color: #848484;
  white-space: nowrap;
}
.atcbutpop .rel .ops .pd .act .lb5 {
  position: absolute;
  left: 64px;
  top: 0px;
}
.atcbutpop .rel .ops .pd .act .lb5 p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  color: #848484;
  white-space: nowrap;
}
.atcbutpop .rel .ops .pd .act .lb6 {
  position: absolute;
  left: 349px;
  top: 0px;
}
.atcbutpop .rel .ops .pd .act .lb6 p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  color: #848484;
  white-space: nowrap;
}
.atcbutpop .rel .ops .pd .act .ac1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 1px;
  top: 30px;
  border-radius: 50%;
  cursor: pointer;
}
.atcbutpop .rel .ops .pd .act .ac1:hover {
  background-color: #f1f5f5;
}
.atcbutpop .rel .ops .pd .act .ac1 .cl {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 9px;
  background: url(https://cdn.addevent.com/web/images/bg-no-color.png) repeat
    50% 50%;
  background-size: 10px auto;
  border-radius: 28px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
}
.atcbutpop .rel .ops .pd .act .ac2 {
  width: 122px;
  height: 40px;
  position: absolute;
  left: 61px;
  top: 31px;
}
.atcbutpop .rel .ops .pd .act .ac2 .op {
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
  margin: 2px 1px 0px 2px;
  border-radius: 5px;
  cursor: pointer;
}
.atcbutpop .rel .ops .pd .act .ac2 .op.active {
  background: #fff;
  box-shadow:
    0 0 0 0.5px rgb(50 50 93 / 9%),
    0 2px 5px 0 rgb(50 50 93 / 5%),
    0 1px 1.5px 0 rgb(0 0 0 / 2%),
    0 1px 2px 0 rgb(0 0 0 / 4%),
    0 0 0 0 transparent;
}
.atcbutpop .rel .ops .pd .act .ac2 .op:hover {
  background-color: #f1f5f5;
}
.atcbutpop .rel .ops .pd .act .ac2 .op .in1 {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  border: 2px solid #1a73e8;
}
.atcbutpop .rel .ops .pd .act .ac2 .op .in2 {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  border-radius: 5px;
  border: 2px solid #1a73e8;
}
.atcbutpop .rel .ops .pd .act .ac2 .op .in3 {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 2;
  border-radius: 28px;
  border: 2px solid #1a73e8;
}
.atcbutpop .rel .ops .pd .act .ac3 {
  width: 122px;
  height: 40px;
  position: absolute;
  left: 186px;
  top: 31px;
}
.atcbutpop .rel .ops .pd .act .ac4 {
  width: 100px;
  height: 40px;
  position: absolute;
  left: 344px;
  top: 31px;
}
.atcbutpop .rel .ops .pd .act .ac5 {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 460px;
  top: 33px;
}
.atcbutpop .rel .ops .pd .act .ac5 .ro {
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.atcbutpop .rel .ops .pd .act .ac5 .ro .ico {
  font-size: 22px;
  color: #555;
  line-height: 32px;
}
.atcbutpop .rel .ops .pd .act .ac5 .ro:hover {
  background: #f1f5f5;
}
.atcbutpop .rel .ops .pd .act .ac6 {
  width: 390px;
  height: 40px;
  position: absolute;
  left: 60px;
  top: 31px;
}
.atcbutpop .rel .ops .pd .act .ac7 {
  width: 100px;
  height: 40px;
  position: absolute;
  left: 344px;
  top: 31px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 {
  min-width: unset;
  width: 138px;
  height: 36px;
  display: inline-block;
  clear: both;
  position: relative;
  background: #fff;
  box-shadow:
    0 0 0 1px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 7%);
  border-radius: 4px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1.w1 {
  width: 96px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1.w2 {
  width: 380px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1:hover {
  box-shadow:
    0 0 0 5px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 7%);
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .bin {
  height: 36px;
  clear: both;
  position: relative;
  z-index: 10;
  padding: 0px 36px 0px 12px;
  cursor: pointer;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .bin .srt {
  margin: 0;
  padding: 0px 6px 0px 0px;
  display: inline-block;
  font-size: 15px;
  line-height: 36px;
  color: #a2a2a2;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .bin .opt {
  margin: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 36px;
  color: #111;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .bin .arr {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 1px;
  right: 4px;
  z-index: 9;
  text-align: center;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .bin .arr .ico {
  font-size: 24px;
  line-height: 35px;
  color: #222;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts {
  width: 230px;
  position: absolute;
  left: -5px;
  top: -40px;
  z-index: 11;
  max-height: 220px;
  overflow: auto;
  display: none;
  background: #fff;
  box-shadow:
    0 13px 27px -5px rgb(50 50 93 / 25%),
    0 8px 16px -8px rgb(0 0 0 / 30%),
    0 -6px 16px -6px rgb(0 0 0 / 3%);
  border-radius: 4px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1.w2 .opts {
  width: 350px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px {
  clear: both;
  padding: 12px 8px 8px 8px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option {
  height: 44px;
  clear: both;
  padding: 0px 0px 0px 54px;
  margin: -4px 0px 0px 0px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option p {
  margin: 0;
  font-size: 15px;
  line-height: 46px;
  color: #616b75;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option .ra-t1 {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 16px;
  top: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgb(183 192 201);
  border: 4px solid transparent;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option:hover .ra-t1 {
  box-shadow: 0 0 0 2px rgb(183 192 201 / 60%);
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option:hover {
  background: #c1dffe36;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option.active {
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option.active p {
  color: #2d3135 !important;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option.active .ra-t1 {
  background: #4cb12b !important;
  box-shadow: 0 0 0 2px rgb(76 177 43 / 51%) !important;
  border: 4px solid #fff !important;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts {
  z-index: -1;
  margin-top: 20px;
  opacity: 0;
  transform: scale(0.92, 0.92);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    margin 0.2s ease;
}
.atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts.show {
  z-index: 100;
  opacity: 1;
  margin-top: 0px;
  transform: scale(1, 1);
}
.atcbutpop .rel .ops .pd .example {
  clear: both;
  position: relative;
  padding: 4px 4px 4px 0px;
  border-radius: 6px 6px 3px 3px;
  box-shadow:
    0 0 0 1px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 7%);
  background: #fff;
}
.atcbutpop .rel .ops .pd .example .inx {
  width: 100%;
  display: block;
  clear: both;
  height: 212px;
  overflow: auto;
}
.atcbutpop .rel .ops .pd .example .lbl {
  position: absolute;
  left: 19px;
  top: -13px;
  z-index: 4;
}
.atcbutpop .rel .ops .pd .example .lbl p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #848484;
  display: inline-block;
  background: #ffffff;
  padding: 0px 8px 0px 6px;
}
.atcbutpop .rel .ops .pd .example .exm {
  width: 516px;
  height: 212px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 25px 26px 20px 26px;
  clear: both;
  position: relative;
}
.atcbutpop .rel .ops .pd .example .exm #canvas-microsoftteams {
  display: none;
}
.atcbutpop .rel .ops .pd .example .copy {
  position: absolute;
  bottom: 17px;
  right: 15px;
  z-index: 3;
}
.atcbutpop .rel .ops .pd .example .copy a {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  line-height: 40px;
  padding: 0px 28px 2px 45px;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1a73e8;
  box-shadow:
    0 0 0 1px rgb(50 50 93 / 5%),
    0 2px 5px 0 rgb(50 50 93 / 10%),
    0 1px 1px 0 rgb(0 0 0 / 17%);
}
.atcbutpop .rel .ops .pd .example .copy a .ico {
  font-size: 19px;
  color: #1a73e8;
  line-height: 32px;
  position: absolute;
  left: 16px;
  top: 5px;
  display: block;
}
.atcbutpop .rel .ops .pd .example .copy a:hover {
  background: #f6f9ff;
}
.atcbutpop .rel .ops .pd .example .copy a:active {
  background: #1a73e8;
  color: #fff;
  border-top: 0px solid transparent;
}
.atcbutpop .rel .ops .pd .example .copy a:active .ico {
  color: #fff;
}
.atcbutpop .rel .ops .pd .example.x1 {
  clear: both;
  height: 220px;
  padding: 0px;
}
.atcbutpop .rel .ops .pd .example.x1 .exm {
  width: 520px;
  padding: 0px;
}
.atcbutpop .rel .ops .pd .example.x1 .exm iframe {
  width: 100%;
  height: 222px;
  border: 0;
  display: block;
  overflow: hidden;
}
.atcbutpop .rel .ops .pd .example.x1 .inx {
  height: auto;
  padding: unset;
  overflow: hidden;
}
.atcbutpop .rel .ops .pd .example .ya {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: #ffffff01;
}
.atcbutpop .rel .fto {
  height: 74px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #eee;
  border-radius: 0px 0px 6px 6px;
}
.atcbutpop .rel .fto .rl {
  width: 100%;
  height: 100%;
  position: relative;
}
.atcbutpop .rel .fto .rl .abt {
  position: absolute;
  top: 26px;
  left: 47px;
}
.atcbutpop .rel .fto .rl .abt p {
  margin: 0;
  font-size: 15px;
  line-height: 130%;
  color: #000;
}
.atcbutpop .rel .fto .rl .abt a {
  text-decoration: none;
}
.atcbutpop .rel .fto .rl .abt a:hover {
  text-decoration: underline;
}
.atcbutpop .rel .fto .rl .act {
  position: absolute;
  top: 13px;
  right: 49px;
}
.atcbutpop .rel .fto .rl .act .fl {
  float: left;
  margin: 0px 0px 0px 6px;
}
.atcbutpop .rel .fto .rl .act .fl .disabled {
  opacity: 0.4;
  cursor: default;
}
.atcbutpop .rel .fto .rl .act .fl .save {
  border: 0;
  margin: 0;
  line-height: 44px;
  padding: 0px 16px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #286efa;
  color: #ffff;
  box-shadow: 0px 2px 2px rgb(18 94 248 / 6%);
  cursor: pointer;
}
.atcbutpop .rel .fto .rl .act .fl .save:hover {
  background-color: #2062e6;
}
.atcbutpop .rel .fto .rl .act .fl .save:active {
  background-color: #1c5ad6;
}
.atcbutpop .rel .fto .rl .act .fl .cancel {
  border: 0;
  margin: 0;
  line-height: 44px;
  padding: 0px 16px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #e1eafb00;
  color: #6b6b6b;
  cursor: pointer;
}
.atcbutpop .rel .fto .rl .act .fl .cancel:hover {
  background-color: #e1eafb61;
}
.atcbutpop .rel .fto .rl .act .fl .cancel:active {
  background-color: #e1eafb78;
}
.atcbutpop .rel .waibg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  background: #ffffffad;
  border-radius: 8px;
  display: none;
}
.atcbutpop .rel .wai {
  position: absolute;
  left: 50px;
  height: 210px;
  right: 50px;
  top: 200px;
  z-index: 12;
  background: #ffffffe3;
  border-radius: 5px;
  box-shadow: 0 0px 0px 5px #000c210f;
  border: 1px solid #ccc;
  border-bottom: 1px solid #7b7b7b;
  display: none;
}
.atcbutpop .rel .wai .pxo {
  clear: both;
  padding: 116px 120px 0px;
  background: url(https://cdn.addevent.com/app/v2/images/icon-load-t11.21b4a6d1.svg) no-repeat 50% 52px;
  background-size: 40px auto;
  text-align: center;
}
.atcbutpop .rel .wai .pxo p {
  margin: 0;
  font-size: 17px;
  line-height: 135%;
  color: #696969;
  font-weight: 600;
}
.atcbutpop {
  width: 620px;
  height: 520px;
  position: fixed;
  left: 50%;
  top: 50px;
  margin: 0px 0px 0px -310px;
  z-index: -1;
  transform: scale(0.92, 0.92) translate(0%, 50px);
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    margin 0.2s ease,
    z-index 0.1s ease;
}
.atcbutpop.show {
  z-index: 1001;
  opacity: 1;
  margin-top: 0px;
  transform: scale(1, 1) translate(0%, 0px);
}
.atcbutpop.loading .rel:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  border-radius: 8px;
  background: #ffffffd6 url(https://cdn.addevent.com/app/v2/images/icon-load-t11.21b4a6d1.svg) no-repeat 50% 50%;
  background-size: 42px auto;
}

/* Color picker window */
#colorpick {
  width: 242px;
  height: 364px;
  position: absolute;
  z-index: 1050;
  box-shadow: 1px 1px 11px 5px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 3px;
  padding: 1px;
  display: none;
}
#colorpick .inc {
  position: relative;
}
#colorpick .btn {
  display: block;
  height: 38px;
  position: relative;
  clear: both;
  margin: 4px 0px 0px 0px;
}
#colorpick .btn .lf {
  width: 28%;
  position: absolute;
  left: 10px;
  top: 0px;
}
#colorpick .btn .rg {
  width: 61%;
  position: absolute;
  right: 10px;
  top: 0px;
}
#colorpick .btn input {
  width: 100%;
}
#colorpick .inc .arr {
  position: absolute;
  left: -10px;
  top: 125px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  margin: 0px 0px 0px -5px;
  transform: rotate(90deg);
}
#colorpick .a-color-picker-palette-color {
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 40%);
}
#colorpick .a-color-picker-sl {
  border-radius: 3px;
}
#colorpick .bffffff {
  background: #fff;
  color: #333;
  border: 1px solid transparent;
  box-shadow:
    0 0 0 0.5px rgba(50, 50, 93, 0.17),
    0 2px 5px 0 rgba(50, 50, 93, 0.1),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.07),
    0 1px 2px 0 rgba(0, 0, 0, 0.08),
    0 0 0 0 transparent;
}
#colorpick .bffffff:hover {
  background-color: #fff;
  box-shadow:
    0 0 0 0.5px rgba(50, 50, 93, 0.25),
    0 2px 5px 0 rgba(50, 50, 93, 0.15),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.15),
    0 1px 2px 0 rgba(0, 0, 0, 0.15),
    0 0 0 0 transparent !important;
}
#colorpick .bffffff:active {
  background-color: #fff;
  box-shadow:
    0 0 0 0.5px rgba(50, 50, 93, 0.25),
    0 2px 5px 0 rgba(50, 50, 93, 0.15),
    0 1px 1.5px 0 rgba(0, 0, 0, 0.15),
    0 1px 2px 0 rgba(0, 0, 0, 0.15),
    0 0 0 0 transparent !important;
}
#colorpick .button-t1 {
  margin: 0;
  outline: 0;
  border: none;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  line-height: 38px;
  padding: 0px 12px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#colorpick .button-t1:hover {
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
#colorpick .button-t1:active {
  -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.4);
  border-top-width: 2px;
  border-bottom-width: 0px;
}

.bgdemobx {
  width: 100%;
  height: 270px;
  position: relative;
  background: #fff;
  z-index: 1;
}
.bgdemobx .loading {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  background: url(https://cdn.addevent.com/app/v2/images/icon-load-t11.21b4a6d1.svg) no-repeat 50% 50%;
  background-size: 50px auto;
}
.bgdemobx .itx {
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.bgdemobx .itx .table {
  width: 100%;
  height: 270px;
  display: table;
}
.bgdemobx .itx .table .cell {
  height: 270px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0px 80px;
}
.bgdemobx .itx::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: #ffffff01;
}
.butgenlist.loading .bgdemobx::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  border-radius: 8px;
  background: #ffffffd6 url(https://cdn.addevent.com/app/v2/images/icon-load-t11.21b4a6d1.svg) no-repeat 50% 50%;
  background-size: 50px auto;
}
.butgenlist.iframe .bgdemobx .itx .table .cell {
  height: 270px;
  display: table-cell;
  text-align: left;
  padding: 0;
}
.butgenlist.iframe .bgdemobx .itx .table .cell iframe {
  width: 100%;
  height: 270px;
  border: 0;
}

/* jQuery simple pagination */
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 0px 0;
  margin: 0;
}
.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
span.ellipse.clickable {
  cursor: pointer;
}
.ellipse input {
  width: 3em;
}
.light-theme span {
  cursor: pointer;
}
.light-theme a,
.light-theme span {
  width: 34px;
  height: 34px;
  float: left;
  text-align: center;
  font-size: 15px;
  line-height: 34px;
  font-weight: 400;
  color: #666;
  border-radius: 50%;
}
.light-theme a:hover,
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: underline;
  background: #ececec;
}
.light-theme .current {
  background: #1559e1;
  color: #fff;
  border-color: #1559e1;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.simple-pagination .prev {
  display: none;
}
.simple-pagination .next {
  display: none;
}

@media all and (max-width: 1000px) {
  .atcbutpop.show {
    z-index: 1020;
  }
}

@media all and (max-width: 500px) {
  .atcbutpop.show {
    z-index: 1030;
  }
  .atcbutpop {
    width: auto;
    height: auto;
    position: fixed;
    left: 0px;
    top: 10px;
    margin: 0;
    z-index: 1030;
  }
  .atcbutpop .rel .ops {
    height: auto;
    margin: 0px 0px 20px 0px;
  }
  .atcbutpop .rel .ops .pd .example.x1 {
    height: 230px;
  }
  .atcbutpop .rel .ops .pd .act .buttonformat .opts {
    left: auto;
    right: -3px;
  }
  .atcbutpop .rel .ops .pd {
    padding: 65px 25px 0px 25px;
  }
  .atcbutpop .rel .ops .pd .act .ac6 {
    width: 270px;
  }
  .atcbutpop .rel .ops .pd .act .selectbox-g-t1.w2 {
    width: 100%;
  }
  .atcbutpop .rel .ops .pd .act .selectbox-g-t1.w2 .opts {
    width: 100%;
  }
  .atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option {
    padding: 14px 0px 10px 54px;
  }
  .atcbutpop .rel .ops .pd .act .selectbox-g-t1 .opts .px .option p {
    line-height: 130%;
  }
  .atcbutpop .rel .fto {
    position: static;
    height: auto;
  }
  .atcbutpop .rel .fto .rl .abt {
    display: none;
  }
  .atcbutpop .rel .fto .rl .act {
    position: static;
    padding: 0px 20px 18px 20px;
  }
  .atcbutpop .rel .fto .rl .act .fl {
    float: none;
    margin: 0px 0px 10px 0px;
  }
  .atcbutpop .rel .fto .rl .act .fl .save {
    width: 100%;
  }
  .atcbutpop .rel .fto .rl .act .fl .cancel {
    width: 100%;
    background: #f1f5f5;
  }
  .butgenlist.iframe .bgdemobx .itx .table .cell * {
    padding: 0px !important;
  }
  .bgdemobx .itx .table .cell {
    padding: 60px 10px 40px 10px;
    transform: scale(0.96);
  }
  .atcbutpop .rel .ops .pd {
    padding: 35px 25px 0px 25px;
  }
  .atcbutpop .rel .ops .pd .act {
    height: 150px;
  }
  .atcbutpop .rel #atcbutbutton .pd .act {
    height: 110px;
  }
  .atcbutpop .rel .ops .pd .act .lb4 {
    left: 69px;
    top: 0px;
  }
  .atcbutpop .rel .ops .pd .act .ac4 {
    left: 63px;
    top: 30px;
  }
  .atcbutpop .rel .ops .pd .act .ac2 {
    left: 120px;
    top: 84px;
  }
  .atcbutpop .rel .ops .pd .act .lb2 {
    left: 69px;
    top: 92px;
  }
}

