html{
  /* font-family: fa5-proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif; */
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
/*mobi-wrap*/
body{
  /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; */
  /* font-family: Mont, 'Open Sans', sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /* font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* background-color: #fafafa; */
  /* background-color: #fdfdfd; */
  /* background-color: #f7f7f7; */
  /* background-color: #FBFBFC; */
  background-color: #FCFDFD;
}
.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: none;
    border: none;
    border-radius: 1px;
}
.card-link{color: inherit !important; cursor: pointer !important;}
.element-display-block{display: block;}
.element-display-none{display: none;}
.sp-app-default-color{color: #000000;}
.sp-app-default-color-cta{color: #49c2fa;}
.sp-app-default-text-color{color:#ffffff;}
.sp-app-default-text-color-dim{color:#696969;}
.sp-app-default-text-color-dim-1{color:#898989;}
.sp-app-default-background-color{background: #000000;}
.plain-bold{font-weight: bold;}
.colx{margin: 0; padding: 0;}
.main-wrap {
  position: relative;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 100vh;
  /* padding: 2em; */
}
.logo{
  height: 100%;
  background-image: url(../images/favicon-o.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrap{
  /* background: #ffffff; width: 100%;  height: 4.5em; top: 0; position: fixed; z-index:9999; */
  background: #ffffff; width: 100%;  top: 0; z-index:9999;
}
.header-wrap-sticky{
  background: #ffffff; width: 100%;  top: 0; position: fixed; z-index:9999; margin-bottom: 2em; clear: both;
}
.header-wrap-inner{margin: 5px 15px; border-bottom: 1px solid #e7e7e7;}
.header-wrap-inner li{display: inline-block; list-style: none;}
.header-nav-back{color: #000000; font-size: 28px; font-weight: 500; cursor: pointer;}
.header-left{ width:10%;}.header-left-2{ min-width:70%;max-width:70%;/*width:80%;*/ }
.header-title{width:65%;text-align: center;}
.header-right{width:10%;}
.header-right-2{float: right;}
.header-right-2 ul{margin: 0;padding: 0}
.header-right-2 ul li{
  display: inline-block;
  margin: 0 0.2em;
}
.page-top-header{
  background: #ffffff; width: 100%; z-index:9999;
  margin-bottom: 3px;
}

.page-top-header li{display: inline;}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.header-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.header-sticky + .pager-wrap {
  padding-top: 10px;
}

.header-sticky-after {
  position: fixed;
  top: 2.8em; /*calc main header height */
  width: 100%;
  /* -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0); */
  -webkit-transform: perspective(1px) translate3d(0,0,0) !important;
  transform: perspective(1px) translate3d(0,0,0) !important;
}
.header-sticky-after + .row-after-stick {
  padding-top: 10px;
}
.header-sticky-after-2 {
  position: fixed;
  top:0em; 
  width: 100%;
  -webkit-transform: perspective(1px) translate3d(0,0,0) !important;
  transform: perspective(1px) translate3d(0,0,0) !important;
}
.header-sticky-after-2 + .row-after-stick {
  padding-top: 12em;
}
.header-main-unfix{position: relative;}
.header-main-refix{position: fixed;}
.pager-wrap{
  margin: 0; padding: 0;
  /* margin: 0 auto; */
  /* margin: 3.5em 0;  */
  height: inherit;
}

.pager-clear-sticky{margin-top: 3em;}

.card{text-align: left;}
.card-flat{position: relative; border-bottom: #f7f5f5 solid 1px;}
.card-pad{padding: 1em; margin-bottom: 4em}
/* .card-flat-pad{position: relative; padding: 1em; border: #dddddd solid 1px; margin-bottom: 1em} */
.card-flat-pad{position: relative; padding: 1em; border: #f0efef solid 1px; margin-bottom: 1em}
.card-flat p{color: #000000;}
.card-box{
  background:#ffffff;
  padding: 1em;
  margin-bottom: 2em;
  width: 100%;
}
.card-box-full{
  height: 100vh; padding: 7em 3em;
}
.card-box-0{
  padding: 0 3px 3em 3px;
}
.card-box-o{
  margin-top: 2.6em;
  padding: 1em 3px 3em 3px;
}
.card-strip{
  border-bottom:1px #f7f5f5 solid; margin-bottom: 8px;
}
.card i{
  /* color:#ffffff;  */
  /* text-shadow: -1.5px 0 #333, 0 1px #333, 1px 0 #333, 0 -1.5px #333; */
  color: #000000;
  text-shadow: none;
}
.i-default{color:#f8f0f0; text-shadow: -1.5px 0 #000, 0 1px #000, 1px 0 #333, 0 -1.5px #000;}
.card-link{cursor:pointer; text-decoration: none; color:inherit;}
.card-link:active{cursor:pointer; text-decoration: none; color:inherit;}
.card-01{
  background:#ffffff; 
  /* border-radius: 4px; */
  padding: 1em;
  height: 90px;
  /* margin: 0.7px 1px; */
  margin: 5px 1px;
  box-shadow: 0px 15px 30px 0px rgba(126, 124, 126, 0.1);
}
.card-02{
  background:#ffffff;
  /* padding: 0.5em; */
  height: auto;
  box-shadow: 0px 15px 30px 0px rgba(126, 124, 126, 0.1);
}
.card-thumb-up-left{
  float: right;
  /* margin: 0; */
  margin: -1em 5px;
}

.card-left{float: left; width: 20%;}
.card-right{float: right; width: 80%;}
.card-left-50{float: left; width: 50%;}
.card-right-50{float: right; width: 50%;}
.card-avatar-circle{
  /* display: inline-block; */
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}
.card-avatar-circle-sm{
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}
.card-avatar-circle img{
  width: 100%;
  height: 100%;
  /* margin-left: -50px; */
}

.card-avatar-square{
  /* display: inline-block; */
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
}
.card-avatar-square img{
  width: 100%;
  height: 100%;
  /* margin-left: -50px; */
}
.card-arm-line{
  width: 80%;
  height: 40px;
  /* margin-top: 1.5em; */
  padding: 3px 5px;
  text-align:left;
  /* border: #000000 2px solid; */
}
.card-arm-alt-bottom{
  position: relative;
  padding-top: 3px;
  text-align:right;
}
.card-analytics ul li{
  display: inline;
  margin:5px 8px; 
}
.card-analytics ul li span{
  display: inline-block;
  padding: 0;
  margin: 1px 8px;
  background-color: none;
  border:none; 
  border-radius:0;
}
.card-tag-qty span{
  color:#f85e17;
  /* border-radius: 0px;border: none; padding: 0 */
}
.card-tag-orders span{
  color:#39a12b;
}
.form-card{margin-bottom:2em; padding:1em; text-align: left;}
/* .detail-card{margin-bottom:2em; padding:1em; text-align: left; border: thin #dddddd;} */
.detail-card{margin-bottom:2em; padding:0; text-align: left; border: thin #ffffff;}
.component-tabs a{color: inherit; text-decoration: none;}

.tab-menu{
  width:100%;
	background: #ffffff;
	text-align: left;
	padding: 5px 6%;
}

.tab-menu li{
	/* margin: 5px 1em;
	width: 30%; */
  /* margin: 5px; */
  display:inline;
	width: 20%;
	font-weight: bold;
}

.tab-menu li a{
	color: inherit;
	cursor: pointer;
	display: inline-block;
  padding: 0;
  background-color: none;
  border: 0;
  border-radius: 0;
}

.tab-menu li a:active{
	/* text-decoration: underline; */
}


.bottombar {display: none;}
.bottombar-large {
  display: block;
  overflow: hidden;
  /* background: #fafafa; */
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
}

.bottombar-large a {
  line-height: 0.2;
  float: left;
  display: block;
  color: #afafaf;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
}
.bottombar-large a i{
  padding-bottom: 5px; 
  color:#ffffff; 
  text-shadow: -1.5px 0 #333, 0 1px #333, 1px 0 #333, 0 -1.5px #333;
  /* text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000; */
  /* margin-left: -1em; */
}
.bottombar-large a span {
  font-size: 10px;
  color: #000000;
  /* margin-left: -1em; */
  padding-top: 1em;
  font-weight: bolder;
}

.bottombar-large a:hover {
  background: #ddd;
  color: black;
}


/*menus and nav*/
.info{color: #ff0000;}
.sp-info-sm{color: #000000; font-size: 12px;}

/* upload */
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn {
  border: 1px solid gray;
  color: gray;
  background-color: white;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;

  /*make width and height 100% of wrapper both in the button and the inpuyfile itself*/
  height: 100%;
  width: 100%; 
}


.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute; 
  left: 0;
  top: 0;
  opacity: 0;  

  /*make width and height 100% of wrapper both in the button and the inpuyfile itself*/
  height: 120%;
  width: 100%;
}

.bottombtn {
  display: block;
  overflow: hidden;
  position: fixed;
  width: auto;
  bottom: 5em;
  left: 84%;
  z-index: 23;
}
.bottombtn a {
  border: #cccbcc solid 1px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #f7deed;
  float: right;
  padding: 9.2px 5px;
}
.bottombtn i{
  font-size: 22px;
  color: #000000;
}

/*toggle-on-off-buttons*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.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: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*..//toggle-on-off-buttons*/

.category-slide{margin-top: 1em;}
.category-slide ul{
	/* width: 95%; */
	/* border: hotpink solid; */
	margin: 0; padding: 0; white-space: nowrap; overflow: auto;
	/* Hide scrollbar for IE and Edge */
	-ms-overflow-style: none;
}
.category-slide ul li{display: inline-block; width:auto; margin: 5px 1em;  text-align: center; overflow: hidden;}
/* Hide scrollbar for Chrome, Safari and Opera */
.category-slide ul::-webkit-scrollbar {
	display: none;
}
.category-slide ul li p{
	text-align:center; 
	width: 60px; /*use card-avartar-circle width for uniformity and balancing*/
	overflow: hidden; 
	font-size:13px;
}

/* Tooltip container */
.spx-tooltip {
  position: relative;
  display: inline-block;
  color: #fa3c3c;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.spx-tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  width: 120px;
  top: 100%; /*bottom tooltip*/
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/*--some f0rm styling */
/* Style the input container */
.wn-i-input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.wn-i-input-icon {
  /* padding: 10px; */
  padding: 9px 5px;
  background: transparent;
  color: black;
  min-width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-left: 0;
}

/* Style the input fields */
.wn-i-input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  border-radius: 0;
  border-right: 0;
}

.wn-i-input-field:focus {
  border: 2px solid dodgerblue;
}


/* Show the tooltip text when you mouse over the tooltip container */
.spx-tooltip:hover .tooltiptext {
  visibility: visible;
}
/*--formore-https://www.w3schools.com/css/css_tooltip.asp--*/

@media only screen and (min-width: 300px) and (max-width: 767px) {
  .main-wrap {
    /* background: #ffffff; */
    border: 0;
    border-radius: 0;
    width: 100%;
    margin:0;
    height: 100vh;
    padding: 0
  }
  .bottombar-large {display: none;}

  .bottombarXX {
    display: block;
    overflow: hidden;
    text-align: center;
    background: #fafafa;
    /* border-top: #979696 solid 1px; */
    border-top: #eee4e4 solid 1px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 1em 0;
  }
  
  .bottombar {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%; 
    background: #fafafa;
    z-index: 3;
    overflow: hidden;
    text-align:center;
    border-top: #eee4e4 solid 1px;
  }
  
  
  .bottombar a {
    margin: 0.5em 0;
    width: 20%;
    line-height: 0.2;
    float: left;
    display: block;
    color: #afafaf;
    text-decoration: none;
    font-size: 1.4em;
  }

  .bottombar a i{
    padding-bottom: 5px; 
    color: #000000;
    /* color:#ffffff;  */
    /* text-shadow: -1.5px 0 #333, 0 1px #333, 1px 0 #333, 0 -1.5px #333; */
  }

  .bottombar a span {
    font-size: 10px;
    color: #000000;
    /* margin-left: -1em; */
    margin-top: 1em;
    padding-top: 1em;
    /* font-weight: bold; */
  }
  
  .bottombar a:hover {
    background: #ddd;
    color: black;
  }
  /*menus and nav*/

  /*form-types*/
  .wnf-fl-form-group label{
    color: #333232;
    margin-bottom: -1em;
  }
  
  .input-bflat{
    border:none;
    padding:10px;
    border:0;
    border-bottom: 1px #000 solid;
    box-shadow: none;
    /* box-shadow:0 0 15px 4px rgba(0,0,0,0.06); */
  }
  .input-bflat:focus {
    /* background-color: #f7f6f5; */
    border: 0;
    border-color: #ee9d06;
    box-sizing: none;
    /* box-sizing: border-box; */
  }
  
  .wnf-button{
     /* remove default behavior */
     appearance:none;
     -webkit-appearance:none;
   
     /* usual styles */
     padding:10px;
     border:none;
     background-color: #000000;
     color:#ffffff;
     font-weight:600;
     border-radius:1px;
     width:100%;
  }
  
  .wnf-button:focus{
    outline:0;
    background-color: #f58664;
    color: #000000;
  }
  
  .wn-icon-lgflt{
    color: #000000;
    text-shadow: none;
    font-size: 28px;
  }

  .card-colord-pad{
    padding:7px 14px; background-color: #fffdfd;
    background-image: linear-gradient(316deg, #fffdfd 0%, #fafafa 14%);
    border: none; border-radius: 5px; box-shadow:0 0 15px 4px rgba(252, 217, 194, 0.06);
  }

  .card-out-colord-pad{
    padding:7px 14px; 
    border-radius: 5px;
    box-shadow:0 0 15px 4px rgba(253, 250, 245, 0.103);
  }
  .card-colord-01{
    /* background-image: linear-gradient(16deg, #f8e3aa 0%, #fafafa 4%); */
    background-image: linear-gradient(16deg, #fffdfd 0%, #fafafa 4%);
  }

  .mt1{margin-top: 1em;}
  .hgt-slab{min-height: 150px; max-height: 150px;}
}