 .header-verify-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header-verify-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.m_infos div:first-child {
  color: #F6B83E;
  margin-top: 5px;
  font-weight: 501;
}

.m_note-container {
  width: 100%;
}

.m_note-container {
  width: 100%;
  background: #262626;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 6px;
  margin-top: 10px;
}

.m_note-details {
  font-size: 14px;
  font-weight: 501;
}

.m_note-result {
  color: #777;
  margin-top: 3px;
  font-size: 14px;
  border-top: 3px solid #1E1E1E;
  padding-top: 5px;
}

.m_grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 1%;
}

.m_arrow.m_rotate {
  transform: rotate(180deg);
}

.m_details-open {
  display: none;
  border-top: 2px solid #a3a3a3;
  padding-top: 10px;
  margin: auto;
  margin-left: -10px;
  width: 100%;
  margin-top: 10px;
  padding-left: 10px;
  color: #A3A3A3;
  text-transform: uppercase;
  font-size: 12px;
  padding-right: 10px;
}

.m_arrow img {
  width: 100%;
}

.m_arrow {
  transition: transform 0.25s ease;
  max-width: 14px;
  width: 100%;
}

.m_infos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.m_sub-elem {
  color: #A3A3A3;
  margin-top: 5px;
  font-size: 13px;
}

.m_card-name {
  margin-top: 5px;
  font-weight: 501;
}

.m_details {
  background-color: #1E1E1E;
  cursor: pointer;
  border: 2px solid #A3A3A3;
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
}

.m_game {
  padding: 6px;
  background: #121212;
  border-radius: 5px;
  color: #A3A3A3;
  font-size: 12px;
  text-transform: uppercase;
}

.m_details-flex {
  display: flex;
  justify-content: space-between;
}

.m_title-- {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 501;
}

#m_container input {
  display: block;
  width: 100%;
  min-height: 33px;
  margin-top: 10px;
}

.header-verify-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.title-search {
  font-size: 21px;
  font-weight: 601;
  border-bottom: 2px SOLID #A3A3A3;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.container-input {
  display: flex;
  gap: 3%;
}

.container-input input:first-child {
  flex: 3;
}
.container-input input:last-child {
  flex: 2;
}

.search-grid-show {
  display: grid;
  grid-template-columns: 0.5fr 2.5fr 1fr 0.7fr 0.7fr 2.2fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr;
  font-size: 14px;
  color: #aeaeae;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 5px;
}

.search-case {
  display: grid;
  grid-template-columns: 0.5fr 2.5fr 1fr 0.7fr 0.7fr 2.2fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr;
  font-size: 14px;
  border: 4px solid #262626;
}

.search-case .game {
  font-weight: 501;
  background: #262626 !important;
  padding-top: 5px;
  position: relative;
  padding-bottom: 5px;
  color: #A3A3A3;
}

.search-case div {
  display: flex;
  align-items: center;
}

.search-grid-show div:nth-child(n+7):nth-child(-n+99) {
  justify-content: center;
  display: flex;
}

.search-grid-show div:nth-child(2) {
	margin-left: 5px;
}

.search-case div:nth-child(2) {
	margin-left: 5px;
}

.search-case div:nth-child(n+7):nth-child(-n+99) {
  justify-content: center;
}

.search-case div:last-child {
  border: initial !important;
}

.search-case div:nth-child(n+6):nth-child(-n+99) {
  border-right-width: 3px;
  border-right-style: dashed;
  border-right-color: #262626;
}

.form form {
  padding: 40px;
}

.form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: auto;
  background: #1C1C1C !important;
}

.search-container {
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  overflow: hidden;
  padding: 0.8rem;
}

.pagination div {
  display: flex;
  margin: auto;
}

.order-case a:first-child {
  font-style: italic;
  background: #262626 !important;
  padding-top: 5px;
  position: relative;
  padding-bottom: 5px;
}

.back-pagination {
  margin-right: 10px;
  background: #262626;
  padding: 7px;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  align-items: center;
  transition: .2s;
}

.next-pagination  {
  margin-left: 10px;
  background: #262626;
  padding: 7px;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  align-items: center;
  transition: .2s;
}

.numb_page:not(:last-child) {
  margin-right: 5px;
}

.disable {
  cursor: pointer;
}

.back-pagination img {
  width: 13px;
  transform: rotate(90deg);
  margin-right: 4px;
}

.next-pagination img {
  width: 13px;
  transform: rotate(-90deg);
  margin-left: 4px;
}

.next-pagination:hover {
  background: #2b2b2b;
}

.back-pagination:hover {
  background: #2b2b2b;
}

.numb_page:not(:last-child) {
  margin-right: 5px;
}

.numb_page {
  background: #262626;
  padding: 7px;
  border-radius: 4px;
  min-width: 15px;
  cursor: pointer;
  text-align: center;
  transition: .2s;
}

.pagination {
  margin-top: 15px;
}

.process_info {
  border: 3px solid #919191;
  border-radius: .75rem;
  background: #181818;
  padding: 1.3rem;
  max-width: 50%;
  margin: auto;
  position: relative;
  margin-bottom: 55px;
}

.process_icon {
  position: absolute;
  border-radius: 70px;
  background: #919191;
  width: 25px;
  height: 25px;
  text-align: center;
  top: -21px;
  border: 8px SOLID #121212;
  font-family: initial;
  font-weight: 601;
  font-size: 23px;
  line-height: 23px;
  color: #181818;
}

.process_text {
  margin-top: 0;
  color: #A3A3A3;
}

.search-input {
  box-sizing: border-box;
  width: 100%;
  padding: 6px;
  border: 2px solid #A3A3A3;
  border-radius: .375rem;
  background: #262626;
  font-size: 16px;
  resize: none;
  outline: none;
  color: #A3A3A3;
  transition-duration: .3s;
  width: 17em;
  margin-right: 15px;
}

.send-btn:hover {
  background-color: #393939;
}

.send-btn {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #1E1E1E;
  font-size: 12px;
  line-height: 15px;
  transition-duration: .2s;
  border-radius: .375rem;
  text-transform: uppercase;
  font-weight: 601;
  letter-spacing: 1.5px;
  cursor: pointer;
  border: 1px solid rgb(238, 238, 238);
  color: rgb(250, 250, 250);
  height: 100%;
}

.search {
  max-width: 30%;
  margin: auto;
  margin-bottom: 105px;
  margin-top: -20px;
}

.search-result {
  display: flex;
}

.title-faq {
  font-size: 2rem;
  font-weight: 601;
  letter-spacing: 1px;
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

.grid-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.wrapper {
            background-color: #262626 !important;
            margin-bottom: 10px;
            border-radius: 5px;
            -webkit-box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            box-shadow: 0 15px 25px rgba(0, 0, 50, 0.2);
            border-bottom: 2px solid #262626;
            border-top: 1px solid #262626;
            box-shadow: 0 1px 0 2px #262626;
            color: #FAFAFA;
        }


        .toggle {
            width: 100%;
            padding: 10px 20px;
            background-color: transparent;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            font-size: 16px;
            color: #FAFAFA;
            font-weight: 600;
            border: none;
            outline: none;
            cursor: pointer;
            position: relative;
            padding-left: 57px;
            transition: color .3s ease;
        }
        .content-- {
            position: relative;
            font-size: 15px;
            text-align: justify;
            line-height: 17px;
            height: 0;
            overflow: hidden;
            -webkit-transition: all 1s;
            -o-transition: all 1s;
            transition: all 1s;
            padding: 0px 20px;
            background: #3E3E3E;
            border-bottom-right-radius: 7px;
            border-bottom-left-radius: 7px;
        }
.questions__separator {
  border: 2px solid #515160;
  border-radius: 100%;
  flex-shrink: 0;
  height: 22px;
  left: 19px;
  position: absolute;
  top: 7px;
  transition: border-color .3s ease;
  width: 22px;
}

.rotate {
  transform: translate(-50%, -50%) rotate(90deg) !important;
}

.questions-line {
  background-color: #cdcdcf;
  height: 2px;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.questions__separator .container-line {
  position: relative;
  width: 100%;
  height: 100%;
}

.questions__separator-line:first-child {
  transition: opacity .3s ease;
}
.questions__separator-line {
  background-color: #cdcdcf;
  display: inline-block;
  height: 10px;
  left: 10px;
  position: absolute;
  top: 6px;
  width: 2px;
  z-index: 1;
}

.questions__separator-line:nth-child(2) {
  height: 2px;
  left: 6px;
  top: 10px;
  transition: background-color .3s ease;
  width: 10px;
}

.faq-ul {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.help-ul {
  list-style-type: initial;
  padding: 15px;
  padding-bottom: 15px;
}

.loading {
  opacity: .6;
  border-radius: 3px;
  position: relative;
  background: #424242;
  color: transparent;
  background-image: linear-gradient(to right, #3a3a3a 0%, #3f3f3f 10%, #4a4a4a 20%, #3f3f3f 30%, #3a3a3a 50%, #3a3a3a 100%);
  background-repeat: no-repeat;
  background-size: 800px 200px;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: shimmer;
  -webkit-animation-timing-function: ease-in-out;
}

.title-form {
  width: 100%;
  color: #FAFAFA;
  font-weight: 601;
  font-size: 19px;
}

.search-input-- {
  box-sizing: border-box;
  width: 100%;
  height: calc(2em + 0px);
  margin: 0 0 0.6em;
  padding: 6px;
  border: 2px solid #A3A3A3;
  border-radius: .375rem;
  background: #262626;
  font-size: 16px;
  resize: none;
  outline: none;
  color: #A3A3A3;
  transition-duration: .3s;
}

.search-input--:focus{
  border: 2px solid #B5B5B5;
}

.send-btn-- {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 7px;
  background-color: #292929;
  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);
}
.not-allowed {
  cursor: not-allowed !important;
  border: 1px solid transparent !important;
  color: rgb(163, 163, 163) !important;
}

.search-case:not(:first-child) {
  margin-top: -4px;
}

#m_container {display: none}

@-webkit-keyframes shimmer {
  0% {
    background-position: -400px 0;
  }

  100% {
    background-position: 400px 0;
  }
}

@media screen and (max-width: 1050px) {
  .process_info {
    max-width: 90%;
  }
  .form {
    max-width: initial;
  }
  .grid-faq {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .title-search {
    display: block;
  }
  .search-input {
    width: auto;
  }
  #c_module {
    display: none;
  }
  #m_container {display: block}
}

@media screen and (max-width: 550px) {
  .form form {
    padding: initial;
  }
  .search-result form {
    display: block !important;
  }
  .title-search {
    padding-bottom: 50px;
  }
  .game-title {
    display: none !important;
  }
  .game {
    display: none !important;
  }
  .year-title {
    display: none !important;
  }
  .year {
    display: none !important;
  }
}