.chart-container {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 8px;
  height: 275px;
  position: relative;
}

.stolen .s_title {
  color: #F04D4D;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.reduce {
  padding-left: 15px;
  max-width: 90%;
}

.no_default {
  text-align: center;
  margin-bottom: 13px;
  border-top: 2px SOLID #A3A3A3;
  padding-top: 10px;
  border-bottom: 2px SOLID #A3A3A3;
  padding-bottom: 10px;
}

.stolen {
  width: 580px;
  margin: auto;
  height: fit-content;
  padding-bottom: 12px;
  background: lightgrey;
  border-left-style: solid;
  border-left-color: #ff000059;
  border-left-width: 5px;
  border-radius: 9px;
  border-top-left-radius: 0px;
  color: #FBA8A8;
  font-size: 12px;
  line-height: 1.25rem;
  font-weight: initial;
  padding-left: 12px;
  padding-top: 5px;
  border-bottom-left-radius: 0px;
  margin-top: 45px;
  margin-bottom: -35px;
  background: linear-gradient(to right, #f7575708, #f7575721 50%, #f757571a);
}

.s_email {
  text-decoration: underline;
  color: #df5f5f;
}

.chart {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 8px;
  position: relative;
  min-height: 257px;
}

.details-chart {
  position: absolute;
  top: 0;
  left: 0;
  color: #A3A3A3;
  padding: 5px;
  background: #121212;
  z-index: 99;
  border-radius: 4px;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.total {
  font-weight: 601;
  border-top: 3px solid #A3A3A3;
  padding-top: 10px;
  margin-top: 4px;
  border-bottom: 3px solid #A3A3A3;
  padding-bottom: 10px;
}

.title-pop {
  font-weight: 501;
  margin-bottom: 10px;
}

.container .card_lang:nth-child(2) {
  border-top: 3px solid #A3A3A3 !important;
}


.total span {
  font-weight: initial;
  color: #A3A3A3;
}

.card_lang {
  color: #A3A3A3;
  border-top: 4px solid #121212;
  padding: 5px;
  padding-left: 15px;
}

.lang {
  width: 22px;
  display: inline-block;
}

.bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}

.dropdown-help {
  visibility: hidden;
  opacity: 0;
  position: absolute !important;
  padding: 10px 0;
  transform: translateY(10px);
  width: max-content;
  border: 1px solid #363636;
  background: #262626;
  color: #A3A3A3;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 111;
  transition: 0.2s all;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: initial;
  font-size: 14px;
  color: #FAFAFA;
  line-height: 20px;
  height: fit-content !important;
  color: #A3A3A3;
  z-index: 9999999;
  bottom: -75px;
}

.grid-pop {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 15px;
}


.bar:hover .dropdown-help {
  visibility: visible;
  opacity: 1;
  transform: translateY(-5px);
}

.dropdown-help strong {
  color: #FAFAFA;
}


.bar {
  width: 50px;
  background: #A3A3A3;
  text-align: center;
  color: white;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  transition: height 0.5s ease-in-out;
  height: 20px;
  position: relative;
}

.label {
  margin-top: 7px;
  font-size: 15px;
  font-weight: bold;
}
        
.bar-value {
  font-size: 12px;
  padding-bottom: 5px;
}

.paid-msg {
  text-align: center;
  padding: 3em;
}

.more-details {
  background-color: #181818;
  color: #A3A3A3;
  font-weight: 601;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border-radius: .375rem;
  text-transform: uppercase;
  background-image: url(/include/images/svg/infos.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position-x: 11px;
  background-position-y: 11px;
  position: relative;
  width: fit-content;
  overflow: hidden;
  padding: 15px;
    padding-left: 15px;
  padding-left: 15px;
  padding-left: 40px;
  cursor: pointer;
  display: block;
  margin: auto;
}

.header-verify-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.details .details-line {
  margin-left: 15px;
}

.rapport .details-line {
  color: #A3A3A3;
}

.rapport .details-line div:last-of-type {
  font-weight: initial !important;
  color: #A3A3A3;
  margin-left: 7px;
}

.default-type {
  font-size: 20px;
  font-weight: 501;
  border-top: 2px SOLID #A3A3A3;
  padding-top: 10px;
  margin-bottom: 2px;
}

.header-verify-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-verify-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.underline {
  text-decoration: underline;
  text-align: center;
  color: #A3A3A3;
  margin-top: 10px;
  display: block;
}

.header-verify-title:hover i {
  margin-right: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.grid-verify {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 25px;
	margin-top: 60px;
}

.demo-img {
	border-radius: .75rem;
	width: 70%;
	margin: auto;
	height: 260px;
	background: #181818;
	position: relative;
	vertical-align:middle;
    text-align:center;
}

.verify-img{
  position: absolute;
  top: 67%;
  transform: translateY(-50%);
  z-index: 99;
  width: 75%;
  transition: 0.5s;
  left:50%;
  transform:translate(-50%,-50%);
}

.demo-img:hover .verify-img{
  top: 45%;
}

.overflow-hide {
  height: 60px;
  background: #262626;
  z-index: 9999;
  position: relative;
}

.verify-form {
  height: calc(100% - 60px);
  position: relative;
}

.verify-form-container {
  position: absolute;
  top: 50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 65%;
  margin: auto;
}

.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;
  padding: 6px;
  border: 2px solid #A3A3A3;
  border-radius: .375rem;
  background: #262626;
  font-size: 16px;
  resize: none;
  outline: none;
  color: #A3A3A3;
  transition-duration: .3s;
}

.search:focus{
  border: 2px solid #B5B5B5;
}

.verify-form-container .title {
  border-bottom: initial !important;
  padding-bottom: initial !important;
}

.grid-verify-- {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 15px;
}

.swiper-slide img {
  width: 100%;
}

.swiper {
  width: 250px;
  height: 420px;
}

.btn-pattern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 75%;
  margin-left: 5%;
  margin-top: 10px;
  margin-bottom: 50px;
}

.btn-pattern img {
  width: 24px;
  transition: transform 0.3s ease;
}

.zoom {
  width: fit-content;
  display: flex;
  transition: .2s;
  align-items: center;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.zoom span {
  transition: .2s;
  margin-left: 5px;
  color: #A3A3A3;
}

.switch-side {
  width: fit-content;
  display: flex;
  transition: .2s;
  align-items: center;
  cursor: pointer;
  width: 100%;
  justify-content: center;
}

.zoom:hover img {
  transform: scale(1.07);
}

.switch-side:hover img {
  transform: scale(1.07);
}

.zoom:hover span {
  margin-left: 10px;
  font-weight: 501;
  transition: .2s;
}

.switch-side:hover span {
  margin-left: 10px;
  font-weight: 501;
  transition: .2s;
}

.switch-side span {
  transition: .2s;
  margin-left: 5px;
  color: #A3A3A3;
}

.effect {
  perspective: 1000px;
}

#front-postgrade {
  transform: rotateX(12deg);
  transition: 0.5s ease;
}

#front {
  transform: rotateX(12deg);
  transition: 0.5s ease;
}

.subname {
  color: #A3A3A3;
  font-weight: initial;
  font-size: 16px;
}

#front-etiquette {
  transform: rotateX(12deg);
  margin-top: 8px;
  opacity: .9;
  transition: 0.5s ease;
}


img[src="/include/images/no-post-grade_front.jpg"] {
    transition: transform 0.5s ease;
}

    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 11px;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      position: relative;
      display: block;
      overflow: hidden;
    }

    .blue {
      background-color: rgb(206, 17, 17);
    }

    .red {
      background-color: rgb(0, 140, 255);
    }

    .effect::before,
.effect::after {
    content: '';
  position: absolute;
  width: 800%;
  height: 70px;
  background: #ffffff12;
  transition: transform 1s;
}

.effect::before {
  height: 20px;
    transform: translate(-83%, -100%) rotate(-30deg);
}

.effect::after {
    transform: translate(-100%, -100%) rotate(-30deg);
}

.effect:hover::before {
    transform: translate(10%, 3%) rotate(-30deg);
}

.effect:hover::after {
    transform: translate(10%, 3%) rotate(-30deg);
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(-30deg);
    }
    100% {
        transform: translate(10%, 3%) rotate(-30deg);
    }
}

@keyframes shine2 {
    0% {
        transform: translate(-83%, -100%) rotate(-30deg);
    }
    100% {
        transform: translate(10%, 3%) rotate(-30deg);
    }
}

.animate::before {
    animation: shine 1.2s forwards;
}

.animate::after {
    animation: shine2 1.2s forwards;
}

.details {
  padding: 1.5rem !important;
}

.note {
  display: flex;
  padding: 1.5rem !important;
}

.final-note {
  width: fit-content;
  padding: 30px;
  background: #121212;
  border-radius: 10px;
  font-size: 35px;
  font-weight: 601;
  letter-spacing: 1px;
  height: 42px;
  min-width: 42px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.etiquette {
  position: absolute;
  left: 24px;
  width: 81% !important;
  top: 26px;
  transition: transform 0.5s ease;
}

.starsvg {
  width: 40px !important;
  position: absolute;
  top: 12px;
  right: 6px;
}

.grid-note-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin: auto;
  gap: 40px;
}

.note-details-container {
 
}

.note-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 501;
}

.separator-verify {
  flex-grow: 1;
  border-bottom: .0625rem dashed #A3A3A3;
  margin: 3px 10px;
}

.note-line div:first-child {
  color: #A3A3A3;
  font-weight: initial;
}

.top {
  margin-top: 20px !important;
}

.details-line {
  display: flex;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 501;
  line-height: 32px;
}

.subline {
  border-bottom: 2px solid #a3a3a3;
  padding-top: 10px;
  margin-bottom: 20px;
}

.details-line div:first-child {
  color: #A3A3A3;
  font-weight: initial;
  margin-right: 10px;
  min-width: 45px;
}

.details-- {
  padding: 1rem !important;
}

.grid-details {
  gap: 8px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
}

.authentic {
  background-color: #1E1E1E;
  color: #FAFAFA;
  font-weight: 601;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  border: 2px SOLID #A3A3A3;
  border-radius: .375rem;
  text-transform: uppercase;
  background-image: url(/include/images/svg/check.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position-x: 10px;
  background-position-y: 11px;
  position: relative;
  cursor: default;
  width: fit-content;
  overflow: hidden;
  padding: 15px;
    padding-left: 15px;
  padding-left: 40px;
}

.final-note div {
  position: absolute;
  filter: grayscale(1);
  opacity: .02;
  top: 20px;
  left: -10px;
  transform: rotate(-16deg);
}

.final-note img {
  width: 100%;
}

#watermark {
  width: 92%;
  transform: rotate(-10deg);
  position: absolute;
  filter: grayscale(1);
  opacity: .0085;
  top: 18%;
  left: 3%; 
}

.final-note .pcc_logo_back {
  width: 134px;
  transform: rotate(-10deg);
}

.authentic div {
  position: absolute;
  filter: grayscale(1);
  opacity: .05;
  top: 0px;
  left: -10px;
}

.authentic img {
  width: 99px;
  transform: rotate(-10deg);
}

.top-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 501;
}

.grid-rapport {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 15px;
}

.grid-rapport img {
  filter: grayscale(100%) invert(100%) brightness(75%);
  width: 100%;
}

.rapport-title {
  font-size: 25px;
  font-weight: 501;
  color: #A3A3A3;
  margin-top: 3em;
  margin-bottom: 20px;
}

.rapport-details-title {
  font-size: 22px;
  font-weight: 501;
  margin-bottom: 20px;
  border-bottom: 7px solid #121212;
  padding-bottom: 7px;
}

.no-postgrade:hover .popup-no-postgrade {
  opacity: 1;
  top: 44%;
}

.popup-no-postgrade {
  opacity: 0;
  transition: .2s;
  position: absolute;
  z-index: 999;
  width: 75%;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  height: fit-content;
  background-color: transparent;
  text-align: center;
  font-weight: 901;
  color: #161616;
  cursor: default;
}

.specificity {
  color: #A3A3A3;
  font-weight: initial;
  margin-right: 10px;
  color: #A3A3A3;
  font-weight: initial;
  line-height: 32px;
  font-size: 20px;
}

.specificity span {
  margin-left: 10px;
  color: #FAFAFA;
  font-weight: 501;
}

.zoom-popup .custom-model-inner {
  overflow: hidden !important;
  width: fit-content;
  max-width: 80%;
  height: 100%;
  max-height: 80%;
}


#zoom-in {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin-top: 30px;
}

.zoom-popup .close-btn {
  display: none;
}

.zoom-popup .custom-model-inner {
  overflow: hidden !important;
}

.details-pop {
  position: relative;
}

.zoom-popup .custom-model-wrap {
  width: fit-content; !important;
  max-width: initial !important;
  height: 100% !important;
  overflow: hidden !important;
  background: transparent;
  border: transparent;
  box-shadow: initial !important;
  padding: initial !important;
}

#zoom-in--popup {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.etiquete-popup {
  position: absolute;
  left: 9.5%;
  width: 81% !important;
  top: 5.4%;
  opacity: 0.85;
  filter: blur(0.2px);
}

.centrage-details {
  max-width: 80%;
  text-align: center;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin: auto;
  margin-top: -30px;
  gap: 15%;
  margin-bottom: 40px;
}

.centrage-details div:not(:first-child) {
  margin-left: 9%;
}

.centrage-details span {
  display: block;
  letter-spacing: 4px;
}

@media screen and (max-width: 1300px) {
  .demo-img:hover .verify-img {
    top: 67% !important;
  }
}

@media screen and (max-width: 1050px) {
  .grid-verify-- {
    display: block;
  }
  .grid-rapport {
    display: block;
  }
  .grid-pop {
    display: block;
    position: initial !important;
  }
  .details-pop {
    position: initial !important;
  }
  .bottom {
    margin-bottom: 25px;
  }
  .btn-pattern {
    white-space: nowrap;
    gap: 15px;
  }
} 

@media screen and (max-width: 850px) {
  .grid-details {
    display: block;
  }
  .bar {
    width: 30px;
  }
  .bar-container {
    width: 35px;
  }
} 

@media screen and (max-width: 750px) {
  .grid-verify {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .demo-card {
    display: none;
  }
  .verify-form-container {
    top: initial !important;
    position: initial;
    transform: initial;
  }
  .bar {
    width: 20px;
  }
  .bar-container {
    width: 30px;
  }
}

@media screen and (max-width: 550px) {
  .grid-note-details {
    display: block;
    margin-left: 10px;
  }
  .authentic {
    display: none;
  }
  .bar {
    width: 100%;
  }
  .bar-container {
    width: 6%;
  }
  .chart {
    width: 100%;
  }
} 