* {
  margin: 0;
  padding: 0;
  /*box-sizing: border-box;*/
} 
body {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  position: relative;
  background: #eeeeec;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
}

.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 .75s;
  transition: background .75s;
}
.customSlider + label:after {
  height: 34px;
  width: 34px;
  top: -87px;
  left: -55px;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.customSlider:checked + label:after {
  height: 34px;
  width: 34px;
  top: -87px;
  left: -19px;
  border-radius: 50%;
}
.customSlider:checked ~ .wrapper {
  color: #fff;
  -webkit-transition: background .6s ease;
  transition: background .6s ease;
  background: #31394D;
}
.customSlider:checked ~ .wrapper .top-icons i {
  color: #fff;
}
.customSlider:checked ~ .wrapper .user .name {
  color: #FDFEFF;
}
.customSlider:checked ~ .wrapper .user .title {
  color: #7C8097;
}
.customSlider:checked ~ .wrapper .user .description {
  color: #FDFEFF;
}
.customSlider:checked ~ .wrapper .icon h4 {
  color: #FFFFFF;
}
.customSlider:checked ~ .wrapper .icon p {
  color: #666B7D;
}

.wrapper {
  width: 320px;
  height: 540px;
  background: #FDFEFF;
  -webkit-transition: background .6s ease;
  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: left;
}
.wrapper .top-icons i:nth-of-type(2) {
  float: right;
}
.wrapper .top-icons i:nth-of-type(3) {
  float: right;
  padding-right: .8em;
}
.wrapper .user {
  margin-top: 2.2em;
  position: relative;
}
.wrapper .user:after {
  width: 100%;
  height: 1px;
  content: ' ';
  display: block;
  margin-top: 1.3em;
  background: #E9EFF6;
}
.wrapper .user .check {
  position: absolute;
  right: 5em;
  bottom: 12.7em;
}
.wrapper .user .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(#52a044), to(#52a044));
background: linear-gradient(to bottom right, #52a044, #52a044);
}

.wrapper .user .thumbnail {
  width: 124px;
  height: 124px;
  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 .user .name {
  color: #2D354A;
  font-size: .85em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1.5px;
}
.wrapper .user .title {
  color: #7C8097;
  font-size: .75em;
  font-weight: 800;
  text-align: center;
  padding-top: .5em;
  padding-bottom: .9em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.wrapper .user .description {
  color: #080911;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 1.3em;
}
.wrapper .user .btn {
  color: #fff;
  font-size: 24px;
  width: 100%;
  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(#4CAF50), to(#4CAF50));
    background: linear-gradient(to bottom right, #4CAF50, #4CAF50);
}
.wrapper .social-icons {
  display: -webkit-box;
  display: flex;
  margin-top: 1.3em;
  -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: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 50px;
  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(#E7B42C), to(#E7B42C));
  background: linear-gradient(to bottom right, #E7B42C, #E7B42C);
}
.wrapper .social-icons .icon:nth-of-type(2) a {
  background: -webkit-gradient(linear, left top, right bottom, from(#E7B42C), to(#E7B42C));
  background: linear-gradient(to bottom right, #E7B42C, #E7B42C);
}
.wrapper .social-icons .icon:nth-of-type(3) a {
  background: #f85032;
  background: -webkit-linear-gradient(to right, #E7B42C, #E7B42C);  
  background: linear-gradient(to right, #E7B42C, #E7B42C);
}

.wrapper .social-icons .icon:nth-of-type(4) a {
  background: #f85032;
  background: -webkit-linear-gradient(to right, #E7B42C, #E7B42C);  
  background: linear-gradient(to right, #E7B42C, #E7B42C);
}

.wrapper .social-icons .icon h4 {
  color: #080911;
  font-size: 0.7em;
  margin-top: 1.3em;
  margin-bottom: .2em;
}
.wrapper .social-icons .icon p {
  color: #666B7D;
  font-size: 12px;
} 

.loading{
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 100;
      display: flex;
      background: black;
}

.lds-dual-ring {
      display: inline-block;
      margin: auto;
      width: 80px;
      height: 80px;
    }
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(360deg);
  }
}
