 .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;
    -webkit-transition: background 0.75s;
    transition: background 0.75s;
  }
  .customSlider + label:after {
    height: 34px;
    width: 34px;
    top: -87px;
    left: -55px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .customSlider:checked + label:after {
    height: 34px;
    width: 34px;
    top: -87px;
    left: -19px;
    border-radius: 25%;
  }
  .customSlider:checked ~ .wrapper {
    color: #fff;
    -webkit-transition: background 0.6s ease;
    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; */
    background: #fdfeff;
    -webkit-transition: background 0.6s ease;
    transition: background 0.6s ease;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    /* me */
    display: inline-block;
    /* margin: 0px 14px 30px 14px; */
  }
  .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 {
    margin-top: 2.2em;
    position: relative;
  }
  .wrapper .profile .check {
    position: absolute;
    right: 5em;
    bottom: 12.7em;
  }
  .wrapper .profile .check i {
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, right bottom, from(#c90a6d), to(#ff48a0));
    background: linear-gradient(to bottom right, #c90a6d, #ff48a0);
  }
  .wrapper .profile .thumbnail {
    /* BEFORE 124PX */
    width: 190px;
    height: 190px;
    display: -webkit-box;
    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;
  }
  .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: uppercase; */
  }
  .wrapper .profile .description {
    color: #080911;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.3em;
  }
  /* .wrapper .profile .btn {
    color: #fff;
    width: 130px;
    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: -webkit-gradient(linear, left top, right bottom, from(#c90a6d), to(#ff48a0));
    background: linear-gradient(to bottom right, #c90a6d, #ff48a0);
  } */
  .wrapper .social-icons {
    display: -webkit-box;
    display: flex;
    margin-top: 1.2em;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .wrapper .social-icons .icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  /* .wrapper .social-icons .icon a {
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
    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: -webkit-gradient(linear, left top, right bottom, from(#c90a6d), to(#ff48a0));
    background: linear-gradient(to bottom right, #c90a6d, #ff48a0);
  }
  .wrapper .social-icons .icon:nth-of-type(2) a {
    background: -webkit-gradient(linear, left top, right bottom, from(#5e5aec), to(#3f9efc));
    background: linear-gradient(to bottom right, #5e5aec, #3f9efc);
  }
  .wrapper .social-icons .icon:nth-of-type(3) a {
    background: -webkit-gradient(linear, left top, right bottom, from(#6452e9), to(#639ff9));
    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;
  } */
  