.header-gradingtool-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.details-container .el-id {
  margin-left: 5px;
  font-weight: initial;
}

.img_centering {
  width: 50% !important;
}

.centering {
  background-image: url("/include/images/background_centering.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  margin-left: -30px;
  border-top: initial !important;
}

.grid_centering_ {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  max-width: 60%;
  margin: auto;
}

.el_padding {
  padding: 10px;
}

.centering_relative {
  position: relative;
}

.centering_relative div:not(:last-child) {
  margin-bottom: 40px;
}

.checkbox_centering {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.sendButton {
  position: absolute;
  bottom: -60px;
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centering_mesure {
  position: absolute;
  top: 50%;
  left: 135%;
  transform: translate(-50%, -50%);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.grid_centering_ div:first-child {
  justify-content: end;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]{
  background: #333 !important;
  border: initial;
  color: #d3d3d3;
  padding: 5px;
  border-radius: 4px;
  max-width: 30px;
}

.sound-icon img {
  width: 20px;
}

.sound-icon {
  display: flex;
  cursor: pointer;
}

.img-container {
  border-radius: .5rem;
  position: relative;
  background: red;
  padding: 2em;
  margin-bottom: 20px;
  background-color: #f2e6ff;
  background: radial-gradient(circle at top left, #ff9bd4, transparent 100%),
              radial-gradient(circle at bottom right, #a18aff, transparent 100%);
}

.right_clic-select:focus {
  outline: none;
}

.container-right_clic {
  background: #1B1B1B;
  padding: 5px;
  border-radius: 6px;
  width: fit-content;
  border: 1px solid #FFFFFF21;
  color: #D5D5D5;
  font-size: 12px;
  position: fixed;
  z-index: 9999999;
  display: none; 
  transform-origin: top left;
}

.right_clic-command {
  display: flex;
  align-items: center;
  color: #525252;
  font-size: 10px;
}

.right_clic_l-select {
  display: flex;
  margin-right: 5px;
  align-items: center;
}

.right_clic-select img {
  width: 16px;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.right_clic-line {
  width: 100%;
  height: 1px;
  background: #282828;
  margin-top: 5px;
  margin-bottom: 5px;
}

.right_clic-admin:hover {
  cursor: not-allowed;
  color: #E5B6B6;
  background: #2B1E1E !important;
}

.right_clic-select {
  padding: 6px;
  border-radius: 4px;
  justify-content: space-between;
  transition: .2s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.right_clic-select:hover {
  background: #242424;
}

.square_card {
  position: absolute;
  width: 20%;
  height: 42%;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px SOLID #939393;
  border-radius: 3px;
}

.header-gradingtool-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-gradingtool-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-gradingtool-title:hover i {
  margin-right: 15px;
}

.speciality-grid {
  display: grid;
  grid-template-columns: 1.3fr 4fr;
  grid-gap: 20px;
}

.background-color {
  padding: 5px;
  background: #202020;
  border-radius: 5px;
  transition: .2s;
  width: 28px;
  height: 28px;
  transition: .2s;
}

.btn-submit:hover {
  background: #bbb;
}

.c_active {
  background: #3C3C3C !important;
  transition: .2s;
}

.grey {
  background: #BABABA;
}

#canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

.canvas-container {
      position: relative;
      width: 100%;
      padding-top: 66.67%;
      background: url('/include/images/svg/card_gradetool.svg') no-repeat center center;
      background-size: calc(100% - 40px) calc(100% - 15%) !important;
      background-position: center !important;
    }

.suboutils:hover .hover-factory {display: block}

.hover-factory {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3px;
  background: #121212;
  border: 4px SOLID #121212;
  border: 6px;
  display: none;
  transition: .1s;
  color: #A3A3A3;
  z-index: 999999;
  bottom: -41px;
  white-space: nowrap;
}

.content-- {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  height: calc(100vh - 112px);
}

.grid-software {
  grid-template-columns: 60px auto 6fr 1.5fr;
  display: grid;
  margin-top: 70px;
}

.space {
  width: 99%;
  margin: auto;
  display: block;
  background: #000;
  height: 30px;
}

.radio {
  margin-top: 40px;
}

.tool-container {
  height: 100%;
  width: 100%;
  background: #262626;
  position: relative;
}

.details-container {
  height: 100%;
  width: 100%;
  background: #262626;
  position: relative;
}

.tool-icon img {
  width: 55%;
  display: block;
  margin: auto;
}

.tool-icon {
  width: 80%;
  margin: auto;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  margin-top: 5px;
  transition: .2s;
  position: relative;
  cursor: pointer;
}

.element {
  height: 100%;
  width: 100%;
  background: #262626;
  border-left: 4px SOLID #121212;
  max-height: 100vh;
  overflow: hidden;
}

.sub-title-error {
  text-align: center;
  color: #ff8484;
  font-weight: 501;
  font-size: 12px;
  margin-top: 5px;
}

.edit-container2 {
  display: none;
  color: #A3A3A3;
}
.edit-container2 {
  position: absolute;
  z-index: 9999;
  background: #2b2b2b;
  padding: 15px;
  left: 0;
  width: max-content;
  margin-top: 9px;
  max-width: 280px;
}

.disable-title {
  color: #ff8484;
  padding: 7px;
  font-size: 18px;
  font-weight: 601;
  margin-top: -12px;
}

#el_1 {
  height: 100%;
  overflow: hidden;
}

#el_2 {display: none; height: 100%;
  overflow: hidden;}

#el_3 {display: none; height: 100%;
  overflow: hidden;}

#el_4 {
  display: none;
}

#el_5 {display: none}

.selected {
  background: #121212;
}

.title-el {
  padding: 7px;
  font-size: 18px;
  font-weight: 601;
}

.custom-model-wrap .sub-line {
  width: 85% !important;
  margin-bottom: 18px;
}

.sub-line {
  width: 100%;
  margin: auto;
  background: #121212;
  height: 3px;
}

.el {
  padding: 10px;
}

.gray {
  background: #A3A3A3 !important;
}

.suboutils {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
  height: 45px;
  align-items: center;
  justify-content: center;
  width: 45px;
  cursor: pointer !important;
  padding: 2px;
  cursor: pointer;
  background-color: #1F1F1F;
  border: 2px solid #1F1F1F;
  display: flex;
  position: relative;
}

label {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex !important;
  margin-top: -1.5px;
  margin-left: -1.5px;
}

input[type="radio"]:checked + label {
  font-weight: bold;
  background: #0d0d0d4d;
  margin: auto;
  cursor: pointer;
}

input[type="radio"].option {
  display: none;
}

.flex-el {
  display: flex;
  gap: 5px;
}

.el-id {
  margin-bottom: 3px;
  margin-top: 5px;
  font-size: 17px;
  color: #FAFAFA;
  font-weight: 601;
}

.checkbox label {
  text-align: initial !important;
  width: initial !important;
  height: initial !important;
  display: initial !important;
  margin-top: initial !important;
  margin-bottom: initial !important;
  justify-content: initial !important;
  align-items: initial !important;
  margin-left: 2px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.element .el {
  overflow-x: hidden;
  overflow-y: auto;
  height: 89%;
}

.centering-data:focus {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
}

input[type=number] {
  -moz-appearance: textfield;
}

.center_i input {
  text-align: center;
  display: block;
  max-width: 30px;
  border: none;
  transition: .2s;
  margin: 0;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
  -moz-appearance: textfield;
  background: #262626;
  font-size: 16px;
  resize: none;
  outline: none;
  color: #A3A3A3;
  padding: 6px;
  margin: auto;
  background: #202020;
  z-index: 9999;
  position: relative;
}

.centering-grid {
  gap: 10px;
  display: flex;
  margin: auto;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
}

.back-centering {
  display: none;
}

.header-software {
  width: 100%;
  background: #262626;
  border-bottom: 4px SOLID #121212;
  position: sticky;
  top: 70px;
  z-index: 9999;
} 

.nav-icon img {
  display: block;
  width: 30px;
  padding: 9px;
  margin-left: 6px;
  margin-right: 10px;
}

.flex-nav {
  display: flex;
  justify-content: space-between;
}

.nav- {
  display: flex;
  align-items: center;
}

.software {
  font-weight: 701;
  letter-spacing: .7px;
  margin-right: 30px;
}

.sub-software {
  font-weight: initial !important;
  font-size: 13px;
}

.active {
  border-bottom: 2px SOLID #FAFAFA !important;
}

.nav-container {
  padding-bottom: 6px;
  padding-top: 8px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  border-bottom: 2px SOLID transparent;
}

.hover-details {
  position: absolute;
  top: 50%;
  left: 162%;
  transform: translate(-50%, -50%);
  padding: 3px;
  background: #121212;
  border: 4px SOLID #121212;
  border-radius: 6px;
  display: none;
  transition: .1s;
  color: #A3A3A3;
  z-index: 999999;
}

.hover-details:hover {
  display: none !important;
}

.tool-icon:hover .hover-details {
  display: block;
}

.sub-el {
  margin: auto;
  width: fit-content;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 5px;
}

.el_active {
  background: #121212;
}

.tool-container input {
  display: none;
}

#c_02 {
  display: none;
  margin-top: 100px;
}

.flex-edit {
  display: flex;
  align-items: center;
  place-content: center space-around;
}

.flex-edit .suboutils img {
  width: 70%;
}

.el-bottom {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
}

.btn-submit {
  border-radius: .375rem;
  padding-top: .8rem;
  padding-bottom: .8rem;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition-duration: .2s;
  color: #121212;
  background-color: #A3A3A3;
  text-align: center;
  font-weight: 601;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.bottom-20 {
  margin-bottom: 20px;
}

.bottom-10 {
  margin-bottom: 10px;
}

.hover-input:hover {
  display: none !important;
}

.suboutils:hover .hover-input {
  display: block;
}

.hover-input {
  position: absolute;
  top: -30px;
  background: #181818;
  padding: 5px;
  color: #A3A3A3;
  display: none;
}

#step_02 {
  display: none;
}

#step_01 {
  margin-bottom: 150px;
}

.loading {
  max-width: 30%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 30px;
}

.lottie {margin-top: 150px}

.loading-details {
  font-weight: 601;
  font-size: 25px;
  color: #A3A3A3;
  white-space: nowrap;
  width: fit-content;
}

.loading-container {
  margin: auto;
  width: 30%;
}

.edit-icon {
  cursor: pointer;
  position: relative;
}

.edit-icon img {
  display: block;
  width: 28px;
  margin-right: 5px;
  height: 28px;
}

.edit-container {
  position: absolute;
  z-index: 9999;
  background: #2b2b2b;
  padding: 15px;
  left: 0;
  width: max-content;
  margin-top: 9px;
}

.nav-container-- {
  padding-bottom: 6px;
  padding-top: 8px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  border-bottom: 2px SOLID transparent;
}

.edit-container {
  display: none;
  color: #A3A3A3;
}

.settings-title {
  padding-right: 10px;
  margin-bottom: 5px;
  font-weight: 501;
  color: #FAFAFA;
}

.settings-background {
  margin-top: 10px;
  margin-bottom: 10px;
}

.background-flex {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.background-icon img {
  margin-right: initial !important;
}

.background-icon {
  padding: 5px;
  background: #202020;
  border-radius: 5px;
  transition: .2s;
}

.b_active {
  background: #3C3C3C;
  transition: .2s;
}

.rapport-details-title {
  font-size: 22px;
  font-weight: 501;
  margin-bottom: 20px;
  border-bottom: 7px solid #121212;
  padding-bottom: 7px;
}

.default-type {
  font-size: 20px;
  font-weight: 501;
  border-top: 2px SOLID #A3A3A3;
  padding-top: 10px;
  margin-bottom: 2px;
}

.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;
}

.grid-result {
  display: grid;
  gap: 40px;
  grid-template-columns: 2fr 1fr;
}

.details-line {
  display: flex;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 501;
  line-height: 32px;
}

.details-line div:first-child {
  color: #A3A3A3;
  font-weight: initial;
  margin-right: 10px;
  min-width: 45px;
}

.rapport .details-line div:last-of-type {
  font-weight: initial !important;
  color: #A3A3A3;
  margin-left: 7px;
}

.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;
}

.subline {
  border-bottom: 2px solid #a3a3a3;
  padding-top: 10px;
  margin-bottom: 20px;
}

.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;
}

.final-note .back img {
  width: 134px;
  transform: rotate(-10deg);
}

.final-note .back {
  position: absolute;
  filter: grayscale(1);
  opacity: .02;
  top: 20px;
  left: -10px;
}

.grid-note-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 75%;
  margin: auto;
  gap: 40px;
}

.note-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 501;
}

.note-line div:first-child {
  color: #A3A3A3;
  font-weight: initial;
}

.separator-verify {
  flex-grow: 1;
  border-bottom: .0625rem dashed #A3A3A3;
  margin: 3px 10px;
}

.note {
  display: flex;
  padding: 1.5rem !important;
}

.done-circle {
  position: relative;
  border-radius: 100%;
  color: #A3A3A3;
  border: .125rem solid #A3A3A3;
  font-weight: 600;
  width: 1rem;
  height: 1rem;
  font-size: .65rem;
  line-height: 1rem;
  text-align: center;
  font-style: normal;
  display: block;
  margin-left: 5px;
  font-family: initial;
  cursor: pointer;
}

.over-information {
  margin: auto;
  margin-left: auto;
  width: auto;
  position: absolute;
  margin-left: 86px;
  border: 2px solid #363636;
  background: #1c1c1c;
  padding: 7px;
  border-radius: 7px;
  z-index: 99999999;
  opacity: 1;
  display: none;
  margin-top: 25px;
  text-align: start;
  font-size: 12px;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  top: 38px;
  transform: translate(-50%, -50%);
}

.checkbox {
  display: flex;
  position: relative;
}

.suboutils label {
  cursor: pointer;
}

.nav- .text {
  font-size: 13px;
  color: #FAFAFA;
}

.final {
  position: relative;
}

.starsvg {
  width: 49px !important;
  position: absolute;
  top: -24px;
  left: 23px;
}

.none-default {
  margin-bottom: 10px;
  margin-left: 15px;
  color: #A3A3A3;
  font-size: 17px;
  font-weight: 501;
}

#c_03 {
  display: none;
}

.kick-container {
  width: fit-content;
  margin: auto;
  margin-top: 10em;
  text-align: center;
}

.kick-title {
  font-weight: 701;
  font-size: 24px;
}

.kick-subtitle {
  color: #A3A3A3;
  max-width: 50%;
  margin: auto;
}

.login-btn-- {
  width: fit-content;
  padding: 8px;
  background: #262626;
  border-radius: 5px;
  margin: auto; 
  margin-top: 15px;
  color: #F6B83E;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  cursor: pointer;
  transition: .2s;
}

.login-btn:hover {
  background: #3e3e3e;
}

.sub-title {
  font-size: 15px;
}

.refresh {
  display: none;
  text-align: center;
    margin-top: 5%;
    color: #ff8484;
    font-weight: 501;
    font-size: 19px;
}

.limite-rez {
  display: none;
  text-align: center;
    margin-top: 150px;
    color: #ff8484;
    font-weight: 501;
    font-size: 19px;
}

.grid-doc {
  display: grid;
  grid-template-columns: 1.2fr 5fr;
  gap: 5%;
  margin-bottom: 50px;
}

.img-relative:has(+ .hover-el_01:hover) .el_01 {
  background: #953939;
}


.hover-el:hover {
  background: #1e1e1e;
}

.hover-el {
  transition: .2s;
  padding: 20px;
  border-radius: 7px;
}

.el_03 {
  position: absolute;
  top: 7%;
  width: 15%;
  height: 80%;
  background: #c81919;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5em;
  font-weight: 501;
  color: #FAFAFA;
  right: 4%;
  z-index: 99;
  opacity: .4;
}

.centering-img {
  width: 50% !important;
  margin: auto;
  display: block;
}

.el_02 {
  position: absolute;
  top: 7%;
  width: 60%;
  height: 80%;
  background: #22508c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5em;
  font-weight: 501;
  color: #FAFAFA;
  left: 21%;
  z-index: 99;
  opacity: .4;
}

.el_01 {
  position: absolute;
  top: 7%;
  width: 17%;
  height: 80%;
  background: #c81919;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5em;
  font-weight: 501;
  color: #FAFAFA;
  left: 4%;
  z-index: 99;
  opacity: .4;
}

.img-relative {
  position: relative;
  overflow: hidden;
}

.doc-title {
  font-size: 30px;
  font-weight: 501;
  max-width: max-width: 70rem;;
}

.gradetool {
  font-style: italic;
  font-weight: 501;
  font-size: 69px;
  letter-spacing: -4px;
  color: #F6B83E;
  margin-bottom: 40px;
}

.gradetool span {
  font-size: 20px;
  letter-spacing: initial;
  color: #A3A3A3;
  margin-left: 9px;
}

.doctop {
  margin-top: 50px;
  max-width: 70rem !important;
}

.doc-content h2 {
  color: #FBDB8E;
}

.doc-content p {
  color: #A3A3A3;
}

.nav-doc {
  padding: 5px;
  color: #A3A3A3;
  transition: .2s;
  cursor: pointer;
}

.nav-doc:hover {
  background: #202020;
  border-radius: 5px;
  color: #FAFAFA;
  border-left: initial;
}

.grid-doc .active:hover {
  color: #FBDB8E !important;
}

.grid-doc .active {
  color: #FBDB8E;
  border-bottom: initial !important;
  font-weight: 501;
}

#nv_03 {
  display: none;
}

#nv_02 {
  display: none;
}

#nv_04 {
  display: none;
}
#nv_05 {
  display: none;
}
#nv_06 {
  display: none;
}
#nv_07 {
  display: none;
}
#nv_08 {
  display: none;
}
#nv_09 {
  display: none;
}
#nv_10 {
  display: none;
}
#nv_11 {
  display: none;
}
#nv_12 {
  display: none;
}
#nv_13 {
  display: none;
}
#nv_14 {
  display: none;
}
#nv_15 {
  display: none;
}
#nv_16 {
  display: none;
}
#nv_17 {
  display: none;
}
#nv_18 {
  display: none;
}
#nv_19 {
  display: none;
}
#nv_20 {
  display: none;
}
#nv_21 {
  display: none;
}
.goto {
  padding: 17px;
  border: 1px SOLID #A3A3A34F;
  border-radius: 5px;
  transition: .2s;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.goto:hover {
  color: #FBDB8E;
  border-color:  #FBDB8E85;
}

.title_goto {

}

.text_goto {
  font-size: 12px;
  color: #A3A3A3;
}

.goto svg {
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon {
  position: relative;
}

.icon svg {
    fill: #A3A3A3;
}

.goto:hover svg {
    fill: #FBDB8E;
    height: 22px;
}

.bottom {
  margin-bottom: 20px;
}

h3 {
  color: #FBDB8E;
}

.doc-content img {
  width: 100%;
}

.reduce {
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 25px;
  margin-bottom: 25px;
}

.doc-content-- {
  margin-top: 50px;
  max-width: 70rem !important;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
}

.opacity-05 {
  opacity: .8;
}

.nav-title {
  padding: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}

.nav---dropdown {
  display: flex;
  justify-content: space-between;
}

.nav---dropdown svg {
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -11px;
}

.sub-nav-- {
  display: none;
  border-left: 1px SOLID #A3A3A3;
  margin-left: 11px;
}

.sub-nav-- .nav-doc {
  margin-left: 4%;
  padding-left: 7px;
}

.rotate {
  transform: translate(-50%, -50%) rotate(90deg) !important;
  transition: transform 0.3s ease;
}

.grid-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.edit-img-doc {
  width: auto !important;
  margin: auto;
  display: block;
}

@keyframes flashColors {
    0% { background: #f90000; }
    33% { background: #c81919; }
    66% { background: #f90000; }
    100% { background: #c81919; }
}

@keyframes flashColorsblue {
    0% { background: #2966b7; }
    33% { background: #22508c; }
    66% { background: #2966b7; }
    100% { background: #22508c; }
}

.flash-effect {
    animation: flashColors .7s infinite alternate;
}

.flash-effect-blue {
    animation: flashColorsblue .7s infinite alternate;
}

.model-open {
  z-index: 99999 !important;
  opacity: 1 !important;
  overflow: hidden  !important;
}

.custom-model-main2 {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.close-btn-- {
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent;
  border: transparent;
  cursor: pointer;
}

.close-btn-- img {
  width: 26px;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, #407cff, #da8bff, #fb7185);
  z-index: 10;
}

.swiper_first_elem,
.swiper-slide-flex,
.swiper-slide,
.swiper-wrapper,
.new_container,
.popup__content {
  background: transparent !important;
}

.popup__content {
  background: #211f37;
  border-radius: 4px;
  box-shadow: 0 4px 8px #0003;
  margin: auto;
  max-width: 100%;
  background: transparent;
  margin: auto;
  width: auto;
  transform: translate(0, 0);
  z-index: 999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

.new_container {
  border-radius: 4px;
  max-width: 100%;
  width: 880px;
  max-height: 100%;
  overflow: hidden;
}

.swiper-container-- {
  background: #0b0b0b;
  position: relative;
}

.first_elem {
  background-color: #FFFFFF05;
  height: 100%;
  text-align: initial;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.swiper_first_elem {
  max-width: 100%;
  min-width: 440px;
  gap: 16px;
  padding: 32px 20px 24px;
  width: 440px;
  justify-content: space-between;
}

.swiper_second_elem img {
  width: 100%;
}

.swiper_second_elem {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 508px;
}

.swiper-pagination-- .bullet--filled {
  background: #ffc81f;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
}

.swiper-slide-flex {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: flex;
}

.swiper-pagination-- {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
width: 100%;
margin-top: 1px;
  top: 0 !important;
  position: absolute;
  overflow: hidden;
  z-index: 999;
  height: 10px;
}

.buttom-container {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 8px;
}

.popup_title {
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: -15px;
  margin-top: 10px;
}

.popup_title span {
  color: #F6B83E;
}

.back_disable:hover {
  background: #1c1c1c;
}

.next-btn--:hover {
  background: #ffd85f;
}

.next-btn-- {
  background: #ffc81f;
  color: #121212;
  padding: 9px 28px;
  justify-content: center;
  border-radius: 5px;
  border: initial;
  font-weight: 601;
  font-size: 11px;
  transform: .2s;
  cursor: pointer;
  text-transform: uppercase;
}

.back-btn--:hover {
  background: #2d2d2d;
}

.back-btn--{
  background: #242424;
  color: #7e7e7e;
  padding: 9px 28px;
  justify-content: center;
  border-radius: 5px;
  border: initial;
  font-weight: 601;
  font-size: 11px;
  transform: .2s;
  cursor: pointer;
  text-transform: uppercase;
}

.back_disable {
  background: #181818;
  color: #575760;
  padding: 9px 28px;
  justify-content: center;
  border-radius: 5px;
  border: initial;
  font-weight: 601;
  font-size: 11px;
  transform: .2s;
  cursor: pointer;
  text-transform: uppercase;
}

.swiper-pagination-- .swiper-pagination-bullet {
display: flex;
justify-content: center;
width: 100%;
  background: transparent;
  border-radius: initial;
opacity: 1;
position: relative;
}

.swiper-pagination-- .bullet {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #F6B83E;
}

.swiper-pagination-- .bullet--anim {
animation: fillBullet 0.5s forwards;
background: #ffc81f;
position: absolute;
  height: 100%;
  left: 0;
}

.popup_subtitle {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
}

.popup_subtext {
  color: #A3A3A3;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
  white-space: break-spaces;
}

.popup_reduce {
  max-width: 100%;
  margin-left: 20px;
}

.popup_reduce-text {
  margin-left: 13px;
  font-size: 14px;
}

.popup_reduce strong {
  color: #F6B83E;
  font-size: 14px;
  line-height: 24px;
}

.article {
  font-weight: 501;
  color: #FAFAFA;
  text-decoration: underline;
  cursor: pointer;
}

.yellow {
  color: #F6B83E;
  font-weight: 501;
}

.elem div {
  font-weight: 501;
  color: #F6B83E;
  font-size: 14px;
}

.elem_final {
  color: #A3A3A3;
  font-size: 14px;
}

.elem span {
  font-weight: initial;
  color: #A3A3A3;
}

@keyframes fillBullet {
0% { width: 0% }
100% { width: 100% }
}


@media screen and (max-width: 1050px) {
  .content-- {
    display: none;
  }
  #nav_01 {
    display: none;
  }
  #nav_02 {
    display: none;
  }
  #edit2 {
    display: none;
  }
  #sound {
    display: none;
  }
  #edit {
    display: none;
  }
  .limite-rez {
    display: block;
  }
  .grid-result {
    display: block;
  }
}

