:root {
	--bg-block: #FFF;
	--link-static: #e00fbe;
  --header: #434447;
}

#interface {background: #10151F; overflow: scroll;}

#wrapper {position: relative; margin: 15px auto; max-width: 1200px;}
#left {position: fixed; left: 350px; top: 15px; bottom: 0; width: 280px;}
#left .item {display: grid; grid-template-columns: 40px auto;}
#left .item .icon {font-size: 24px; color: var(--link-static); padding: 8px;}
#left .item .text {font-size: 16px; line-height: 18px; padding: 11px; color: var(--link-static);}
#left .item:hover {background: #20252F;}
#left .item:hover .icon,
#left .item:hover .text {color: #FFF;}

#right {position: fixed; right: 350px; top: 15px; bottom: 0; width: 280px;}
#right .search {display: grid; grid-template-columns: 40px auto;}
#right .search .icon {font-size: 24px; padding: 8px;}
#right .search input:focus >.search{background-color: #444; box-shadow: 0 0 0 2px #e00fbe;}
#right .search input { background: #90959F; border-radius: 30px; padding:11px 0px;}

#middle {position: absolute; top: 0; left: 295px; right: 295px;}
#middle .header {position: fixed; top: 15; width: 610px; height: 40px; background: var(--header); border-radius: 3px; opacity: .8; box-shadow: 3px 2px 5px #00000F;}
#middle .content {padding-top: 40px;}
#middle .content .wrap {padding: 15px 0px;}
#middle .content .wrap .block {margin: 15px auto; background: var(--bg-block); border-radius: 3px;}
#middle .content .wrap .block:first-child {margin-top: 0px;}
#middle .content .wrap .block-1 {height: 450px;}
#middle .content .wrap .block-2 {height: 720px;}
#middle .footer {background: var(--bg-block); padding: 30px; text-align: center; border-radius: 3px;}
.search-form {
  width: 100%;
}
.search-container {
  position: relative;
  width: 100%;
}

.search-input {
  width: 80%;
  padding: 12px 20px 12px 45px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  background-color: #333;
  color: white;
  outline: none;
  transition: all 0.3s ease;
}

.search-input:focus {
  background-color: #444;
  box-shadow: 0 0 0 2px #e00fbe;
}

.search-button {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.search-icon {
  width: 20px;
  height: 20px;
  fill: #888;
  transition: fill 0.2s;
}

.search-input:focus + .search-button .search-icon {
  fill: #e00fbe;
}



/* GOOGLE ICONS FONT */
.icon {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* ===== < Profile Styles Start > ===== */


/* ===== < //////////////////// > ===== */
