*, ::before, ::after {
    box-sizing: border-box;
}
a {text-decoration: none}
img {
    border: 0;
    max-width: 100%;
}
h3.pmw-title{color: rgba(0, 0, 0, 0.54);}
.pmw_btn {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  padding: 10px 30px;
  border: 1.5px solid currentColor;
  border-radius: 10px;
  transition: .5s ease;
  font-weight: 500;
  cursor: pointer;
  min-width: 200px;
}
.pmw_btn-fill {
    background-color: #2271b1;
    border-color: #2271b1;
    color: #fff;    display: block;
    margin-top: 10px;
}
.pmw_btn-default {color: #2271b1;background-color: rgba(60,67,74,0);}
.pmw_btn-default:hover {background-color:#2271b1;border-color: #2271b1; color: #fff;}
.pmw_btn-light-default {
    color: #fff;
    background-color: rgba(60,67,74,0);
}
.pmw_btn-light-default-pro {
    background-color: #fff; color: #3c434a; border-color: #fff;line-height: 1;
    padding: 7px 10px; font-size: 14px;
    background: #f1f1f1;
}
.pmw-one-month-free{position: absolute;top: 4px;
    margin: 0 auto;
    right: 0;
    text-align: center;
    left: 0;}
.pmw_btn-light-default:hover {background-color: #fff;color: #3c434a;border-color: #fff}

.pmw_page p,.pmw_page h1,.pmw_page h2,.pmw_page h3,.pmw_page h4,.pmw_page h5,.pmw_page h6 {margin-top: 0;}
.align-items-center {align-items: center}
.hero-section-haader{width: calc(100% - 75px); overflow: hidden; margin-left: 10px;}
.hero-section-banner {width: calc(100% - 75px); display: inline-flex; box-shadow: 0 0.2rem 0.2rem rgba(0,0,0,.15); padding-top: 10px;overflow: hidden; background: linear-gradient(90deg, #2271b1 -12.5%, #1c2647 103.95%); margin-top: 8px; margin-left: 10px;margin-bottom: 8px; border-radius: 7px;}
.hero-caption h1 {
    color: #fff;
    font-size: 15px;
    line-height: 1.18;
    margin-bottom: 14px;
    font-weight: normal;
}
.pmw-account{width: 80%;}
.pmw-account .pmw_form-wrapper{max-width: 91%;}
.pmw-account .hero-section-banner{ width:100%; margin-left: 0; }
.pmw-account .pmw-top-pro-btn{text-align: center;}
h4.pmw-sub-section img.pmw-setting-icon{margin-left: 2px; margin-top: 4px;}
h4.pmw-sub-section span{vertical-align: text-top;}
h4.pmw-sub-section { 
  margin-left: 5px; 
  position: relative;
  background: #f6f8fa; /* light background for section header */
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  margin: 0;
  padding: 10px 36px 10px 12px; /* space for chevron */
}
/* Pointer cursor only for collapsible (tongal) sections */
h4.pmw-sub-section[data-tongal="1"]{ cursor: pointer; }
/* Sub-section content panel */
.pmw-sub-section-row + .pmw-sub-section-content{
  border: 1px solid #e3e7ee;
  border-top: 20px;
  border-radius: 0 0 8px 8px;
  padding: 20px 12px 0 12px;
  background: #ffffff;
  margin: 0 5px 12px 5px;
}
/* Slightly different bg when collapsed */
h4.pmw-sub-section.collapsed{ background: #fafbfc; }
/* Active status chip in sub-section header */
.pmw-sub-status.pmw-sub-status-info{
  float: right; 
  margin-top: 2px;
  padding: 4px 10px;
  color: #1c325f;
  background: #e9f0ff;
  border: 1px solid #cddbff;
  text-transform: none;
}
.sub_section_google_ads .pmw-sub-status-info{
  margin-top: 0;
}
.pmw-sub-status{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 1;
  background: #e8f5e9;
  color: #1b5e20;
  border: 1px solid #c8e6c9;
  border-radius: 999px;
  padding: 4px 8px;
  margin-left: 10px;
}
.pmw-sub-status .pmw-dot{
  width: 8px; height: 8px; border-radius: 50%; background: #2e7d32; display: inline-block;
}
/* Material-like chevron */
h4.pmw-sub-section .pmw-chevron{
  position: absolute;
  right: 10px;
  top: 45%;
  width: 18px; height: 18px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform .18s ease-in-out, opacity .18s ease-in-out;
  opacity: .7;
}
h4.pmw-sub-section .pmw-chevron::before{
  content: '';
  display: inline-block;
  width: 0.6rem; height: 0.6rem;
  border-right: 2px solid #3c434a;
  border-bottom: 2px solid #3c434a;
  transform: rotate(45deg);
}
h4.pmw-sub-section.collapsed .pmw-chevron{
  transform: translateY(-50%) rotate(-90deg);
  opacity: .6;
}
/* Slight shadow separation when collapsed/expanded */
.pmw-sub-section-row { position: relative; }
.pmw-sub-section-row + .pmw_form-row{ transition: height .18s ease, opacity .18s ease; }
h4.section_sub_setting:after {
    content: none;
}
h4.section_sub_setting{
    font-size: 16px;
}
.hero-caption {padding-left: 10px; width: calc(100% - 130px);}
.pmw-top-pro-btn{width: 130px; margin-top: 3px;}
.pmw_container {
    width: 100%;
    padding: 0px 20px 0px 0px;
    margin-right: auto;
    margin-left: auto;
}
.top_bar {padding: 6px 0px; background: #002bfc;
    background: linear-gradient(90deg, #bad0d0 -12.5%, #f2f3f8 103.95%);}
.top_bar p {margin-bottom: 0;color: #2271b1;font-weight: bold;}
.top_bar .pmw_container {padding-top: 15px;padding-bottom: 15px;}
/*grid column*/
.pmw_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.pmw_col-2,.pmw_col-3,.pmw_col-4,.pmw_col-5,.pmw_col-7,.pmw_col-8,.pmw_col-9,.pmw_col-10,.pmw_col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px) {
  .pmw_col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .pmw_col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .pmw_col-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
  }
  .pmw_col-5 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%;
  }
  .pmw_col-7 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%;
  }  
  .pmw_col-8 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%;
  }
  .pmw_col-9 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
  }
  .pmw_col-10 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 83.33333333%;
      -ms-flex: 0 0 83.33333333%;
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
  }  

  .pmw_form-group-col-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
  .pmw_form-group-col-10 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
  }
}
/*End grid colimn*/
@media (min-width: 768px) {
  .pmw_container {max-width: 100%; padding: 0px 20px 0px 0px;}
}
/*tab section*/
.pmw_d-flex {display: flex;justify-content: space-between;}
.d-flex {display: flex;flex-wrap: wrap}
/*.pmw_justify-content-beetween {justify-content: space-between; border-bottom: 1px solid #C3D5D6;}*/
.pmw_main-top-menu{background-color: #fff;
    margin-bottom: 10px;
    margin-top:11px;
    padding: 0;     overflow: hidden;
    clear: both;     border-radius: 2px;}
.pmw_main-tab-list {
    list-style: none;
    margin: 0;
    display: flex;
    flex: 1;
    max-width: 1190px;
}
.pmw_main-tab-item {flex: 1; margin-bottom: 0;}
.pmw_main-tab-link {
    padding: 10px;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;    
    display: block;
    cursor: pointer;
    color: inherit;
    text-align: center;
    font-weight: 400;
}
.pmw_main-tab-link span.navinfonavtext{border-bottom: 2px solid rgba(60,67,74,0);}
.pmw_icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.pmw_link-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.pmw_link-list-item {padding-left: 54px;}
.pmw_link-list-link,.alert-text a {
    color: #2271b1;
    font-size: 16px;
    line-height: 21px;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    transition: .4s ease;
}
.pmw_link-list-link:hover, .alert-text a:hover {color:#2271b1}
.pmw_main-tab-link.active,.pmw_main-tab-link:hover {
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background-color: #2271b1;
    box-shadow: -3px 4px 3px rgb(255 22 22 / 11%);
}
.pmw_main-tab-link.active span.navinfonavtext {border-color:#FFFFFF;}
.pmw_section-tab-box {min-height: 560px; padding: 5px 4px 10px 4px;}
.pmw_section-tab-box:has(.grow-doc-iframe) {
      padding: 0px 0px 10px 0px;
}
.pmw_icon-feedback {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.922852 2.26172C0.922852 1.15715 1.81828 0.261719 2.92285 0.261719H18.9229C20.0274 0.261719 20.9229 1.15715 20.9229 2.26172V13.2617C20.9229 14.3663 20.0274 15.2617 18.9229 15.2617H14.3371L11.63 17.9688C11.2394 18.3594 10.6063 18.3594 10.2157 17.9688L7.50864 15.2617H2.92285C1.81828 15.2617 0.922852 14.3663 0.922852 13.2617V2.26172ZM18.9229 2.26172H2.92285V13.2617H7.92285C8.18807 13.2617 8.44242 13.3671 8.62996 13.5546L10.9229 15.8475L13.2157 13.5546C13.4033 13.3671 13.6576 13.2617 13.9229 13.2617H18.9229V2.26172Z' fill='%232271b1'/%3E%3Cpath d='M12.4229 7.76172C12.4229 8.59015 11.7513 9.26172 10.9229 9.26172C10.0944 9.26172 9.42285 8.59015 9.42285 7.76172C9.42285 6.93329 10.0944 6.26172 10.9229 6.26172C11.7513 6.26172 12.4229 6.93329 12.4229 7.76172Z' fill='%232271b1'/%3E%3Cpath d='M16.4229 7.76172C16.4229 8.59015 15.7513 9.26172 14.9229 9.26172C14.0944 9.26172 13.4229 8.59015 13.4229 7.76172C13.4229 6.93329 14.0944 6.26172 14.9229 6.26172C15.7513 6.26172 16.4229 6.93329 16.4229 7.76172Z' fill='%232271b1'/%3E%3Cpath d='M8.42285 7.76172C8.42285 8.59015 7.75128 9.26172 6.92285 9.26172C6.09442 9.26172 5.42285 8.59015 5.42285 7.76172C5.42285 6.93329 6.09442 6.26172 6.92285 6.26172C7.75128 6.26172 8.42285 6.93329 8.42285 7.76172Z' fill='%232271b1'/%3E%3C/svg%3E");
    background-size: 21px 19px;
    width: 21px;
    height: 19px;
}
.pmw_icon-setting{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.76172C9.44771 2.76172 9 3.20943 9 3.76172C9 5.45397 6.95399 6.30146 5.75738 5.10485C5.36686 4.71433 4.73369 4.71433 4.34317 5.10486C3.95265 5.49538 3.95265 6.12854 4.34317 6.51907C5.53982 7.71572 4.69223 9.76172 3 9.76172C2.44772 9.76172 2 10.2094 2 10.7617C2 11.314 2.44772 11.7617 3 11.7617C4.69236 11.7617 5.53964 13.8078 4.34311 15.0044C3.95258 15.3949 3.95258 16.0281 4.34311 16.4186C4.73363 16.8091 5.3668 16.8091 5.75732 16.4186C6.9539 15.222 9 16.0694 9 17.7617C9 18.314 9.44771 18.7617 10 18.7617C10.5523 18.7617 11 18.314 11 17.7617C11 16.0694 13.046 15.2219 14.2427 16.4186C14.6332 16.8091 15.2664 16.8091 15.6569 16.4186C16.0474 16.028 16.0474 15.3949 15.6569 15.0044C14.4603 13.8078 15.3077 11.7617 17 11.7617C17.5523 11.7617 18 11.314 18 10.7617C18 10.2094 17.5523 9.76172 17 9.76172C15.3078 9.76172 14.4601 7.71577 15.6568 6.51908C16.0473 6.12856 16.0473 5.4954 15.6568 5.10487C15.2663 4.71435 14.6331 4.71435 14.2426 5.10487C13.046 6.30151 11 5.45391 11 3.76172C11 3.20943 10.5523 2.76172 10 2.76172ZM7.00816 3.53875C7.12224 1.98602 8.41814 0.761719 10 0.761719C11.5819 0.761719 12.8778 1.98602 12.9918 3.53875C14.1704 2.52149 15.9525 2.57212 17.071 3.69066C18.1896 4.8092 18.2402 6.59127 17.2229 7.76988C18.7757 7.88392 20 9.17984 20 10.7617C20 12.3436 18.7757 13.6395 17.223 13.7536C18.2403 14.9322 18.1896 16.7142 17.0711 17.8328C15.9525 18.9513 14.1705 19.0019 12.9918 17.9846C12.8778 19.5374 11.5819 20.7617 10 20.7617C8.41813 20.7617 7.12221 19.5374 7.00816 17.9846C5.82955 19.002 4.04745 18.9514 2.92889 17.8328C1.81034 16.7142 1.75972 14.9322 2.77702 13.7536C1.2243 13.6395 0 12.3436 0 10.7617C0 9.17984 1.22433 7.88392 2.77709 7.76987C1.75978 6.59127 1.81041 4.80919 2.92896 3.69064C4.0475 2.5721 5.82955 2.52147 7.00816 3.53875Z' fill='%232271b1'/%3E%3Cpath d='M10 8.76172C9.46957 8.76172 8.96086 8.97243 8.58579 9.3475C8.21071 9.72258 8 10.2313 8 10.7617C8 11.2922 8.21071 11.8009 8.58579 12.1759C8.96086 12.551 9.46957 12.7617 10 12.7617C10.5304 12.7617 11.0391 12.551 11.4142 12.1759C11.7893 11.8009 12 11.2922 12 10.7617C12 10.2313 11.7893 9.72258 11.4142 9.3475C11.0391 8.97243 10.5304 8.76172 10 8.76172ZM7.17157 7.93329C7.92172 7.18315 8.93913 6.76172 10 6.76172C11.0609 6.76172 12.0783 7.18315 12.8284 7.93329C13.5786 8.68344 14 9.70085 14 10.7617C14 11.8226 13.5786 12.84 12.8284 13.5901C12.0783 14.3403 11.0609 14.7617 10 14.7617C8.93913 14.7617 7.92172 14.3403 7.17157 13.5901C6.42143 12.84 6 11.8226 6 10.7617C6 9.70085 6.42143 8.68344 7.17157 7.93329Z' fill='%232271b1'/%3E%3C/svg%3E");
    background-size: 20px 21px;
    width: 20px;
    height: 21px;
}
.pmw_icon-cookies{
    background-image: url('data:image/svg+xml,<svg fill="%232271b1" height="64px" width="64px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-8.97 -8.97 316.99 316.99" xml:space="preserve" stroke="%232271b1" stroke-width="4.485735"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><g><g><path d="M289.181,206.929c-13.5-12.186-18.511-31.366-12.453-48.699c1.453-4.159-0.94-8.686-5.203-9.82 c-27.77-7.387-41.757-38.568-28.893-64.201c2.254-4.492-0.419-9.898-5.348-10.837c-26.521-5.069-42.914-32.288-34.734-58.251 c1.284-4.074-1.059-8.414-5.178-9.57C184.243,1.867,170.626,0,156.893,0C74.445,0,7.368,67.076,7.368,149.524 s67.076,149.524,149.524,149.524c57.835,0,109.142-33.056,133.998-83.129C292.4,212.879,291.701,209.204,289.181,206.929z M156.893,283.899c-74.095,0-134.374-60.281-134.374-134.374S82.799,15.15,156.893,15.15c9.897,0,19.726,1.078,29.311,3.21 c-5.123,29.433,11.948,57.781,39.41,67.502c-9.727,29.867,5.251,62.735,34.745,74.752c-4.104,19.27,1.49,39.104,14.46,53.365 C251.758,256.098,207.229,283.899,156.893,283.899z"></path><path d="M76.388,154.997c-13.068,0-23.7,10.631-23.7,23.701c0,13.067,10.631,23.7,23.7,23.7c13.067,0,23.7-10.631,23.7-23.7 C100.087,165.628,89.456,154.997,76.388,154.997z M76.388,187.247c-4.715,0-8.55-3.835-8.55-8.55s3.835-8.551,8.55-8.551 c4.714,0,8.55,3.836,8.55,8.551S81.102,187.247,76.388,187.247z"></path><path d="M173.224,90.655c0-14.9-12.121-27.021-27.02-27.021s-27.021,12.121-27.021,27.021c0,14.898,12.121,27.02,27.021,27.02 C161.104,117.674,173.224,105.553,173.224,90.655z M134.334,90.655c0-6.545,5.325-11.871,11.871-11.871 c6.546,0,11.87,5.325,11.87,11.871s-5.325,11.87-11.87,11.87S134.334,97.199,134.334,90.655z"></path><path d="M169.638,187.247c-19.634,0-35.609,15.974-35.609,35.61c0,19.635,15.974,35.61,35.609,35.61 c19.635,0,35.61-15.974,35.61-35.61C205.247,203.221,189.273,187.247,169.638,187.247z M169.638,243.315 c-11.281,0-20.458-9.178-20.458-20.46s9.178-20.46,20.458-20.46c11.281,0,20.46,9.178,20.46,20.46 S180.92,243.315,169.638,243.315z"></path></g></g></g></g></svg>');
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin: 0; padding: 0;
}
.pmw_icon-documentation{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 6V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V9C20 7.34315 18.6569 6 17 6H4ZM4 6V5' stroke='%232271b1' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M18 6.00002V6.75002H18.75V6.00002H18ZM15.7172 2.32614L15.6111 1.58368L15.7172 2.32614ZM4.91959 3.86865L4.81353 3.12619H4.81353L4.91959 3.86865ZM5.07107 6.75002H18V5.25002H5.07107V6.75002ZM18.75 6.00002V4.30604H17.25V6.00002H18.75ZM15.6111 1.58368L4.81353 3.12619L5.02566 4.61111L15.8232 3.0686L15.6111 1.58368ZM4.81353 3.12619C3.91638 3.25435 3.25 4.0227 3.25 4.92895H4.75C4.75 4.76917 4.86749 4.63371 5.02566 4.61111L4.81353 3.12619ZM18.75 4.30604C18.75 2.63253 17.2678 1.34701 15.6111 1.58368L15.8232 3.0686C16.5763 2.96103 17.25 3.54535 17.25 4.30604H18.75ZM5.07107 5.25002C4.89375 5.25002 4.75 5.10627 4.75 4.92895H3.25C3.25 5.9347 4.06532 6.75002 5.07107 6.75002V5.25002Z' fill='%232271b1'%3E%3C/path%3E%3Cpath opacity='0.5' d='M8 12H16' stroke='%232271b1' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath opacity='0.5' d='M8 15.5H13.5' stroke='%232271b1' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}

.active .pmw_icon-setting, .pmw_main-tab-item a:hover .pmw_icon-setting {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.76172C9.44771 2.76172 9 3.20943 9 3.76172C9 5.45397 6.95399 6.30146 5.75738 5.10485C5.36686 4.71433 4.73369 4.71433 4.34317 5.10486C3.95265 5.49538 3.95265 6.12854 4.34317 6.51907C5.53982 7.71572 4.69223 9.76172 3 9.76172C2.44772 9.76172 2 10.2094 2 10.7617C2 11.314 2.44772 11.7617 3 11.7617C4.69236 11.7617 5.53964 13.8078 4.34311 15.0044C3.95258 15.3949 3.95258 16.0281 4.34311 16.4186C4.73363 16.8091 5.3668 16.8091 5.75732 16.4186C6.9539 15.222 9 16.0694 9 17.7617C9 18.314 9.44771 18.7617 10 18.7617C10.5523 18.7617 11 18.314 11 17.7617C11 16.0694 13.046 15.2219 14.2427 16.4186C14.6332 16.8091 15.2664 16.8091 15.6569 16.4186C16.0474 16.028 16.0474 15.3949 15.6569 15.0044C14.4603 13.8078 15.3077 11.7617 17 11.7617C17.5523 11.7617 18 11.314 18 10.7617C18 10.2094 17.5523 9.76172 17 9.76172C15.3078 9.76172 14.4601 7.71577 15.6568 6.51908C16.0473 6.12856 16.0473 5.4954 15.6568 5.10487C15.2663 4.71435 14.6331 4.71435 14.2426 5.10487C13.046 6.30151 11 5.45391 11 3.76172C11 3.20943 10.5523 2.76172 10 2.76172ZM7.00816 3.53875C7.12224 1.98602 8.41814 0.761719 10 0.761719C11.5819 0.761719 12.8778 1.98602 12.9918 3.53875C14.1704 2.52149 15.9525 2.57212 17.071 3.69066C18.1896 4.8092 18.2402 6.59127 17.2229 7.76988C18.7757 7.88392 20 9.17984 20 10.7617C20 12.3436 18.7757 13.6395 17.223 13.7536C18.2403 14.9322 18.1896 16.7142 17.0711 17.8328C15.9525 18.9513 14.1705 19.0019 12.9918 17.9846C12.8778 19.5374 11.5819 20.7617 10 20.7617C8.41813 20.7617 7.12221 19.5374 7.00816 17.9846C5.82955 19.002 4.04745 18.9514 2.92889 17.8328C1.81034 16.7142 1.75972 14.9322 2.77702 13.7536C1.2243 13.6395 0 12.3436 0 10.7617C0 9.17984 1.22433 7.88392 2.77709 7.76987C1.75978 6.59127 1.81041 4.80919 2.92896 3.69064C4.0475 2.5721 5.82955 2.52147 7.00816 3.53875Z' fill='%23FFFFFF'/%3E%3Cpath d='M10 8.76172C9.46957 8.76172 8.96086 8.97243 8.58579 9.3475C8.21071 9.72258 8 10.2313 8 10.7617C8 11.2922 8.21071 11.8009 8.58579 12.1759C8.96086 12.551 9.46957 12.7617 10 12.7617C10.5304 12.7617 11.0391 12.551 11.4142 12.1759C11.7893 11.8009 12 11.2922 12 10.7617C12 10.2313 11.7893 9.72258 11.4142 9.3475C11.0391 8.97243 10.5304 8.76172 10 8.76172ZM7.17157 7.93329C7.92172 7.18315 8.93913 6.76172 10 6.76172C11.0609 6.76172 12.0783 7.18315 12.8284 7.93329C13.5786 8.68344 14 9.70085 14 10.7617C14 11.8226 13.5786 12.84 12.8284 13.5901C12.0783 14.3403 11.0609 14.7617 10 14.7617C8.93913 14.7617 7.92172 14.3403 7.17157 13.5901C6.42143 12.84 6 11.8226 6 10.7617C6 9.70085 6.42143 8.68344 7.17157 7.93329Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.pmw_side_menu_list li.active .pmw_icon-setting{
   background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 2.76172C9.44771 2.76172 9 3.20943 9 3.76172C9 5.45397 6.95399 6.30146 5.75738 5.10485C5.36686 4.71433 4.73369 4.71433 4.34317 5.10486C3.95265 5.49538 3.95265 6.12854 4.34317 6.51907C5.53982 7.71572 4.69223 9.76172 3 9.76172C2.44772 9.76172 2 10.2094 2 10.7617C2 11.314 2.44772 11.7617 3 11.7617C4.69236 11.7617 5.53964 13.8078 4.34311 15.0044C3.95258 15.3949 3.95258 16.0281 4.34311 16.4186C4.73363 16.8091 5.3668 16.8091 5.75732 16.4186C6.9539 15.222 9 16.0694 9 17.7617C9 18.314 9.44771 18.7617 10 18.7617C10.5523 18.7617 11 18.314 11 17.7617C11 16.0694 13.046 15.2219 14.2427 16.4186C14.6332 16.8091 15.2664 16.8091 15.6569 16.4186C16.0474 16.028 16.0474 15.3949 15.6569 15.0044C14.4603 13.8078 15.3077 11.7617 17 11.7617C17.5523 11.7617 18 11.314 18 10.7617C18 10.2094 17.5523 9.76172 17 9.76172C15.3078 9.76172 14.4601 7.71577 15.6568 6.51908C16.0473 6.12856 16.0473 5.4954 15.6568 5.10487C15.2663 4.71435 14.6331 4.71435 14.2426 5.10487C13.046 6.30151 11 5.45391 11 3.76172C11 3.20943 10.5523 2.76172 10 2.76172ZM7.00816 3.53875C7.12224 1.98602 8.41814 0.761719 10 0.761719C11.5819 0.761719 12.8778 1.98602 12.9918 3.53875C14.1704 2.52149 15.9525 2.57212 17.071 3.69066C18.1896 4.8092 18.2402 6.59127 17.2229 7.76988C18.7757 7.88392 20 9.17984 20 10.7617C20 12.3436 18.7757 13.6395 17.223 13.7536C18.2403 14.9322 18.1896 16.7142 17.0711 17.8328C15.9525 18.9513 14.1705 19.0019 12.9918 17.9846C12.8778 19.5374 11.5819 20.7617 10 20.7617C8.41813 20.7617 7.12221 19.5374 7.00816 17.9846C5.82955 19.002 4.04745 18.9514 2.92889 17.8328C1.81034 16.7142 1.75972 14.9322 2.77702 13.7536C1.2243 13.6395 0 12.3436 0 10.7617C0 9.17984 1.22433 7.88392 2.77709 7.76987C1.75978 6.59127 1.81041 4.80919 2.92896 3.69064C4.0475 2.5721 5.82955 2.52147 7.00816 3.53875Z' fill='%232271b1'/%3E%3Cpath d='M10 8.76172C9.46957 8.76172 8.96086 8.97243 8.58579 9.3475C8.21071 9.72258 8 10.2313 8 10.7617C8 11.2922 8.21071 11.8009 8.58579 12.1759C8.96086 12.551 9.46957 12.7617 10 12.7617C10.5304 12.7617 11.0391 12.551 11.4142 12.1759C11.7893 11.8009 12 11.2922 12 10.7617C12 10.2313 11.7893 9.72258 11.4142 9.3475C11.0391 8.97243 10.5304 8.76172 10 8.76172ZM7.17157 7.93329C7.92172 7.18315 8.93913 6.76172 10 6.76172C11.0609 6.76172 12.0783 7.18315 12.8284 7.93329C13.5786 8.68344 14 9.70085 14 10.7617C14 11.8226 13.5786 12.84 12.8284 13.5901C12.0783 14.3403 11.0609 14.7617 10 14.7617C8.93913 14.7617 7.92172 14.3403 7.17157 13.5901C6.42143 12.84 6 11.8226 6 10.7617C6 9.70085 6.42143 8.68344 7.17157 7.93329Z' fill='%232271b1'/%3E%3C/svg%3E"); 
}
.pmw_side_menu_list .pmw_icon-setting{
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    margin: 0; padding: 0;
}
.pmw_icon-rateus {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6867 8.84176C19.4057 8.50441 19.0541 8.23285 18.6567 8.04623C18.2593 7.85962 17.8258 7.76251 17.3867 7.76176H12.8267L13.3867 6.33176C13.6197 5.70565 13.6972 5.03237 13.6128 4.36968C13.5283 3.707 13.2844 3.07469 12.9019 2.52699C12.5194 1.9793 12.0097 1.53256 11.4167 1.22511C10.8236 0.917653 10.1648 0.758659 9.49672 0.761763C9.30436 0.762165 9.11619 0.818039 8.95479 0.922686C8.79338 1.02733 8.66559 1.17631 8.58672 1.35176L5.73672 7.76176H3.38672C2.59107 7.76176 1.82801 8.07783 1.2654 8.64044C0.702789 9.20305 0.386719 9.96611 0.386719 10.7618V17.7618C0.386719 18.5574 0.702789 19.3205 1.2654 19.8831C1.82801 20.4457 2.59107 20.7618 3.38672 20.7618H16.1167C16.8185 20.7615 17.498 20.5153 18.037 20.0658C18.576 19.6163 18.9404 18.9921 19.0667 18.3018L20.3367 11.3018C20.4153 10.8691 20.3978 10.4245 20.2854 9.99944C20.1731 9.57433 19.9687 9.17912 19.6867 8.84176ZM5.38672 18.7618H3.38672C3.1215 18.7618 2.86715 18.6564 2.67961 18.4689C2.49208 18.2813 2.38672 18.027 2.38672 17.7618V10.7618C2.38672 10.4965 2.49208 10.2422 2.67961 10.0547C2.86715 9.86712 3.1215 9.76176 3.38672 9.76176H5.38672V18.7618ZM18.3867 10.9418L17.1167 17.9418C17.0741 18.1747 16.9502 18.385 16.7671 18.5352C16.584 18.6853 16.3535 18.7656 16.1167 18.7618H7.38672V8.97176L10.1067 2.85176C10.3867 2.93339 10.6467 3.07217 10.8704 3.25935C11.094 3.44652 11.2764 3.67803 11.4061 3.93926C11.5358 4.20048 11.6099 4.48575 11.6238 4.77706C11.6376 5.06837 11.591 5.3594 11.4867 5.63176L10.9567 7.06176C10.8438 7.36402 10.8057 7.68911 10.8456 8.00929C10.8855 8.32948 11.0023 8.63525 11.1861 8.9005C11.3698 9.16576 11.6149 9.38263 11.9006 9.5326C12.1863 9.68258 12.5041 9.7612 12.8267 9.76176H17.3867C17.5336 9.76153 17.6788 9.79366 17.8119 9.85588C17.945 9.9181 18.0627 10.0089 18.1567 10.1218C18.2531 10.2331 18.3236 10.3643 18.3634 10.5061C18.4031 10.6478 18.4111 10.7966 18.3867 10.9418Z' fill='%232271b1'/%3E%3C/svg%3E%0A");
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.pmw_icon-account {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c2.757 0 5 2.243 5 5.001 0 2.756-2.243 5-5 5s-5-2.244-5-5c0-2.758 2.243-5.001 5-5.001zm0-2c-3.866 0-7 3.134-7 7.001 0 3.865 3.134 7 7 7s7-3.135 7-7c0-3.867-3.134-7.001-7-7.001zm6.369 13.353c-.497.498-1.057.931-1.658 1.302 2.872 1.874 4.378 5.083 4.972 7.346h-19.387c.572-2.29 2.058-5.503 4.973-7.358-.603-.374-1.162-.811-1.658-1.312-4.258 3.072-5.611 8.506-5.611 10.669h24c0-2.142-1.44-7.557-5.631-10.647z' fill='%232271b1'/%3E%3C/svg%3E%0A");
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.pmw_icon-growinsights360 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath fill='%232196f3' d='M197.332 0h-160C16.746 0 0 16.746 0 37.332v96c0 20.59 16.746 37.336 37.332 37.336h160c20.59 0 37.336-16.746 37.336-37.336v-96C234.668 16.746 217.922 0 197.332 0zm0 0'/%3E%3Cpath fill='%231976d2' d='M197.332 213.332h-160C16.746 213.332 0 230.078 0 250.668v224C0 495.254 16.746 512 37.332 512h160c20.59 0 37.336-16.746 37.336-37.332v-224c0-20.59-16.746-37.336-37.336-37.336zm0 0'/%3E%3Cpath fill='%232196f3' d='M474.668 341.332h-160c-20.59 0-37.336 16.746-37.336 37.336v96c0 20.586 16.746 37.332 37.336 37.332h160C495.254 512 512 495.254 512 474.668v-96c0-20.59-16.746-37.336-37.332-37.336zm0 0'/%3E%3Cpath fill='%231976d2' d='M474.668 0h-160c-20.59 0-37.336 16.746-37.336 37.332v224c0 20.59 16.746 37.336 37.336 37.336h160c20.586 0 37.332-16.746 37.332-37.336v-224C512 16.746 495.254 0 474.668 0zm0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.active .pmw_icon-growinsights360, .pmw_main-tab-item a:hover .pmw_icon-growinsights360 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E%3Cg%3E%3Cpath d='M197.332 170.668h-160C16.746 170.668 0 153.922 0 133.332v-96C0 16.746 16.746 0 37.332 0h160c20.59 0 37.336 16.746 37.336 37.332v96c0 20.59-16.746 37.336-37.336 37.336zM37.332 32A5.336 5.336 0 0 0 32 37.332v96a5.337 5.337 0 0 0 5.332 5.336h160a5.338 5.338 0 0 0 5.336-5.336v-96A5.337 5.337 0 0 0 197.332 32zM197.332 512h-160C16.746 512 0 495.254 0 474.668v-224c0-20.59 16.746-37.336 37.332-37.336h160c20.59 0 37.336 16.746 37.336 37.336v224c0 20.586-16.746 37.332-37.336 37.332zm-160-266.668A5.337 5.337 0 0 0 32 250.668v224A5.336 5.336 0 0 0 37.332 480h160a5.337 5.337 0 0 0 5.336-5.332v-224a5.338 5.338 0 0 0-5.336-5.336zM474.668 512h-160c-20.59 0-37.336-16.746-37.336-37.332v-96c0-20.59 16.746-37.336 37.336-37.336h160c20.586 0 37.332 16.746 37.332 37.336v96C512 495.254 495.254 512 474.668 512zm-160-138.668a5.338 5.338 0 0 0-5.336 5.336v96a5.337 5.337 0 0 0 5.336 5.332h160a5.336 5.336 0 0 0 5.332-5.332v-96a5.337 5.337 0 0 0-5.332-5.336zM474.668 298.668h-160c-20.59 0-37.336-16.746-37.336-37.336v-224C277.332 16.746 294.078 0 314.668 0h160C495.254 0 512 16.746 512 37.332v224c0 20.59-16.746 37.336-37.332 37.336zM314.668 32a5.337 5.337 0 0 0-5.336 5.332v224a5.338 5.338 0 0 0 5.336 5.336h160a5.337 5.337 0 0 0 5.332-5.336v-224A5.336 5.336 0 0 0 474.668 32zm0 0' fill='%23ffffff'/%3E%3C/g%3E%3C/svg%3E");
}

.active .pmw_icon-documentation, .pmw_main-tab-item a:hover .pmw_icon-documentation {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M4 6V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V9C20 7.34315 18.6569 6 17 6H4ZM4 6V5' stroke='%23FFffff' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M18 6.00002V6.75002H18.75V6.00002H18ZM15.7172 2.32614L15.6111 1.58368L15.7172 2.32614ZM4.91959 3.86865L4.81353 3.12619H4.81353L4.91959 3.86865ZM5.07107 6.75002H18V5.25002H5.07107V6.75002ZM18.75 6.00002V4.30604H17.25V6.00002H18.75ZM15.6111 1.58368L4.81353 3.12619L5.02566 4.61111L15.8232 3.0686L15.6111 1.58368ZM4.81353 3.12619C3.91638 3.25435 3.25 4.0227 3.25 4.92895H4.75C4.75 4.76917 4.86749 4.63371 5.02566 4.61111L4.81353 3.12619ZM18.75 4.30604C18.75 2.63253 17.2678 1.34701 15.6111 1.58368L15.8232 3.0686C16.5763 2.96103 17.25 3.54535 17.25 4.30604H18.75ZM5.07107 5.25002C4.89375 5.25002 4.75 5.10627 4.75 4.92895H3.25C3.25 5.9347 4.06532 6.75002 5.07107 6.75002V5.25002Z' fill='%23FFffff'%3E%3C/path%3E%3Cpath opacity='0.5' d='M8 12H16' stroke='%23FFffff' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3Cpath opacity='0.5' d='M8 15.5H13.5' stroke='%23FFffff' stroke-width='1.5' stroke-linecap='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.active .pmw_icon-account, .pmw_main-tab-item a:hover .pmw_icon-account {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2c2.757 0 5 2.243 5 5.001 0 2.756-2.243 5-5 5s-5-2.244-5-5c0-2.758 2.243-5.001 5-5.001zm0-2c-3.866 0-7 3.134-7 7.001 0 3.865 3.134 7 7 7s7-3.135 7-7c0-3.867-3.134-7.001-7-7.001zm6.369 13.353c-.497.498-1.057.931-1.658 1.302 2.872 1.874 4.378 5.083 4.972 7.346h-19.387c.572-2.29 2.058-5.503 4.973-7.358-.603-.374-1.162-.811-1.658-1.312-4.258 3.072-5.611 8.506-5.611 10.669h24c0-2.142-1.44-7.557-5.631-10.647z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.pmw_icon-support {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0652 11.0231C17.2303 11.1882 17.4542 11.281 17.6876 11.2811L17.688 11.1811C17.7908 11.1819 17.8927 11.1623 17.9878 11.1234C18.0829 11.0844 18.1693 11.0269 18.242 10.9543C18.3146 10.8816 18.3721 10.7952 18.4111 10.7001C18.45 10.605 18.4696 10.5031 18.4688 10.4003H18.5688V10.3998C18.5688 10.3997 18.5688 10.3996 18.5688 10.3995L18.5688 8.19542C18.5688 4.15809 14.9224 0.887305 10.4737 0.887305C6.02488 0.887305 2.37852 4.15809 2.37852 8.19542V10.4003C2.37852 10.6339 2.47131 10.858 2.63649 11.0231C2.80167 11.1883 3.02569 11.2811 3.25929 11.2811C3.49289 11.2811 3.71692 11.1883 3.88209 11.0231C4.04727 10.858 4.14007 10.6339 4.14007 10.4003V8.19542C4.14007 5.17094 6.96804 2.67384 10.4737 2.67384C13.9797 2.67384 16.8072 5.14004 16.8072 8.19542V10.4003C16.8072 10.6339 16.9 10.858 17.0652 11.0231Z' fill='%232271b1' stroke='%232271b1' stroke-width='0.2'/%3E%3Cpath d='M14.696 10.3288L14.696 10.3288C14.7034 10.1001 14.7994 9.88323 14.9638 9.7241C15.1281 9.56498 15.348 9.47607 15.5768 9.47617L14.696 10.3288ZM14.696 10.3288V10.332M14.696 10.3288V10.332M14.696 10.332V17.7462C14.696 17.9798 14.7888 18.2038 14.9539 18.369C15.1191 18.5342 15.3432 18.627 15.5768 18.627M14.696 10.332L15.5768 18.627M15.5768 18.627C18.3151 18.627 20.5613 16.6045 20.5613 14.0672C20.5613 11.5308 18.3161 9.4762 15.5768 9.47617L15.5768 18.627ZM16.4575 16.7639V11.3143C17.0739 11.4421 17.634 11.765 18.0539 12.2366C18.4991 12.7366 18.7599 13.3736 18.7934 14.0421C18.7586 14.7095 18.4971 15.3451 18.0521 15.8439C17.6323 16.3143 17.0729 16.6364 16.4575 16.7639ZM0.360937 14.0422C0.360937 16.5788 2.60636 18.627 5.34547 18.627C5.57907 18.627 5.80309 18.5342 5.96827 18.369C6.13345 18.2038 6.22625 17.9798 6.22625 17.7462V10.3569C6.22625 10.1234 6.13345 9.89932 5.96827 9.73415C5.80309 9.56897 5.57907 9.47617 5.34547 9.47617C2.60693 9.47617 0.360937 11.5051 0.360937 14.0422ZM2.86831 12.2366C3.28826 11.765 3.84836 11.4421 4.46469 11.3143V16.7639C3.84931 16.6364 3.28993 16.3143 2.87013 15.8439C2.4251 15.3451 2.16364 14.7095 2.12886 14.0421C2.1623 13.3736 2.42317 12.7366 2.86831 12.2366Z' fill='%232271b1' stroke='%232271b1' stroke-width='0.2'/%3E%3Cpath d='M12.7349 21.1693H15.3208C16.1657 21.1693 16.976 20.8337 17.5734 20.2363C18.1708 19.6388 18.5064 18.8286 18.5064 17.9837V17.6402C18.5064 17.4066 18.4136 17.1825 18.2485 17.0173C18.0833 16.8522 17.8593 16.7594 17.6257 16.7594C17.3921 16.7594 17.168 16.8522 17.0029 17.0173C16.8377 17.1825 16.7449 17.4066 16.7449 17.6402V17.9837C16.7449 18.3614 16.5948 18.7236 16.3278 18.9907C16.0607 19.2577 15.6985 19.4078 15.3208 19.4078H12.7349C12.5013 19.4078 12.2773 19.5006 12.1121 19.6657C11.9469 19.8309 11.8541 20.0549 11.8541 20.2885C11.8541 20.5221 11.9469 20.7462 12.1121 20.9113C12.2773 21.0765 12.5013 21.1693 12.7349 21.1693Z' fill='%232271b1' stroke='%232271b1' stroke-width='0.2'/%3E%3Cpath d='M11.3978 22.6367L11.3981 22.6367C11.99 22.635 12.5571 22.3986 12.9751 21.9794C13.393 21.5603 13.6277 20.9925 13.6277 20.4005V20.3131C13.6277 19.7216 13.3928 19.1544 12.9746 18.7362C12.5564 18.318 11.9892 18.0831 11.3978 18.0831H9.85495C9.26301 18.0831 8.69521 18.3178 8.27603 18.7358C7.85684 19.1537 7.62048 19.7208 7.61875 20.3128V20.3131V20.4005C7.61875 20.9936 7.85435 21.5624 8.27372 21.9817C8.69309 22.4011 9.26188 22.6367 9.85495 22.6367L11.3978 22.6367ZM9.86744 19.8447H9.86744H11.3978C11.522 19.8447 11.6411 19.894 11.729 19.9818C11.8168 20.0697 11.8662 20.1888 11.8662 20.3131V20.4005C11.8662 20.5255 11.8169 20.6455 11.729 20.7343C11.6412 20.8231 11.522 20.8737 11.3972 20.8752H9.86744C9.74156 20.8752 9.62083 20.8252 9.53182 20.7361C9.4428 20.6471 9.39279 20.5264 9.39279 20.4005V20.3136C9.39429 20.1888 9.44488 20.0696 9.53362 19.9819C9.62249 19.8939 9.74244 19.8446 9.86744 19.8447Z' fill='%232271b1' stroke='%232271b1' stroke-width='0.2'/%3E%3C/svg%3E");
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.pmw_main-tab-item a:hover .pmw_icon-support {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='23' viewBox='0 0 21 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.0652 11.0231C17.2303 11.1882 17.4542 11.281 17.6876 11.2811L17.688 11.1811C17.7908 11.1819 17.8927 11.1623 17.9878 11.1234C18.0829 11.0844 18.1693 11.0269 18.242 10.9543C18.3146 10.8816 18.3721 10.7952 18.4111 10.7001C18.45 10.605 18.4696 10.5031 18.4688 10.4003H18.5688V10.3998C18.5688 10.3997 18.5688 10.3996 18.5688 10.3995L18.5688 8.19542C18.5688 4.15809 14.9224 0.887305 10.4737 0.887305C6.02488 0.887305 2.37852 4.15809 2.37852 8.19542V10.4003C2.37852 10.6339 2.47131 10.858 2.63649 11.0231C2.80167 11.1883 3.02569 11.2811 3.25929 11.2811C3.49289 11.2811 3.71692 11.1883 3.88209 11.0231C4.04727 10.858 4.14007 10.6339 4.14007 10.4003V8.19542C4.14007 5.17094 6.96804 2.67384 10.4737 2.67384C13.9797 2.67384 16.8072 5.14004 16.8072 8.19542V10.4003C16.8072 10.6339 16.9 10.858 17.0652 11.0231Z' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.2'/%3E%3Cpath d='M14.696 10.3288L14.696 10.3288C14.7034 10.1001 14.7994 9.88323 14.9638 9.7241C15.1281 9.56498 15.348 9.47607 15.5768 9.47617L14.696 10.3288ZM14.696 10.3288V10.332M14.696 10.3288V10.332M14.696 10.332V17.7462C14.696 17.9798 14.7888 18.2038 14.9539 18.369C15.1191 18.5342 15.3432 18.627 15.5768 18.627M14.696 10.332L15.5768 18.627M15.5768 18.627C18.3151 18.627 20.5613 16.6045 20.5613 14.0672C20.5613 11.5308 18.3161 9.4762 15.5768 9.47617L15.5768 18.627ZM16.4575 16.7639V11.3143C17.0739 11.4421 17.634 11.765 18.0539 12.2366C18.4991 12.7366 18.7599 13.3736 18.7934 14.0421C18.7586 14.7095 18.4971 15.3451 18.0521 15.8439C17.6323 16.3143 17.0729 16.6364 16.4575 16.7639ZM0.360937 14.0422C0.360937 16.5788 2.60636 18.627 5.34547 18.627C5.57907 18.627 5.80309 18.5342 5.96827 18.369C6.13345 18.2038 6.22625 17.9798 6.22625 17.7462V10.3569C6.22625 10.1234 6.13345 9.89932 5.96827 9.73415C5.80309 9.56897 5.57907 9.47617 5.34547 9.47617C2.60693 9.47617 0.360937 11.5051 0.360937 14.0422ZM2.86831 12.2366C3.28826 11.765 3.84836 11.4421 4.46469 11.3143V16.7639C3.84931 16.6364 3.28993 16.3143 2.87013 15.8439C2.4251 15.3451 2.16364 14.7095 2.12886 14.0421C2.1623 13.3736 2.42317 12.7366 2.86831 12.2366Z' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.2'/%3E%3Cpath d='M12.7349 21.1693H15.3208C16.1657 21.1693 16.976 20.8337 17.5734 20.2363C18.1708 19.6388 18.5064 18.8286 18.5064 17.9837V17.6402C18.5064 17.4066 18.4136 17.1825 18.2485 17.0173C18.0833 16.8522 17.8593 16.7594 17.6257 16.7594C17.3921 16.7594 17.168 16.8522 17.0029 17.0173C16.8377 17.1825 16.7449 17.4066 16.7449 17.6402V17.9837C16.7449 18.3614 16.5948 18.7236 16.3278 18.9907C16.0607 19.2577 15.6985 19.4078 15.3208 19.4078H12.7349C12.5013 19.4078 12.2773 19.5006 12.1121 19.6657C11.9469 19.8309 11.8541 20.0549 11.8541 20.2885C11.8541 20.5221 11.9469 20.7462 12.1121 20.9113C12.2773 21.0765 12.5013 21.1693 12.7349 21.1693Z' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.2'/%3E%3Cpath d='M11.3978 22.6367L11.3981 22.6367C11.99 22.635 12.5571 22.3986 12.9751 21.9794C13.393 21.5603 13.6277 20.9925 13.6277 20.4005V20.3131C13.6277 19.7216 13.3928 19.1544 12.9746 18.7362C12.5564 18.318 11.9892 18.0831 11.3978 18.0831H9.85495C9.26301 18.0831 8.69521 18.3178 8.27603 18.7358C7.85684 19.1537 7.62048 19.7208 7.61875 20.3128V20.3131V20.4005C7.61875 20.9936 7.85435 21.5624 8.27372 21.9817C8.69309 22.4011 9.26188 22.6367 9.85495 22.6367L11.3978 22.6367ZM9.86744 19.8447H9.86744H11.3978C11.522 19.8447 11.6411 19.894 11.729 19.9818C11.8168 20.0697 11.8662 20.1888 11.8662 20.3131V20.4005C11.8662 20.5255 11.8169 20.6455 11.729 20.7343C11.6412 20.8231 11.522 20.8737 11.3972 20.8752H9.86744C9.74156 20.8752 9.62083 20.8252 9.53182 20.7361C9.4428 20.6471 9.39279 20.5264 9.39279 20.4005V20.3136C9.39429 20.1888 9.44488 20.0696 9.53362 19.9819C9.62249 19.8939 9.74244 19.8446 9.86744 19.8447Z' fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='0.2'/%3E%3C/svg%3E");
}
.alert-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4824 2.2334C6.06414 2.2334 2.48242 5.81512 2.48242 10.2334C2.48242 14.6517 6.06414 18.2334 10.4824 18.2334C14.9007 18.2334 18.4824 14.6517 18.4824 10.2334C18.4824 5.81512 14.9007 2.2334 10.4824 2.2334ZM0.482422 10.2334C0.482422 4.71055 4.95957 0.233398 10.4824 0.233398C16.0053 0.233398 20.4824 4.71055 20.4824 10.2334C20.4824 15.7562 16.0053 20.2334 10.4824 20.2334C4.95957 20.2334 0.482422 15.7562 0.482422 10.2334Z' fill='%23CCCCCC'/%3E%3Cpath d='M10.4824 8.2334C11.0347 8.2334 11.4824 8.68111 11.4824 9.2334V15.2334C11.4824 15.7857 11.0347 16.2334 10.4824 16.2334C9.93014 16.2334 9.48242 15.7857 9.48242 15.2334V9.2334C9.48242 8.68111 9.93014 8.2334 10.4824 8.2334Z' fill='%23CCCCCC'/%3E%3Cpath d='M11.9824 5.7334C11.9824 6.56183 11.3108 7.2334 10.4824 7.2334C9.65399 7.2334 8.98242 6.56183 8.98242 5.7334C8.98242 4.90497 9.65399 4.2334 10.4824 4.2334C11.3108 4.2334 11.9824 4.90497 11.9824 5.7334Z' fill='%23CCCCCC'/%3E%3C/svg%3E");
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.pmw_icon-freevspro {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.25,1H12c-0.4140625,0-0.75,0.3359375-0.75,0.75v4.0625h-9.5c-0.4140625,0-0.75,0.3359375-0.75,0.75  V24.25C1,24.6640625,1.3359375,25,1.75,25h12.2451172c0.4140625,0,0.75-0.3359375,0.75-0.75v-4.0556641H24.25  c0.4140625,0,0.75-0.3359375,0.75-0.75V1.75C25,1.3359375,24.6640625,1,24.25,1z M13.2451172,23.5H2.5v-7.59375h5.7961426  l-2.4074707,2.4082031c-0.1953125,0.1953125-0.1953125,0.5117188,0,0.7070313  c0.0976563,0.0976563,0.2255859,0.1464844,0.3535156,0.1464844s0.2558594-0.0488281,0.3535156-0.1464844L9.855835,15.760376  c0.0463867-0.0462646,0.0831909-0.1016846,0.1086426-0.163208c0.0505371-0.1221924,0.0505371-0.2596436,0-0.3818359  c-0.0254517-0.0615234-0.0622559-0.1169434-0.1086426-0.163208l-3.2601318-3.2611084  c-0.1953125-0.1953125-0.5117188-0.1953125-0.7070313,0s-0.1953125,0.5117188,0,0.7070313L8.2961426,14.90625H2.5V7.3125h9.4951782  c0.001709,0,0.0031128,0.0009766,0.0048218,0.0009766S12.0031128,7.3125,12.0048218,7.3125h1.2402954V23.5z M14.7451172,18.6943359  V6.5625c0-0.4140625-0.3359375-0.75-0.75-0.75H12.75V2.5H23.5v7.5976563h-5.7990723l2.4084473-2.4091797  c0.1953125-0.1953125,0.1953125-0.5117188,0-0.7070313s-0.5117188-0.1953125-0.7070313,0l-3.2611084,3.262085  c-0.0463867,0.0462646-0.0831909,0.1016846-0.1086426,0.163208c-0.0505371,0.1221924-0.0505371,0.2596436,0,0.3818359  c0.0254517,0.0615234,0.0622559,0.1169434,0.1086426,0.163208l3.2611084,3.262085  c0.0976563,0.0976563,0.2255859,0.1464844,0.3535156,0.1464844s0.2558594-0.0488281,0.3535156-0.1464844  c0.1953125-0.1953125,0.1953125-0.5117188,0-0.7070313l-2.4084473-2.4091797H23.5v7.5966797H14.7451172z' fill='%232271b1'/%3E%3C/svg%3E");
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
}
.active .pmw_icon-freevspro,  .pmw_main-tab-item a:hover .pmw_icon-freevspro{
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.25,1H12c-0.4140625,0-0.75,0.3359375-0.75,0.75v4.0625h-9.5c-0.4140625,0-0.75,0.3359375-0.75,0.75  V24.25C1,24.6640625,1.3359375,25,1.75,25h12.2451172c0.4140625,0,0.75-0.3359375,0.75-0.75v-4.0556641H24.25  c0.4140625,0,0.75-0.3359375,0.75-0.75V1.75C25,1.3359375,24.6640625,1,24.25,1z M13.2451172,23.5H2.5v-7.59375h5.7961426  l-2.4074707,2.4082031c-0.1953125,0.1953125-0.1953125,0.5117188,0,0.7070313  c0.0976563,0.0976563,0.2255859,0.1464844,0.3535156,0.1464844s0.2558594-0.0488281,0.3535156-0.1464844L9.855835,15.760376  c0.0463867-0.0462646,0.0831909-0.1016846,0.1086426-0.163208c0.0505371-0.1221924,0.0505371-0.2596436,0-0.3818359  c-0.0254517-0.0615234-0.0622559-0.1169434-0.1086426-0.163208l-3.2601318-3.2611084  c-0.1953125-0.1953125-0.5117188-0.1953125-0.7070313,0s-0.1953125,0.5117188,0,0.7070313L8.2961426,14.90625H2.5V7.3125h9.4951782  c0.001709,0,0.0031128,0.0009766,0.0048218,0.0009766S12.0031128,7.3125,12.0048218,7.3125h1.2402954V23.5z M14.7451172,18.6943359  V6.5625c0-0.4140625-0.3359375-0.75-0.75-0.75H12.75V2.5H23.5v7.5976563h-5.7990723l2.4084473-2.4091797  c0.1953125-0.1953125,0.1953125-0.5117188,0-0.7070313s-0.5117188-0.1953125-0.7070313,0l-3.2611084,3.262085  c-0.0463867,0.0462646-0.0831909,0.1016846-0.1086426,0.163208c-0.0505371,0.1221924-0.0505371,0.2596436,0,0.3818359  c0.0254517,0.0615234,0.0622559,0.1169434,0.1086426,0.163208l3.2611084,3.262085  c0.0976563,0.0976563,0.2255859,0.1464844,0.3535156,0.1464844s0.2558594-0.0488281,0.3535156-0.1464844  c0.1953125-0.1953125,0.1953125-0.5117188,0-0.7070313l-2.4084473-2.4091797H23.5v7.5966797H14.7451172z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}

/*End tab section*/
.pmw_form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
}
.pmw_form-row.google_ads_conversion_is_enable, .pmw_form-row.google_ads_dynamic_remarketing_is_enable, .pmw_form-row.google_ads_enhanced_conversion_is_enable,
.pmw_form-row.sub_section_google_ads_conversion, .pmw_form-row.sub_section_google_ads_form_conversion, .pmw_form-row.google_ads_conversion{margin-bottom: 10px;}
.pmw_form-group {padding-right: 5px;padding-left: 5px;width: 100%;}
.pmw_form-wrapper { padding-top: 28px;  max-width: 800px; }
.pmw_page-wrapper { padding-top: 28px; display: flex;  max-width: 100%; }
.pmw-left-wrapper{display: flex;  max-width: 100%;}
.pmw-section{ margin-bottom: -10px; margin-top: 20px; font-size: 18px; font-weight: 700;}
.pmw-sub-section{ font-size: 18px; text-transform: capitalize; cursor: auto;}
.pmw_form-wrapper_freevsprow{
  max-width: inherit;
  text-align: center;
}
.form-input-inline {display: flex;align-items: flex-start;flex-wrap: wrap}
.flex-full {flex: 1;}
.form-input-highlite-text {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 2px;
    margin-left: 5px;
}
.form-input-highlite-text b {font-weight: 400;}
.offspace-top-1 {margin-top: 6px;}
.alert-wrapper {
    padding-left: 10px;
    position: relative;
    padding-right: 5px;
    min-width: 55px;
}
.pmw-alert-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: rgba(60,67,74,0);
    margin: 0;
    box-shadow: none;
    cursor: pointer;
}
.pmw-alert-text {
    position: absolute;
    box-shadow: 0 .2rem .2rem rgba(60,67,74, 0.25);
    border-radius: 10px;
    background-color: #2271b1;
    padding: 5px 15px;
    min-width: 339px;
    left: -444%;
    transform: translateY(20px);
    transition: transform .5s ease-out;
    opacity: 0;
    visibility: hidden;
    margin-left: 28px;
    color: #ddd;
    z-index: 1;
}
.pmw-alert-text a{
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}
.pmw-checkbox-alert-btn {
    height: 20px;
}
.pmw-alert-text::before {
    content: '';
    border: 13px solid transparent;
    position: absolute;
    top: -24px;
    left: 234px;
    border-bottom-color: #2271b1;
    border-bottom-width: 20px;
}
.alert-wrapper .pmw-alert-btn:hover ~ .pmw-alert-text,.pmw-alert-text:hover {
    opacity: 1;
    visibility: visible; 
    transform: translateY(0);
}
.pmw-alert-text p {
    line-height: 18px;
    margin-bottom: 5px;
}
.pmw_page label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
    cursor: auto;
    min-height: 18px;
}
.pmw_page .pmw_form-control:disabled, .pmw_page input:disabled{
  background-color: #f0e0e0;
}
#pixels_save:disabled{background-color: #fff; color: #fff;}
.pmw_page .pmw_form-control:focus{
    font-size: 20px;
}
.pmw_page img.pmw-setting-icon{max-width: 20px;}
.pmw_page .pmw_pro_paln_link{text-transform: none; margin-left: 5px;}
.pmw_page .pmw_form-control {
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 25px;
    color: #4D4D4D;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pmw_page select.pmw_form-control {
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 51px;
    max-height: 51px;
}
.pmw_page .pmw_box-check {width: 100%}
.pmw_page .form-check.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 24px;
}
.pmw_page .form-check-input[type="radio"],.form-check-input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.pmw_page .form-check-label {
    position: relative;
    margin: 0;
    padding-left: 27px;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    cursor: pointer;
}
.pmw_page .form-check-radio .form-check-label::before {
    content: '';
    background-color: #fff;
    position: absolute;
    left: 4px;
    border-radius: 10px;
    top: 4px;
    transition: .25s ease-out;
    width: 9px;
    height: 9px;
}
.pmw_page .form-check-input[type="radio"]:checked ~ label::before {background-color: #2271b1;}
.pmw_page .form-check-radio .form-check-label::after {
  content: '';
  border: 1px solid #ccc;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 20px;
  top: 0;
  left: 0;
}

.pmw_page .pmw-multi_checkbox_list{
  display: block;  margin: 20px 0 0px 10px;
}
.pmw_page .pmw_options_checkbox{
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.pmw_page .pmw_options_checkbox label{font-weight: normal;}

.pmw_page .form-check-checkbox .form-check-label {line-height: 20px;}
.pmw_page .form-check-checkbox .form-check-label::before {
    content: '';
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #ccc;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
    z-index: 1;
}
.pmw_page .form-check-checkbox .form-check-label::after {
    content: '';
    border: 1px solid #ccc;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    top: 0;
    left: 0;
}
.pmw_page .form-check-input[type="checkbox"]:checked ~ label::after {background-color: #2271b1;border-color: #2271b1;}
.form-check-input[type="checkbox"]:checked ~ label::before {border-color: #fff;}

.pmw_page .pmw_form-control::placeholder { 
    color: #4D4D4D;
    opacity: 0.6;
    font-weight: 300;
    position: absolute;
    left: 5px;
    bottom: 2px;
}
.pmw_form-control:-ms-input-placeholder {
    color: #4D4D4D;
    font-weight: 300;
    position: absolute;
    left: 5px;
    bottom: 2px;
}
.pmw_form-control::-ms-input-placeholder { 
    color: #4D4D4D;
    font-weight: 300;
    position: absolute;
    left: 5px;
    bottom: 2px;
}
.pmw_form-control:focus {border-color: #2271b1; box-shadow: 0 0 0 1px #2271b1; outline: 0 !important}
.custom-control.custom-switch {
    position: relative;
    min-height: 26px;
    padding-left: 52px;
}
.custom-control.custom-switch .pmw_custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 52px;
    height: 26px;
    opacity: 0;
    margin: 0;
}
.custom-control.custom-switch .pmw_custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 12px;
    line-height: 26px;
    font-weight: 300;
    padding-left: 10px;
}
.pmw_switch-with-title .pmw_row-title{margin: 14px 0 0 0;}
.pmw_page label.pmw_switch_title{margin: 14px 0 0 0; font-size: 16px;}
.custom-switch .pmw_custom-control-label::before {
    position: absolute;
    top: 0;
    display: block;
    height: 26px;
    content: "";
    background-color: #fff;
    border: 1px solid #ccc;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    left: -52px;
    width: 52px;
    pointer-events: all;
    border-radius: 16px;
    cursor: pointer;
}
.pmw_form-group.active .pmw_custom-control-label::before {    
    top: 9px;
}
.custom-switch .pmw_custom-control-label::after {
    position: absolute;
    display: block;
    content: "";
    top: 4px;
    left: -46px;
    width: 18px;
    height: 18px;
    background-color: #CCC;
    border-radius: 20px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.pmw_form-group.active .pmw_custom-control-label::after {    
    top: 13px;
}
.disabled .pmw_custom-control-label::before{background-color: #a99;}
.pmw_custom-control-input:checked ~ .pmw_custom-control-label::before {
    color: #fff;
    border-color: #2271b1;
    background-color: #2271b1;
}
.custom-switch .pmw_custom-control-input:checked ~ .pmw_custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(23px);
    transform: translateX(23px);
}
.pmw_input-col-lg {
    width: 80%;
}
.form-multi-input-inline .pmw_input-col-lg {
    width: 97%;
}
.pmw_input-col-sm {
    width: 20%;
    display: flex;
    align-items: center;
}
/*modal*/
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
    z-index: 1072;
}
.modal-open {overflow: hidden;}
.modal-open .modal {overflow-x: hidden;overflow-y: auto;}
.fade.show {
    display: block;
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 10px;
    outline: 0;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1071;
    background-color: #3c434a;
}
.modal-backdrop.fade {opacity: 0;}
.modal-backdrop.show {opacity: .5;}
.close {
    position: absolute;
    right: 0;
    top: 0;
    background: #2271b1;
    border-radius: 0px 10px 0px 0px;
    padding: 5px 15px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    z-index: 1;
}
.modal-middle-area {
    padding: 18px 48px 13px;
}
.modal_button-area {
    display: flex;
    flex-wrap: wrap;
    margin-left: -11px;
    margin-right: -11px;
    padding-top: 12px;
}
.modal_button-area > .pmw_btn {
    flex: 1;
    margin: 11px;
}
.modal-bottom-area {
    background-color: rgba(3, 165, 243,.1);
    padding: 0 48px;
    border-radius: 10px 10px 0px 0px;
}
.modal-top-area {
    background-color: #E6F6FE;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
}
.modal-top-area::after {
    content: '';
    background-color: #E6F6FE;
    height: 68px;
    clip-path: polygon(54% 50%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
}
.modal-bottom-area h2 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #2271b1;
    padding-top: 20px;
    padding-bottom: 20px;
cursor: pointer;
    display: inline-block;
    padding-right: 32px;
    position: relative;
}
.modal-bottom-area h2::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.323655 0.365159C0.714179 -0.0253655 1.34734 -0.0253655 1.73787 0.365159L7.03076 5.65805L12.3237 0.365159C12.7142 -0.0253655 13.3473 -0.0253655 13.7379 0.365159C14.1284 0.755683 14.1284 1.38885 13.7379 1.77937L7.73787 7.77937C7.34734 8.1699 6.71418 8.1699 6.32366 7.77937L0.323655 1.77937C-0.0668694 1.38885 -0.0668694 0.755683 0.323655 0.365159Z' fill='%2303A8F3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 15px 9px;
    content: '';
    width: 15px;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.toggle_title-text.active::after {
    transform: translateY(-50%) scaleY(-1);
}
.logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}
.logo_section-img {
    position: relative;
    padding: 40px;
    margin: 0 auto;
    display: inline-flex;
}
.logo_section-img img {
    /*background-color: rgba(2, 116, 153, .1);*/
    min-width: 108px;
    min-height: 102px;
    display: block;
    border-radius: 10px;
    object-fit: cover;
        max-height: 120px;
}
.logo_section-img:not(:last-child)::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9531 6.61182V10.4111H0.84668V6.61182H15.9531ZM10.4736 0.632812V16.6777H6.34131V0.632812H10.4736Z' fill='%23CCCCCC'/%3E%3C/svg%3E");
    background-size: 16px 17px;
    display: inline-flex;
    background-repeat: no-repeat;
    position: absolute;
    width: 16px;
    height: 17px;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
}
.pmw_slide-down-area ul {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0 0 18px 0;
}
.pmw_slide-down-area ul li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 18px;
    align-items: center;
}
.pmw_slide-area-image {
    min-width: 52px;
    min-height: 52px;
    background-color: rgba(3, 165, 243, .1);
    border-radius: 999px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pmw_slide-area-image img {max-height: 25px;max-width: 24px;}
.pmw_slide-area-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 10px;
}
.pmw_slide-area-content {max-width: 340px;}
.pmw_slide-down-area {display: none}
.pmw_slide-area-content p {margin-bottom: 0;}
.pmw_slide-down-area ul li .custom-control.custom-switch {margin-left: auto}
.modal-middle-area p {
    line-height: 26px;
    margin-bottom: 0;
    font-weight: 300;
}
.modal-middle-area p a {
    color: #2271b1;
    font-weight: 500;
    text-decoration: underline;
}
.modal-middle-area p strong {
    font-weight: 400;
}
.toaster-bottom {
  position: fixed;
  bottom: 38px;
  left: 180px;
  transform: translateY(90px);
  transition: transform .4s ease-out;
  opacity: 0;
  visibility: hidden;
  
}
.toaster-bottom:not(.active) {pointer-events: none;}
.toaster-bottom.active {
   transform: translateY(0); 
   opacity: 1;
  visibility: visible;
}
.toaster-box {background: #2271b1;
    box-shadow: -7px 6px 4px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 24px;
    max-width: 432px;
    color: #ddd;}
.toaster-box h4 {font-size: 18px;line-height: 27px;margin-bottom: 6px;}
.toaster-box p {line-height: 27px;margin-bottom: 0;}
form#pmw-pixels{width: 80%;}
.form-multi-input-inline{width: 50%; position: relative;}

.pmw_right_sidebar{
    display: inline-flex;
    flex-direction: column;
    float: right;
    width: 28%;
    font-size: 13px;
    gap: 16px;
}
.pmw_right_sidebar .pmw-sec-2{
    text-align: center;
    margin-top: 12px;
    margin-left: 10px;
    color: #4a5565;
    border-radius: 14px;
    border: 1px solid rgba(34, 113, 177, 0.12);
    padding: 18px 12px 14px;
    background: linear-gradient(135deg, rgba(244, 252, 255, 0.65), rgba(255, 255, 255, 0.95));
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.08);
}
.pmw_right_sidebar .pmw-pro-plan-sell-box{
    border-radius: 14px;
    background: #f4fcff;
    box-shadow: 0 15px 25px rgba(34, 113, 177, 0.12);
    padding: 22px 24px;
    border: 1px solid rgba(34, 113, 177, 0.1);
    margin-left: 10px;
    margin-right: 6px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.pmw_right_sidebar .pmw-pro-plan-sell-box::before {
    content: '';
    position: absolute;
    inset: 12px;
    border-radius: 10px;
    border: 1px dashed rgba(34, 113, 177, 0.15);
    pointer-events: none;
}
#pmw_right_sidebar a.pmw-plan_link-btn, .frrtopro a.pmw-plan_link-btn{display: block;
  text-align: center;
  background: #2271b1;
  color: #fff;
  max-width: 133px;
  border-radius: 999px;
  padding: 9px 18px;
  margin: 10px auto 0;
  font-weight: 600;
  box-shadow: 0 10px 18px rgba(34, 113, 177, 0.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.pmw-account .frrtopro .pmw-plan_link-btn{
    max-width: 150px;
}
#pmw_right_sidebar a.pmw-plan_link-btn:hover, .frrtopro a.pmw-plan_link-btn:hover{color: #fff; background-color: #3c434a;
    border-color: #3c434a;}
#pmw_right_sidebar ul{margin: 0;}
#pmw_right_sidebar ul li{margin-bottom: 20px;}
#pmw_right_sidebar ul li:last-child{margin-bottom:0;}

.pmw-pro-bg{background: #2271b1;
    border-radius: 16px;
    padding: 7px 29px;
    margin-left: 10px; border: 2px solid #fff;
    color: #fff; transition: background-color .3s cubic-bezier(.165,.84,.44,1), box-shadow .3s cubic-bezier(.165,.84,.44,1);
    box-shadow: 0 4px 4px rgba(8, 8, 8, .08), 0 1px 2px rgba(8, 8, 8, .2), inset 0 6px 12px rgba(255, 255, 255, .12), inset 0 1px 1px rgba(255, 255, 255, .2);}
.pmw-plan_link-btn + .pmw-trywithfree {
    color: #2271b1;
    font-weight: 600;
}
.pmw-trywithfree:hover {
    color: #0f172a;
}
.pmw_right_sidebar .sidebar-img img {
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
    background: #f4fcff;
}
.pmw_right_sidebar .pmw-pro-plan-sell-box ul {
    list-style: none;
    padding: 0;
}
.pmw_right_sidebar .pmw-pro-plan-sell-box ul li {
    color: #1f2937;
    line-height: 1.5;
}
.pmw_right_sidebar .pmw-sec-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pmw_right_sidebar .pmw-sec-2 ul li {
    font-size: 14px;
}
.pmw_right_sidebar .pmw-sec-2 ul li:first-child {
    font-weight: 600;
    margin-bottom: 6px;
}
.pmw_right_sidebar .pmw-sec-2 .pmw_link-list-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(34, 113, 177, 0.12);
    transition: background .2s ease, color .2s ease;
}
.pmw_right_sidebar .pmw-sec-2 .pmw_link-list-link::after {
    content: '↗';
    font-size: 14px;
}
.pmw_right_sidebar .pmw-sec-2 .pmw_link-list-link:hover {
    background: #2271b1;
    color: #fff;
}
@media (max-width: 1024px) {
    .pmw_right_sidebar {
        width: 32%;
    }
}
@media (max-width: 900px) {
    .pmw_right_sidebar {
        width: 100%;
        float: none;
        margin-top: 24px;
    }
    .pmw_right_sidebar .pmw-pro-plan-sell-box {
        margin-left: 0;
        margin-right: 0;
    }
}
#sec-pmw-pixels, #sec-pmw-pixels-integration, #sec-pmw-pixels-cookies {
  opacity: 0;
  visibility: hidden;
  height: 0px;
  transform: translateY(90px);
  transition: transform .4s ease-out;
  padding-top: 0;
  overflow: hidden;
}
#sec-pmw-pixels.active, #sec-pmw-pixels-integration.active, #sec-pmw-pixels-cookies.active {
    position: relative;
    transform: translateY(0); 
   opacity: 1;
   padding-top: 30px;
  visibility: visible; height: inherit;}
.pmw_side_menu {position: relative;}
.pmw_side_menu ul{padding: 0; margin: 0;} 
.pmw_side_menu_list li{cursor: pointer;
    padding: 9px 7px 14px 7px;
    border-radius: 0 5px;
    display: inline; margin-right: 8px;}
.pmw_side_menu_list li.active{border-bottom: 1px solid #2271b1;
    border-right: 1px solid #2271b1;
    border-left: 1px solid #2271b1;
    border-radius: 0px 0px 5px 5px;
    background-color: #f4fcff;
    box-shadow: 1px 2px 3px rgb(0, 0, 0, 0.15);}
.pmw_side_menu_list li img{vertical-align: middle;}
.pmw_order-info li label{ width: 180px; font-weight: 600; }
.pmw_order-info li span{ margin-bottom: 16px; display: inline-block; vertical-align: middle; }
.rm-b { margin-bottom: 0; }
.pmw_rate_us_footer{ box-shadow: 0 .2rem .2rem rgba(0, 0, 0, .15);
    margin: 10px 0px 10px 0px;
    display: block;
    max-width: 75%;
    padding: 10px 20px; border: 1px solid #2271b1; }
.pmw_rate_us_footer a { font-size: 17px; font-style: oblique; }
.pmw_new_features {
    background-color: #2271b1;
    padding: 0 2px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    margin-left: 2px;
    vertical-align: top;
    border-radius: 11px;
    margin-top: -6px;
    display: inline-block;
    line-height: 1.2;
    padding: 3px 5px;
}
.active .pmw_new_features {
    background-color:#F1F1F1;
    color: #000;
}
.pmw_new_features_menu_item{min-width: 270px;}
@media(min-width:576px) {
    .modal-dialog {max-width: 580px;margin: 25px auto;}
    .modal-dialog-centered {min-height: calc(100% - (25px * 2));}
}
@media(max-width:575px) {
    .logo_section-img {padding: 12px;}
    .close {padding: 4px 10px;font-size: 20px;}
    .logo-section {padding: 30px 8px 20px;}
    .logo_section-img:not(:last-child)::after {background-size: 100% 100%;width: 10px;height: 11px;right: -5px;}
    .logo_section-img img {min-width: 100%;min-height: 100%;}
    .modal-middle-area,.modal-bottom-area {padding-left: 20px;padding-right: 20px;}
    .modal_button-area > .pmw_btn {min-width: auto;padding-left: 10px;padding-right: 10px;margin-left: 5px;margin-right: 5px;font-size: 14px}
    .modal_button-area {margin-left: -5px;margin-right: -5px;padding-top: 12px;}
    .modal-bottom-area h2 {font-size: 16px;line-height: 20px;padding-right: 20px;}
    .pmw_slide-area-image {min-width: 40px;min-height: 40px;margin-right: 10px;}
    .pmw_slide-area-image img {max-height: 18px;max-width: 20px;}
    .pmw_slide-area-title {font-size: 14px;line-height: 20px;margin-bottom: 5px;}
    .pmw_slide-area-content p {font-size: 12px;line-height: 1.2;}
}
/*End popup*/
/*Responsive*/
@media(min-width:768px) and (max-width:1160px) {
    .pmw-alert-text {margin-left: 0;right: -20px;left: auto;}
    .pmw-alert-text::before {left: auto;right: 32px;}
}
@media(max-width:1000px) {
    .hero_image-holder::after {top: -55%;}
}
@media(max-width:900px) {
    .hero_image-holder::after {top: -50%;}
    .pmw_link-list-item {padding-left: 15px;}
    .pmw_main-tab-link {padding: 12px 5px;font-size: 16px;}
}
@media(max-width:767.45px) {
    .sm-none {display: none !important;}
    .pmw_col-sm-6 {width: 50%}
    .pmw_form-wrapper {padding-left: 0;}

    .alert-wrapper {padding-left: 0;}
    .pmw-alert-text {margin-left: 25px;min-width: calc(100vw - 25px);}
    .pmw-alert-text::before {left: 27px;}
}
@media(max-width:600px) {
    .pmw_input-col-lg,.pmw_input-col-sm {width: 100%;}
    .pmw_icon {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        min-height: 25px;
    }
}
@media (max-width:479px) {
    .hero-caption {padding-left: 20px;padding-bottom: 30px;}
    .pmw_sm-align-bottom {align-items: flex-end !important;}
    .hero-caption .pmw_btn {min-width: auto;}
    .pmw_main-tab-link {font-size: 14px;}
}
/*End Responsive*/
/** old CSS */
#pmw_loader.is_loading{
  border: 4px solid #2271b1; /* Light grey */
  border-top: 4px solid #ffffff; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: ptm-spin 2s linear infinite;
  position: absolute;
  top: 31%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.pmw_btn:has(.is_loading){
  color: #2271b1;
  cursor: default;
}
@keyframes ptm-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*.toplevel_page_pixel-manager #wpbody-content{padding-bottom: 40px}*/
.pmw_page textarea {min-height: 100px;}
.pmw_page textarea#tiktok_conversion_api_token {min-height: 50px;}
.pmw-rate-us img { width: 90px; vertical-align: sub; margin: 0 0 0px 10px;}
.pmw_rate_us_header{text-align: end;  font-size: 11px; margin-top: 20px;}
.notice, .notice-error{display: none;}
/*freevspro*/
.pmw_page .rounded-pill {
  border-radius: 50rem !important;
}
.pmw-pricing-plan .pmw_col-4{padding: 20px;}
.pmw_page .rounded-lg {
  border-radius: 1rem !important;
}
.pmw_page .p-5 {
    padding: 3rem!important;
}
.pmw_page .p-2 {
    padding: 2rem!important;
}
.pmw_page .shadow {
    box-shadow: 0 .5rem .3rem rgba(0, 0, 0, .15) !important;
}
.pmw_page .text-uppercase {
    letter-spacing: 0.2em;
}
.pmw_page .font-weight-bold {
    font-weight: 700!important;
}
.pmw_page .font-weight-normal {
    font-weight: 400!important;
}
.pmw_page .text-uppercase {
    text-transform: uppercase!important;
}
.pmw_page .align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.pmw_page .text-center {
    text-align: center!important;
}
.pmw_page .mb-6, .pmw_page .my-6 {
    margin-bottom: 4rem!important;
}
.pmw_page .mb-5, .pmw_page .my-5 {
    margin-bottom: 3rem!important;
}
.pmw_page .mb-4, .pmw_page .my-4 {
    margin-bottom: 1.5rem!important;
}
.pmw_page .mb-3, .pmw_page .my-3 {
    margin-bottom: 1rem!important;
}
.pmw_page .ml-2, .pmw_page .mx-2 {
    margin-left: 0.5rem!important;
}
.pmw_page .mt-2 {
    margin-top: 0.5rem!important;
}
.pmw_freevsprow .h6, .pmw_freevsprow h6 {
    font-size: 1rem;
}
.pmw_freevsprow .h2, .pmw_freevsprow h2 {
    font-size: 2rem;
}

.pmw_page .price_allow_site {
    color: #2271b1;
    font-size: 14px;
}
.pmw_page .custom-separator {
    width: 5rem;
    height: 6px;
    border-radius: 1rem;
}
.pmw_page .ml-auto, .pmw_page .mx-auto {
    margin-left: auto!important;
}
.pmw_page .mr-auto, .pmw_page .mx-auto {
    margin-right: auto!important;
}
.pmw_page .pmw-pricing-plan ul li {
    background: url(../images/footerlistarrow.svg) no-repeat 0 4px;
    padding-left: 20px;
    margin-bottom: 1rem!important;
    display: list-item;
    text-align: -webkit-match-parent;
}

.pmw_page .pmw-pricing-plan ul {
    font-size: 0.9rem !important;
    text-align: left!important;
    margin-bottom: 3rem!important;
    margin-top: 3rem!important;
    padding-left: 0;
    list-style: none;
}
.pmw_page .pmw-pricing-plan ul li.ptm-has-price-child ul{
    margin-top: 1rem!important;
    margin-bottom: 2rem!important;
    list-style: circle;
}
.pmw_page .pmw-pricing-plan ul li.ptm-has-price-child ul li{
    background: none;
    padding-left: 5px;
    margin-left: 14px;
}
.pmw_freevsprow .h1, .pmw_freevsprow .h2, .pmw_freevsprow .h3, .pmw_freevsprow .h4, .pmw_freevsprow .h5, .pmw_freevsprow .h6, .pmw_freevsprow h1, .pmw_freevsprow h2, .pmw_freevsprow h3, .pmw_freevsprow h4, .pmw_freevsprow h5, .pmw_freevsprow h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.pmw_price-table-wrapper table .ptm-full-width{width: 100%;}

.pmw_form-group{position: relative;}
.pmw_page label.pmw_row-title-absolute{position: absolute;transition: top .1s;
    top: 5px;
    left: 14px; font-size: 13px;}
.pmw_page label.pmw_row-title-absolute span{vertical-align: top;}
.pmw_page .pmw_form-control{padding: 12px 15px 8px 15px; border-radius: 4px; }
.pmw_page .pmw_form-control:focus{
    font-size: 14px;
}
.pmw_page .pmw_form-group.active label{top: -9px; transition: top .1s; font-size: 12px; padding: 0 5px; background: #fff; font-weight: normal;}
.pmw_page .form-multi-input-inline.active label{top: -9px; font-size: 12px; padding: 0 5px; background: #fff; font-weight: normal;}
.pmw_page .pmw_checkbox-with-title label{cursor: pointer; font-weight: 400; font-size: 16px;}

/* SWITCH STYLES */
.pmw-pricing-plan{text-align: center;}
:root {
  --white: white;
  --gray: #999;
  --lightgray: whitesmoke;
  --darkgreen: #2271b1;
  --popular: #ffdd40;
  --starter: #2271b1;
  --essential: #2271b1;
  --professional: #2271b1;
}
.switch-wrapper {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid lightgrey;
  margin-bottom: 40px;
  border-radius: 30px;
  background: var(--white);
}

.switch-wrapper [type="radio"] {
  position: absolute;
  left: -9999px;
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"],
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"] {
  color: var(--white);
}

.switch-wrapper [type="radio"]:checked#monthly ~ label[for="monthly"]:hover,
.switch-wrapper [type="radio"]:checked#yearly ~ label[for="yearly"]:hover {
  background: transparent;
}

.switch-wrapper
  [type="radio"]:checked#yearly
  + label[for="monthly"]
  ~ .highlighter {
  transform: translateX(100%);
}

.switch-wrapper
  [type="radio"]:checked#monthly
  + label[for="yearly"]
  ~ .highlighter {
  transform: none;
}

.switch-wrapper label {
  font-size: 16px;
  z-index: 1;
  min-width: 100px;
  line-height: 32px;
  cursor: pointer;
  border-radius: 30px;
  transition: color 0.25s ease-in-out;
  margin: 3px;
}

.switch-wrapper label:hover {
  background: var(--lightgray);
}

.switch-wrapper .highlighter {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background: var(--darkgreen);
  transition: transform 0.25s ease-in-out;
}

/* TABLE STYLES*/
.pmw-pricing-plan .bg-white {
    background-color: #f4fcff !important;
}
.pmw_price-table-wrapper {
  background: var(--white);
  overflow-x: auto;
}

.pmw_price-table-wrapper table {
  width: 100%;
  border-collapse: collapse;
  /*border: 1px solid #dddddd73;*/
}

.pmw_price-table-wrapper table tr {
  display: flex;
}
.pmw_price-table-wrapper table tbody tr {
  border-left:  1px solid #dddddd73;
  border-right:  1px solid #dddddd73;
}
.pmw_price-table-wrapper table tbody tr:has(.ptm-full-width) {
  border-left: none;
  border-right: none;
}

.pmw_price-table-wrapper table th,
.pmw_price-table-wrapper table td {
  width: 25%;
  min-width: 150px;
  background-color: #fff;
  text-align: center;
  color: inherit;
  padding: 0;
}
.pmw_show {cursor: pointer; font-weight: 500; display: block;
    width: 100%; padding: 5px 10px;
    background: #f4fcff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,.15);}
.plan-list .pmw_show::after{ content: "";
    background-image: url("../images/footerlistarrow.svg");
  background-size: 20px 21px;
  transform: rotate(90deg);
  width: 20px;
  height: 21px;
  margin: 0 auto;
  top: 5px;
    right: 12px;
    position: absolute;
    display: inline-block;
}
#show-all-features.active .pmw_form-row{
    margin-bottom: 0px; margin-top: 30px;
}
.plan-list .pmw_show.active::after{transform: rotate(-90deg);}
.plan-list #show-all-features{visibility: hidden; height: 0; overflow: hidden; transition: transform .4s ease-out; transform: translateY(90px);}
.plan-list #show-all-features.active{visibility:visible; height: auto; transition: transform .4s ease-in; transform: translateY(10px);}
.plan-list .pmw_price-table-wrapper table th,
.plan-list .pmw_price-table-wrapper table td {
    width: 33.33%;
}
.plan-list .pmw_price-table-wrapper table th .heading{padding: 10px;}
.plan-list .pmw_price-table-wrapper table{border: none;}
.plan-list .pmw_price-table-wrapper th, .plan-list .pmw_price-table-wrapper td{border: none;}
.pmw_price-table-wrapper table th button{margin: 0 auto;}

.pmw_price-table-wrapper table th:nth-child(1) {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 1rem 0px;
  width: 35%;
}

.pmw_price-table-wrapper table th:nth-child(1) .svg-wrapper {
  margin-top: 10px;
}

.pmw_price-table-wrapper table th:nth-child(1) svg {
  width: 22px;
  height: 22px;
}

.pmw_price-table-wrapper table th .heading {
  padding: 1rem;
  color: var(--white);
}
.pmw_price-table-wrapper table th:nth-child(2) .heading {
  color: inherit;
}
.pmw_price-table-wrapper table th:nth-child(3) .heading {
  background: var(--starter);
}

.pmw_price-table-wrapper table th:nth-child(4) .heading {
  background: var(--essential);
}

.pmw_price-table-wrapper table th:nth-child(5) .heading {
  background: var(--professional);
}

.pmw_price-table-wrapper table th .info {
  position: relative;
  padding: 1.5rem 0;
  border-left: 1px solid var(--lightgray);
}
.pmw_price-table-wrapper th, .pmw_price-table-wrapper td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.pmw_price-table-wrapper table th .popular {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 11px;
  background: var(--popular);
  padding: 4px 8px;
  border-radius: 2px;
}

.pmw_price-table-wrapper table th .amount {
  font-size: 2rem;
}

.pmw_price-table-wrapper table th .amount span {
  display: block;
  transform: translateY(-8px);
}
.pmw_price-table-wrapper table th:nth-child(3) .amount {
  color: inherit;
}
.pmw_price-table-wrapper table th:nth-child(3) .amount {
  color: var(--starter);
}

.pmw_price-table-wrapper table th:nth-child(4) .amount {
  color: var(--essential);
}

.pmw_price-table-wrapper table th:nth-child(5) .amount {
  color: var(--professional);
}

.pmw_price-table-wrapper table th .billing-msg,
.pmw_price-table-wrapper table th .amount span {
  font-weight: normal;
  font-size: 0.8rem;
}

.pmw_price-table-wrapper .btn-pay-list {
  display: inline-block;
  margin-top: 10px;
  transition: all 0.2s;
  background: #2271b1;
  color: #fff;
  padding: 8px 19px;
  border-radius: 50rem;
  border: 2px solid #2271b1;
}
.pmw_price-table-wrapper .btn-pay-list:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #2271b1;
  border: 2px solid #2271b1;
}
.pmw_price-table-wrapper table th .amount span{padding-top: 12px;}

.pmw_price-table-wrapper table td {
  padding: 10px;
}

.pmw_price-table-wrapper table td:not(:first-child) {
  border-left: 1px solid var(--lightgray);
}

.pmw_price-table-wrapper table tr td:first-of-type:not(.ptm-full-width) {
  width: 35%;
}

.pmw_price-table-wrapper table td:first-child {
  font-size: 1rem;
  text-align: left;
  padding-left: 20px;
}
.pmw_price-table-wrapper table td.ptm-full-width{
  font-size: 1.2rem;
  padding-left: 0;
  background: linear-gradient(90deg, rgba(34, 113, 177, 0.08), rgba(34, 113, 177, 0));
  border-left: none !important;
  border-right: none !important;
  padding-left: 20px;
  letter-spacing: .01em;
}
.pmw_price-table-wrapper table svg {
  width: 18px;
  height: 18px;
}

.pmw_price-table-wrapper table svg.not-included {
  fill: var(--gray);
}

.pmw_price-table-wrapper table svg.starter {
  fill: var(--starter);
}

.pmw_price-table-wrapper table svg.essential {
  fill: var(--essential);
}

.pmw_price-table-wrapper table svg.professional {
  fill: var(--professional);
}

.pmw_price-table-wrapper table .hide {
  display: none;
}
.plan-yes{
  background-image: url("../images/paid-yes.svg");
  background-size: 18px 19px;
  width: 18px;
  height: 19px;
  display: inline-flex;
  margin-right: 8px;
  opacity: 0.8;
  align-items: center;
  justify-content: center;
}
.paid1-plan-yes{
  background-image: url("../images/paid-yes.svg");
  background-size: 18px 19px;
  width: 18px;
  height: 19px;
  display: inline-flex;
  margin-right: 8px;
  opacity: 0.8;
  align-items: center;
  justify-content: center;
}
.paid2-plan-yes{
  background-image: url("../images/paid-yes.svg");
  background-size: 18px 19px;
  width: 18px;
  height: 19px;
  display: inline-flex;
  margin-right: 8px;
  opacity: 0.8;
  align-items: center;
  justify-content: center;
}
.paid3-plan-yes{
  background-image: url("../images/paid-yes.svg");
  background-size: 18px 19px;
  width: 18px;
  height: 19px;
  display: inline-flex;
  margin-right: 8px;
  opacity: 0.8;
  align-items: center;
  justify-content: center;
}

/*.plan-no{
  background-image: url("../images/no.svg");
  background-size: 18px 19px;
  width: 18px;
  height: 19px;
  display: block;
  margin: 0 auto;
}*/
.show-all-features{margin-top: 15px;
    display: block;}
.pmw-pricing-plan .row {
  justify-content: center;
}

.pmw-pricing-plan .per-site{display: block;}
/* Highlight Feature Styles */
.highlight-feature {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.highlight-badge {
  display: inline-block;
  background: #2271b1;
  color: white;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 0 rgba(34, 113, 177, 0.7);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 113, 177, 0.7);
  }
  70% {
    box-shadow: 0 0 0 5px rgba(34, 113, 177, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 113, 177, 0);
  }
}

.pmw-sub-section .highlight-badge {
  position: relative;
  top: -1px;
  font-size: 9px;
  padding: 2px 4px;
  margin-left: 4px;
}

.pmw-pricing-plan .pmw_col-4:nth-child(1) h2.h2{
    color: var(--starter);
}
.pmw-pricing-plan .pmw_col-4:nth-child(2) h2.h2{
    color: var(--essential);
}
.pmw-pricing-plan .pmw_col-4:nth-child(3) h2.h2{
    color: var(--professional);
}
.pmw-pricing-plan .pmw_col-4:nth-child(1) .custom-separator{
    background-color: var(--starter) !important;
}
.pmw-pricing-plan .pmw_col-4:nth-child(2) .custom-separator{
    background-color: var(--essential) !important;
}
.pmw-pricing-plan .pmw_col-4:nth-child(3) .custom-separator{
    background-color: var(--professional) !important;
}
.pmw_form-wrapper_freevsprow .pmw-hide{display: none;}
.pmw-hide{display: none;}
.pmw_site-color-bg  {
    background: #2271b1;
    color: #fff!important;
    padding: 0.5rem 1rem;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-top: 10px;
}
.pmw_site-color-bg h4 {
    font-size: 1.5rem;
}
.sidebar-img{ display: block; margin-left: 10px; 
  margin-top: 15px;
}
.sidebar-img a{display: block;}
.pmw_form-wrapper hr{width: 100%}
#pmw-pixels-licensekey, .plan_details{min-width: 600px; margin-top: 20px;}
.frrtopro{ 
  padding: 10px;
  display: block;
  border-radius: 10px;
  box-shadow: 0 .1rem .3rem rgba(0, 0, 0, .15) !important;
  font-size: 15px; 
  line-height: 1.5;
  width: 70%;
  margin: 30px auto;
  background: rgb(255, 248, 248);
}
.frrtopro h3{
  color: #c7365f;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

/* CHRISTMAS OFFER */
.pmw-christmas-offer{
  --pmw-xmas-primary:#c71543;
  --pmw-xmas-secondary: #ff7c6d;
  --pmw-xmas-icing: #fff9f6;
  position: relative;
  width: min(820px, 92%);
  box-shadow: rgba(61, 12, 43, 0.15) 0px 25px 60px;
  text-align: center;
  overflow: hidden;
  margin: 32px auto;
  padding: clamp(20px, 4vw, 36px);
  border-radius: 26px;
  background: linear-gradient(90deg, #497c7b, #48ce8b 55%, #497c7b);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(199, 21, 67, 0.14);
  border-image: initial;
}
.sidebar-img .pmw-christmas-offer{
  width: 100%;
  background: linear-gradient(135deg, #1f8f6b 0%, #2fbf8f 50%, #1c6f58 100%)
;
}
.pmw-christmas-offer::before,
.pmw-christmas-offer::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.pmw-christmas-offer::before{
  background: radial-gradient(circle at 8% -10%, rgba(255,255,255,0.85), transparent 45%), radial-gradient(circle at 90% 0%, rgba(247,198,107,0.25), transparent 40%);
  opacity: 0.85;
}
.pmw-christmas-offer::after{
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23f9dcb0' fill-opacity='0.35'%3E%3Ccircle cx='20' cy='18' r='2'/%3E%3Ccircle cx='120' cy='50' r='1.5'/%3E%3Ccircle cx='60' cy='120' r='1.8'/%3E%3Ccircle cx='140' cy='130' r='1.2'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 240px;
  opacity: 0.35;
}
.pmw-christmas-offer *{
  position: relative;
  z-index: 2;
}
.pmw-christmas-offer__badge{
 display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: rgba(199, 21, 67, 0.25) 0px 10px 20px;
  gap: 8px;
  padding: 6px 18px 6px 14px;
  border-radius: 999px;
  background: linear-gradient(120deg, #f7c66b, #ffecb3);
}
.pmw-pricing-plan .yearly .pmw-christmas-offer__badge {
  background: linear-gradient(120deg, #c71543, #ff7c6d);
  color: #fff;
  margin-bottom: 10px;
}
.pmw-pricing-plan .yearly h3{font-size: 1.5rem;}
.pmw-pricing-plan .yearly .pmw-christmas-offer__badge::before{
  content: "🎄";
  font-size: 16px;
}
.pmw-christmas-offer h3{
  font-size: clamp(20px, 3vw, 28px);
  color: #fff;
  font-weight: 700;
  margin: 18px auto 10px;
}
.pmw-christmas-offer p{
  margin: 0 auto clamp(18px, 3vw, 26px);
  color: #fff;
  font-size: 15px;
  max-width: 560px;
  line-height: 1.5;
}
.pmw-btn-christmas{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 34px;
  border-radius: 999px;
  background: linear-gradient(120deg, var(--pmw-xmas-primary), var(--pmw-xmas-secondary));
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.03em;
  box-shadow: 0 18px 38px rgba(12, 90, 52, 0.35);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pmw-btn-christmas::after{
  content: "→";
  font-weight: 700;
  font-size: 16px;
}
.pmw-btn-christmas:hover{
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 22px 45px rgba(12, 90, 52, 0.45);
}
@media (max-width: 640px){
  .pmw-christmas-offer{
    padding: 22px 18px;
  }
  .pmw-christmas-offer p{
    font-size: 14px;
  }
  .pmw-btn-christmas{
    width: 100%;
  }
}

.frrtopro ul li{margin-bottom:10px; }
.frrtopro ul strong{font-size: 16px; display: block;}
.frrtopro ul li a{color: #8373d7;}
.hero-section{display: flex; width: 100%;}
.hero-section-logo{display: inline-flex; margin-top: 2px;}
.hero-section-logo img{max-width: 50px;
    padding-top: 5px;}
.pmw_page label.lbl-facebook_pixel_id {
  text-transform: none !important;
}
.grow-doc-iframe{
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: calc(100vh - 160px);
}

.grow-doc-iframe iframe {
  width: 100%;
  height: 100%;
  border: none; /* Remove iframe border */
  min-height: calc(100vh - 160px);
}

body:has(.grow-doc-iframe), html:has(.grow-doc-iframe) {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
/** Logs CSS **/
/* Logs Container */
.pmw-logs-container {
  margin-top: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  padding: 5px;
}

/* Log Entry */
.pmw-log-entry {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
  margin-bottom: 5px;
}

.pmw-log-entry:last-child {
  border-bottom: none;
}

/* Log Header */
.pmw-log-header {
  padding: 12px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background: #f9f9f9;
  border-left: 4px solid #ddd;
}

.pmw-log-header:hover {
  background: #f0f7ff;
}

.pmw-log-header.pmw-has-errors {
  border-left-color: #dc3545;
}

/* Log Status */
.pmw-log-status {
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.pmw-log-status.pmw-log-success {
  background: #e6f7ee;
  color: #28a745;
}

.pmw-log-status.pmw-log-error {
  background: #fde8e8;
  color: #dc3545;
}

.pmw-log-success {
    color: #28a745;
}
.pmw-log-error {
    color: #dc3545;
}

.pmw-log-details {
    font-size: 13px;
    color: #444;
}
.pmw-log-message {
    margin-bottom: 5px;
}
.pmw-log-response {
    background: #f5f5f5;
    padding: 5px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 12px;
    white-space: pre-wrap;
    word-break: break-all;
}

/* Platform Rows */
.pmw-platforms-grid {
  padding: 10px 15px;
}

.pmw-platform-row {
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.pmw-platform-header {
  padding: 8px 12px;
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.pmw-platform-name {
  font-weight: 600;
  color: #333;
}

.pmw-platform-status {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
  font-weight: 500;
}

.pmw-platform-details {
  padding: 10px 12px;
  background: #fff;
}

.pmw-detail-row {
  display: flex;
  margin-bottom: 5px;
  font-size: 13px;
}

.pmw-detail-row:last-child {
  margin-bottom: 0;
}

.pmw-detail-label {
  font-weight: 500;
  color: #666;
  min-width: 100px;
}

.pmw-detail-value {
  color: #333;
  word-break: break-all;
}

/* Errors Section */
.pmw-errors-section {
  padding: 10px 15px;
  background: #fef6f6;
  border-top: 1px solid #f8d7da;
}

.pmw-errors-title {
  font-weight: 600;
  color: #721c24;
  margin-bottom: 5px;
}

.pmw-errors-list {
  margin: 0;
  padding-left: 20px;
  color: #721c24;
}

.pmw-errors-list li {
  margin-bottom: 3px;
}

/* Toggle Button */
.pmw-log-toggle {
  margin-left: auto;
  font-size: 12px;
  color: #666;
  transition: transform 0.2s;
}

.pmw-log-header.active .pmw-log-toggle {
  transform: rotate(180deg);
}
.pmw-log-order{
  margin-left: 10px;
}

/* No Logs Message */
.pmw-no-logs {
  padding: 15px;
  text-align: center;
  color: #666;
  font-style: italic;
}
.pmw-json-viewer code{
  background: transparent;
}
.pmw-json-viewer {
    margin-top: 5px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 10px;
    max-height: 300px;
    overflow: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12px;
    line-height: 1.4;
}

.pmw-json-viewer pre {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-all;
}

/* Syntax highlighting for JSON */
.token.property {
    color: #905;
}
.token.string {
    color: #690;
}
.token.number {
    color: #905;
}
.token.boolean {
    color: #07a;
}
.token.null {
    color: #999;
}
.token.punctuation {
    color: #999;
}

/* Upgrade to Pro callouts */
.pmw-pro-upgrade-notice {
    --pmw-upgrade-accent: #2271b1;
    margin: 16px 5px 6px 5px;
    border: 1px solid rgba(34, 113, 177, 0.2);
    border-left: 5px solid var(--pmw-upgrade-accent);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(34, 113, 177, 0.1), rgba(34, 113, 177, 0.02));
    padding: 18px 20px;
    position: relative;
    box-shadow: 0 8px 24px rgba(28, 38, 71, 0.06);
}
.pmw-pro-upgrade-notice::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 18px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--pmw-upgrade-accent);
    opacity: 0.12;
}
.pmw-pro-upgrade-notice .pmw-upgrade-callout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    padding-left: 58px;
}
.pmw-pro-upgrade-notice h4 {
    flex: 1 1 220px;
    font-size: 16px;
    font-weight: 600;
    color: #17223b;
    margin: 0;
}
.pmw-pro-upgrade-notice p {
    flex: 2 1 320px;
    margin: 4px 0 0 0;
    color: #4f596d;
    line-height: 1.45;
}
.pmw-pro-upgrade-notice .button.button-primary {
    flex: 0 0 auto;
    padding: 8px 22px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(34, 113, 177, 0.25);
    transition: transform .18s ease, box-shadow .18s ease;
}
.pmw-pro-upgrade-notice .button.button-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(34, 113, 177, 0.35);
}
@media (max-width: 768px) {
    .pmw-pro-upgrade-notice {
        padding: 16px;
    }
    .pmw-pro-upgrade-notice::before {
        display: none;
    }
    .pmw-pro-upgrade-notice .pmw-upgrade-callout {
        padding-left: 0;
    }
    .pmw-pro-upgrade-notice .button.button-primary {
        width: 100%;
        text-align: center;
    }
}
.google-analytics-upgrade-banner { --pmw-upgrade-accent: #f9ab00; }
.google-ads-upgrade-banner { --pmw-upgrade-accent: #34a853; }
.facebook-upgrade-banner { --pmw-upgrade-accent: #1b74e4; }
.tiktok-upgrade-banner { --pmw-upgrade-accent: #010101; }
.pinterest-upgrade-banner { --pmw-upgrade-accent: #e60023; }
.twitter-upgrade-banner { --pmw-upgrade-accent: #1d9bf0; }

/* GrowInsights360 highlight */
.pmw-growinsights-highlight {
    margin: 18px 5px;
}
.pmw-growinsights-card {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 18px 22px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.06), rgba(255, 255, 255, 0.9));
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    position: relative;
    overflow: hidden;
}
.pmw-growinsights-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(34, 113, 177, 0.18), transparent 55%);
    pointer-events: none;
}
.pmw-growinsights-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0f172a;
    background: rgba(34, 113, 177, 0.1);
    padding: 4px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.pmw-growinsights-card h4 {
    margin: 6px 0 10px;
    font-size: 17px;
    color: #0f172a;
    position: relative;
    z-index: 1;
}
.pmw-growinsights-card p {
    margin: 0 0 14px;
    color: #475569;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.pmw-growinsights-card .button.button-secondary {
    position: relative;
    z-index: 1;
    border-radius: 999px;
    padding: 6px 20px;
    border-color: #0f172a;
    color: #0f172a;
    font-weight: 600;
    transition: background .2s ease, color .2s ease;
}
.pmw-growinsights-card .button.button-secondary:hover {
    background: #0f172a;
    color: #fff;
}


/* Radio Button Styles */
.pmw-radio-options {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.pmw-radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-right: 16px;
}
.pmw-radio-option input[type="radio"] {
  margin: 0;
  width: 16px;
  height: 16px;
}
.pmw-radio-option input[type=radio]:checked::before{
      margin: 3.5px 4px 4px 3px;
      background-color: #2271b1;
      border-color: #2271b1;
}
.pmw-radio-option label {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  color: #1d2327;
}
.pmw-radio-option:hover label {
  color: #2271b1;
}

@media (max-width: 600px) {
    .pmw-growinsights-card {
        padding: 16px;
    }
}