/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 html{
  margin: 0 !important;
 }
 .hidden{
  display: none !important;
 }
.order-products .products .product:last-child {
    border: 0;
}
.order-products .products a {
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 10px;
    background-color: transparent;
    font-size: unset;
    height: auto;
    margin: 0;
    border-radius: 0;
}
.mobile-header .header a {
    display: flex;
}
.orders-mobile .order .status button {
    width: 24px;
    height: 24px;
    padding: 0;
    margin-right: auto;
    cursor: pointer;
}
.header {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
}
.count-mobile{
 display:none 
}
.header > a {
    width: 34px;
    height: 34px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header a img {
    width: 24px;
    height: 24px;
}
.no-orders.ticket-details .value {
    font-weight: bold;
}
.mobile-header .header a svg {
    height: 24px;
}
  .hd-upanel > .container{
    display: flex ;
    flex-direction: row;
  }
@-webkit-keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@-webkit-keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
.digi-card {
    padding: 0 0 16px;
}

.digi-card .header {
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.digi-card .header .title {
    font-weight: bold;
    margin: 0;
    position: relative;
}

.digi-card.my-orders .header a {
    text-decoration: none;
    font-size: 14px;
    color: #19bfd3;
    font-weight: bold;
    width: auto;
    padding: 0;
    height: auto;
}
svg.toman-label {
    width: 20px;
    height: 20px;
    /* transform: translate(0px, 3px); */
    fill: #3f4064;
}

svg.toman-label path {
    transform: scale(1.4);
    fill: #3f4064;
}
.digi-card .order-sections {
    display: flex;
    justify-content: space-around;
    padding: 0 24px;
    margin: 20px 0;
    position: relative;
    height: 64px;
}

.digi-card .order-sections .section {
    display: flex;
    gap: 12px;
    font-size: 14px;
    align-items: center;
}

.digi-card .order-sections .section .count {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
}

.digi-card .order-sections .section .status {
    margin: 0;
}

.route-content.dashboard {
    margin: 0 0 16px;
}

.digi-card .header .title:after {
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 70px;
    background-color: var(--color);
    content: "";
    right: 0;
}

.orders-list .splide__slide {
    border-left: solid 1px #f0f0f1;
    padding: 12px 8px;
}

.orders-list .splide__slide img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    border-radius: 10px;
}
.html-card .route-content {
    padding: 10px;
}
.orders-list .splide__slide .title {
    font-size: 14px;
    margin: 12px;
    color: #333;
}

.orders-list .splide__slide .price {
    float: left;
    display: flex;
    gap: 4px;
    font-weight: bold;
    color: #3f4064;
}
.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px;
}
.notyf__icon--error,
.notyf__icon--success {
  height: 21px;
  width: 21px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.notyf__icon--error:after,
.notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
  height: 12px;
  top: 5px;
}
.notyf__icon--error:after {
  transform: rotate(-45deg);
}
.notyf__icon--error:before {
  transform: rotate(45deg);
}
.notyf__icon--success:after,
.notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}
.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}
.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px;
}
.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  -webkit-animation: notyf-fadeinup 0.3s ease-in forwards;
  animation: notyf-fadeinup 0.3s ease-in forwards;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 300px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
}
.notyf__toast--disappear {
  transform: translateY(0);
  -webkit-animation: notyf-fadeoutdown 0.3s forwards;
  animation: notyf-fadeoutdown 0.3s forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
  -webkit-animation: notyf-fadeoutdown 0.3s forwards;
  animation: notyf-fadeoutdown 0.3s forwards;
  opacity: 1;
  transform: translateY(0);
}
.notyf__toast--disappear .notyf__dismiss {
  -webkit-animation: notyf-fadeoutright 0.3s forwards;
  animation: notyf-fadeoutright 0.3s forwards;
  opacity: 1;
  transform: translateX(0);
}
.notyf__toast--disappear .notyf__message {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.notyf__toast--upper {
  margin-bottom: 20px;
}
.notyf__toast--lower {
  margin-top: 20px;
}
.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 50px; /* display: none; */
}
.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  -webkit-animation: ripple 0.4s ease-out forwards;
  animation: ripple 0.4s ease-out forwards;
}
.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 10px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
  flex-direction: row-reverse;
  gap: 10px;
}
.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  -webkit-animation: notyf-fadeinup 0.3s forwards;
  animation: notyf-fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  margin-right: 13px;
}
.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  -webkit-animation: notyf-fadeinleft 0.3s forwards;
  animation: notyf-fadeinleft 0.3s forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  opacity: 0;
}
.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  outline: none;
  opacity: 0.35;
  height: 100%;
  width: 100%;
}
.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  content: "";
  background: #fff;
  height: 12px !important;
  width: 2px !important;
  border-radius: 3px;
  position: absolute !important;
  left: calc(50% - 1px);
  top: calc(50% - 5px) !important; /* z-index: 999999; */
  opacity: 1 !important;
}
.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}
.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}
.notyf__dismiss-btn:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.15);
}
.notyf__dismiss-btn:active {
  opacity: 0.8;
}
.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  -webkit-animation: notyf-fadeinup 0.3s forwards;
  animation: notyf-fadeinup 0.3s forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
  line-height: 1.5em;
}
@media only screen and (max-width: 480px) {
  .count-mobile{
    
display: block;
    
position: absolute;
    
width: 20px;
    
height: 20px;
    
background: #f2f2f2;
    
left: 0;
    
bottom: 0;
    
border-radius: 4px;
  }
  .notyf {
    padding: 0;
  }
  .notyf__ripple {
    height: 600px;
    width: 600px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .notyf__toast {
    max-width: none;
    border-radius: 0;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
    width: 100%;
  }
  .notyf__dismiss {
    width: 56px;
  }
}
@font-face {
  font-family: dana;
  font-style: normal;
  font-weight: normal;

  src: url("../fonts/Vazir.woff2") format("woff");
}
.order-products .products {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px 0;
}
.user-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 16px;
}

.user-info > div {
  display: flex;
  align-content: space-between;
  flex-direction: row;
  justify-content: space-between;
}

.user-info > div .name-number {
  display: flex;
  flex-direction: column;
  color: #a1a3a8;
  font-size: 14px;
  margin: 0;
}

.user-info > div .name-number span:first-child {
  font-size: 16px;
  color: #23254e;
  font-weight: bold;
}

.user-info > .user button {
  fill: #19bfd3;
  border: 0;
  background: transparent;
}

.user-info > div .data {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}

.user-info > div span {
  display: flex;
  align-items: center;
}

.user-info > div a {
  font-size: 12px;
  text-decoration: none;
  color: #19bfd3;
}
.order-products .products .product {
}

.order-products .products .product {
  border-bottom: solid 1px #e0e0e2;
  padding: 16px 0;
  display: flex;
  gap: 24px;
}

.order-products .products .product .img {
  flex: 0 0 110px;
  position: relative;
}

.order-products .products .product .img img {
  width: 100%;
}

.order-products .products .product .img p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 2px;
  margin: 0;
}

.order-products .products .product .data p {display: flex;}

.order-products .products .product .data svg {
  width: 24px;
  height: 24px;
}

.order-products .products .product .data p span {
  display: flex;
  flex-direction: row-reverse;
}
.orders-list .splide__slide a {
    text-decoration: none;
}
.single-order .header {
  display: flex;
  flex-direction: row;
  height: 67px;
  align-items: center;
  padding: 24px;
  border-bottom: solid 1px #e0e0e2;
  gap: 8px;
  justify-content: flex-start;
}

.purchase {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #e0e0e2;
  padding: 16px 24px;
  gap: 16px;
}

.purchase p {
  margin: 0 0 0 0px;
  display: flex;
  align-items: center;
  color: #81858b;
  gap: 5px;
}

.purchase p svg {
  height: 24px;
  width: 24px;
  /* transform: scale(1.3) translateX(-3px); */
}

.purchase p span {
  /* display: flex; */
  /* flex-direction: row; */
}

.purchase p:after {
  width: 4px;
  height: 4px;
  content: "";
  background-color: #e0e0e2;
  border-radius: 10px;
  margin: 0 16px 0 0;
  display: block;
}

.purchase p strong {
  /* font-weight: normal; */
  color: #000;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.purchase p strong span {
  display: flex;
  flex-direction: row;
}

.purchase p:last-child:after {
  display: none;
}
.orders-mobile .order .status svg {
  width: 24px;
  height: 24px;
}

.orders-mobile .order .status p {
  margin: 0;
  display: flex;
  align-items: center;
  color: #81858b;
  gap: 4px;
}

.orders-mobile .order .status p span {
  /* display: flex; */
  /* align-items: center; */
  font-size: 14px;
  color: #3f4064;
  /* font-weight: bold; */
  min-width: 24px;
  height: 24px;
}

.orders-mobile .order .status p:after {
  width: 4px;
  height: 4px;
  content: "";
  background-color: #e0e0e2;
  border-radius: 10px;
  margin: 0 8px;
}

.orders-mobile .order .status p:first-child span {
  color: #81858b;
  font-weight: normal;
}

.orders-mobile .order .status p .label {
  color: #a1a3a8;
  font-size: 12px;
}



.orders-mobile .order .status p:last-child:after {
  display: none;
}
.orders-mobile {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.orders-mobile .order .status.completed .hd-upanel-icon {
  width: 24px;
  height: 24px;
  background-color: #6bb927;
  border-radius: 30px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.orders-mobile .order .order-products {
  padding: 16px;
  display: flex;
  gap: 10px;
  border-top: solid 1px #e0e0e2;
  border-radius: 0;
  /* border-bottom: solid 1px #e0e0e2; */
}

.orders-mobile .order .order-products img {
  height: 64px;
  width: auto;
  border-radius: 10px;
}

.orders-mobile .order .links {
  display: flex;
  flex-direction: row-reverse;
  padding: 0 16px;
  border-top: solid 1px #e0e0e2;
}
.route-content {
  border: solid 1px #e0e0e2;
  border-radius: 6px !important;
  width: 100%;
  display: block;
}

.upanel-orders-header .hd-upanel-order-info .hd-upanel-order.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  background: var(--color);
  left: 0;
  border-radius: 8px 8px 0 0;
}

.upanel-orders-header .hd-upanel-order-info .hd-upanel-order.active .hd-upanel-text {
  color: var(--color);
}
ul.hd-upanel-menu li:hover {
  background-color: #f0f0f1;
}
form.registerForm.ng-valid.ng-dirty.ng-valid-email.ng-valid-parse {
}

.registerForm .upanel-material-textfield.icon input {
  padding-left: 46px;
}
.mt-16 {
  margin-top: 16px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
button.default-btn.send-sms-otp.loading:after {
  content: "";
  display: none;
}
.error-area {
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: center;
}
.login-info {
  font-size: 12px;
  width: 100%;
  text-align: right;
  line-height: 2.17;
  color: #3f4064;
}
button.default-btn.send-sms-otp {
  margin: 0;
  background: transparent;
  color: #333;
  font-size: 12px;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  /* font-weight: bold; */
  padding: 0;
  height: max-content;
}

button.default-btn.send-sms-otp.loading {
  color: transparent;
  /* display: none; */
}
button.default-btn.send-sms-otp:after {
  content: "";
  width: 7px;
  height: 7px;
  /* background-color: red; */
  opacity: 1;
  position: relative;
  border: solid 2px;
  border-radius: 2px 0 0 0;
  transform: rotate(-45deg);
  border-width: 2px 0 0 2px;
  transition-duration: 0s;
  margin: 0 3px 0 0;
}
p.hi {
  font-size: 12px;
  margin: 0;
  width: 100%;
  text-align: right;
  line-height: 2.17;
  color: #3f4064;
}
.hd-upanel.dark .notes {
  background-color: #303030;
}
.notyf__toast.notyf__toast--error {
  background-color: red;
}
.notyf__toast.notyf__toast--warning {
  background-color: #ffac08;
}
.notyf__toast.notyf__toast--success {
  background-color: #18de2d;
}
.notyf__toast--dismissible .notyf__wrapper .notyf__icon {
  display: none;
}
.pass-changed .btns a {
  color: #333;
  font-size: 14px !important;
}

.pass-changed .btns button {
  color: #333;
  font-size: 14px !important;
}
.reset-password.ng-binding {
  background-color: transparent;
  color: #666 !important;
  opacity: 1 !important;
  /* text-decoration: underline; */
  /* line-height: 20px; */
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: max-content;
  display: block;
  margin: 0 auto;
  padding: 10px 0 2px 0;
  font-size: 14px;
}

.reset-password.ng-binding:after {
  content: "";
  width: calc(100%);
  border-bottom: solid 1px #000;
  opacity: 1;
  /* height: 1px; */
  bottom: 0;
  position: absolute;
  background-color: transparent;
}
.hd-upanel button.new-ticket:disabled {
  background-color: #d8d8d8;
}
#sign-out.image-off .question {
  margin: 0;
}
.hd-upanel-login * {
  font-family: dana;
}

body {
  font-family: dana !important;
}
body * {
  font-family: dana !important;
}
html {
  margin: 0 !important;
  direction: rtl;
}
.hd-upanel-order-info .hd-upanel-order:hover {
  /* border: solid 1px #00000050; */
}

footer ul a:hover path {
  fill: #333;
}
.upanel-orders-header .hd-upanel-order-info .hd-upanel-order.active .hd-upanel-number {
  background-color: var(--color);
}
footer ul a path {
  transition-duration: 0.3s;
}

.hd-upanel.dark footer ul a path {
  fill: #808080 !important;
}
.hd-upanel.dark footer ul a circle {
  fill: #808080;
}
.hd-upanel.dark footer ul a:hover circle {
  fill: #ffffff !important;
}
.hd-upanel.dark footer ul a circle {
  transition-duration: 0.3s;
}
.hd-upanel.dark footer ul a:hover path {
  fill: #ffffff !important;
}
.ticket-parent.admin {
  display: flex;
  flex-direction: row-reverse;
}
.notes {
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}

.notes .title {
  font-size: 16px;
  font-weight: bold;
}

.notes .note {
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  padding: 0 20px;
  white-space: pre-line;
  margin: 0 0 10px;
}

.notes .note .date {
  font-weight: bold;
}

.order-products a {
  font-size: 18px;
  background-color: #79eac9;
  text-decoration: none;
  width: 100%;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
  border-radius: 5px;
  color: #333;
  position: relative;
}
.ltr {
  direction: ltr;
}
.html-card * {
  max-width: 100%;
}

.html-card img {
  height: auto;
}
.hd-upanel.dark .html-card {
  background-color: #303030;
}
.hd-upanel .notification_popup_loading {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  right: 0;
}
.hd-upanel.dark .hd-upanel-notifications button svg {
  width: 20px;
}
.hd-upanel .notification_popup_loading svg {
  width: 30px;
}
.hd-upanel.dark .notification_popup_loading svg circle {
  fill: var(--color_dark) !important;
}
.hd-upanel .notification_popup_loading svg circle {
  fill: var(--color) !important;
}
.hd-upanel.dark .notification_popup_loading svg g {
  stroke: var(--color_dark) !important;
}
.hd-upanel .notification_popup_loading svg g {
  stroke: var(--color) !important;
}
.upanel-material-textfield.no-icon.in-valid .in-valid {
  visibility: hidden;
}
.upanel-material-textfield .icon {
}
table.desktop.orders tbody tr .btns {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  justify-content: flex-end;
}

table.desktop.orders tbody tr .btns a {
  width: 100px;
  height: 50px;
  border: 0;
  margin-left: 5px;
  border-radius: 10px;
  background-color: #79eac9 !important;
  color: white;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  position: relative;
}
.upanel-material-textfield .icon.first_name {
  background-position: -6px 0px;
}
.upanel-material-textfield .icon.last_name {
  background-position: -53px 0px;
}

.upanel-material-textfield .icon.username {
  background-position: -100px 0px;
}
.upanel-material-textfield .icon.sms {
  background-position: -304px 0px;
}
.upanel-material-textfield .icon.mobile {
  background-position: -256px 0px;
}

.upanel-material-textfield .icon.email {
  background-position: -156px 0px;
}

.upanel-material-textfield .icon.password {
  background-position: -206px -2px;
}

.upanel-material-textfield .icon.repeat_password {
  background-position: -206px -2px;
}
.html-card {
  background-color: white;
  border-radius: 20px;
  background-color: #fff;
  padding: 0;
  min-height: 300px;
  position: relative;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}
span.sms-titmer {
  text-align: center;
  display: block;
  font-size: 14px;
}
p.sms-error {
  /* text-align: center; */
  color: red;
  font-size: 12px;
  margin: 0;
}
#hd-upanel-dashboard header > a {
  display: none;
}
.upanel-material-textfield.icon input {
  padding-left: 16px;
  padding-right: 40px;
}
.hd-upanel.dark.hd-upanel-login > .card {
  background-color: #303030;
}
.resend_sms {
  display: block;
  margin: 0 auto;
  border: 0;
  background-color: transparent;
  /* text-decoration: underline; */
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.hd-upanel.dark .tickets.mobile .ticket {
  background-color: #303030;
}

.hd-upanel.dark .material-select select {
  background-color: #2e2e2e;
}

.hd-upanel.dark .upanel-material-textfield textarea {
  background-color: #2e2e2e;
}

.hd-upanel.dark .ticket-details button {
  background-color: var(--color) !important;
}

.hd-upanel.dark .show-ticket-modal .ticket {
  background-color: #1e1e1e;
}
.row.hd-upanel-login.dark .btns > a,
.row.hd-upanel-login.dark .btns > button {
  background-color: #303030;
}

.hd-upanel.dark .register-form {
  background-color: #303030;
}

button.default-btn {
  cursor: pointer;
  transition: all 0.2s;
  background: var(--color);
  border-radius: 5px;
  /* box-shadow: 0px 2px 10px -3px rgba(0,0,0,0.7); */
  padding: 10px 30px;
  color: #fff;
  display: table;
  margin: auto;
  font-family: "Helvetica";
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  margin: 32px 0 0 0;
  font-size: 16px;
  /* top: 30%; */
  /* transform: translate(-50%,50%); */
  border: 0;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

button.default-btn:disabled {
  opacity: 0.5;
  background-color: #ccc;
}
[ripple] {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

[ripple] .ripple {
  position: absolute;
  background: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-animation: ink 1.6s;
  animation: ink 1.6s;
}

@-webkit-keyframes ink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
    transform: scale(40);
    opacity: 0;
  }
}

.hd-upanel .container,
.hd-upanel .container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

#hd-upanel-dashboard .row:not(.mx-0) {
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
}

.hd-upanel .row > * {
  /* box-sizing: border-box; */
  /* flex-shrink: 0; */
  /* width: 100%; */
  /* max-width: 100%; */
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  /* padding-right: 0 !important; */
  /* padding-left: 0 !important; */
  /* margin-top: var(--bs-gutter-y); */
  position: relative;
}

.hd-upanel-notifications > li:hover span.tooltip span {
  position: relative;
  z-index: 2;
}
.hd-upanel button.new-ticket {
  background-color: var(--color);
  transform: none;
  position: relative;
  margin: 10px;
}
.hd-upanel button {
  font-family: inherit;
}

.hd-upanel.dark .hd-upanel-card.orders .hd-upanel-totall-number {
  color: var(--color_dark);
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hd-upanel.dark .hd-upanel-notifications > li span.tooltip {
  background-color: #303030;
}

.hd-upanel.dark .hd-upanel-notifications > li span.tooltip:before {
  border-top: 25px solid #303030;
}

.hd-upanel.dark #close_menu:before {
  background-color: #fefefe;
}

.hd-upanel-notifications > li span.tooltip {
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
  position: absolute;
  width: max-content;
  z-index: 1;
  color: #505050;
  font-size: 14px;
  padding: 3px 10px;
  right: 20px;
  top: calc(100% + 20px);
  /* z-index: 5; */
  transition-duration: 0.3s;
  opacity: 0;
  transform: scale(0) translate(100px, -110px);
}

.hd-upanel-notifications > li span.tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  bottom: 7px;
  transform: rotate(-45deg);
  right: -16px;
  /* opacity: 0; */
  transition-duration: 0.3s;
  /* box-shadow: 0 0 5px 0 rgb(0 0 0 / 19%); */
}

.hd-upanel-notifications > li span.tooltip:after {
  content: "";
  right: 9px;
  position: absolute;
  top: -5px;
  width: 5px;
  height: 5px;
  box-shadow: 6px -1px 15px 3px rgb(0 0 0 / 25%);
}

.hd-upanel-notifications > li:hover span.tooltip {
  opacity: 1;
  transform: scale(1) translate(0px, 0px);
}

.hd-upanel.dark #close_menu:after {
  background-color: #fefefe;
}

#close_menu:before {
  content: "";
  width: 15px;
  height: 2px;
  border-radius: 10px;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg) translate(-1px, 1px);
}

#close_menu:after {
  content: "";
  width: 15px;
  height: 2px;
  border-radius: 10px;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  z-index: 2;
  opacity: 1;
  margin: 0 auto;
  transform: rotate(-45deg) translate(-1px, -1px);
}

.hd-upanel.dark .hd-upanel-card.orders .hd-upanel-totall-price span {
  color: var(--color_dark);
}

.notification-popup.active {
  opacity: 1;
  transition-duration: 0.5s;
  visibility: visible;
}

ul.hd-upanel-menu li button svg {
  width: 20px;
  margin-left: 16px;
  vertical-align: middle;
}

.hd-upanel.dark #close_menu {
  background-color: #202020;
}

.hd-upanel.dark #sign-out .question {
  color: #202020;
}

#sign-out.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.hd-upanel-card.date img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.hd-upanel-card.date .hd-upanel-left {
  position: relative;
  z-index: 2;
}

.back-drop {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgb(0 0 0 / 80%);
  width: 100vw;
  height: 100vh;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

.back-drop.active {
  visibility: visible;
  opacity: 1;
}
.orders-mobile .order > .status:first-child {
    gap: 9px;
}
button#menu {
  height: 40px;
  width: 40px;
  margin: 10px;
  border: 0;
  display: none;
  background-color: transparent;
}

#hd-upanel-side-panel {
  /* position: fixed; */
  background-color: rgba(255, 255, 255, 0.7);
  height: max-content;
  width: 331px;
  top: 0;
  z-index: 5;
  right: 0;
  transition-duration: 0.5s;
  flex: 0 0 330px;
  border-radius: 6px !important;
  position: sticky;
  top: 10px;
}

#hd-upanel-side-panel #hd-upanel-collapse {
  border-radius: 10px;
  border: solid 5px #eee;
  background-color: #fff;
  width: 40px;
  perspective: 500px;
  height: 40px;
  left: -20px;
  position: absolute;
  bottom: 50px;
  z-index: 10;
  cursor: pointer;
}

.hd-upanel.dark {
  background-color: #202020;
  /* color: white !important; */
}

.hd-upanel.dark #hd-upanel-side-panel {
  background-color: #303030;
}

.hd-upanel.dark * {
  color: white;
}

.hd-upanel-profile button.active {
  transform: scale(-1);
}

.hd-upanel.dark #hd-upanel-dashboard header {
  background-color: #303030;
}

.hd-upanel.dark .hd-upanel-card {
  background-color: #303030;
  color: white;
}

.hd-upanel.dark .hd-upanel-card.register-date {
  background-color: #4b00b0;
}

.hd-upanel.dark .hd-upanel-card.orders .hd-upanel-title {
  color: white;
}

.hd-upanel.dark .hd-upanel-profile {
  border-right: #202020 solid 5px;
}

.hd-upanel.dark #hd-upanel-side-panel #hd-upanel-collapse {
  background-color: #303030;
  border: solid 5px #202020;
}

.hd-upanel.dark .hd-upanel-card.welcome {
  color: #f1f1f1;
}

.hd-upanel.dark .hd-upanel-card.comment .hd-upanel-text {
  color: #f1f1f1;
}

.hd-upanel.dark .hd-upanel-card.Settings .hd-upanel-title {
  color: #f1f1f1;
}

.hd-upanel.dark .hd-upanel-order-info .hd-upanel-order {
  background-color: #303030;
  border: solid 1px #e0e0e0;
}

.hd-upanel.dark .hd-upanel-order-info .hd-upanel-order .hd-upanel-text {
  color: #f1f1f1;
}

.hd-upanel.dark .hd-upanel-card.orders .hd-upanel-totall-text {
  color: #f1f1f1;
}

.hd-upanel-card.orders .hd-upanel-totall-price {
}

#hd-upanel-side-panel .logo {
  width: unset;
  padding: 20px;
  transition-duration: 0.5s;
  max-height: 130px;
  height: 110px !important;
  max-width: 200px;
  object-fit: contain;
}

.hd-upanel.dark .hd-upanel-card.orders .hd-upanel-totall-price {
  color: #f1f1f1;
}
ul.hd-upanel-menu {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
ul.hd-upanel-menu::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
ul.hd-upanel-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  /* height: calc(100% - 110px); */
  /* overflow-y: scroll; */
}

ul.hd-upanel-menu li.divider {
  height: 70px;
}

ul.hd-upanel-menu li a {
  width: calc(100% - 40px);
  height: 55px;
  display: flex;
  text-decoration: none;
  margin: 0 20px 0px;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  text-align: right;
  font-size: 16px;
  color: #505050;
  padding-right: 0;
  transition-duration: 0.5s;
  align-items: center;
  border-top: solid 1px #f0f0f1;
  overflow: hidden;
  position: relative;
}

ul.hd-upanel-menu li button {
  width: calc(100% - 40px);
  height: 50px;
  display: block;
  text-decoration: none;
  margin: 0 20px 0;
  border: 0;
  border-radius: 10px;
  background-color: transparent;
  text-align: right;
  font-size: 16px;
  color: #505050;
  padding-right: 20px;
  transition-duration: 0.5s;
  cursor: pointer;
  padding: 0;
}

ul.hd-upanel-menu li.active a {
  /* background-color: var(--color_o); */
  font-size: 16px;
  font-weight: bold;
  color: #2052ff;
  color: #3f4064;
}

.hd-upanel {
  background-color: white;
}

#hd-upanel-dashboard {
  padding-bottom: 50px;
  /* overflow-x: hidden; */
}

.hd-upanel {
  padding-right: 100px;
  /* height: 100vh; */
  min-height: 100vh;
  transition-duration: 0.5s;
  position: relative;
}

#hd-upanel-side-panel:before {
}

.hd-upanel-notifications {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  float: right;
  gap: 25px;
  padding: 0 20px 0 0;
}

.hd-upanel-notifications a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  border: solid 1px #eee;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hd-upanel-notifications button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  border: solid 1px #eee;
  background-color: transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.hd-upanel-notifications button svg {
  width: 100%;
}

li.hd-upanel-notification {
}

ul.hd-upanel-notifications span.badge {
  position: absolute;
  border: solid 2px #fff;
  background-color: #ef394e;
  border-radius: 50%;
  right: -12px;
  top: -6px;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 12px;
}

.hd-upanel-notifications > li {
  position: relative;
}

.hd-upanel-profile img {
  width: 40px;
  height: 40px;
  border-radius: 740px;
  margin-left: 10px;
  vertical-align: middle;
}

.hd-upanel-profile .hd-upanel-info {
  display: inline-flex;
  flex-direction: column;
  margin: 0;
  vertical-align: middle;
}

.hd-upanel-profile button {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

span.hd-upanel-name {
  font-size: 14px;
  font-weight: bold;
  color: #202020;
}

span.hd-upanel-role {
  font-size: 12px;
  color: #505050;
}

.hd-upanel-card.welcome {
  border-radius: 20px;
  background-color: #fff;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  font-size: 14px;
  color: #202020;
}

.hd-upanel-card.date {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 50px 0 rgba(62, 32, 95, 0.2);
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 15px;
  display: flex;
  position: relative;
  justify-content: space-between;
  height: 200px;
  align-items: center;
  padding: 0 20px;
}

.hd-upanel-card.date:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
  z-index: 1;
  right: 0;
  top: 0;
}

hd-upanel-card date {
}

.hd-upanel-card.date .hd-upanel-right {
  position: relative;
  z-index: 2;
}

.hd-upanel-card.date .hd-upanel-right p {
  margin: 0;
  color: white;
}

.hd-upanel-card.date .hd-upanel-left p {
  margin: 0;
  color: white;
  text-align: left;
}

.hd-upanel-card.date .hd-upanel-left p:nth-child(1) {
  font-size: 14px;
}

.hd-upanel-card.date .hd-upanel-left p:nth-child(2) {
  font-size: 22px;
  font-weight: bold;
}

.hd-upanel-card.date .hd-upanel-left p:nth-child(3) {
  font-size: 18px;
  font-weight: bold;
}

.hd-upanel-card.date .hd-upanel-right p:nth-child(1) {
  font-size: 14px;
}

.hd-upanel-card.date .hd-upanel-right p:nth-child(2) {
  font-size: 22px;
  font-weight: bold;
}

.hd-upanel-card.date .hd-upanel-right p:nth-child(3) {
  font-size: 18px;
  font-weight: bold;
}

.hd-upanel-card.comment {
  display: inline-block;
  width: 60%;
  border-radius: 20px;
  background-color: #00ffb2;
  margin-top: 25px;
  margin-left: 25px;
  height: 170px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #303030 !important;
}

.hd-upanel-card.Settings {
  display: inline-block;
  background-color: white;
  vertical-align: top;
  margin-top: 25px;
  border-radius: 20px;
  width: calc(40% - 30px);
  height: 170px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.hd-upanel-card.comment svg {
  position: absolute;
  right: -10px;
  top: -10px;
  /* z-index: 99999; */
}

.hd-upanel-card.comment .hd-upanel-title {
  font-size: 16px;
  font-weight: bold;
  margin: 18px;
  color: #202020;
}

.hd-upanel-card.comment .hd-upanel-number {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  color: #202020;
}

.hd-upanel-card.comment .hd-upanel-text {
  font-size: 14px;
  color: #202020 !important;
}

.hd-upanel-card.Settings svg {
  margin-bottom: 10px;
}
button.default-btn .loading {
  position: absolute;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hd-upanel-card.Settings .hd-upanel-title {
  font-size: 16px;
  font-weight: bold;
  color: #202020;
  margin: 0;
}

.hd-upanel-card.orders {
  background-color: white;
  border-radius: 20px;
  position: relative;
  padding: 20px;
  height: 482px;
  display: block;
  text-decoration: none;
}

.hd-upanel-card.orders .hd-upanel-title {
  font-size: 16px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 25px;
}

.hd-upanel-card.orders .hd-upanel-totall-number {
  font-size: 32px;
  font-weight: bold;
  color: var(--color);
  margin: 0;
  height: 40px;
}

.hd-upanel-card.orders .hd-upanel-totall-text {
  font-size: 14px;
  color: #505050;
}

.hd-upanel-card.orders .hd-upanel-totall-price {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 65px;
  color: #505050;
}

.hd-upanel-card.orders .hd-upanel-totall-price span {
  font-size: 18px;
  font-weight: bold;
  /* color: #2052ff; */
  color: var(--color);
}

.hd-upanel-order-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  align-items: center;
}

.hd-upanel-order-info > div {
  /* flex: 70px; */
  /* flex-grow: 1; */
}

.hd-upanel-order-info .hd-upanel-order {
  border-radius: 10px;
  /* border: solid 1px #e0e0e0; */
  /* background-color: #fff; */
  /* height: 70px; */
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
  text-align: center;
  /* width: 80px !important; */
  transition-duration: 0.3s;
  align-content: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hd-upanel-order-info .hd-upanel-order .hd-upanel-icon {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: red;
  margin-top: -10px;
  display: flex;
  /* display: block; */
  position: relative;
  margin: -10px auto 0;
  justify-content: center;
  align-items: center;
}

.hd-upanel-order-info .hd-upanel-order .hd-upanel-text {
  font-size: 14px;
  font-weight: normal;
  color: #505050;
  margin: 0;
}

.hd-upanel-order-info .hd-upanel-order .hd-upanel-number {
  font-size: 16;
  font-size: 16px;
  font-size: 14px;
  /* font-weight: bold; */
  line-height: 22px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  height: 20px;
  border-radius: 4px;
  margin-right: 8px;
  background-color: #a1a3a8;
  min-width: 20px;
  color: white;
}

#sign-out .question .btns {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

#sign-out .question .btns a {
  padding: 9px 52px 9px 53px;
  border-radius: 10px;
  background-color: #b0b0b0;
  width: 120px;
  height: 40px;
  text-decoration: none;
  color: #202020;
  font-size: 16px;
}

#sign-out .question .btns button {
  padding: 9px 52px 9px 53px;
  border-radius: 10px;
  background-color: #ef394e;
  width: 120px;
  height: 40px;
  text-decoration: none;
  color: #202020;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
}

.hd-upanel-order-info .hd-upanel-order.orange .hd-upanel-number {
  /* color: #f79f18; */
}

.hd-upanel-order-info .hd-upanel-order.green .hd-upanel-number {
  /* color: #00d73b; */
}
.orders-mobile .order a {
  height: 40px;
  width: max-content;
  border: 0;
  border-radius: 10px;
  display: flex;
  /* background-color: #79eac9; */
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}

.orders-mobile .order .btns {
  display: flex;
  gap: 10px;
}
.hd-upanel-order-info .hd-upanel-order.red .hd-upanel-number {
  /* color: #ef394e; */
}

.hd-upanel-order-info .hd-upanel-order.orange .hd-upanel-icon {
  background-color: #f79f18;
}

.hd-upanel-order-info .hd-upanel-order.green .hd-upanel-icon {
  background-color: #00d73b;
}

.hd-upanel-order-info .hd-upanel-order.red .hd-upanel-icon {
  background-color: #ef394e;
}

.hd-upanel-order-info .hd-upanel-order.black .hd-upanel-icon {
  background-color: #505050;
}

.hd-upanel-order-info .hd-upanel-order.black .hd-upanel-number {
  /* color: #505050; */
}

.hd-upanel .hd-upanel-card.register-date {
  border-radius: 20px;
  background-color: #4b00b0;
  display: flex;
  height: 180px;
  margin-bottom: 25px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hd-upanel-card.register-date p {
  color: white;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.hd-upanel-card.register-date p:nth-child(2) {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.hd-upanel-card.register-date p:nth-child(3) {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  height: 40px;
}

.hd-upanel-card.register-date p:nth-child(4) {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}

.hd-upanel-card.register-date .hd-upanel-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: red;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: rgb(238 238 238 / 20%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hd-upanel-card.my-address {
  border-radius: 20px;
  background-color: #fff;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  justify-content: flex-start;
  text-decoration: none;
  color: #303030;
}

.hd-upanel-card.my-address .hd-upanel-icon {
  border-radius: 10px;
  background-color: #202020;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: center;
}

.hd-upanel-card.log-out {
  background-color: white;
  vertical-align: top;
  margin-top: 25px;
  border-radius: 20px;
  width: 100%;
  height: 170px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.hd-upanel-card.log-out svg {
  margin-bottom: 10px;
}

ul.hd-upanel-menu li a svg {
  width: 20px;
  margin-left: 20px;
  /* color: #2052ff; */
}

ul.hd-upanel-menu li a svg {
  width: 20px;
  margin-left: 16px;
  /* color: #2052ff; */
}

ul.hd-upanel-menu li:after {
  background-color: var(--color);
  height: 40px;
  width: 4px;
  content: "";
  position: absolute;
  top: 8px;
  /* border-radius: 30px 0 0 30px; */
  transition-duration: 0.3s;
  transform: translate3d(10px, 0px, 0px);
}

#hd-upanel-side-panel #hd-upanel-collapse svg {
  width: 14px;
  transition-duration: 0.5s;
  /* perspective: 200px; */
}

ul.hd-upanel-menu li {
  position: relative;
  overflow: hidden;
}

.hd-upanel.mini #hd-upanel-side-panel {
  width: 120px;
}

.hd-upanel.mini #hd-upanel-side-panel ul.hd-upanel-menu li a {
  width: 60px;
}

.hd-upanel.mini #hd-upanel-side-panel ul.hd-upanel-menu li a {
  font-size: 0;
}

.hd-upanel.mini #hd-upanel-side-panel ul.hd-upanel-menu li button {
  font-size: 0;
  width: 60px;
}

.hd-upanel.mini #hd-upanel-side-panel .logo {
  padding: 55px 20px;
}

.hd-upanel.mini {
  padding-right: 0;
  padding-left: 30px;
}

#hd-upanel-side-panel #hd-upanel-collapse.mini svg {
  transform: rotateY(180deg);
}

.hd-upanel.dark svg:not(.ignore) path {
  fill: #e3e3e3;
}

#hd-upanel-loading.light svg {
  filter: contrast(0.5);
}

.hd-upanel.dark .profile-menu ul a:hover {
  background-color: #404040;
}

.hd-upanel.dark .profile-menu ul button:hover {
  background-color: #404040;
}

.profile-menu ul a:hover {
  background-color: #f3f3f3;
}

.profile-menu ul button:hover {
  background-color: #f3f3f3;
}

.row.hd-upanel-login ul.woocommerce-error li {
  background-color: #d91414;
  padding: 5px;
  color: white;
  font-size: 14px;
  border-radius: 10px;
  margin: 0 0 15px;
}

p.massage {
  color: #41eb4e !important;
  margin: 10px 0;
}

.edit-address .title {
  margin-bottom: 20px;
}
.edit-address {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
}

.change-tab {
  color: white;
  border-radius: 10px;
  border: solid 2px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 200px;
  height: 50px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
}

.row.hd-upanel-login.register .login-background {
  display: none;
}

.row.hd-upanel-login.login .register-background {
  display: none;
}

.downloads.mobile .download .title {
  text-align: center;
}

.hd-upanel.dark .downloads.mobile .download a {
  background-color: var(--color_dark);
}

.edit-address .col-12 {
  margin-bottom: 20px;
}

.hd-upanel.dark .edit-address {
  background-color: #303030;
}

.hd-upanel.dark .edit-address button {
  background-color: var(--color_dark);
}

.notification-popup .content * {
  color: #202020 !important;
}

.hd-upanel.dark .profile-menu {
  background-color: #303030;
}

button.back svg {
  transform: rotate(90deg);
}

div#hd-upanel-loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  z-index: 20;
  background-color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

div#hd-upanel-loading img {
  width: 180px;
}

div#hd-upanel-loading svg {
  fill: #ccc;
  /* width: 270px; */
  transform: translate(0px, 20px);
  /* filter: contrast(0.5); */
}

div#hd-upanel-loading.dark {
  background-color: #303030;
}

.hd-upanel.dark .hd-upanel-menu li.active svg path {
  fill: var(--color_dark);
}

.hd-upanel.dark .transport button {
  background-color: var(--color_dark);
}

.hd-upanel.dark .edit-profile button {
  background-color: var(--color_dark);
}

.hd-upanel.dark table.desktop.notifications tbody tr td:last-child button {
  background-color: var(--color_dark);
}

.hd-upanel.dark .edit-password button {
  background-color: var(--color_dark);
}

.hd-upanel.dark table.notifications.desktop tbody tr.unread td:first-child:before {
  border: solid 5px #202020;
}

.hd-upanel.dark .settings-tabs button.active {
  background-color: var(--color_dark);
}

.hd-upanel.dark ul.hd-upanel-menu li.active:after {
  background-color: var(--color_dark);
}

.edit-profile .massage {
  text-align: center;
  margin: 10px;
  color: #23c123;
}

.hd-upanel.dark ul.hd-upanel-menu li.active a {
  color: var(--color_dark);
  background-color: var(--color_dark_o);
}

.hd-upanel.dark svg:not(.ignore) g {
  fill: #e3e3e3;
}

.hd-upanel.dark ul.hd-upanel-menu li.active a svg g {
  fill: var(--color_dark);
}

ul.hd-upanel-menu li.active a svg {
  /* fill: var(--color); */
}

ul.hd-upanel-menu li.active a svg g {
  /* fill: var(--color); */
}

.hd-upanel.dark .upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-price span {
  color: var(--color_dark);
}

.hd-upanel.dark .upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-number {
  color: var(--color_dark);
}

.hd-upanel.dark table.desktop.orders tbody tr td:last-child button {
  background-color: var(--color_dark);
}

.edit-password button[disabled="disabled"] {
  /* color: red; */
  opacity: 0.2;
}

.hd-upanel.dark table.desktop.orders thead th {
  background-color: #303030;
  color: white;
}

.hd-upanel.dark .upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-text {
  color: #fefefe;
}

.hd-upanel.dark .upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-price {
  color: #fefefe;
}

table.notifications.desktop tbody tr td:first-child img {
  width: 40px;
  height: 40px;
  display: inline-block;
  object-fit: cover;
  border-radius: 50%;
  vertical-align: middle;
}

.edit-password button svg {
  width: 30px;
}

.edit-profile button svg {
  width: 30px;
}

.transport .col-12 {
  margin-bottom: 10px;
}

.hd-upanel.dark table.notifications.desktop tbody tr td {
  background-color: #303030;
}

.hd-upanel.dark table.notifications.desktop thead th {
  background-color: #303030;
  color: white;
}

.hd-upanel.dark table.downloads.desktop tbody tr td {
  background-color: #303030;
}

.hd-upanel.dark table.downloads.desktop thead th {
  background-color: #303030;
  color: white;
}

.hd-upanel.dark table.desktop.orders tbody tr td {
  background-color: #303030;
}

.hd-upanel.dark .transport {
  background-color: #303030;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.view-animate {
  min-height: calc(100vh - 260px);
}

.register-form .woocommerce-Button {
  width: 310px;
  /* width: 318px; */
  height: 50px;
  margin: 10px 0 30px;
  /* padding: 14px 146px 14px 147px; */
  border-radius: 10px;
  background-color: #2052ff;
  color: white;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}

.hd-upanel.dark .notifications.mobile .notification {
  background-color: #303030;
}

.hd-upanel.dark .downloads.mobile .download {
  background-color: #303030;
}

.hd-upanel.dark ul.order-status li {
  background-color: #303030;
}

.hd-upanel.dark .no-orders {
  background-color: #303030;
}

.hd-upanel.dark .upanel-orders-header {
  background-color: #303030;
}

.hd-upanel.dark .orders-mobile .order {
  background-color: #303030;
}

.hd-upanel.dark .orders-mobile .order button {
  background-color: #202020;
}

.hd-upanel.dark .order-products {
  background-color: #303030;
}

.hd-upanel.dark .address {
  background-color: #303030;
}

ul.order-status li {
  /* width: 166px; */
  /* height: 120px; */
  /* margin: 0 0 0 24px; */
  /* padding: 37px 44px 36px 45px; */
  /* border-radius: 20px; */
  background-color: #fff;
  display: flex;
  /* flex-direction: row; */
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
}

ul.order-status li p {
  font-size: 14px;
  margin: 0;
  color: #81858b;
  margin-left: 4px;
}

ul.order-status li p {
}

.order-products {
  border-radius: 20px;
  /* background-color: #fff; */
  /* padding: 20px; */
  margin-bottom: 25px;
  /* border: solid 1px #e0e0e2; */
  margin: 0 0  0;
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.order-products .title {
  font-size: 16px;
  font-weight: bold;
}

.order-products table.products {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}

.order-products table.products tr {
  height: 50px;
  text-align: center;
}

.order-products table.products thead tr {
  border: solid 1px #e0e0e0;
  border-radius: 10px;
}

.order-products .purchase {
  border: solid 1px #e0e0e0;
  padding: 20px 15px;
  font-size: 14px;
  color: #505050;
}

.order-products .purchase strong {
  display: block;
  font-size: 16px;
}

.address {
  border-radius: 0;
  background-color: #fff;
  padding: 20px;
  margin: 0 0 20px;
  border-top: solid 1px #e0e0e2;
}

.address .title {
  font-size: 16px;
  font-weight: bold;
}

.address .content {
  border-radius: 10px;
  border: solid 1px #e0e0e0;
  padding: 20px;
  white-space: pre-line;
}

.settings-tabs {
  display: flex;
  gap: 10px;
  margin: 15px;
}

.hd-upanel.dark .settings-tabs button {
  background-color: #303030;
  cursor: pointer;
}

.hd-upanel.dark .edit-password {
  background-color: #303030;
}

svg path {
}

.hd-upanel.dark .upanel-material-textfield input {
  background-color: #2e2e2e;
}

.hd-upanel.dark .upanel-material-textfield label {
  background-color: #303030;
}

.hd-upanel.dark .edit-profile {
  background-color: #303030;
}

.settings-tabs button.active {
  background-color: var(--color);
  color: white;
}

.edit-password {
  background-color: white;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}

.edit-password .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.edit-profile {
  background-color: white;
  border-radius: 20px;
  background-color: #fff;
  padding: 20px;
}

.edit-profile .upanel-material-textfield {
  width: 350px;
  margin: 0 auto;
  margin-bottom: 25px;
  /* height: 50px; */
}

.edit-profile .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.edit-profile img {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.edit-profile .username {
  text-align: center;
  margin: 10px 0 0;
}

.edit-profile .change-profile {
  color: var(--color);
  font-size: 14px;
  background-color: transparent !important;
  border: 0;
  margin-bottom: 20px;
}

.hd-upanel.dark .edit-profile .change-profile {
  color: var(--color_dark);
  font-size: 14px;
  background-color: transparent !important;
  border: 0;
  margin-bottom: 20px;
}

.settings-tabs button {
  width: 166px;
  height: 50px;
  /* margin: 24px 4px 12px 12px; */
  /* padding: 13px 26px 12px 28px; */
  border-radius: 10px;
  background-color: #fff;
  border: 0;
  font-size: 16px;
  cursor: pointer;
}

table.notifications.desktop tbody tr td:first-child p.title {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.row.hd-upanel-login.login .register-btns {
  display: flex;
  position: relative;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
  /* transform: translateY(50vh); */
  flex-direction: column;
  z-index: 2;
}

.downloads.mobile .download .left p {
  margin: 0;
  font-size: 14px;
}

.downloads.mobile .download .left {
  text-align: left;
}

.downloads.mobile .download a {
  display: block;
  width: 100%;
  height: 50px;
  margin: 10px 0 0 0;
  background-color: var(--color);
  display: flex;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
}

.transport {
  background-color: white;
  min-height: 250px;
  border-radius: 20px;
  padding: 20px;
  text-align: right;
  font-size: 14px;
  margin-bottom: 20px;
}

.transport button {
  border-radius: 10px;
  background-color: var(--color);
  width: 150px;
  height: 50px;
  border: 0;
  cursor: pointer;
  color: white;
}

.edit-address button {
  border-radius: 10px;
  background-color: var(--color);
  width: 150px;
  height: 50px;
  border: 0;
  color: white;
}

.transport .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.transport .label {
  display: inline-block;
  /* font-weight: bold; */
  margin-left: 5px;
  text-align: right;
  margin: 0 0 0 5px;
  color: #8d8d8d;
}

table.notifications.desktop tbody tr td.read {
  color: #00d73b;
}

table.notifications.desktop tbody tr td.unread {
  color: #ef394e;
}

table.notifications.desktop tbody tr.unread td:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: red;
  right: -7px;
  top: 20px;
  z-index: 1;
  border-radius: 50%;
  border: solid 5px #eee;
}

table.downloads.desktop tbody tr td.read {
  color: #00d73b;
}

table.downloads.desktop tbody tr td.unread {
  color: #ef394e;
}

table.downloads.desktop tbody tr.unread td:first-child:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: red;
  right: -7px;
  top: 20px;
  z-index: 1;
  border-radius: 50%;
  border: solid 5px #eee;
}

.notifications.mobile .notification {
  background-color: white;
  border-radius: 20px;
  background-color: #fff;
  height: 130px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}
.tickets.mobile .ticket {
  background-color: white;
  border-radius: 20px;
  background-color: #fff;
  height: 130px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  border: solid 1px #e6e6e6;
  border-radius: 7px;
}
.notifications.mobile .notification img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.notifications.mobile .notification .title {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
.tickets.mobile .ticket .title {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
.notifications.mobile .notification .right {
  text-align: right;
}

.notifications.mobile .notification .right p {
  margin: 0;
  font-size: 14px;
}

.notifications.mobile .notification .right p.unread {
  color: #ef394e;
}

.notifications.mobile .notification .left button {
  border-radius: 5px;
  background-color: #2052ff;
  width: 100px;
  height: 40px;
  border: 0;
  color: white;
  float: left;
  font-size: 14px;
}
.tickets.mobile .ticket .left button {
  border-radius: 5px;
  background-color: #2052ff;
  width: 100px;
  height: 40px;
  border: 0;
  color: white;
  float: left;
  font-size: 14px;
}
.hd-upanel.dark .notifications.mobile .notification.unread:before {
  border: solid 5px #202020;
}

.notifications.mobile .notification.unread:before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 5px #eee;
  right: -9px;
  top: 30px;
  position: absolute;
  z-index: 5;
  background-color: #ef394e;
  border-radius: 50%;
}

.hd-upanel-login .login-content {
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 2;
  /* color: white; */
}

.downloads.mobile .download {
  background-color: white;
  border-radius: 20px;
  background-color: #fff;
  height: 180px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  border: solid 1px #e6e6e6;
  border-radius: 8px;
}

.downloads.mobile .download img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.downloads.mobile .download .title {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

.downloads.mobile .download .right {
  text-align: right;
}

.downloads.mobile .download .right p {
  margin: 0;
  font-size: 14px;
}

.downloads.mobile .download .right p.unread {
  color: #ef394e;
}

.downloads.mobile .download .left button {
  border-radius: 5px;
  background-color: #2052ff;
  width: 100px;
  height: 40px;
  border: 0;
  color: white;
  float: left;
  font-size: 14px;
}

.downloads.mobile .download.unread:before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 5px #eee;
  right: -9px;
  top: 30px;
  position: absolute;
  z-index: 5;
  background-color: #ef394e;
  border-radius: 50%;
}
.show-ticket-modal .ticket {
  width: 90%;
  /* background-color: #f1f1f1; */
  padding: 10px 20px 0 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  border-radius: 20px;
  position: relative;
  min-height: 100px;
  border: solid 1px #ccc;
}

.show-ticket-modal .ticket.admin {
  /* float: left; */
}

.show-ticket-modal .ticket.user {
  background-color: #f9f9f9;
}

.show-ticket-modal .ticket .date {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 14px;
  font-weight: normal;
}

.show-ticket-modal .ticket .ricket-text {
  font-size: 16px;
  text-align: right;
  padding: 0;
  margin: 10px 0 20px 0;
  font-weight: normal;
  /* white-space: pre; */
}

.show-ticket-modal .ticket .title {
  margin: 0;
  text-align: right;
  font-weight: normal;
  color: #999;
  height: 20px;
}
.material-select select:active,
.material-select select:selected {
  outline: 0;
  border: 0;
}
.no-orders.ticket-details {
  padding: 20px;
  /* border-left: solid 1px #ccc; */
  border-radius: 0;
  height: calc()100%;
  margin: 10px 0;
  position: relative;
}
button.close {
}

.new-ticket-modal .close {
  width: 40px;
  height: 50px;
  display: flex;
  float: left;
  background-color: transparent;
  border: 0;
  opacity: 0.2;
  position: absolute;
  left: 20px;
  z-index: 2;
}
.no-orders.ticket-details p {
  margin: 0 0 20px;
  text-align: right;
  font-size: 14px;
  font-weight: normal;
}
.material-select select:focus {
  outline: none;
}
.hd-upanel footer {
  margin-top: 50px;
  background-color: transparent;
}

footer ul a {
  width: 25px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.hd-upanel p.copyright {
  color: #808080;
  font-size: 12px;
  background-color: transparent;
}

.profile-menu {
  position: absolute;
  background-color: white;
  top: calc(100% + 5px);
  width: 170px;
  z-index: 2;
  left: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition-duration: 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0px, 20px, 0px);
}

.profile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.profile-menu ul a {
  display: flex;
  flex-direction: row;
  width: 100%;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
  padding: 5px 0;
  height: 40px;
  color: #505050;
  font-size: 14px;
}

.profile-menu ul button {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  padding: 5px 0;
  height: 40px;
  color: #505050;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
  font-size: 14px;
}

.profile-menu ul svg {
  width: 20px;
  height: 20px;
  margin: 7px;
}

.profile-menu.active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
ul.hd-upanel-menu li:hover:after {
  /* transform: translate3d(0px, 0px, 0px); */
}
ul.hd-upanel-menu li.active:after {
  transform: translate3d(0px, 0px, 0px);
}
.profile-menu {
}

.hd-upanel.dark table.desktop.downloads tbody tr td:last-child a {
  background-color: var(--color_dark);
}

table.desktop.orders tbody tr td:last-child button {
  width: 100px;
  height: 50px;
  border: 0;
  margin-left: 5px;
  border-radius: 10px;
  background-color: var(--color);
  color: white;
  cursor: pointer;
}

table.desktop.notifications tbody tr td:last-child button {
  width: 100px;
  height: 50px;
  border: 0;
  margin-left: 5px;
  border-radius: 10px;
  background-color: var(--color);
  color: white;
  cursor: pointer;
}

table.desktop.downloads tbody tr td:last-child a {
  width: max-content;
  height: 50px;
  padding: 0 20px;
  border: 0;
  margin-left: 5px;
  border-radius: 10px;
  /* background-color: red; */
  background-color: var(--color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  /* margin: 0; */
}

.row.hd-upanel-login.register .register-btns {
  display: none;
}

.orders-mobile .order .status strong {
  font-size: 16px;
}

.orders-mobile .order .status {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  /* margin: 0 auto; */
  /* width: 200px; */
  text-align: center;
  /* height: 60px; */
  /* border-radius: 0 0 10px 10px; */
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  flex-direction: row;
  padding: 16px 16px 0;
  display: flex;
  gap: 4px;
  align-items: center;
  height: auto;
}

button:not(:disabled):after,
.order-products a:after,
table.desktop.orders tbody tr .btns a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  opacity: 0;
  transition-duration: 0.5s;
}
button {
  position: relative;
  overflow: hidden;
}

button:not(:disabled):hover:after,
.order-products a:hover:after,
table.desktop.orders tbody tr .btns a:hover:after {
  opacity: 0.2;
}

ul.hd-upanel-menu li button:after {
  display: none;
}

.orders-mobile .order .status.complete {
  background-color: #00d73b;
}

.orders-mobile .order .status.pending {
  background-color: #ffbf5e;
}

.orders-mobile .order .status.cancel {
  background-color: #ef394e;
}

.orders-mobile .order .status.referred {
  background-color: #505050;
  color: #eee;
}

.orders-mobile .order .right {
  text-align: right;
}

.orders-mobile .order .left {
  text-align: left;
}

.orders-mobile .order .left p {
  margin: 0;
  font-size: 16px;
}

.orders-mobile .right p {
  margin: 0;
  font-size: 16px;
}

.orders-mobile .order p.label {
  font-size: 14px;
}

.orders-mobile .order button {
  /* height: 50px; */
  /* width: 100%; */
  border: 0;
  /* border-radius: 10px; */
  background: transparent;
}

.orders-mobile .order .row {
  margin-top: 10px;
}

.upanel-material-textfield {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
.upanel-material-textfield.loading .loading {
  opacity: 1;
  visibility: visible;
}
.upanel-material-textfield .loading {
  position: absolute;

  right: 10px;

  top: 0;

  filter: brightness(0.5);

  transform: scale(0.7);

  bottom: 0;

  margin: auto;

  transition-duration: 0.2s;

  opacity: 0;

  visibility: hidden;
}
.upanel-material-textfield.icon input:not(.ltr) {
  padding-right: 20px;
}
.upanel-material-textfield.valid .valid {
  opacity: 1;
  visibility: visible;
}
.error-input {
  margin: -32px 0 0px 27px;
  font-size: 12px;
  text-align: left;
  color: red;
  position: absolute;
  left: 0;
  transition-duration: 0.3s;
  background-color: white;
  padding: 0 5px;
  /* top: 0; */
}

.upanel-material-textfield.in-valid input {
  border: 1px solid #ff0000 !important;
}

.upanel-material-textfield.in-valid label {
  color: red;
}
.upanel-material-textfield .valid {
  width: 50px;

  height: 50px;

  position: absolute;

  /* background-color: red; */

  right: 5px;

  top: 5px;

  background-image: url(../img/icons.svg);

  background-size: 500px;

  transform: scale(0.8);

  background-position: -400px 0px;

  transition-duration: 0.2s;

  opacity: 0;

  visibility: hidden;
}
.upanel-material-textfield.in-valid .in-valid {
  opacity: 1;
  visibility: visible;
}
.upanel-material-textfield .in-valid {
  width: 50px;

  height: 50px;

  position: absolute;

  /* background-color: #3e579f; */

  right: 5px;

  top: 5px;

  background-image: url(../img/icons.svg);

  background-size: 500px;

  transform: scale(0.8);

  background-position: -350px 0px;

  transition-duration: 0.2s;

  opacity: 0;

  visibility: hidden;
}
.upanel-material-textfield .icon {
  width: 50px;

  height: 50px;

  position: absolute;

  /* background-color: red; */

  left: 0px;

  opacity: 0.4;

  /* top: 5px; */

  background-image: url("../img/icons.svg");

  background-size: 500px;

  transform: scale(0.8);

  background-position: -250px 0px;
}
.row.hd-upanel-login.register .login-form {
  visibility: hidden;
  opacity: 0;
  height: 0;
  display: none;
}

.login-btns #register {
  border-radius: 10px;
  border: solid 2px #fff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 200px;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  color: #fff;
}

.no-orders {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border-left: solid 1px; */
}

.no-orders img {
  width: 100%;
  max-width: 260px;
}

.no-orders p {
  font-size: 14px;
  /* font-weight: bold; */
  /* margin: 30px 0 0 0; */
}

.hd-upanel .new-ticket {
  width: 100px;
  height: 50px;
  border: 0;
  margin-left: 5px;
  border-radius: 10px;
  background-color: var(--color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  transform: translateY(-47px);
  margin: 0 0 10px;
}

.upanel-orders-header .upanel-orders-header-info {
  display: inline-block;
  width: 260px;
  display: none;
}

.upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-number {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0 0 0;
  height: 38px;
  color: var(--color);
}

.upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-text {
  font-size: 14px;
  color: #505050;
  margin: 0 0 10px;
}

.upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-price span {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  color: var(--color);
}

.upanel-orders-header .hd-upanel-order-info .hd-upanel-order.active {
  /* border: solid 1px #333; */
  /* background-color: #f7f7f7; */
  color: var(--color);
}

table.desktop.orders {
  width: 100%;
  table-layout: auto !important;
  border-collapse: separate;
  border-spacing: 0 10px;
  border: 0 !important;
}

table.desktop.orders td {
  text-align: center;
}

table.desktop.orders th {
  text-align: center;
}

table.desktop.orders thead {
  border-radius: 20px;
  /* background-color: white; */
  height: 50px;
  overflow: hidden;
}

table.desktop.orders thead th {
  background-color: white;
  color: #505050;
  font-size: 14px;
  font-weight: normal;
  border: 0 !important;
}

table.desktop.orders thead th:first-child {
  background-color: white;
  border-radius: 0 10px 10px 0;
  width: 130px;
  border: 0;
}

table.desktop.orders thead th:last-child {
  background-color: white;
  border-radius: 10px 0 0 10px;
  width: 100px;
}

table.desktop.orders tbody tr {
  height: 60px;
}

table.desktop.orders tbody tr td {
  background-color: white;
  position: relative;
  font-size: 16px;
  border: 0 !important;
}

table.desktop.orders tbody tr td:first-child {
  border-radius: 0 10px 10px 0;
}

table.desktop.orders tbody tr td:last-child {
  border-radius: 10px 0 0 10px;
}

table.desktop.orders tbody tr td:first-child span.completed,
.orders-mobile .order .status.completed,
ul.order-status li.completed {
  /* background-color: #00d73b !important; */
}

table.desktop.orders tbody tr td:first-child span.pending,
.orders-mobile .order .status.pending,
ul.order-status li.pending {
  background-color: #f79f18 !important;
}

table.desktop.orders tbody tr td:first-child span.pending,
.orders-mobile .order .status.pending,
ul.order-status li.pending {
}

table.desktop.orders tbody tr td:first-child span.processing,
.orders-mobile .order .status.processing,
ul.order-status li.processing {
}

table.desktop.orders tbody tr td:first-child span.on-hold,
.orders-mobile .order .status.on-hold,
ul.order-status li.on-hold {
  /* background-color: #f79f18 !important; */
}

table.desktop.orders tbody tr td:first-child span.cancelled,
.orders-mobile .order .status.cancelled,
ul.order-status li.cancelled {
}

table.desktop.orders tbody tr td:first-child span.refunded,
.orders-mobile .order .status.refunded,
ul.order-status li.refunded {
}

table.desktop.orders tbody tr td:first-child span.failed,
.orders-mobile .order .status.failed,
ul.order-status li.failed {
}

table.desktop.orders tbody tr td:first-child span {
  height: 60px;
  width: 130px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
}

table.desktop.orders tbody tr td:first-child span.complete {
  background-color: #00d73b;
}

table.desktop.orders tbody tr td:first-child span.pending {
  background-color: #ffbf5e;
}

table.desktop.orders tbody tr td:first-child span.cancel {
  background-color: #ef394e;
}

table.desktop.orders tbody tr td:first-child span.referred {
  background-color: #505050;
  color: #eee;
}

table.notifications.desktop {
  width: 100%;
  table-layout: auto !important;
  border-collapse: separate;
  border-spacing: 0 10px;
  border: 0 !important;
}

table.notifications.desktop td {
  text-align: center;
}

table.notifications.desktop th {
  text-align: center;
}

p.massage.error {
  color: red !important;
}

table.notifications.desktop thead {
  border-radius: 20px;
  /* background-color: white; */
  height: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

table.notifications.desktop thead th {
  background-color: white;
  color: #505050;
  font-size: 14px;
  font-weight: normal;
}

table.notifications.desktop thead th:first-child {
  background-color: white;
  border-radius: 0 10px 10px 0;
  width: 220px;
}

table.notifications.desktop thead th:last-child {
  background-color: white;
  border-radius: 10px 0 0 10px;
  width: 100px;
}

table.notifications.desktop tbody tr {
  height: 60px;
  position: relative;
}

table.notifications.desktop tbody tr td {
  background-color: white;
  position: relative;
  font-size: 16px;
}

table.notifications.desktop tbody tr td:first-child {
  border-radius: 0 10px 10px 0;
  text-align: right;
  padding-right: 25px;
}

table.notifications.desktop tbody tr td:last-child {
  border-radius: 10px 0 0 10px;
}

table.notifications.desktop tbody tr td:first-child span {
  height: 60px;
  width: 130px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
}

table.notifications.desktop tbody tr td:first-child span.complete {
  background-color: #00d73b;
}

table.notifications.desktop tbody tr td:first-child span.pending {
  background-color: #ffbf5e;
}

table.notifications.desktop tbody tr td:first-child span.cancel {
  background-color: #ef394e;
}

table.notifications.desktop tbody tr td:first-child span.referred {
  background-color: #505050;
  color: #eee;
}

table.downloads.desktop td {
  text-align: center;
}

table.downloads.desktop th {
  text-align: center;
}

table.downloads.desktop thead {
  border-radius: 20px;
  /* background-color: white; */
  height: 50px;
  overflow: hidden;
  margin-bottom: 30px;
}

table.downloads.desktop thead th {
  background-color: white;
  color: #505050;
  font-size: 14px;
  font-weight: normal;
}

table.downloads.desktop thead th:first-child {
  background-color: white;
  border-radius: 0 10px 10px 0;
  width: 220px;
}

table.downloads.desktop thead th:last-child {
  background-color: white;
  border-radius: 10px 0 0 10px;
  width: 100px;
}

table.downloads.desktop tbody tr {
  height: 60px;
  position: relative;
}

table.downloads.desktop tbody tr td {
  background-color: white;
  position: relative;
  font-size: 16px;
}

table.downloads.desktop tbody tr td:first-child {
  border-radius: 0 10px 10px 0;
}

table.downloads.desktop tbody tr td:last-child {
  border-radius: 10px 0 0 10px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
}

table.downloads.desktop tbody tr td:first-child span {
  height: 60px;
  width: 130px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 10px;
  color: #000;
}

table.downloads.desktop tbody tr td:first-child span.complete {
  background-color: #00d73b;
}

table.downloads.desktop tbody tr td:first-child span.pending {
  background-color: #ffbf5e;
}

table.downloads.desktop tbody tr td:first-child span.cancel {
  background-color: #ef394e;
}

table.downloads.desktop tbody tr td:first-child span.referred {
  background-color: #505050;
  color: #eee;
}

button#register {
}

.login-btns .login-label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.register-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: white; */
  /* box-shadow: 0 0 50px #00000087; */
}

.row.hd-upanel-login.register .register-form {
  /* display: none; */
}

.row.hd-upanel-login.login .register-form {
  display: none;
}

.row.hd-upanel-login ul.woocommerce-error {
  border: 0;
  width: 560px;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
  margin: 5px 0;
}

.row.hd-upanel-login ul.woocommerce-error a {
  display: none;
}

.login-btns {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(50vh);
  transition-duration: 0.5s;
  z-index: 2;
}

.hd-upanel-login.login .login-btns {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.row.hd-upanel-login ul.woocommerce-error:before,
.row.hd-upanel-login ul.woocommerce-error:after {
  display: none;
}

.row.hd-upanel-login .background {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  object-fit: cover;
}

.row.hd-upanel-login.login .login-form .login-label {
  display: none;
}

.row.hd-upanel-login.login .login-form #register {
  display: none;
}

.row.hd-upanel-login .logo {
  height: 40px;
  margin: 0;
  display: block;
}

.hd-upanel-login .woocommerce-form-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hd-upanel-login .woocommerce-form-login .upanel-material-textfield {
  width: 310px;
  margin: 8px 0;
}

.row.hd-upanel-login .login-form .title {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: 100%;
  margin-top: 16px;
}

.row.hd-upanel-login .woocommerce-form-login__submit {
  width: 310px;
  /* width: 318px; */
  height: 50px;
  margin: 10px 0 30px;
  /* padding: 14px 146px 14px 147px; */
  border-radius: 10px;
  background-color: #2052ff;
  color: white;
  font-size: 14px;
  cursor: pointer;
  border: 0;
}

.row.hd-upanel-login .btns {
  display: flex;
  width: 310px;
  gap: 10px;
}

.row.hd-upanel-login .btns > a,
.row.hd-upanel-login .btns > button {
  border-radius: 10px;
  border: solid 1px #cacaca;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1 50%;
  height: 56px;
  text-decoration: none;
  cursor: pointer;
}

.row.hd-upanel-login .btns > a span,
.row.hd-upanel-login .btns > button span {
  font-size: 14px;
  color: #2052ff;
}

.upanel-material-textfield input:focus {
  /* border: solid; */
}

.row.hd-upanel-login input:-webkit-autofill,
.row.hd-upanel-login input:-webkit-autofill:hover,
.row.hd-upanel-login input:-webkit-autofill:focus,
.row.hd-upanel-login input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.upanel-material-textfield label {
  /* position: absolute; */
  font-size: 16px !important;
  right: 0;
  top: 50%;
  /* transform: translateY(-15px); */
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
}

.upanel-material-textfield input {
  font-size: 16px !important;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  /* padding: 1rem 0.7rem; */
  color: gray;
  transition: 0.1s ease-out;
  background-color: white;
  height: 48px;
  padding: 0 10px;
}

.hd-upanel.dark .upanel-material-textfield input:focus {
  border-color: var(--color_dark);
}

.hd-upanel.dark .upanel-material-textfield input:focus + label {
  color: var(--color_dark);
  top: 0;
  transform: translateY(-50%) scale(0.9);
}

.upanel-material-textfield input:focus {
  border-color: var(--color);
}

/* .upanel-material-textfield input:focus + label {
  color: var(--color);
  top: 0;
  transform: translateY(-50%) scale(0.9);
} */

.upanel-material-textfield input:not(:placeholder-shown) + label {
  /* top: 0; */
  /* transform: translateY(-50%) scale(0.9); */
}

.upanel-material-textfield label {
  /* position: absolute; */
  font-size: 16px !important;
  right: 0;
  /* top: 50%; */
  /* transform: translateY(-15px); */
  background-color: white;
  color: gray;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left top;
  pointer-events: none;
  margin: 0 0 8px;
}

.upanel-material-textfield textarea {
  font-size: 16px !important;
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  padding: 1rem 0.7rem;
  color: gray;
  transition: 0.1s ease-out;
  background-color: white;
}
.material-select {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}

.material-select select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding-left: 10px;
}

.material-select label {
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #666;
}
.hd-upanel.dark .upanel-material-textfield textarea:focus {
  /* border-color: var(--color_dark); */
}

.hd-upanel.dark .upanel-material-textfield textarea:focus + label {
  /* color: var(--color_dark);
  top: 0;
  transform: translateY(-50%) scale(0.9); */
}

.upanel-material-textfield textarea:focus {
  /* border-color: var(--color); */
}

.upanel-material-textfield textarea:focus + label {
  /* color: var(--color);
  top: 0;
  transform: translateY(-50%) scale(0.9); */
}

.upanel-material-textfield textarea:not(:placeholder-shown) + label {
  /* top: 0; */
  /* transform: translateY(-50%) scale(0.9); */
}

.row.hd-upanel-login {
  direction: rtl;
  overflow: hidden;
  height: 100%;
  padding: 0;
  background-color: white;
}
.tickets.mobile {
  display: none;
}
@media (max-width: 600px) {
  .tickets.mobile {
    display: block;
  }
  .profile-fields.row {
    /* width:100%; */
    /* margin: 0 !important; */
  }
  .hd-upanel .new-ticket {
    position: relative;
    transform: none;
    margin-bottom: 10px;
  }
  .no-orders.ticket-details {
    margin-bottom: 70px;
  }
  .upanel-material-textfield textarea:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
  }
  .no-orders {
    padding: 15px 10px;
  }
  .show-ticket-modal .ticket {
    width: 90%;
    border-radius: 10px;
  }
  #hd-upanel-dashboard header > a {
    display: inline-block;
  }
}

@media (min-width: 0px) {
  table.desktop.orders {
    display: none;
  }

  table.desktop.notifications {
    display: none;
  }

  .upanel-orders-header {
    border-radius: 20px;
    background-color: #fff;
    height: 480px;
    position: relative;
    /* margin-bottom: 30px; */
    padding-right: 0;
    padding: 25px;
  }

  .hd-upanel-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    margin: 0;
  }

  .upanel-orders-header > img {
    position: absolute;
    height: 150px;
    top: -20px;
    right: unset;
    left: 12px;
  }

  .upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-price {
    color: #505050;
    font-size: 12px;
    margin: 20px 0 0 0;
  }

  .upanel-orders-header .hd-upanel-order-info {
    width: 100%;
    display: inline-flex;
    vertical-align: top;
    margin: 30px 0 0 0;
    justify-content: center;
  }

  .upanel-orders-header .hd-upanel-order-info .hd-upanel-order {
    /* flex: 24%; */
    cursor: pointer;
    /* max-width: 80px; */
    position: relative;
  }

  .orders-mobile .order {
    height: auto;
    background-color: white;
    padding: 0;
    position: relative;
    border-radius: 20px;
    margin-bottom: 0;
    gap: 16px;
    border-bottom: solid 1px #ccc;
    border-radius: 0;
  }

  .upanel-orders-header .orders-details {
    display: block;
    text-align: center;
    margin: 20px 0 0px;
    font-weight: bold;
  }

  footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    display: none;
  }

  .notifications.mobile {
    display: block;
  }

  .notification-popup {
    position: fixed !important;
    background-color: white;
    z-index: 6;
    margin: 25px;
    width: calc(100% - 50px) !important;
    height: 530px;
    bottom: 25px;
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0px, 10px, 0px);
  }

  .notification-popup img {
    width: 120px;
    height: 120px;
    /* margin: 0 103px 10px 104px; */
    border: solid 8px #fff;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: -60px;
    object-fit: cover;
  }

  .notification-popup .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
    color: #202020 !important;
  }

  .notification-popup .date {
    font-size: 14px;
    font-weight: normal;
    color: #202020;
    text-align: center;
    margin: 10px 0 10px 0;
    color: #202020 !important;
  }

  .notification-popup .content {
    height: 360px;
    overflow-y: auto;
    padding: 10px 0 0 0;
    border-top: solid 1px #ccc;
    color: #202020 !important;
    text-align: justify;
    text-align-last: center;
    white-space: pre-wrap;
  }

  .notification-popup .close {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    border: 0;
    border-radius: 10px 10px 0 0;
    background-color: #303030;
    color: white;
  }

  table.downloads.desktop {
    width: 100%;
    table-layout: auto !important;
    border-collapse: separate;
    border-spacing: 0 10px;
    border: 0 !important;
    display: none;
  }

  .edit-profile .upanel-material-textfield {
    width: unset;
    margin: 0 auto;
    margin-bottom: 25px;
    /* height: 50px; */
    /* height: 60px; */
    display: flex;
    align-items: flex-start;
  }

  .edit-profile button {
    width: 100%;
    height: 50px;
    /* margin: 24px 48px 0 47px; */
    /* padding: 14px 114px; */
    border-radius: 10px;
    background-color: var(--color);
    color: white;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    border: 0;
  }

  header .mobile {
    display: inline-flex;
    height: 40px;
    width: 40px;
    margin: 10px;
    border: 0;
    margin: 0;
    background-color: transparent;
    margin-right: 0;
    align-items: center;
  }

  .edit-password button {
    width: 100%;
    height: 50px;
    /* margin: 24px 48px 0 47px; */
    /* padding: 14px 114px; */
    border-radius: 10px;
    background-color: var(--color);
    color: white;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    border: 0;
  }

  .edit-password .upanel-material-textfield {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    /* height: 50px; */
    display: flex;
    flex-direction: column-reverse;
  }

  button.back {
    /* float: left; */
    border: 0;
    margin-top: 0;
    background-color: transparent;
    transform: rotate(-90deg);
  }

  ul.order-status {
    /* padding: 0; */
    margin: 40px 0 10px 0;
    list-style: none;
    display: flex;
    gap: 12px;
    margin-bottom: 13px;
    flex-wrap: wrap;
    margin: 16px 24px;
    border-bottom: solid 1px #f0f0f1;
    padding: 0 0 16px 0;
  }

  ul.order-status li {
    /* order: 2; */
    /* width: 100%; */
    /* flex: 1 1; */
    /* height: 120px; */
  }

  ul.order-status li:last-child {
    /* order: 1; */
    /* flex: 0 0 100%; */
    /* height: 80px; */
  }

  .row.hd-upanel-login > .card {
    width: 100%;
    position: absolute;
    background-color: white;
    height: 100vh;
    /* transition-duration: 0.5s; */
    box-shadow: 0 0 50px #0000004a;
    height: 90%;
    bottom: 0;
    border-radius: 30px 30px 0 0;
    z-index: 2;
  }

  .row.hd-upanel-login.register > .card {
    box-shadow: 0 0 50px #00000014;
    transform: translate3d(0, 0px, 0px);
  }

  .row.hd-upanel-login .login-form {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    margin-top: 105px;
    z-index: 2;
  }

  img.login-background {
    position: fixed;
    width: 100vw;
    right: 0;
    height: 100vh;
    object-fit: cover;
    padding: 0;
  }

  img.register-background {
    position: fixed;
    width: 100vw;
    right: 0;
    height: 100vh;
    object-fit: cover;
    padding: 0;
  }

  .register-form {
    position: relative;
    display: flex;
    align-items: center;
    background-color: white;
    /* box-shadow: 0 0 50px #00000087; */
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    margin-top: 40px;
    z-index: 2;
  }
  #sign-out.image-off {
    height: 160px;
  }
  #sign-out.image-off .question {
  }
  #sign-out .question {
    margin-top: 90px;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
  }
  #hd-upanel-dashboard header a img {
    height: 100%;
  }
  #hd-upanel-dashboard header a {
    display: inline-flex;

    height: 40px;

    padding: 8px;
  }
  #hd-upanel-dashboard header {
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    height: 70px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .hd-upanel-card.orders {
    margin-top: 15px;
  }

  .hd-upanel .hd-upanel-card.register-date {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .hd-upanel-card.log-out {
    vertical-align: top;
    width: calc(50% - 10px);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .hd-upanel-card.my-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .hd-upanel-card.Settings {
    display: inline-block;
    margin-top: 15px;
    border-radius: 20px;
    width: calc(50% - 10px);
    display: inline-flex;
    margin-left: 15px;
  }

  .hd-upanel-card.comment {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .hd-upanel-card.orders > img {
    position: absolute;
    left: -1px;
    width: 140px;
    height: auto;
    top: -9px;
  }

  .hd-upanel-notifications {
    display: none;
  }

  .hd-upanel {
    padding: 40px 0 0;
  }

  .hd-upanel.active {
  }

  #hd-upanel-side-panel {
    /* transform: translate3d(120%, 0px, 0px); */
  }

  #hd-upanel-side-panel.active {
    transform: translate3d(0, 0px, 0px);
    z-index: 6;
  }

  #hd-upanel-side-panel #hd-upanel-collapse {
    display: none;
  }

  .hd-upanel.mini {
    padding-right: 0;
    padding-left: 30px;
  }

  header .logo {
    /* width: 85px; */
    /* width: 50px; */
    /* padding: 10px; */
    /* height: 21px; */
    width: auto;
    max-width: 100px;
    min-width: 80px;
  }

  #hd-upanel-side-panel {
    background-color: rgb(255 255 255);
    border-radius: 20px 0 0 20px;
    border: solid 1px #e0e0e2;
  }

  a.hd-upanel-card.Settings.desktop {
    display: none;
  }

  .hd-upanel.dark .hd-upanel-profile {
    border-right: 0;
    border-right: 5px solid #202020;
  }

  .hd-upanel-profile {
    /* float: left; */
    border-right: 0;
    padding-right: 20px;
    display: flex;
    height: 70px;
    align-items: center;
    min-width: 80px;
    position: relative;
    border-right: 0;
  }

  .hd-upanel-profile .hd-upanel-info {
    display: none;
  }

  .hd-upanel-profile button {
    display: none;
  }

  button#menu {
    display: inline-block;
  }

  #close_menu {
    border-radius: 10px;
    background-color: #eee;
    width: 40px;
    height: 40px;
    border: 0;
    left: -20px;
    position: absolute;
    top: 70px;
  }

  #sign-out svg {
    position: absolute;
    right: 60px;
    top: -90px;
    /* width: 180px; */
  }

  #sign-out {
    position: fixed;
    z-index: 10;
    background-color: white;
    width: calc(100% - 30px);
    height: 340px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25vh;
    border-radius: 20px;
    transition-duration: 0.5s;
    transform: translate3d(0px, 50px, 0px);
    opacity: 0;
    visibility: hidden;
    padding: 0 10px;
  }

  #hd-upanel-side-panel .social {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 13px;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1000px) {
  #close_menu {
    display: none;
  }

  .hd-upanel-card.Settings.mobile {
    display: none;
  }

  .hd-upanel-card.date {
    margin-top: 25px;
  }

  button#menu {
    display: none;
  }

  .hd-upanel-profile button {
    display: inline-block;
    transition-duration: 0.5s;
    cursor: pointer;
  }

  .hd-upanel-profile .hd-upanel-info {
    display: inline-flex;
  }

  .hd-upanel-profile {
    /* float: left; */
    border-right: 5px solid #eeeeee;
    padding-right: 20px;
    display: flex;
    height: 70px;
    align-items: center;
    min-width: 140px;
    cursor: pointer;
  }

  a.hd-upanel-card.Settings.desktop {
    display: inline-flex;
    margin: 25px 0 0 0;
  }

  #hd-upanel-dashboard header {
    border-radius: 20px;
    background-color: #fff;
    height: 70px;
    margin: 25px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
  }

  .hd-upanel-card.orders {
    margin-top: 0px;
  }

  .hd-upanel .hd-upanel-card.register-date {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .hd-upanel-card.log-out {
    vertical-align: top;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }

  .hd-upanel-card.my-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .hd-upanel-card.Settings {
    display: inline-block;
    margin-top: 25px;
    border-radius: 20px;
    width: calc(40% - 40px);
    display: inline-flex;
  }

  .hd-upanel-card.comment {
    display: inline-block;
    width: 60%;
    margin-top: 25px;
    margin-left: 25px;
  }

  .hd-upanel-card.orders > img {
    position: absolute;
    left: -20px;
    width: 140px;
    height: auto;
    top: -26px;
  }

  #hd-upanel-side-panel {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }

  header .logo {
    display: none !important;
  }

  .hd-upanel-notifications {
    display: flex;
  }

  .hd-upanel {
  }

  #hd-upanel-side-panel {
    transform: translate3d(0, 0px, 0px);
  }

  #hd-upanel-side-panel #hd-upanel-collapse {
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .hd-upanel:not(.hd-upanel-login) {
    /* padding-right: 100px; */
  }

  .hd-upanel.mini {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media (min-width: 1000px) {
  #hd-upanel-side-panel .logo {
    width: unset;
    padding: 20px;
    transition-duration: 0.5s;
    max-height: 130px;
    height: 110px !important;
    margin: 0 auto;
    display: block;
  }
  .row.hd-upanel-login:before {
    /* content: ""; */
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    /* background-color: red; */
    z-index: 1;
    /* background-color: rgba(0, 0, 0, 0.5); */
  }

  .hd-upanel-login.login .align-center {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: -100px; */
    height: 100vh;
  }

  #hd-upanel-side-panel .social {
    display: none;
  }

  #sign-out {
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 540px;
    height: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25vh;
    border-radius: 20px;
  }

  #sign-out svg {
    position: absolute;
    right: 0;
    bottom: 0;
    top: unset;
  }

  #sign-out .question {
    margin-right: 110px;
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
  }

  .hd-upanel:not(.hd-upanel-login) {
    /* padding-right: 300px; */
  }

  .hd-upanel.mini {
    padding-right: 160px;
    padding-left: 20px;
  }

  .register-form {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    justify-content: center;
    /* background-color: white; */
    /* box-shadow: 0 0 50px #00000087; */
    margin-top: -100px;
  }

  img.login-background {
    position: fixed;
    width: 60vw;
    right: unset;
    height: 100vh;
    object-fit: cover;
    padding: 0;
    left: 0;
  }

  img.register-background {
    position: fixed;
    width: 60vw;
    right: 0;
    height: 100vh;
    object-fit: cover;
    padding: 0;
    right: 0;
  }

  .row.hd-upanel-login .login-form {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    width: 400px;
    margin-top: -100px;
    border: solid 1px #e0e0e2;
    padding: 32px;
    border-radius: 8px;
  }

  .row.hd-upanel-login.register > .card {
    transform: translate3d(-100%, 0px, 0px);
    border-radius: 0 30px 30px 0;
  }

  .row.hd-upanel-login > .card {
    width: 50%;
    position: absolute;
    background-color: white;
    height: 100vh;
    padding: 0;
    /* transition-duration: 0.5s; */
    border-radius: 0;
  }

  table.desktop.notifications {
    display: table;
  }

  ul.order-status li {
    /* order: 2; */
    /* width: 166px; */
    /* height: 120px; */
    /* flex: unset; */
  }

  ul.order-status li:last-child {
    order: 3;
    /* flex: unset; */
    /* height: 120px; */
  }

  ul.order-status {
    /* padding: 0; */
    /* margin: 0; */
    list-style: none;
    /* display: flex; */
    gap: 25px;
    /* margin-bottom: 25px; */
    flex-direction: row;
    margin: 16px 24px 0;
  }

  button.back {
    /* float: left; */
    border: 0;
    /* margin-top: -40px; */
    background-color: transparent;
    /* transform: translateY(0); */
    cursor: pointer;
  }

  .edit-password .upanel-material-textfield {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
    /* height: 60px; */
  }

  .edit-password button {
    width: 350px;
    height: 50px;
    /* margin: 24px 48px 0 47px; */
    /* padding: 14px 114px; */
    border-radius: 10px;
    background-color: var(--color);
    color: white;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    border: 0;
  }

  header .mobile {
    display: none;
  }
  .hd-upanel.dark .new-ticket:disabled {
    background-color: #000;
    color: white;
    opacity: 0.5;
  }
  .hd-upanel .new-ticket:disabled {
    background-color: #eee;
    color: #999;
    cursor: default;
  }
  .edit-profile button {
    width: 350px;
    height: 50px;
    /* margin: 24px 48px 0 47px; */
    /* padding: 14px 114px; */
    border-radius: 10px;
    background-color: var(--color);
    color: white;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    border: 0;
    cursor: pointer;
  }

  .edit-profile .upanel-material-textfield {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
    /* height: 60px; */
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .downloads.mobile {
    display: none;
  }

  table.downloads.desktop {
    width: 100%;
    table-layout: auto !important;
    border-collapse: separate;
    border-spacing: 0 10px;
    border: 0 !important;
    display: table;
  }

  .notification-popup {
    position: fixed !important;
    background-color: white;
    z-index: 6;
    margin: 0 auto;
    width: 730px !important;
    height: 530px;
    bottom: unset;
    border-radius: 20px;
    left: 0;
    right: 0;
    top: calc((100vh - 530px) / 2);
    transition-duration: 0.5s;
    opacity: 0;
    transform: translate3d(0px, 10px, 0px);
  }

  .notification-popup img {
    width: 120px;
    height: 120px;
    /* margin: 0 103px 10px 104px; */
    border: solid 8px #fff;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: -60px;
  }

  .notification-popup .title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0;
  }

  .notification-popup .date {
    font-size: 14px;
    font-weight: normal;
    color: #202020;
    text-align: center;
    margin: 10px 0 10px 0;
  }

  .notification-popup .content {
    height: 360px;
    overflow-y: auto;
    padding: 20px 100px 20px 100px;
    border-top: solid 1px #ccc;
  }

  .notification-popup .close {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    border: 0;
    border-radius: 10px 10px 0 0;
    background-color: #303030;
    color: white;
  }

  .notifications.mobile {
    display: none;
  }

  footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }

  .upanel-orders-header .orders-details {
    display: none;
  }

  .orders-mobile .order {
    height: auto;
    background-color: white;
    /* padding: 70px 20px 20px 20px; */
    position: relative;
    border-radius: 8px;
    margin-bottom: 0;
    /* display: none; */
    border: solid 1px #e0e0e2;
    cursor: pointer;
  }

  .upanel-orders-header .hd-upanel-order-info .hd-upanel-order {
    /* flex: 10%; */
    cursor: pointer;
    width: max-content;
  }

  .upanel-orders-header .hd-upanel-order-info {
    width: 100%;
    display: inline-flex;
    vertical-align: top;
    margin: 0;
    justify-content: flex-start;
    border-bottom: solid 1px #e0e0e2;
  }

  .upanel-orders-header .upanel-orders-header-info .hd-upanel-totall-price {
    color: #505050;
    font-size: 12px;
    margin: 0 0 0 0;
  }

  .upanel-orders-header > img {
    position: absolute;
    height: 150px;
    top: -20px;
    right: -10px;
  }

  .upanel-orders-header .hd-upanel-title {
    /* display: none; */
  }

  table.desktop.orders {
    display: table;
  }

  .upanel-orders-header {
    border-radius: 20px;
    background-color: #fff;
    height: 120px;
    position: relative;
    /* margin-bottom: 30px; */
    padding-right: 132px;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1360px) {
  .hd-upanel:not(.hd-upanel-login) {
    /* padding-right: 310px; */
    color: #202020 !important;
  }

  .hd-upanel.mini {
    padding-right: 150px;
    padding-left: 0px;
  }
}

@media (min-width: 1400px) {
  .hd-upanel {
    /* padding-right: 310px; */
  }

  .hd-upanel.mini {
    padding-right: 140px;
    padding-left: 20px;
  }
}

@media (min-width: 1600px) {
  .hd-upanel {
    /* padding-right: 300px; */
  }

  .hd-upanel.mini {
    padding-right: 0;
    padding-left: 0px;
  }
}

@media (min-width: 1900px) {
  .hd-upanel {
    /* padding-right: 200px; */
    display: flex;
  }

  .hd-upanel.mini {
    padding-right: 0;
    padding-left: 30px;
  }
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

b,
strong {
  font-weight: bolder;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  .offset-sm-11 {
    margin-right: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .hd-upanel .col-md {
    flex: 1 0 0% !important;
  }

  .hd-upanel .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto !important;
  }

  .hd-upanel .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .hd-upanel .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50% !important;
  }

  .hd-upanel .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333% !important;
  }

  .hd-upanel .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25% !important;
  }

  .hd-upanel .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20% !important;
  }

  .hd-upanel .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667% !important;
  }

  .hd-upanel .col-md-auto {
    flex: 0 0 auto;
    width: auto !important;
  }

  .hd-upanel .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }

  .hd-upanel .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }

  .hd-upanel .col-md-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }

  .hd-upanel .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .hd-upanel .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667% !important;
  }

  .hd-upanel .col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
    /* height: 100vh; */
  }

  .hd-upanel .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }

  .hd-upanel .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }

  .hd-upanel .col-md-9 {
    flex: 0 0 auto;
    width: 75% !important;
  }

  .hd-upanel .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }

  .hd-upanel .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }

  .hd-upanel .col-md-12 {
    flex: 0 0 auto;
    width: 100% !important;
  }

  .offset-md-0 {
    margin-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.33333333%;
  }

  .offset-md-2 {
    margin-right: 16.66666667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.33333333%;
  }

  .offset-md-5 {
    margin-right: 41.66666667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.33333333%;
  }

  .offset-md-8 {
    margin-right: 66.66666667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.33333333%;
  }

  .offset-md-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  .offset-lg-11 {
    margin-right: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-right: 0;
  }

  .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xl-3 {
    margin-right: 25%;
  }

  .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xl-6 {
    margin-right: 50%;
  }

  .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xl-9 {
    margin-right: 75%;
  }

  .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xl-11 {
    margin-right: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-right: 0;
  }

  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-right: 25%;
  }

  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-right: 50%;
  }

  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-right: 75%;
  }

  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
  flex-direction: column;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }
}
.default-btn.loading {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
  right: 0;
  filter: none;
  color: transparent;
}
.default-btn.loading img {
  opacity: 1;
  visibility: visible;
  filter: invert(1);
  transform: none;
  left: 0;
  right: 0;
  margin: auto;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
  width: 40px;
  border: solid 1px #e0e0e2;
}
.splide__arrow svg {
  fill: #424750;
  height: 12px;
  width: 20px;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.route-loading {
    display: flex;
    border: solid 1px #e0e0e2;
    border-radius: 6px !important;
    height: 100%;
    position: absolute;
    width: calc(100% - 24px);
    align-items: center;
    justify-content: center;
    top: 30px;
    z-index: 5;
    background-color: white;
    top: 0;
    min-height: 500px;
}
.digi-card .order-sections .divider {
    height: 100%;
    width: 1px;
    background: #f0f0f1;
}
.orders-list .splide__slide button svg {
    height: 24px;
    fill: var(--color);
}
.orders-list .splide__slide button {
    height: 40px;
    display: flex;
    margin: 80px 0 0 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--color);
    background: white;
    color: var(--color);
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
}

.orders-list .splide__slide button img {
    width: 24px;
    height: 24px;
}
button.back.address {
    transform: none;
    padding: 10px;
    margin: 20px 10px 0;
}
@media(max-width:470px){
  .orders-mobile .order{
    padding: 16px 0;
  }
  .order-products .products{
    display: flex;
    flex-direction: column;
  }
  .orders-mobile .order .order-products img{
    height: 40px;
    border-radius: 4px;
  }
  .orders-mobile .order .order-products{
    padding: 0;
    margin: 10px 0;
    border-radius: 0;
    border: 0;
  }
  .orders-mobile .order .status p{
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .orders-mobile .order .status{
    display: flex;
    align-items: center;
    padding: 0 0 10px;
  }
  .orders-mobile .order .status p span {height: auto;/* width: max-content; */}
  .orders-mobile .order .status.completed .hd-upanel-icon{
    width: 20px;
    height: 20px;
  }
  .orders-mobile .order .status span{
    display: flex;
    align-items: flex-start;
  }
  .orders-mobile{
    padding: 25px 0;
    gap: 0;
  }
  .hd-upanel-order-info .hd-upanel-order .hd-upanel-text{
    width: max-content;
  }
  .upanel-orders-header .hd-upanel-order-info::-webkit-scrollbar {
width: 0px;
    height: 0px;
}
  .upanel-orders-header .hd-upanel-order-info{
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    margin: 10px 0 0 0;
    border-bottom: solid 1px #ccc;
    justify-content: flex-start;
  }
  .upanel-orders-header .hd-upanel-order-info > div {
    /* flex: 1 1 auto; */
  }
  .hd-upanel-title{
    padding: 0;
    display: none;
  }
  .upanel-orders-header{
    
padding: 0;
    
height: max-content;
  }
  .top-orders{
    
display: none;
  }
  .dashboard .my-orders.digi-card{
    /* display: none; */
  }
  .digi-card .header .title{
    font-size: 16px;
    font-weight: normal;
  }
  .digi-card .header{
    padding: 0;
    margin: 20px 0 0;
  }
  .digi-card .order-sections{
    padding: 0;
  }
  .user-info{
    margin: 0;
  }
  #hd-upanel-side-panel .social{
    margin-top: 40px;
  }
  .route-loading{
    
width: 100%;
    
border-radius: 0;
    
left: 0;
    
border: 0;
    
height: 100vh;
  }
  ul.order-status{
    margin: 16px 4px 0;
  }
  .address{
    padding: 20px 0;
  }
  .purchase{
    padding: 16px 3px;
  }
  ul.order-status li{
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
  }
  .single-order .header{
    padding: 16px 0;
    margin: 0 -12px;
    background: white;
  }
  .single-order{
    margin-top: -70px;
    background: white;
  }
  .route-content{
    border: 0 !important;
  }
  .transport,.html-card{
padding: 10px;
  }
  #close_menu{
    display:none
  }
  #hd-upanel-side-panel{
    border:0;
    border-top:solid 5px #f0f0f1;
    border-radius: 0 !important;
    width: 100%;
  }
  .hd-upanel > .container{
    display: flex !important;
    flex-direction: column-reverse;
  }
  .view-animate{
    min-height:unset
  }
  .digi-card .order-sections .section div .count{
    display:none;
  }
  .digi-card .order-sections .section{
    
display: flex;
    
flex-direction: column;
    
align-items: center;
    
text-align: center;
    
position: relative;
  }
  .hd-upanel{
    padding:0
  }
  .hd-upanel .row > .sm-px-0,.sm-px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sm-d-none{
    display: none !important;
  }
}
@media(min-width:470px){
.d-d-none{
  display: none !important;
}

}
html{
  margin-top: 0 !important;
}
#wpadminbar{
    display: none !important;
}
.mobile-header .header {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    border-bottom: 8px solid #f0f0f1;
    margin: 0 -12px 10px;
    gap: 5px;
}

.mobile-header .header .title {
    margin: 0;
}
.html-card .loading {
    position: absolute;
    z-index: 10;
    /* left: 0; */
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}