.vc_custom_1522835334066 {
  padding-top: 100px;
}

.form-control {
  color-scheme: dark;
}

.over-flow {
  position: relative;
}

.over-flow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(64 64 64 / 66%);
  /* border-radius: 50%; */
}

.vc_custom_1520843122533 {
  padding-top: 130px !important;
  padding-bottom: 129px !important;
}

.vc_custom_1523350595066 {
  padding-top: 119px !important;
  padding-right: 6% !important;
  padding-bottom: 117px !important;
  padding-left: 6% !important;
}

.vc_custom_1520262019848 {
  padding-top: 42px !important;
  padding-bottom: 50px !important;
  background-color: #f45f0b !important;
}

.vc_custom_1519635204890 {
  padding-top: 0px !important;
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
  line-height: 70px;
  border-left: 0;
}

.edgtf-logo-wrapper a img {
  filter: contrast(2);
  width: 40px;
}

.edgtf-logo-wrapper a {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Oswald';
  font-weight: 600;
  color: white;
}

.hero-section {
  padding: 150px 0;
  text-align: center;
}

.hero-section h3 {
  font-family: Quentin, script;
  color: #f45f0b;
  font-size: 40px;
  text-transform: lowercase;
}

.hero-section h1 {
  font-size: 12vw;
  letter-spacing: -3px;
  line-height: 80%;
  margin-bottom: 10px;
}

.hero-section h2 {
  font-size: 40px;
  margin-bottom: 40px;
}

.events-listing {
  padding: 100px 40px;
}

.events-listing .outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 20px;
}

.events-listing .outer .item img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin-bottom: 10px;
  transition: 0.3s transform ease-out;
  transition-delay: 0.3s;
}

.events-listing .outer .item:hover img {
  transform: scale(1.05);
  transition: 0.3s transform ease-in;
}

.events-listing .outer:hover .item:not(:hover) {
  opacity: 0.3;
}

.events-listing .outer .item p {
  margin: 0;
}

.events-listing .outer .item a {
  display: inline-block;
}

.events-listing .outer .item h5 {
  color: #f45f0d;
}

.events-listing var.edgtf-st-tagline {
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.wrapper .form-control {
  padding: 0.375rem 0.75rem !important;
  margin-bottom: 0;
}

/* ui-ajay css start */

/* checkbox css start */
.checkbox-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.checkbox-button input {
  display: none;
}

.checkbox-button .label-text {
  display: inline-block;
  padding: 8px 16px 8px 48px;
  border-radius: 20px;
  color: var(--text-dark);
  font-size: 14px;
  text-align: center;
  position: relative;
  border: 1px solid var(--border-light);
  transform: translateY(0);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  background: var(--white);
  box-shadow: var(--box-shadow-sm);
}

.checkbox-button .label-text::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 19%;
  width: 25px;
  height: 25px;
  border: 1px solid rgb(90 90 90 / 12%);
  border-radius: 50px;
}

.checkbox-button input:checked+.label-text {
  background-color: var(--orange-primary);
  color: var(--white);
  position: relative;
  z-index: 1;
}

.checkbox-button input:checked+.label-text::before {
  content: '✔';
  margin-right: 8px;
  color: #fff;
  font-size: 12px;
}

/* checkbox css start */

.input-pass-word span img {
  cursor: pointer;
  filter: brightness(0) invert(0);
}

.det ion-icon {
  margin-right: 0;
}

.user-url {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-url input {
  flex: 1;
}

.user-action-icon {
  display: flex;
  gap: 10px;
}

.table td {
  vertical-align: middle;
}

.table td img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.view-ticket {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.t-a {
  background-color: #ffab4d;
  color: #000;
}

.t-a-i {
  background-color: #000 !important;
  color: #c7cdcf !important;
}

.table-s-c {
  border: 2px solid #fff;
  border-color: #fff;
}

html.dark-theme .table-s-c {
  border-color: #ffffff00;
  margin-bottom: 0;
}

.table-s-c td {
  vertical-align: middle;
  border-bottom: red;
  border-bottom: 1px solid var(--border-medium);
}

.off-beat h4 {
  color: #fff !important;
}

.off-beat span {
  color: #fff !important;
}

.buy-now {
  display: flex !important;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 99;
  width: 260px !important;
}

.buy-now .form-select {
  flex: 0 0 77px;
  padding: 13px;
}

.c-t {
  width: 100%;
}

.c-t a {
  width: 100%;
}

.edgtf-in {
  padding: 177px 125px 230px 0;
}

.edgtf-ui {
  max-width: 1000px;
  margin: 0 auto;
}

.edgtf-eh-2 {
  padding: 60px 0 90px 122px;
}

.edgtf-eh-3 {
  padding: 0 189px 0 60px;
}

.input-pass-word {
  position: relative;
}

.input-pass-word span {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 12px;
}

.input-pass-word span img {
  width: 18px;
}

.c-pass-word {
  cursor: pointer;
}

.preview-image {
  width: 300px;
  min-height: 350px;
  max-height: 400px;
}

.preview-image img {
  width: 100%;
  height: 350px;
}

.map-location {
  height: 350px;
  background-color: #c7cdcf;
}

.mar-t {
  margin-top: -3px;
}

.details-dd {
  padding-top: 20px;
}

.details-dd h4 {
  color: #fff !important;
  text-transform: uppercase;
}

.details-dd .listing-name ul {
  list-style: none;
}

.details-dd .listing-name ul li {
  padding-bottom: 10px;
}

.details-dd .listing-name ul li h5 {
  color: #fff;
  font-size: 20px;
  display: flex;
}

.details-dd .listing-name ul li h5 span {
  font-weight: 300;
  padding-left: 10px;
  display: block;
  font-size: 18px;
}

.promo-mode {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 10px;
  background-color: rgb(244 66 4 / 70%);
  z-index: 9991;
  text-align: center;
  color: #fff;
}

.promo-mode h4 {
  color: #fff !important;
  font-size: 24px;
  font-family: Oswald, sans-serif;
  display: none;
}

.promo-mode p {
  color: #cecece !important;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
}

.page-item {
  cursor: pointer;
}

.disabled {
  cursor: not-allowed;
}

.disabled a {
  color: #585353 !important;
  background-color: #b8b8b8 !important;
}

.page-active {
  background-color: var(--orange-primary) !important;
  color: var(--white) !important;
}

.bar-code-set {
  width: 85px;
  height: 85px;
}

.bar-code-set img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
}

.bar-code-text p:first-child {
  padding-bottom: 32px;
}

.bar-code-text p {
  cursor: pointer;
}

.searchWrapper {
  border: 1px solid #e1e1e1 !important;
  background-color: var(--white) !important;
  padding: 3px 7px !important;
  border-radius: 7px !important;
}

.user-login-image {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border: 1px solid var(--border-light);
  border-radius: 50%;
}

.dropdown-user-name {
  white-space: wrap;
}

.user-login-image img {
  width: 100%;
  height: 100%;
}

.new-price-add {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.check-box-align {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-md);
}
.check-box-align .card{
  box-shadow: none !important;
  border-radius: 6px !important;
  padding: 7px 12px;
}

.full-w-input {
  grid-row: 2/ 3;
  grid-column: 1/ -1;
}

.ss-cc {
  display: flex;
  flex-direction: row;
  padding: 10px 10px 10px 40px !important;
}

.ss-cc input {
  margin-top: 5px !important;
}

.multiSelectContainer ul {
  color: var(--text-dark) !important;
  background-color: var(--white) !important;
  border: 1px solid var(--border-light) !important;
  list-style: none !important;
  border-radius: 4px !important;
}

.optionListContainer {
  background-color: var(--border-medium) !important;
  border-radius: 8px !important;
  width: 100% !important;
}

.multiSelectContainer ul li {
  color: var(--text-dark) !important;
  background-color: var(--white) !important;
  padding: 5px 8px;
}

.multiSelectContainer input {
  color: var(--text-dark);
}

.notFound {
  display: block;
  padding: 5px 8px !important;
}

.highlightOption {
  background-color: #212121 !important;
}

.multiSelectContainer ul li:hover {
  background-color: #e9ecef !important;
  color: #000 !important;
}

.choose-discount-price {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.c-d-p {
  display: flex;
  flex-direction: row;
}

.c-d-p input {
  margin-left: 4px !important;
}

.form-control:disabled {
  color: #6c757d !important;
  cursor: not-allowed;
}

.form-select:disabled {
  color: #6c757d !important;
  cursor: not-allowed;
}

.input-group-text {
  background-color: var(--primary-blue) !important;
}

.nav-warning.nav-tabs .nav-link.active {
  border-color: var(--orange-primary) !important;
  margin-bottom: var(--spacing-md);
  border-radius: var(--spacing-2xl);
}

@media screen and (max-width: 769px) {
  .nav-warning.nav-tabs .nav-link.active {
    border-radius: 0;
    margin-bottom: 0;
    border-top-right-radius: var(--spacing-sm);
    border-top-left-radius: var(--spacing-sm);
  }
}

.nav-warning.nav-tabs .nav-item {
  cursor: pointer;
}

.dropdown-menu li a:hover {
  color: #fcfcfc !important;
  background-color: rgb(255 255 255 / 12%) !important;
}

.check-dd {
  background-color: var(--border-light) !important;
}

.con-text {
  display: flex;
  gap: 36px;
}

.multiselect-container .search-wrapper .chip {
  background-color: var(--primary-blue) !important;
  border-radius: var(--spacing-xs);
  padding: 4px 6px;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
}

.new-label {
  outline: 1px solid #343434;
  padding: 6px 10px 6px 50px;
  border-radius: 5px;
  background-color: #181818;
}

.new-input {
  transform: translate(32px, 3px);
  width: 24px;
  height: 24px;
}

.new-input:checked {
  background-color: #32bfff !important;
  border-color: #32bfff !important;
}

.form-check-input:checked[type='radio'] {
  --bs-form-check-bg-image: url('../images/dote.svg') !important;
}

.form-check-input[type='radio'] {
  --bs-form-check-bg-image: url('../images/dote.svg') !important;
}

.sidebar-header {
  cursor: pointer;
}

.multi .searchWrapper {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 !important;
}

.multi .chip {
  margin: 0 10px 10px;
  /* padding: 0; */
  border-radius: 5px;
  padding-left: 10px;
  display: grid;
  white-space: break-spaces;
  grid-template-columns: 1fr 0.1fr;
  gap: 10px;
  word-break: break-all;
  max-width: 200px;
}

.multi input {
  border-bottom: 1px solid var(--border-light) !important;
  padding: 5px;
  margin-bottom: 7px;
}

.custom-close {
  background-color: var(--orange-primary);
  width: 26px;
  height: 26px;
  padding: 3px;
  border-radius: var(--spacing-xs);
  margin-left: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: var(--spacing-xs);
}

.custom-close img {
  /* filter: brightness(1) invert(1); */
  width: 100%;
  height: 100%;
}

.multi-2 {
  display: flex;
  width: 100%;
}

.multi-2 .searchWrapper {
  display: flex;
  width: 100%;
}

.multi-2 .chip {
  margin: 0px;
  display: flex;
  max-width: 200px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border-radius: 5px;
  padding-left: 10px;
}

.multi-2 .custom-close {
  background-color: #575757;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-left: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.multi-2 .custom-close img {
  filter: brightness(1) invert(1);
}

.mm-cc {
  display: flex;
  gap: 20px;
  align-items: center;
}

.mm-cc a:first-child {
  color: #f73757;
}

.mm-cc a {
  color: #32bfff;
}

.on-going {
  display: grid !important;
  grid-template-columns: 0.5fr 1fr 0.3fr !important;
  gap: 10px;
  align-items: center !important;
}

.uu-img {
  height: 100%;
}

.uu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-dot {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #00c853;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.7);
  }

  70% {
    transform: scale(1.5);
    box-shadow: 0 0 0 8px rgba(0, 200, 83, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 200, 83, 0);
  }
}

.status-text {
  vertical-align: middle;
  margin-left: 8px;

  padding-right: 10px;
}

.loader {
  border: 8px solid #ffab4d;
  border: solid 3px transparent;
  border-top-color: #ffab4d;
  border-left-color: #ffab4d;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.t-w-s thead tr th {
  width: 20% !important;
}

.t-w-s thead tr th:first-child {
  width: 10% !important;
}

.table-s-c td p {
  white-space: wrap;
}

.table-s-c.table-width-set thead tr th{
  width: 33.3% !important;
}

.table-s-c.table-width-set thead tr th:first-child{
  text-align: left;
}
.table-s-c.table-width-set thead tr th:last-child{
  text-align: right;
}
.table-s-c.table-width-set tbody tr td:first-child{
  text-align: left;
}
.table-s-c.table-width-set tbody tr td:last-child{
  text-align: right;
}

.table-s-c td a {
  white-space: wrap;
  color: var(--orange-primary);
}

.t-w-s-2 thead tr th {
  width: 25% !important;
}

.t-w-s-3 thead tr th {
  width: 16.6% !important;
}

.t-w-s-3 thead tr th:first-child {
  width: 10% !important;
}

.t-w-s-4 thead tr th {
  width: 14.2% !important;
}

.t-w-s-4 thead tr th:first-child {
  width: 10% !important;
}

.pp-mo thead tr th:nth-child(1) {
  width: 10% !important;
}

.form-check-info .focus-add:focus {
  background-color: transparent !important;
  border-color: #0000000f;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.d-m-e {
  padding-top: 0;
  padding-bottom: 0;
}

.d-m-e li:hover:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.d-m-e li {
  border-bottom: 1px solid #333;
}

.d-m-e li:last-child {
  border-bottom: 0px solid #333;
}

.d-m-e li a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.d-m-e li button {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* input new start */

/* Container */

/* Label */
.discount-label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

/* Input Group */
.dis-gg {
  border: 1px solid #444;
  /* padding: 3px; */
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.discount-input-group {
  display: flex;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  overflow: hidden;
  background-color: var(--white);
  padding-right: 2px;
}

/* Input Field */
.discount-input {
  flex: 1;
  padding: 5px 10px;
  font-size: 16px;
  color: var(--text-dark);
  background-color: var(--white);
  border: none;
  outline: none;
  text-align: left;
  width: 40px;
}

/* Radio Button Group */
.discount-radio-group {
  display: flex;
  background-color: var(--primary-blue);
  border-radius: 6px;
}

/* Radio Buttons */
.radio-button {
  padding: 3px 20px;
  font-size: 13px;
  color: #ccc;
  background-color: var(--primary-blue);
  border: none;
  outline: none;
  cursor: pointer;
  transition:
    background-color 0.3s ease,
    color 0.3s ease;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-f {
  border-right: 1px solid var(--white);
  padding: 2px;
}

.g-s {
  padding: 2px;
}

.g-f button {
  padding: 4px 18px;
}

.g-s button {
  padding: 4px 18px;
}

.radio-button.active {
  background-color: var(--orange-primary);
  color: var(--white);
  border-radius: 4px;
  height: 28px;
}

.radio-button:hover {
  background-color: var(--orange-primary);
  color: var(--white);
  border-radius: 4px;
  height: 28px;
}

.react-datepicker-wrapper {
  width: 100% !important;
}

.react-datepicker__calendar-icon ion-icon {
  width: 20px !important;
  height: 20px !important;
}

.react-datepicker__calendar-icon {
  right: 10px !important;
  top: -3px !important;
}

.icon-set-in-top {
  transform: translate(-60px, -85px) !important;
  position: fixed !important;
  z-index: 6 !important;
  right: 27px !important;
}

.form-check-input.scale {
  transform: scale(1.2);
  float: none;
  margin-left: 0px;
  margin-top: 1px;
  flex: 0 0 15px;
  height: 15px;
  margin-right: 10px;
}

.form-check-info .form-check-input:focus {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 .25rem rgba(3, 52, 124, 0.473);
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #fff !important;
}

.react-datepicker__header {
  background-color: #181818 !important;
  border-bottom: 1px solid #ffffff1f !important;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  color: #fff !important;
}

.react-datepicker__time-list {
  background-color: #181818 !important;
}

.react-datepicker__time-list li {
  color: #fff !important;
}

.react-datepicker__time-container {
  border-left: 1px solid #ffffff1f !important;
}

.react-datepicker__time-list li:hover {
  color: #fff !important;
  background-color: #555 !important;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  background-color: #233845 !important;
  color: #32bfff !important;
}

.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  color: #333 !important;
}

.react-datepicker__day:hover {
  background-color: #555 !important;
  color: #fff !important;
}

.react-datepicker {
  display: grid !important;
  grid-template-columns: 1fr 0.3fr !important;
  /* font-family: 'Roboto, sans-serif' !important; */
  background-color: #181818 !important;
  border: 1px solid #ffffff1f !important;
}

.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle {
  fill: #ffffff1f !important;
  color: #ffffff1f !important;
}

.react-datepicker-popper .react-datepicker__triangle {
  stroke: #ffffff07 !important;
}

.qr-name {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  border-bottom: 1px solid var(--border-medium);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.name-id {
  align-self: center;
}

.qr-icon {
  width: 85px;
  height: 85px;
  margin-left: auto;
}

.g-g {
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 10px;

}

.g-g.gg-new {
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 10px;
}

.g-g-2 {
  border-top: 1px solid var(--border-medium);
  padding-top: 10px;
  margin-top: 10px;
}

.remove-body-p {
  padding-right: 0 !important;
}

.c-m-t {
  text-align: center;
  min-height: 250px;
  max-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}

.c-m-t ion-icon {
  width: 40px;
  height: 40px;
  color: gray !important;
}

.c-m-t p {
  font-size: 18px;
  line-height: 24px;
  color: gray !important;
}

.card-dis-btn {
  color: #565757 !important;
  border-color: #565757 !important;
  cursor: not-allowed !important;
}

.card-dis-icon {
  color: #565757 !important;
  border-color: #565757 !important;
  cursor: not-allowed !important;
}

.card-dis-btn:hover {
  background-color: transparent !important;
}

/* ui-ajay css end */

/* media screen and start */

@media screen and (max-width: 1299px) {
  .edgtf-in {
    padding: 177px 25px 230px 0;
  }

  .in-ner img {
    max-width: 500px !important;
  }
}

@media screen and (max-width: 1024px) {
  .outer-new {
    grid-template-columns: 1fr 1fr 1fr !important;
  }

  .in-ner img {
    max-width: 800px !important;
    margin: 0 auto;
  }

  .edgtf-in {
    padding: 0px 25px 30px 25px;
    text-align: center;
  }

  .edgtf-eh-2 {
    padding: 60px 15px 0px 15px;
  }

  .edgtf-eh-3 {
    padding: 0 15px 0 15px;
  }

  .top-header {
    height: auto;
  }

  .preview-image {
    width: 100%;
    max-height: 100%;
  }

  .preview-image img {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .ddd {
    display: none !important;
  }

  .bbb {
    display: block;
  }

  .new-tab-mobile .tab-icon {
    transform: translateY(-2px);
  }
}

@media screen and (max-width: 992px) {
  .con-text {
    flex-direction: column;
    gap: 0px;
  }

  .last-p {
    margin-top: 0 !important;
  }

  .first-p {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 769px) {
  .user-url {
    flex-direction: column;
    gap: 0px;
    row-gap: 10px;
  }

  .outer-new {
    grid-template-columns: 1fr 1fr !important;
  }

  .check-box-align {
    grid-template-columns: 1fr;
  }

  .tab-ttt {
    /* display: grid !important;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between; */
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
  }

  @media screen and (max-width: 769px) {
    .tab-ttt .step-trigger {
      flex: 0 0 140px;
      width: 140px;
    }

    .tab-ttt .bs-stepper-circle {
      margin: 0 auto;
    }

    .s-v .steper-title {
      text-align: center;
    }

    .s-v .steper-sub-title {
      text-align: center;
    }
  }

  .new-tab-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    z-index: 9;
    background-color: var(--white);
    width: 100%;
    display: flex !important;
    /* grid-auto-flow: column;
    grid-template-columns: repeat(9, 100px); */
    padding: 12px 12px 0;
    box-shadow: 0px -14px 19px 0px rgba(0, 0, 0, 0.1);
  }

  .new-tab-mobile .nav-item {
    flex: 0 0 110px;
  }

  .new-tab-mobile li a {
    padding: 5px;
  }

  .new-tab-mobile li a div {
    flex-direction: column;
  }

  .new-tab-mobile li a ion-icon {
    width: 20px;
    height: 20px;
  }

  .new-tab-mobile li a .tab-title {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .tab-ttt .bs-stepper-line {
    display: none;
  }

  .wrapper .page-content {
    padding: 1rem 1rem 5rem !important;
  }

  /*
  .tab-ttt .bs-stepper-circle {
    margin: auto auto auto 0;
  } */

  .tab-ttt div:nth-child(3) .bs-stepper-circle {
    margin: auto !important;
  }

  .tab-ttt div:nth-child(3) .steper-title {
    text-align: center !important;
  }

  .tab-ttt div:nth-child(3) .steper-sub-title {
    text-align: center !important;
  }

  /* .tab-ttt div:nth-child(5) .bs-stepper-circle {
    margin-left: auto !important;
    margin-right: 0 !important;
  } */

  /* .tab-ttt div:nth-child(5) .steper-title {
    text-align: right !important;
  } */
  /*
  .tab-ttt div:nth-child(5) .steper-sub-title {
    text-align: right !important;
  } */

  .tab-ttt .steper-title {
    font-size: 14px !important;
    white-space: normal !important;
  }

  .tab-ttt .s-v {
    width: 100% !important;
  }

  /* .tab-ttt .s-v .steper-sub-title {
    text-align: left !important;
  } */

  .general-ddd {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 768px) {
  .ddd-2 {
    display: none !important;
  }

  .bbb-2 {
    display: block;
  }
}

@media screen and (max-width: 669px) {
  .buy-now {
    width: 100% !important;
  }
}

@media screen and (max-width: 569px) {
  .icon-set-in-top {
    transform: translate(-46px, -111px) !important;
  }

  .icon-set-in-top .widget-icon {
    width: 43px;
    height: 43px;
  }

  .icon-w-set {
    width: 43px;
    height: 43px;
  }

  .icon-w-set ion-icon {
    width: 20px;
    height: 20px;
  }

  .icon-set-in-top .widget-icon ion-icon {
    width: 20px;
    height: 20px;
  }

  .table-s-c td p {
    white-space: nowrap;
  }

  .table-s-c td a {
    white-space: nowrap;
  }

  .mm-cc {
    gap: 8px;
  }

  .outer-new {
    grid-template-columns: 1fr !important;
  }

  .web-new {
    padding-top: 0px;
  }
}

@media screen and (max-width: 390px) {
  .icon-set-in-top {
    transform: translate(-46px, -121px) !important;
  }
}

@media screen and (max-width: 510px) {
  .content-center {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }

  .content-center .edgtf-el-item-title-holder {
    text-align: center !important;
    justify-content: center;
    margin: 0 auto;
  }

  .buy-now {
    justify-content: center;
  }

  .content-center .widget {
    text-align: center !important;
  }
}

@media screen and (max-width: 469px) {
  .h-t-text {
    width: 185px;
  }
}

@media screen and (max-width: 430px) {
  .step .steper-sub-title {
    text-align: center;
  }

  .user-action-icon {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 400px) {
  .h-t-text-2 {
    width: 135px;
  }

  .mm-cc a {
    font-size: 12px;
  }
}

.stripe-account {
  display: grid;
  grid-template-columns: 0.3fr 1fr 0.2fr;
  align-items: center;
}

.shield ion-icon {
  width: 30px;
  height: 30px;
  color: #32bfff;
}

.setting-stripe {
  min-height: 120px;
  max-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* media screen end */

.search-listing {
  position: relative;
}

.search-listing ion-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.search-listing .form-control {
  padding-left: 30px !important;
}

.grid-set-width {
  display: grid;
  grid-column: 1 / -1;
}

.grid-set-width .table thead th {
  width: 33.3%;
}

.grid-set-width .table thead th:first-child {
  text-align: left;
  padding-left: 0;
}

.grid-set-width .table tbody td:first-child {
  text-align: left;
  padding-left: 0;
}

.grid-set-width {
  min-width: 160px;
  max-height: 258px;
  overflow-y: auto;
}

.ticket-new-tt ion-icon {
  font-size: 20px;
  cursor: pointer;
}

.pagination {
  flex-wrap: wrap !important;
  justify-content: flex-end;
}