/* logo */
.evLogo {
    height: 150px;
    width: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
}

.evLogoAnimation{
    animation: fading 3s infinite;
}

@keyframes fading {
    0%,
    100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

/* shimmer */
.shm-container {
  display: flex;
}

/* assess shimmer */
.assess-anim {
  background: #f6f7f8;
  background-image: linear-gradient(to right, rgb(238, 238, 238) 8%, rgb(222, 222, 222) 18%, rgb(238, 238, 238) 33%);
  background-repeat: no-repeat;
  background-size: 900px 130px;
  position: relative;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: assess-shm;
  -webkit-animation-timing-function: linear;
}

@keyframes assess-shm {
  0% {
    background-position: -1068px 0;
  }
  100% {
    background-position: 1068px 0;
  }
}

.assess-shm {
  width: 100%;
  padding: 40px;
  overflow: hidden;
}

.assess-shm .hdr {
  display: flex;
  margin: 10px 0 30px 0;
}

.assess-shm .hdr div span {
  display: inline-block;
  list-style: none;
  width: 100px;
}

.assess-shm .sch {
  width: 350px;
  height: 40px;
  background-color: #f0f0f0;
  margin-left: auto;
  order: 2;
  display: inline-block;
}

.assess-shm .crd {
  height: 130px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  margin: 0 0 20px 0;
  box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%), 0px 2px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.assess-shm .crd .pic {
  width: 200px;
  background-color: #e0e0e0;
  display: inline-block;
}

.assess-shm .crd .adr {
  flex: 1 1 auto;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: space-between;
}

.assess-shm .crd .dt{
  flex: 0 0 130px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: flex-end;
}

.assess-shm .crd .rev {
  flex: 0 0 200px;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  flex-direction: column;
  padding-bottom: 16px;
  justify-content: flex-end;
}

.assess-shm .btn{
  height: 32px;
  width: 150px;
  border-radius: 16px;
  background-color: #e0e0e0;
  padding: 0;
}

.assess-shm .txt {
  height: 10px;
  background: #e0e0e0;
  margin-top: 20px;
  border-radius: 4px;
}

.assess-shm .adr .txt {
  width: 200px;
  border-radius: 6px;
}

.assess-shm .rev .txt {
  width: 150px;
}

.assess-shm .ttl {
  height: 15px;
}
