.cherry5-is__open-button {
  padding: 0 7px;
  margin-right: 5px;
  margin-bottom: 4px;
  vertical-align: top;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  text-decoration: none;
  font-weight: normal;
  line-height: 26px; }
  .cherry5-is__open-button .cherry5-insert-shortcode-icon {
    margin-right: 5px;
    display: inline-block;
    line-height: 1.1; }
  @media screen and (max-width: 782px) {
    .cherry5-is__open-button {
      height: auto;
      line-height: normal;
      padding: 6px 14px;
      vertical-align: middle; } }
.cherry5-is__icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  line-height: 22px;
  vertical-align: text-top; }
.cherry5-is__modal-window {
  position: fixed;
  display: none;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cherry5-is__modal-window.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 780px) {
    .cherry5-is__modal-window {
      top: 32px; } }
.cherry5-is__background {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: simple-fade-out;
          animation-name: simple-fade-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .open .cherry5-is__background {
    -webkit-animation-name: simple-fade-in;
            animation-name: simple-fade-in;
    -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
            animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.cherry5-is__popup {
  background-color: #fff;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: center;
      align-self: center;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation-name: close-pop-up;
          animation-name: close-pop-up;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  .open .cherry5-is__popup {
    -webkit-animation-name: open-pop-up;
            animation-name: open-pop-up; }
  @media (min-width: 961px) {
    .cherry5-is__popup {
      height: 85%;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 85%;
              flex: 0 1 85%;
      -webkit-box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 5px 21px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      border: 1px solid rgba(0, 0, 0, 0.1); } }
.cherry5-is__popup-header {
  border-bottom: 1px solid #e5e5e5; }
.cherry5-is__popup-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.cherry5-is__popup-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 10px;
  margin: 0; }
  @media (min-width: 961px) {
    .cherry5-is__popup-title {
      padding: 15px; } }
.cherry5-is__close-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px;
  border-left: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 43px;
  padding: 10px;
  -webkit-transition: color .3s  ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: color .3s  ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out, color .3s  ease-in-out;
  transition: box-shadow .3s ease-in-out, color .3s  ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -webkit-box-shadow: inset 0px 0px 0px rgba(41, 143, 252, 0);
          box-shadow: inset 0px 0px 0px rgba(41, 143, 252, 0); }
  .cherry5-is__close-button:hover {
    color: #298ffc;
    outline: none;
    -webkit-box-shadow: inset 0px 0px 10px rgba(41, 143, 252, 0.5);
            box-shadow: inset 0px 0px 10px rgba(41, 143, 252, 0.5); }
  @media (min-width: 961px) {
    .cherry5-is__close-button {
      padding: 15px;
      width: 50px; } }
.cherry5-is__popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 50%;
  position: relative; }
.cherry5-is__popup-sidebar {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  right: 100%;
  margin-right: -41px;
  -webkit-transition: right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), margin-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), margin-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .cherry5-is__popup-sidebar.open {
    right: 0%;
    margin-right: -1px; }
  @media (min-width: 961px) {
    .cherry5-is__popup-sidebar {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      width: inherit;
      right: inherit;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .cherry5-is__popup-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }
  @media (min-width: 1500px) {
    .cherry5-is__popup-sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%; } }
.cherry5-is__sidebar-button {
  min-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44px;
          flex: 0 1 44px;
  border-top: none;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  cursor: pointer;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cherry5-is__sidebar-button .close, .cherry5-is__sidebar-button .open {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 45px;
    width: 38px;
    height: 44px;
    margin: -22px 0 0 -20px;
    text-align: left; }
  .cherry5-is__sidebar-button .open {
    display: block; }
  .cherry5-is__sidebar-button .close {
    display: none; }
  .cherry5-is__popup-sidebar.open .cherry5-is__sidebar-button .open {
    display: none; }
  .cherry5-is__popup-sidebar.open .cherry5-is__sidebar-button .close {
    display: block; }
  @media (min-width: 961px) {
    .cherry5-is__sidebar-button {
      display: none; } }
.cherry5-is__sidebar-list {
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-component__title {
    margin: 10px 15px 15px; }
  .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-accordion__title [class*="icon"], .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings ul [class*="icon"] {
    float: left;
    text-align: left;
    margin-right: 10px;
    line-height: 0.9; }
  .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0; }
    .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings__content {
      background: #e5e5e5;
      overflow: hidden;
      -webkit-box-shadow: inset 0px 0px 10px rgba(163, 163, 163, 0.3);
              box-shadow: inset 0px 0px 10px rgba(163, 163, 163, 0.3); }
    .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings ul {
      margin: 15px 20px; }
      .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings ul .cherry5-is__get-shotcode {
        color: #23282d;
        -webkit-transition: color 350ms ease-in-out;
        transition: color 350ms ease-in-out;
        background: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0;
        border: none;
        line-height: 1.5; }
        .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings ul .cherry5-is__get-shotcode:hover, .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings ul .cherry5-is__get-shotcode.show {
          color: #298ffc; }
      .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings ul li + li {
        margin-top: 15px; }
    .cherry5-is__sidebar-list .cherry-component.cherry-accordion .cherry-settings + .cherry-settings {
      margin-top: 0;
      border-top: 0; }
.cherry5-is__popup-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .cherry5-is__popup-section .cherry-component > .cherry-component__title, .cherry5-is__popup-section .cherry-component > .cherry-component__description {
    margin: 20px; }
  .cherry5-is__popup-section .cherry-accordion .cherry-component__content .cherry-settings, .cherry5-is__popup-section .cherry-toggle .cherry-component__content .cherry-settings {
    border-radius: 0;
    border-right: 0;
    border-left: 0; }
  .cherry5-is__popup-section .cherry-tab > .cherry-tab__body {
    border-radius: 0; }
    .cherry5-is__popup-section .cherry-tab > .cherry-tab__body .cherry-tab__tabs {
      border-radius: 0;
      border-left: 0;
      border-bottom: 0; }
    .cherry5-is__popup-section .cherry-tab > .cherry-tab__body .cherry-tab__content {
      border-radius: 0;
      border-bottom: 0;
      border-right: 0; }
  @media (min-width: 961px) {
    .cherry5-is__popup-section {
      padding-left: 0; } }
.cherry5-is__shortcodes-options {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
  @media (min-width: 961px) {
    .cherry5-is__shortcodes-options {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
.cherry5-is__content-area {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (min-width: 961px) {
    .cherry5-is__content-area {
      padding: 15px; } }
.cherry5-is__content-area-title {
  margin-top: 0; }
.cherry5-is__shortcode-form {
  display: none; }
  .cherry5-is__shortcode-form-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .cherry5-is__shortcode-form-header .cherry5-is__shortcode-title, .cherry5-is__shortcode-form-header .cherry5-is__shortcode-description {
      margin: 20px; }
  .cherry5-is__shortcode-form.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%; }
.cherry5-is__popup-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-item-align: auto;
      align-self: auto;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
  background: #fff; }
  @media (min-width: 961px) {
    .cherry5-is__popup-footer {
      padding: 15px; } }
.cherry5-is__insert-button {
  float: right;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  @media (max-width: 961px) {
    .cherry5-is__insert-button {
      padding: 9px 12px; } }
  .cherry5-is__insert-button[disabled] {
    opacity: 0.8;
    cursor: default;
    pointer-events: none; }
.cherry5-is.cherry-ui-kit .cherry-component {
  padding: 0; }
.cherry5-is__has-not-option {
  font-size: 1.5rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cherry-scroll {
  overflow-y: scroll; }
  .cherry-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    margin: -5px; }
    .cherry-scroll::-webkit-scrollbar-button {
      width: 0px;
      height: 0px; }
    .cherry-scroll::-webkit-scrollbar-thumb {
      background-color: #298ffc;
      border: none;
      border-radius: 5px; }
      .cherry-scroll::-webkit-scrollbar-thumb:hover, .cherry-scroll::-webkit-scrollbar-thumb:active {
        background: #206ff4; }
    .cherry-scroll::-webkit-scrollbar-track {
      background-color: #e5e5e5;
      border: none;
      border-radius: 5px; }
    .cherry-scroll::-webkit-scrollbar-corner {
      background: transparent; }

.cherry-loader {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-animation: spin .7s linear infinite;
          animation: spin .7s linear infinite;
  border: 3px solid #e5e5e5;
  border-top: 3px solid #3498DB;
  border-radius: 50%; }
  .cherry-loader-wrapper {
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, transform .5s ease;
    transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -13px 0 0 -13px; }
    .cherry-loader-wrapper.show {
      display: block;
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes open-pop-up {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes open-pop-up {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes close-pop-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }
@keyframes close-pop-up {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0; } }
@-webkit-keyframes simple-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@keyframes simple-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.7; } }
@-webkit-keyframes simple-fade-out {
  0% {
    opacity: 0.7; }
  100% {
    opacity: 0; } }
@keyframes simple-fade-out {
  0% {
    opacity: 0.7; }
  100% {
    opacity: 0; } }

/*# sourceMappingURL=cherry-insert-shortcode.css.map */