/* custom css  */


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.font-poppins{
  font-family: "Poppins", sans-serif;
}
.font-barlow{
  font-family: "Barlow Semi Condensed", serif;
}
.barlow-semi-condensed-thin {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-semi-condensed-extralight {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-semi-condensed-light {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-semi-condensed-regular {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-semi-condensed-medium {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semi-condensed-semibold {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-semi-condensed-bold {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-semi-condensed-extrabold {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-semi-condensed-black {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-semi-condensed-thin-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-semi-condensed-extralight-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-semi-condensed-light-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-semi-condensed-regular-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-semi-condensed-medium-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semi-condensed-semibold-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-semi-condensed-bold-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-semi-condensed-extrabold-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-semi-condensed-black-italic {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 900;
  font-style: italic;
}
.category-name-wrapper li button{
  font-family: "Barlow Semi Condensed", serif;
}

.category-name-wrapper .nav-tabs .nav-link{
  color:#333;
}
.category-name-wrapper .nav-tabs .nav-link.active{
  font-weight: 500;
  color:#16697B;
}
.category-name-wrapper li:last-child{
  border-bottom: none !important;
}
/* fonts end */

body{
  font-family: "Poppins", sans-serif;
}

h1 ,  .h1 , h2 ,  .h2 ,  h3 ,  .h3 ,  h4 ,  .h4 ,  h5 ,  .h5 ,  h6 ,  .h6 {
  font-family: "Barlow Semi Condensed", serif;
  font-weight: 500;
}
h3{
  font-size: 21px;
  color: black;
  /* text-transform: uppercase; */
}
h6{
  font-size: 16px;
}
.text-light-blue{
  color: #00BED6;
}

.admin-sidebar{
  background: linear-gradient(263deg, #1495B6 -2.24%, #172F2D -2.24%, #1495B6 51.33%, rgba(1, 164, 155, 0.55) 95.79%, #01A49B 104.89%, #14526F 104.89%);
  padding-top: 30px;
  min-height: calc(100vh - 78px);
}
.admin-sidebar a{
  color: white;
}
.admin-sidebar .nav-pills .nav-link.active, .admin-sidebar .nav-pills .nav-item.show .nav-link{
  color: white;
}
.admin-sidebar .nav-link.sub {
  margin-left: 0;
  font-size: 12px !important;
  padding: 9px 15px 9px 0px;
}
.admin-sidebar ul li ul{
  list-style: outside;
  padding-left: 55px;
}
.admin-sidebar ul li ul ul {
  padding-left: 20px;
  list-style: circle;
}
.admin-sidebar ul li ul li{
    display: list-item;
    color: white;
}

/* make sidebar nav vertical */
@media (max-width: 600px) {
  .userinfo {
    padding-top: 0 !important;
    line-height: normal !important;
  }

  .userinfo .btn {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .sidebar-nav {
    margin-left: inherit;
    font-size: 20px;
    margin-bottom:40px;
  }

  .modulebox .content{
    min-height: 200px !important;
  }


}

@media (min-width: 768px){
  .affix-content .container {
    width: 700px;
  }

  html,body{
    background-color: #fff;
    height: 100%;

  }
  .affix-content .container .page-header{
    margin-top: 0;
  }

  .affix-sidebar{
    padding-right:0;
    font-size:small;
    padding-left: 0;
  }
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    overflow: scroll;
    margin-left: 0;
    margin-right: 0;
  }
  .affix-content{
    background-color:white;
  }
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0;
    margin-bottom:0;
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (min-width: 769px){
  .affix-content .container {
    width: 600px;
  }
  .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 992px){
  .affix-content .container {
    width: 900px;
  }
  .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }
  .affix-title{
    border-bottom: 1px solid #ecf0f1;
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }
}
/* - - - - - - - - - - NAV STYLING - - - - - - - - - - */
.nav.nav-list.menu {
  display:inherit;
}
a.nav-link {
  font-size:14px !important;
}

.nav-link.sub {
  margin-left: 35px;
}








.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
  color: #1BC98E;
  cursor: pointer;
  background-color: inherit;
  font-weight: bold;
}
div#bannerLibrary{
  width: 100%;
}


.sidebar-nav .icon{
  font-size: 120%;
  margin-right:10px;
}

/* .sidebar-nav .nav-pills .nav-link svg{
  width: 30px;
  height: 20px;
} */
.icon.icon-chevron-thin-down {
  margin-left: 5px;
  font-size: 100%;
}

.sidebar-brand {
  height: 40px;
}



/* - - - - - - - - - - PAGE STYLING - - - - - - - - - - */
.grey{
  color: #999;
}

.col-xs-3{
  max-width: 25%;
}

.col-xs-7{
  max-width: 58.33333%;
}

.vendor {
  margin-bottom:20px;
  font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.vendor .btn{
  margin-right: 5px !important;
  margin-left: 0 !important;
}

.col-md-7.col-xs-7.float-left.no-padding {
  margin-left: 15px;
}



input[type="text"], input[type="email"], textarea, select{
  flex:inherit !important;
}

.input-percent.form-control {
  width: 100%;
}

label {
  margin-bottom: 5px;
  margin-right: 0;
}

.hr-divider {
  margin-bottom: 30px;
  margin-top:30px;
}

.hr-divider::before{
  background-color: rgba(0, 0, 0, 0.125);
}

.hr-divider h3{
  font-size:16px;
  color: #1997c6;
  font-weight: 400;
}

a.button {
  color: #fff;
  text-decoration: none;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.125);
}



.margin{
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-small{
  margin-bottom: 10px;
}

.margin-right{
  margin: 0 10px 0 0;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.no-padding{
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.padding{
  padding-right: 10px !important;
  padding-left: 10px !important;
}

p.vendors {
  margin-top:5px;
}

.line-height{
  line-height: 35px;
}

@media (max-width: 768px){
  p.pf.imp.height {
    height:90px !important;
  }
}

@media (min-width: 992px){
  p.pf.imp.height {
    height:110px !important;
  }
}

p.pf.imp.height {
  height:160px;
}

.sub-category-button {
}


.colorpicker-component{
  margin-bottom: 30px;
}

#design_bgcolor, #design_text_color, #design_price_color, #design_menu_color, #design_boxbg_color, #design_title_color,
#design_header_colour, #design_header_font_colour, #design_buttons_color, #design_footer_bg_color, #design_footer_font_color,
#design_welcome_text_bg_color, #design_rec_prod_bg_color, #design_bundles_bg_color, #design_solutions_bg_color{
  width: 200px !important;
}

.drop-placeholder {
  background-color: lightgray;
  height: 3.5em;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.2em;
}

#customize_prodfinder_fontColor input, #customize_prodfinder_BgColor input{
  width: 200px !important;
}

.icon.icon-check, .icon.icon-cross {
  font-size: 16px;
}

.icon-check:before  {
  position: relative;
  top: -1px;
}

.icon.icon-cross:before{
  top:-2px;
}

.dns .icon.icon-check, .icon.icon-cross {
  font-size: 20px;
}

.dns .icon.icon-check:before{
  color: #00CC00 !important;
  position: relative !important;
  top: 5px !important;
}

.dns .icon.icon-cross:before{
  color: #FF0000 !important;
  position: relative !important;
  top: 5px !important;
}

.form-control.copylink {
  height:75px;
}

.list-group-item.noborder {
  border:inherit;
}


.img-responsive.center {
  margin-left:auto;
  margin-right:auto;
  display: block;
}

.img-responsive {
  display:block;
  max-width:100%;
  height:auto;
}

.img-fluid {
  border-top: 1px dashed #1997c6;
  border-bottom: 1px dashed #1997c6;
  padding-top:20px;
  padding-bottom:20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.userinfo{
  line-height: 35px;
  color:#bbb;
  padding-top: 17px;
}

.modulebox-wrapper{
  margin-bottom: 30px;
}

.modulebox{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-top: 3px solid;
  height: 100%;
  display: flex ;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between;
}
.modulebox-wrapper:first-child .modulebox{
  background-color: rgba(193, 240, 245, 0.17) !important;
  border-top-color: #00BED6 !important;
}
.modulebox-wrapper:first-child .modulebox .price{
  color: #00BED6 !important;
}

.modulebox-wrapper:first-child  .modulebox .button , .modulebox-wrapper:first-child .modulebox .title span.on{
  background: #00BED6 !important;
}
.modulebox-wrapper:nth-child(1) .modulebox .title span.off{
  background: none !important;
  border-color: #00BED6 !important;
  color: #00BED6 !important;
}


.modulebox-wrapper:nth-child(2) .modulebox{
  background-color: rgba(21, 130, 156, 0.13) !important;
  border-top-color: #15829C !important;
}
.modulebox-wrapper:nth-child(2) .modulebox .price{
  color: #15829C !important;
}

.modulebox-wrapper:nth-child(2)  .modulebox .button , .modulebox-wrapper:nth-child(2) .modulebox .title span.on{
  background: #15829C !important;
}
.modulebox-wrapper:nth-child(2) .modulebox .title span.off{
  background: none !important;
  border-color: #15829C !important;
  color: #15829C !important;
}




.modulebox-wrapper:nth-child(3) .modulebox{
  background-color: rgba(28, 129, 144, 0.13) !important;
  border-top-color: #1C8190 !important;
}
.modulebox-wrapper:nth-child(3) .modulebox .price{
  color: #1C8190 !important;
}

.modulebox-wrapper:nth-child(3)  .modulebox .button , .modulebox-wrapper:nth-child(3) .modulebox .title span.on{
  background: #1C8190 !important;
}

.modulebox-wrapper:nth-child(3) .modulebox .title span.off{
  background: none !important;
  border-color: #1C8190 !important;
  color: #1C8190 !important;
}



.modulebox-wrapper:nth-child(4) .modulebox{
  background-color: rgba(35, 125, 117, 0.13) !important;
  border-top-color: #237D75 !important;
  position: relative;
}
/* .modulebox-wrapper:nth-child(4) .modulebox::before{
  position: absolute;
  content: "Most popular";
  top: 0;
  left: 0;
  background-image: url(../../img/admin/crown_svgrepo.svg);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 11px 3px;
  padding: 2px 13px 3px 30px;
  border-radius: 19px;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  color: red;
  margin: auto;
  top: -14px;
  right: 0;
  width: 124px;
  box-shadow: 1px 1px 3px 1px rgb(0 0 0 / 22%);
  font-size: 12px;
  align-items: center;

} */
.modulebox-wrapper:nth-child(4) .modulebox .price{
  color: #237D75 !important;
}

.modulebox-wrapper:nth-child(4)  .modulebox .button , .modulebox-wrapper:nth-child(4) .modulebox .title span.on{
  background: #237D75  !important;
}
.modulebox span.off{
  border: 1px solid;
}
.modulebox-wrapper:nth-child(4) .modulebox .title span.off{
  background: none !important;
  border-color: #237D75  !important;
  color: #237D75  !important;
}



.modulebox-wrapper:nth-child(5) .modulebox{
  background-color: rgba(19, 85, 80, 0.19)  !important;
  border-top-color: #172F2D  !important;
}
.modulebox-wrapper:nth-child(5) .modulebox .price{
  color: #172F2D  !important;
}

.modulebox-wrapper:nth-child(5)  .modulebox .button , .modulebox-wrapper:nth-child(5) .modulebox .title span.on{
  background: #172F2D  !important;
}
.modulebox-wrapper:nth-child(5) .modulebox .title span.off{
  background: none;
  border-color: #172F2D  !important;
  color: #172F2D  !important;
}

.modulebox a:hover{
  text-decoration: none;
}
.modulebox .price{
  font-weight: 600;
  font-size: 20px;
  color: #106382 !important;
  text-align: left;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.modulebox .price span{
  font-size: 10px;
  font-weight: 400;
  font-style: italic;
  color: black;
}

.modulebox .button{
  text-align: center;
  text-transform: capitalize;
  padding: 10px 0;
  margin-bottom: 0;
  color: #FFF;
  text-align: center;
  font-family: "Barlow Semi Condensed";
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  border-radius: 6px;
}
.modulebox .button:hover{
  text-decoration: none;
}

.modulebox .content{
  overflow: auto;
  width: 100%;
  padding: 0;
  line-height: 1.4;
  /* border: 2px solid #f2f2f2; */
  text-align: left;
  /* min-height: 600px; */
}
.modulebox .content ul{
  padding-left: 17px;
}
.modulebox .content ul li{
  font-size: 13px;
  margin-bottom: 10px;

}
.modulebox .content p{
  font-size: 13px;
}
.modulebox .content br{
  display: none !important;
}
.modulebox .content strong , .modulebox .content b{
  font-family: "Barlow Semi Condensed", serif;
  text-decoration: underline;
  font-size: 15px;
}

#percentage ,  #completed {
  font-family: "Barlow Semi Condensed", serif;
}
.modulebox .content small{
  font-size:12px;
  color: #999;
  height: 15px;
  display: block;
}

.modulebox .title{
  width: 100%;
  padding: 0;
}

.modulebox h5{
  font-size: 14px;
  text-align: start;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-family: "Barlow Semi Condensed";
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.modulebox span{
    color: white;
    text-transform: lowercase;
    padding: 2px 11px;
    border-radius: 20px;
    font-family: poppins;
    font-weight: 500;
}
.modulebox .price span{
  
  padding: 0 0 0 4px;
  top: 2px;
  position: relative;
}
.modulebox ul.pricing{
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #ccc;
  text-align: left;
  padding-top: 20px;
}

.modulebox ul.pricing li{
  padding: 0 0 16px;
  border-bottom: none;
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  /* background: url(../../img/admin/checkmark.svg); */
  position: relative;
  padding-left: 21px;
}
.modulebox ul.pricing li::before{
  background: url(../../img/admin/checkmark.svg);
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  left: 0;
  top: 2px;
}
.modulebox ul.pricing li strong{
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  font-size: 13px;
}



.module-info ul{
  text-align: left;
}

.module-info ul li{
  margin-bottom: 10px;
}

.module-info .icon-thumbs-up{
  margin-right: 10px;
  color: #ccc;
}
.table-responsive.payment td form{
display: flex;
align-items: center;
justify-content: space-between;
}
.table-responsive.payment td{
  line-height: 1.2;
}
.payment .form-group{
  display: inline-block;
  margin-bottom: 0 !important;
  margin-right: 10px;
}
.table-responsive.payment  .form-control{
  padding: 8px 10px;
  font-size: 13px;
  line-height: 1.25;
}
.table-responsive.payment  label{
  margin-bottom: 4px !important;
  margin-right: 0;
}

.payment label {
  margin-bottom: 0 !important;
  margin-right: 20px;
}

.vcenter {
  vertical-align: middle !important;
}

.btn.btn-success.btn-circle, .btn.btn-danger.btn-circle  {
  margin-right:20px;
}

.on{
  font-weight:bold;
  color:green;
}

.off{
  font-weight:bold;
  color:red;
}

.price{
  font-weight:bold;
  color:#16697B;
}

.sub-categories{
  margin-bottom: 20px;
  border: inherit;
  border-radius: 4px;
}

.sub-categories{
  margin-left: 40px;
}

.sub-categories .btn-success{
  border: 2px solid green;
  background: white;
  color: green;
}
.sub-categories .btn-danger{
  border: 2px solid red;
  background: white;
  color: red;
  margin: 0 !important;
}

.subsub-categories{
  margin-bottom: 40px;
  margin-left: 30px;
}
.subsub-categories ul{
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.subsub-categories ul li{
  width: 33.33%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: left;
  padding-right: 11px;
}
.subsub-categories ul li .btn-circle{
  margin-right: 0 !important;
}
.subsub-categories ul li .catbutton {
  margin-left: 5px;
  display: flex;
  flex: 1;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 13px;
}

.content {
  margin-bottom:30px;
}

td.align-items-center {
  vertical-align: middle;
}

/* - - - - - - - - - - BUTTON STYLING - - - - - - - - - - */
.btn:hover{
  cursor: pointer;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50%;
}

.btn-success, .btn-danger  {
  margin-left: 10px;
}

.btn-success.b, .btn-danger.b {
  margin-top:inherit;
  margin-bottom:5px;
  margin-right:25%;
}

.float-right.login {
  margin-left:20px;
}

.button.file {
  width:100%;
}

.main-category-button .btn-success, .main-category-button .btn-danger,
.sub-category-button .btn-success, .sub-category-button .btn-danger,
.sub-sub-category-button .btn-success, .sub-sub-category-button .btn-danger{
  margin-left: 0;
  margin-top: 0;
}

.catbutton{
  margin-left: 10px;
}


.dashhead .dashhead-title{
  margin: 0;
}

.dashhead .userinfo{
  padding: 0;
  /* line-height: 1.5; */
}

.dashhead .dashhead-subtitle {
  /* margin-left: 2px; */
  font-size: 15px;
  font-weight: 500;
}

.tracking-wrap .tracking-inner span , .text-wrapper span, .prod-specification span{
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}
.tracking-inner ,  .text-wrapper {
  margin-bottom: 5px;
  color: grey;
}
.font-weight-semibold{
  font-weight: 500;
}
form[name="order_status"] {
  /* Your styles here */
  border: 1px solid #eee;
  padding: 10px;
  /* margin: 20px; */
}
.gray-shadow-wrapper{
  background: #f5f5f5;
  box-shadow: 2px 3px 2px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
}
.billing-shipping-wrap p{
  margin-bottom: 3px;
}
.text-wrapper span {
  font-size: 12px;
}
#orderdetails th , .customer-table th {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px;
  font-size: 12px;
  background: #187f98;
  color: white;
  vertical-align: middle;
}
.table-responsive{
  border-radius: 0;
}
#orderdetails td , .customer-table td{
  line-height: 1.2;
  font-size: 13px;
  padding: 8px;
  vertical-align: middle;
}

table tr {
  border-bottom: 1px solid #ececec;
}

table.table#orderdetails thead th ,  .table-responsive.order-detail-wrapper{
  border: none !important;
}

table.table#orderdetails {
  border: 1px solid #f5f5f5;
}

.hr-divider h3{
  margin: 0;
}
.hr-divider {
  margin-bottom: 10px;
  margin-top: 10px;
}
.text-primary{
  color: #137499 !important;
}

.text-navy{
  color: #137499 !important;
}
.text-success{
  color: #10A37F !important;
}
.text-info {
  color: #3D5A80 !important;
}
.text-danger {
  color: red !important;
}
.text-warning {
  color: #FFD166 !important;
}
.order-heading{
  font-size: 15px;
  margin-bottom: 10px;
  color: #1BC98E;
  font-weight: 500;
  text-transform: uppercase;
}
.bg-tab{
  background: #187f98;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}
.border-right{
  border-right: 1px solid #eee;
}
.border-left{
  border-left: 1px solid #eee;
}
.padding{
  padding: 10px;
}
.border{
  border: 1px solid #eee;
}
.tracking-wrap .tracking-inner span , .text-wrapper span, .prod-specification span{
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}
.tracking-inner ,  .text-wrapper {
  margin-bottom: 5px;
  color: grey;
}
.text-uppercase{
  text-transform: uppercase;
}
.product-heading{
  padding: 0 10px;
  font-weight:500;
  font-size: 14px;
  color: #1997c6;
}
.prod-specification p{
  margin-bottom: 5px;
}
.prod-specification{
  background: #f5f5f5;
  list-style: none;
  padding: 10px;
  height: 100%;
  font-size: 13px;
}
.product-name{
  color: #1d80a6;
  font-weight: 500;
  text-transform: uppercase;
}
.product-specification-wrapper {
  padding: 0px 10px 10px;
}
.border-top{
  border-top: 1px solid #eee;
}
.product-wrapper{
  padding-top: 10px;
}
.box-shadow{
  box-shadow: 1px 4px 4px rgb(0 0 0 / 17%);
}
.padding-0{
  padding: 0;
}
.margin-0{
  margin: 0;
}

.traking-inner-wrapper {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.second-heading{
  background: #e1dfdf;
  color: black;
  text-transform: uppercase;
  padding: 7px 7px 6px;
  font-size: 12px;
  font-weight: 400;
}
.order-submitted-wrapper .prod-specification{
  height: auto;
}

.order-submitted-wrapper  .second-heading{
  margin: 0;
}

.order-success {
  margin: 0 0 10px;
  padding: 8px;
  background: green;
  color: white;
  font-weight: 400;
}


.toggle-btn-wrapper .toggle.btn.btn-primary ,.toggle-btn-wrapper label.btn.btn-light.toggle-off ,.toggle-btn-wrapper  .toggle.btn.btn-light.off{ 
  max-width: 80px;
  box-shadow: -1px 1px 5px 0px rgb(0 0 0 / 31%);
  height: 30px !important;
  border-radius: 30px;
  padding: 6px 20px;
  font-size: 13px;
  min-height: unset;
  min-width: unset;
}
.toggle-btn-wrapper .toggle-handle{
  border-radius: 30px;
  left: -15px;
  height: 27px;
  width: 27px;
  padding: 0;
  top: 1px;
}
.toggle-btn-wrapper .off{
  color: #1b6475;
  border-color: rgb(27 100 117 / 10%);
  background-color: rgb(21 149 183 / 10%) !important;
}
.toggle-btn-wrapper .toggle-on.btn{
  text-align: left;
    padding: 0 13px;
    display: flex;
    align-items: center;
}

.toggle-btn-wrapper .toggle.btn.btn-light.off .toggle-handle{
  left: -49px;
}

.toggle-btn-wrapper label.btn.btn-light.toggle-off ,.toggle-btn-wrapper  .toggle.btn.btn-light.off{
  text-align: right;
}
/* .toggle-btn-wrapper  .toggle-group {
  width: 100% !important;
} */
/* - - - - - - - - - - PAGINATION BUTTONS STYLING - - - - - - - - - - */
.pagination a:hover{
  color:#fff;
}

.dataTables_wrapper .dataTables_paginate{
  padding-top: 1.1em !important;
}

.dataTables_wrapper .dataTables_info{
  padding-top: 1.5em !important;
}

#products_paginate a:hover{
  color:#fff;
}

.paginate_button{
  border-radius:4px !important;
  border:0 !important;
  text-decoration: none;
}

.pagination .active{
  border:0 !important;
  background: #1997c6;
  color:#fff !important;
}

.pagination .active a{
  color:#fff !important;
  text-decoration: none !important;
}

.pagination .paginate_button a:hover{
  color:#fff;
  text-decoration: none;
}

.pagination .paginate_button.current, .paginate_button.current:hover{
  border:0 !important;
  background:#1997c6;
  color:#fff !important;
}

.pagination .paginate_button:hover {
  color: #fff !important;
  border:0 !important;
  background: #1997c6;
  text-decoration: none;
}

.paginate_button:active {
  background: #1997c6 !important;
  color:#fff;
}

.pagination li{
  padding: 5px 10px;
  border-radius: 4px;
}

.pagination li a:hover, .pagination li a:focus{
  color: #1997c6;
  text-decoration: none;
}

.pagination .disabled{
  color:#ccc;
}

/* - - - - - - - - - - FLASH MESSAGE STYLING - - - - - - - - - - */

.flash-success {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #d6e9c6;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
}

.flash-error, form .help-block ul  {
  padding: 6px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #af0303;
  background-color: #f2dede;
  /* border: 1px solid #ebccd1; */
  font-size: 12px;
}

.flash-notice {
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

/* - - - - - - - - - - TABLE SORT STYLING - - - - - - - - - - */
.table-responsive{
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.25rem;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-responsive.noline{
  border: 0 !important;
  border-radius: 0;
  border-collapse: separate;
  margin-bottom: 20px;
}

.table-responsive.no-line{
  border: 0 !important;
  box-shadow: none !important;
}

/* table.table{
  margin-bottom: 0 !important;
} */

table.table thead th {
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important; */
  /* font-family: "Barlow Semi Condensed", serif; */
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
}
.related-prod-wrapper{
  background: #f5f5f5;
}

.related-prod-image-wrap .table-img{
  max-width: 200px;
}
.go-back:hover svg path{
  fill: white;
}
.table-no-border th, .table-no-border td{
  padding:13px;
}

.table-no-border thead tr{
  border-bottom: none !important;
}

.table th, .table td {
  border-top: 0;
  line-height: 35px;
}

.dataTables_wrapper .row{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.table.dataTable.no-footer{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

/* .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
} */

table.dataTable {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.25rem;
}

table.dataTable thead th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.table-img{
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 4px;
  max-width: 80%;
  height: auto;
}

.dataTables_length select.form-control:not([size]):not([multiple]) {
  margin: 0 10px;
}


#customers_wrapper table.dataTable{
  border-collapse: collapse;
}
/* - - - - - - - - - - LOGIN STYLING - - - - - - - - - - */
label.login {
  margin-right: 30px;
}

.alert-error {
    background-color: white;
    border-color: red;
    color: red;
    padding: 5px 10px;
    font-weight: 500;
}
.alert-warning {
  background-color: red;
  border-color: red;
  color: white;
  border: 1px solid red;
  background: white;
  color: red;
  padding: 5px 9px;
}
.alert-dismissible .close{
  top: -2px;
  right: 8px;
  bottom: 0;
  color: inherit !important;
  opacity: 1;
  position: absolute;
  line-height: 1;
  font-weight: 500;
  padding: 0;
}
.login-logo{
  max-height: 150px !important;
}
.messages {
  position: relative;
}

/* - - - - - - - - - - ERROR PAGE - - - - - - - - - - */

.error-icon {
  color: #1997c6;
  font-size: 90px;
}

body{
  padding: 0!important;
}

.sidebar{
  /* padding-top: 40px;
  padding-bottom: 40px; */
  /* box-shadow: 1px 4px 2px 1px rgb(0 0 0 / 9%); */
}

.content{
  padding: 40px;
}

.admin-head-wrapper{
  padding: 20px 0;
  box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 23%);
}

.admin-head-wrapper .sidebar-header{
  padding-bottom: 0;
}

.btn.btn-primary , .custom-form-group-wrapper .form-group button , .btn-default , .module-info .btn.btn-outline-primary{
  border-radius: 5px;
  background: linear-gradient(263deg, #1495B6 -2.24%, #172F2D -2.24%, #1495B6 51.33%, rgba(1, 164, 155, 0.55) 95.79%, #01A49B 104.89%, #14526F 104.89%);
  border: none;
  padding: 9px 20px;
  display: block;
  font-size: 13px;
  color: white;
}

a.btn-default:hover , a.btn-default:focus{
  color: white;
}

.module-info .btn.btn-outline-primary{
  display: inline-block;
}
.btn.btn-primary.btn-lg{
  border-radius: 40px;
  padding: 7px 26px;
  display: block;
  font-size: 14px;
}
.btn.btn-primary.small{
  font-family: "Barlow Semi Condensed", serif;
  border-radius: 7px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.btn.btn-primary.small svg{
  margin-right: 3px;
}
.head-logo img{
  max-width: 250px;
}
.main-heading{
  margin-bottom: 18px;
  color:#16697B;
}
.secondary-heading{
  color:#16697B;
  font-size: 18px;
}
.font-weight-normal{
  font-weight: 500;
}
.dashboard-wrapper {
  border-bottom: 4px double #e3e3e3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.border-div{
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.table-wrapper{
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
  display: block;
  clear: both;
  border-radius: 5px;
}
.table-responsive{
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);
}
.table-head-wrap , .table-responsive thead{
  background: #F2F2F2;
    padding: 10px 15px;
    font-weight: 500;
}
.table-body-wrap{
  border-bottom: 1px solid #eee;
  padding: 11px 15px;
}

.btn-outline-primary.small , .btn-outline-secondary.small{
  font-size: 11px;
  padding: 5px 9px;
  border-radius: 20px;
  font-weight: 500;
}

.btn-outline-primary.green-btn{
  color:#01A49B;
  border-color: #01A49B;
}

.btn-outline-primary.green-btn:hover{
  color:white;
  background-color: #01A49B !important;
  border-color: #01A49B !important;
}
.btn-outline-primary.skyblue-btn{
  color:#00bed6;
  border-color: #00bed6;
}

.btn-outline-primary.skyblue-btn:hover{
  color:#fff;
  border-color: #00bed6;
}
.btn-outline-primary.skyblue-btn svg path{
  fill:#00bed6;
}
.btn-outline-primary.green-btn:hover svg path ,.btn-outline-primary.red-btn:hover svg path ,
.btn-outline-primary.skyblue-btn:hover svg path, .btn-outline-primary.orange-btn:hover svg path{
  fill: white;
}
table.dataTable tbody tr.selected{
  background-color: #f5f5f5 !important;
}
.btn-outline-primary.red-btn{
  color:red;
  border-color: red;
}
.btn-outline-primary.red-btn:hover{
  color:white;
  background-color: red !important;
  border-color: red !important;
}

.btn-outline-primary.orange-btn{
  color:#ff6b35;
  border-color: #ff6b35;
}

.btn-outline-primary.orange-btn:hover{
  color:white;
  background-color: #ff6b35 !important;
  border-color: #ff6b35 !important;
}
table.dataTable>tbody>tr>td.select-checkbox:before, table.dataTable>tbody>tr>th.select-checkbox:before , 
table.dataTable>tbody>tr.selected>td.select-checkbox:after, table.dataTable>tbody>tr.selected>th.select-checkbox:after{
  left: auto !important;
  margin-left: 10px  !important;
}

.shadow{
  box-shadow: 0px 1px 2px 2px rgba(0, 0, 0, 0.11);

}
.border-rounded{
  border-radius: 40px !important;
}
div.dt-buttons .dt-button{
  margin-bottom: 0 !important;
  background: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
  display: inline-flex !important;
}
.all-vendors{
  display: flex;
  align-items: center;
  padding: 12px 15px;
  border-radius: 5px;
}
.all-vendors p{
  font-weight: 500;
  margin: 0 15px 0 0;
}
.all-vendors .btn{
  margin: 0 !important;
}

.switch-wrapper{
  /* background: #f5f5f5; */
  border-radius: 40px;
  display: flex;
}
.all-vendors  .switch-wrapper a{
  margin-right: 5px !important;
}
.switch-wrapper .btn-success {
  background-color: #237D75;
  border-color:  #237D75;
}

.switch-wrapper .btn-danger{
  background: red;
  border-color:  red;
}
/* Hide the default checkbox */
.switch input {
  display: none;
}

.switch {
  margin-bottom: 0;
  margin-right: 7px;
}

/* The slider (background of the switch) */
.slider {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 19px;
  background-color: #ccc;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.4s;
}

/* The knob inside the slider */
.slider:before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s;
}

/* Change background when checkbox is checked */
input:checked + .slider {
  background-color: #237D75;
}

/* Move the knob when checkbox is checked */
input:checked + .slider:before {
  transform: translateX(21px);
}
.modal-dialog path{
  fill: #237D75;
}
.modal-header{
  border-bottom: 1px dashed #d6d6d6;
  display: flex;
  justify-content: space-between;
  padding: 0 0 13px;
  margin-bottom: 13px;
}
table.dataTable thead th, table.dataTable tfoot th{
  font-weight: 500 !important;
}
.modal-header h3{
  margin-bottom: 0;
}

.modal-dialog label{
  width: 100%;
  margin: 0 0 5px;
  font-weight: 400;
}
.modal-footer{
  border-top: 1px dashed #d6d6d6;
  margin-top: 18px;
  padding: 18px 0 0 ;
}
.btn-outline-secondary{
  position: relative;
  padding: 8px 11px;
  font-size: 13px;
  font-weight: normal;
  background: white;
  color: #147287;
  border: 1px solid #147287;
  border-radius: 5px;
  background-clip: padding-box;
  transition: all 0.3s ease;
  outline: 1px solid #147287;
}
.btn-outline-secondary::before{
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(263deg, #1495B6 -2.24%, #172F2D -2.24%, #1495B6 51.33%, rgba(1, 164, 155, 0.55) 95.79%, #01A49B 104.89%, #14526F 104.89%);
  border-radius: 5px;
  content: "";
}
.btn-outline-secondary:hover{
  background: linear-gradient(263deg, #1495B6 -2.24%, #172F2D -2.24%, #1495B6 51.33%, rgba(1, 164, 155, 0.55) 95.79%, #01A49B 104.89%, #14526F 104.89%);

}

.form-wrapper .form-group{
  -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-right: 15px;
        padding-left: 15px;
}
.form-wrapper {
  margin-bottom: 22px;
}

.form-wrapper label{
margin-bottom: 4px;
margin-right: 0;
display: block;
}

textarea#custom_css_customCss{
  min-height: 300px;
}
label.control-label {
  display: block;
}
textarea#email_design_footerText {
  width: 100%;
  height: 100px;
  border: 1px solid #f5f5f5;
  padding: 10px;
  color: #333;
}
.username {
  color: #333;
}

.custom-form-group-wrapper .form-group:after{
  display: block;
  content: "";
  clear: both;
}
.custom-form-group-wrapper form , .custom-form-wrapper #price_range , .custom-form-group-wrapper #synnex_shipping_fees,
.customer-add-wrapper #register_user, #reseller_branch{
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-form-group-wrapper form[name="synnex_shipping_fees"]{
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.custom-form-group-wrapper .form-group{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 15px;
        padding-left: 15px;
}

.custom-form-wrapper #price_range .form-group , .custom-form-group-wrapper #synnex_shipping_fees .form-group , 
.customer-add-wrapper .form-group , #reseller_branch .form-group{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
        padding-left: 15px;
}
.customer-add-wrapper .form-group:last-child{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-form-group-wrapper .form-group:nth-child(5){
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-form-group-wrapper .form-group button{
  float: left !important;
}

.main-login-screen{
  min-height: 100vh;
  height: 100%;
  display: flex;
}

.main-login-screen .main-login-screen-inner{
  width:100%;
}

.login-screen-left-wrapper{
  background: #F1F3F6;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

.login-screen-right-wrapper{
  align-items: center;
  display: flex
}

.login-screen-left-wrapper img{
  max-width: 500px;
}

.login-inner-right-section{
  max-width: 400px;
  width: 100%;
}

.login-logo{
  display: block;
  margin-bottom: 15px;
}
.login-logo img{
  max-width: 160px;
}
.login-inner-right-section form{
  margin: 40px 0;
}
.login-inner-right-section form input{
background: #F1F3F6 !important;
border: none;
padding: 11px;
}

.login-inner-right-section form label{
  margin-bottom: 4px;
}
.login-inner-right-section  .login-heading{
  display: none;
}
.clear::after{
  clear: both;
  content: "";
  display: block;
}
.footer_note_wrapper p{
  font-size: 13px;
}

.footer_note_wrapper .hr-divider-content{
  color: #01A49B;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
    margin: 0;
    padding-left: 7px;
    background: transparent;
}

a{
  color:#01A49B;
}

.login-bg-img{
  position: fixed;
  z-index: 0;
  bottom: 0;
  right: 0;
}

.input-wrapper {
  position: relative;
}

.input-wrapper span {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8.078px;
  background: #01A49B;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-wrapper span svg{
  width: 20px;
  height: 19px;
}

.table-responsive.payment .on , .table-responsive.payment .off{
  background: #01A49B;
  color: white;
  font-weight: 500;
  padding: 8px;
  width: 30px;
  font-size: 11px;
  border-radius: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-responsive.payment .off{
  background: red;
}

.personalisedData .row{
  margin-left: -5px;
  margin-right: -5px;
}

.personalisedData .col-md-6{
  padding-left: 5px;
  padding-right: 5px;
}

.personalisedData textarea{
  min-height: 150px;
  height: 100%;
  width: 100%;
}

.personalisedData {
  width: 100%;
}

.personalisedData button{
  height: 100%;
  width: 100%;
}

.seo-wrapper-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.alert-success {
  background-color: white;
  border-color: green;
  color: green;
  padding: 10px;
}

.pagination li {
  border: 1px solid #01a49a;
  margin: 2px;
  min-width: 36px;
  height: 36px;
  /* height: 20px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
}
.pagination .active{
  background: #01a49a !important;
  font-weight: bold;
}
.pagination li:first-child , .pagination li:last-child{
  border: none
}

.price-status-wrapper{
  display: flex;
      align-items: center;
}

.price-status-wrapper p , .price-status-wrapper h3{
  margin-bottom: 0;
}

.price-status-wrapper h3{
color:#16697B;
margin-left: 5px;
font-size: 19px;
}

.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.custom-checkbox-wrapper .checkbox-input {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.custom-checkbox-wrapper .checkbox-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  user-select: none;
  margin-bottom: 5px;
}

.custom-checkbox-wrapper .checkbox-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #1b5c6b;
  border-radius: 4px; /* Adjust for square or rounded corners */
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox-wrapper .checkbox-input:checked + .checkbox-label::before {
  background-color: #1b5c6b;
  border-color: #1b5c6b;
}

.custom-checkbox-wrapper .checkbox-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%) scale(0);
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform-origin: center;
  transition: transform 0.3s ease;
}

.custom-checkbox-wrapper .checkbox-input:checked + .checkbox-label::after {
  transform: translateY(-50%) scale(1) rotate(45deg);
}

#homepage_products_quantity .form-group{
  margin-bottom: 0;
}

.category-name-wrapper{
  border: none;
  flex-wrap: wrap;
}
.category-name-wrapper li{
  display: inline-flex;
  margin: 0px 5px 5px 0px !important;
}
.category-name-wrapper li button , .category-name-wrapper li .button{
     border: 1px solid #c1baba !important;
      border-radius: 0 !important;
      background: white;
      font-weight: 500;
      font-size: 14px;
      color: #555;
      font-family: "Barlow Semi Condensed", serif;
    text-transform: uppercase;
}

.category-name-wrapper li button.active , .category-name-wrapper li .button.active {
  background: linear-gradient(263deg, #1495B6 -2.24%, #172F2D -2.24%, #1495B6 51.33%, rgba(1, 164, 155, 0.55) 95.79%, #01A49B 104.89%, #14526F 104.89%) !important;
  color: #fff !important;
  border-color: #1a545e !important;
}

.category-name-wrapper li button:focus{
  outline: none;
}

.category-inner-wrapper label{
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  margin-left: 10px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  font-weight: 400;

}
.category-inner-wrapper .sub-categories label{
  font-size: 14px;
  text-transform: capitalize;
}
.category-inner-wrapper .input-group-addon {
  border-right: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.category-inner-wrapper .sub-categories{
  background: #f3f3f3;
}

.category-inner-wrapper .sub-categories .sub-categories-inner label{
  font-size: 13px;
  font-weight: 400;
  padding-left: 0;
  margin-left: 0 !important;
}

.table th, .table td{
  line-height: 1.2;
}

.table td{
  vertical-align: middle;
}
table td .green-btn , table td .red-btn, table td .orange-btn{
  margin-top: 2px;
  margin-bottom: 2px;
}
.switch-wrap.sidebar-inner-wrapper .slider{
  width: 100%;
  height: 100%;
}
.form-group textarea {
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  border-radius: 0.25rem;
}
#reseller_partners{
margin-top: 12px;
}
.btn-danger{
  background-color: red;
  border-color: red;
}
.btn-success{
  background-color: green;
  border-color: green;
}

.upload_file_wrapper.form_wrapper input{
  width: 100%;
}

#subCatSelection textarea{
  width: 100%;
  min-height: 170px;
}

div#projectProducts_length , div#projectProducts_filter , div.dt-buttons{
    margin-right: 15px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-top: 5px;
}
.dataTables_wrapper .dataTables_filter{
  margin-left: 15px;
}

/* Virtual Rooms css */
.section_wrapper{

  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.section_left_wrapper , .section_right_wrapper{
  margin-top: 30px
}
.left_style_inner{
  background: #f5f5f5 !important;
  padding: 13px;
  height: 100%;

}
.left_style_inner .heading{
  border-bottom: 1px dashed #a2a1a1;
  padding-bottom: 12px;
  color: #1f989b;
 
}
.left_style_inner .heading h6{
  color: #1f989b;
  font-weight: 500;
    margin: 0 10px 0 0;
}
.virtual-heading-wrap .wrapper{
  height: 17px;
  width: 17px;
}
.virtual-heading-wrap .wrapper .btn{
  background: linear-gradient(to top, #009688 0%, #6eb6d1 100%);
  height: 17px;
  width: 17px;
}
.virtual-heading-wrap .wrapper input:checked ~ .tooltip{
  background: linear-gradient(to top, #1f979a 0%, #72afd3 100%);
  width: 210px;
}
.virtual-heading-wrap .wrapper .tooltip{
  width: 210px;
  left: -87px !important;
  right: 0 !important;
  bottom: 28px !important;
}
.virtual-heading-wrap .wrapper .tooltip::after{
  background: transparent;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #24989c;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}
.virtual-heading-wrap .wrapper input:checked ~ .btn{
  animation: none;
}
.virtual-heading-wrap .wrapper .btn::after{
  content: "?";
  background: none;
  top: 0;
  color: white;
  font-weight: 600;
}
.virtual-heading-wrap .wrapper .btn::before{
  display: none;
}
.virtual-heading-wrap{
  display: flex;
  align-items: center;
}
.section_right_wrapper .heading-wrapper h5{
  color: #1f989b;
  font-weight: 500;
}

.section_right_wrapper .heading-wrapper .btn-wrapper {
  flex-wrap: nowrap;
  display: flex;
}
.section_right_wrapper{
  /* border-left: 1px solid #cccccc45; */
}
.section_right_wrapper .right_style_inner{
  height: 100%;
  box-shadow: 3px 2px 6px 0px rgb(109 109 109 / 14%);
  border-left: 1px solid #cccccc45;
  padding: 10px;

}
.tox-tinymce{
  margin-top: 20px;
}
.section_left_wrapper .tab-wrapper .tab {
  border-bottom: 1px solid #dfdede;
}
.section_left_wrapper .tab-wrapper .tab:last-child{
  border-bottom: none;
}
.section_left_wrapper .tab-inner{
  padding: 0 10px 0 0;
  cursor: pointer;
  font-size: 14px;
}
.prev_next_btn{
  background: white;
  border: 1px solid black;
  border-radius: 30px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}
.section_right_wrapper .heading-wrapper {
  border-bottom: 1px dashed #ccc;
  /* padding-bottom: 10px; */
  margin-bottom: 20px;
  padding: 10px 10px 10px 0;
}
.font-bold{
  font-weight: 600;
}
.section_right_wrapper .image_wrapper{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f6f7;
  margin-bottom: 20px;
  height: auto;
    min-height: unset;
}
.section_right_wrapper  .image_wrapper img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
.section_right_wrapper  .upload_image_wrapper p input, .section_right_wrapper  .upload_image_wrapper p {
  margin-bottom: 6px;
  font-size: 12px;
}
.section_right_wrapper  .upload_image_wrapper p {
  border: 1px solid #ebe8e8;
  padding: 5px 8px;
  display: flex;
  font-weight: 500;
  align-items: center;
}
.section_right_wrapper  .upload_image_wrapper p input{
  margin: 0;
  border: none;
  width: 100%;
  flex: 1;
  margin-left: 5px;
  font-weight: 400;
}
.section_right_wrapper  .upload_image_wrapper h6  , .section_right_wrapper .custom-html-wrapper h6 ,
.section_right_wrapper  .upload_image_wrapper .h6  , .section_right_wrapper  .custom-html-wrapper .h6 {
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.section_right_wrapper .upload_image_wrapper input {
  margin-bottom: 12px;
  font-size: 13px;
}
/* .btn-primary{
  background: black;
  border: black;
  color: white;
  text-transform: capitalize;
  font-size: 14px;
  padding: 8px 15px;
} */
.footer-btn-wrapper{
  border-top: 1px dashed #a2a1a1;
  padding-top: 15px;
  margin-top: 20px;
}

.custom-html-wrapper{
  padding: 14px 0 10px;
  margin-top: 20px;
  border-top: 1px dashed #cccccc;
}
.pricing_inner.option_1{
  border-top: 3px solid #20779bf2;
}
.pricing_inner.option_1 .price span{
  color: #20779bf2;
}

.pricing_inner.option_1 ul svg{
  fill: #20779bf2;
}
.pricing_inner.option_1 .btn-primary{
  background-color: #20779bf2;
}
.pricing_inner.option_3 .btn-primary{
  background-color:   #F0B6A8;
}
.pricing_inner.option_3 ul svg{
  fill: #F0B6A8;
}
.pricing_inner.option_3 .price span{
  color: #F0B6A8;
}
.pricing_inner.option_3{
  border-top: 3px solid #F0B6A8;
}

.pricing_inner .btn-primary{
  background-color: #1f999b;
}

.pricing_inner{
  border-top: 3px solid #1f999b95;
  background-color: #fafafa;
  padding: 10px;
  box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 14%);
}



.pricing_inner .price span{
  font-size: 25px;
  color: #1f999b;
  margin-right: 5px;
}

.pricing_inner .price {
  font-size: 13px;
  margin-bottom: 6px;
}
.pricing_inner p{
  font-size: 12px;
  line-height: 1.3;
}
.pricing_inner .btn-primary{
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px !important;
}
.pricing_inner  h6{
  text-transform: uppercase;
  font-weight: 600;
}
.pricing_inner ul {
  padding: 0;
  font-size: 13px;
  margin-top: 15px;
  list-style: none;
  line-height: 1.3;
}

.pricing_inner ul li{
  margin-bottom: 8px;
  display: flex;
}
.pricing_inner ul span{
  flex: 1;
  margin-left: 6px;
}
.pricing_inner ul svg{
  position: relative;
  top: 3px;
}

.pricing_section{
  margin-top: 40px;
}
.section_left_wrapper .switch {
  width: 54px;
  height: 26px;
  position: relative;
  margin-left: auto;
  overflow: hidden;
  border-radius: 30px;
  margin-bottom: 0;
  margin-right: 10px;
}
.section_left_wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
/* .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
} */
.section_left_wrapper .switch-wrap .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.section_left_wrapper .switch-wrap input:checked + .slider {
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
}
.section_left_wrapper .switch-wrap.sidebar-inner-wrapper {
  position: relative;
  display: flex;
}
.section_left_wrapper .switch-wrap input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.section_left_wrapper .switch-wrap a.active ,.section_left_wrapper .switch-wrap  a.not-active  {
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0px;
  font-weight: bold;
  WIDTH: 100%;
  display: block;
  height: 100%;
}
.section_left_wrapper .switch-wrap a.active{
  background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
}
.section_left_wrapper .switch-wrap a.active::before ,.section_left_wrapper .switch-wrap   a.not-active::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  content: "✖️";
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 11px;
  align-items: center;
  padding: 0;

}

.section_left_wrapper .switch-wrap a.active::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  content: "✔️";
}

.section_left_wrapper .switch-tab-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.section_left_wrapper .edit-icon-wrapper{
  height: 26px;
  width: 26px;
  display: flex;
  background: #cccccc;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;

}
/* .edit-icon-wrapper .icon::before{
  top: 0;
} */

.bulk-upload-form .btn-outline-secondary{
  padding: 7px 8px;
  font-size: 11px;
}
@media only screen and  (max-width: 767px){
  .container{
    max-width: 100% !important;
  }
  .tab-wrapper .tab {
    display: inline-block;
    border: none;
  }
  .tab-inner {
    cursor: pointer;
    font-size: 13px;
    border: none;
    background: #f2f0f0;
    margin: 0px 8px 8px 0px;
    padding: 5px 9px;
  }
  .left_style_inner {
    background: none !important;
    padding: 0;
    margin-bottom: 20px;
  }
  .left_style_inner .heading {
    margin-bottom: 15px !important;
  }
  .pricing_section {
    margin-top: 30px;
  }



}
.text-underline{
  text-decoration: underline;
}
.toggleContainer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  border: 3px solid #343434;
  border-radius: 20px;
  background: #343434;
  font-weight: bold;
  color: #343434;
  margin: 0;
  cursor: pointer;
}
.toggleContainer::before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0%;
  border-radius:20px;
  background: white;
  transition: all 0.3s;
}
.toggleCheckbox:checked + .toggleContainer::before {
  left: 50%;
}
.toggleContainer div {
  padding: 0;
  text-align: center;
  z-index: 1;
  line-height: 1;
  font-size: 11px;
  padding: 6px;
  font-weight: normal;
  text-align: left;
}
.toggleCheckbox {
  display: none;
}
.toggleCheckbox:checked + .toggleContainer div:first-child{
  color: white;
  transition: color 0.3s;
}
.toggleCheckbox:checked + .toggleContainer div:last-child{
  color: #343434;
  transition: color 0.3s;
  text-align: right;
}
.toggleCheckbox + .toggleContainer div:first-child{
  color: #343434;
  transition: color 0.3s;
}
.toggleCheckbox + .toggleContainer div:last-child{
  color: white;
  transition: color 0.3s;
  text-align: right;
}

.scale-slider-wrapper {
  margin-top: 20px;
}

.scale-slider-wrapper label {
  display: block;
  margin-bottom: 10px;
}

.scale-slider-wrapper input[type="range"] {
  width: 100%;
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .content{
    padding: 20px;
  }
  .admin-head-wrapper{
    padding: 10px 0;
  }
  .category-name-wrapper li{
    float: none;
  }
  a.nav-link{
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar.admin-sidebar .nav-toggleable-md ,   .sidebar.admin-sidebar .nav-toggleable-md.collapsing{
    position: fixed;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 9;
    background: linear-gradient(263deg, #1495B6 -2.24%, #172F2D -2.24%, #1495B6 100%, rgba(1, 164, 155, 0.55) 95.79%, #01A49B 104.89%, #14526F 104.89%);
    padding: 13px 0;
    overflow-y: scroll;
  }
  .admin-sidebar{
    padding-top: 0;
    min-height: unset;
  }
  .sidebar.admin-sidebar .sidebar-nav{
    margin: 0;
  }
  .admin-head-wrapper .sidebar , .admin-head-wrapper .sidebar .sidebar-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .admin-head-wrapper .sidebar .sidebar-header .sidebar-toggler{
    display: flex;
    position: relative;
    align-items: center;
  }
  .admin-head-wrapper .sidebar .sidebar-header .head-logo img{
    width: 100%;
    max-width: 200px;

  }

  .admin-head-wrapper .sidebar .sidebar-brand{
    flex: 1;
    margin-left: 0;
   
  }
  .admin-head-wrapper .sidebar {
    order: 2;
  }
  .admin-head-wrapper .dashhead-wrapper{
    order: 1;
  }
  .admin-head-wrapper .dashhead {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 4px;
  }
  .dashhead-titles .btn.btn-primary{
    padding: 6px 12px;
    display: block;
    margin-top: 0;
    font-size: 8px;
    margin-left: 7px;
    background: none;
    padding: 0;
    color: black;
    font-size: 12px;
    border-left: 2px solid;
    border-radius: 0;
    padding-left: 6px;
    line-height: 1;
  }
  .dashhead-titles svg{
    height: 13px;
    width: 13px;
    margin-right: 3px !important;
  }
  .dashhead-titles{
    font-size: 12px !important;
  }
  .nav-toggler{
    width: 29px;
    padding: 7px 5px;
    position: relative;
  }
  .admin-head-wrapper{
    padding: 11px 0;
  }
  .content{
    padding: 20px;
  }
  .dashboard-wrapper{
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .dashboard-wrapper{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
  }
  .mb-xs-2{
    margin-bottom: 6px;
  }
  .custom-form-wrapper #price_range .form-group, .custom-form-group-wrapper #synnex_shipping_fees .form-group, .customer-add-wrapper .form-group, #reseller_branch .form-group , .custom-form-group-wrapper .form-group{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .category-name-wrapper li{
    float: none;
  }
  .pagination li{
    min-width: 30px;
    height: 30px;
    font-size: 9px;
  }
  .manPartNumbers li button{
    font-size: 11px;
  }
  .btn-outline-secondary{
    padding: 5px 11px;
    font-size: 12px;
  }
  .material-icons {
    margin: 10px 0;
  }
  .login-screen-left-wrapper{
    display: none;
  }
  .second_level_tab{
    box-shadow: none;
  }
  .tab-content > .active .tabbable-responsive{
    width: 100%;
    background-color: #f5f5f5;
    /* border-right: 1px solid #ccc; */
    margin-bottom: 20px;
  }
  .tab-content > .active .tab-content , .tab_style_select_wrapper {
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;

  }
  .tab-content > .tab-pane.active{
    flex-wrap: wrap;
    box-shadow: none !important;
    border: none;
  }
  .first_level_tab .nav > li > a{
    padding: 6px 11px;
  }
  .first_level_tab .nav{
    flex-wrap: wrap;
  }
  .first_level_tab .nav-justified .nav-item{
    flex: auto;
  }
  .page_tab_wrap .nav-pills .nav-link{
    font-size: 10px !important;
  }
  .design_components_inner {
    margin-bottom: 20px;
    width: 100%;
  }
  .header-option-admin {
    margin-bottom: 10px;
  }
  .save_button_wrapper {
    margin: 0 10px;
  }
  .color-heading-wrapper {
    margin-bottom: 0;
  }
  .color_picker_wrap{
    margin-bottom: 12px;
  }
  .banner_logo_design_wrap .nav-tabs .nav-item{
    margin: 0 6px 6px 0;
  }
  .banner_logo_design_wrap .nav-tabs .nav-link{
    padding: 4px 9px;
    font-size: 11px !important;

  }
  .tab-content > .tab-pane.active > div{
    width: 100%;
  }
  .banner_logo_design_wrap .tab-content > .tab-pane.active{
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, .15) !important;

  }
  .ai-pdf-button-wrapper{
    flex-wrap: wrap;
  }
}

input.category-state-button.btn.btn-success.btn-circle {
  margin-left: 0;
  margin-right: auto;
}

form[name="reseller_products_csv"] input{
  margin-bottom: 8px;
}

.model-close .material-icons{
  margin: 0;
}

div#ResellerProductsManagement{
  width: 100%;
}

.table-responsive  .btn.btn-outline-primary.small.skyblue-btn ,
.table-responsive  .btn-outline-primary.green-btn , .table-responsive  .btn-outline-primary.red-btn , .table-responsive  .btn-outline-primary.orange-btn ,
.table-body-wrap .btn-outline-primary.green-btn , .table-body-wrap .btn-outline-primary.red-btn , .table-body-wrap .btn-outline-primary.orange-btn  {
  min-width: 75px;
}

.btn-circle.btn-delete{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: red;
    border-color: red;
}

.category-wrapper-page .sub-categories input[type="text"] {
  max-width: 360px !important;
    padding: 5px 10px !important;
    font-size: 12px;
    border: 1px solid #ddd;
    width: 100% !important;
}


@media only screen and (max-width: 600px){
  .category-wrapper-page .sub-categories .category-input-button-wrap {
    overflow: auto;
    flex-wrap: wrap;
  }
  .category-wrapper-page .sub-categories .category-input-button-wrap input{
    margin-bottom: 10px;
  }
  .category-wrapper-page .sub-categories .category-input-button-wrap .btn.btn-primary{
    padding: 7px 16px !important;
  }
}

.primary-secondary-color-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}

#seo_javascript , #seo_headerContent{
  min-height: 200px;
}


.apple-banner-wrapper {
  /* background: #f5f5f5; */
  padding: 10px;
  border-radius: 0;
}

.bg-gray{
  background: #f5f5f5;
}


.apple-checkbox-wrapper input[type="checkbox"] {
  display: none; /* Hide the original checkbox */
}

.apple-checkbox-wrapper .custom-checkbox-label {
  display: flex
  ;
      align-items: center;
      cursor: pointer;
      border: 1px solid #ccc;
      display: inline-flex
  ;
      margin: 0;
      justify-self: flex-end;
      align-self: end;
      padding: 3px 4px 3px 11px;
      border-radius: 15px;
      float: right;
      font-size: 11px;
      margin-bottom: 7px;
}

.apple-checkbox-wrapper .custom-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 20px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.apple-checkbox-wrapper input[type="checkbox"]:checked + label .custom-checkbox {
  background-color: #36a0ba; /* Green when checked */
  border-color: #36a0ba;
}

.apple-checkbox-wrapper .custom-checkbox::after {
  content: "";
  position: absolute;
  display: none;
}

.apple-checkbox-wrapper input[type="checkbox"]:checked + label .custom-checkbox::after {
  display: block;
  left: 6px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.white-space-nowrap{
  white-space: nowrap;
}

.border-top-dashed{
  border-top: 1px dashed #e6e6e6;
}

.progression_box .btn.btn-primary.small{
  float: right;
}

.primary-secondary-color-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}

.progression_box.incomplete{
  border: 1px solid red;
}

.progression_box  .action-required{
  display: none;
}
.progression_box.incomplete .action-required{
  display: block;
  width: 13px;
  height: 14px;
}


.progression_box.incomplete .btn.btn-primary.small{
  border: 1px solid red;
  background: white;
  color: red;
}
.progression_box.incomplete svg{
  fill: red;
  
}

.progression_box.incomplete .material-icons{
  color: red;
}

.progression_box.incomplete .action-complete{
  display: none;
}
.clear {
  display: block;
  clear: both;
  content: "";
}

.current_banner_wrapper{
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, .15);
  padding: 15px;
}

.current-banner-inner{
  padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.update_banner_form_wrapper{
  width: 100%;
}

.update_banner_form_wrapper form{
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.script-left-wrapper .script-left-wrapper-inner{
  display: flex;
  flex-direction: column;
}


.script-left-wrapper .script-left-wrapper-inner #intergrated{
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
}
.script-left-wrapper .script-left-wrapper-inner #vendorSection{
  display: flex;
  flex-direction: column;
}
.script-left-wrapper .script-left-wrapper-inner #intergrated .general-wrapper{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.script-left-wrapper .script-left-wrapper-inner #intergrated .copylink{
  height: 100% !important;
  display: flex;
  font-size: 14px;
  min-height: 75px;
}
.coe-iframe-wrapper .iframe-wrapper{
  position: relative;
  padding-top: 56.6%;
}

.coe-iframe-wrapper .iframe-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ws-normal{
  white-space: normal;
}

.word-wrap-break{
  word-wrap: break-word;
}

.word-break-all{
  word-break: break-all;
} 

.shipping-questions-wrapper{
  background: #f5f5f5;
  padding: 10px;
  margin-top: 20px;
  border-radius: 0.25rem;
}
.shipping-questions-wrapper ul{
  padding-left: 16px;
  font-size: 12px;
}
.shipping-questions-wrapper p{
  font-size: 12px;
}

.shipping-questions-wrapper.alert{
  border: 1px solid red;
  color: red;
  background: white;
}
.shipping-questions-wrapper.alert a{
  font-weight: 600;
  color: red;
}
.shipping-que-ans-form .checkbox-wrapper .form-check-input , .new-ans-form .form-group .form-check-input ,
.edit-ans-form .form-group .form-check-input{
  margin: 0;
}
.new-ans-form .form-group .checkbox label , .edit-ans-form .form-group .checkbox label{
  margin:0;
}
.answer-item , .question-item {
  background-color: #f5f5f5;
  border-radius: 4px;
}

.new-ans-form > div ,  .edit-ans-form > div{
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-ans-form > div .form-group   ,  .edit-ans-form > div .form-group{
padding-right: 15px;
padding-left: 15px;
}

.new-ans-form > div .form-group:first-child , .edit-ans-form > div .form-group:first-child{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.new-ans-form > div .form-group:nth-child(2) , .edit-ans-form > div .form-group:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.new-ans-form > div .form-group:nth-child(3), .edit-ans-form > div .form-group:nth-child(3)  {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.new-ans-form > div .form-group:nth-child(4), .edit-ans-form > div .form-group:nth-child(4)  {
  -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
}

.new-ans-form > div .form-group:last-child , .edit-ans-form > div .form-group:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}

.shipping-que-ans-table ol li{
  font-size: 13px;
  margin-bottom: 8px;
}
.shipping-que-ans-table ol li:last-child{
  margin-bottom: 0;
}
.shipping-que-ans-table ol{
padding-left: 0;
}
.badge-success {
  background-color: #177083;
  padding: 5px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 20px;
}

.retrieval-mode-toggle-wrapper {
  display: flex;
  gap: 0.5rem;
  margin-top: 0;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px 10px;
  border: 1px solid #e5e7eb00;
}

.retrieval-mode-toggle{
  display: flex;
}

.retrieval-mode-toggle label{
  margin-bottom: 0;
  margin-right: 20px;
}

.retrieval-mode-toggle label [type="radio"]{
  position: relative;
  top: 2px;
}

.highlighted-section {
  position: relative;
  z-index: 10000;
  box-shadow: 0 0 0 4px #1495B6, 0 8px 25px rgba(20, 149, 182, 0.15);
  border-radius: 12px;
  background-color: #fff;
  color: #1a1a1a;
  padding: 22px 10px 20px;
}
#writing-settings-section input{
  margin-left: 0;
}
.tutorial-stop-btn-global {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 10002;
  background: #ffffff !important;
  color: #173f43 !important;
  border: 2px solid #ffffff !important;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.5rem 1.2rem;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0px 2px 6px rgb(255 255 255 / 50%);
}
.tutorial-stop-btn-global:hover {
  background: rgb(21 96 111 / 66%) !important;
  color: #fff !important;
  border-color: #163e41 !important;
}

/* Hide native radio */
.retrieval-mode-toggle input[type="radio"] {
  position: absolute;
  opacity: 0;
}

/* Base style */
.retrieval-mode-toggle .radio label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
}

/* Outer circle */
.retrieval-mode-toggle .radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 50%;
  background: #fff;
  transition: 0.2s;
}

/* Selected state — using :has() */
.retrieval-mode-toggle .radio label:has(input:checked)::before {
  border-color: #16697B;
}

/* Inner dot */
.retrieval-mode-toggle .radio label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #16697B;
  border-radius: 50%;
  transition: 0.2s;
}


/* Hide native checkbox */
.ai-custom-checkbox-wrapper label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

/* Base label style */
.ai-custom-checkbox-wrapper label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  line-height: 16px;
    margin: 0;
}

/* Checkbox square */
.ai-custom-checkbox-wrapper label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #1b5c6b;
  border-radius: 4px;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;

}

/* Checkmark (hidden by default) */
.ai-custom-checkbox-wrapper label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 5px;
  width: 10px;
  height: 5px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
  transition: all 0.2s 
ease;
}

/* Selected state using :has() */
.ai-custom-checkbox-wrapper label:has(input:checked)::before {
  background-color: #1b5c6b;
  border-color: #1b5c6b;
}

/* Show checkmark when selected */
.ai-custom-checkbox-wrapper label:has(input:checked)::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
}
/* --------- Gradient Text (same as your heading) --------- */
.magic-btn {
  font-size: 14px;
  padding: 9px 14px;
  background: white;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  z-index: 0;
  background: linear-gradient(263deg, #ff0 0%, orange 8%, #f14444 16%, #d53567 23%, #d430d4 30%, #1495B6 45%, #172F2D 50%, #1495B6 58%, rgba(1, 164, 155, 0.55) 72%, #01A49B 82%, #14526F 90%, #f14444 94%, orange 97%, #ff0 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 320ms ease;
  text-transform: uppercase;
  font-weight: 600;
}

.magic-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(
    263deg,
    #ff0 0%,
    orange 8%,
    #f14444 16%,
    #d53567 23%,
    #d430d4 30%,
    #1495B6 45%,
    #172F2D 50%,
    #1495B6 58%,
    rgba(1,164,155,0.55) 72%,
    #01A49B 82%,
    #14526F 90%,
    #f14444 94%,
    orange 97%,
    #ff0 100%
  );
  background-size: 200% 100%;
  
  /* ↓↓↓ VICE-VERSA change ↓↓↓ */
  background-position: 100% 0; /* previously 0 */
  /* ↑↑↑ default state looks like hovered version */

  transition: all 320ms ease;
  z-index: -1;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

/* ---------------------------- */
/*         HOVER (reversed)     */
/* ---------------------------- */
.magic-btn:hover,
.magic-btn:hover::before {
  background-position: 0 0; /* reversed */
}

.ai-reseller-setup{
  margin-top: 50px;
}
.ai-reseller-setup-inner{
    border: none;
    padding: 50px 20px 20px;
    background: #f5f5f5;
    position: relative;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

.ai-reseller-setup-icon-wrapper {
  position: revert-layer;
  background: red;
  height: 70px;
  width: 70px;
  right: 0;
  left: 0;
  top: -35px;
  margin: auto;
  border-radius: 50%;
  background: #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  box-shadow: -8px -8px 16px #ffffff, 8px 8px 16px rgba(0, 0, 0, 0.25);
}

.ai-reseller-setup-icon-wrapper i {
  font-size: 24px;
  color: #323131;
}

.ai-reseller-heading{
  width: 100%;
  justify-content: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

#branding-settings-section .banner-card input[type="text"]{
  color: #999;
  font-weight: 400;
  font-size: 13px;
  padding: 7px 7px;
}

#branding-settings-section .banner-card   .btn-outline-secondary{
  font-size: 12px;
  padding: 6px 10px;
}
.banner-actions-row{
  margin: 0 -3px !important
}


.banner-actions-col{
  padding: 0 3px !important
}

.pdfgenerator-ai-wrapper .badge-warning {
  background-color: red;
  font-size: 10px;
  padding: 4px 11px;
  font-weight: 500;
  border: 2px solid red;
  background: white;
  color: red;
  border-radius: 4px;
}

.pdfgenerator-ai-wrapper  .alert ul{
  list-style: none;
}

.ai-banner-wrapper{
  background: white;
  padding: 16px;
  border-radius: 4px;
}
.ai-banner-wrapper .ai-banner-inner .form-group{
  margin-bottom: 0;
}

.ai-banner-wrapper .ai-banner-inner .form-group input{
  margin-bottom: 5px;
}

.ai-banner-wrapper .ai-banner-inner h6{
  font-size: 18px;
}

.ai-banner-wrapper  .ai-or-wrapper{
  position: relative;
    /* width: 100%; */
    /* padding-top: 100%; */
    background: linear-gradient(263deg, #1495B6 -2.24%, #172F2D -2.24%, #1495B6 51.33%, rgba(1, 164, 155, 0.55) 95.79%, #01A49B 104.89%, #14526F 104.89%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: -8px -8px 16px #ffffff, 8px 8px 16px rgba(0, 0, 0, 0.25);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.ai-banner-wrapper  .ai-or-wrapper *{
  color: white;
}

.banner-meta .btn-outline-secondary{
  padding: 5px 11px;
  font-size: 12px;
}

.banner-actions .btn{
  flex:1;
}
.btn-outline-primary.activate{
  color: green;
  border: 1px solid green;
}

.btn-outline-primary.activate:hover{
  background: green;
  color: white;
}
.tutorial-box {
  position: absolute;
  background: white;
  border-radius: 12px;
  padding: 2rem;
  width:100%;
  max-width: 22%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  margin-left: 2.5rem;
  margin-top: 2.5rem;
}

.ai-pdf-generator-table .ai-pdf-generator-table-head-name{
  max-width: 20%;
  flex: 0 0 20%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-user{
  max-width: 13%;
  flex: 0 0 13%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-date{
  max-width: 15%;
  flex: 0 0 15%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-size{
  max-width: 12%;
  flex: 0 0 12%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action{
  max-width: 40%;
  flex: 0 0 40%;
}

.ai-pdf-generator-table .ai-pdf-generator-table-head-action .btn{
  width: auto;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .pdf-button{
  border-color: #00BED6;
  color: #00BED6;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .pdf-button:hover, 
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .pdf-button:focus{
  background: #00BED6;
  color: white;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .email-button{
  border-color: #04A8C1;
  color: #04A8C1;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .email-button:hover, 
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .email-button:focus{
  background: #04A8C1;
  color: white;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .html-button{
  border-color: #0893AD;
  color: #0893AD;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .html-button:hover, 
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .html-button:focus{
  background: #0893AD;
  color: white;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .copy-button{
  border-color: #0C7D98;
  color: #0C7D98;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .copy-button:hover, 
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .copy-button:focus{
  background: #0C7D98;
  color: white;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .contact-button{
  border-color:#14526F ;
  color: #14526F;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .contact-button:hover, 
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .contact-button:focus{
  background: #14526F;
  color: white;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .danger-button{
  border-color: red ;
  color: red;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .danger-button:hover, 
.ai-pdf-generator-table .ai-pdf-generator-table-head-action .danger-button:focus{
  background: red;
  color: white;
}

.ai-pdf-generator-search-wrapper input{
  border-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ai-pdf-generator-search-wrapper .btn{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.pdfgenerator-ai-wrapper .banner-card {
  position: relative;
  padding-top: 45px;
}
.pdfgenerator-ai-wrapper .banner-card .banner-actions{
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}
.related-prod-table .table-img{
  border: none !important;
  max-width: 120px;
}
@media only screen and  (max-width: 767px){
  .tutorial-box {
    padding: 10px;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-top: 10px;
    max-width: 100%;
  }
  .tutorial-box  h4{
    font-size: 15px;
  }
  .tutorial-box  p{
    font-size: 11px;
  }
  .tutorial-box .btn{
    padding: 2px 8px;
    font-size: 10px;
  }
  .tutorial-box .tutorial-step-indicator{
    font-size: 13px;
    margin-bottom: 2px;
    text-align: left;
  }
  .tutorial-box .tutorial-stop-btn-global{
    right: 20px;
  }

.ai-pdf-generator-table .ai-pdf-generator-table-head-name{
  max-width: 100%;
  flex: 0 0 100%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-user{
  max-width: 100%;
  flex: 0 0 100%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-date{
  max-width: 100%;
  flex: 0 0 100%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-size{
  max-width: 100%;
  flex: 0 0 100%;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action{
  max-width: 100%;
  flex: 0 0 100%;
  text-align: left !important;
}
.ai-pdf-generator-table .ai-pdf-generator-table-head-action > div{
  justify-content: flex-start !important;
}
}
