﻿@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("Gigevate Me.otf");
/*DEFAULTS*/
/*SPACER*/
/** SCSS PRIMARY COLORS */
/** SCSS SECONDARY COLORS */
/** SCSS ACCENTS**/
/**ALERT COLOURS*/
/*TYPOGRAPHY*/
/*LINKS*/
/*BORDERS*/
/*SHADOWS & BLURS*/
/*PAGE WIDTHS*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("Gigevate Me.otf");
/*DEFAULTS*/
/*SPACER*/
/** SCSS PRIMARY COLORS */
/** SCSS SECONDARY COLORS */
/** SCSS ACCENTS**/
/**ALERT COLOURS*/
/*TYPOGRAPHY*/
/*LINKS*/
/*BORDERS*/
/*SHADOWS & BLURS*/
/*PAGE WIDTHS*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("Gigevate Me.otf");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("Gigevate Me.otf");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("Gigevate Me.otf");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&display=swap");
@import url("Gigevate Me.otf");
button {
  border-radius: 10em;
  text-decoration: none;
  border: 0.15em solid;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: max(2vw, 16px);
  line-height: 1.5;
  width: fit-content;
  padding: 0.5rem 0.9rem;
  color: #272727;
  text-align: center;
  white-space: nowrap;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm {
  max-width: 120px;
  font-size: 0.55rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.25;
}

.btn-lg {
  max-width: 360px;
}

.btn-block {
  display: block;
  width: auto;
}

.btn-primary {
  background-color: #C1FE01;
  border-color: #C1FE01;
}
.btn-primary:hover, .btn-primary:active {
  background-color: #232323;
  color: #C1FE01;
}
.btn-primary:active {
  background-color: #232323;
  color: #C1FE01;
  box-shadow: rgb(210, 245, 150) 0px 10px 10px -10px;
}

.btn-primary-light {
  color: #272727;
  background-color: #C1FE01;
}
.btn-link {
  text-decoration: none;
  color: #f8f8f8;
}
.btn-link:hover {
  color: rgba(248, 248, 248, 0.5);
}

.btn-link-primary {
  color: #C1FE01;
}
.btn-link-primary:hover {
  color: rgba(193, 254, 1, 0.5);
}

.btn-link-dark {
  color: #171717;
}
.btn-link-dark:hover {
  color: rgba(23, 23, 23, 0.5);
}

.btn-secondary {
  background-color: #FBA419;
  border-color: #FBA419;
}
.btn-secondary:hover, .btn-secondary:active {
  background-color: #232323;
  color: #FBA419;
}

.btn-alternative {
  background-color: #171717;
  color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-alternative:hover, .btn-alternative:active {
  background-color: #C1FE01;
  color: #171717;
  border-color: #C1FE01;
}

@media only screen and (max-width: 480px) {
  .btn-alternative {
    background-color: #171717;
    color: #f8f8f8;
    border-color: #f8f8f8;
  }
  .btn-alternative:hover, .btn-alternative:active {
    background-color: #171717;
    color: #f8f8f8;
    border-color: #f8f8f8;
  }
}
.profileTab .btn-alternative {
  background-color: #171717;
  color: #f8f8f8;
  border-color: #f8f8f8;
}
.profileTab .btn-alternative:hover {
  background-color: #C1FE01;
  color: #171717;
  border-color: #C1FE01;
}
.profileTab .btn-alternative:active {
  background-color: #171717;
  color: #f8f8f8;
  border-color: #f8f8f8;
}

@media only screen and (max-width: 480px) {
  .profileTab .btn-alternative {
    background-color: #171717;
    color: #f8f8f8;
    border-color: #f8f8f8;
  }
  .profileTab .btn-alternative:hover {
    background-color: #171717;
    color: #f8f8f8;
    border-color: #f8f8f8;
  }
  .profileTab .btn-alternative:active {
    background-color: #171717;
    color: #f8f8f8;
    border-color: #f8f8f8;
  }
}
.btn-dark {
  background-color: #171717;
  border-color: #171717;
  color: #f8f8f8;
}
.btn-dark:hover, .btn-dark:active {
  background-color: #f8f8f8;
  color: #171717;
}

/*CALL TO ACTION */
.CTA {
  position: relative;
  display: inline-block;
  width: 277px;
  height: 50px;
  font-size: 1em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.045em;
}

.CTA svg {
  position: absolute;
  top: 0;
  left: 0;
}

.CTA svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.CTA span {
  background: rgb(255, 130, 130);
  background: -moz-linear-gradient(left, rgb(176, 232, 0) 0%, rgb(210, 245, 150) 100%);
  background: -webkit-linear-gradient(left, rgb(176, 232, 0) 0%, rgb(210, 245, 150) 100%);
  background: linear-gradient(to right, rgb(176, 232, 0) 0%, rgb(210, 245, 150) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b0e800", endColorstr="#d2f596",GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Poppins", Open Sans, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.CTA:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 196, 543;
  stroke-dashoffset: 437;
}

.genreLabels label {
  padding: 10px 15px;
  border-radius: 5rem;
  min-width: -webkit-fill-available;
  text-align: center;
}

.btn-warning {
  font-weight: bold;
  font-size: large;
  border-radius: 20px;
  padding: 8px 18px;
  background-color: #e53935;
  color: #fff;
  border: 2px solid #b71c1c;
}
.btn-warning:hover, .btn-warning:active {
  background-color: #b71c1c;
  color: #fff;
  border-color: #e53935;
}

/*DEFAULTS*/
/*SPACER*/
/** SCSS PRIMARY COLORS */
/** SCSS SECONDARY COLORS */
/** SCSS ACCENTS**/
/**ALERT COLOURS*/
/*TYPOGRAPHY*/
/*LINKS*/
/*BORDERS*/
/*SHADOWS & BLURS*/
/*PAGE WIDTHS*/
@font-face {
  font-family: "GigevateRegular";
  src: url("fonts/GigevateNoDot.eot");
  src: url("fonts/GigevateNoDot.eot?#iefix") format("embedded-opentype"), url("fonts/GigevateNoDot.woff2") format("woff2"), url("fonts/GigevateNoDot.woff") format("woff"), url("fonts/GigevateNoDot.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GigevateLight";
  src: url("fonts/GigevateLight.eot");
  src: url("fonts/GigevateLight.eot?#iefix") format("embedded-opentype"), url("fonts/GigevateLight.woff2") format("woff2"), url("fonts/GigevateLight.woff") format("woff"), url("fonts/GigevateLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1, h2, h3, h4, h5 {
  font-family: "Poppins", Open Sans, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  margin-bottom: 15px;
}

h1.display {
  font-size: 1.25rem;
  font-weight: 700;
}

.numericText {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-light {
  font-weight: 300;
}

.text-lighter {
  font-weight: lighter;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: bolder;
}

.text-light {
  font-weight: 300;
}

.text-lighter {
  font-weight: lighter;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: bolder;
}

.text-xl {
  font-size: 3rem;
}

.text-lg {
  font-size: 1.75rem;
}

/** SCSS GENRE COLORS */
/**USE THIS for setting up the switch styling**/
.genreOne {
  background-color: #c1fe01;
}

.genreTwo {
  background-color: #FFF033;
}

.genreThree {
  background-color: #EC6C33;
}

.genreFour {
  background-color: #7C50E2;
}

.genreFive {
  background-color: #58C5DF;
}

.genreSix {
  background-color: #DF5453;
}

.genreSeven {
  background-color: #FB45C6;
}

.genreEight {
  background-color: #66CD91;
}

.genreNine {
  background-color: #E8488C;
}

/*DEFAULTS*/
/*SPACER*/
/** SCSS PRIMARY COLORS */
/** SCSS SECONDARY COLORS */
/** SCSS ACCENTS**/
/**ALERT COLOURS*/
/*TYPOGRAPHY*/
/*LINKS*/
/*BORDERS*/
/*SHADOWS & BLURS*/
/*PAGE WIDTHS*/
.customAlert .mud-alert .mud-alert-text-error {
  background-color: #9c2b2e;
  border: 1px solid #e84e4f;
  color: #f8f8f8;
}
/*DEFAULTS*/
/*SPACER*/
/** SCSS PRIMARY COLORS */
/** SCSS SECONDARY COLORS */
/** SCSS ACCENTS**/
/**ALERT COLOURS*/
/*TYPOGRAPHY*/
/*LINKS*/
/*BORDERS*/
/*SHADOWS & BLURS*/
/*PAGE WIDTHS*/
[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
  background-color: #171717;
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
  line-height: 2.85;
  text-indent: 8px;
  color: #f8f8f8;
  padding: 2px 10px;
  outline: none;
  width: 100%;
}

textarea {
  line-height: 1.5;
  padding: 10px;
  text-indent: 0;
}

/****WORK IN PROGRESS*/
/*.custom-select::deep > .mud-input > input.mud-input-root-outlined {
    background-color: $primary-dark;
    border: 2px solid $primary-white;
    border-radius: 15px;
    line-height: $line-height-lg;
    text-indent: 8px;
    color: $primary-white;
    padding: 2px 10px;
    margin-bottom: 12px;
    outline: none;
    width: 100%;
}*/
[type=color]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
input:not([type]):focus,
textarea:focus {
  box-shadow: rgb(255, 255, 255) 0px 6px 6px -10px;
  border: 2px solid #f8f8f8;
}

[type=color]::placeholder,
[type=date]::placeholder,
[type=datetime]::placeholder,
[type=datetime-local]::placeholder,
[type=email]::placeholder,
[type=month]::placeholder,
[type=number]::placeholder,
[type=password]::placeholder,
[type=search]::placeholder,
[type=tel]::placeholder,
[type=text]::placeholder,
[type=time]::placeholder,
[type=url]::placeholder,
[type=week]::placeholder,
input:not([type])::placeholder,
textarea::placeholder {
  color: rgba #f8f8f8, 0.8;
  font-size: 0.75rem;
  font-style: italic;
}

/*CUSTOM MUDBLAZOR OVERWRITES */
.ddSelect .mud-input {
  color: #f8f8f8;
  padding: 2px 10px;
}
.ddSelect .mud-input::placeholder {
  color: rgba #f8f8f8, 0.8;
  font-size: 0.75rem;
  font-style: italic;
}
.ddSelect .mud-input-outlined-border {
  border: 2px solid rgba(248, 248, 248, 0.225);
}
.ddSelect .mud-icon-root.mud-svg-icon {
  fill: #f8f8f8;
}

.customSelect .mud-input.mud-input-outlined .mud-input-outlined-border {
  border-radius: 15px;
}
.customSelect .mud-input.mud-input-outlined:focus-within .mud-input-outlined-border {
  border-color: #f8f8f8;
}
.customSelect .mud-input > input.mud-input-root, .customSelect div.mud-input-slot.mud-input-root {
  color: #f8f8f8;
}
.customSelect .mud-icon-root.mud-svg-icon {
  fill: #f8f8f8;
}

/*VALIDATION*/
.validation {
  background-color: rgba(156, 43, 46, 0.45);
  color: #f8f8f8;
  border: 1px solid #9c2b2e;
  font-size: 0.75rem;
  padding: 0.3rem;
  border-radius: 25px;
}

/*DARK FORM STYLES*/
.form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  padding: 0px 15px;
}
.form-container .form-group {
  width: 100%;
  margin-bottom: 12px;
}
.form-container .form-group label {
  color: #f8f8f8;
}
.form-container .form-group-header {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.form-container-sm {
  max-width: 640px;
}

/*List view*/
.listView .mud-list-item {
  border-radius: 10em;
}
.listView .mud-list-item:hover {
  color: #171717;
}
.listView .mud-list-item:hover .mud-svg-icon {
  color: #171717;
}
.listView .mud-svg-icon {
  color: #1885F2;
}
.listView .mud-list-item-clickable:focus:not(.mud-selected-item), .listView .mud-list-item-clickable:active, .listView .mud-list-item-clickable:hover {
  background-color: #bbbbbb;
  color: #171717;
}

/*Toggle switches*/
.toggle-group {
  outline: none;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
}
.toggle-group p {
  align-content: center;
}

/*Date Picker & Time Picker (Calendar Component)*/
.dtPicker.mud-picker .mud-icon-root {
  color: #C1FE01;
}

.dtPicker .mud-picker-paper {
  background-color: #232323;
}
.dtPicker .mud-input-control {
  background-color: #171717;
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
  line-height: 2;
  text-indent: 8px;
  color: #f8f8f8;
  padding: 2px 10px;
  outline: none;
  width: 100%;
}
.dtPicker .mud-input-root[type=text] {
  color: #f8f8f8;
  font-size: 0.75rem;
  line-height: 2;
}
.dtPicker .mud-picker-calendar, .dtPicker .mud-button-month, .dtPicker .mud-day, .dtPicker .mud-picker-month, .dtPicker .mud-button-root, .dtPicker .mud-picker-calendar-header-transition, .dtPicker .mud-picker-calendar-header-day .mud-day-label {
  color: #bbbbbb;
}
.dtPicker .mud-picker-calendar-header-switch > .mud-icon-button {
  background-color: #C1FE01;
}
.dtPicker .mud-picker-calendar-header-switch > .mud-icon-button .mud-icon-root {
  color: #000000;
}

/*.mud-picker-inline.mud-picker-input-button .mud-input, .mud-picker-inline.mud-picker-input-button .mud-input .mud-input-root {
    color: white;
}*/
.mud-picker .mud-input.mud-input-underline:before {
  content: none;
}

.mud-picker .mud-input.mud-input-underline:after {
  content: none;
}

/*END Date Picker & Time Picker (Calendar Component)*/
/***  ***/
.ddSelect .mud-input-outlined-border {
  border-radius: 15px;
}
.imageUploadWrapper {
  background-color: #171717;
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
  margin: auto;
  width: 80%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.imageUploadWrapper img, .multiImageUploadWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.multiImageUploadWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}

.multiImageUploadWrapper > div {
  aspect-ratio: 1/1;
  background-color: #171717;
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.btn-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 50px;
}

.btn-container > button {
  width: 45%;
}

/*DEFAULTS*/
/*SPACER*/
/** SCSS PRIMARY COLORS */
/** SCSS SECONDARY COLORS */
/** SCSS ACCENTS**/
/**ALERT COLOURS*/
/*TYPOGRAPHY*/
/*LINKS*/
/*BORDERS*/
/*SHADOWS & BLURS*/
/*PAGE WIDTHS*/
.app-bar {
  background-color: #171717;
}

.app-bar-container .menuIcon button {
  /* background-image: url('/gigevategreenlogo.png') !important;
   background: no-repeat;
   background-size: contain;*/
}
.app-bar-container .menuIcon button:before {
  opacity: 0, 3;
}

.mud-drawer-content {
  background-color: #171717 !important;
}
.mud-drawer-content .mud-nav-item {
  border-bottom: 1px solid rgba(248, 248, 248, 0.25);
  font-size: 0.75rem;
  padding: 0.875rem 0.5rem;
}
.mud-drawer-content .mud-nav-item:hover {
  background-color: #f8f8f8;
  color: #000000;
}

body {
  background-color: #111;
  color: #fffefe;
  font-size: 1rem;
  font-family: "Poppins", Open Sans, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-light {
  color: #f8f8f8;
}

.text-dark {
  color: #171717;
}

.text-primary {
  color: #C1FE01;
}

.text-orange {
  color: #FBA419;
}

.text-blue {
  color: #1885F2;
}

.text-purple {
  color: #7B50E2;
}

.text-pink {
  color: #FB45C6;
}

.text-yellow {
  color: #F7FF00;
}

.text-black {
  color: #000000;
}

.text-grey {
  color: #bbbbbb;
}

.text-red {
  color: #F44336;
}

/*Width classes*/
.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.contentContainer {
  max-width: 1280px;
  margin: auto;
}

.bg-primary {
  background-color: #C1FE01;
  color: #232323;
}
.bg-primary label, .bg-primary p {
  color: #232323;
}

.bg-light {
  background-color: #f8f8f8;
}
.bg-light label, .bg-light p {
  color: #232323;
}

.bg-alternative {
  background-color: #171717;
}
.bg-alternative label, .bg-alternative p {
  color: #f8f8f8;
}

.bg-orange {
  background-color: #FBA419;
}
.bg-orange label, .bg-orange p {
  color: #232323;
}

.bg-blue {
  background-color: #1885F2;
}
.bg-blue label, .bg-blue p {
  color: #f8f8f8;
}

.bg-pink {
  background-color: #FB45C6;
}
.bg-pink label, .bg-pink p {
  color: #232323;
}

.bg-purple {
  background-color: #7B50E2;
}
.bg-purple label, .bg-purple p {
  color: #232323;
}

.bg-yellow {
  background-color: #F7FF00;
  color: #232323;
}
.bg-yellow label, .bg-yellow p {
  color: #232323;
}

/*** LAYOUT***/
.contentSection, .profileHeader, .eventHeader {
  max-width: 1280px;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.loadingContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*====================================================*/
/*** TAB CONTROL***/
.settings-tabs .mud-tabs-tabbar {
  background-color: transparent;
}
.settings-tabs .mud-tabs-tabbar .mud-tab-slider {
  background-color: #171717;
}
.settings-tabs .mud-tabs-tabbar .mud-tab.mud-tab-active {
  color: #C1FE01;
}
.settings-tabs .mud-tabs-tabbar .mud-tab {
  font-weight: normal;
}
.settings-tabs .mud-tabs-tabbar .mud-tab.mud-disabled {
  color: #3A3C3D;
}

/***Definition Lists***/
dt {
  font-size: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}

dd {
  color: #bbbbbb;
  margin-bottom: 1.5rem;
}

.genreTitle {
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #1885f2;
  line-height: 85px;
  min-width: 155px;
  text-align: right;
  font-size: 35px;
  font-weight: 600;
  width: fit-content;
  padding: 0px 1%;
}

.center {
  display: flex;
  justify-content: center;
}

.center-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.mud-expand-panel {
  background-color: #252525;
  color: #fff;
}

/*======================================================*/
/*======================================================*/
/*======================================================*/
/*======================================================*/
/*.Banner {
    background: url(../images/artist.jpg);
    background-size: cover;
    max-height: 150px;
    position: relative; /* Needed to position the cutout text in the middle of the image 
}
*/
/*.banner-text {
    background-color: white;
    color: black;
    font-size: 10vw;*/ /* Responsive font size */
/*font-weight: bold;
    margin: 0 auto;*/ /* Center the text container */
/*padding: 10px;
    width: 50%;
    text-align: center;*/ /* Center text */
/*position: absolute;*/ /* Position text */
/*top: 50%;*/ /* Position text in the middle */
/*left: 50%;*/ /* Position text in the middle */
/*transform: translate(-50%, -50%);*/ /* Position text in the middle */
/*mix-blend-mode: screen;*/ /* This makes the cutout text possible */
/*}*/
/* Clip text element */
.clip-text {
  font-size: 6em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0.25em;
  padding: 0.5em 0.75em;
  text-align: center;
  /* Color fallback */
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
  position: absolute;
  content: "";
}

/* Background */
.clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {
  position: absolute;
  z-index: -1;
  top: 0.125em;
  right: 0.125em;
  bottom: 0.125em;
  left: 0.125em;
  background-color: #EC6C33;
  clip-path: polygon(6% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.Banner {
  background-image: url(https://picsum.photos/480/200?random);
  background-size: cover;
  background-position: center;
}

/**** REGISTER ****/
.LandingWrapper {
  background: url("../images/HeroS/LoginPageCropped.jpg") no-repeat top center;
  background-size: cover;
}

.LandingWrapper img {
  width: 50%;
}

@media only screen and (max-width: 445px) {
  .LandingWrapper {
    background: url("../images/HeroS/LoginPageDecal.jpg") no-repeat center -180px;
    background-size: cover;
    height: initial;
  }
  .LandingWrapper img {
    width: 100%;
  }
}
.LandingWrapper .form-container {
  justify-content: start;
  height: calc(100vh - 80px);
  margin-bottom: 50px;
}

.LandingWrapper .headerText {
  width: 80%;
  margin: auto;
}

.gridSelects .mud-grid-item:hover {
  background-color: var(--bg-alternative);
}

#createAccountnWrapper.LandingWrapper {
  background-image: none;
}

#createAccountnWrapper .form-container {
  height: fit-content;
}

.roleCard label {
  font-family: "GigevateRegular", Open Sans, "Helvetica Neue";
  color: #f8f8f8;
  font-size: 38px;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5), 1px 1px 0px #FFF627;
}

.roleCard.roleCardArtist {
  background: url("../images/Roles/Artist.png") center center no-repeat;
  background-size: cover;
}

.roleCard.roleCardOrganiser {
  background: url("../images/Roles/Organiser.png") center center no-repeat;
  background-size: cover;
}

.roleCard.roleCardUser {
  background: url("../images/Roles/Public User.png") center center no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 992px) {
  .LandingWrapper .form-container {
    height: calc(100% - 400px);
  }
  .roleCard label {
    font-size: 1.6rem;
  }
}
/*======================================================*/
/** Profile Layout Styling **/
.profileHeaderContainer {
  position: relative;
  flex-direction: column;
  display: flex;
}

.profileHeaderBackground {
  background: url("/images/HeroS/tempHeroBlack.png") center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  max-height: 25vh;
  position: relative;
  flex-direction: column;
}

.headerActions {
  padding: 8px;
}

.profileHeaderContent {
  display: flex;
  height: fit-content;
  position: absolute;
  bottom: 16px;
  justify-content: start;
  width: 99%;
  margin: 0.2em;
}

.profileDetails {
  position: relative;
  bottom: 0px;
  margin-top: 10px;
  padding-left: 8px;
}

.profileTitle {
  text-align: left;
  font-family: "GigevateLight", "Poppins", sans-serif;
  padding: 0em 0.5em;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  margin-bottom: 0px;
  margin-top: 5px;
  width: fit-content;
  font-size: 26px;
}

.profileDetailPrimary {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: calc(90% - 55px);
}

.profileLocation, .profileGenre {
  padding: 0.1em 1.3em;
  font-size: small;
  align-self: flex-start;
}

.profileLocation {
  font-family: "GigevateLight", Open Sans, "Helvetica Neue";
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  align-self: flex-end;
}

.profileGenre {
  clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  position: absolute;
  right: 0px;
  top: 0px;
}

.profileImg {
  border-radius: 50%;
  border: #c1fe01 5px solid;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.organizerProfileimg {
  height: 100%;
  width: 100%;
}

.organizerProfileWrapper .profileBanner {
  flex-wrap: inherit !important;
  align-items: center;
}

.organizerProfileWrapper .organizerProfileBlock {
  width: 120px;
  height: 120px;
}

.organizerProfileWrapper .profileLocationContainer {
  position: relative;
  top: 29px;
  left: 118px;
}

.profileTab {
  max-width: 1260px;
  flex-wrap: wrap;
  align-items: flex-start;
}

.socialIcon {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .profileTab button, .altActions button {
    font-size: x-small;
    padding: 0.4rem 0.5rem;
    width: 25%;
  }
}
@media only screen and (max-width: 800px) {
  .socialIcon {
    width: 40px;
    height: 40px;
  }
  .profileDetailPrimary {
    justify-content: flex-end;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .profileTab button, .altActions button {
    font-size: x-small;
    padding: 0.4rem 0.5rem;
  }
  .altActions button {
    width: auto;
  }
  .gigManagerBoxWrapper .profileTab button {
    width: 100%;
    margin: 7px 0;
  }
}
@media only screen and (max-width: 360px) {
  .profileHeaderBackground {
    max-height: 30vh;
  }
  .profileDetailPrimary {
    align-self: center;
  }
  profileTitle {
    width: 75px;
    height: 75px;
  }
  .profileTitle {
    font-size: large;
  }
}
@media only screen and (min-width: 820px) {
  .profileDetails {
    position: relative;
    bottom: 0px;
    /* margin-top: 10px;*/
    /* top: 45px;*/
  }
  .profileImg {
    height: 140px;
    width: 140px;
  }
  .profileDetailPrimary {
    left: 155px;
    position: absolute;
    top: 60px;
  }
  .profileTitle {
    font-size: 48px;
    clip-path: polygon(2% 0%, 100% 0%, 97% 100%, 0% 100%);
  }
  .profileLocation, .profileGenre {
    font-size: 1rem;
  }
  .profileLocation {
    margin-left: 3px;
  }
  .profileHeaderContent {
    max-width: 85%;
    margin: 0.5em;
  }
  .profileExtraContantainer {
    width: 22%;
  }
  .organizerProfileBlock {
    width: 150px;
    height: 150px;
  }
  .organizerProfileWrapper .profileLocationContainer {
    top: 50px;
    left: 268px;
  }
}
/*====================================================*/
/*** GENRE TEMPLATES***/
.genreDefault .profileTitle, .genreDefault .profileLocation, .genreDefault .profileGenre {
  color: #000000;
  background-color: #c1fe01;
}
.genreDefault .profileImg {
  border-color: #c1fe01;
}
.genreDefault .timelineDate, .genreDefault .timelineEvent, .genreDefault .eventTicketIcon {
  color: #c1fe01;
}

.genreTechno .profileTitle, .genreTechno .profileLocation, .genreTechno .profileGenre {
  color: #000000;
  background-color: #c1fe01;
}
.genreTechno .profileImg {
  border-color: #c1fe01;
}
.genreTechno .timelineDate, .genreTechno .eventTicketIcon, .genreTechno .timelineEvent {
  color: #c1fe01;
}
.genreTechno .mud-timeline-item-dot {
  background-color: #c1fe01;
}
.genreTechno .mud-timeline-item-dot-inner {
  background-color: #c1fe01 !important;
}

.genreTrance .profileTitle, .genreTrance .profileLocation, .genreTrance .profileGenre {
  color: #000000;
  background-color: #FFF033;
}
.genreTrance .profileImg {
  border-color: #FFF033;
}
.genreTrance .timelineDate, .genreTrance .eventTicketIcon, .genreTrance .timelineEvent {
  color: #FFF033;
}
.genreTrance .mud-timeline-item-dot {
  background-color: #FFF033;
}
.genreTrance .mud-timeline-item-dot-inner {
  background-color: #FFF033 !important;
}

.genreHouse .profileTitle, .genreHouse .profileLocation, .genreHouse .profileGenre {
  color: #000000;
  background-color: #EC6C33;
}
.genreHouse .profileImg {
  border-color: #EC6C33;
}
.genreHouse .timelineDate, .genreHouse .eventTicketIcon, .genreHouse .timelineEvent {
  color: #EC6C33;
}
.genreHouse .mud-timeline-item-dot {
  background-color: #EC6C33;
}
.genreHouse .mud-timeline-item-dot-inner {
  background-color: #EC6C33 !important;
}

.genreDrum .profileTitle, .genreDrum .profileLocation, .genreDrum .profileGenre {
  color: #000000;
  background-color: #7C50E2;
}
.genreDrum .profileImg {
  border-color: #7C50E2;
}
.genreDrum .timelineDate, .genreDrum .eventTicketIcon, .genreDrum .timelineEvent {
  color: #7C50E2;
}
.genreDrum .mud-timeline-item-dot {
  background-color: #7C50E2;
}
.genreDrum .mud-timeline-item-dot-inner {
  background-color: #7C50E2 !important;
}

.genreDisco .profileTitle, .genreDisco .profileLocation, .genreDisco .profileGenre {
  color: #000000;
  background-color: #58C5DF;
}
.genreDisco .profileImg {
  border-color: #58C5DF;
}
.genreDisco .timelineDate, .genreDisco .eventTicketIcon, .genreDisco .timelineEvent {
  color: #58C5DF;
}
.genreDisco .mud-timeline-item-dot {
  background-color: #58C5DF;
}
.genreDisco .mud-timeline-item-dot-inner {
  background-color: #58C5DF !important;
}

.genreHardcore .profileTitle, .genreHardcore .profileLocation, .genreHardcore .profileGenre {
  color: #000000;
  background-color: #DF5453;
}
.genreHardcore .profileImg {
  border-color: #DF5453;
}
.genreHardcore .timelineDate, .genreHardcore .eventTicketIcon, .genreHardcore .timelineEvent {
  color: #DF5453;
}
.genreHardcore .mud-timeline-item-dot {
  background-color: #DF5453;
}
.genreHardcore .mud-timeline-item-dot-inner {
  background-color: #DF5453 !important;
}

.genreGarage .profileTitle, .genreGarage .profileLocation, .genreGarage .profileGenre {
  color: #000000;
  background-color: #FB45C6;
}
.genreGarage .profileImg {
  border-color: #FB45C6;
}
.genreGarage .timelineDate, .genreGarage .eventTicketIcon, .genreGarage .timelineEvent {
  color: #FB45C6;
}
.genreGarage .mud-timeline-item-dot {
  background-color: #FB45C6;
}
.genreGarage .mud-timeline-item-dot-inner {
  background-color: #FB45C6 !important;
}

.genreDance .profileTitle, .genreDance .profileLocation, .genreDance .profileGenre {
  color: #000000;
  background-color: #66CD91;
}
.genreDance .profileImg {
  border-color: #66CD91;
}
.genreDance .timelineDate, .genreDance .eventTicketIcon, .genreDance .timelineEvent {
  color: #66CD91;
}
.genreDance .mud-timeline-item-dot {
  background-color: #66CD91;
}
.genreDance .mud-timeline-item-dot-inner {
  background-color: #66CD91 !important;
}

.genreElectronic .profileTitle, .genreElectronic .profileLocation, .genreElectronic .profileGenre {
  color: #000000;
  background-color: #E8488C;
}
.genreElectronic .profileImg {
  border-color: #E8488C;
}
.genreElectronic .timelineDate, .genreElectronic .eventTicketIcon, .genreElectronic .timelineEvent {
  color: #E8488C;
}
.genreElectronic .mud-timeline-item-dot {
  background-color: #E8488C;
}
.genreElectronic .mud-timeline-item-dot-inner {
  background-color: #E8488C !important;
}

/*======================================================*/
/** Static Layout Styling **/
.responsive-background {
  background-image: url("/images/HeroS/DefaultBannerGigevate.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 250px; /* Adjust as needed */
  height: 25vh;
  background-position: left;
}

.staticPageHeader .pageHeaderTitle {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 80%;
}
.staticPageHeader .pageHeaderTitle h2 {
  font-family: "GigevateRegular", Open Sans, "Helvetica Neue";
  text-align: left;
  margin: 10px;
  text-shadow: 2px 2px 4px rgba(31, 38, 31, 0.72);
}

.eventHeaderContainer .staticPageHeader {
  background-image: url("/images/HeroS/Event Header.jpg");
  background-position: bottom;
}

/*======================================================*/
/** Loading screen Styling **/
.loadingContainer {
  overflow: hidden;
}

.splashWrapper {
  text-align: center;
  height: 95vh;
  text-align: center;
  display: flex;
  margin: -20px;
}
.splashWrapper .splashLogo {
  width: 200px;
  height: 200px;
  margin: auto auto;
  background-image: url(/images/Logos/GigevateLogoGif.gif);
  background-size: contain;
  border-radius: 10%;
}

/*======================================================*/
.eventHeaderContainer {
  position: relative;
}

.eventHeader, .staticPageHeader {
  display: flex;
  justify-content: center;
}

/*======================================================*/
/** Artist Layout Styling **/
/*  .eventDetailsContent {
     background-color: $primary-dark;
     border: 2px solid rgba($primary-white, 0.225);
     border-radius: 15px;
     color: $primary-white;
     padding: 10px 15px;
     height: fit-content;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
 }*/
/*===========================================================*/
/** Event List **/
.eventListItem {
  padding-top: 8px;
  padding-bottom: 8px;
}
.eventListItem .eventImg {
  vertical-align: middle;
  width: 110px;
  max-width: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: #c1fe01 3px solid;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center;
}
.eventListItem .status-icon {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #28a745;
}
.eventListItem .eventViewActions {
  display: flex;
  justify-content: end;
}

.eventCoverImageWrapper {
  width: 100%;
  aspect-ratio: 1/0.6;
  border-radius: 20px;
  position: relative;
  background-image: url("/images/HeroS/tempHeroDark.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.eventCoverImageWrapper label {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 0;
  margin: 16px;
}

.eventDetailsMapWrapper {
  width: 100%;
  height: 200px;
  border: 2px solid white;
  border-radius: 15px;
  margin-top: 10px;
}

.eventCardWrapper,
.singleCardWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  width: fit-content;
  margin: auto;
  border: 2px solid #f8f8f8;
  border-radius: 20px;
  background-color: white;
}
.eventCardWrapper img,
.singleCardWrapper img {
  height: 275px;
  width: auto;
  border-radius: 20px;
}

.eventCardContent {
  width: 550px;
  height: fit-content;
  color: #f8f8f8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 10px 10px 20px;
}
.eventCardContent h2 {
  color: black;
  font-family: GigevateLight;
}
.eventCardContent .eventTicketIcon {
  color: #E8488C;
}

.artistRequestWrapper > div:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mud-radio-button {
  color: #f8f8f8;
}

.mud-radio > .mud-radio-content {
  color: #f8f8f8;
}

.mud-radio-content-placement-end {
  margin-left: 0px;
  margin-inline-start: 0px;
}

.roleCard {
  background-color: #C1FE01;
  border-color: #C1FE01;
  border-radius: 10px;
  cursor: pointer;
}

@media only screen and (min-width: 912px) {
  .roleCard {
    height: 150px;
    border-radius: 20px;
  }
}
.selectedClass {
  border: 2px solid #C1FE01;
}
.selectedClass:active {
  background-color: #C1FE01;
  color: #171717;
  border-color: #C1FE01;
}

.bordered {
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
}

.mudSelectWrapper .mud-icon-button {
  padding-left: 0px;
}
.mudSelectWrapper .mud-disabled .mud-svg-icon {
  color: grey;
}
.mudSelectWrapper .mud-radio.mud-disabled *, .mudSelectWrapper .mud-radio .mud-disabled:focus-visible *, .mudSelectWrapper .mud-radio .mud-disabled:active * {
  color: grey;
}

@media (hover: hover) {
  .mudSelectWrapper .mud-checkbox .mud-disabled:hover * {
    color: grey;
  }
}
.disabledMudCheckBoxLabel {
  color: grey !important;
}

.enabledMudCheckBoxLabel {
  color: #f8f8f8 !important;
}

.artistProfileBanner {
  background-color: #171717;
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
  color: #f8f8f8;
  padding: 10px 15px;
  width: 100%;
  max-width: 700px;
  margin: auto;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.organizerRequestWrapper .artistProfileBanner,
.organizerAcceptRequestWrapper .artistProfileBanner {
  max-width: unset;
}

/*** SEARCH ***/
/*======================================================*/
.searchHeader {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 40px;
}

/*======================================================*/
/*** EVENT DETAILS / VIEW EVENT / GIG MANAGER ***/
/*======================================================*/
.ticketWrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin: auto;
  border: 2px solid #f8f8f8;
  border-radius: 20px;
}

.ticketWrapper img {
  height: auto;
  width: 50%;
  border-radius: 20px;
}

.ticketContent {
  width: 50%;
  color: #f8f8f8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}

.ticketContent h2 {
  font-family: GigevateLight;
}

.ticketContent .eventTicketIcon {
  color: #E8488C;
}

@media only screen and (max-width: 680px) {
  .ticketWrapper {
    height: auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .ticketContent h2.text-xl {
    font-family: GigevateLight;
    font-size: 2em;
  }
  .ticketContent {
    width: 100%;
  }
  .ticketWrapper img {
    height: auto;
    width: 100%;
    border-radius: 20px;
  }
  .seeAllWrapper .sliderImage {
    width: 100%;
    height: 150px;
    padding: 10px;
    background-color: #252525;
    border-radius: 10px;
  }
  .seeAllWrapper .sliderImage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .seeAllWrapper .mud-grid-spacing-xs-6 > .mud-grid-item {
    padding-left: 10px;
  }
  .eventsManagerWrapper .mud-grid-item,
  .organizerArtistRequestWrapper .mud-grid-item {
    margin-top: 15px;
  }
}
.genreLabels button.mud-button,
.genreLabels .mud-grid-item {
  border-radius: 25px;
  padding: 5px 20px;
  /* margin: 3px 4px; */
}

/*.genreLabels button.mud-button:hover {
    background-color: unset;
}*/
.cardWrapper .sliderImgLrg img {
  width: 100%;
}

.eventComponentWrapper .sliderImg img {
  width: 175px;
  height: 175px;
}

.cardWrapper {
  width: auto;
  height: fit-content;
}

.cardWrapper > div:nth-of-type(2) {
  height: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 5px;
}

.cardWrapper .sliderImg,
.cardWrapper .sliderImgLrg {
  padding: 10px;
  /*    background-color: #252525;*/
  background-color: #111;
}

.cardWrapper .sliderImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 175px;
  max-width: 175px;
  min-height: 175px;
  max-height: 175px;
  border-radius: 10px;
}

.uceWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 10px;
  background-color: #252525;
  width: auto;
  height: fit-content;
}
.uceWrapper .uceImg {
  width: 45%;
}
.uceWrapper .uceImg img {
  width: 100%;
}
.uceWrapper .uceInfo {
  width: 55%;
  padding: 0 10px;
}
.uceWrapper .uceInfo h2 {
  font-family: "GigevateRegular", "Poppins", sans-serif;
}
.uceWrapper .uceInfo .btn-primary {
  padding: 5px 10px;
}
.uceWrapper .eventTicketIcon {
  color: #E8488C;
}

@media only screen and (max-width: 480px) {
  .uceWrapper {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .uceWrapper .uceImg {
    width: 100%;
  }
  .uceWrapper .uceInfo {
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
  }
  .uceWrapper .uceInfo h2 {
    font-family: "GigevateRegular", "Poppins", sans-serif;
  }
  .uceWrapper .uceInfo .btn-primary {
    padding: 5px 10px;
    width: 90%;
    margin-bottom: 15px;
  }
  .uceWrapper .eventTicketIcon {
    color: #E8488C;
  }
}
.sliderWrapper {
  background-color: #252525;
  display: flex !important;
  flex-direction: row;
  padding: 10px;
  border-radius: 8px;
  column-gap: 16px;
  margin-right: 16px;
}
.sliderWrapper img {
  width: 175px;
  height: 175px;
}
.sliderWrapper div {
  width: 225px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.favouriteArtistImage {
  width: 200px;
  height: 200px;
}

.eventImageUploadWrapper {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}
.eventImageUploadWrapper > div {
  aspect-ratio: 1/1;
  background-color: #171717;
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.eventImageUploadWrapper > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.backgroundImage {
  background-size: cover;
  background-position: center;
}

.eventCardImage {
  width: 475px;
  height: 400px;
  max-width: 500px;
  max-height: 450px;
  border-radius: 20px;
}

.timelineContainer .event-card-container {
  background-color: transparent;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .eventCardImage {
    max-width: 350px;
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .eventCardImage {
    max-width: 275px;
    max-height: 200px;
  }
  .ticketWrapper .backgroundImage.eventCardImage {
    max-width: 100%;
    max-height: 200px;
  }
}
.timelineImage {
  width: 160px;
  height: 130px;
  max-width: 180px;
  max-height: 130px;
}

@media (max-width: 768px) {
  .timelineImage {
    max-width: 130px;
    max-height: 90px;
  }
}
@media (max-width: 480px) {
  .timelineImage {
    width: 200px;
    height: 175px;
    max-width: 100%;
    max-height: -webkit-fill-available;
  }
  .timeLineInfo {
    width: 100%;
  }
}
.upcomingEventsImage {
  width: 100%;
  height: 175px;
}

.mud-calendar {
  background-color: grey;
}

.mud-cal-month-cell-title {
  background-color: grey;
}

.mud-chip-filled.mud-chip-color-primary {
  background-color: #c1fe01;
  color: black;
}

.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
  color: #f8f8f8;
}

.allEventsImage {
  width: 100%;
  height: 220px;
}

.customMudSelect .mud-select-input {
  background-color: #171717;
  border: 2px solid rgba(248, 248, 248, 0.225);
  border-radius: 15px;
  line-height: 2.45;
  text-indent: 8px;
  color: #f8f8f8;
  padding: 0px 20px 0px 10px;
  outline: none;
  width: 100%;
}
.customMudSelect .mud-select-input .mud-input-adornment {
  width: fit-content;
  height: fit-content;
  padding: 0px;
  border: none;
}
.customMudSelect .mud-select-input .mud-input-adornment .mud-icon-default {
  color: white;
  width: 30px;
  height: 50px;
}
.customMudSelect .mud-input::before {
  display: none;
}
.customMudSelect .mud-input::after {
  border-bottom: none;
}

.mud-list-item-clickable {
  background-color: #171717 !important;
  border-bottom: 2px solid rgba(248, 248, 248, 0.225);
}

.mud-list-item-icon .mud-icon-root.mud-svg-icon {
  fill: white !important;
}

.mud-list-item-text {
  color: white;
}
.mud-list-item-text :hover {
  color: grey;
}

.mud-popover {
  outline: 3px solid grey;
}

.sliderImage {
  width: 185px;
  height: 185px;
  padding: 8px;
  background-color: #252525;
  border-radius: 10px;
}
.sliderImage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.timelineContainer .mobileTimeline {
  display: none;
}

@media (max-width: 640px) {
  .timelineContainer .desktopTimeline {
    display: none;
  }
  .timelineContainer .mobileTimeline {
    display: flex;
  }
  .timelineContainer .timelineDate {
    padding-left: 20px;
  }
}
.btn-tcs {
  font-weight: bold;
  font-size: small;
  border-radius: 20px;
  padding: 6px 18px;
}

.adminSearch .mud-input > input.mud-input-root {
  color: black !important;
}

.pointer {
  cursor: pointer;
}

.info {
  color: #C1FE01;
}

.exploreEventsBanner {
  width: 100%;
  height: auto;
}

.chat-input-container input[type=text] {
  color: black !important;
}

.custom-table, .custom-table th, .custom-table td {
  border: 2px solid white;
  border-collapse: collapse;
}

.responsive-calendar {
  border: 2px solid white;
  outline: 2px solid white;
  color: white;
  background-color: gray;
}

@media only screen and (max-width: 480px) {
  .responsive-calendar {
    font-size: small;
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 360px) {
  .responsive-calendar {
    font-size: x-small;
    padding: 0.3rem;
  }
}
