* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  background: #eeeeec;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
}

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

.wrapper {
  width: 320px;
  height: 540px;
  background: #FDFEFF;
  transition: background .6s ease;
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  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: right;
  padding-right: .8em;
}
.wrapper .top-icons i:nth-of-type(2) {
  float: right;
  padding-right: .8em;
}
.wrapper .top-icons i:nth-of-type(3) {
  float: right;
  padding-right: .8em;
}
.wrapper .top-icons i:nth-of-type(4) {
  float: right;
  padding-right: .8em;
}
.wrapper .top-icons i:nth-of-type(5) {
  float: right;
  padding-right: .8em;
}
.wrapper .top-icons i:nth-of-type(6) {
  float: right;
  padding-right: .8em;
}
.wrapper .top-icons i:nth-of-type(7) {
  float: right;
  padding-right: .8em;
}
.wrapper .top-icons i:nth-of-type(8) {
  float: right;
  padding-right: .8em;
}
.wrapper .profile {
  margin-top: 2.2em;
  position: relative;
}
.wrapper .profile:after {
  width: 100%;
  height: 1px;
  content: ' ';
  display: block;
  margin-top: 1.3em;
  background: #E9EFF6;
}
.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: linear-gradient(to bottom, #1dcaff 0%,#009ec3 100%);
}
.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;
}
.wrapper .profile .title {
  color: #7C8097;
  font-size: .75em;
  font-weight: 600;
  text-align: center;
  padding-top: .5em;
  padding-bottom: .7em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.wrapper .profile .status {
  color: #1dcaff;
  font-size: .75em;
  font-weight: 600;
  text-align: center;
  padding-top: .5em;
  padding-bottom: .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: 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: 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: linear-gradient(to right, #605e5e, #605e5e);
}
.wrapper .social-icons .icon:nth-of-type(2) a {
  background: linear-gradient(to bottom right, #00aced, #00aced);
}
.wrapper .social-icons .icon:nth-of-type(3) a {
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.wrapper .social-icons .icon h4 {
  color: #080911;
  font-size: 1em;
  margin-top: 1.3em;
  margin-bottom: .2em;
}
.wrapper .social-icons .icon p {
  color: #666B7D;
  font-size: 12px;
}

.footer {
  position: relative;
  bottom: 25px;
  color: #AAB0C4;
  font-size: .9em;
  font-weight: 400;
}
