.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  margin: 0;
  padding: 0;
}

.search-bar {
  background-color: var(--mdc-theme-secondary);
  border-bottom: 1px solid #E5E5E5;
  padding: 11px 15px;
}
.search-bar .logo {
  width: 95px;
  height: 35px;
  background-size: 95px;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin-top: 4px;
}
.search-bar .input {
  position: relative;
  max-width: 600px;
  margin-left: 115px;
}
.search-bar .input::after {
  clear: both;
  content: "";
  display: table;
}
.search-bar .input button {
  background-color: var(--mdc-theme-primary);
  border: none;
  width: 40px;
  height: 40px;
  float: left;
  padding: 0;

  background-size: 19px;
}
.search-bar .input button span{
  color:#fff;
}
.search-bar .input input {
  border: 1px solid #D9D9D9;
  border-right: none;
  float: left;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 0 0 10px;
  font-family: arial, sans-serif;
  font-size: 16px;
  -webkit-appearance: searchfield;
    box-sizing: border-box;
}
.search-bar .input input:hover {
  border: 1px solid silver;
  border-right: none;
}

.results {
  margin-left: 130px;
  max-width: 600px;
  padding: 10px 0;
}

.pager-totals {
  color: #808080;
  font-size: 13px;
  margin-bottom: 25px;
}

.results-inner {
  margin: 0;
  padding: 0;
}
.results-inner li {
  list-style-type: none;
  margin-bottom: 25px;
}
.results-inner li:not(.ycompany) .link {
  color: transparent;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(26, 13, 171, 0.5);
}
.results-inner li.ycompany .link:hover {
  text-decoration: underline;
}
.start-now{position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;}
.results-inner li:not(.ycompany) cite {
    color: transparent;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
    background-color: rgba(0, 102, 33, 0.5);
    margin-top: 2px;
}
/*
.results-inner li cite:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  top: -2px;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #00591E transparent transparent transparent;
}*/



.results-inner li:not(.ycompany) .desc {
  color: transparent;
    font-size: 14px;
    line-height: 1.4;
    background-color: rgba(84, 84, 84, 0.5);
}
.results-inner li.ycompany .link {
  color: #1a0dab;
  text-decoration: none;
  cursor: pointer;
}
.results-inner li.ycompany cite {
  color: #006621;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
}
.results-inner li.ycompany .desc {
    color: #545454;
  font-size: 14px;
  line-height: 1.4;
}
.results-inner li.ycompany cite:not(.no-ad):before {
  content: "Ad";
  border-radius: 2px;
  background-color: #59946b;
  color: #fff;
  display: inline-block;
  padding: 0 2px;
  font-size: 12px;
  line-height: 14px;
  margin-right: 5px;
}

.browser {
  width: 100%;
     margin-bottom: 24px;
  border: 1px solid #e0e0e0;
      box-shadow: 1px 1px 9px 0 rgba(0,0,0,.06);
    border-radius: 10px;
  height: 100%;
  overflow: auto;
      max-height: 700px;
}
.browser-content{
      background-color: #fff;
}
.browser-chrome {
  border-bottom: 1px solid #DDDDDD;
  background-color: #F9F9F9;
  height: 40px;
  position: relative;
}
.browser-chrome .controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.browser-chrome span {
  background-color: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  float: left;
  margin-right: 8px;
}

@media (max-width: 730px) {
  .results {
    margin-left: 0;
    padding: 0 15px;
  }
}
