body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97vh;
  background: #2f2f2f;
  background: #2f2f2f;
}
span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.base {
  border-radius: 10px;
  background: #272B2C;
  display: flex;
  width: 700px;
  height: auto;
  flex-direction: column;
  padding: 30px 15px;
  font: 28px arial;
  box-shadow: 0px 40px 45px rgba(0, 0, 0, .4);
  
  box-shadow: -8px -8px 20px 0px #fff9, -6px -6px 6px 0px #fff9, 8px 8px 20px 0px #0001, 5px 5px 6px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9, inset 0px 0px 0px 0px #0001;
    background: #e0e5ec;
}

div[class*='line'] {
  display: flex;
  justify-content: space-around;
}

div[class*='line'] + div[class*='line'] {
  margin-top: 15px;
}

.line1,
.line3 {
  padding: 0 15px;
}

.line2 {
  padding: 0 30px;
}

div[class*='line'] span {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, .7);
  color: #71D4FE;
  padding: 15px;
  background: #2F3336;
  border-radius: 12px;
  text-shadow: 0px 0px 40px #71D4FE, 0px 0px 80px #71D4FE;
  width: 25px;
  text-align: center;
}

div[class*='line'] span:hover {
  /*   box-shadow: 0px 2px 10px #040404;*/
  
  background: #2F3336;
  text-shadow: 1px 2px 60px #00BCD4, 0px 0px 60px rgba(0, 188, 212, .9), 0px 0px 60px rgba(0, 188, 212, .9), 10px 10px 60px rgba(0, 188, 212, .9);
  cursor: pointer;
      background: #222;
    border-top: 1px solid #222;
    box-shadow: inset 0 0 25px #333, 0 1px 0 #000, 0 2px 0 #222, 0 2px 3px #333;
    text-shadow: 0px -1px 0px #000;
  
  
      background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.5), 0 0 0.1rem 0rem rgba(0, 0, 0, 0.9);
    color: #999;
}

div[class*='line'] span:active {
  transform: scale(.9);
}

.line3 span:first-of-type {
  width: 35px;
  padding: 10px 15px;
}

.line3 span:last-of-type {
  width: 35px;
  padding: 10px 15px;
}

.line4 span:nth-child(1) {
  width: 55px
}

.line4 span:nth-child(2) {
  width: 35px;
  padding: 10px 15px;
}

.line4 span:nth-child(3) {
  width: 35px;
  padding: 10px 15px;
}

.line4 span:nth-child(4) {
  width: 255px
}

.line4 span:last-of-type {
    width: 105px;
    font-family: "Segoe UI" !important;
    font-weight: 300 !important;
    font-size: 20px;
      border-color: #e2e8f0;
    background-color: rgba(203,213,224,1);
      color: #718096;

}

#arrow,
#backspace,
#smile,
#mic {
  fill: #71D4FE;
      fill: #7db1fd;

  width: 35px;
 height:35px;
  -webkit-filter: drop-shadow(0px 2px 20px #71D4FE)
    filter: drop-shadow(0px 2px 20px #71D4FE)
}

#arrow:hover,
#backspace:hover,
#smile:hover,
#mic:hover {
  -webkit-filter: drop-shadow(0px 2px 15px #71D4FE)
    filter: drop-shadow(0px 2px 15px #71D4FE)
}




a.icon {
        width: auto !important;
    position: relative;
    display: flex;
    height: 32px !important;
    padding: 3px;
    filter: drop-shadow(1px 1px 1px #b7b7b7) drop-shadow(-1px -1px 1px #fff);
    justify-content: center;
    align-items: center;
}


div[class*='line'] span {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .7);
    color: #71D4FE;
    padding: 8px 8px;
    background: #2F3336;
    border-radius: 12px;
    text-shadow: 0px 0px 40px #71D4FE, 0px 0px 80px #71D4FE;
    width: auto;
      width: 36px;

    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
      background-color: hsl(0,0%,95%);
    box-shadow: -0.2em -0.125em 0.125em hsl(0deg 0% 0% / 25%), 0 0 0 0.05em hsl(0deg 0% 0% / 13%), 0.02em 0.02em 0.02em hsl(0deg 0% 0% / 40%) inset, -0.1em -0.1em 0.04em hsla(0,0%,100%,0.8) inset;
  
  
}




.base {
      background-image: linear-gradient(90deg,hsl(0deg 0% 40% / 20%),hsla(0, 0%,10%,0));
    border-radius: 0.75em;
    box-shadow: -0.5em -0.5em 0.75em hsla(0,0%,0%,0.6), 0 0 0 1px hsl(0, 0%,67%) inset;
  
  
}



.image-card {
    position: relative;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 2px;
    filter: drop-shadow(1px 1px 1px #b7b7b7) drop-shadow(-1px -1px 1px #fff);
    background-size: cover;
    overflow: visible;
    background-position: 50% 50% !important;
    background-size: contain;
    background-repeat: no-repeat;
}



span .image-card:hover:before {
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    filter: blur(8px) saturate(4.5) drop-shadow(0.25px 0.25px 0.25px hsl(212deg 2% 20% / 2%));
    opacity: 0.525;
    color: hsl(212deg 2% 20% / 50%);
    z-index: -4;
    transform: translateY(6px) scale(0.825);
}

a.icon:hover {
    transform: scale(1.25);
  padding: 0;
}