  body {background: #333;}
  .card {
    padding: 0  0 15px 0;
    margin-bottom: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow:hidden
}
.fixed {position:fixed; top:0; left:0; z-index: 999}

.sectionClass {margin-bottom: 25px;}
.customSlider {
  opacity: 0;
  display: none;
}
.customSlider + label {
  position: relative;
  top: 35px;
  left: 15px;
  cursor: pointer;
}
.customSlider + label:before, .customSlider + label:after {
  background: #FFFFFF;
  position: absolute;
  content: "";
}
.customSlider + label:before {
  top: -90px;
  left: -60px;
  width: 80px;
  height: 40px;
  background: #ccc;
  border-radius: 20px;
  transition: background 0.75s;
}
.customSlider + label:after {
  height: 34px;
  width: 34px;
  top: -87px;
  left: -55px;
  border-radius: 50%;
  transition: all 0.5s;
}
.customSlider:checked + label:after {
  height: 34px;
  width: 34px;
  top: -87px;
  left: -19px;
  border-radius: 50%;
}
.customSlider:checked ~ .wrapper {
  color: #fff;
  transition: background 0.6s ease;
  background: #31394D;
}
.customSlider:checked ~ .wrapper .top-icons i {
  color: #fff;
}
.customSlider:checked ~ .wrapper .profile .name {
  color: #FDFEFF;
}
.customSlider:checked ~ .wrapper .profile .title {
  color: #7C8097;
}
.customSlider:checked ~ .wrapper .profile .description {
  color: #FDFEFF;
}
.customSlider:checked ~ .wrapper .icon h4 {
  color: #FFFFFF;
}
.customSlider:checked ~ .wrapper .icon p {
  color: #666B7D;
}

.wrapper {
  /*width: 320px;
  height: 540px; */
 /* background: #FDFEFF;*/
  transition: background 0.6s ease;
  border-radius: 0px;
  padding: 0 10px;
/*  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);*/
}
.wrapper .top-icons i {
  color: #080911;
}
.wrapper .top-icons i:nth-of-type(1) {
  float: left;
}
.wrapper .top-icons i:nth-of-type(2) {
  float: right;
}
.wrapper .top-icons i:nth-of-type(3) {
  float: right;
  padding-right: 0.8em;
}
.wrapper .profile {
  position: relative;
}
.wrapper .profile:after {
  width: 100%;
  height: 1px;
  content: " ";
  display: block;
  margin-top: 1.3em;
  background: #E9EFF6;
}
.wrapper .profile .check {
  position: absolute;
  right: 7em;
  top: 5.5em;
}
.wrapper .profile .check i {
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  background: linear-gradient(to bottom right, #C90A6D, #FF48A0);
}
.wrapper .profile .thumbnail {
  width: 124px;
  height: 124px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  border-radius: 100%;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.wrapper .profile .name {
  color: #2D354A;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding-top: 0.5rem;
  background: transparent;
}
.wrapper .profile .title {
  color: #7C8097;
  font-size: 0.75em;
  font-weight: 300;
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.7em;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.wrapper .profile .description {
  color: #080911;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.5rem;
}
.wrapper .profile .btn {
  color: #fff;
  /* width: 140px;
  height: 42px; */
  outline: none;
  border: none;
  /* display: block; */
  cursor: pointer;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  border-radius: 70px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
  background: linear-gradient(to bottom right, #C90A6D, #FF48A0);
}
.wrapper .social-icons {
  display: flex;
  margin-top: 1.2em;
  justify-content: space-between;
}
.wrapper .social-icons .icon {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wrapper .social-icons .icon a {
  color: #fff;
  width: 3.2rem;
  height: 3.2rem;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
}
.wrapper .social-icons .icon:nth-of-type(1) a {
  background: linear-gradient(to right, #48B564, #a8e063);
}
.wrapper .social-icons .icon:nth-of-type(2) a {
  background: linear-gradient(to bottom right, #5E5AEC, #3F9EFC);
}
.wrapper .social-icons .icon:nth-of-type(3) a {
  background: linear-gradient(to bottom right, #6452E9, #639FF9);
}
.wrapper .social-icons .icon h4 {
  color: #080911;
  font-size: 1em;
  margin-top: 1.3em;
  margin-bottom: 0.2em;
}
.wrapper .social-icons .icon p {
  color: #666B7D;
  font-size: 12px;
}

.concept {
  position: absolute;
  bottom: 25px;
  color: #AAB0C4;
  font-size: 0.9em;
  font-weight: 400;
}
.concept a {
  color: #ac1966;
  text-decoration: none;
}

/* Navigation css*/

/* helpers/accessibility.css */
nav {
  width: 100%;
  display: flex;
  justify-content: space-around;

  background-color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.nav-item {
  flex-grow: 1;
  max-width: 100%;
  padding: 8px 0;
  color: #666;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
}

.nav-item.highlight {
  background-color: black;
  color: #fff;
  margin: 0 8px;
  transform: translatey(8px);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.nav-item .feather {
  margin-bottom: 4px;
}

.nav-item.highlight .feather {
  stroke: #fff;
}

a:hover .feather * {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: icon-draw 1s ease-in-out forwards;
}

.nav-item span {
  display: block;
  margin: 0 auto;
  padding: 0 4px;
  font-size: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 15vw;
}

nav:hover .nav-item:not(:hover):not(.highlight) {
  opacity: 0.33;
}

/* ------------------------ Icons ------------------------ */

.feather {
  width: 24px;
  height: 24px;
  stroke: limegreen;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

@keyframes icon-draw {
  to {
    stroke-dashoffset: 0;
  }
}


/* Product Cards css */
.shell{
  padding:80px 0;
}
.wsk-cp-product{
 /* background:#fff;
  padding:15px;
  border-radius:6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  position:relative;
/*  margin:20px auto;*/
}
.wsk-cp-img{
  position:absolute;
  top:0;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 101%;
  padding: 0px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
 /* border-radius:6px;*/
}
/*.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}*/
/*.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}*/
.wsk-cp-text{
  padding-top:101%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:30px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:180%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);

}
.wsk-cp-text .category > span{
  padding: 10px;
  border: 1px solid #313131;
  background:#212121;
  color:#fff;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  border-radius:27px;
  transition: all 0.05s ease-in-out;

}
/*.wsk-cp-product:hover .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}*/
/*.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}*/
.wsk-cp-text .title-product{
  text-align:center;
}
.wsk-cp-text .title-product h3{
  font-size:14px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
   /* white-space: nowrap;*/
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  text-align:left;
  width: 100%;
  height:62px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:15px;
}
.card-footer{
  padding: 25px 0 5px;
  border-top: 1px solid #ddd;
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;

}

.card-footer .wcf-right{
  float:right;
}

.price{
  font-size:18px;
  font-weight:bold;
}

a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}
.red{
  color:#F44336;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
/*  .wsk-cp-product{
    margin:40px auto;
  }*/
  .wsk-cp-product .wsk-cp-img{
  top:0px;
}
.wsk-cp-product .wsk-cp-img img{
 /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);*/
}
  .wsk-cp-product .wsk-cp-text .category > span{
 /* border-color:#ddd;*/
  box-shadow: none;
  /*padding: 0px 28px;*/
}
.wsk-cp-product .wsk-cp-text .category{
  margin-top: 0px;
}
a.buy-btn{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
}
}
/* Product Cards css */

.img-holder {
    overflow: hidden;
    border-radius:4px;
    box-shadow: 1px 2px 5px #000;
}

/*card Styles */



.slide-card {
    margin:5px 0px !important;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    box-shadow: 1px 2px 8px #000;

}
.slick-slide {
    margin: 0px 10px;
}
.slick-slider div { transition: none; }

body {

    background:#333;
}
.modal-body .profile:after {
  background:none;
}


* {
  transition: all 0.2s ease-in-out;
}


  .user-content {
    padding: 5% 10%;
    position: relative;
}


    .user-pro-edit  i {
        top: 10px;
        right: 10px;
        position: absolute;
       /* background: #54a7ff;*/
        padding: 10px;
        color: #fff;
        border-radius: 100%;
      }
      .user-pro-edit .edit-tool {
          width:100%;
        opacity: 0;
        z-index: 11;
        position: absolute;
        margin: auto;
        color: #fff;
        top: 280px;
        left: 27%;
      }
       .edit-tool span {
          font-size: 14px;
          display: inline-block;
          margin: 10px;
       }
          .edit-tool span :hover {
            color: #54a7ff;
          }
        .edit-tool span  i {
            margin-bottom: 10px;
            display: block;
            font-size: 32px;
            text-shadow: 10px 10px 30px rgba(0, 0, 0, 1);
          }

    .user-pro-edit .close11 {
    opacity: 1 !important;
    bottom: 20%;
    position: absolute;
    font-size: 30px;
    left: 16%;
    color: #C3191E;
    text-shadow: 10px 10px 30px #000000;
}

    /* user pro edit end*/
    .user-name {
      margin: 160px 0 0 0;
      font-size: 16px;
      font-weight: bold;
      padding: 15px 0 5px 0;
      color: #333;
    }
    .user-job-profile {
      font-size: 12px;
    }
    .user-title {
      padding: 10px;
      font-size: 11px;
      color: #57d291;
    }
    .user-skill {
      color: #666;
    }
      .user-skill .skill-tag {
        font-size: 11px;
        font-weight: bold;
        padding: 5px 7px;
        border: 1px solid #999;
        border-radius: 30px;
        margin: 1px;
        line-height: 30px;
      }
      .skill-tag:hover {
          background: #54a7ff;
          border: 1px solid #54a7ff;
          color: #fff;
        }


  .user-view {
    padding: 5%;
    background: #54a7ff;
    color: #fff;
    font-size: 14px;
  }


  body {
  /* describe custom properties, updated in the script to match the light / dark theme */
  --background: #f7f5ee;
  --color: #222;
  /* shadow applied on one of the pseudo element to remark the state of the checkbox */
  --shadow: #ddd;

  /* include two overlapping circle with the gradient
  two circles to hide/show the top one when the theme is toggled
  */
  background:
    var(--background);
  background-position-x: 50%;
  background-repeat: no-repeat;
  color: var(--color);
  font-family: "Lato", sans-serif;
  /* include a transition for the color and background-color exclusively */
  transition-property: color, background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

 .light {
    background: #fff;
    color: #222222;
    --shadow: #dddddd;


  }

  .dark {
    background: #2A2A2A !important;
    color: #ffffff !important;
    --shadow: #111;

  }

.qrcard {
  background-image: linear-gradient(to left, rgb(183 154 54 / 90%), rgb(158 134 46 / 88%), rgb(101 89 61 / 85%), rgb(35 34 31 / 88%), rgb(21 19 19 / 90%));
}
.modal-body .profile:after {
  background:none;
}


/* increase the white space around the form */
.phone--toggle {
  margin: 1rem 0;
  /*TODO: make toggle smaller*/
}
/* visually conceal the checkbox */
.phone--toggle input[type="checkbox"] {
  /* display: none; */
  opacity: 0;
  width: 0;
  height: 0;
}
/* expand the label to show the options as if two side of a toggle */
.phone--toggle label {
  word-spacing: 3rem;
  font-size: 0.7rem;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  /* z-index to show the label atop the pseudo elements */
  z-index: 5;
  /* position relative to position the pseudo elements */
  position: relative;
  cursor: pointer;
}
/* include the :before pseudo element as the label's background */
.phone--toggle label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--shadow);
  border-radius: inherit;
  z-index: -5;
}
/* include the :after pseudo element as the smaller rectangle highlighting the current selection */
.phone--toggle label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: var(--background);
  border-radius: inherit;
  box-shadow: 0 0 2px hsla(0, 0%, 0%, 0.4);
  z-index: -5;
  /* transition for the transform property
  */
  transition: transform 0.25s ease-out;
}
/* translate the element to the right when an arbitrary class is applied on the form */
.phone--toggle.checked label:after {
  transform: translate(100%, 0);
}
/* when the input is focused add a shadow to the sibling label */
.phone--toggle input:focus + label {
  box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.4);
}
