.wpic_plugin_setting {
  margin: 0 auto;
  width: auto;
  margin-right: 20px;
  border-radius: 6px;
  color: #333;
}

.wpic_setting_container {
  max-width: 100%;
  margin: 10px 0px;
  height: auto;
}
form#wcr_plugin_settting_save_form {
    margin-top: 10px;
    background: white;
    padding: 30px;
    width: 78%;
    margin:0 auto;
    border-radius: 0px 12px 12px 0px ;
    border: 1px solid rgb(218, 218, 218);
}
.submit-button-plugin {
    float: right;
}
input#submit {
    background: #0f172b;
    border-color: #0f172b;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 14px;
    padding: 5px 32px 5px 32px;
    border-radius: 12px;
    margin-top: 48px;
}
.wpic-plugin-header {
  padding: 10px 0px;
  margin-top: 0;
  font-size: 26px;
}
.wpic-plugin-header:before {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .wpic-cd-1,
  .wpic-cd-2,
  .wpic-cd-3,
  .wpic-cd-4,
  .wpic-cd-5,
  .wpic-cd-6,
  .wpic-cd-7,
  .wpic-cd-8,
  .wpic-cd-9,
  .wpic-cd-10,
  .wpic-cd-11,
  .wpic-cd-12 {
    float: left;
  }
  .wpic-cd-12 {
    width: 100%;
  }
  .wpic-cd-6 {
    width: 66%;
  }
  .wpic-cd-5 {
    width: 41.66666667%;
  }
  .wpic-cd-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
width: 83.33333333%;
  }
  .col-lg-9 {
width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }
}
.wpic-label label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: hsl(224 30% 15%);
}
.slick-list.draggable {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
}
.wp-picker-container{
  float: right;
}
input#wp_progress_bar_height {
    width: 94px;
    padding-top: 5px;
    border-radius: 10px;
    background: #f6f7f9;
    border: 1px  solid hsl(220 15% 90%);
    font-size: 14px;
    padding-bottom: 5px;
    padding-right: 12px;
    padding-left: 12px;
}
.wpic_plugin_setting input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpic_plugin_setting input[type="radio"],
.wpic_plugin_setting input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
.wpic_plugin_setting input[type="file"] {
  display: block;
}
.wpic_plugin_setting input[type="range"] {
  display: block;
  width: 100%l
}
.wpic_plugin_setting select[multiple],
.wpic_plugin_setting select[size] {
  height: auto;
}
.wpic_plugin_setting input[type="file"]:focus,
.wpic_plugin_setting input[type="radio"]:focus,
.wpic_plugin_setting input[type="checkbox"]:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.wpic_plugin_setting output {
  display: block;
  padding-top: 7px;
font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
 border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control::-ms-expand {
 border: 0;
  background-color: transparent;
}
  
.wpic-group {



  margin-bottom: 15px;



}

.radio,



.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .form-inline .wpic-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
 
  .form-inline .input-group>.form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

}
.form-horizontal .wpic-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.wpic-row:before,
.wpic-row:after,
.form-horizontal .wpic-group:before,
.form-horizontal .wpic-group:after {
content: " ";
   display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.wpic-row:after,
.form-horizontal .wpic-group:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;

}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/** Checkbox **/
.wpic_checkout_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
.wpic_checkout_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  z-index: 99999;
  width: 25px;
  height: 25px;
}
.wpic_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #ccc;
}
.wpic_checkout_container:hover input~.wpic_checkmark {
  background-color: #ccc;
}
.wpic_checkout_container input:checked~.wpic_checkmark {
  background-color: hsl(230 65% 55%);
  border: none;
}
.wpic_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.wpic_checkout_container input:checked~.wpic_checkmark:after {
  display: block;
}
.wpic_checkout_container .wpic_checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wpic-form-control {
  border-radius: 0 !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpic-cd-8 .select2-container--default .select2-selection--multiple {
  border-radius: 0px;
}
.select2-container {
  width: 100%;
}
.wphp_plugin_features h2,
.wphp_other_plugins h2 {
  margin-top: 0;
  text-align: left;
  margin-left: 0;
}

.wphp_other_plugins h4 {

  margin: 10px 0;
}
.wphp_other_plugins p.plugin_field_desc {
  margin-top: 5px;
}

.wpic-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 5px;
}
.wpic-group .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1e8cbe;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
  color: #ffffff;
  padding: 6px 6px;
  line-height: 14px;
  margin-bottom: 2px;
  font-size: 12px;
}

#adminmenu .wp-has-current-submenu .wp-submenu {
  margin-left: 0;
}
.wpic-template-items.slick-slider {
  cursor: pointer;
}

.wpic-cd-4.slick-slide.slick-current.slick-active.check:before {
  position: absolute;
  width: 100%;
  height: 25%;
  content: "";
  background: rgba(30, 140, 190, 0.4);
  z-index: 999;
  bottom: 0;
  display: none;
}
.wpic-cd-4.slick-slide.slick-current.slick-active.check:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../images/tick.png");
  margin: 0 auto;
  text-align: center;
  bottom: 4px;
  right: 20px;
  z-index: 999;
}


.wpic-template-items.slick-slider span {
  /* position: absolute;
  z-index: 9999999;
  bottom: 5px;
  left: 29px;
  display: none; */
  color: #000000;
  font-size: 20px;
  font-weight: bold;

}

.wpic_color_container .wp-picker-holder {
  position: absolute;
  z-index: 999;

}

.wpic_color_container .wp-picker-open+.wp-picker-input-wrap {
  position: absolute;
}

.wpic_setting_container span.field_desc {
  font-size: 12px;
  font-style: italic;
}


.wpic-setting-separator h3 {
  padding: 5px;
  padding-left: 18px;
  font-size: 20px;
}

.wpic-setting-separator h3.wpic-black-white {
    background:#0f172b;
    color: #ffffff;
    font-weight: 400;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 14px;
}
.upgrade-to-pro{
  padding:10px 20px;
  border-radius:50px;
  background: #2f2f85;
  color:#fff;
  border:none;
}
.upgrade-to-pro a{
  color: #fff;
  text-decoration: none;
}
.wphp_plugin_features {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin:0 auto;
}
.wphp_other_plugins {
    width: 100%;
}
.about-wrap h1 {
    padding: 0;
    line-height: 1.2;
    font-size: 30px !important;
    font-weight: 500;
}
.wphp-badge {
    margin-bottom: 20px;
}
.wphp_b7yh68j {
    padding: 40px;
}
.wphp_feature5254 {
  margin-top:30px !important;
    border-radius: 4px;
}
.wphp_intro {
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.wphp_heading5548 {
    color: #000 !important;
    margin: 0 0 26px 0 !important;
    font-size: 24px !important;
}
.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 2rem;
    padding-left: 1rem;
}
.features-list li {
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.wphp_plugin_features h2 {
    margin-top: 0;
    text-align: left;
    margin-left: 0;
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.wphp_plugin_features li {
    list-style-type: decimal;
    color: #000;
    font-size: 16px;
    line-height: 2.2;
}
.wpic_grid_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    margin: 0 auto;
}
h2.my-other-plugins {
    font-size: 30px;
    font-weight: 500;
    color: #000;
}
.wpic_grid_item img {
    margin: 0;
    width: 100%;
    height: 250px;
    vertical-align: middle;
}
.wphp_container1 {
    margin: 0 auto;
    padding-top: 50px;
}
.wphp_intro {
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.wphp_block1423 {
    padding: 40px;
}
.video-box {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    margin: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.video-box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.image-box img{
width:50px;
height:50px;
}
.image-box {
    width: 300px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 10px;
    display: inline-block; 
    border-radius: 5px; 
    overflow: hidden;
    padding:20px; 
    background-color: #e5e5e5;
    height:250px;
}

.image-box img {
    width: 50px;
    height: auto; 
    display: block; 
    margin:0 auto; 
}

.content {
.image-box    text-align: center; 
}

.content h3 {
    margin-top: 0; 
    color: #000000;
    text-align: center;
}

.content p {
    color: #000000;
       text-align: center;
}

.content a {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}
.features-list li::before {
    content: "✔️";
    position: absolute;
    left: -10px;
    color: rgb(59, 130, 246);
}

.wprr-wrapper {
  max-width: 1200px;
  margin: 20px auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1f2933;
}

.wr-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  margin-bottom: 20px;
}

.wr-brand {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wr-icon {
  color: #fff;
  font-size: 24px;
  padding: 12px;
  border-radius: 10px;
}

.wr-badge {
  background: #e5e7eb;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  margin-left: 8px;
}

.wr-meta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.wr-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  margin: 0 5px;
}

.wr-btn {
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 600;
  display: inline-block;
}

.wr-btn-orange {
  background: #f97316;
  color: #fff;
}

.wr-btn-orange:hover {
  background: #ea580c;
}

.wr-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 25px;
}

.wr-card {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.wr-green { color: #22c55e; }
.wr-red { color: #ef4444; }

.wr-upgrade {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  background: #fff7ed;
  padding: 25px;
  border-radius: 14px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.wr-tag {
  background: #fb923c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

.wr-upgrade ul {
  list-style: none;
  padding: 0;
}

.wr-upgrade ul li::before {
  content: "✔";
  color: #22c55e;
  margin-right: 8px;
}

.wr-upgrade-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.wr-price {
  font-size: 28px;
  font-weight: bold;
}

.wr-price span {
  text-decoration: line-through;
  color: #9ca3af;
  font-size: 16px;
  margin-right: 6px;
}

.full {
  width: 100%;
  margin: 15px 0;
}

.wr-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.wr-table th,
.wr-table td {
  padding: 12px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.wr-table .wr-pro {
  color: #f97316;
}

.wr-muted {
  color: #6b7280;
}

.wr-testimonials {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.wr-footer {
  text-align: center;
  color: #6b7280;
  margin-top: 30px;
}
#wpfooter {
    position: relative;
}

@media(max-width: 768px) {
  .wr-upgrade {
    grid-template-columns: 1fr;
  }
}



.slick-prev:before, .slick-next:before {
    color: #7d5ff4 !important;

}
.wpic-group.form-row {
    border-bottom: 1px solid hsl(220 15% 90%);
    padding-top: 7px;
    padding-bottom: 16px;
}


.slick-slide img {
    display: block;
    width: 500px;
}


.clearfix:after,
.container:after,
.container-fluid:after,
.wpic-row:after,
.form-horizontal .wpic-group:after {
  clear: both;
}

/************* left side nav bar css ****/

img.settings-img {
    width: 20px;
    margin-right: 10px;
}
.wphp-sec-container {
    width: 28%;
    background-color: #f5f4ed;
    border-radius: 15px 0 0 15px;
    border: 1px solid rgb(218, 218, 218);
    padding: 0 10px;
    border-right: none;
}
a#general {
    background: #0f172b;
    color: #ffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}
svg.lucide.lucide-layout-grid.h-4.w-4 {
    width: 17px;
    margin: 0;
    line-height: 0;
}
nav.nav-tab-wrapper.woo-nav-tab-wrapper {
    display: grid;
    border-bottom: 0px;
}
h3.wphp-setting-text {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}
.nav-tab {
    margin: 0px;
    background: transparent;
    border: none;
    padding: 10px;
    color: #000000;
    font-size: 16px;
}

.main_class {
    display:flex;
}

span.wphp-pro {
    border: 1px solid #fef3c6;
    border-radius: 12px;
    padding: 1px 11px;
    background: #fef3c6;
    color: #bb4d00;
    margin-left: 11px;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
}
.wphp-cls-price-box {
    background: #ffff;
    border-radius: 8px;
    padding: 16px 16px 25px 16px;
    margin-top: 20px;
}
.wphp-cls-price-box h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.wphp-cls-price-box span {
    background: #0f172b;
    color: #fff !important;
    width:100%;
    padding:8px 47px;
    border-radius:6px;
    margin-top:15px;
}
.wphp-cls-price-box span a{
    color: #fff !important;
    text-decoration:none;
    font-size:14px;
    width:100%;
}
.wphp-cls-price-box p {
    color: #000;
    margin: 22px 0;
    font-size: 13px;
}
