.card-setname {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.back {
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 10px;
  color: A3A3A3;
  transition: .2s;
}

.text-m {
  max-width: 80%;
  text-align: center;
  padding: 15px;
  font-weight: 501;
}

.back:hover {
  text-decoration: underline;
}

.card-details {
  font-size: 18px;
  text-align: center;
}

.card-setid {
  font-size: 16px;
  color: #A3A3A3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.card-gradinglang {
  position: absolute;
  bottom: 0;
}

.note-subgrade {
  font-weight: 601;
  color: #A3A3A3;
  font-style: italic;
}

.final-note {
  position: relative;
  margin: auto;
  width: 100%;
}

.show-final-note {
  font-size: 30px;
  font-weight: 701;
  letter-spacing: 1px;
}

.final-note-title {
  font-weight: 701;
  color: #A3A3A3;
}

.display-note {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: 100%;
  text-align: center;
}

.card-name {
  font-size: 20px;
  font-weight: 601;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.subgrade {
  text-align: end;
}

.card-subname {
  font-size: 16px;
  color: #A3A3A3;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.grid-card {
  display: grid;
  width: 95%;
  margin: auto;
  grid-template-columns: 3fr 3fr 1.6fr 2fr 2fr;
}

.valid-postgrade {
  color: #fbbc04 !important;
  font-size: 20px !important;
  font-weight: 901 !important;
  margin-left: 0px !important;
}

.notvalid-postgrade {
  font-size: 20px !important;
  font-weight: 901 !important;
  margin-left: 0px !important;
  color: #ff8484;
  text-align: center;
}

.maintenance-container {
  max-width: 50rem;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  margin-top: 105px;
}

.border-reset {
  border-bottom: initial !important;
}

.not-allowed {
  cursor: not-allowed !important;
  border: 1px solid transparent !important;
  color: rgb(163, 163, 163) !important;
}

.send-btn {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 7px;
  background-color: #1E1E1E;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border-radius: .375rem;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  font-weight: 601;
  letter-spacing: 1.5px;
  align-self: flex-end;
  cursor: pointer;
  border: 1px solid rgb(238, 238, 238);
  color: rgb(250, 250, 250);
}

.search {
  box-sizing: border-box;
  width: 100%;
  height: calc(2em + 0px);
  margin: 0 0 0.6em;
    margin-top: 0px;
  padding: 6px;
  border: 2px solid #A3A3A3;
  border-radius: .375rem;
  background: #262626;
  font-size: 16px;
  resize: none;
  outline: none;
  color: #A3A3A3;
  transition-duration: .3s;
}

.search-svg{
  width: 40px !important;
}

.verify-form-container {
  width: 50%;
  margin: auto;
  margin-top: 25px;
}

.top-- {
  margin-top: 20px;
}

.maintenance-svg img {
	width: 60px;
  margin-right: 10px;
}

.title-- {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-content-- {
  font-weight: 601;
  font-size: 22px;
}


.list-li:not(:first-child)::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: .0625rem;
  background-color: #A3A3A3;
  margin-left: 1.375rem;
  margin-right: 1.375rem;
  vertical-align: middle;
  top: auto;
}

.list-li {
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  display: flex;
}

.list-container {
  list-style: none;
  margin: 0;
    margin-top: 0px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.container--- {
border: 1px solid #363636;
  background: #262626;
  padding: .5rem;
  border-radius: .75rem;
}

.text---- {
  text-align: center;
  margin-top: 50px;
  color: #A3A3A3;
}

.tt- {
  margin-top: 10px !important;
}

.btn-shine {
  color: #fff;
  background: linear-gradient(to right, #F6B83E 0, #F2D6A2 10%, #FAFAFA 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 601;
  font-size: 22px;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 217px;
  }
  100% {
    background-position: 217px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 217px;
  }
  100% {
    background-position: 217px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 217px;
  }
  100% {
    background-position: 217px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 217px;
  }
  100% {
    background-position: 217px;
  }
}