@charset "UTF-8";
.d-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.d-flex-align-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.d-block {
  display: block;
}

.f-justify-space-evenly {
  justify-content: space-evenly;
}

.f-justify-space-around {
  justify-content: space-around;
}

.inline-flex {
  display: inline-flex;
}

.align-v-center {
  align-items: center;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.min-w10 {
  min-width: 10%;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.min-w20 {
  min-width: 20%;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.min-w30 {
  min-width: 30%;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.min-w40 {
  min-width: 40%;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.min-w50 {
  min-width: 50%;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.min-w60 {
  min-width: 60%;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.min-w70 {
  min-width: 70%;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.min-w80 {
  min-width: 80%;
}

.mt-90 {
  margin-top: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.min-w90 {
  min-width: 90%;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.min-w100 {
  min-width: 100%;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/**- start section page admin  -**/
.erpup-wrap {
  /*--------------------------------- Generals settings -----------------------------------------------*/
  /*----------------- TABs generals-------------------------------------------------------------------------*/
  /*-------------------END TABS GENERALS -----------------------------------------------------------------------*/
  /****  user section    ****/
  /*-------------- dialog -------------------*/
  /*-------------- end dialog -------------------*/
  /*------------------------------*/
  /* footer
  /*------------------------------*/
}
.erpup-wrap {
  padding: 5px;
  margin: 30px 30px 30px 10px;
}
.erpup-wrap span,
.erpup-wrap p,
.erpup-wrap label {
  padding-bottom: 0;
}
.erpup-wrap .tab-content {
  display: none;
}
.erpup-wrap .erpup-header-container {
  border-radius: 8px;
  padding: 10px 20px 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.erpup-wrap .erpup-header-container .erpup-media-head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.erpup-wrap .erpup-header-container .erpup-media-head h1 {
  font-size: clamp(1em, 2vw, 3.5em);
}
.erpup-wrap .erpup-header-container .erpup-media-head .erpup-logo-header {
  max-width: 7em;
  max-height: 7em;
  padding: 0;
  background: linear-gradient(120deg, #da22ff 0%, #9733ee 25%, #6e17e5 50%, #9733ee 75%, #da22ff 100%);
  background-size: 300% 300%;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  animation: gradient-wave 5s ease-in-out 5s infinite alternate backwards;
}
.erpup-wrap .erpup-header-container .erpup-media-head .erpup-logo-header img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -webkit-backdrop-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          backdrop-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}
.erpup-wrap .erpup-header-container .erpup-links {
  width: auto;
  max-height: auto;
  padding-right: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.erpup-wrap .erpup-header-container .erpup-links a {
  transition: all 300ms;
  position: relative;
  color: rgba(87, 87, 87, 0.664);
  text-transform: uppercase;
  text-decoration: none;
  font-size: large;
  font-weight: 500;
  color: inherit;
  padding: 2px 10px;
  box-shadow: none;
}
.erpup-wrap .erpup-header-container .erpup-links a::before {
  content: "";
  transition: all 300ms;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin-top: 2px;
  background-color: rgba(87, 87, 87, 0.664);
  transform: translateX(5px);
}
.erpup-wrap .erpup-header-container .erpup-links a:hover {
  transition: all 300ms;
  transform: scale(1.1);
}
.erpup-wrap .erpup-header-container .erpup-links a:hover::before {
  transition: all 300ms;
  width: 100%;
}
.erpup-wrap .erpup-header-container .erpup-links a:active {
  transition: all 300ms;
  color: #9733ee;
}
.erpup-wrap .erpup-header-container .erpup-links a:focus {
  border: none;
  box-shadow: none;
}
.erpup-wrap fieldset {
  background: linear-gradient(to left, rgba(211, 249, 250, 0.2) 31%, rgba(218, 34, 255, 0.2) 60%, rgba(246, 166, 253, 0.2) 100%);
  padding: 10px 20px;
  border-radius: 8px;
  margin: 10px 0;
  color: rgb(51, 36, 53);
}
.erpup-wrap fieldset legend {
  height: -moz-max-content;
  height: max-content;
  font-size: 1em;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 8px;
  background-color: beige;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.erpup-wrap fieldset legend h4 {
  margin: 0 0 0 5px !important;
}
.erpup-wrap fieldset legend h4 svg {
  width: 100%;
  height: 100%;
}
.erpup-wrap fieldset small {
  display: block;
  margin-top: 0.5em;
  width: 100%;
  font-weight: 400;
}
.erpup-wrap fieldset small:hover {
  cursor: help;
}
.erpup-wrap fieldset small::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="rgb(54, 32, 56)" class="bi bi-info-circle" viewBox="0 0 16 16"%3E%3Cpath d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16"/%3E%3Cpath d="m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0"/%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 2px;
  vertical-align: text-top;
}
.erpup-wrap #tab-general :is(span, label:has(input[type=number])) {
  font-weight: 500;
}
.erpup-wrap #tab-general input[type=number] {
  transition: all 300ms;
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
  max-width: calc(3ch + 1em);
  padding: 0 1ch;
  border: none;
  border-bottom: 3px solid rgba(136, 0, 148, 0.479);
  border-radius: 0;
  background-color: transparent;
  text-align: right;
  box-sizing: border-box;
  cursor: pointer;
}
.erpup-wrap #tab-general input[type=number]::-webkit-inner-spin-button, .erpup-wrap #tab-general input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.erpup-wrap #tab-general input[type=number]:hover {
  transition: all 300ms;
  cursor: text;
  border-bottom-width: 5px;
}
.erpup-wrap #tab-general input[type=number]:focus {
  transition: all 300ms;
  cursor: text;
  background-color: white;
  outline: none;
  border: none;
  border-radius: 8px;
  box-shadow: none;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  padding: 10px 10px;
  background-image: linear-gradient(135deg, rgba(205, 159, 252, 0.3647058824) 10%, rgba(114, 103, 240, 0.4784313725) 100%), url("../media/images/pattern-erpup.svg");
  background-position: center center;
  background-clip: border-box;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
  border-radius: 8px;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general h3 {
  color: rgb(54, 32, 56);
  display: inline;
  font-size: 1.8em;
  margin-left: 15px;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general svg {
  fill: rgb(54, 32, 56);
  width: 2.5em;
  height: 2.5em;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings {
  transition: all 300ms;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 8px;
  border: none;
  background-image: linear-gradient(to right, #2289ff 0%, #58bdf8 50%, #22b9ff 80%);
  background-size: 200% auto;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings span#erpup-validate-settings-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings span#erpup-validate-settings-text::before {
  content: " ";
  transition: all 300ms;
  display: inline-block;
  width: 1em;
  transform: rotate(5deg);
  height: 1em;
  margin-right: 5px;
  pointer-events: all;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" class="bi bi-floppy-fill" viewBox="0 0 16 16"%3E%3Cpath d="M0 1.5A1.5 1.5 0 0 1 1.5 0H3v5.5A1.5 1.5 0 0 0 4.5 7h7A1.5 1.5 0 0 0 13 5.5V0h.086a1.5 1.5 0 0 1 1.06.44l1.415 1.414A1.5 1.5 0 0 1 16 2.914V14.5a1.5 1.5 0 0 1-1.5 1.5H14v-5.5A1.5 1.5 0 0 0 12.5 9h-9A1.5 1.5 0 0 0 2 10.5V16h-.5A1.5 1.5 0 0 1 0 14.5z"/%3E%3Cpath d="M3 16h10v-5.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5zm9-16H4v5.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5zM9 1h2v4H9z"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings:hover {
  transition: all 300ms;
  background-position: right center; /* change the direction of the change here */
  color: #fdfdfd;
  text-decoration: none;
  letter-spacing: 1px;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings:hover #erpup-validate-settings-text::before {
  transition: opacity 300ms ease-in-out;
  opacity: 1;
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings:active {
  transition: all 100ms;
  transform: translateY(10px); /* petit effet d’appui */
}
.erpup-wrap #tab-general .erpup-general .title-submenu-general button#erpup-validate-settings:active::before {
  display: inline-block;
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 10px 0;
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account .erpup-items-type-account label.form-check-label {
  transition: all 300ms;
  max-width: 10vw;
  max-height: 10vh;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 1em;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background: rgba(248, 177, 255, 0.678);
  font-weight: 500;
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account .erpup-items-type-account label.form-check-label:hover {
  transition: all 300ms;
  cursor: pointer;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transform: scale(1.005);
  border: 1px solid rgb(125, 2, 136);
  outline: 5px solid rgba(125, 2, 136, 0.1);
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account .erpup-items-type-account label.form-check-label:hover svg {
  transform: scale(1.01);
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account .erpup-items-type-account label.form-check-label input[type=radio] {
  display: none;
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account .erpup-items-type-account label.form-check-label svg {
  padding: 3px;
  fill: rgb(54, 32, 56);
  width: 50%;
  height: 50%;
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account .erpup-items-type-account label.form-check-label:has(input[type=radio]:checked) {
  transition: all 300ms;
  background: linear-gradient(to right, #da22ff 0%, #9733ee 100%);
  color: white;
  text-shadow: 0px 0.05em 0.05em rgba(90, 63, 46, 0.5);
  border: 1px solid rgba(125, 2, 136, 0.2);
}
.erpup-wrap #tab-general .erpup-general .erpup-type-account .erpup-items-type-account label.form-check-label:has(input[type=radio]:checked) svg {
  transition: all 300ms;
  fill: white;
  filter: drop-shadow(0px 1px 1px rgb(90, 63, 46));
}
.erpup-wrap #tab-users .erpup-contain-user {
  width: 100%;
  height: 90svh;
  overflow: hidden;
}
@media (orientation: portrait) and (max-width: 425px) {
  .erpup-wrap #tab-users .erpup-contain-user {
    height: auto;
  }
}
.erpup-wrap #tab-users .erpup-contain-user .erpup-width-table-phone {
  display: none;
}
@media (orientation: portrait) and (max-width: 425px) {
  .erpup-wrap #tab-users .erpup-contain-user .erpup-width-table-phone {
    display: block;
    height: 50vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(128, 128, 128, 0.1294117647);
    border-radius: 5px;
  }
  .erpup-wrap #tab-users .erpup-contain-user .erpup-width-table-phone .erpup-rotate-device-container {
    text-align: center;
  }
  .erpup-wrap #tab-users .erpup-contain-user .erpup-width-table-phone .erpup-rotate-device-container img {
    -o-object-fit: contain;
       object-fit: contain;
    aspect-ratio: 1/1;
    max-width: 4rem;
    height: auto;
    color: #d5a6ff;
    animation: rotateImg 1s 1s cubic-bezier(0.1, -0.6, 0.2, 0) forwards;
  }
  .erpup-wrap #tab-users .erpup-contain-user .erpup-width-table-phone .erpup-rotate-device-container h6 {
    text-align: center;
    font-size: large;
  }
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section {
  width: 100%;
  max-height: auto;
  border-collapse: collapse;
  border: 1px solid rgba(207, 207, 207, 0.5215686275);
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section thead tr {
  background-color: rgba(207, 207, 207, 0.5215686275);
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section thead th {
  width: auto;
  font-weight: 500;
  font-size: 1em;
  text-align: left;
  padding: 10px 10px;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody {
  overflow-y: scroll;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr.erpup-row-name[title] {
  transition: all 2s ease-in-out;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr.erpup-row-name[title]:hover {
  transition: all 200ms ease-in-out;
  cursor: help;
  background: rgba(172, 31, 224, 0.1);
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr:nth-child(odd) {
  background-color: rgba(208, 181, 252, 0.2);
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr:nth-child(even) {
  background-color: rgba(238, 163, 253, 0.2);
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr td {
  padding: 0 10px;
  vertical-align: middle;
  font-size: clamp(0.5em, 1vh, 1em);
  font-weight: normal;
  color: #371c4e;
  overflow: hidden;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr td:nth-child(1) {
  font-weight: bolder;
  color: #271536;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr td p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  position: relative;
  text-transform: capitalize;
  word-break: break-all;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr td p.erpup-name-active-coupon {
  line-height: 0;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr td p.erpup-name-active-coupon::before {
  content: url("../media/images/coupon-user-admin.svg");
  opacity: 0.1;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: -32px;
  left: 120%;
  transform: rotateZ(341deg);
  z-index: -1;
  max-height: 138px;
  min-width: 64px;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section tbody tr td p.erpup-user-name {
  color: #3b0072;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range {
  height: inherit;
  display: flex;
  align-items: center;
  padding: 5px 5px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range p {
  text-align: center;
  font-size: clamp(1em, 1vh, 1.3em);
  font-weight: 500;
  margin: 0;
  padding: 5px 10px;
  border-radius: 8px;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 2.6rem;
  background-color: rgba(128, 128, 128, 0.15);
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range input[type=range] {
  --thumb-color: white;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  width: 100%;
  cursor: pointer;
  border-radius: 3px;
  margin: 15px 0;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, #da22ff 0%, #9733ee 100%);
  height: 5px;
  border-radius: 3px;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range input[type=range]::-moz-range-track {
  background: linear-gradient(to right, #da22ff 0%, #9733ee 100%);
  height: 5px;
  border-radius: 3px;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  background: var(--thumb-color);
  width: 10px;
  height: 25px;
  margin-top: calc(5px / 2 - 25px / 2);
  border: 1px solid #d53369;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section form.erpup-submit-add-credit .erpup-credits-range .erpup-container-range input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  background: var(--thumb-color);
  width: 10px;
  height: 25px;
  margin-top: calc(5px / 2 - 25px / 2);
  border: 1px solid #d53369;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section button.erpup-add-credit-button-admin[type=submit] {
  transition: all 600ms;
  border-radius: 3px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, #da22ff 0%, #9733ee 100%);
  height: auto;
  padding: 5px;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section button.erpup-add-credit-button-admin[type=submit] svg {
  width: 100%;
  transition: all 300ms;
  transform: rotate(-90deg);
  fill: white;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section button.erpup-add-credit-button-admin[type=submit]:hover {
  transition: all 600ms;
  background-position: left;
  transform: scale(1.3);
  cursor: pointer;
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section button.erpup-add-credit-button-admin[type=submit]:hover svg {
  transition: transform 1000ms ease-in-out, fill 1000ms ease;
  transform: rotate(5deg);
}
.erpup-wrap #tab-users .erpup-contain-user table.user-section button.erpup-add-credit-button-admin[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: saturate(0%);
}
@media (orientation: portrait) and (max-width: 425px) {
  .erpup-wrap #tab-users .erpup-contain-user table.user-section {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .erpup-wrap #tab-users .erpup-contain-user table.user-section {
    display: block;
  }
}
.erpup-wrap dialog {
  transition: all 300ms;
  border-radius: 8px;
  opacity: 0;
  border: none;
  padding: 20px 20px;
  position: relative;
  max-height: 80svh;
  overflow: hidden;
  background: url("../media/images/pattern-faq.svg"), linear-gradient(lch(94.35% 2.85 19.38deg / 0.534), rgba(225, 225, 252, 0.479));
  background-position: center;
  background-size: cover;
  background-blend-mode: color;
}
@media (max-width: 1440px) and (min-width: 481px) {
  .erpup-wrap dialog {
    width: 60svw;
  }
}
@media (max-width: 480px) {
  .erpup-wrap dialog {
    width: 78svw;
  }
}
.erpup-wrap dialog[open] {
  transition: opacity 300ms;
  opacity: 1;
}
.erpup-wrap dialog::backdrop {
  transition: all 300ms;
  background: rgba(128, 128, 128, 0.145);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  overflow: hidden;
}
.erpup-wrap dialog .erpup-close-dialog {
  position: absolute;
  display: block;
  margin-right: 15px;
  margin-top: 15px;
  top: 0;
  right: 0;
}
.erpup-wrap dialog .erpup-close-dialog button {
  transition: all 300ms;
  padding: 0 0;
  margin: 0 0;
  background: transparent;
  border: none;
  width: 32px;
  height: 32px;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='red' stroke-width='3' stroke-linecap='round'><line x1='8' y1='8' x2='24' y2='24'/><line x1='24' y1='8' x2='8' y2='24'/></svg>") 16 16, pointer;
}
.erpup-wrap dialog .erpup-close-dialog button:hover {
  transition: cursor 600ms;
  transform: scale(1.1);
}
.erpup-wrap dialog .erpup-dialog-body {
  padding: 0.01em 5px;
  margin: 20px 10px;
  height: auto;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-container-head-modal {
  display: block;
  width: 100%;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-container-head-modal h3 {
  text-align: center;
  font-size: x-large;
  color: #9733ee;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body {
  overflow-y: scroll;
  max-height: 50svh;
  /* Scrollbars Chrome / Edge / Safari */
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body::-webkit-scrollbar {
  width: 12px;
  max-height: max-content;
  margin-left: 5px;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body::-webkit-scrollbar-track {
  background: rgba(240, 240, 240, 0.4588235294);
  border-radius: 10px;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body::-webkit-scrollbar-thumb {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  background-color: rgba(203, 101, 250, 0.431372549);
  border-radius: 10px;
  border: 1px solid rgba(227, 95, 253, 0.3647058824);
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body::-webkit-scrollbar-thumb:hover {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  background-color: rgba(144, 6, 172, 0.3843137255);
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body ul li {
  margin: 20px 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.15);
  background-blend-mode: color;
  border-radius: 8px;
  word-wrap: break-word;
  cursor: help;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body ul li p {
  margin: 0px 0 3px 0;
  line-height: 1.2;
  font-size: 1.1em;
  color: #9733ee;
  font-weight: 500;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body ul li .erpup-faq-answer p {
  padding-top: 5px;
  font-size: 1em;
  color: inherit;
  font-weight: 400;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body ul li .erpup-faq-answer ul {
  padding-top: 5px;
}
.erpup-wrap dialog .erpup-dialog-body .erpup-dialog-body ul li .erpup-faq-answer ul li {
  background: transparent;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 1px;
  margin: 1px;
  word-wrap: break-word;
}
.erpup-wrap .erpup-footer {
  margin: 5px 0;
  font-size: clamp(0.5em, 1vh, 1em);
  background-color: rgba(196, 196, 196, 0.3137254902);
  border-radius: 8px;
}
.erpup-wrap .erpup-footer .erpup-footer-container {
  padding: 0 10px;
}
.erpup-wrap .erpup-footer .erpup-footer-container .erpup-footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.erpup-wrap .erpup-footer .erpup-footer-container .erpup-footer-row p {
  font-weight: 500;
  line-height: 0;
  margin: 0;
}
.erpup-wrap .erpup-footer .erpup-footer-container .erpup-footer-row .erpup-menu-footer-link ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.erpup-wrap .erpup-footer .erpup-footer-container .erpup-footer-row .erpup-menu-footer-link ul li {
  font-weight: bold;
}
.erpup-wrap .erpup-footer .erpup-footer-container .erpup-footer-row .erpup-menu-footer-link ul li a {
  text-decoration: none;
  color: #6e17e5;
  cursor: pointer;
}

dialog.erpup-dialog-support-container {
  width: 30svw;
  padding: 30px;
  border: none;
  border-radius: 8px;
  background: url("../media/images/pattern-faq.svg"), linear-gradient(lch(94.35% 2.85 19.38deg / 0.534), rgba(225, 225, 252, 0.479));
  background-position: center;
  background-size: cover;
  background-blend-mode: color;
}
dialog.erpup-dialog-support-container button#erpup-close-modal-support {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgb(255, 75, 20);
  color: white;
  border: none;
  border-radius: 5px;
}
dialog.erpup-dialog-support-container .erpup-support-header h3 {
  text-align: center;
  font-size: clamp(2.5em, 2vh, 2.5em);
  color: #9733ee;
}
dialog.erpup-dialog-support-container .erpup-support-body p {
  margin: 10px 0 20px 0;
  line-height: 1.2;
  font-size: clamp(1em, 1vh, 1.2em);
  color: #2d0f47;
  font-weight: normal;
}
dialog.erpup-dialog-support-container .erpup-support-body form {
  width: 100%;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.295);
  padding: 15px 15px;
}
dialog.erpup-dialog-support-container .erpup-support-body form label {
  width: 100%;
  margin-top: 10px;
  font-size: clamp(1em, 1vh, 1.2em);
  color: #9733ee;
}
dialog.erpup-dialog-support-container .erpup-support-body form label select {
  width: 100%;
}
dialog.erpup-dialog-support-container .erpup-support-body form label select option {
  color: #9733ee;
}
dialog.erpup-dialog-support-container .erpup-support-body form textarea {
  margin-top: 10px;
  width: 100%;
  min-height: 20lvh;
  resize: none;
}
dialog.erpup-dialog-support-container .erpup-support-body form input[type=submit] {
  width: 100%;
  margin-top: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background-color: #9b5bf3;
  color: white;
  text-shadow: 1px 1px 1px rgba(68, 0, 95, 0.1098039216);
  font-weight: 500;
  text-transform: uppercase;
}
dialog.erpup-dialog-support-container .erpup-support-footer ul li {
  margin: 5px 0;
  line-height: 1.2;
  font-size: clamp(0.5em, 1vh, 1em);
  color: #2d0f47;
  font-weight: normal;
}
dialog.erpup-dialog-support-container::backdrop {
  background-color: rgba(39, 21, 54, 0.3294117647);
  filter: blur(15px);
}

/* ------------------------ animation   --------------------------*/
@keyframes gradient-wave {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 50% 60%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 50% 40%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}/*# sourceMappingURL=admin-erpup.css.map */