:root {
  scroll-behavior: inherit;
  --blue: #3899ED;
}
 .all-widgets *{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* font-weight: normal; */
 }
 b, strong {
  /* font-weight: bolder !important; */
  font-weight: 600 !important;
}
 svg.svgicon {
    max-width: 50px;
    width: 100%;
    height: auto;
  }
  .img {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-top: -6px;
  }
  
  .btn-copy {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  
  /*  HEADER CSS  */
  
  .wb-header {
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
    box-sizing: border-box;
    margin: 0;
    box-shadow: 0 1px 5px 0 rgb(41 85 115 / 21%);
    position: fixed;
    z-index: 9;
    height: 55px;
    top: 0;
  }
  
  .wb-header.no-header {
    display: none ;
  }
  
  .wb-header a {
    padding: 8px 16px;
    font-size: 20px;
    text-decoration: none;
    color: #444;
    cursor: pointer;
    position: relative;
  }
  
  .wb-header a.wb-text {
    font-size: 14px;
  }
  
  .wb-header a.wb-text i {
    margin-right: 5px;
  }
  
  .wb-header a.back {
    display: flex;
  } 
  .wb-header a:after {
    content: '';
    height: 18px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px solid #d4d3d3;
    display: none;
  }
  
  .wb-header a.back:after,
  .wb-header .undo-redo-container a:last-child:after,
  .wb-header .view-ui a:after,
  .wb-header a.btn-publish:after,
  .wb-header .preview:after {
    display: none
  }
  
  .wb-header a.disabled {
    pointer-events: none;
    opacity: 0.6;
  }
  .undo-redo-container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .undo-redo-container a{
    padding: 0;
    width: 34px;
  }
  .undo-redo-container a svg{
    width: 30px;
  }
  .wb-header .wb-col {
    display: flex;
    align-items: center;
  }
  
  .wb-header .view-ui {
    display: flex;
    border: 1px solid #e3edf4;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  
  .wb-header .view-ui a {
    height: 35px;
    width: 45px;
    cursor: pointer;
    border-right: 1px solid #e3edf4;
    color: #444;
    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;
  }
  
  .wb-header .view-ui a:last-child {
    border: 0px;
  }
  
  /* .wb-header .view-ui a.h-desktop {
    background: #f5f8fa;
  } */
  
  .mobile-ai .wb-header .view-ui .h-desktop {
    background: #fff
  }
  
  .desktop-ai .wb-header .view-ui .h-mobile {
    background: #fff
  }
  
  .desktop-ai .wb-header .view-ui .h-desktop {
    background: #def0ff
  }
  
  .mobile-ai .wb-header .view-ui .h-mobile {
    background: #def0ff
  }
  
  
  
  .wb-header a.btn-publish {
    background: #008bff;
    border-radius: 5px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 13px;
    padding: 8px 20px;
    margin-left: 10px;
    cursor: pointer;
  }
  
  .app-toast {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 11000;
    transition: all 0.4s ease;
    background: red;
    width: 300px;
    border-radius: 10px;
    color: #fff;
    opacity: 0;
    display: none;
    transform: translate(100%, 0);
    font-size: 15px;
    user-select: none;
  }
  
  .app-toast.show {
    display: block;
  }
  
  .app-toast.fade {
    opacity: 1;
    transform: translate(0, 0);
  } 
  .mobile-header {
    display: none
  } 
  .mobile-ai .wb-header {
    display: flex;
  } 
  .mobile-view .wb-header {
    display: none
  } 
  .mobile-view .mobile-header {
    display: flex
  } 
  .mobile-view .btn-publish-mobile {
    position: fixed;
    bottom: 40px;
    left: 0;
    background: #008bff;
    color: #fff;
    padding: 16px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    height: 56px;
  }
  
  .mobile-view .wb-header a {
    padding: 8px 12px;
    font-size: 17px;
  } 
  .mobile-view .wb-header a:after {
    border-color: transparent ;
  }
  
  .mobile-view .wb-header a.wb-text {
    font-size: 14px;
  }
  
  .mobile-view .wb-header a[data-type="templates-settings"]:after,
  .mobile-view .wb-header a[data-type="seo-settings"]:after {
    display: none
  }
  
  .mobile-view .wb-header .undo-redo-container a:last-child:after {
    display: block
  }
  
  .mobile-view .loading-text {
    font-weight: inherit;
    font-family: sans-serif;
    font-size: 11px;
    padding-top: 2px;
    display: none ;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .mobile-view .wb-header a.preview {
    font-size: 22px;
  }
  
  .mobile-view .loading-text.saving {
    display: block 
  }
  
  /*  END HEADER CSS  */
  
  
  /*  BODYPEN CSS  */
  .bodypen{
    margin-top: 55px;
  }
  
  .block .block-area {
    position: absolute;
    background: red;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
  }
  
  .actions, .action-grid {
    position: sticky;
    right: 0px;
    top: 70px;
    left: auto;
    box-sizing: border-box;
    border: 1px solid rgb(231, 231, 231);
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    background-color: #fff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    margin: 20px 30px 20px auto;
    opacity: 0;
    /* transition: 0.3s; */
    width: auto;
    z-index: 999; 
    max-width: 160px;
    flex-flow: row wrap;
    padding: 6px;
    border-radius: 8px;
    
}
.actions a, .action-grid a {
  height: 44px;
  width: 44px;
  cursor: pointer;
  border-right: 1px solid rgb(231, 231, 231);
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: 0.3s;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  border-color: rgb(231, 231, 231);
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  padding: 10px 8px;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 7px;
}
.actions a:last-child, .action-grid a:last-child{
  margin-right: 0px;
}
.actions a:hover{
  background-color: #e7e7e7;
}
 
.editItem svg, .deleteItem svg {
  width: 24px;
  margin-right: 10px;
}
.deleteItem, .gridDeleteItem{
  color:rgb(219, 54, 66) !important
}
  .mobile-ai .actions{
    margin-right: -170px;
    top: 76px;
    margin-top: 0;
    right: -20px;
  }
   
  .elements-grid .action-grid {
    position: absolute;
    bottom: -49px;
    left: -3px;
    margin: 0;
    right: auto;
    visibility: hidden;
    top: auto;
    border: 0; 
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  /* .elements-grid .action-grid a{
    margin-bottom: 0;
    height: 36px;
    width: 36px;
    border: 0;
    padding: 8px;
    position: relative;
    color: #fff;
  }
  .elements-grid .action-grid a::before {
    content: '';
    position: absolute;
    height: 50%;
    width: 1px;
    background: #065cba;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
} 
.elements-grid .action-grid a:last-child::before{
  display: none;
}
  .elements-grid .action-grid a.editItem svg{
    margin: 0;
  } */

  .actions.action-block .tool-tip,
  .z_list .tool-tip{
    position: relative;
    top: 0px; 
    margin-left: 0px;
    cursor: pointer;
  }
  .actions.action-block .tooltip-text,
  .z_list .tooltip-text{
    display: none;
    position: absolute;
    bottom: calc(0% - 30px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px !important;
    width: auto;
    height: auto;
    line-height: inherit;
    z-index: 9;
  }
 
  .actions.action-block .tool-tip:hover .tooltip-text,
  .z_list .tool-tip:hover .tooltip-text {
    display: block ;
  }
  .actions.action-block .tool-tip.disable .tooltip-text,
  .z_list .tool-tip.disable .tooltip-text{
    display: none;
  }
  .actions.action-block .tool-tip.disable,
  .z_list .tool-tip.disable{
    pointer-events: none; 
  }
  .actions.action-block .tool-tip.disable::before,
  .z_list .tool-tip.disable::before{ 
    opacity: .3;
  }
  .actions.action-block .tooltip-text:before,
  .z_list .tooltip-text:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-bottom-color: #333;
    transform: translateX(-50%);
  }
  

  .display-tool-tip{
    position: relative;
    top: 0px; 
    margin-left: 0px;
    cursor: pointer;
  }
 
  .display-tool-tip .tooltip-text{
    display: none;
    position: absolute;
    bottom: calc(0% - 50px);
    background-color: #333;
    color: #fff;
    padding: 4px 6px;
    border-radius: 2px;
    font-size: 10px !important;
    width: 150px;
    height: auto;
    line-height: inherit;
    z-index: 9;
    text-transform: initial;
  }
  .display-tool-tip:hover .tooltip-text {
    display: block ;
  }
  .display-tool-tip .tooltip-text:before {
    content: "";
    position: absolute;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom-color: #333;
  }

  .display-tool-tip.tip-left .tooltip-text:before{ 
    left: 10px;
  }
  .display-tool-tip.tip-right .tooltip-text:before{ 
    right: 10px;
  } 
  .display-tool-tip.tip-top .tooltip-text{ 
    bottom:auto;
    top:calc(0% - 60px); 
  }
  .display-tool-tip.tip-top .tooltip-text:before {
    left: 10px;
    bottom: -10px;
    right: auto;
    border-bottom-color: transparent;
    border-top-color: #333;
}
.sa .display-tool-tip.tip-top .tooltip-text:before{
  left: auto;
  right: 10px;
}

  .editor-mode .block:hover::before,
  .editor-mode .block.hover::before, 
  .editor-mode .block.selected::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 3px #4894ff; 
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  
  .block .hover, 
  .block .selected,
  .block .elements-grid[data-grid]:hover {
    outline: solid 3px #4894ff;
    outline-offset: 0px;
   
    /* -webkit-box-shadow: inset 0px 0px 0px 3px rgba(72,148,255,1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(72,148,255,1);
    box-shadow: inset 0px 0px 0px 3px rgba(72,148,255,1);  */
  }  
  
  .block [data-grid].hover {
    outline: solid 3px #4894ff;
    outline-offset: 0px;
    
    /* -webkit-box-shadow: inset 0px 0px 0px 3px rgba(72,148,255,1);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(72,148,255,1);
    box-shadow: inset 0px 0px 0px 3px rgba(72,148,255,1);  */
  }

  
  .block:hover .actions,
  .elements-grid:hover .action-grid{
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  } 
  .block .list-item .actions {
    position: absolute;
    top: -50px;
    margin: 0;
    left: -3px;
    right: auto;
    visibility: hidden;
  }
  .block .list-item.selected .actions {
    opacity: 1;
    visibility: visible;
  }

  .block .overflow-hidden .hover, 
  .block .overflow-hidden .selected,
  .block .overflow-hidden .elements-grid[data-grid]:hover
  .block .overflow-hidden [data-grid].hover{
    outline-offset: -2px;
  }
  .block .elements  {
    position: relative;
    z-index: 1;
    line-height: inherit;
    /* user-select: none;
    cursor: pointer; */
  }
  .editor-mode .block .elements a,
  .editor-mode .anchor-link {
    pointer-events: none;
  }
  .editor-mode .anchor-link img {
    pointer-events: all;
  }
  .block .grid-area{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background:transparent;
  }
  /*  END BODYPEN CSS  */
  
  .color-input {
    border-radius: 0px !important;
  }
  
  .color-input input[type=color] {
    padding: 0;
    height: 40px;
    border: 0;
    border: none;
    border-color: transparent;
    box-shadow: none !important;
    outline: none !important;
  }
  
  .box-pop-wrapper,
  .box-pop-wrapper2 {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* height: 360px;  */
    height: 400px; 
    outline: none;
    overflow: hidden;
    /* width: 330px; */
    width: 360px;
    background-color:#fff;
    box-sizing: border-box;
    position: absolute;
    padding: 0;
    right: 20px;
    bottom: 20px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    z-index: 6;
    pointer-events: all;
    /* letter-spacing: 0.4px; */
    /* font-family: "Roboto", sans-serif; */
    font-family: "Hind Vadodara", sans-serif;
  }
  
  .box-pop-wrapper .nav,
  .box-pop-wrapper2 .nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    z-index: 99;
    background: #fff;
    padding: 0px 20px 0px 20px;
    user-select: none;
    border-bottom: 1px solid #E0E5EB;
  }
  
  .box-pop-wrapper .nav a {
    cursor: pointer;
  }
  .modal .close-popup,
  .close-popup {
    background: transparent;
    color: #3C4055 !important;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 0;
    right: 18px;
    top: 18px;
    position: absolute !important;
    margin: 0px !important;
    padding: 0px !important;
    opacity: 1;
    font-size: 24px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .box-pop-body {
    padding: 20px;
    padding-top: 52px;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .box-pop-body .tab-pane{
    max-width: 100% !important;
    margin: 0;
  }
  .box-pop-wrapper a.nav-link,
  .box-pop-wrapper2 a.nav-link {
    margin-right: 24px;
    padding: 14px 0px 14px 0px;
    display: inline-block;
    position: relative;
    color: #9A9A9A;
    font-weight: 600;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .box-pop-wrapper2 a.nav-link {
    margin-right: 12px;
    font-size: 12px;
  }
  
  .box-pop-wrapper a.nav-link.active,
  .box-pop-wrapper2 a.nav-link.active {
    color: #3C4055;
  }
  
  .box-pop-wrapper a.nav-link.active::before,
  .box-pop-wrapper2 a.nav-link.active::before {
    display: none;
  }
  
  /* .builder-widget label,
  .builder-widget .label {
    margin-right: 0px;
    font-size: 14px;
    color: #3C4055;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin-bottom: 6px;
  } */
  
  .builder-widget { 
    position: relative;
  }
  .builder-widget .btn{ 
    font-size: 14px;
    height: auto;
    line-height: inherit;
  }
  .builder-widget .icon-action {
    border-radius: 3px;
    margin-left: 4px;
    text-align: center;
    cursor: inherit;
    width: 30px;
    height: 30px;
    line-height: unset;
    font-size: 16px;
    color: rgb(170, 170, 170);
    border: 1px solid rgb(222, 225, 226);
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    cursor: pointer;
  }
  .builder-widget .icon-action.active {
    background: #eee;
  }
  
  .builder-widget .form-select,
  .builder-widget .form-control {
    /* word-wrap: normal;
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0;
    font-size: 16px;
    outline: 0;
    box-shadow: none;
    background: transparent; */
    padding: 10px;
    border: 1px solid #95C9F5;
    border-radius: 4px;
    font-size: 16px;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    margin-top: 8px;
  }
  
  .builder-widget input[type="number"]::-webkit-inner-spin-button,
  .builder-widget input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    opacity: 1 !important;
    background: transparent !important;
    border-width: 0px;
    margin: 0; 
    cursor: pointer;
  } 
  
  .mobile-view .builder-widget input[type="number"]::-webkit-inner-spin-button,
  .mobile-view .builder-widget input[type="number"]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0; 
  } 

  .box-pop-body .form-control:focus{
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; 
    box-shadow: none;
  }

  .box-pop-body  .form-control:disabled, 
  .box-pop-body  .form-control[readonly] {
    background: transparent;
    cursor:pointer 
  }
  
  .upload-assest .btn {
    width: 60px;
    height: 60px;
    padding: 0px;
    font-size: 40px;
    border-radius: 10px;
    border-color: #7B7B7B;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-control {
    font-size: 14px;
    border: 1px solid #e2e2e2;
    resize: none;
    border-radius: 3px;
  }
  
  .swatch {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    width: 40px;
    height: 40px;
    position: relative;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 0;
  }
  
  .swatch input[type=color] {
    opacity: 0;
    z-index: 3;
  }
  
  .swatch input[type=color], .swatch .color-transparent {
    border: 0;
    cursor: pointer;
    height: 100%;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .clearColor {
    position: absolute;
    z-index:100;
    right: -6px;
    top: -6px;
    color: #fff;
    background: #000;
    border-radius: 100% !important;
    width: 16px;
    height: 16px;
    text-decoration: none;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
    cursor: pointer;
    border: 0;
  }
  .clearColor:hover {
    color: #fff;
  }
  
  .swatch *:focus {
    border-radius: 0;
    outline: none;
  }
  
  .swatch ::-webkit-color-swatch-wrapper {
    padding: 0;
  }
  
  .swatch ::-webkit-color-swatch {
    border: 0;
    border-radius: 0;
  }
  
  .swatch ::-moz-color-swatch,
  .swatch ::-moz-focus-inner {
    border: 0;
  }
  
  .swatch ::-moz-focus-inner {
    padding: 0;
  }
  
  
  .color-input {
    border-radius: 0px !important;
  }
  
  input[type=color],.colorBox {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 36px;
    width: 36px;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    outline: none !important; 
    border-radius: 4px;
    overflow: hidden;
    margin-left: 10px;
    min-width: 36px;
    cursor: pointer;
  }
  input[type=color]::-webkit-color-swatch{
    border:none;
  }
  .colorBox[data-type="pattern"],
  .colorBox[data-type="background"],
  .colorBox[data-type="library"],
  .colorBox[data-type="custom"]{
    margin-left:0px;
    margin-top:4px;
  }
  
  .color-input ::-webkit-color-swatch {
    border: none;
  }
  
  .color-input i {
    position: absolute;
    z-index: 1;
    right: 90px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
  }
  
  .color-input .btn-primary.btn {
    padding: 8px 16px !important;
    border: 0px;
  }
  
  .color-list {
    margin: 0 -6px;
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    max-width: 100%;
  }
  
  .color-list button { 
    border: 0px solid #bfbebe;
    margin: 6px;
    cursor: pointer;
    width: 41px;
    border-radius: 100%;
    height: 41px;
  }
  
  .drag-area {
    border: 2px dashed #bebcbc;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    position: relative;
    background: white;
    width: 120px;
    height: 110px;
    margin-bottom: 30px;
  }
  
  .drag-area .icon {
    font-size: 30px;
    color: #545252;
  }
  
  .drag-area header {
    font-size: 14px;
    font-weight: bold;
    color: #545252;
    text-align: center;
  }
  
  .drag-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  
  input[type=file]#imageInput,
  input[type=file]#videoInput {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
  }
  
  .img-upload .btn {
    position: absolute;
    right: 0;
    top: 4px;
    padding: 10px;
    background: #333;
    color: #fff;
    border-radius: 100%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  }

  .headerUpload .drag-area { 
    border-radius: 4px;
    height: 50px;
    margin-bottom: 0px;
    border: 1px dashed #9b9898;
}
.headerUpload .drag-area .icon * {
  font-size: 30px;
  color: #545252;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerUpload .drag-area img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  object-fit: cover;
  margin: 4px;
}
.headerUpload .maxFileSize {
  font-size: 12px; 
  margin-top: 5px;
}

.headerUpload .small_hd{
  font-size: 13px;
}
.headerUpload .small_hd:hover{
  color:#000 !important
}
.headerUpload .fa-trash {
    position: absolute;
    right: 9px;
    top: 9px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    display: none;
    text-decoration: none;
    z-index: 2;
    cursor: pointer;
}
.headerUpload .trash-on:hover .fa-trash{
  display: block;
}

.iconsforSmartphones {
  display: flex;
}
.iconsforSmartphones i{
  background: #eee;
  font-size: 10px;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.iconsforSmartphones .icon-appstore {
  background-image: linear-gradient(120deg, black, #908d8df7);
}

.iconsforSmartphones .icon-android {
  background: #adce52;
}

.iconsforSmartphones .icon-windows {
  background: #018cc6;
}

.iconsforSmartphones .iconzu-blackberry {
  background: #000000;
}

.iconsforSmartphones .icon-amazon {
  background: #fab13b;
}

  ul.item-list {
    /* list-style: none;
    padding: 0px 0;
    -moz-column-count: 5;
         column-count: 5;
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-bottom: 12px;
    max-width: 100%;
    width: 100%;
    background: transparent !important;
    margin: 0; */
    list-style: none;
    padding: 0px 0;
    -moz-column-count: 5;
    column-count: 5;
    -moz-column-gap: 12px;
    column-gap: 10px;
    margin-bottom: 12px;
    max-width: 100%;
    width: 100%;
    background: transparent !important;
    margin: 0;
    display: flex;
    flex-flow: wrap;
  }
  ul.item-list:hover{
    padding: 0 !important;
  }
  ul.item-list li {
    width: calc(20% - 10px);
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    border:1px solid rgb(0 0 0 / 9%);
    overflow: hidden;
    display: inline-block;
  }
  
  ul.item-list li .fa-trash {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    display: none;
  }
  
  ul.item-list li:hover .fa-trash,
  .is-mobile ul.item-list li .fa-trash {
    display: block;
  }
  
  ul.item-list li input,
  ul.item-list li img {
    width: 100%;
    display: inherit;
    min-height: 100px;
    max-height: 100px;
    background: url(https://mediadirhub.com/inlineeditor/images/max-loader.gif) center center/50% no-repeat rgb(255, 255, 255);
    border-radius: 0px; 
    object-fit: cover;
    transition: 0.3s;
    background-size: 80px;
  } 

ul.item-list.header_library li{
  width: 100%;
  border-radius: 4px;
  border: 1px dashed #9b9898;
  padding: 4px;
}
ul.item-list.header_library li input,
ul.item-list.header_library li img{
  width: 100%;
  display: inherit;
  min-height: auto; 
  object-fit: contain; 
  background-size: 80px;
}

  ul.item-list li input:hover,
  ul.item-list li img:hover {
    transform: scale(1.05);
    /* box-shadow: 0 0 11px rgba(33,33,33,.2);  */
  }
  ul.item-list li:hover { 
    box-shadow: 0 0 20px rgba(33,33,33,.2); 
    /* box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0.06), 0 8px 20px -2px rgba(0, 0, 0, 0.1), 0 6px 10px -6px rgba(0, 0, 0, 0.2); */
  }
  
  
  .update-spacing {
    display: flex;
    border: 0px solid #E4E4E4;
    border-radius: 4px;
    height: 36px;
    margin-left: 0;
    margin-top: 23px;
  }
  .spacing-widget .numberBox{
    width: 56px;
  } 
  .update-spacing .btn {
    height: 36px;
    width: 36px;
    cursor: pointer;
    color: #3899ED;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    outline: 0;
    font-size: 24px;
    box-shadow: none !important;
  }
  .update-spacing .btn[data-type="false"]{
    background: #3899ED;
    color: #fff;
    font-size: 20px;
  } 
  
  .textPickerInput {
    left: 0;
    width: 70px;
    height: 40px;
    position: relative;
    border: 0px solid rgb(204, 204, 204);
    padding: 6px 3px 6px 8px;
    outline: 0;
    font-size: 13px;
  }
  
  .builder-widget .row > div{
    margin-bottom:18px;
  }
  .elements.selected,
  .elements.selected * {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    position: relative;
    cursor: text;
  }
  
  
  .modal {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .modal::before {
    display: none;
  }
  
  .modal-content {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-family: "Hind Vadodara", sans-serif;
  }

  .modal-content .btn {
    background: #3899ED;
    border: 0px;
    opacity: 1;
    border-radius: 60px;
    padding: 10px 26px;
    font-size: 14px;
    line-height: 1;

  }
  .modal-content .btn:focus{
    box-shadow: none;
  }
  .modal-content .btn:hover{
    background: #0089ff;
  }
  .modal-content .btn.btn-secondary{
    background: #525a61;
    border: 0px;
    opacity: 1;
    border-radius: 60px;
    padding: 10px 26px;
    font-size: 14px;
  }
  .modal-content .btn.btn-secondary:hover{
    background: #333333;
  }

  .modal-content  label, 
  .modal-content  .label {
  margin-right: 0px;
  font-size: 11px !important;
  color: #333;
  font-weight: bold !important;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
  .modal-content .form-select, 
  .modal-content .form-control {
    word-wrap: normal;
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    background: transparent;
}
  
  .modal-header {
    padding: 0.8rem 1rem;
    text-transform: capitalize;
  }
  
  .btn.del-btn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding: 4px 0;
    margin: 4px 16px 6px 16px;
    background: transparent;
}
.btn.del-btn:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #000;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.btn.del-btn:hover{
  background: transparent;
}
.btn.del-btn:hover:after { 
  width: 100%; 
  left: 0; 
}
.remove-btn{
  color:rgb(219, 54, 66) !important
}
.remove-btn:after {
  background:rgb(219, 54, 66) !important
}
  .icon-list {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    height: 450px;
    overflow-x: hidden;
overflow-y: scroll;
  }
  
  .icon-list .iconbtn {
    width: 70px;
    height: 70px !important;
    padding: 0px;
    margin: 4px;
    border-radius: 0;
    border: 1px solid #ccc;
    background: rgb(247, 245, 245);
    font-size: 30px !important;
    color: #000;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 2;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3C4055;
  }
  
  .sidebar-nav a.nav-link {
    color: #3C4055;
    font-size: 14px;
    padding: 12px 0px;
    display: inline-block;
    position: relative;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
  }
  
  .sidebar-nav a.nav-link.active {
    color: #3899ED;
    font-weight: bold;

  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .border-custom {
    position: relative;
    background: #EDEFF3;
  }
  
  .border-custom::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 30px);
    right: 0px;
    top: 15px;
    bottom: 15px;
    background: #dee2e6;
  }
  
    
  .sidebar-right .builder-widget { 
    margin-bottom: 20px;
  }
  
  
  .btn-social {
    border: 0px;
    padding: 10px;
    width: 44px;
    height: 44px;
    font-size: 18px;
    background: #CECECE;
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 12px !important;
    display: inline-block;
    margin-bottom: 12px;
    line-height: normal;
  }
  
  .btn-social.active {
    background: #378EF0;
  }
  
  .linkModel .modal-body {
    min-height: 340px;
  }
  
  .hide-item {
    display: none !important;
  }
  
  .sidebar {
    position: fixed;
    width: 400px;
    background: white;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.08);
    height: calc(100% - 70px);
    right: 0;
    z-index: 7;
    border: 0;
    display: none;
    top: 70px;
    -webkit-animation: animateright 0.3s;
            animation: animateright 0.3s;
  }
  
  @-webkit-keyframes animateright {
    from {
      right: -400px;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }
  
  @keyframes animateright {
    from {
      right: -400px;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }
  .close-sidebar {
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 6;
    -webkit-animation: opac 0.8s;
            animation: opac 0.8s;
    display: none;
  }
  
  @-webkit-keyframes opac {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @keyframes opac {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .sidebar-on .close-sidebar {
    display: block;
  }
  
  .sidebar-on .sidebar.active {
    z-index: 10;
    display: block !important;
  }
  
  .sidebar .card-header {
    padding: 3px 0;
    background: transparent;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  
  .sidebar .card-header a {
    color: #000000;
  }
  
  .sidebar .sidebar-body {
    height: calc(100vh - 120px);
    overflow: auto;
    box-sizing: border-box;
  }
  
  .sidebar .close-sidebar {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .preloader,
  .preloader-inside {
    float: left;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
  }
  
  .preloader::before,
  .preloader-inside::before {
    float: left;
    content: " ";
    position: fixed;
    left: 50%;
    top: 50%;
    width: 70px;
    height: 70px;
    background-size: 210px;
    background-image: url(https://d2wuvg8krwnvon.cloudfront.net/inlineeditor/images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    border-radius: 20px;
  }
  
  .preloader span {
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: calc(50% + 35px);
    transform: translate(-50%, 0);
    color: #fff;
    font-weight: bold;
  }
  .outer-dropdown {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 1;
  }
  .linkModel .dropdown:hover .dropdown-menu {
    display: none;
    margin-top: 0px;
  }
  .country-code {
    max-height: 200px;
    overflow: auto;
    overflow-x: hidden;
    top: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    max-width: 300px;
  }
  
  .dropdown.active .country-code,
  .dropdown.active .outer-dropdown {
    display: block !important;
  }
  
  .error-field input {
    border-color: red !important;
  }
  
  .valid-field input {
    border-color: green !important;
  }
  
  .popover-custom {
    left: -1px !important;
    top: calc(100% - 1px) !important;
    color: #cb1c1c;
    border: 1px solid #cb1c1c !important;
    display: none;
    max-width: 300px;
    border-radius: 3px !important;
    font-size: 12px !important;
    box-shadow: 0px 1px 6px rgba(0,0,0,.3);
  }
  .sa .popover-custom{
    left: auto !important;
    right: -1px !important;
  }
  .img-upload .popover-custom {
    bottom: 100% !important;
  }
  
  .error-field .popover-custom {
    display: block;
  }
  
  .popover-custom .popover-body {
    padding: 8px 34px 8px 14px;
    color: #cb1c1c;
  }
  
  .popover-custom a {
    position: absolute !important;
    right: 8px;
    top: 10px;
    font-size: 10px;
    font-weight: bold;
    border: 1px solid #cb1c1c;
    border-radius: 5px;
    width: 16px;
    height: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cb1c1c;
    text-decoration: none;
  }
  
  .popover-custom .popover-arrow::after,
  .popover-custom .popover-arrow::before {
    left: 14px;
  }
  
  .popover-custom .popover-arrow::after {
    border-bottom-color: #cb1c1c !important;
  }
   
  .modal-ai.modal .modal-content{
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    height: auto;
    min-height: auto;
  }
  @media only screen and (min-width: 991px) {
    .modal-xl {
      max-width: 70% !important;
      height: auto;
    }
    .modal-ai .modal-xl{
      max-width: 40% !important;
    }
  }

  .bold{
    font-weight: bold !important;
  }
  .italic{
    font-style: italic !important;
  }
  .boldItalic{
    font-weight: bold !important;
    font-style: italic !important;
  }
  
  
  .btn-container-wrap {
    width: 100%;
    background: #F2F2F2;
    padding: 5px 3px;
    border-radius: 8px;
  }
  
  .btn-container-wrap .btn {
    border-radius: 6px;
    font-size: 13px;
    color: #2a2a2a;
    font-weight: bold;
    text-transform: capitalize;
    width: 100%;
    padding: 9px;
    box-shadow: none !important;
  }
  
  .btn-container-wrap .btn.active:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    border-radius: 6px;
    transform: translate(-50%, -50%);
  }
  
  .btn-container-wrap .btn-check:checked + .btn {
    color: #388df0;
    background: #FFFFFF;
  }
  
  
  .color-transparent {
    outline: #cccccc solid 1px;
    cursor: pointer;
    background-image: url(https://d2wuvg8krwnvon.cloudfront.net/inlineeditor/images/transparent.png);
    background-repeat: repeat;
  }
  
  .btn-icon {
    float: left;
    width: 25px;
    height: 25px;
    outline: solid 1px #ccc !important;
    border-left: 0;
    font-size: 15px !important;
    text-align: center;
    color: #757575 !important;
    margin-left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-right: 7px;
    background: #f8f8f8;
  }
  .btn-icon i{font-size: 15px !important;}
  .btn-icon.active{
    background: #edebeb
  }
  #fixedHeaderStyle.form-select {
    background: transparent;
    text-align: right !important;
    border: 0 !important;
}
  .text-justify{
    text-align: justify !important;
  } 
  #teamMembers .elements:has(> .hover),
  #teamMembers .elements:has(> .selected) { 
    user-select: auto;
    position: relative;
    cursor: text;
  }
  
  ul.social-widget {
    /* margin-top: 10px !important;  */
  }
  ul.social-widget li {
    border-bottom: 1px solid #E9E9E9;
    padding: 4px 0px;
}
  
  .social-widget i,
  .social-widget .iconbtn {
    font-size: 18px;
    position: absolute;
    z-index: 1;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    top: 9px;
    left: -6px;
    z-index: 9;
    border: 0;
  }

  .social-widget .form-switch {
    position: absolute;
    right: 5px;
    top: 10px;
  }
  
  .social-widget i::after,
  .social-widget .iconbtn::after {
    width: 1px;
    height: 17px;
    content: "";
    background: #E9E9E9;
    right: -6px;
    position: absolute;
    bottom: 8px;
  }
  
  .builder-widget .social-widget input,
  .builder-widget .social-widget .textInput {
    word-wrap: normal;
    border: 0;
    padding: 10px 46px;
    border-bottom: 1px solid #E4E4E4;
    font-size: 14px;
    outline: 0;
    box-shadow: none;
    margin: 0;
  }
  .builder-widget .social-widget .textInput{
    padding: 7px 46px 10px 46px;
    height: 42px;
  }
  
  .social-widget .input-group-text {
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 0;
    position: static;
    right: -9px;
    z-index: 9;
    font-size: 22px;
    padding: 0 8px;
  }
  
  .social-widget-icons {
    margin: 0 -4px;
  }
  
  .social-widget-icons button {
    padding: 7px;
    font-size: 20px;
    border: 0;
    margin: 4px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #CECECE;
    color: #fff;
  }
    
  .builder-widget a.btn-circle{
    width: 30px;
    height: 30px;
    font-weight: bold;
    padding: .25rem .5rem !important;
  }
  .builder-widget .time-list{
    margin-bottom: 10px; 
  }
  .builder-widget .time-list > div {
    margin-bottom: 0px;
    margin-top: 10px;
  }
  
  .editor-element {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding: 0px; 
  }
  
  .main-editor {
    /* z-index: 5;
    pointer-events: auto;
    display: none;
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3); 
    border-radius: 6px;  */
    z-index: 5;
    pointer-events: auto;
    padding: 0; 
    position: absolute;
    margin: 0;
    right: auto;  
  } 
  /* .mobile-ai{
    background: #f4f4f4;
  }  */
  
  
  /* .editor-element .editor-select:before {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 12px;
    pointer-events: none;
    transform: translate(0, -50%);
  }
  
  .editor-element select {
    width: auto;
    border-right: solid 1px #333;
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.1);
    padding: 0;
    font-size: 11px;
    font-weight: 500;
    margin-right: 10px;
    min-height: 26px;
    padding-right: 4px;
    -webkit-appearance: none;
  } */
/*   
  .editor-element a[data-type=bold] {
    font-weight: bold;
    position: relative;
    margin: 0 0 0 0px;
  }
  
  .editor-element a[data-type=bold]::before { 
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.1);
    left: 0px;
    top: 3px;
  }
  
  .editor-element a[data-type=italic] {
    font-style: italic;
  }
  
  .editor-element a[data-type=underline] {
    text-decoration: underline !important;
  }
  
  .editor-element a[data-type=strikethrough] {
    text-decoration: line-through !important;
  } */
  
  
  .block-view {
    float: left;
    width: 100%;
    outline: solid 0px #ccc;
    z-index: 5;
    position: relative;
    border: solid 0px yellow;
    box-sizing: border-box;
  }
  .block-view.hover{
    z-index: 9999;
  }
  .app-overlay {
    pointer-events: none;
    width: 100%;
    position: absolute;
    z-index: 1;
    float: left; 
    margin:0px;
    left: 0;
    top: 0;
  }
  
.all-widgets{ 
  transition: 0.3s;
} 
.all-widgets.edit{ 
  overflow: hidden;
  padding-bottom:20px;
} 
  @media only screen and (max-width:991px) {
    .wb-header .view-ui{
      display: none;
    }
  }
  
  .box-pop-wrapper .nav .drag-pointer,
  .box-pop-wrapper2 .nav .drag-pointer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: red;
    cursor: move;
    opacity: 0;
  }
  .mobile-ai .box-pop-wrapper .drag-pointer,
  .mobile-ai .box-pop-wrapper2 .drag-pointer {
    cursor: initial;
  }
  .box-pop-wrapper.sticky-on {
    right: 10px ;
    top: 10px;
    position: -webkit-sticky;
    position: sticky;
    float: right;
  }

  .mobile-ai .box-pop-wrapper.sticky-on:not(.sa.mobile-ai .box-pop-wrapper.sticky-on) {
    right: -80px !important; 
  }
  
  
  .box-pop-wrapper.sticky-on .drag-pointer {
    display: none;
  }
  .box-pop-wrapper.sticky-on.sticky-on-child .drag-pointer {
    display: block;
  } 
  .img-view{
    width: 60px;
    height: 60px !important;
    padding: 0px;
    font-size: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px dashed #959595;
    border-radius: 6px;
  }

  .category-items {
    display: flex;
    overflow: auto;
    padding-bottom: 10px;
    margin-top: -6px;
    padding-left: 0;
    margin-bottom: 14px;
  }
  
  .category-items a {
    padding: 8px 20px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #e1dfdf;
    border-radius: 30px;
    margin-right: 10px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
  }
  
  .category-items a.active,
  .category-items a:hover {
    background: #000000;
    color: #ffffff !important;
    border: 1px solid #000000;
    transition: 0.3s;
  }
  .category-items::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 5px;
  }
  
  .category-items::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  .mobile-ai #ai-editor .box-pop-wrapper {
    margin-left: 420px !important;
    float: left;
    position: sticky !important;
  }

  .beautify-json {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .beautify-json button {
    position: absolute;
    right: 0;
    top: 0;
  }
  .beautify-json textarea {
    font-size: 11px;
    line-height: 16px;
    width: 100%;
    height: 100%;
    resize: none;
  }

  .app-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    vertical-align: middle;
    display: none;
    z-index: 9999
  }

  .app-loader::before {
    content: " ";
    background: #c1c1c1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
    border-radius: 100%;
  }
  .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    top: 50%;
    position: relative;
    margin-top: -24px;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

  .pages-container .card-img-top,
  .blocks-container .card-img-top {
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .block .add-section {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    display: none;
    background: rgb(2, 122, 255);
    border: 1px solid rgb(72, 148, 255);
    z-index: 2;
    color: #fff; 
    border-radius: 0;
    font-size: 13px;
    border-radius: 6px;
    letter-spacing: 0.5px;
    overflow: hidden; 
  }
 
   
  .block .add-section:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }
  
  .block .add-section:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }


  .block .top {
    bottom: auto;
    top: 0;
    transform: translate(-50%, -50%);
  }

  .block[data-index="0"] .add-section.top{
    display: none;
  }

  .block:hover .add-section {
    display: block;
    box-shadow: none;
  }

  .cursor-pointer {cursor: pointer !important; }
.background-fit {
  background-size: 100%;
  background-repeat: no-repeat;
}
/*
.all-widgets {
  height: 100%;
  overflow: auto;
  scroll-behavior: smooth;
}
*/
.all-widgets.live,
.all-widgets.preview{
  height: 100%;
  overflow: auto;
}
 
.all-widgets.edit .main-wrapper.container-fluid {
  max-width: 99%;
}
.app-overlay .block-view.first-child .moveUp,
.app-overlay .block-view.last-child .moveDown,
.app-overlay .block-view:first-child .moveUp,
.app-overlay .block-view:last-child .moveDown {
  pointer-events: none; 
}
.app-overlay .block-view.first-child .moveUp svg,
.app-overlay .block-view.last-child .moveDown svg,
.app-overlay .block-view:first-child .moveUp svg,
.app-overlay .block-view:last-child .moveDown svg{
    pointer-events: none;
    opacity: 0.4;
}
.app-overlay .block-view.first-child.last-child .deleteItem{
  pointer-events: none; 
}
.app-overlay .block-view.first-child.last-child .deleteItem svg,
.app-overlay .block-view.first-child.last-child .deleteItem span{
  pointer-events: none;
  opacity: 0.4;
}

.mobile-ai .app-overlay .block-view.small-last-child .actions:not(.mobile-view.mobile-ai .app-overlay .block-view.small-last-child .actions){
  position: absolute;
  bottom: 0;
  top: auto;
  right: 0;
}
.acolorpicker {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 99;
}
.acolorpicker .click-area {
  width: 40px;
  height: 40px;
  float: left;
}
.acolorpicker .picker {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 10;
  display: none;
}

.acolorpicker.active .picker {
  display: block; 
} 


.acolorpickerNew {
  position: relative; 
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 36px;
    width: 36px;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 4px; 
    margin-left: 10px;
    min-width: 36px;
    cursor: pointer;
}
.sa .acolorpickerNew{
  margin-left: 0px;
  margin-right: 10px;
}
.acolorpickerNew .divColor {
  position: relative;
  z-index: 99999;
}
.acolorpickerNew .click-area {
  width: 100%;
  height: 100%;
  float: left;
}
.acolorpickerNew .picker {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 10;
  display: none;
}

.acolorpickerNew.active .picker {
  display: block; 
} 


.close_picker{
  /* position: absolute;
  top: -100%;
  right: -100px;
  bottom: 0;
  left: 0;
  z-index: 0;  */
  /* background: red; */
  position: absolute;
    top: -100%;
    right: -100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    /* background: red; */
    left: -100%;
}

.mobile-view .builder-widget .close_picker {
  margin-left: 0; 
}
.divColor {
  position: relative;
}

.font-14{
  font-size: 14px;
}
.drop-area {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  color: #fff;
display: flex;
align-items: center;
justify-content: center;
display: none;
opacity: 0;
}

.item-dragging .drop-area {
  display: flex;
}

.drop-area.dragging-over {
  opacity: 1;
}

#phoneNumber::-webkit-outer-spin-button,
#phoneNumber::-webkit-inner-spin-button,
#whatsappNumber::-webkit-outer-spin-button,
#whatsappNumber::-webkit-inner-spin-button{
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#phoneNumber[type=number],#whatsappNumber[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.box-pop-wrapper.contacts .b-icon {
  display: none;
}

/* .app-overlay .action-block {
pointer-events: all;
} */

.app-overlay .hover .action-block,
.app-overlay .block-view:hover .action-block {
  opacity: 1;
  pointer-events: all;
} 
.mobile-ai.mobile-view .app-overlay .action-block{
  opacity: 0;
}
.mobile-ai.mobile-view .app-overlay .hoverMobile .action-block{
  opacity: 1;
  pointer-events: all;
} 
 
.mobile-view .box-pop-wrapper, 
.mobile-view .box-pop-wrapper2,
.mobile-ai.mobile-view #ai-editor .box-pop-wrapper, 
.mobile-ai.mobile-view .box-pop-wrapper2 {
  height: 360px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 100%;
  width: 100%;
  position: absolute !important;
  left: 0 !important;
  top: auto !important;
  right: 0;
  bottom:0px;
  left: 0 !important; 
  z-index: 1;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -10px 25px 0px rgba(0, 0, 0, 0.2);
  margin: 0 !important;
}
.mobile-ai .app-overlay .hoverMobile.small-last-child .actions.action-block {
  position: absolute;
  bottom: 125px;
  margin-bottom: 0;
  top: inherit;
  right: 0;
}
@media screen and (min-width:320px) and (max-width:767px) and (orientation:landscape) {
  .mobile-view .box-pop-wrapper, 
  .mobile-view .box-pop-wrapper2,
  .mobile-ai.mobile-view #ai-editor .box-pop-wrapper, 
  .mobile-ai.mobile-view .box-pop-wrapper2 {
    height: 180px; 
  }
}
.isBottomView.mobile-view .iframe-wrapper{
  height:calc(100% - 260px) !important;
}
.isBottomView .app-overlay .hover .action-block{
  opacity: 0;
}
.isRoot .app-overlay .block-view.last-child{ 
  box-sizing: content-box !important;
  padding-bottom: 55px !important;
}
.mobile-view.isRoot .app-overlay .block-view.last-child {
  padding-bottom: 0 !important;
}

/* .isRoot .all-widgets section[data-lastindex="true"] {  
  padding-bottom: 80px !important;
} */

.mobile-view .block .action, .mobile-view .action-block {
  /* position: fixed;
  right: 0;
  bottom: 0;
  padding: 7px 7px 0px 7px;
  margin: 0;
  top: auto;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%;
  flex-flow: row;
  background: #fff;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; */
  position: sticky;
/* right: 0px; */
top: 70px;
left: auto;
box-sizing: border-box;
border: 1px solid rgb(231, 231, 231);
display: flex;
align-items: self-start;
justify-content: flex-start;
background-color: #fff;
box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
margin:58px 12px 80px auto;
opacity: 0;
/* transition: 0.3s; */
width: auto;
z-index: 999;
max-width: 160px;
flex-flow: row wrap;
padding: 6px;
border-radius: 8px;
right: initial;
}
.mobile-view .editItem {
  margin-right: 7px !important;
}
.mobile-view .deleteItem {
  margin-left: 7px !important;
}
.mobile-view .app-iframe {
  height: calc(100% - 96px);
}
.mobile-view .action-block .d-flex.justify-content-between.w-100{
max-width: 240px;
}
.mobile-view .block-view.hover .editItem {
  margin-right: 0px !important;
}



.close-popup.mb-success {
  width: 30px;
  height: 30px;
  background: green;
  top: 10px;
  z-index: 999;
  right: 10px;
}
.root-setting{
  width: 34px !important;
  height: 34px !important;
  background: #000000 !important;
  top: 10px !important;
  z-index: 12;
  right: 10px !important;
  pointer-events: all;
  color: #fff !important;
}
.all-widgets.edit.mobile-ai {
  padding-bottom: 34px;
}
section[widget-type="headerAi"] .root-setting { 
  top: auto !important; 
  bottom: -34px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.builder-widget input[type=checkbox]{
  margin-right: 0;
  /* min-width: 34px; */
}


.textStyleContainer {
  display: flex;
  padding-bottom: 6px;
  padding-top: 3px;
  background: transparent;
}
.textStyleContainer a,
.textStyleContainer button {
  width: 36px;
  padding: 6px;
  color: #646464 !important;
  cursor: pointer;
  border: 1px solid #E4E4E4;
  margin-right: 10px;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  justify-content: center;
  background: transparent;
}
.textStyleContainer a:hover,
.textStyleContainer a.active,
.textStyleContainer button:hover,
.textStyleContainer button.active{
  background-color: #e7e7e7;
}
.textStyleContainer a.disabled,
.textStyleContainer button.disabled  {
  pointer-events: none;
  
}
.textStyleContainer a.disabled svg,
.textStyleContainer button.disabled svg{
  opacity: .5;
}
.textStyleContainer.button .b-icon,
.textStyleContainer.webAppConverter .b-icon,
.textStyleContainer.webAppConverterTwo .b-icon{
  display: none;
}

.z_list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; 
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);  
    right: auto;
    /* max-width: 211px;
    width: 90px; */
    border-radius: 0;
    background: #027aff;
    border: 0;
}
.z_list a{
  margin: 0;
  height: 46px;
  width: 46px;
  border: 0;
  padding: 12px;
  position: relative;
  color: #fff !important;
  box-sizing: border-box;
  display: inline-flex;
  text-decoration: none;
}
.z_list a svg{
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.z_list a::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #116cd0;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
} 
.z_list a:hover {
  background-color: #2489f8;
}

.action-grid .z_list { 
  background: #ffffff; 
}
.action-grid .z_list a { 
  color: #000 !important; 
}
.action-grid .z_list a::before { 
  background: #f3f3f3; 
}
.action-grid .z_list a:hover {
  background-color: #e2e1e1;
}

.z_list .ai_generator svg{
  animation: DPJssg8L3uP1tyuOv2xT 3s ease-in-out 3s infinite;
}

.z_list a.disabled {
  pointer-events: none;
  opacity: 0.5;
} 
.editor-element .editor-select {
  float: left;
  position: relative;
}

@keyframes DPJssg8L3uP1tyuOv2xT {
0% {
    transform: rotate(0deg)
}

5% {
    transform: rotate(-10deg)
}

10% {
    transform: rotate(10deg)
}

15% {
    transform: rotate(-10deg)
}

20% {
    transform: rotate(10deg)
}

25% {
    transform: rotate(-10deg)
}

30% {
    transform: rotate(0deg)
}

to {
    transform: rotate(0deg)
}
}


.bottomSheet .box-pop-wrapper{display: none;}
.rootEdit .actions{
  visibility: hidden;
  opacity: 0 !important; 
  pointer-events: none !important;
}

.mobile-view.mobile-ai .textStyleContainer {
  display: flex;
  margin: 12px 0 0px 0;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 12px;
}
.mobile-view.mobile-ai .deskStyle{
  display: none;
}
#html-editor .editor-element {
  top: -26px;
}
.mobile-ai .iframe-wrapper{
  max-width: 400px; 
  box-shadow: 0 0rem 2rem rgba(0,0,0,.179)!important;
}
.mobile-ai .iframe-wrapper.wrapMobile { 
  /* height: calc(100% - 55px) !important; */
  height: 100% !important;
  margin:0px auto 0 !important;
}

.mobile-ai .app-overlay{
  max-width: 400px; 
  transform: translateX(-50%);
  left: 50%;
}
.textStyleContainer.textStyleMobile.text {
  margin-top: 10px;
}
.mobile-view.mobile-ai .app-overlay{
  width: 100%;
  /* margin:0px auto 0; */
  /* transform: inherit;
  left:auto; */
  max-width: 400px;
}
 
 
  .block .elements-grid.activeHover[data-grid]:hover {
    outline: solid 3px transparent;
    outline-offset: 0px;
  } 

  .editor-mode .block.activeHover:hover::before{ 
    border: solid 3px transparent;  
  }
  .activeHover .action-grid{
    transition: all 0.4s ease;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  .block.activeHover:hover .add-section{
    display: none;
  }
  .back-overlay-click{
    display: none;
  }
  .mobile-ai .back-overlay-click{
    display: block;
  }

  .all-widgets .link-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }


 
.fontFamilyContainer{
  position: relative;
  text-align: left;
}
.fontFamilyContainer::before{
  content: "";
  width: 0px;
  height: 0px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #007cb2;
  right: 20px;
  top: 19px;
  transform: rotate(90deg);
  transition: all 0.2s ease;
  position: absolute;
}
.sa .fontFamilyContainer::before{
  right: auto;
  left: 20px;
}
.fontFamilyContainer .selectedFamily{
  padding: 10px;
  border: 1px solid #95C9F5;
  border-radius: 4px;
  font-size: 16px;
  outline: 0;
  box-shadow: none;
  background: transparent;
  margin-top: 8px;
}
.fontFamilyContainer .fontDropdown{
  position: relative;
  width: 100%;
  border: 1px solid #d1d1d1;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(209, 209, 209);
  border-top: 0;
  background:#f0f0f0;
  -webkit-box-shadow: 0px 6px 11px rgb(0 0 0 / 20%);
  box-shadow: 0px 6px 11px rgb(0 0 0 / 20%);
  padding: 0;
  z-index: 9999;
  display: none;
}
.fontFamilyContainer .hideDrop{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  display: none;
}
.mobile-ai .fontFamilyContainer .hideDrop{
  position: absolute;
}
.fontFamilyContainer.on .fontDropdown,
.fontFamilyContainer.on .hideDrop{
  display: block;
}

.fontFamilyContainer ul.fontFamilyList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  color: #000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  min-height: 50px;
}
.fontFamilyContainer ul.fontFamilyList::before {
  position: absolute;
  content: "Can't find any fonts.";
  z-index: 0;
  text-align: center;
  color: #a4a0a0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -4px;
}
.fontFamilyContainer .font-search {
  position: relative; 
  margin: 0;
  padding:0;
  white-space: nowrap;
}
.fontFamilyContainer .font-search input[type="text"] {
  margin: 0 0 8px 0;
  padding: 4px 20px 4px 14px;
  width: 100%;
  height: 42px;
  outline: 0;
  border: 0px solid #aaa;
  font-size: 15px;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  background: #e9e9e9;
}
.fontFamilyContainer ul.fontFamilyList li{
  /* display: none; */
  margin: 0;
  padding: 0px 14px;
  list-style: none;
  line-height: 28px;
  word-wrap: break-word;
  -webkit-touch-callout: none; 
  background: #f0f0f0;
  position: relative;
  z-index: 1;
}
.fontFamilyContainer ul.fontFamilyList li:hover{
  background: #2566d9;
  color: #fff;
}
.listParent {
  max-height: 490px;
  overflow: auto;
}
.add_blocks, .add_blocks ul.item-list li img{
  max-height:inherit !important;
  border-radius: 0;
}
.add_blocks ul.item-list{
  column-count: 3;
  column-gap: 40px;
  padding: 0;
  display: block;
}
.add_blocks ul.item-list li { 
  margin-bottom: 30px;
  width: auto; 
}

@media only screen and (max-width: 1240px) {
  ul.item-list{
    column-count: 3
  }
  ul.item-list li{
    width: calc(33.33% - 10px);
  }
  .add_blocks ul.item-list{
    column-count: 2
  }
}
@media only screen and (max-width:990px) {
  ul.item-list{
    column-count: 2
  } 
  ul.item-list li{
    width: calc(50% - 10px);
  }
}
 
@media only screen and (max-width: 575px) {
  /* .action{
    right: -17px;
    top: 0px;
    display: grid;
  } */
   
  .sidebar-nav {
    margin: 0 -12px;
    width: auto !important;
    overflow: scroll !important;
    white-space: nowrap;
    height: auto !important;
    padding: 0px 10px 0px 10px !important;
    background: rgba(0, 0, 0, 0.04);
  }
  .sidebar-nav a.nav-link {
    width: auto !important;
    /* background: rgba(0, 0, 0, 0.04); */
    text-align: center;
    margin: 0 20px;
    border-radius: 0;
    padding: 16px 2px !important;
    text-transform: uppercase;
    font-size: 13px;
  }
  .sidebar-nav a.nav-link.active {
    border-bottom: 2px solid;
  }
  .sidebar-nav::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
    height: 5px; 
  }
  
  .sidebar-nav::-webkit-scrollbar-thumb { 
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }
  ul.item-list{
    column-count: 3;
  }
}

.mobile-ai .listParent {
  max-height:400px; 
}
.all-widgets .social_btn_wrap .position-relative{
  max-width: 220px; 
}
.mobile-ai .all-widgets .social_btn_wrap .position-relative{
  max-width: 50%; 
}


.tree,
.tree ul {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 30px;
  padding: 0 0 0 20px;
  position: relative;
}

.tree ul::before,
.tree::before {
  content: " ";
  border-left: solid 2px #ccc;
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
}

.tree li {
  width: 100%;
  float: left;
  position: relative;
  padding: 5px 0 5px 10px;
}

.tree a:hover,.tree a.on  {
  background: #f1f1f1;
}

.tree li::before {
  content: " ";
  border-top: solid 2px #ccc;
  width: 20px;
  left: -10px;
  top: 20px;
  position: absolute;
}

.tree a {
  color: #333;
  text-decoration: none;
  width: 100%;
  float: left;
  padding: 10px;
  border-radius: 10px;
  line-height: 20px;
  cursor: pointer;
  user-select: none;
}

.tree a::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin: 0 10px 0 0;
}

.tree button {
  position: absolute;
  right: 0;
  top: 0;
  
  display: none;
}



.modal-payment .modal-dialog {
  max-width:950px  !important;
} 
.modal-payment .payment-wrap .card-wrap {
  border: 0px;
  background: #F0F7FB;
}

.modal-payment .payment-wrap .card-wrap .card-header {
  background: #C8E2FA;
}

.modal-payment .payment-wrap .card-wrap li {
  background: transparent;
}
.modal-payment .payment-wrap p {
  color: rgb(0 0 0 / 72%);
}
.payment-wrap .noUi-handle {
  width: 25px;
  height: 25px;
  top: -9px;
  left: -11px;
  border-radius: 50px;
  box-shadow: none;
  background: #0d6efd;
}
.payment-wrap .noUi-handle:after,
.payment-wrap .noUi-handle:before{
  display: none;
}

.payment-wrap .noUi-horizontal {
  height: 11px;
  margin-top: 45px;
}
.payment-wrap .noUi-horizontal .noUi-tooltip {
  font-size: 12px;
}





.sa.mobile-ai .app-overlay {
  max-width: 400px;
  transform: translateX(50%);
  right: 50%;
}
.sa .box-pop-body .form-check{
  padding-right: 0;
}
.sa .app-overlay { 
  float: right; 
}
.sa .tab-pane.active[data-id="phone"] .popover-custom, 
.sa .tab-pane.active[data-id="whatsapp"] .popover-custom {
  left: auto;
  right:50px
}
.sa.mobile-ai .actions {
  margin-left: -170px; 
  left: -20px;
  right: inherit;
  float: left;
}
.sa .elements-grid .action-grid { 
  left: auto; 
}
.sa .actions, .action-grid { 
  margin: 20px auto 20px 30px; 
}
.sa .all-alignment i { 
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.sa .update-spacing { 
  margin-right: 0;
  margin-left: 20px;
}
.sa .builder-widget label { 
  margin-right: 0;
}
.sa .close-popup { 
  right: auto !important;
  left: 14px;
  position: absolute !important;
}
.sa .box-pop-wrapper a.nav-link, 
.sa .box-pop-wrapper2 a.nav-link {
  margin-right: 0; 
  margin-left: 24px;
}
.sa .textStyleContainer a, 
.sa .textStyleContainer button { 
  margin-right: 0; 
  margin-left: 10px;
}
.sa .editItem svg, 
.sa .deleteItem svg { 
  margin-right: 0;
  margin-left: 10px;
}
.sa .box-pop-wrapper.sticky-on {
  right: auto; 
  float: left;
  left: 10px;
}
.sa.mobile-ai #ai-editor .box-pop-wrapper:not(.sa.mobile-ai.mobile-view #ai-editor .box-pop-wrapper) {
  margin-left: auto !important;
  float: right; 
  margin-right: 420px !important;
}
.sa .z_list a svg{
  margin: 0;
}
.sa .border-custom::before { 
  left: 0px; 
  right: auto;
}
.sa .social-widget i, 
.sa .social-widget .iconbtn { 
  left: auto; 
  right: -5px;
}
.sa .social-widget i::after, 
.sa .social-widget .iconbtn::after { 
  right: auto; 
  left: -6px;
}
.sa .acolorpicker .picker{
  left: auto;
}
.sa .close_picker {  
  right: -20px; 
  left: -100px; 
}
.sa .popover-custom .popover-arrow::after,
.sa .popover-custom .popover-arrow::before {
  left: auto;
}
.sa .popover-custom .popover-body {
  padding: 8px 14px 8px 34px; 
}
.sa .popover-custom a { 
  right: auto;
  left: 8px; 
}
.sa .root-setting { 
  right: auto !important; 
  left: 10px !important;
}
.sa.mobile-view .block .action, .sa.mobile-view .action-block { 
  margin: 0 !important; 
left: initial;
margin-left: 20px !important;
}
.pointer-none {
  pointer-events: none;
  opacity: 0.5;
} 
 
.mobile-ai .mobile-d-none,
.appHeaderAi [data-mode="live"] .mobile-d-none{
  display: none !important;
}
.desktop-ai .desktop-d-none,
.appHeaderAi [data-mode="live"] .desktop-d-none{
  display: none !important;
}


@media screen and (max-height:479px) and (orientation:landscape) { 
    .mobile-view .box-pop-wrapper, 
    .mobile-view .box-pop-wrapper2, 
    .mobile-ai.mobile-view #ai-editor .box-pop-wrapper, 
    .mobile-ai.mobile-view .box-pop-wrapper2 {
      height: 222px;
    }
  }

  .mobile-view .modal .close-popup, .close-popup { 
    width: 34px;
    height: 34px; 
    top: 9px; 
  }
  .mobile-view .close-popup.mb-success {
    width: 34px;
    height: 34px; 
    top: 9px; 
    right: 14px;
    }
    /* .isRoot .all-widgets {
      padding: 0px 0 80px 0;
    } */
    .moveItem-1 .z_list li:nth-child(2){
      display: none; 
    }
   
    /* .editor-element[data-view="videoList"] .z_list li:nth-child(2) */
    .mobile-view .actions a, .mobile-view .action-grid a{
      font-size: 11px;
    }

    .small_title{
      margin-right: 10px;
      font-size: 12px !important;
      color: #818181;
      font-weight: bold !important;
      letter-spacing: 0.75px;
      text-transform: uppercase;
  } 
  hr {
    background-color: #858585;
}

.tab-pane.active[data-id="phone"] .popover-custom,
.tab-pane.active[data-id="whatsapp"] .popover-custom {
  left: 50px;
}
.maxFileSize{
  font-size: 9px;
    display: block;
    margin-top: 3px;
}
.mobile-ai .item-dragging .gridMoveItem .tooltip-text{
  display: block;
}
.mobile-ai .item-dragging .action-grid .z_list a.gridMoveItem{
  background-color: #e2e1e1;
}

.modal-dialog-scrollable .modal-body { 
  overflow-x: hidden;
  min-height: 300px;
  }

  .ai-text-modal{
    font-size: 13px;
  }
.ai-text-modal .content-wrap {
  text-align: center;
  margin: auto;
}
.ai-text-modal textarea#describeTextarea {
  border-color: #E3E3E3;
  border-radius: 12px;
  padding: 15px;
}
.ai-text-modal .btn-primary {
  padding: 10px 20px !important;
  font-size: 13px;
  background: var(--blue);
  border-color: var(--blue);
}
.ai-text-modal .btn-outline-primary{
  background:transparent;
  padding: 10px 20px !important;
  font-size: 13px;
  color: var(--blue);
  border-color: var(--blue);

}

.ai_modal_wrapper .buttons-list .btn {
  font-size: 11px;
  color: #000;
  border-color: #D3D3D3;
  padding: 8px 10px !important;
  border-radius: 6px;
  margin-bottom: 7px;
}
.ai_modal_wrapper .buttons-list .btn:hover,
.ai_modal_wrapper .buttons-list .btn:focus{
  background-color: transparent;
  border-color: #3999ee;
}

.ai_modal_wrapper .ai-result{
  max-height: 163px;
  overflow-y: auto;
  padding: 10px;
}
.modal-payment .modal-title{
  text-transform: initial;
}

.modal-payment .modal-dialog.ai-text-modal {
  max-width:790px  !important;
} 

a.btn.btn-primary.gen-btn.rounded-pill {
  display: inline-flex;
  align-items: center;
  padding-left: 14px !important;
}

a.btn.btn-primary.gen-btn.rounded-pill svg {
  margin-right: 6px;
  width: 20px;
}
@media(max-width:991px){
  .payment-wrap h2 {
    font-size: 17px !important;
    margin-top: 0px !important;
}
}

.desktop-ai .block .btn, 
.mobile-ai .block .btn { 
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;
  max-width:100%;
}


.desktop-ai .btn-showWeb.btn-showWeb .btn, 
.mobile-ai .btn-showMob.btn-showMob .btn {
  max-width: calc(50% - .5rem);
  text-overflow: ellipsis;
  white-space: nowrap; 
  overflow: hidden;
}

.desktop-ai .btn-showWeb.btn-hideWeb .btn{
  max-width: 100%; 
  margin: 0 !important;
}

.mobile-ai .btn-showMob.btn-hideMob .btn{
  max-width: 100%; 
  margin: 0 !important;
}
.ai-text-modal textarea#describeTextarea:focus {
  box-shadow: 0 0 0 0.1rem rgba(13,110,253,.25);
}

.custom-alert {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  opacity: 1;
  animation: fade-in-right 0.5s ease forwards;
}
@keyframes fade-in-right {
  0% {
      opacity: 0;
      transform: translateX(100%);
  }
  100% {
      opacity: 1;
      transform: translateX(0);
  }
}


.space-parent {
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
     max-width: 60px;
}
small.space-title {
  font-size: 12px;
  color: #3C4055;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  margin-bottom: 5px;
  display: block;
}
.wb-header .view-ui a.active {
  background: #e1f5f6;
  color: #000;
}
.desktop-ai.all-widgets.edit section.block.isHideAll-true{
  min-height: 200px;
}
.mobile-ai.all-widgets.edit section.block.isHideAll-true{
  min-height: 100px;
}

/* for footer if all element hide */
.desktop-ai.all-widgets.edit section.block.isHideAll-true[widget-type="footerAi"] {
  min-height: 80px;
  background: #fdfdfd !important;
}

.block-view[widget-type="webAppConverter"] .copyItem,
.block-view[widget-type="webAppConverter"] .deleteItem,
.block-view[widget-type="webAppConverterTwo"] .copyItem,
.block-view[widget-type="webAppConverterTwo"] .deleteItem {
  pointer-events: none; 
} 
.block-view[widget-type="webAppConverter"] .copyItem svg,
.block-view[widget-type="webAppConverter"] .deleteItem svg,
.block-view[widget-type="webAppConverter"] .deleteItem span,
.block-view[widget-type="webAppConverterTwo"] .copyItem svg,
.block-view[widget-type="webAppConverterTwo"] .deleteItem svg,
.block-view[widget-type="webAppConverterTwo"] .deleteItem span{
  pointer-events: none;
    opacity: 0.4;
}

.showHeader-fade .col{ 
  opacity:.2;
}
 
.all-widgets .position-relative .elements.image{
  position: relative;
  z-index: 1;
}

[widget-type="headerAi"] *{
  transition: 0.3s;
}

[widget-type="headerAi"] .actions, 
[widget-type="headerAi"] .action-grid{
  margin-top: 68px;
}
[widget-type="headerAi"].isBlurImage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%; 
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
 
.md-select{
  position: relative;
  display: block;
  min-width: 100%; 
  margin-bottom: 30px;
  z-index: 999;
}
.md-select *,.md-select :after,.md-select :before{box-sizing:border-box}
.md-select [type=button]{
  background: #f2f2f2;
  cursor: default;
  padding:10px 30px 10px 10px;
  position: relative;
  width: 100%;
  outline: 0;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.md-select ul li.active,
.md-select ul li:focus,
.md-select ul li:hover{
  opacity:.7
}
.md-select [type=button]:focus,
.md-select [type=button]:hover{opacity:.7}
.md-select [type=button]:after{
  content: '\25be';
    float: right;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    color: #838181;
}
.md-select ul{background-color:#fff;list-style:none;line-height:26px;margin:0;position:absolute;box-shadow:0 10px 30px rgba(0,0,0,.12),0 0 0 rgba(0,0,0,.24)!important}
.md-select img{max-width: 100%;}
.md-select ul li{
  margin: 0;
    padding: 5px 10px 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeeeee;
}
.md-select ul li:last-child{border:0}
.md-select ul{display:none}
.md-select.active ul{ 
  overflow: auto;
  padding: 0;
  z-index: 1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: calc(100% - 24px);
  right: 12px;
  top: 100%;
  border-radius: 6px;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 16px 0px, rgba(0, 0, 0, 0.08) 0px 0px 1px 0px;
  left: 12px;
}
.menuItem{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menuItem li{  
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.6s ease;
  /* width: auto !important; */
  height: 47px;
  user-select: none;
  display: flex;
}
/* .menuItem .swiper-slide {
  padding: 1em;
  height: 100px;
  box-sizing: border-box;
  width: fit-content !important;
} */
.menuItem li:hover{ 
  transition: all 0.6s ease;
  border:2px solid var(--blue);
  background:rgb(127 204 247 / 20%)
}
.menuItem li.active{ 
  transition: all 0.6s ease;
  border:2px solid var(--blue);
  background:transparent
}

.menuItem li span{ 
  padding: 6px 10px;
  font-size: 13px;
}

.menuItem li[data-type="layout_1"] span{
  color: #A1C3E0;
}
.menuItem li[data-type="layout_1"] span:first-child{
  margin-right: 2px;
  color: #A1C3E0;
}

.menuItem li[data-type="layout_2"] div{
  border-top: 1px solid #A1C3E0;
  border-bottom: 1px solid #A1C3E0;
}
.menuItem li[data-type="layout_2"] span{
  color: #A1C3E0;
}
.menuItem li[data-type="layout_2"] span:first-child{
  margin-right: 2px;
  color: #A1C3E0;
}

.menuItem li[data-type="layout_3"] span{
  color: #A1C3E0;
  border-radius: 0px;
}
.menuItem li[data-type="layout_3"] span:first-child{
  border-bottom: 1px solid #A1C3E0;
  margin-right: 2px;
}

.menuItem li[data-type="layout_4"] span{
  color: #A1C3E0;
  border-radius: 0px;
}
.menuItem li[data-type="layout_4"] span:first-child{
  border-top: 1px solid #A1C3E0;
  margin-right: 2px;
}
.menuItem li[data-type="layout_5"] span{
  border: 1px solid #A1C3E0;
  color: #A1C3E0;
}
.menuItem li[data-type="layout_5"] span:first-child{
  background: #A1C3E0;
  color: #fff;
  margin-right: 2px;
}

.menuItem li[data-type="layout_6"] span{
  border: 1px solid #A1C3E0;
  color: #A1C3E0;
  border-radius: 6px;
}
.menuItem li[data-type="layout_6"] span:first-child{
  background: #A1C3E0;
  color: #fff;
  margin-right: 2px;
}
.menuItem li[data-type="layout_7"] span{
  color: #A1C3E0;
}
.menuItem li[data-type="layout_7"] span:first-child{
  background: #A1C3E0;
  color: #fff;
  margin-right: 2px;
}
.itemNavSwiper .swiper-button-next:after, 
.itemNavSwiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.itemNavSwiper .swiper-button-prev,
.itemNavSwiper .swiper-rtl .swiper-button-next {
  left: -7px;
  right: auto;
  color: #000;
  cursor: pointer;
}
.itemNavSwiper .swiper-button-next, 
.itemNavSwiper .swiper-rtl .swiper-button-prev{
  right: -8px;
  left: auto;
  color: #000;
  cursor: pointer;
}
/* .accordion { 
  margin: 0px -8px;
  padding: 0;
  width: calc(100% + 16px);
  max-width: calc(100% + 16px);
} */

.accordion-item {
  border-left: 0;
  border-right: 0;
  border-color: #E9E9E9;
  position: relative;
  z-index: 1;
}
.accordion-item.show {
  z-index: 2;
}


.accordion-item-header { 
  padding: 14px 20px 14px 44px;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  color: #010622;
  position: relative;
}
.arrow-right {
  width: 0px;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #3C4055;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.accordion-item-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  transform: scaleY(0);
  transform: translateY(0px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  visibility: hidden;
}

.accordion-item.show .accordion-item-body{
  max-height:1000px; /* Adjust as needed */
  opacity: 1;
  padding:6px 20px 20px 20px;
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  overflow: inherit;
}
.accordion-item.show .arrow-right{
  transition: all 0.2s ease;
  transform: translateY(-50%) rotate(90deg);
}

/* .headerAi .builder-widget .form-check[data-id="logo"],
.headerAi .builder-widget .form-check[data-id="navigation"],
.headerAi .builder-widget .form-check[data-id="headerText"],
.headerAi .builder-widget .form-check[data-id="headerIcons"],
.headerAi .builder-widget .form-check[data-id="secondaryButton"],

.footerAi .builder-widget .form-check[data-id="footerNavigation"],
.footerAi .builder-widget .form-check[data-id="locationSummary"],
.footerAi .builder-widget .form-check[data-id="hourHeading"],
.footerAi .builder-widget .form-check[data-id="hourSummary"],
.footerAi .builder-widget .form-check[data-id="socialHeading"],
.footerAi .builder-widget .form-check[data-id="contactHeading"],
.footerAi .builder-widget .form-check[data-id="contactLinks"]
{
  display: none !important;
} */

/* for header Ai builder widget */
.headerAi .builder-widget .form-check[data-id="navigation"],
.headerAi .builder-widget .form-check[data-id="headerText"],
.headerAi .builder-widget .form-check[data-id="headerIcons"],
.headerAi .builder-widget .form-check[data-id="secondaryButton"]
{
  display: none !important;
}


/* for footer Ai builder widget */

/* .footerAi .builder-widget .form-check[data-id="locationSummary"],
.footerAi .builder-widget .form-check[data-id="hourHeading"],
.footerAi .builder-widget .form-check[data-id="hourSummary"],
.footerAi .builder-widget .form-check[data-id="socialHeading"],
.footerAi .builder-widget .form-check[data-id="contactHeading"],
.footerAi .builder-widget .form-check[data-id="contactLinks"],
.footerAi .builder-widget .form-check[data-id="footerNavigation"]
{
  display: none !important;
} */

/* hide for layout 1 */ 
.footerAi.layoutType-1 .builder-widget .form-check[data-id="locationSummary"],
.footerAi.layoutType-1 .builder-widget .form-check[data-id="hourHeading"],
.footerAi.layoutType-1 .builder-widget .form-check[data-id="hourSummary"],
.footerAi.layoutType-1 .builder-widget .form-check[data-id="socialHeading"],
.footerAi.layoutType-1 .builder-widget .form-check[data-id="contactHeading"],
.footerAi.layoutType-1 .builder-widget .form-check[data-id="contactLinks"]
{
  display: none !important;
}

/* hide for layout 2 */ 
.footerAi.layoutType-2 .builder-widget .form-check[data-id="footerNavigation"]{
  display: none !important;
}


.all-widgets.edit .header-fixed{
  position: relative !important;
  /* z-index: 0 !important; //error in editor */
}
.box-pop-wrapper.headerText #overlayColor,
.box-pop-wrapper.headerText #textAlignment,
.mobile-ai .box-pop-wrapper.logo [data-id="Style"],
.textStyleContainer.headerAi{
  display: none !important;
} 

div#headerText {
  min-height: 30px;
  min-width: 100px;
}
.video-overlay{
  position: absolute !important;
  z-index: 4;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-overlay:before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background: rgb(0 0 0 / 28%);
  border-radius: 100%;
  color: #fff;
  text-align: center;
} 
.VideosModel .popover-custom { 
  max-width: 360px; 
}
.mobile-ai .video-overlay:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px; 
}

section.block[widget-type="headerAi"] .add-section,
section.block[widget-type="footerAi"] .add-section,
section.block[widget-type="webAppConverter"] .add-section,
section.block[widget-type="webAppConverterTwo"] .add-section{
display: none;
}
.item-list li[widgettype="webAppConverter"],
.item-list li[widgettype="webAppConverterTwo"],
.template-list-item[data-id="667ac4353dabed40764b2da7"],
.item-list li[widgettype="footerAi"],
.item-list li[widgettype="headerAi"],
.item-list li[widgettype="timeline_one"],
.item-list li[widgettype="skills_list_one"]
{ /*FOR WEB webAppConverterTwo HIDE*/
  display: none;
}
.block-view[widget-type="webAppConverterTwo"] .actions,
.webAppConverterTwo.box-pop-wrapper #style .autoLoadLink{
  display: none !important;
}
/* Removed due to JIRA given by Neha QA - ABP-7910
.mobile-ai #ai-editor .box-pop-wrapper.sticky-on.webAppConverterTwo.primaryButton .accordion-item ,
.mobile-ai #ai-editor .box-pop-wrapper.sticky-on.webAppConverterTwo.primaryButton #content-style .builder-widget.align-items-center.mb-3{
display: none;
}
*/
.jcrop-active{
  max-width: 100%;
  width: 100%;
}
.model-webAppConverterTwo [data-id="internal-page"],
.model-webAppConverterTwo [data-id="email"],
.model-webAppConverterTwo [data-id="phone"],
.model-webAppConverterTwo [data-id="social-link"]{
  display: none !important;
}

/*TESTING APP CONDITION DO NOT EDIT OR REMOVE*/

/* li[widgettype="videoOne"],
li[widget-type="videoOne"],
li[widget-type="videoTwo"],
li[widgettype="videoTwo"],   */
li[widgettype="centerAiBanner"],
li[widgettype="table_list"],
li[widgettype="sponsors_list"],
li[widgettype="cart_list"]{
  display: none !important;
}


 
.testingApp  li[widgettype="centerAiBanner"],
.testingApp  li[widgettype="table_list"],
.testingApp  li[widgettype="sponsors_list"],
.testingApp  li[widgettype="cart_list"]{
  display: block !important;
}
 
/*END TESTING APP CONDITION DO NOT EDIT OR REMOVE*/
.preloader-2 {
  background: url(https://media.mediadirhub.com/images/preloader.gif) center center/70px no-repeat rgb(255, 255, 255);
}
 
.noUiSlider_wrapper {
  margin:0px 0px;
  width: 100%;
}
.noUiSlider_wrapper .noUi-target { 
  border-radius: 34px;
  border: 0px solid #E2F2FF;
  box-shadow: inset 0 0 1px rgb(51 51 51 / 50%);
  position: relative;
}
.noUiSlider_wrapper .noUi-target::after {  
  content: '';
  position: absolute;
  background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 8px 8px;
  height: 100%;
  background-position: 0 0, 0 4px, 4px -4px, -4px 0px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.noUiSlider_wrapper .noUi-horizontal {
  height: 10px;
  padding:0 5px 0 15px;
}



.noUiSlider_wrapper .noUi-handle {
  height: 23px;
  width: 23px;
  top: -9px;
  background:var(--blue);
  border: 4px solid #ffffff;
  border-radius: 100%; 
  box-shadow: 0px 4px 12px 0px #00000040;
} 
.noUiSlider_wrapper .noUi-connect {
  left: -15px !important; 
  box-shadow: inset 0 0 1px rgb(51 51 51 / 50%);
}
.noUiSlider_wrapper .noUi-handle::after,
.noUiSlider_wrapper .noUi-handle::before{
  display: none;
}
.numberBox {
  border: 1px solid #95C9F5;
  border-radius: 4px;
  height: 36px;
  padding: 10px;
  width: 60px;
  margin-left: 12px;
  text-align: center;
  font-size: 16px;
  color: #3C4055;
}
.sa .numberBox{
  margin-left: 0px;
  margin-right: 12px;
}
.numberBox::-webkit-outer-spin-button,
.numberBox::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.itemContainer { 
  /* padding-bottom: 18px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 14px */
  padding-top: 18px;
  border-top: 1px solid #E9E9E9;
  margin-top: 14px
}
.box-pop-wrapper label,
.box-pop-wrapper .label{
    margin-right: 0px;
    font-size: 14px;
    color: #686a76;
    font-weight: 500 !important;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
}
.itemContainer:first-child{
  margin-top: 0;
  border: 0;
  padding-top: 0;
}


.tabComponent {
  margin: 0 -20px;
  position: relative;
}
.tabComponent-content{
  position: relative;
  z-index: 0;
}
.tabComponent .header-nav{
  display: flex;
  border-bottom: 1px solid #F2F2F4;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.tabComponent .header-nav a{ 
    padding:16px 26px;
    display: inline-block;
    position: relative;
    color: #3C4055;  
    font-family: Hind Vadodara;
    font-size: 14px;
    font-weight: 500; 
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}
.tabComponent .header-nav a.active{
  border-bottom: 4px solid var(--blue);
  color: var(--blue);
}
.tabComponent-body{
  display: none;
}
.tabComponent-body.active{
  display: block;
}
.container-row{
  padding:0px 20px;
}
input.logoTitle,
input.logoTitle:focus {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  border: 0;
  border-bottom: 1px solid #E9E9E9;
  display: block;
  width: 100%;
  padding: 0 0 10px 0 !important;
  margin-bottom: 10px;
  outline: 0;
}
.form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}
.form-switch .form-check-input {
  width: 36px; 
  height: 20px;
}
.mb-10{
  margin-bottom: 10px;
}
.form-select{
    padding: 10px 30px 10px 10px;
    border: 1px solid #95C9F5 !important;
    border-radius: 4px;
    font-size: 16px;
    outline: 0;
    box-shadow: none;
    background: transparent;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.sa .form-select{ 
  padding: 10px 10px 10px 30px;
  background-position: left .7em top 50%, 0 0; 
}
.form-select:focus{
  box-shadow: none;
}

.hide-list{
  display: flex !important;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 14px 0;
  margin-top: -1px;
}
.box-pop-wrapper .border-bottom {
  border-bottom: 1px solid #E9E9E9 !important;
}
.box-pop-wrapper .btn-link{
  color: var(--blue);
}

.headerLayout .swiper-slide,
.footerLayout .swiper-slide {
  width: 80% !important;
  padding: 4px;
  border: 1px solid transparent;
}
.headerLayout .swiper-slide.active,
.footerLayout .swiper-slide.active{
  border-color:#3899ED
}

/* .pannel-headerAi.pannel-desktop[data-type="settingsType"],
.box-pop-wrapper.footerAi.layoutType-1 .pannel-footerAi[data-type="fontType"] #textAlignment{
  display: none;
} */

.pannel-headerAi.pannel-desktop[data-type="settingsType"]{
  display: none;
}

.box-pop-wrapper.footerAi.layoutType-1 .pannel-footerAi[data-type="fontType"] .textSizeWeb{
  margin: 0;
  padding: 0;
  border: 0;
}
.pannel-headerAi.pannel-mobile[data-type="borderType"]{
  display: none;
}

/* added for min height if remove all elements so that edit button will not hide */

.footerContainerAi.footerLayout-1,
.footerContainerAi.footerLayout-2 {
  min-height: 60px;
}

/* .footerContainerAi.footerLayout-2 #logo,
.footerContainerAi.footerLayout-2 #footerSocialInfo{
  justify-content: flex-start !important;
} */

.all-widgets.editor-dragging *{
  pointer-events: none;
}
.desktop-ai #ai-editor .box-pop-wrapper.swiper {
  margin-left:unset !important;
  margin-right:unset !important;
}
/* remove transition added from appypiecss */

.box-pop-wrapper.sticky-on.logo.headerAi {
  transition: none;
}

.upload-logo-wrap {
  position: relative;
}

.upload-logo-wrap input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
}

.mobile-ai #ai-editor .box-pop-wrapper.footerAi .tab-header[data-id="hover"] {
	display: none;
}

.mobile-ai #ai-editor .box-pop-wrapper.footerAi .tab-header {
    flex: 1;
}

.sa .box-pop-wrapper .accordion-item-body#linkType .form-check {
  padding-right: 1.5em;
}

body.block-edit.editor-mode.admin-mode {
  padding-bottom: 100px;
}

.mobile-ai .app-overlay .hoverMobile.small-last-child[widget-type="footerAi"] .actions.action-block{
  bottom: unset 
}

.mobile-view.mobile-ai .app-overlay{
  height: unset !important;
}

.search-container {
  display: none;
}
.search-container .search-box {
  display: none;
}

/* .main-editor.show-edit-options li.edit-tool,
.main-editor.show-edit-options li.edit-aipopup {
  display: none;
} */

/* .main-editor .toolbar-list{
  display: none;
}

.main-editor.show-edit-options .toolbar-list{
  display: block;
} */

.formatting-toolbars {
  position: fixed;
  top: 20px;
  z-index: 1090;
  right: 20px;
  background: #008bff;
}

.formatting-toolbars button {
  margin: 3px;
  background: #008bff;
  border: 0;
  color: #fff;
  padding: 10px 20px;
}

.mobile-ai #ai-editor .box-pop-wrapper.footerAi .tab-header[data-id="hover"] {
	display: none;
}

.mobile-ai #ai-editor .box-pop-wrapper.footerAi .tab-header {
    flex: 1;
}


.linkModel-search-container {
  position: relative;
}

.linkModel-search-container a.icon-shop.on {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #f1f1f1;
}

.linkModel-search-container .search-container {
  position: relative;
  clear: both;
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-top: 0;
}

.linkModel-search-container .search-container .form-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.linkModel-search-container .search-container .form-check-input {
  margin-top: 0;
}

.linkModel-search-container .search-container .form-check-label {
  text-transform: capitalize;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: normal;
}

.linkModel-search-container .search-container .form-group {
  display: flex;
  align-items: center;
  border: 1px solid #dadada;
  padding: 0px 10px;
  border-radius: 5px;
  margin-top: 10px;
  max-width: 400px;
}

.linkModel-search-container .search-container .form-group .form-control {
  border: 0;
  padding: 8px 8px;
  margin: 0;
}

.linkModel-search-container .search-container .form-group span.appyslim-ui-search {
  color: #3899ED;
  display: inline-flex;
  -webkit-text-stroke: 1px #3899ED;
}

.linkModel-search-container .search-scrolling {
  background: #ffffff;
  position: relative;
  overflow-y: auto;
  padding: 9px 15px;
  margin-top: 5px;
  box-shadow: -1px 5px 9px 1px rgb(0 0 0 / 9%);
  border-radius: 4px;
  border: 1px solid #dadada;
  max-height: 200px;
}

.linkModel-search-container .search-scrolling li {
  padding: 1px 0;
  font-size: 13px;
  cursor: pointer;
  color: #535a62;
}

.linkModel-search-container .search-scrolling li:before {
  display: none;
}

.linkModel-search-container .search-scrolling li:last-child {
  padding-bottom: 0;
}

.linkModel-search-container .search-scrolling li:first-child {
  padding-top: 0;
}

.linkModel-search-container .search-scrolling li:hover {
  color: #000;
}

.linkModel-search-container .searching-list-wrap .loading {
  font-size: 15px;
  padding: 4px 0;
}

.linkModel-search-container  .search-container .search-box .searching-list-wrap {
  position: fixed;
  top: inherit;
  left: inherit;
  max-width: 400px;
  width: 100%;
  z-index: 1;
}

.linkModel-search-container .search-scrolling li.disabled {
  pointer-events: none;
  opacity: 0.8;
}


.mobile-ai .app-overlay .hoverMobile.small-last-child[widget-type="footerAi"] .actions.action-block{
  bottom: unset 
}

.mobile-view.mobile-ai .app-overlay{
  height: unset !important;
}

.block[widget-type="footerAi"] .main-wrapper.container-fluid {
  max-width: 100%;
}

.widget-select-bgcolor .noUiSlider_wrapper {
  display: none !important;
}

.widget-select-bgcolor .acolorpickerNew {
  margin-left: 0;
}

.widget-select-bgcolor .close_picker {
  position: fixed;
}


/* add first block */

.page_body .block.no-block-add{
  display: none;
}

.page_body[data-index="0"] .block.no-block-add {
  display: block;
}

.page_body[data-index="0"] .add-section.btn,
.page_body[data-index="0"] .add-first-section.btn {
  position: relative;
  transform: none;
  left: unset;
  margin: auto;
}

/* button styling */
.block .add-first-section{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  display: none;
  background: rgb(2, 122, 255);
  border: 1px solid rgb(72, 148, 255);
  z-index: 2;
  color: #fff;
  border-radius: 0;
  font-size: 13px;
  border-radius: 6px;
  letter-spacing: 0.5px;
  overflow: hidden;
}

.block .add-first-section:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}

.block .add-first-section:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
/* button styling end */

/* add first block */



#inputList #label.required:after {
  content: ' *';
}

#inputList #input.hide-placeholder::placeholder {
  color: transparent;
}

.list-group-flush>.list-group-item.flex-wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.apply-box[data-size='1'] {
  display: none !important;
}


/* .box-pop-custom-menu .box-pop-body {
    padding-bottom: 50px !important;
    height: calc(100% - 55px);
}

.box-pop-custom-menu .box-pop-foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 52px;
    align-items: center;
    padding: 0 20px;
    border-top: 1px solid #E0E5EB;
} */

.box-pop-wrapper.navigation {
  max-height: 600px;
  height: unset;
  top: 90px !important;
  position: absolute;
  left: 40%;
}

.box-pop-wrapper.navigation .box-pop-body {
  /* z-index: 99; */
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.box-pop-wrapper.navigation .tab-pane {
  height: 100%;
}

.box-pop-wrapper.navigation .tab-pane#style {
  padding: 20px;
}

.box-pop-wrapper.navigation .tab-pane .builder-widget {
  height: 100%;
}

.menu-sortable-wrappper {
  height: calc(100% - 100px);
  display: flex;
  flex-direction: column;
}

.menu-sortable-wrappper .menu-sortable-box {
  padding: 10px 0;
  flex: 1;
  overflow-y: auto;
}

.menu-sort-footer {
  height: 50px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e0e5ec;
}

.menu-sortable-wrappper .menu-sortable-box .list-group {
  height: 100%;
}

.menu-sortable-box .list-group-item {
  padding: 0px 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.menu-sortable-box .list-group-item .sub-list-group {
  /* padding-left: 15px; */
  /* display: none; */
}

.menu-sortable-box .list-group-item .menu-drag-box {
  position: relative;
  display: flex;
  width: 100%;
  gap: 5px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  font-size: 14px;
  color: #3C4055;
  align-items: center;
  border: 0px solid #BDBEBF;
  margin: 3px 0;
  padding-left: 40px;
}

.menu-sortable-box .list-group-item .menu-drag-box:hover{
  background: #EBF5FD;
}

.menu-sortable-box .list-group-item .menu-drag-box .mid-part {
  flex: 1;
  /* background: yellow; */
}

.menu-sortable-box .list-group-item .menu-drag-box .action {
  position: unset;
  visibility: hidden;
  cursor: pointer;
}

.menu-sortable-box .list-group-item .menu-drag-box:hover .action{
  visibility: visible;
}

.menu-sortable-box .list-group-item .menu-drag-box span.handle {
  visibility: hidden;
  /* visibility: visible; */
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-flex
}
.menu-sortable-box .list-group-item .menu-drag-box span.handle svg {
  height: 13px;
  left: -2px;
  position: relative;
}

.menu-sortable-box .list-group-item .menu-drag-box:hover span.handle{
  visibility: visible;
  cursor: move;
}

.menu-sortable-box .list-group-item .menu-drag-box .mid-part input.form-control {
  padding: 0px 10px !important;
  font-size: 14px;
  margin: 0;
}

.menu-sortable-box .list-group-item .menu-drag-box .mid-part .btn {
  padding: 0px 9px !important;
  font-size: 13px;
}

.link-text {
  color: var(--blue);
}

/* .menu-sortable-box .list-group-item .sub-list-group .list-group-item:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background: #BDBEBF;
  top: 50%;
  transform: translate(-15px, -50%);
} */

.menu-sortable-box .list-group-item .sub-list-group .list-group-item:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  padding: 4px;
  border: 1px solid #BDBEBF;
  border-top: 0;
  border-right: 0;
  bottom: 50%;
  left: 26px;
}

.menu-sortable-box .list-group-item[draggable="true"]:after {
  visibility:hidden;
  opacity: 0.2s;
}


.menu-sortable-box .list-group-item .sub-list-group .list-group-item:first-child:after {
  height: 57%;
}
.menu-sortable-box .list-group-item .sub-list-group .menu-drag-box {
  /* margin-left: 20px; */
  padding-left: 40px;
}

.menu-sortable-box .list-group-item .sub-list-group .menu-drag-box span.handle {
  /* visibility: visible; */
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-flex;
}

.menu-sort-dropdown .dropdown-wrap {
  background: #ffffff !important;
  position: fixed !important;
  height: fit-content !important;
  box-shadow: 15px 6px 24px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(231, 231, 231);
  padding: 8px 15px;
  max-width: 220px;
  width: 100% !important;
  border-radius: 6px;
  list-style-type: none;
  display: none;
}

.menu-sort-dropdown .dropdown-wrap:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -6px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: -5px 5px 5px rgb(0 0 0 / 7%);
}

.menu-sort-dropdown .dropdown-wrap.caret-bottom:before{
  top: unset;
  bottom: 20px;
}

.menu-sort-dropdown .dropdown-item {
  padding: 5px 0;
  color: #3C4055;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


.menu-sort-dropdown .dropdown-item i {
  width: 24px !important;
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
}

.menu-sort-dropdown .dropdown-item i svg {
  width: 20px;
}

.menu-sort-dropdown .dropdown-item:hover {
  color: #000;
  background: transparent;
}

.menu-sort-dropdown .submenu-layout-options .item {
  margin-bottom: 10px;
}

.menu-sort-dropdown .submenu-layout-options .item h6 {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 0;
}

.menu-sort-dropdown .submenu-layout-options .item  .form-select {
  margin: 0;
  padding: 6px 10px !important;
  font-size: 14px;
  border-color: #D9D9D9 !important;
}

.menu-sort-dropdown .submenu-layout-options a.dropdown-item {
  cursor: text;
}

.menu-sort-dropdown .submenu-layout-options a.dropdown-item:hover {
  color: unset;
}

.menu-sort-dropdown .submenu-layout-options {
  margin: 5px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #e3e3e3;
  padding: 5px 0;
}

.menu-sortable-box .list-group-item .menu-drag-box .action.active {
  visibility: visible;
}

.menu-sort-dropdown .overlay-drop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff000000;
  display: none;
}

.menu-drag-box span.collapse-menu-btn {
  cursor: pointer;
  /* background: #ff000042; */
  position: absolute;
  left: 19px;
  width: 19px;
  display: flex;
  align-items: center;
}

/* .menu-sortable-box  .list-group-item[data-collapse="false"] {} */

.menu-sortable-box .list-group-item[data-collapse="false"] .sub-list-group {
    display: none;
}

.menu-sortable-box .list-group-item[data-collapse="false"] .collapse-menu-btn {
    transform: rotate(270deg);
}

.menu-sortable-box .list-group-item[data-collapse="true"] .collapse-menu-btn {
    transform: rotate(0deg);
}

.ai-navbar {
  flex-wrap: nowrap !important;
}

[widget-type="headerAi"] .dropdown-menu {
  position: absolute;
  background: transparent;
  border: 0px solid #e7e7e7;
  border-radius: 2px;
  box-shadow: 0px 4px 34px rgb(0 0 0 / 20%);
  padding: 0px;
  position: absolute;
  min-width: 200px;
  right: 0;
}

[widget-type="headerAi"] .dropdown-menu .dropdown-item,
[widget-type="headerAi"] .dropdown-menu .nav-item {
  margin: 0 !important;
  padding: 5px 10px !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.headerAi[header-type="1"] #navigation .navbar-nav{
  width: 100%;
  justify-content: flex-end;
}

.headerAi[header-type="2"] #navigation .navbar-nav{
  width: 100%;
  justify-content: center;
  margin: unset;
}

.navbar-collapse {
  flex-wrap: nowrap;
}

.editor-mode [widget-type="headerAi"] .dropdown-menu {
    display: none !important;
}


.menu-sortable-wrappper .main-list-group .action.active .list-group {
  display: block;
}

.menu-sortable-wrappper .main-menu .input-group,
.menu-sortable-wrappper .main-menu.edit .title,
.menu-sortable-wrappper .sub-menu .input-group,
.menu-sortable-wrappper  .sub-menu.edit .title {
  display: none;
}

.menu-sortable-wrappper .main-menu.edit .input-group,
.menu-sortable-wrappper .sub-menu.edit .input-group {
  display: flex;
}

.menu-sortable-wrappper .action-list {
  width: 160px;
  font-size: 14px;
  position:absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: none;
}

.menu-sortable-wrappper  .action-list.active {
  display: block;
}


.btn.confirm-btn {
  color: #3899ED;
}

.confirm-btn:after {
  background: #3899ED !important;
}


.pwa-iframe-container {
  position: relative;
  padding-top: 35px;
  margin-bottom: 25px;
}

.pwa-iframe-container .close-pwa-iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fefefe;
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: -1px 0px 4px 0px rgb(0 0 0 / 5%);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.1s ease-in-out;
  border: 1px solid #e4e4e4;
}

.pwa-iframe-container .close-pwa-iframe svg {
  height: 18px;
}

.pwa-iframe-container .close-pwa-iframe:hover {
  border-color: #d9d9d9;
  background: #d9d9d9;
}

.pwa-iframe-wrapper {
  height: 350px;
  position: relative;
  background: #fefefe;
  padding: 4px;
  border-radius: 1px;
  width: calc(100% - 0px);
  margin: auto;
  border: 1px solid #eaeaea;
}
.pwa-iframe-wrapper iframe.pwa-iframe {
  width: 100%;
  zoom: 0.6;
  height: 100%;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0;
}
 
.custom-select-wrapper .custom-select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.375rem;
  padding: 8px 12px;
  cursor: pointer;
  user-select: none;
}
 
.custom-select-wrapper .custom-select .color-box {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  border: solid 1px #ccc;
}
 
.custom-select-wrapper .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
  display: none;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 0.375rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
 
.custom-select-wrapper .custom-options.show {
  display: block;
}
 
.custom-select-wrapper .custom-options div {
  padding: 8px 12px;
  cursor: pointer;
}
 
.custom-select-wrapper .custom-options div:hover {
  background-color: #f1f1f1;
}
 
.custom-select-wrapper .custom-options .color-box {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  border: solid 1px #ccc;
}
 
.custom-select-style .color-box {
  display: none !important;
}

.timeline_one.layoutType-2 .select-grid-input {
  opacity: 0.3;
  cursor: not-allowed;
  /* display: none; */
}

.timeline_one.layoutType-2 .select-grid-input .form-select {pointer-events: none;}

.timeline_one.layoutType-1 .select-grid-input .form-select option:nth-child(n+3),
.timeline_one.layoutType-3 .select-grid-input .form-select option:nth-child(n+3),
.timeline_one.layoutType-4 .select-grid-input .form-select option:nth-child(n+3) {
  display: none;
}

.mobile-ai .timeline_one.layoutType-1 .select-grid-input{
  display: none;
}

.tree .no-ai-page {
  display: none !important;
}

.theme-page .form-select,
.theme-page .form-control {
  border: 1px solid #E4E4E4;
  padding: 10px;
  border-radius: 5px;
}

.theme-page .heading-label {
  font-size: 0.875rem;
  color: #6c757d;
}
.theme-page .heading-item {
  padding: 1rem 0;
  border-bottom: 1px solid #dee2e6;
}
.theme-page .color-box {
  width: 32px;
  height: 32px;
  border-radius: 0.375rem;
}
.theme-page .bi {
  cursor: pointer;
}

.theme-page .modal-content .btn {
  font-size: 18px;
  border-radius: 8px;
}

.theme-page .modal-content .btn-light {
  color: #000;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}