/*---------------------------------------
    
    CSS INDEX
    ===================
	
  1. body
	2. header-section
	3. search-bar
	4. dj/venue owner
	5. feedback section
	6. app_slider
  7. custom_responsiveness
	
---------------------------------------*/

/* body */

html {
  scroll-behavior: smooth;
}

/* body.modal-open-p {
  height: 100vh;
  overflow-y: hidden;
} */


@font-face {
  font-family: "Divine Razier";
  src: url(../fonts/Divine\ Razier.otf);
}

@font-face {
  font-family: "Comfortaa-Regular";
  src: url(../fonts/Comfortaa-Regular.ttf);
}

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "EduSABeginner-Regular";
  src: url(../fonts/EduSABeginner.ttf);
}

@font-face {
  font-family: "Gudea-Regular";
  src: url(../fonts/Gudea-Regular.ttf);
}

@font-face {
  font-family: "Rajdhani-Regular";
  src: url(../fonts/Rajdhani.ttf);
}

@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
  font-family: "Prompt-Regular";
  src: url(../fonts/Prompt-Regular.ttf);
}
@font-face {
  font-family: "kalvika";
  src: url(../fonts/klavika-medium.otf);
}

@font-face {
  font-family: "viga";
  src: url(../fonts/Viga-Regular.ttf);
}

@font-face {
  font-family: "gadugi";
  src: url(../fonts/gadugi-normal.ttf);
}

@font-face {
  font-family: "Iceberg";
  src: url(../fonts/Iceberg-Regular.ttf);
}

@font-face {
  font-family: "Martel Sans";
  src: url(../fonts/MartelSans-Regular.ttf);
}

/* .scroll-lock {
  overflow: hidden !important;
}

.scroll-unlock {
  overflow-x: hidden;
} */

.img-responsive {
  border-radius: 20px;
}

/* .row {
  z-index: 2;
  width: 100%;
} */

.row-2 {
  z-index: 2;
  width: 100%;
}

.footer-border {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

*::-webkit-scrollbar-track {
  background: #fff;
}

.earning-containerr::-webkit-scrollbar-track {
  margin: 10px 0;
}

.preview-fixed-container::-webkit-scrollbar-track {
  margin: 10px 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #d31629;
  border-radius: 100px;
  border: 3px solid #d31629;
}

/* header section */

.logo-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cp_logo_wrapper #rotate-logo {
  animation: rotate 3s ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(10deg) scale(0.9);
  }

  25% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(10deg) scale(0.9);
  }

  75% {
    transform: rotate(0deg) scale(1);
  }

  100% {
    transform: rotate(10deg) scale(0.9);
  }
}

@keyframes wave {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.menubar {
  animation: wave 1s ease-in-out infinite;
}

g:nth-of-type(2) .menubar {
  animation-delay: 0.1s;
}

g:nth-of-type(3) .menubar {
  animation-delay: 0.2s;
}

g:nth-of-type(4) .menubar {
  animation-delay: 0.3s;
}

g:nth-of-type(5) .menubar {
  animation-delay: 0.4s;
}

.dm_heading_wrapper span {
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: 65px;
  font-weight: 500;
  color: #fff !important;
  position: relative;
}

.dmx_heading_wraper span {
  font-size: 32px;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  position: relative;
  margin-bottom: 50px;
}

/* png star */
.random_container img {
  position: absolute;
  z-index: 999;
  opacity: 1;
  -webkit-animation: randomRotate 4s linear infinite;
  animation: randomRotate 4s linear infinite;
}

@-webkit-keyframes randomRotate {
  0% {
    transform: rotate(10deg) scale(0.5);
    transform: translateX(-4000%) translateY(-4000%) rotate(0deg);
    opacity: 0;
  }

  25% {
    transform: rotate(360deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(0.5);
    opacity: 1;
  }

  75% {
    transform: rotate(3600deg) scale(1);
  }

  100% {
    transform: rotate(10deg) scale(0.5);
    transform: translateX(4000%) translateY(4000%) rotate(0deg);
    opacity: 0;
  }
}

@keyframes randomRotate {
  0% {
    transform: rotate(10deg) scale(0.5);
    transform: translateX(-4000%) translateY(-4000%) rotate(0deg);
    opacity: 0;
  }

  25% {
    transform: rotate(360deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(0.5);
    opacity: 1;
  }

  75% {
    transform: rotate(3600deg) scale(1);
  }

  100% {
    transform: rotate(10deg) scale(0.5);
    transform: translateX(4000%) translateY(4000%) rotate(0deg);
    opacity: 0;
  }
}

/* search-bar */

.search-heading {
  padding: 10% 0;
  font-family: "Divine Razier";
  font-size: 55px;
  line-height: 55px;
  letter-spacing: 5px;
}

.fade-in-text-container {
  width: 100%;
  padding: 30px 0 70px 0;
}

.fade-in-text {
  position: absolute;
  text-align: center;
}

.search-heading {
  padding: 50px 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0);

  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background: -moz-gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background: gradient(
    linear,
    left top,
    right top,
    from(#222),
    to(#222),
    color-stop(0.5, #fff)
  );
  background-size: 50px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation: shimmer 5s linear infinite;
  animation: shimmer 5s linear infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #ffffff00;
}

@keyframes shimmer {
  0% {
    background-position: top left;
  }

  70% {
    background-position: top right;
  }

  100% {
    background-position: top right;
  }
}

@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }

  70% {
    background-position: top right;
  }

  100% {
    background-position: top right;
  }
}

.search-heading div {
  line-height: 2;
  padding: 20px;
  background: linear-gradient(
    300deg,
    rgba(200, 200, 200, 0.8),
    rgba(255, 255, 255, 1),
    rgba(200, 200, 200, 0.8)
  );
  background-repeat: no-repeat;
  background-size: 95%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  -webkit-animation: glow 5s linear infinite;
  animation: glow 5s linear infinite;
}

@keyframes glow {
  0% {
    background-position: -2000%;
  }

  40% {
    background-position: 0;
  }

  70% {
    background-position: 0;
  }

  100% {
    background-position: -2500%;
  }
}

@-webkit-keyframes glow {
  0% {
    background-position: -2000%;
  }

  40% {
    background-position: 0;
  }

  70% {
    background-position: 0;
  }

  100% {
    background-position: -2500%;
  }
}

.rgb {
  top: 0;
  position: relative;
  color: #00000000;
  -webkit-animation: rgb 6s linear infinite;
  animation: rgb 6s linear infinite;
  border-radius: 20px;
}

@keyframes rgb {
  0% {
    box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #d31629,
      inset 0 0px 0px #fff;
  }

  30% {
    box-shadow: inset 0 0px 5px #fff, inset 0 0px 10px #d31629,
      inset 0 0px 30px #d31629;
  }
}

@-webkit-keyframes rgb {
  0% {
    box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #d31629,
      inset 0 0px 0px #fff;
  }

  30% {
    box-shadow: inset 0 0px 5px #fff, inset 0 0px 10px #d31629,
      inset 0 0px 30px #d31629;
  }
}

.z-index {
  position: relative;
  z-index: 1;
}

.rgb-navbar {
  background: rgba(255, 238, 0, 0);
  position: relative;
  display: flex;
  place-content: center;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
}

.rgb-navbar::before {
  content: "";
  position: absolute;
  width: 10%;
  height: 100%;
  background-image: linear-gradient(180deg, #fff, #d31629);
  animation: rotBGimg 5s linear infinite;
  transition: all 0.2s linear;
}

@keyframes rotBGimg {
  from {
    transform: translateX(-200%);
  }

  to {
    transform: translateX(1000%);
  }
}

.rgb-navbar::after {
  content: "";
  position: absolute;
  background: #2f2f2f;
  inset: 5px;
  border-radius: 15px;
}

::placeholder {
  font-size: 24px;
}

/* search bar eq animation */

.equalizer {
  display: none;
  justify-content: center;
  padding-top: 20px;
}

.bar-eq {
  width: 4px;
  height: 40px;
  margin: 0 2px;
  border-radius: 4px;
  animation-delay: -0.5s;
  -webkit-animation: bar-animation 1s infinite;
  animation: bar-animation 1s infinite;
}

@keyframes bar-animation {
  0% {
    box-shadow: 0 0 20px rgb(255, 255, 255);
    transform: scaleY(0.2);
    opacity: 0.1;
  }

  20% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(1);
    opacity: 0.9;
  }

  40% {
    box-shadow: 0 0 30px rgb(255, 255, 255);
    transform: scaleY(0.4);
    opacity: 0.5;
  }

  60% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(0.8);
    opacity: 0.3;
  }

  80% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(0.6);
    opacity: 0.8;
  }

  100% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(0.3);
    opacity: 1;
  }
}

@-webkit-keyframes bar-animation {
  0% {
    box-shadow: 0 0 20px rgb(255, 255, 255);
    transform: scaleY(0.2);
    opacity: 0.1;
  }

  20% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(1);
    opacity: 0.9;
  }

  40% {
    box-shadow: 0 0 30px rgb(255, 255, 255);
    transform: scaleY(0.4);
    opacity: 0.5;
  }

  60% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(0.8);
    opacity: 0.3;
  }

  80% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(0.6);
    opacity: 0.8;
  }

  100% {
    box-shadow: 0 0 10px rgb(255, 255, 255);
    transform: scaleY(0.3);
    opacity: 1;
  }
}

/* search bar */

.search-wrapper {
  position: relative;
  z-index: 10;
  transition: margin-top 0.3s ease-in-out;
}

.search-border {
  margin-top: 20%;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  padding: 30px;
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.2);
}

.search-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 3px;
  border-radius: 20px;
  background: linear-gradient(to top, #d31629, #fff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.search-input {
  width: 100%;
  color: #646789;
  background-color: #080a24d1;
  border-radius: 10px;
  border: 2px solid;
  border-color: white;
  background-image: url("../images/request-song/search.webp");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 5% center;
  padding: 30px 100px;
  font-size: 24px;
  z-index: 99;
  transition: width 0.1s;
  -webkit-animation: 6s search-glow linear infinite;
  animation: 6s search-glow linear infinite;
}

@keyframes search-glow {
  0% {
    box-shadow: 0px 0 0 #ffffffb9;
  }

  30% {
    box-shadow: 0px 0 30px #ffffffb9;
  }
}

@-webkit-keyframes search-glow {
  0% {
    box-shadow: 0px 0 0 #ffffffb9;
  }

  30% {
    box-shadow: 0px 0 30px #ffffffb9;
  }
}

.search-input:focus {
  width: 100%;
  border-radius: 10px 10px 0 0;
  /* border-bottom: none; */
}

.res {
  height: 300px;
  background: #080a24d1;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  z-index: 99;
  border: 2px solid white;
  border-top: none;
  overflow: auto;
  transition: display 1s;
}

.hideResults {
  display: none;
}

.listDj-noResFnd-top {
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

.listDj-noResFnd-btm {
  display: flex;
  justify-content: center;
}

.listDj-shwmr-btn {
  margin: 10px auto !important;
  color: #fff !important;
  padding: 5px 20px;
  width: 150px;
  height: 50px;
  border-radius: 30px !important;
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
  outline: none;
  border: none;
  cursor: pointer;
}

.res .listDj {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.res .listDj:hover {
  background: rgba(207, 208, 209, 0.3);
}

.res .listDj img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.res .listDj .desc {
  margin-left: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.res .listDj .desc .name {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin: 0;
}

.res .listDj .desc .address {
  color: #fff;
  font-size: 16px;
}

.res .listDj .desc .status {
  color: #fff;
  font-size: 14px;
}

.res .listDj .desc .distance {
  color: #fff;
  font-size: 16px;
}

.join-btn {
  cursor: pointer;
  --primary-color: #ef582b;
  --secondary-color: #fff;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 20px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  gap: 0.6em;
  font-weight: bold;
}

.join-btn .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-btn .arrow {
  width: var(--arrow-width);
  background: var(--primary-color);
  position: relative;
  transition: 0.2s;
}

.join-btn .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 6px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

.join-btn:hover {
  background-color: var(--hover-color);
}

.join-btn:hover .arrow {
  background: var(--secondary-color);
}

.join-btn:hover .arrow:before {
  right: 0;
}

/* dj/venue owner */

.dj-venue-wrapper {
  background-image: url(../images/dj-venue-owner/dj-ve-bg.webp);
  background-position: center 0;
  background-size: cover;
  position: relative;
  width: 100%;
  float: left;
  height: 100%;
  position: relative;
  padding: 100px 0;
}

.dmx_register_wraper {
  text-align: left;
}

.dmx_register_wraper h2 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ec3533;
  position: relative;
}

/* glow image */

.glow-img-dj {
  border-radius: 10px;
  transition: ease-in 0.1s;
  -webkit-animation: 3s fade-in-out-dj linear infinite;
  animation: 3s fade-in-out-dj linear infinite;
}

@keyframes fade-in-out-dj {
  0%,
  100% {
  }

  50% {
    -moz-box-shadow: 0 0 5px #fddf09;
    -webkit-box-shadow: 0 0 5px #fddf09;
    box-shadow: 0px 0px 20px #fddf09;
  }
}

@-webkit-keyframes fade-in-out-dj {
  0%,
  100% {
  }

  50% {
    -moz-box-shadow: 0 0 5px #fddf09;
    -webkit-box-shadow: 0 0 5px #fddf09;
    box-shadow: 0px 0px 20px #fddf09;
  }
}

.glow-img-ve {
  border-radius: 10px;
  transition: ease-in 0.1s;
  -webkit-animation: 3s fade-in-out-ve linear infinite;
  animation: 3s fade-in-out-ve linear infinite;
}

@keyframes fade-in-out-ve {
  0%,
  100% {
  }

  50% {
    -moz-box-shadow: 0 0 5px #ec3533;
    -webkit-box-shadow: 0 0 5px #ec3533;
    box-shadow: 0px 0px 20px #ec3533;
  }
}

@-webkit-keyframes fade-in-out-ve {
  0%,
  100% {
  }

  50% {
    -moz-box-shadow: 0 0 5px #ec3533;
    -webkit-box-shadow: 0 0 5px #ec3533;
    box-shadow: 0px 0px 20px #ec3533;
  }
}

/* register button */

.register-btn-dj {
  background: linear-gradient(180deg, #f6b910 0%, #d71b2c 100%);
  padding: 1em 3em;
  color: #fff;
  font-size: 15px;
  border-radius: 1em;
  outline: none;
  position: relative;
  transition: ease-in 0.1s;
  border: none;
  cursor: pointer;
}

.register-btn-dj:hover {
  box-shadow: 0 0 1em 0.3em #fde109dd;
  border: none;
}

.register-btn-ve {
  background: linear-gradient(180deg, #f6b910 0%, #d71b2c 100%);
  padding: 1em 3em;
  color: #fff;
  font-size: 15px;
  border-radius: 1em;
  outline: none;
  position: relative;
  transition: ease-in 0.1s;
  border: none;
  cursor: pointer;
}

.register-btn-ve:hover {
  box-shadow: 0 0 1em 0.3em #ec3533;
  border: none;
}

.search-place {
  width: 100%;
  height: 100%;
}

.slider-area video, #about_us video {
  position: absolute;
  z-index: 0;
}

.img-background-pic {
  position: absolute;
  z-index: 0;
}

.z-10{
  position: relative;
  z-index: 10;
}

/* feedback section */

.dm_testi_slider_main_wrapper
  .owl-item.center
  > div
  .dm_testi_slider_slide_mobile:after {
  border-radius: 10px;
}

.dm_testi_slider_slide_mobile:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
}

/* app-slider */

.item {
  margin-left: 10px;
}

.item:first-child {
  margin-left: 0;
}

.mobile-slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-download-section {
  padding: 20px;
}

.swiper-container {
  width: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mobile-slider-container .swiper-slide {
  width: 300px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.static-mobile {
  position: absolute;
  z-index: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border: 0.5px solid white;
  padding: 20px 18px;
  transition: 0.3s ease;
  border-radius: 5px;
}

.template-box .swiper-button-prev,
.template-box .swiper-button-next {
  padding: 0;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #ec3533;
  border: 0.5px solid transparent;
}

.flaticon-right-arrow,
.flaticon-left-arrow {
  color: white;
  font-size: 16px;
  line-height: 40px;
  cursor: pointer;
}

.gallery-view {
  display: none;
  margin: 0 auto;
  color: #fff !important;
  padding: 10px 15px !important;
  width: 200px;
  height: 50px;
  border-radius: 30px !important;
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
}

.video-view {
  display: none;
  margin: 20px auto;
  color: #fff !important;
  padding: 10px 15px !important;
  width: 200px;
  height: 50px;
  border-radius: 30px !important;
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
}

.dj-owner {
  position: relative;
}

.venue-owner {
  position: relative;
}

.lr_ev_img_wrapper img {
}

.lr_ev_img_cont_wrapper {
  position: absolute;
  width: 500px;
  padding: 20px;
  text-align: left;
}

.show-dj-venue {
  display: flex !important;
}

.hide-dj-venue {
  display: none !important;
}

.radio-btn-register {
  margin: 0 auto;
  color: #fff;
}

.radio-btn-register input[type="radio"] {
  display: none;
}

.radio-btn-register label {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
  width: 140px;
  text-align: center;
}

.radio-btn-register .dj-owner-label {
  border-color: #fddf09;
}

.radio-btn-register .venue-owner-label {
  border-color: #ec3533;
}

.radio-btn-register input[type="radio"]:checked + .dj-owner-label {
  background-color: #fddf09;
  color: #111;
}

.radio-btn-register input[type="radio"]:checked + .venue-owner-label {
  background-color: #ec3533;
  color: #fff;
}

.are-you-text {
  text-align: center;
  margin: 10px 0 20px 0;
}

.modal-content {
  background-color: #f9f9f9 !important;
  border-radius: 40px;
}

.modal-header .modal-title{
  font-family: "Montserrat";
  font-weight: 900;
  color: #2E2E2E;
}

.modal .form-control{
  margin: 0 0 20px 0;
  font-family: "Montserrat";
  color: #2E2E2E  !important;
  border: 1px solid #293B73;
  height: 50px;
}

#custom-social-link, #custom-music-link{
  font-family: "Montserrat";
  height: 50px;
  color: #2E2E2E  !important;
  border: 1px solid #293B73;
}

.modal .form-control::placeholder{
  color: #2E2E2E  !important;
}

.profile-icon-cont {
  width: 112px;
}

/* profile menu */

.profile-image {
  cursor: pointer;
  border-radius: 100%;
}

/* menu (the right one) */


.profile-wrapper-home .menu {
  left: -30px !important;

}
.menu {
  position: absolute;
  top: 50px;
  left: 0;
  width: 185px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  background: #0e1135;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 0 10px;
}

@media (min-width: 580px) {
  .menu {
    left: 10px;
  width: 200px;
}
}

.menu::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.menu.show {
  z-index: 20;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* notification dropdown */

.notification-icon{
  cursor: pointer;
}

.profile-wrapper-home .notification-dropdown {
  left: -30px !important;

}
.notification-dropdown {
  position: absolute;
  top: 50px;
  left: -60px;
  width: 300px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  background: #0e1135;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 10px;
  max-height: 500px;
  overflow: auto;
}

.notification-dropdown a {
  padding: 6px;
  border-radius: 5px;
}
.notification-dropdown a:hover {
  background-color: #fff3;
}

.notification-dropdown a:not(:first-child) {
  border-top: 1px solid #fff2;
}

@media (min-width: 768px) {
  .notification-dropdown {
  left: unset;
  right: 0;
}
}

.notification-text{
  margin-top: 5px;
  line-height: 14px;
}

.notification-dropdown::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.notification-dropdown.show {
  z-index: 20;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  right:-150px;
}

.language-selector{
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  padding: 6px 24px 6px 12px;
  border-radius: 5px;
  height: 50px;
}

.language-selector:hover{
  background-color: #ccc3;
}

.language-selector::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 48%;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: translateY(-48%) rotate(45deg);
}

.profile-wrapper-home .language-dropdown {
  left: -30px !important;
}
.language-dropdown {
  position: absolute;
  top: 50px;
  left: -60px;
  width: fit-content;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  background: #0e1135;
  color: #fff;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 10px;
  max-height: 500px;
  overflow: auto;
}
.language-dropdown a {
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}

.language-dropdown a span, .language-dropdown a img{
  pointer-events: none;
}
.language-dropdown a:hover {
  background-color: #fff3;
}
@media (min-width: 768px) {
  .language-dropdown {
  left: unset;
  right: 0;
}
}
.notification-text{
  margin-top: 5px;
  line-height: 14px;
}
.language-dropdown::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.language-dropdown.show {
  z-index: 20;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.owl-carousel {
  width: 100% !important;
}

.top-bar {
  background-color: #0e1135;
  position: relative;
  height: 64px;
  width: 100%;
  padding-right: 10px;
  padding-left: 40px;
}

@media only screen and (min-width: 640px) {
  .navbar-wrapper {
    width: 100%;
    z-index: 1;
    position: relative;
  }

  .navbar-wrapper div div {
    gap: 40px;
  }

  .navbar-wrapper div div a {
    font-size: 14px;
  }

  .navbar-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    right: 0;
    z-index: -1;
    background-image: url("../images/top-border-background/650px.webp");
    background-position: center 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .top-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar-wrapper:after {
    background-image: url("../images/top-border-background/800px.webp");
  }
}

@media only screen and (min-width: 1024px) {
  .navbar-wrapper:after {
    background-image: url("../images/top-border-background/1000px.webp");
  }
}

@media only screen and (min-width: 1400px) {
  .navbar-wrapper:after {
    background-image: url("../images/top-border-background/1300px.webp");
  }

  .navbar-wrapper div div {
    gap: 100px;
  }
}

@media only screen and (min-width: 767px) {
  .profile-icon-cont {
    width: 160px;
  }
}

.text-fade {
  position: relative;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.text-fade::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
}

.text-fade.profile::after {
  background: linear-gradient(to left, #0e1135, transparent);
}

.text-fade.rqstSong::after {
  background: linear-gradient(to left, #2C2E40, transparent);
}

.message-box {
  overflow-wrap: break-word;
  height: 70px;
  max-height: 70px;
}

/* Requested Song Section */

.info-container {
  padding: 10px;
}

.request-event-detail {
  background: #0e1135;
  position: relative;
  z-index: 1;
}

.request-event-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(45deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.white-border-poster-request {
  width: 1px;
  height: 50px;
  background-color: #fff;
  margin: 0 5px;
}

.date-cont {
  margin: 0 5px 0 0;
}

.date {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 30px;
  margin: 0;
}

.month {
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 24px;
  margin: 0;
}

.venue-cont {
  margin: 0 5px 0 5px;
}

.location,
.time {
  color: #ffffff;
  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  line-height: normal;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}


@media (min-width: 767px) {
  .location.event-place{
    max-width: 120px;
  }
  .location.event-country{
    max-width: 240px;
  }
}

@media (min-width: 992px){
  .location.event-place{
    max-width: 200px;
  }
  .location.event-country{
    max-width: 360px;
  }
}

.request-event-name {
  font-weight: 300;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.request-dj-name {
  font-weight: 300;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.bullet-point {
  margin-top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #fff;
}

.button-pair {
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-event-head {
  font-size: 16px;
}

/* User Profile */

.user-profile-box {
  position: relative;
  z-index: 1;
  background: #0e1135;
}

.user-profile-image {
  width: 150px;
  border-radius: 100%;
}

.user-profile-box::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(45deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.requested-song-wrapper {
  font-family: "Comfortaa", sans-serif;
}

.logout-btn {
  color: #fff;
  padding: 5px 10px;
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
  outline: none;
  border: none;
  cursor: pointer;
}

.user-form::placeholder {
  color: #fff !important;
}

.edit-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}

.add-bank-dj {
  background-color: rgba(217, 217, 217, 0.3);
  border: none !important;
  color: rgba(217, 217, 217, 1) !important;
  padding: 10px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px !important;
  width: 100%;
  cursor: pointer;
  border-radius: 5px;
}

.request-card-container {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
}

.filter-box {
  cursor: pointer;
}

.filter-menu {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  font-size: 14px;
  color: #e3e3e3;
  position: absolute;
  border-radius: 10px;
  top: 40px;
  right: 0;
  width: 230px;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
  background: #0e1135;
  z-index: 20;
}

.filter-menu.show {
  z-index: 20;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.filter-menu::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.free-request {
  flex: 1 1 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
}

.free-request input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  left: 0;  
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.0447917) 77.08%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: overlay, normal;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 2px;
  transition: all 0.3s;
  border: 0.3px solid;
  border-image: radial-gradient(80.69% 208.78% at 108.28% 112.58%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),radial-gradient(80.38% 222.5% at -13.75% -12.36%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.free-request input:checked ~ .checkmark {
  /* background: linear-gradient(100deg, #ec3434 0%, #f7aa16 100%); */
}

.checkmark:after {
  content: "";
  width: 7px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 6px;
  display: none;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.free-request input:checked ~ .checkmark:after {
  display: block;
}

.checkmark-small {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.0447917) 77.08%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: overlay, normal;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 2px;
  transition: all 0.3s;
  border: 0.3px solid;
  border-image: radial-gradient(80.69% 208.78% at 108.28% 112.58%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),radial-gradient(80.38% 222.5% at -13.75% -12.36%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.free-request input:checked ~ .checkmark-small {
  background: linear-gradient(100deg, #ec3434 0%, #f7aa16 100%);
}

.checkmark-small:after {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: none;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
}

.free-request input:checked ~ .checkmark-small:after {
  display: block;
}

.url-box,
.event-info-box,
.song-rqst-box,
.earning-container,
.qr-buttons,
.qr-container,
.identify-yourself-box,
.qr-preview,
.qr-selected {
  position: relative;
  z-index: 1;
  background: #0e1135;
}

.url-box:before,
.event-info-box:before,
.song-rqst-box::before,
.earning-container::before,
.qr-buttons::before,
.qr-container::before,
.identify-yourself-box::before,
.qr-preview::before,
.qr-selected::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 5px;
  background: linear-gradient(180deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.qr-preview::before{
  border-radius: 20px;
}

.qr-selected::before{
  padding : 6px
}

#qr-generate {
  cursor: pointer;
}

.qr-blur-effect{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  backdrop-filter: blur(5px);
  z-index: 4;
  border-radius: 6px;
}

.update-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  outline: none;
  border: none;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 10px;
}

.url-box{
  width: 100%;
}
.identify-yourself-box{
  width: 100%;
}

.download-btn {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.download-btn button {
  font-size: 10px;
  height: 35px;
  width: 50px;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 5px;
  background: linear-gradient(165deg, #ec3434 -169.27%, #f7aa16 111.21%);
}

.download-btn img {
  width: 20px;
  height: 20px;
}

.song-request-row .song-request-list {
transition: all ease-in-out 1s;
max-height: 500px;
overflow: auto;
}

.request-card {
  width: 100%;
  background: radial-gradient(90.16% 143.01% at 15.32% 21.04%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.0447917) 77.08%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: overlay, normal;
  backdrop-filter: blur(6px);
  border-radius: 8px;
}

.request-card.slide-out{
  animation: slideOut 0.5s linear;
}

@keyframes slideOut {
  0% {
  opacity: 1;
  height: 100%;
}
100% {
  opacity: 0;
  height: 0%;
  }
  
}

.tip-accept-btn,
.tip-reject-btn {
  margin: auto;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #fff;
  border-radius: 10px;
  gap: 10px;
}

.tip-accept-btn {
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
  border: none !important;
  outline: none !important;
  transition: all 0.1s ease-in-out;
}

.tip-reject-btn {
  background: #ffffff00;
  outline: none !important;
  border: 1px solid #ccc;
  transition: all 0.1s ease-in-out;
}

.tip-accept-btn:hover {
  background: linear-gradient(180deg, #f7aa16 0%, #ec3434 100%);
}

.tip-reject-btn:hover {
  color: #fff;
  background: #616161;
}

.tip-accept-btn.selected {
  background: transparent;
  position: relative;
  z-index: 0;
}

.tip-reject-btn.selected {
  background: transparent;
  position: relative;
  z-index: 0;
  border: none !important;
  outline: none !important;
  color: #ff0019;
}

.tip-accept-btn.selected::before,
.tip-reject-btn.selected::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.okay-btn {
  color: #fff;
  background: linear-gradient(180deg, #f7aa16 0%, #ec3434 100%);
  font-size: 12px;
  outline: none;
  border: none;
  border-radius: 10px;
  width: 80px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

#image-upload-background,
#image-upload-user,
#image-upload-poster,
#image-upload-entirebg {
  display: none;
  position: relative;
}

.username-suggestion {
  overflow: auto;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-items: start;
  align-items: start;
  z-index: 999;
  gap: 5px;
  top: 40px;
  left: 0;
  padding: 10px 20px;
  border-radius: 10px !important;
  width: 100%;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  max-height: 175px;
  background-color: #4c4e67;
  border: 1px solid #ccc;
}

.username-suggestion.show {
  opacity: 1;
}

.username-suggestion .username-not-available, 
.event-select-msg-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  color: #ccc;
  font-size: 12px;
}

.event-select-msg-box{
  animation: 0.2s fadeIn ease-in-out;
}

.username-suggestion .username-heading, .event-select-heading {
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

.username-suggestion .username-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 5px;
  color: #fff;
  font-size: 12px;
}

.username-suggestion .username-item{
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 10px;
  background: -webkit-linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid rgba(247, 170, 22, 0.3);
}

.event-text{
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 10px;
  background: -webkit-linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 16px;
} 

.address-suggestions {
  position: absolute;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  left: 0;
  top: 40px;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  background-color: #4c4e67;
  color: #fff;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  z-index: 10;
  animation: 0.2s fadeIn ease-in-out;
}

.address-suggestions-re{
  position: relative;
  overflow: auto;
  max-height: 500px;
  z-index: 1;
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.address-suggestions .event-names {
  
  border: 1px solid rgba(247, 170, 22, 0.3);
  border-radius: 10px;
  /* width: 100%; */
  cursor: pointer;
}

.address-suggestions .event-names:hover {
  background: #07091f;
}

/* Earning Section */

.request-money-btn {
  cursor: pointer;
  border-radius: 5px;
  color: #fff;
  margin: 10px 10px;
  font-size: 20px;
  padding: 5px;
  width: 250px;
  outline: none;
  border: none;
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
  background-position: center;
}

.request-money-btn:hover {
  background-size: 1000%;
  animation: 2s button-animation ease-in-out forwards;
}

@keyframes button-animation {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 250px;
  }
}

.crt-prf-btn {
  font-family: "Comfortaa", sans-serif;
  border-radius: 6px;
  border: 1px solid #fcde09;
  background: #fcde09;
  color: #000 !important;
  transition: box-shadow 0.5s;
}

.crt-prf-btn:hover {
  box-shadow: 0 0 10px #fcde09;
  background: #fcde09;
}

.crt-prf-btn:active {
  box-shadow: 0 0 10px #fcde09;
  background: #fcde09 !important;
}

.earning-bottom-fixed{
  position: sticky;
  bottom: 0;
  background-color: #0e1135;
  /* border-top: 1px solid #f59c19; */
}

.earning-containerr .table > :not(caption) > * > * {
  background-color: transparent !important;
  /* color: #efefef; */
}

.earning-containerr .table-headings th{
  padding: 20px 10px;
  white-space: nowrap;
}

.earning-containerr .song-requested {
  /* width: 300px; */
}

.earning-containerr .date-time {
  width: 220px;
}

.earning-containerr .event-name {
  /* width: 220px; */
}

.earning-containerr .tip-amt {
  width: 150px;
}

.earning-containerr {
  position: relative;
  overflow: auto;
  max-height: 500px;
  border-radius: 10px;
  background-color: #0e1135;
  z-index: 1;
  border: 1px solid #f59c19;
}

/* .earning-containerr::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  z-index: -1;
} */


.earning-table-top {
  width: 100%;
  height: 20px;
  position: relative;
  top: 0;
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
}

.table {
  border-radius: 20px !important;
  /* border-color: #f59c19; */
  margin-bottom: 0;
}

.user-info {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  /* width: 269px; */
  display: flex;
  overflow: hidden;
}

.container-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 0;
}

.container-image img {
  border-radius: 10px;
  max-height: 300px;
  max-width: 100%;
}

.amount-box.detail th{
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.amount-box.detail.one th {
  border-bottom: none;
}

.amount-box .text {
  color: #FFFFFF80;
  font-weight: 300;
}

.earning-containerr .no-hover th, .earning-containerr .no-hover td{
  box-shadow: none;
}

.amount-box.no-border th{
  border: none;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/* Loader */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
  position: relative;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 200px;
  width: 200px;
}

.loader {
  width: 48px;
  height: 48px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 0;
  background: #ff3d00;
  width: 3px;
  height: 24px;
  transform: translateX(-50%);
}

.qr-cont{
  align-items: center;
  justify-content: center;
  min-height: 200px;
  min-width: 200px;
  width: 230px;
  z-index: 0;
}

.error-msg{
  position: absolute;
  bottom: -5px;
  font-size: 16px;
  animation: fadeIn 0.1s linear;
}

.from-footer .error-msg{
  position: absolute;
  width: 100%;
  top: 60px;
  font-size: 14px;
  animation: fadeIn 0.1s linear;
}
.from-footer .error-msg_message{
  position: absolute;
  width: 100%;
  top: 120px;
  font-size: 14px;
  animation: fadeIn 0.1s linear;
}

@media (max-width: 580px) {
  .error-msg{
    position: static;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.djfy-btn{
  background: linear-gradient(90.3deg, #EC3434 0.16%, #F7AB16 101.62%);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  color: #fff;
}

.djfy-btn:hover{
  color: #fff;
}

.add-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 10px;
  border: 0.3px solid;
  border-image: radial-gradient(80.69% 208.78% at 108.28% 112.58%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),radial-gradient(80.38% 222.5% at -13.75% -12.36%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #60366F 0%, #293B73 100%);
  border-radius: 10px;

}

.add-icon.fa-trash-can {
  margin-top: 10px;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

.white-border {
  width: 1px;
  height: 20px;
  background-color: white;
  margin: 0 5px;
}

.event-slider-img {
  object-position: center;
  object-fit: cover;
}

.event-slider-img img {
  width: 100%;
  height: 100%;
}

.rs-subdropdown {
  position: relative;
  height: 30px;
  width: fit-content;
  padding: 0 30px;
  border: 1px solid rgb(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.rs-subdropdown::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  display: inline-block;
  -webkit-transform:translateY(-50%) rotate(45deg);
  padding: 3px;  transform:translateY(-50%) rotate(45deg);
}

.rs-subdropdown-options{
  position: absolute;
  border-radius: 0px 0px 10px 10px;
  top: 30px;
  left: 0;
  max-height: 150px;
  width: 100%;
  z-index: 10;
  overflow: auto;
  animation: 0.2s fadeIn ease-in-out;
  background-color: #07091f;
}

.rs-subdropdown-option{
  border: 1px solid #cccccc50;
  width: 100%;
  padding: 10px 0;
}
.rs-subdropdown-option:hover{
  background-color: #0e1135;
}

.username-icons{
  position: absolute;
  border-radius: 0 5px 5px 0 !important;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 50px;
  height: 100%;
  &>i {
    cursor: pointer;
  }
}

.reset-btn{
  color: #fff;
  background: linear-gradient(180deg, #f7aa16 0%, #ec3434 100%);
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}

.gap3{
  gap: 1rem;
}


/* shubham's  css */
/* ========================================================================== */

.input_tags{
  gap: 12px;
}

.input_tags label {
  color: #ffffffde;
  margin-bottom: 5px;
}
.input_tags input {
  padding-block: 1.5rem;
}

button.save_btnn {
  width: 260px !important;
 height: auto;
 padding-block: 1rem;
 font-weight: 500;
 font-size: 18px;
}

.custom-container-dj .profile_back_btn, .custom-container-user .profile_back_btn {
  color: #ffffffde;
  left: 3%;
  top: 16px;
  font-size: 25px;
  cursor: pointer;
}

.profile_edit_btn {
  color: #ffffffde;
  right: 3%;
  top: 16px;
  cursor: pointer;
  text-decoration: underline;
  /* font-size: 25px; */
}
.profile_camera-icon{
  border-radius: 50%;
  height: 30px;
  background: linear-gradient(90deg, #EC3434, #F7AA16);
  color: #fff;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
}

/* otp Modal */
#otpModal .modal-dialog, #captcha .modal-dialog {
  /* max-width: 400px; */
  margin: auto;
  margin-top: 15%;  
  
}

#otpModal .modal-content, #captchaModal .modal-content {
  background-color: #fff !important;
  padding-block: 1rem;
}
#otpModal .modal-body h2, #captchaModal .modal-body h2{
  font-family: 'Montserrat';
  color: #2E2E2E;
  margin-bottom: 1.5rem;
}

.modal-dialog .cross-icn {
  position: absolute;
  right: 20px;
  top: 5px;
  color:#000
}

.input-field-otp input {
  height: 60px;
  width: 60px;
  border-radius: 6px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #ddd;
  background-color: #eaeaea;
}

.input-field-otp{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

#otpModal .modal-body p{
  color: #6C6C6C;
  margin-bottom: 1rem;
}

#otpModal .modal-footer{
  border: 0;
  padding: 0 !important;
}

#otpModal .input_tags {
  padding-inline: 1.5rem;
}

#otpModal .input_tags label {
  color: #6C6C6C;
  text-align: left;
}

#otpModal .input_tags input {
  padding-block: 0.5rem;
  color: #000 !important;
  font-size: 20px;
}
.otp_input_boxes div.col-3 {
  padding-inline: 0.5rem !important;
}

#otpModal .modal-footer button{
  width: 80%;
  padding: 1rem;
  font-size: 20px;
  background: linear-gradient(90deg, #EC3434, #F7AA16);
  border: 0;
  border-radius: 30px;
}
 
@media screen and (max-width: 768px){
  button.save_btnn {
    width: 150px !important;
  }
}
@media screen and (max-width: 576px){
  #otpModal .modal-body p {
    padding-inline: 1rem !important;
  }
}

body.modal-open > :root {
  overflow: hidden;
}



/* Dj Profile  */

.bank_account_details {
  background: linear-gradient(45deg, #ed5b28, #f9bc11);
  padding: 1px;
  border-radius: 5px;
  cursor: pointer;
}
.bank_account_details .bank_input , .bank_account_details .bank_user_details {
  background: #0e1135 !important;
  border-radius: 5px;
  display: none;
}
.bank_account_details .bank_user_details.active {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bank_account_details .heading {
  background: #0e1135;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bank_account_details .heading.b-0 {
  background: #0e1135;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}

.bank_account_details .heading p {
  padding: 1.5rem 1rem;
  margin: 0 !important;
  cursor: pointer;
}
.bank_user_details .details_input input{
  padding: .8rem;
}

.fa-xmark{
  cursor: pointer;
}

.song-request-width{
  width: 320px;
  padding: 10px;
}

.song-request-search input{
  background: #0D0F31;
  border-radius: 10px;
  outline: 0;
  border: none;
  padding-left: 50px;
  color: #fff;
}

.song-request-search{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #0D0F31;
  border-radius: 10px;
  z-index: 2;
  padding: 2px;
}

.song-request-search::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #EC3434, #F7AA16);
  padding: 20px;
  border-radius: 10px;
  z-index: -1;
  }

  .requested-songs .search-icon {
    position: absolute;
    left: 10px;
  }

/* Events */
.tabs_events .event {
  background: url('../images/backgrounds/events-list-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #262626;
}

.tabs_events .event_details p {
  color: #fff;
}

.tabs_events .event_details .left-text {
  font-size: 14px;
}


.tabs_events .event_details .right-text p {
     font-size: 18px;
}
.tabs_events .event_details .right-text .date {
  border-right: 2px solid #fff;
  padding: 10px;
  white-space: nowrap;
}



.tabs_events .event_details .right-text .avanue p {
  font-size: 14px;
  font-weight: 400;
}

.lists_Container .nav-tabs {
  display: flex;
  gap: 4rem;
  border: 0;
}

.lists_Container .nav-tabs .nav-link{
 border: 0;
 border-radius: 0;
 color: #ffffff60;
 transition: none;
}

.lists_Container .nav-tabs .nav-link.active {
  color: #fff !important;
  background: none;
}

.lists_Container .nav-tabs .nav-link.active.border-gradient{
  border-bottom: 4px solid;
  border-image-slice: 1;
  border-width: 2px;
}


.lists_Container .nav-tabs .nav-link.active.border-gradient-green{
  border-image-source: linear-gradient(45deg, #EC3434, #F7AA16);
}

.lists_Container .tab-content .logo {
  width: 100px;
}

.lists_Container .tab-content .logo.previous {
  filter: grayscale(1);
}

.lists_Container .tab-content .stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lists_Container .tab-content .poster {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.bullet-dot{
width: 5px;
height: 5px;
border-radius: 100%;
background-color: #fff;
}



@media screen and (min-width: 1024px) {
  .data_avanue {
    padding-right: 2rem;
  }

}
@media screen and (max-width: 460px) {
  .lists_Container .nav-tabs {
    gap: 1rem;
}
.lists_Container .nav-tabs .nav-link {
  padding: 12px ;
}
}

@media screen and (max-width: 344px) {
  .date , .avanue p {
   text-align: center !important;
  }
  .date {
    padding: 0 !important;
    border: none !important;
  }
  .lists_Container .nav-tabs {
    gap: 0rem;
}
.lists_Container .nav-tabs .nav-link {
  padding: 8px ;
}
}


/* custom responsiveness */

@media only screen and (min-width: 200px) and (max-width: 380px) {
  /* search bar */
  /* .search-wrapper {
    margin-top: 40vh;
  } */

  ::placeholder {
    font-size: 12px;
  }

  .search-input {
    width: 98%;
    padding: 10px 30px;
    font-size: 12px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 10px;
  }

  .listDj-noResFnd-top,
  .listDj-noResFnd-btm {
    font-size: 12px;
  }

  .listDj-shwmr-btn {
    padding: 0;
    width: 100px;
    height: 40px;
    font-size: 12px;
  }

  .search-border {
    padding: 20px 10px;
  }

  .search-heading div {
    padding: 5px;
  }

  .fade-in-text-container {
    padding: 20px;
  }

  .res {
    height: 350px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 50px;
    height: 40px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 12px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 12px;
  }

  .res .listDj .desc .distance {
    font-size: 12px;
  }

  .res .listDj .desc .status {
    font-size: 10px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* app-slider */
  .static-mobile-img {
    width: 230px;
    height: 460px;
  }

  .swiper-img {
    width: 210px;
    height: 440px;
  }

  /* event-slider */
  .category_wrapper {
    margin-top: -320px;
    height: 500px;
    padding: 30px 0;
  }

  .lr_ev_img_cont_wrapper {
    width: 300px;
    padding: 10px 20px 10px 10px;
  }

  .lr_ev_img_cont_wrapper p {
    font-size: 14px;
  }

  .register-btn-dj {
    padding: 5px 20px;
    font-size: 12px;
  }

  .register-btn-ve {
    padding: 5px 20px;
    font-size: 12px;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 16px;
  }

  .time {
    font-size: 12px;
  }

  .month {
    font-size: 12px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 16px;
  }

  .request-dj-name {
    font-size: 14px;
  }

  .request-event-head {
    font-size: 16px;
  }

  .custom-container-dj, .custom-container-user {
    margin: 0 auto;
    width: 100%;
  }

  .rqstSong {
    max-width: 150px;
  }

  .input-field-otp input{
    width: 45px;
    height: 45px;
  }

  #otpModal .modal-footer button{
    padding: 10px;
  }
}

@media only screen and (min-width: 381px) and (max-width: 460px) {
  /* search bar */
  /* .search-wrapper {
    margin-top: 40vh;
  } */

  ::placeholder {
    font-size: 14px;
  }

  .search-input {
    padding: 10px 40px;
    font-size: 12px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 10px;
  }

  .search-border {
    padding: 20px;
  }

  .listDj-noResFnd-top,
  .listDj-noResFnd-btm {
    font-size: 12px;
  }

  .listDj-shwmr-btn {
    padding: 0;
    width: 100px;
    height: 40px;
    font-size: 12px;
  }

  .fade-in-text-container {
    padding: 20px;
  }

  .res {
    height: 350px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 50px;
    height: 40px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 12px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 12px;
  }

  .res .listDj .desc .distance {
    font-size: 12px;
  }

  .res .listDj .desc .status {
    font-size: 10px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* app-slider */
  .static-mobile-img {
    width: 230px;
    height: 460px;
  }

  .swiper-img {
    width: 210px;
    height: 440px;
  }

  /* event-slider */
  .category_wrapper {
    margin-top: -320px;
    height: 330px;
    padding: 30px 0;
  }

  .play-icon {
    width: 30px !important;
  }

  .lr_ev_img_cont_wrapper {
    width: 300px;
    padding: 10px 20px;
  }

  .lr_ev_img_cont_wrapper p {
    margin: 10px 0;
    font-size: 16px;
  }

  .register-btn-dj {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 1em;
  }

  .register-btn-ve {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 1em;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 16px;
  }

  .time {
    font-size: 12px;
  }

  .month {
    font-size: 12px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 16px;
  }

  .request-dj-name {
    font-size: 14px;
  }

  .request-event-head {
    font-size: 16px;
  }

  .custom-container-dj, .custom-container-user   {
    margin: 0 auto;
    width: 100%;
  }

  .rqstSong {
    max-width: 170px;
  }

  .input-field-otp input{
    width: 45px;
    height: 45px;
  }

  #otpModal .modal-footer button{
    padding: 10px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 480px) {
  /* search bar */
  /* .search-wrapper {
    margin-top: 45vh;
  } */

  ::placeholder {
    font-size: 14px;
  }

  .search-input {
    padding: 10px 45px;
    font-size: 14px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 10px;
  }

  .search-border {
    padding: 20px;
    margin-bottom: 10px;
  }

  .fade-in-text-container {
    padding: 20px;
  }

  .res {
    height: 350px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 50px;
    height: 40px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 12px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 12px;
  }

  .res .listDj .desc .distance {
    font-size: 12px;
  }

  .res .listDj .desc .status {
    font-size: 10px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* app-slider */
  .static-mobile-img {
    width: 230px;
    height: 460px;
  }

  .swiper-img {
    width: 210px;
    height: 440px;
  }

  /* event-slider */
  .category_wrapper {
    margin-top: -320px;
    height: 330px;
    padding: 30px 0;
  }

  .play-icon {
    width: 30px !important;
  }

  .lr_ev_img_cont_wrapper {
    width: 380px;
    padding: 10px 20px;
  }

  .lr_ev_img_cont_wrapper p {
    font-size: 16px;
    margin: 10px 0;
  }

  .register-btn-dj {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 1em;
  }

  .register-btn-ve {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 1em;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 16px;
  }

  .time {
    font-size: 12px;
  }

  .month {
    font-size: 12px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 16px;
  }

  .request-dj-name {
    font-size: 14px;
  }

  .request-event-head {
    font-size: 16px;
  }

  .custom-container-dj, .custom-container-user   {
    margin: 0 auto;
    width: 80%;
  }

  .rqstSong {
    max-width: 220px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 580px) {
  /* search bar */
  /* .search-wrapper {
    margin-top: 45vh;
  } */

  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 10px 45px;
    font-size: 16px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 10px;
  }

  .search-border {
    padding: 20px;
    margin-bottom: 10px;
  }

  .fade-in-text-container {
    padding: 20px;
  }

  .listDj-shwmr-btn {
    padding: 0;
    width: 100px;
    height: 40px;
    font-size: 12px;
  }

  .res {
    height: 350px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 50px;
    height: 40px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 16px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 14px;
  }

  .res .listDj .desc .distance {
    font-size: 14px;
  }

  .res .listDj .desc .status {
    font-size: 14px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* app-slider */
  .static-mobile-img {
    width: 250px;
    height: 480px;
  }

  .swiper-img {
    width: 220px;
    height: 460px;
  }

  /* event-slider */
  .category_wrapper {
    margin-top: -320px;
    height: 330px;
    padding: 30px 0;
  }

  .play-icon {
    width: 30px !important;
  }

  .lr_ev_img_cont_wrapper {
    width: 400px;
    padding: 10px 20px;
  }

  .lr_ev_img_cont_wrapper p {
    font-size: 16px;
    margin: 10px 0;
  }

  .register-btn-dj {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 1em;
  }

  .register-btn-ve {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 1em;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 16px;
  }

  .time {
    font-size: 12px;
  }

  .month {
    font-size: 12px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 16px;
  }

  .request-dj-name {
    font-size: 16px;
  }

  .request-event-head {
    font-size: 24px;
  }

  .custom-container-dj, .custom-container-user {
    margin: 0 auto;
    width: 80%;
  }

  .rqstSong {
    max-width: 260px;
  }
}

@media only screen and (min-width: 581px) and (max-width: 700px) {
  /* search bar */
  /* .search-wrapper {
    margin-top: 45vh;
  } */

  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 10px 45px;
    font-size: 16px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 10px;
  }

  .search-border {
    padding: 20px;
    margin-bottom: 10px;
  }

  .fade-in-text-container {
    padding: 20px;
  }

  .listDj-shwmr-btn {
    padding: 0;
    width: 100px;
    height: 40px;
    font-size: 12px;
  }

  .res {
    height: 350px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 50px;
    height: 40px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 14px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 14px;
  }

  .res .listDj .desc .distance {
    font-size: 14px;
  }

  .res .listDj .desc .status {
    font-size: 12px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* event-slider */
  .category_wrapper {
    margin-top: -320px;
    height: 330px;
    padding: 30px 0;
  }

  .lr_ev_img_cont_wrapper {
    width: 450px;
    padding: 10px 20px;
  }

  .lr_ev_img_cont_wrapper p {
    font-size: 16px;
    margin: 10px 0;
  }

  .register-btn-dj {
    padding: 15px 25px;
    font-size: 15px;
    border-radius: 1em;
  }

  .register-btn-ve {
    padding: 15px 25px;
    font-size: 15px;
    border-radius: 1em;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 16px;
  }

  .time {
    font-size: 16px;
  }

  .month {
    font-size: 16px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 16px;
  }

  .request-dj-name {
    font-size: 16px;
  }

  .request-event-head {
    font-size: 24px;
  }

  .custom-container-dj, .custom-container-user {
    margin: 0 auto;
    width: 70%;
  }

  .rqstSong {
    max-width: 450px;
  }
}

@media only screen and (min-width: 701px) and (max-width: 767px) {
  /* search bar */
  /* .search-wrapper {
    margin-top: 45vh;
  } */

  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 10px 45px;
    font-size: 16px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 10px;
  }

  .search-border {
    padding: 20px 10px;
  }

  .fade-in-text-container {
    padding: 20px;
  }

  .listDj-shwmr-btn {
    padding: 0;
    width: 100px;
    height: 40px;
    font-size: 12px;
  }

  .res {
    height: 400px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 60px;
    height: 50px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 14px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 14px;
  }

  .res .listDj .desc .distance {
    font-size: 14px;
  }

  .res .listDj .desc .status {
    font-size: 12px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* event-slider */
  .category_wrapper {
    margin-top: -320px;
    height: 330px;
    padding: 30px 0;
  }

  .lr_ev_img_cont_wrapper {
    width: 450px;
    padding: 10px 20px;
  }

  .lr_ev_img_cont_wrapper p {
    font-size: 16px;
    margin: 10px 0;
  }

  .register-btn-dj {
    padding: 15px 25px;
    font-size: 15px;
    border-radius: 1em;
  }

  .register-btn-ve {
    padding: 15px 25px;
    font-size: 15px;
    border-radius: 1em;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 16px;
  }

  .time {
    font-size: 16px;
  }

  .month {
    font-size: 16px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 16px;
  }

  .request-dj-name {
    font-size: 16px;
  }

  .request-event-head {
    font-size: 24px;
  }

  .custom-container-dj, .custom-container-user {
    margin: 0 auto;
    width: 70%;
  }

  .rqstSong {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* search bar */
  /* .search-wrapper {
    margin-top: 45vh;
  } */

  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 15px 45px;
    font-size: 16px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 10px;
  }

  .search-border {
    padding: 50px 10px;
  }

  .fade-in-text-container {
    padding: 20px;
  }

  .res {
    height: 400px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 70px;
    height: 60px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 14px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 14px;
  }

  .res .listDj .desc .distance {
    font-size: 14px;
  }

  .res .listDj .desc .status {
    font-size: 12px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* event-slider */
  .category_wrapper {
    margin-top: -320px;
    height: 300px;
    padding: 30px 0;
  }

  /* .swiper-button-prev,
  .swiper-button-next {
    display: none;
  } */

  .lr_ev_img_cont_wrapper {
    width: 300px;
    padding: 10px 20px;
  }

  .lr_ev_img_cont_wrapper p {
    font-size: 16px;
    margin: 10px 0;
  }

  .register-btn-dj {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 1em;
  }

  .register-btn-ve {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 1em;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 12px;
  }

  .time {
    font-size: 12px;
  }

  .month {
    font-size: 14px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 14px;
  }

  .request-dj-name {
    font-size: 14px;
  }

  .request-event-head {
    font-size: 20px;
  }

  .user-profile-image {
    width: 120px;
  }

  .custom-container-dj, .custom-container-user{
    margin: 0 auto;
    width: 70%;
  }

  .rqstSong {
    max-width: 450px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  /* search bar */

  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 30px 60px;
    font-size: 16px;
    background-size: 12px 12px;
    background-position: 5% center;
  }

  .search-heading {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 10px;
  }

  .search-border {
    padding: 50px;
    margin-bottom: 150px;
  }

  .fade-in-text-container {
    padding: 30px;
  }

  .res {
    height: 400px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 80px;
    height: 70px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 14px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 14px;
  }

  .res .listDj .desc .distance {
    font-size: 14px;
  }

  .res .listDj .desc .status {
    font-size: 12px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  } */

  .mainmenu ul li a {
    padding: 30px 15px 30px 15px;
  }

  .lr_ev_img_cont_wrapper {
    width: 400px;
    padding: 10px 20px;
  }

  .lr_ev_img_cont_wrapper p {
    font-size: 14px;
    margin: 10px 0;
  }

  .register-btn-dj {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 1em;
  }

  .register-btn-ve {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 1em;
  }

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 20px;
  }

  .time {
    font-size: 16px;
  }

  .month {
    font-size: 16px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 18px;
  }

  .request-dj-name {
    font-size: 18px;
  }

  .request-event-head {
    font-size: 24px;
  }

  .user-profile-image {
    width: 120px;
  }

  .custom-container-dj, .custom-container-user   {
    margin: 0 auto;
    width: 55%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  /* search bar */
  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 30px 60px;
    font-size: 16px;
    background-size: 16px 16px;
    background-position: 2% center;
  }

  .search-heading {
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 10px;
  }

  .search-border {
    padding: 50px;
  }

  .fade-in-text-container {
    padding: 35px;
  }

  .res {
    height: 200px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 90px;
    height: 80px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 20px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 16px;
  }

  .res .listDj .desc .distance {
    font-size: 16px;
  }

  .res .listDj .desc .status {
    font-size: 14px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  } */

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 14px;
  }

  .time {
    font-size: 14px;
  }

  .month {
    font-size: 16px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 14px;
  }

  .request-dj-name {
    font-size: 14px;
  }

  .request-event-head {
    font-size: 20px;
  }

  .user-profile-image {
    width: 120px;
  }

  .custom-container-dj, .custom-container-user{
    margin: 0 auto;
    width: 45%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1499px) {
  /* search bar */

  /* .search-wrapper {
    margin-top: 45vh;
  } */

  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 30px 60px;
    font-size: 20px;
    background-size: 16px 16px;
    background-position: 2% center;
  }

  .search-heading {
    margin-bottom: 60px;
    font-size: 45px;
    line-height: 10px;
  }

  .search-border {
    padding: 50px;
  }

  .fade-in-text-container {
    padding: 35px;
  }

  .res {
    height: 300px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 90px;
    height: 80px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 16px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 14px;
  }

  .res .listDj .desc .distance {
    font-size: 14px;
  }

  .res .listDj .desc .status {
    font-size: 14px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  } */

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 16px;
  }

  .time {
    font-size: 16px;
  }

  .month {
    font-size: 16px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 18px;
  }

  .request-dj-name {
    font-size: 20px;
  }

  .request-event-head {
    font-size: 20px;
  }

  .user-profile-image {
    width: 120px;
  }

  .custom-container-dj, .custom-container-user{
    margin: 0 auto;
    width: 60%;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 3000px) {
  /* search bar */

  /* .search-wrapper {
    margin-top: 45vh;
  } */

  ::placeholder {
    font-size: 16px;
  }

  .search-input {
    padding: 30px 60px;
    font-size: 20px;
    background-size: 16px 16px;
    background-position: 2% center;
  }

  .search-heading {
    margin-bottom: 60px;
    font-size: 45px;
    line-height: 10px;
  }

  .search-border {
    padding: 50px;
  }

  .fade-in-text-container {
    padding: 40px;
  }

  .res {
    height: 300px;
  }

  .res .listDj {
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
  }

  .res .listDj img {
    width: 100px;
    height: 90px;
  }

  .res .listDj .desc {
    margin-left: 10px;
  }

  .res .listDj .desc .name {
    font-size: 20px;
  }

  .res .listDj .desc .about {
    width: 80%;
  }

  .res .listDj .desc .address {
    font-size: 16px;
  }

  .res .listDj .desc .distance {
    font-size: 16px;
  }

  .res .listDj .desc .status {
    font-size: 14px;
  }

  .res .listDj .desc .join-btn {
    margin: 10px 0 10px 0;
    padding: 1px 10px;
  }

  /* .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  } */

  /* Requested Song */

  .date-cont {
    margin: 0 5px 0 0;
  }

  .date,
  .location {
    font-size: 20px;
  }

  .time {
    font-size: 16px;
  }

  .month {
    font-size: 16px;
  }

  .venue-cont {
    margin: 0 5px 0 5px;
  }

  .request-event-name {
    font-size: 20px;
  }

  .request-dj-name {
    font-size: 20px;
  }

  .request-event-head {
    font-size: 20px;
  }

  .user-profile-image {
    width: 150px;
  }

  .custom-container-dj, .custom-container-user {
    margin: 0 auto;
    width: 50%;
  }
}

/* Special Exception Don't Modify */
@media only screen and (min-width: 200px) and (max-width: 575px) {
  .requested-song-wrapper {
    width: 100% !important;
  }
}

@media only screen and (min-width: 575px) and (max-width: 991px) {
  .requested-song-wrapper {
    width: 65% !important;
  }

  .requested-song-top-wrapper {
    width: 35% !important;
  }
}

/* For Preview Section */

.template-preview{
  cursor: grab;
  position: fixed;
  z-index: 5;
  height: 600px;
  width: 330px;
}

.in {
  animation: fadeIn 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0;
    width: 0;
  }

  100% {
    opacity: 1;
  }
}

.out {
  animation: fadeOut 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    height: 0;
    width: 0;
  }
}

.preview-btn {
  position: fixed;
  right: 15px;
  bottom: 80px;
  padding: 10px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  color: #fff;
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
  cursor: pointer;
  border-radius: 10px;
  z-index: 99;
}

.preview-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bounce {
  animation: bounce 1.5s infinite ease-in-out;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-15%);
  }

  50% {
    transform: translateY(10%);
  }

  80% {
    transform: translateY(-50%) rotate(360deg);
  }

  100% {
    transform: translateY(0) rotate(360deg);
  }
}

.close-icn {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
}

.mobile-layout{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.mobile-notch {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.overlay-iframe{
position: fixed;
inset: 0;
width: 100%;
height: 100%;
background: #000000cc;
z-index: 999;
}

.iframe{
  position: absolute;
  width: 94%;
  height: 98%;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "EduSABeginner-Regular", sans-serif;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#previewIframeMobile {
  transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 1000;
}

#previewIframeMobile .iframe {
  width: 90%;
  border-radius: 20px;
}

#previewIframeMobile .close-icn{
    right: 10px;
    top: -10px;
}

#previewIframeDesktop{
  right: 10px;
}

#previewIframeDesktop iframe {
  pointer-events: none;
  border-radius: 50px;
}

@media (min-width: 1000px) {
  #previewIframeDesktop .template-preview{
    cursor: grab;
    position: fixed;
    z-index: 5;
    height: 700px;
    width: 380px;
  }
  
}


#temp-4.preview-fixed-container {
  font-family: "EduSABeginner-Regular", sans-serif;
  background-image: url(../web-templates/template-4/assets/main-bg.webp);
  background-size: cover;
}

@media (min-width: 640px) {
  .preview-fixed-container {
    width: 330px;
    max-height: 650px;
  }

  .profile-5 {
    width: 80px;
    top: 100px;
  }

  .info-container-5 {
    margin-top: 30px;
  }
  .username-icons{
    right: 20px;
  }
}

@media (min-width: 768px) {
  .tabs_events .event_details {
    width: 90%;
  }
  .tabs_events .event_details .left-text {
    width: 25%;
  }
  .tabs_events .event_details .right-text {
    width: 70%;
  }
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {

  .profile-5 {
    width: 90px;
  }

  .poster-5 {
    width: 230px;
  }
}

@media (min-width: 1536px) {
}


/* DJ Dashboard */


.dj-dashboard .dashboard{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 40px;
}

.dj-dashboard .dashboard .info-row{
  width: 100%;
}

.dj-dashboard .dashboard .info-row .box {
  position: relative;
  height: 150px;
  width: 100%;
  border-radius: 15px;
  z-index: 1;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #ed5b28, #f9bc11);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
}

.dj-dashboard .dashboard .info-row .box.live-box{
  background: linear-gradient(133.58deg, rgba(96, 47, 175, 0.5) -18.6%, rgba(7, 11, 56, 0.5) 82.34%);
}

.dj-dashboard .dashboard .info-row .box.total-box{
  background: linear-gradient(131.68deg, rgba(211, 23, 41, 0.5) -95.84%, rgba(17, 22, 96, 0.5) 109.72%);
} 

.dj-dashboard .dashboard .info-row .box.earning-box{
  background: linear-gradient(126.97deg, rgba(96, 226, 255, 0.5) -74.32%, rgba(7, 10, 56, 0.5) 95.15%);
}


.dj-dashboard .dashboard .chart-row{
  position: relative;
  border-radius: 40px;
  z-index: 1;
  width: 100%;
  padding: 50px;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #ed5b28, #f9bc11);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
}

#chartdiv {
  width: 100%;
  height: 500px;
}

/* Style for the dropdown button */
.dropdown-chart {
  position: relative;
  display: inline-block;
}

.chart-year{
  padding: 20px 0;
}

.chart-year .dropbtn {
  background: linear-gradient(90.3deg, #EC3434 0.16%, #F7AB16 101.62%);
  border-radius: 5px;
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 180px;
  position: relative;
  z-index: 1;

  &::before{
    content: "";
    background-image: url("../images/dashboard/down-arrow.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    z-index: 2;
  }

  &.open::before {
    transform: rotate(180deg);
  }
}

.chart-year .dropdown-content.show {
  display: block;
}

.chart-year .dropdown-content {
  display: none;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ccc;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.dj-dashboard .dashboard .song-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dj-dashboard .dashboard .song-request-row{
  position: relative;
  border-radius: 40px;
  z-index: 1;
  width: 100%;
  padding: 50px 20px;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #ed5b28, #f9bc11);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
}

.dj-dashboard .dashboard .song-request-row .request-card-item {

}

.dj-dashboard .dashboard .song-notification-row{
  position: relative;
  border-radius: 40px;
  z-index: 1;
  width: 100%;
  padding: 50px 20px;

  &::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: inherit;
    background: linear-gradient(180deg, #ed5b28, #f9bc11);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
}

.dj-dashboard .dashboard .song-notification-row .container-switch {
  width: 40px;
  height: 15px;
  position: relative;
}

.dj-dashboard .dashboard .song-notification-row .form-label-custom {
  margin: 10px 0 10px 0;
  font-size: 20px;
}

/* Hide default HTML checkbox */
.dj-dashboard .dashboard .song-notification-row .checkbox {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

#start-date-in, #end-date-in, #start-time-in, #end-time-in {
  cursor: pointer;
}

.switch {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  background: rgba(226, 226, 228, 0.7);
  border-radius: 20px;
  transition: all 0.2s ease-out;

}

/* The slider */
.slider {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  border-radius: 50%;
  background: rgba(226, 226, 228, 1);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-out;
  cursor: pointer;

}

.checkbox:checked + .switch {
  background: linear-gradient(99deg, #ec3434 0%, #f7aa16 100%);
}
.checkbox:checked + .switch .slider {
  background: linear-gradient(90.3deg, #EC3434 0.16%, #F7AB16 101.62%);
  left: 60%;
}

.text-sml{
  font-size: 18px;
}


@media (min-width: 576px) {
  .container.event-list, .container.dj-dashboard{
      max-width: 540px;
  }
  .text-sml{
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .container.event-list, .container.dj-dashboard{
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container.event-list, .container.dj-dashboard{
      max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.event-list, .container.dj-dashboard{
      max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .container.event-list, .container.dj-dashboard{
      max-width: 1000px;
  }
}

/* user Dashboard */

.user-dashboard-request-list .left-content {
  width: 100%;
}

.user-dashboard-request-list .right-content {
  width: 100%;
}

.earning-container .left-content div h3, .earning-container .right-content div h3  {
  text-align: start;
  font-size: 12px;
}

.earning-container .left-content div p, .earning-container .right-content div p {
  font-size: 14px;
  /* margin-bottom: 12px; */
}

.earning-container .img-poster{
  width: 150px;
  height: 200px;
}
.earning-container .radio-range {
  width: 360PX;
  height: 7px;
  border-radius: 4px;
  background-color: #7070709e;
  margin-top: 15px;
}

.earning-container .radio-range .range_div.accepted {
  background: #039703 !important;
}

.earning-container .radio-range .range_div.rejected {
  background: #EC3434 !important;
}

.earning-container .radio-range .range_div {
  height: 7px;
  background: linear-gradient(45deg, #EC3434, #F7AA16);
  transition: all .07s ease-in;
  width: 50%;
}
.earning-container .radio-range #range-div2 {

  width: 100%;
}

.earning-container .radio-range #range-div3 {
  background: #EC3434;
  width: 100%;
}
.earning-container .bottom-container{
  height: 70px;
}

/* .earning-container .radio-range .range_div.zero {
width: 0;
}

.earning-container .radio-range .range_div.half {
 width: 50%;
}

.earning-container .radio-range .range_div.full {
width: 100%;
} */


.earning-container .radio-range .range_div .sent-radio .radio-outer {
 height: 20px;
 width: 20px;
 border-radius: 50%;
 background: #fff;
 margin-bottom: 8px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: auto;
}
.earning-container .radio-range .range_div .sent-radio .radio-inner {
 height: 10px;
 width: 10px;
 border-radius: 50%;
 background: linear-gradient(45deg, #EC3434, #F7AA16);
}

.earning-container .radio-range .range_div .sent-radio p {
  font-size: 10px;
}
.earning-container .radio-range .range_div .sent-radio{
  top: -6px;
    left: -4px;
}


.earning-container .radio-range .range_div .pending-radio .radio-outer {
 height: 20px;
 width: 20px;
 border-radius: 50%;
 background: #fff;
 margin-bottom: 8px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: auto;
}
.earning-container .radio-range .range_div .pending-radio .radio-inner {
 height: 10px;
 width: 10px;
 border-radius: 50%;
 background: linear-gradient(45deg, #EC3434, #F7AA16);
}

.earning-container .radio-range .range_div .pending-radio p {
  font-size: 10px;
}
.earning-container .radio-range .range_div .pending-radio{
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}


.earning-container .radio-range .range_div .accept-radio .radio-outer {
 height: 20px;
 width: 20px;
 border-radius: 50%;
 background: #fff;
 margin-bottom: 8px;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: auto;
}
.earning-container .radio-range .range_div .accept-radio .radio-inner {
 height: 10px;
 width: 10px;
 border-radius: 50%;
 background: linear-gradient(45deg, #EC3434, #F7AA16);
}

.earning-container .radio-range .range_div .accept-radio p {
  font-size: 10px;
}
.earning-container .radio-range .range_div .accept-radio{
  top: -6px;
  right: -15px;
}

@media  screen and (max-width: 442px) {
  .earning-container .radio-range {
    width: 320px;
  }
}

@media  screen and (max-width: 380px) {
  .earning-container .radio-range {
    width: 252px;
  }
}

.top-content .search-group .input {
  position: relative;
  z-index: 1;
  background: #0e1135;
  padding: 10px 18px;
  width: 400px;
}

.top-content .search-group .input input {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 16px;
  width: 90%;
  float: right;
}

.top-content .search-group .input input::placeholder {
  font-size: 16px;
}


.top-content .search-group .input::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 5px;
  background: linear-gradient(45deg, #EC3434, #F7AA16);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

@media screen and (max-width: 576px) {
  .top-content .search-group .input {
    padding: 5px 10px;
    width: 280px;
}
}
@media screen and (max-width: 415px) {
  .top-content .search-group .input {
    padding: 5px 10px;
    width: 200px;
}
.top-content .search-group .input input {

  font-size: 12px;
  
}

.top-content .search-group .input input::placeholder {
  font-size: 12px;
}
.top-content .search-group  {
  justify-content: center;
}

}

@media (min-width: 576px) {
  .container.event-list, .container.user-dashboard{
      max-width: 540px;
  }
  .editEventModal .modal-dialog{
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container.event-list, .container.user-dashboard{
      max-width: 720px;
  }
  .editEventModal .modal-dialog{
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container.event-list, .container.user-dashboard{
      max-width: 960px;
  }
  .editEventModal .modal-dialog{
    max-width: 985px;
  }
}
@media (min-width: 1200px) {
  .container.event-list, .container.user-dashboard{
      max-width: 800px;
  }
  .editEventModal .modal-dialog{
    max-width: 1000px;
  }
}
@media (min-width: 1400px) {
  .container.event-list, .container.user-dashboard{
      max-width: 1000px;
  }
  .editEventModal .modal-dialog{
    max-width: 1000px;
  }
}

.custom-container-user .iti, .custom-container-dj .iti{
  width: 100%;
}

.custom-container-user .verify-mobile-link, .custom-container-dj .verify-mobile-link{
  position: absolute;
  bottom: -25px;
  right: 15px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 580px) {
  .custom-container-user .verify-mobile-link, .custom-container-dj .verify-mobile-link{
  
    font-size: 16px;
  }
}

.custom-container-user .iti__selected-dial-code, .custom-container-dj .iti__selected-dial-code{
  color: #fff;
}

.custom-container-user .iti__selected-flag, .custom-container-dj .iti__selected-flag{
  gap: 5px;
}

.custom-container-user .iti__arrow, .custom-container-dj .iti__arrow{
  border-top: 4px solid #ffffff !important;
}

.user-dashboard-request-list{

}
/* 
.editEventModal .modal-dialog{
  max-width: 360px;
  color: #fff;
} */

.editEventModal .modal-dialog .modal-content {
  background: #07091F !important;
}

.editEventModal .modal-header .modal-title {
  color: #fff;
}

.editEventModal h3 {
  margin-bottom: 20px;
}
.editEventModal h3:first-of-type {
  margin-top: 0;
}
.editEventModal h3:nth-of-type(2),
.editEventModal h3:nth-of-type(3) {
  margin-top: 50px;
}

.modal.editEventModal .form-control {
  color: #ccc !important;
  height: auto !important;
}
.modal.editEventModal .form-control::placeholder {
  color: #ccc !important;
}

/* Live Indicator for Events Page */

.live-indicator {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
}

.live-indicator::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #FFE000;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live-indicator::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #F5941A;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.live-indicator::before {
  animation: blink1 1s infinite forwards;
}

.live-indicator::after {
  animation: blink2 0.5s infinite alternate;
}

@keyframes blink1 {
  0% {
    opacity: 0.6;
    width: 8px;
    height: 8px;
  }
  100% {
    opacity: 0.3;
    width: 18px;
    height: 18px;
  }
}

@keyframes blink2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.navbar-wrapper.thankyou-page:after {
  background: url(../images/Thankyou-page/top_nav.webp);
}

.index2_feedback_wrapper.bg{
  background: inherit;
  height: 90vh;
}
.thankyou-page .heading {
  font-size: 100px;
}
.thankyou-page .text {
  width: 44%;
  margin-inline: auto;
}
.thankyou-page .social_icons .icons {
  margin: 10px;
}

@media screen and (max-width: 1200px) {
  .thankyou-page p.text {
    width: 60% !important;
  }
  .thankyou-page .heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .thankyou-page p.text {
    width: 100% !important;
  }
  .thankyou-page .heading {
    font-size: 50px;
  }
  .index2_feedback_wrapper.bg{
    height: 80vh;
  }
}

@media screen and (max-width: 400px) {

  .thankyou-page .checked_img img {
    width: 150px;
  }
  .thankyou-page .social_icons .icons img {
    width: 50px;
  }
}

.index2_feedback_wrapper.bg, .index2_feedback_wrapper.error {
  background: transparent;
  }

.nF-page .heading {
  font-weight: 500;
  font-size: 40px;
}

.nF-page .text  {
  font-size: 23px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}

.nF-page .homepageBtn a {
  background: linear-gradient(90.3deg, #EC3434 0.16%, #F7AB16 101.62%);
  border-radius: 8px;
  border: none;
  padding: 15px 35px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-top: 1rem;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .nF-page .nF_img img {
    width: 80%;
  }
  .ty-page .ty_img img {
    width: 80%;
  }
}

  /* Date Picker Css */

/* To specify background color and font size */

:root{
  --calender-primary: #F07521;
  --calender-primary-gradient: linear-gradient(180deg, #f7aa16 0%, #ec3434 100%);
}

.e-input-group.e-control-wrapper.e-date-wrapper, 
.e-input-group.e-control-wrapper.e-time-wrapper{
  margin: 15px 0;
  background-color: rgba(217, 217, 217, 0.3) !important;
  border: none;
  color: #fff;
  border-radius: 5px;
  padding: 12px;
  border: none !important;
}

.filter-menu .e-input-group.e-control-wrapper.e-date-wrapper{
  padding: 5px 12px !important;
}

.e-datepicker .e-calendar{
  background-color: #07091F !important;
}
/* To specify background color and border */
.e-datepicker.e-popup-wrapper {
  border: 1px solid var(--calender-primary) !important;
  border-radius: 8px !important;
}

/* To specify color and font size  */
.e-calendar .e-header .e-title, .e-bigger.e-small .e-calendar .e-header .e-title {
  color: black;
  font-size: 20px;
}

.e-calendar .e-footer-container{
  background-color: #07091F !important;
}

.e-calendar .e-content td.e-focused-date.e-today span.e-day, .e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--calender-primary) !important;
  color: var(--calender-primary) !important;
}

.e-btn.e-flat.e-primary, .e-css.e-btn.e-flat.e-primary {
  background-color: transparent;
  border-color: transparent;
  color: var(--calender-primary) !important;
}

.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active {
  color: var(--calender-primary) !important;
}

.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before,
.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before,
.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after {
  background: var(--calender-primary-gradient) !important;
}

.e-calendar th, .e-bigger.e-small .e-calendar th {
  border-bottom: 0;
  color: var(--calender-primary) !important;
}

.e-time-wrapper .e-input-group-icon.e-icons.e-active{
  color: var(--calender-primary) !important;
}

input.e-input::selection,
textarea.e-input::selection,
.e-input-group input.e-input::selection,
.e-input-group.e-control-wrapper input.e-input::selection,
.e-float-input input::selection,
.e-float-input.e-control-wrapper input::selection,
.e-input-group textarea.e-input::selection,
.e-input-group.e-control-wrapper textarea.e-input::selection,
.e-float-input textarea::selection,
.e-float-input.e-control-wrapper textarea::selection {
  background: none !important;
  color: rgb(255, 255, 255) !important;
}

.e-timepicker.e-popup .e-list-parent.e-ul {
  background-color: #07091F !important;
}

.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--calender-primary) !important;
}

.e-calendar .e-content td.e-today.e-selected:hover span.e-day,
.e-calendar .e-content td.e-selected:hover span.e-day,
.e-calendar .e-content td.e-selected.e-focused-date span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day {
  background: var(--calender-primary-gradient) !important;
  background-color: none!important;
  color: #ffffff !important;
}

.e-calendar .e-content td.e-today span.e-day,
.e-calendar .e-content td.e-focused-date.e-today span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day {
  background: none;
  border: 1px solid var(--calender-primary) !important;
  border-radius: 50%;
  color: #fff !important;
}

.e-calendar .e-content td.e-selected.e-focused-date span.e-day {
  color: #fff !important;
}

.e-calendar .e-content td.e-focused-date span.e-day,
.e-calendar .e-content td.e-focused-date:hover span.e-day,
.e-calendar .e-content td.e-focused-date:focus span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day {
    background: #07091F !important;
    border: none;
    border-radius: 50%;
}

.e-calendar .e-content td.e-selected span.e-day,
.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day {
  background-color: var(--calender-primary);
  border: none;
  border-radius: 50%;
  color: #ffffff;
}

.e-calendar .e-header .e-title{
  background: var(--calender-primary-gradient);
  padding: 0 10px;
  border-radius: 5px;
}

.e-datepicker .e-model-header {
    background-color: #07091F !important;
    border-bottom: 1px solid var(--calender-primary);
}


/* Slide To Confirm */
.request-card .slider-confirm {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .request-card .slider-confirm .slider-arrow-right{
    display: none !important;
  }

  .request-card .slider-confirm .slider-arrow-left{
    display: none !important;
  }
}

.request-card .slider-confirm .slider-arrow-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  right: 90px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bounce-right 2s ease-in-out infinite;
  opacity: 0.2;
}
.request-card .slider-confirm .slider-arrow-right::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
  margin-left: 20px ;
}
.request-card .slider-confirm .slider-arrow-right::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #ffffff;
}

@keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  40% {
    transform: translateY(-50%) translateX(15px);
    opacity: 0.8;
  }
  60% {
    transform: translateY(-50%) translateX(10px);
  }
}

@-webkit-keyframes bounce-right {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(-50%) translateX(0);
  }
  40% {
    -webkit-transform: translateY(-50%) translateX(15px);
    opacity: 0.8;
  }
  60% {
    -webkit-transform: translateY(-50%) translateX(10px);
  }
}

.request-card .slider-confirm .slider-arrow-left {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #EC3434;
  left: 90px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bounce-left 2s ease-in-out infinite;
  opacity: 0.2;
}
.request-card .slider-confirm .slider-arrow-left::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #EC3434;
}
.request-card .slider-confirm .slider-arrow-left::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #EC3434;
  margin-right: 20px ;
}

@keyframes bounce-left {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  40% {
    transform: translateY(-50%) translateX(-15px);
    opacity: 0.8;
  }
  60% {
    transform: translateY(-50%) translateX(-10px);
  }
}

@-webkit-keyframes bounce-left {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(-50%) translateX(0);
  }
  40% {
    -webkit-transform: translateY(-50%) translateX(-15px);
    opacity: 0.8;
  }
  60% {
    -webkit-transform: translateY(-50%) translateX(-10px);
  }
}

.request-card .slider-confirm input {
  pointer-events: none;
  padding: 2px;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  z-index: 10;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: radial-gradient(80.69% 208.78% at 108.28% 112.58%, #ffffff52  0%, rgba(255, 255, 255, 0) 100%), radial-gradient(80.38% 222.5% at -13.75% -12.36%, #ffffff52  0%, rgba(255, 255, 255, 0) 100%);

}

.request-card .slider-confirm input::-moz-range-thumb {
  height: 30px;
  width: 30px;
  /* Override default look */
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/request-song/request-swiper.webp);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  z-index: 15;
  pointer-events: all;
}

.request-card .slider-confirm input::-webkit-slider-thumb {
  height: 30px;
  width: 30px;
  /* Override default look */
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/request-song/request-swiper.webp);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  z-index: 15;
  pointer-events: all;
}

.slider-confirm::before {
  content: "Accept";
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  color: #F5F5F5;
  z-index: 12;
}

.slider-confirm::after {
  content: "Reject";
  font-size: 12px;
  font-weight: 800;
  position: absolute;
  left: 10px;
  color: #EC3434;
  z-index: 12;
}

#toast-container>div {
  width: auto !important;
  max-width: 600px;
}

.house_toggle {
  position: relative;
  right: 25px;
  cursor: pointer;
}

.profile-wrapper-home{
  width: 40%;
}

.sidebar-else li {
  padding: 10px;
}

.sidebar-else li a{
  -webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.sidebar-else li a:hover{
margin: 0 20px;
color:#ffffff;
  -webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.has-children:hover > a::before, .has-children:hover > a::after, .go-back:hover a::before, .go-back:hover a::after{
background:#ffffff;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.sidebar-else li a:hover::before, .sidebar-else li a:hover::after, .sidebar-else li a:hover::before, .sidebar-else li a:hover::after{
background:#fff;
}

.events-page #imageModalContainerPoster{
  z-index: 1999;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}

.expired-info{
  margin: auto;
  position: relative;
  background: #111328;
  color: #FF5C31;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  gap: 10px;
  z-index: 1;
}

.expired-info::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 5px;
  background: linear-gradient(90.3deg, #EC3434 0.16%, #F7AB16 101.62%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border-radius: 10px;
}

.grayscale{
  filter: grayscale(1);
}

.user-dashboard .no-request-box{
  margin-top: 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 480px) {
  .input_tags{
    gap: 0;
  }
}

#djfy-works .djfy-work-card{
  font-family: "Montserrat";
  min-height: 300px;
  border: 1px solid white;
  background: linear-gradient(180deg, rgba(27, 55, 130, 0.5) 0%, rgba(9, 23, 60, 0.2) 100%);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 360px;
  padding: 40px 20px 10px 20px;
}

#djfy-works .djfy-work-card .icons-box{
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(90.3deg, #ED3E31 0.16%, #EDA231 101.62%);
  border-radius: 100%;
  top: -40px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#djfy-works .djfy-work-card .icons-box img{
  width: 30px;
  height: 30px;
}

#djfy-works .djfy-work-card h3{
  text-align: start;
  font-size: 20px;
  margin-bottom: 20px;
}
#djfy-works .djfy-work-card p{
  color: #fff;
  
}

#use-case.dm_about_wrapper{
  background-color: #09173C;
}

#use-case .use-case-card{

}
#use-case .use-case-card img{
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}

#use-case .use-case-card .info-box{
  width: 100%;
}

#use-case .use-case-card .info-box h3{
  margin-bottom: 20px;
  color: #ED3E31;
  text-transform: uppercase;
  font-weight: 600;
}


#use-case .use-case-card .info-box p{
  margin-bottom: 20px;
}
#use-case .use-case-card .info-box button{
  background: linear-gradient(180deg, #F6B910 -30.49%, #D71B2C 100%);  
  padding: 8px 25px;
  color: white;
  border-radius: 5px;
  outline: none;
  border: none;
}
#use-case .use-case-card .info-box a{
  background: linear-gradient(180deg, #F6B910 -30.49%, #D71B2C 100%);  
  padding: 8px 25px;
  color: white;
  border-radius: 5px;
  outline: none;
  border: none;
}

#about_us{
  z-index: 1;
}

.search-icon-event{
  position: fixed;
  bottom: 80px;
  width: 40px;
  height: 40px;
  right: 15px;
  z-index: 99;
  border-radius: 10px;
}

#about_us .search-icon{
  position: absolute;
  z-index: 30;
  right: 20px;
  top: 170px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

#searchModal{
  background-color: #00000099;
}

#searchModal .modal-content {
  background-color: transparent !important;
}

#searchModal .modal-dialog{
  max-width: 100% !important;
}

#faq-wrapper details {
  cursor: pointer;
  padding: 0 20px;
  transition: max-height 0.3s ease-in-out; /* Add transition for max-height */
  overflow: hidden; /* Hide content overflow during animation */
  max-height: fit-content; /*Set initial max-height for closed state */
}

#faq-wrapper details[open] {
  max-height: fit-content; /* Set max-height for open state */
}

#faq-wrapper summary:focus-visible {
  outline: 2px solid orange;
  outline-offset: 8px;
  border-radius: 4px;
}

#faq-wrapper h4 {
  width: 760px;
}

@media screen and (max-width:480px) {
  #faq-wrapper h4 {
    font-size: 18px;
  }
  
}

#faq-wrapper summary {
  font-size: 20px;
  color: #f4f4f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  transition: transform 0.3s ease-in-out; /* Add transition for transform */
}

#faq-wrapper summary::marker {
  display: none;
  content: "";
}

#faq-wrapper span {
  margin-top: 4px;
  color: #f4f4f6;
}

#faq-wrapper details > p {
  color: #AEB9C6;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
  padding-left: 10px;
}

#faq-wrapper hr {
  border: 1px solid #404E5C;
  margin-block-end: 30px;
}


.from-footer{
  background: linear-gradient(180deg, rgba(27, 55, 130, 0.5) 0%, rgba(9, 23, 60, 0.2) 100%);
  border-radius: 10px;
  padding: 20px 26px;
  border: 1px solid rgba(255, 255, 255, 0.534);
}

.w-48{
  width: 48%;
}

.form-input-footer{
  background: #FFFFFF33;
  border: none;
  border-radius: 5px;
  color: white;
}
.form-input-footer-text-area{
  background: #FFFFFF33;
  border: none;
  border-radius: 5px;
  color: white;
  resize: none;
}

.form-input-footer-text-area:focus{
  background: #FFFFFF33;
  box-shadow: none;
  color: white;
}

.ftr-heading{
  color: white;
  font-size: 16px;
  font-weight: 900;
}

.footer-two-small-btns{
  font-size: 10px;
}

@media (min-width: 992px) {
  #use-case .use-case-card .info-box{
    width: 400px;
  }
  #use-case .use-case-card img{
    width: 450px;
  }
  #searchModal .modal-dialog{
    max-width: 80% !important;
  }
  #about_us .search-icon{
    right: 100px;
    top: 150px;
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1200px) {
  #use-case .use-case-card .info-box{
    width: 480px;
  }
  #use-case .use-case-card img{
    width: 500px;
  }
}

.street-musician-badge{
  position: absolute;
  width: 80px;
  height: 80px;
  top: 40px;
  right: 40px;
}

@media (max-width: 763px) {
  .street-musician-badge{
    right: 0px;
    top: 0;
  }
}

@media (max-width: 1500px) {
  .street-musician-badge{
    right: 0px;
  }
}

.bg-zinx{
  background: #F5F5F5;
}

.qr-versions{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 4px;
  border:4px solid transparent;
  cursor: pointer;
}

.qr-versions img{
  width: 110px;
}


.qr-white-div{
  background: #FFFFFF;
  box-shadow: 0px 0px 13.7px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 12px;
  margin: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qr-check-box input:checked ~ .checkmark-small{
  border : 0.3px solid white !important;
}
.qr-check-box .checkmark-small::after{
  content: none;
}

.text-xs{
  font-size: 12px;
}
.text-s{
  font-size: 10px;
}
.text-s2{
  font-size: 12px;
}

.identify-yourself {
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  width: 14px;
  height: 14px; 
  border-radius: 50%;
  border: 1px solid #EC3434; 
  padding: 2px;
  outline: none; 
  cursor: pointer;
}

.identify-yourself:checked {
  background: linear-gradient(90.3deg, #EC3434 0.16%, #F7AB16 101.62%);
  border: 2px solid #0E1135; 
  box-shadow: 0px 0px 0px 1px #EC3434;
}

.identify-yourself {
  transition: border-color 0.3s ease;
}

.identify-yourself:checked {
  transition: background-color 0.3s ease, 
  border-color 0.3s ease;
}

.qr-buttons{
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  border: none;
  color: #fff;
}


.qr-image {
  width: 150px;
  border-radius: 10px;
}

#qrLink .modal-dialog{
  min-width: 80%;
}

#qrLink .modal-content{
  background: white !important;
}

.qr-container{
  width: 100%;
  height: 100%;
}
.custom-qr-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 12px 8px;
  width: 100%;
}

.qr-images-container{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.qr-selected{
  background: #F5F5F5;
  border-radius: 10px;
  padding: 4px;
}

.qr-preview{
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  margin: 12px auto;
  width: 100%;
  border-radius: 20px;
}

.qr-preview-img{
  width: 100%;
}

.qr-container .dj-qr-link{
  width: 170px;
}

.dj-qr-link{
  font-family: "viga", sans-serif;
  color: #222769;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
}


.sitemap .sitemap-list-item {
  position: relative;
  padding: 12px;
  text-align: start;
  gap :12px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.sitemap .sitemap-list-item::before{
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 10px;
  background: linear-gradient(180deg, #ed5b28, #f9bc11);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.sitemap .sitemap-list-item a:hover{
  text-decoration: underline;
}
.sitemap .sitemap-list {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  gap: 12px;
  margin: 24px;
}

.blog-bars{
  top: 160px;
}

.blog-header-bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  position: absolute;
}

.blog-nav{
  z-index: 10 !important;
}

.blogs-listing{
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-card{
  border: 1px solid #cccccc8c;
  border-radius: 12px;
}

.blog-card .blog-badge{
  /* width: auto; */
  padding: 4px 10px;
  background: #cccccc33;
  color: rgb(247, 255, 136);
  border-radius: 6px;
  font-size: 12px;
}

.blog-img{
  width: 50%;
  border-right: 1px solid #cccccc8c;
}

.blog-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.blog-error-img{
  width: 40px !important;
  height: 40px !important;
}
.blog-card-nodata{  
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #cccccc8c;
  border-radius: 12px;
  height: 50%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.info-box-blog{ 
  width: 50%;
  padding: 20px 30px;
}

.info-box-blog .blog-para {
  padding: 10px 0;
  font-size: 15px;
  line-height: 18px;
}

.blog-highlight{
  color: #ed5b28;
}

.blog-date{
  font-size: 12px;
}

.info-box-blog button{
  background: linear-gradient(180deg, #ed5b28, #f9bc11);
  padding: 0 14px;
  border-radius: 6px;
  font-size: 14px;
  border: none;
}

.blog-card h3{
  font-size: 18px;
  padding: 10px 0;
}


.blog-banner-section{
  width: 30%;
}

.search-blog{
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: 20px auto;
}

.search-blog input{
  background-color: #b6b6b636;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  outline: none;
  border: none;
  width: 100%;
  padding: 10px 6px;
  color: white;
}

.search-blog button{
  background: linear-gradient(180deg, #ed5b28, #f9bc11);
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 14px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
}

.search-blog button i{
  color: white;
}

.blog-categories ul li{
  width: auto;
  padding: 4px 10px;
  background: #cccccc33;
  color: white;
  border-radius: 6px;
  cursor: pointer
}

.add-banner{
  width: 100%;
}

.blog-banner-section p{
  padding: 10px 0;
  font-size: 24px;
  color: white;
}

.blog-readmore-container{
  display: flex;
flex-direction: column;
gap: 12px;
}

.blog-readmore-img{
  width: 100%;
  aspect-ratio: 20/9;
object-fit: cover;
}

.blog-readmore-date{
  font-size: 12px;
}


.blog-readmore-badge{
  padding: 4px 10px;
  background: #cccccc33;
  color: rgb(247, 255, 136);
  border-radius: 6px;
  font-size: 12px;
}

.blog-readmore-paragraph{
  text-align: left;
}

@media (min-width: 588px) {
  .qr-preview{
    width: 50%;
  }
}
@media (min-width: 768px) {
  .qr-versions img {
    width: 80px;
  }
  .qr-preview{
    width: 40%;
  }
  .custom-qr-container{
    width: 50%;
  }
}

@media screen and (min-width:992px){
  .custom-qr-container{
    width: 60%;
  }
  .qr-versions img{
    width: 130px;
  }
  .qr-preview-img{
    width: 220px;
  }
  .qr-preview{
    width: 32%;
  }
  #qrLink .modal-dialog{
    min-width: 850px;
    max-width: 900px;
  }
  .qr-cont{
    width: 390px;
  }
  .qr-buttons{
    width: 50px;
  }
}

@media screen and (min-width:1200px){
  .qr-preview{
    width: 32%;
  }

}

@media screen and (min-width:1500px){
  .qr-cont{
    width: 350px;
  }

}

@media screen and (max-width:768px) {
  .blogs-listing,.blog-img, .blog-banner-section,.info-box-blog{
    width: 100%;
  }
  
}
/* modal style for delete events */

/* Modal styles */
.modal-delete-event{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.container-delete-event{
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.modal-content-delete-event {
  background: #ffffff;
  margin: 18rem auto;
  padding: 20px 25px;
  border-radius: 8px;
  width: 90%;
  max-width: 450px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.delete_message_event {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #2E2E2E;
}

.buttons_containerss_event {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cancel-btn-event ,
.cancel-btn-prev-event {
  background-color: transparent;
  color: black;
  border: 1px solid rgb(141, 135, 135);
  cursor: pointer;
  padding: 8px 20px;
  font-size: 15px;
  border-radius: 5px;
  width: fit-content;
}

.delete-btn-event {
  background: linear-gradient(90.3deg, #EC3434 0.16%, #F7AB16 101.62%);
  color: white;
  border: none;
  cursor: pointer;
  padding: 9px 23px;
  font-size: 15px;
  border-radius: 5px;
  width: fit-content;
}

.delete-btn-event:hover {
  background-color: #355858;
}