@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  background-color: #0b1e33;
  background-image: url(../images/body-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow-x: hidden;
}

p {
  font-size: 16px;
  font-weight: normal;
}

a {
  text-decoration: none;
}

.img-bg {
  background-image: url(../images/bg-img.png);
  background-size: cover;
}

.comn-btn {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #ffb016;
  background: #ffb016;
  border-radius: 30px;
}
footer .comn-btn {
  border-radius: 7px;
}
.selct-role p a {
  color: #ffb016;
  font-weight: 600;
}
.comn-btn:hover,
a.comn-btn:hover,
header .nav div.main_list ul li a.comn-btn:hover {
  color: #fff;
}
.comn-btn img {
  filter: brightness(1) invert(1);
}
.dark-button {
  padding: 14px 30px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #ffb016;
  background: #ffb016;
  border-radius: 10px;
}

.dark-button:hover {
  color: #fff;
  border: 1px solid #ffb016;
  background: #ffb016;
}

.light-btn {
  padding: 10px 30px;
  color: #919191;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #919191;
  background: transparent;
  border-radius: 10px;
}

.light-btn:hover {
  color: #0b1e33;
  border: 1px solid #0b1e33;
}

.white-btn {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 10px;
}

.white-btn:hover {
  color: #0b1e33;
  border: 1px solid #0b1e33;
  background: #0b1e33;
}

.hero-section {
  /*background-image: url(../images/banner-hero.png);
    position: relative;
    padding: 200px 0;
    height: 94vh;
    background-size: cover;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;*/
  /*background-image: url(../images/banner-hero.png);
    position: relative;
    padding: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 80px;
    background-position: 0 -70px;*/
}
.hero-section {
  background-image: url(../images/banner-hero.png);
  position: relative;
  padding: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  background-position: center bottom;
  height: 275px;
}
/*.hero-section:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00537A;
    opacity: 0.4;
}*/

.hero-section h1 {
  position: relative;
  font-family: "Orbitron", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 3px 1px #00000080;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.hero-section h1 br {
  display: none;
}
.inter-text-img,
.inter-text-img-1 {
  border: 3px solid #fff;
  border-radius: 100px;
  height: 80px;
}
.lineup_img_sld a img {
  border-radius: 10px;
}
.lineup_img_sld.lineup-img {
  padding: 0px 10px 0 0 !important;
}
.search-hero {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 50px;
  padding: 5px 5px 5px 25px;
  gap: 15px;
  position: relative;
  z-index: 4;
  width: 100%;
}

.search-hero label {
  color: #8d8d8d;
  font-size: 13px;
  display: block;
  font-weight: 500;
  padding-left: 6px;
}

.search-hero input,
.search-hero select {
  width: 100%;
  border: 0;
  padding: 2.755px 6px;
  font-size: 15px;
  font-weight: 600;
}
.feature-event.feature-event-list-mange select {
  padding-left: 10px;
}

.search-hero input::placeholder {
  color: #000;
}

.search-hero button {
  white-space: nowrap;
  width: 140px;
}
.quick-date-buttons button {
  background-color: #fff;
  color: #0b1e33;
  padding: 10px 15px;
  border: 1px solid #0b1e33;
  border-radius: 7px;
  transition: 0.3s;
  font-weight: 600;
}
.quick-date-buttons {
  padding: 20px 15px 0px;
}
.quick-date-buttons button:hover {
  background-color: #0b1e33;
  color: #fff;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px !important;
}

.down-arow {
  text-align: center;
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.event-attend {
  padding: 100px 0;
}

.event-attend h2 {
  font-size: 55px;
  color: #fff;
  font-weight: 700;
}
.hero-typr-src {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.view-type {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.view-type a {
  width: 50px;
  height: 44px;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 12px;
}
.view-type a.active {
  background-color: #f5a201;
  border-radius: 12px;
}

.atend-port {
  color: #fff;
}

.port-mange {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.port-mange h3 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.port-mange h3 span {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  color: #c1c1c1;
  font-size: 14px;
}

.event-img-section {
  padding-bottom: 90px;
}

.evnt-img {
  height: 430px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.evnt-img .event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.google-add {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 20px;
}

.google-add h3 {
  color: #7a7a7a;
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
}

.google-add span {
  display: block;
  font-size: 16px;
  margin-top: 4px;
}

button.ply-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.comn-frm input,
.comn-frm select,
.comn-frm textarea {
  width: 100%;
  padding: 10px 20px 10px;
  background-color: #f2f4ff;
  border-radius: 15px;
  border: 0;
}

.comn-frm .form-group {
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/dropdown-icon.svg);
  padding-right: 40px !important;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

.event-filter {
  display: flex;
  gap: 10px;
  align-items: center;
}

.input-right-icon {
  position: absolute;
  right: 15px;
  top: 10px;
}

.feature-event {
  padding-bottom: 80px;
}

.feature-event h1 {
  font-size: 40px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.event-box {
  border-radius: 25px;
  overflow: hidden;
  background-color: #fff;
  margin: 15px 0;
  position: relative;
  z-index: 0;
}
.search-hero #location-message {
  position: absolute;
  bottom: -12px;
  left: 4px;
}
.feature-event .event-box {
  height: calc(100% - 30px);
}
.time-location div {
  display: flex;
  gap: 5px;
}
.time-location .match_sec-in span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.event-banner-img {
  height: 280px;
  width: 100%;
}
.match_sec-in {
  flex: 0 0 calc(100% - 92px);
}
.time-location h4 {
  font-size: 24px;
  margin: 0;
}

.event-banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.event-short-dtl {
  padding: 15px;
  display: flex;
  gap: 15px;
}

.event-short-dtl h3 {
  text-align: center;
  margin: 0;
  color: #000000;
  font-size: 35px;
  font-weight: 700;
}

.event-short-dtl h3 span {
  color: #f5a201;
  font-weight: 500;
  font-size: 14px;
  display: block;
}

.event-short-dtl a {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
.event-short-dtl .match_sec a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.event-short-dtl p {
  font-size: 14px;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.time-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #9e9e9e;
  padding: 10px 0;
  border-top: 1px solid #e9e9e9;
  gap: 10px;
}
.time-location a {
  height: auto;
}
.time-location .match_secin span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time-location span a {
  display: flex;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  gap: 6px;
  align-items: center;
}
.time-location span img {
  height: 20px;
}
.webads {
  color: #013c58;
  font-weight: 500;
}
.time-location h4 {
  color: #000;
  font-weight: 700;
}

.time-location .light-btn {
  font-size: 14px;
  padding: 4px 10px;
  border: 1px solid #ffb016;
  background: #ffb016;
  color: #fff;
  border-radius: 30px;
}

.time-location .light-btn:hover {
  border: 1px solid #ffb016;
  background: #ffb016;
}

.meet-lineup {
  margin-bottom: 80px;
}

.lineup-heading h2 {
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
}

.lineup-img {
  width: 100%;
  padding-bottom: 132.675%;
  position: relative;
  overflow: hidden;
}

.lineup-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.contest-imges {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #fff;
  width: 80px;
  height: 80px;
  border: 10px solid #0b1e33;
  border-radius: 100px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  transform: rotate(180deg);
  background-image: url(../images/next-icon.svg);
  right: -54px;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/next-icon.svg);
  left: -54px;
  right: auto;
}

.testimonial-section {
  padding-bottom: 80px;
}

.testimonial-heading h2 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}
.client-review .text-review {
  padding: 40px 20px;
  text-align: center;
  border-radius: 0px 35px 35px 35px;
  background-color: #fff;
  margin-top: 50px;
  transition: 0.3s;
}

.fasq-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
  background-color: #00537a;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-position: 5px 5px;
}
.fasq-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-color: #ffba42;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background-position: 5px 5px;
}
.fasq-sec .accordion-button::after {
  transition: all 0.5s;
}
.with_filter_s,
.with_filter_cross {
  display: none;
}
.fasq-sec {
  margin: 60px 0;
}
.map_fture_newbox .event-short-dtl h3 {
  font-size: 20px;
}
.fasq-sec h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}
.fasq-sec .accordion-button {
  font-size: 18px;
  padding: 30px;
  border-radius: 30px 30px 0px 0px;
}
.fasq-sec .accordion-button.collapsed {
  border-radius: 30px;
}

.fasq-sec .accordion-button:not(.collapsed) {
  color: #000;
}
.fasq-sec .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
  font-size: 20px;
  border: 1px solid #5d5d5d;
  margin-top: -1px;
}
.fasq-sec .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 20px;
}
.fasq-sec .accordion-body {
  background: transparent;
  border-radius: 0px 0px 30px 30px;
  color: #b6bcc2;
  border: 1px solid #5d5d5d;
  margin-top: -1px;
  padding: 30px;
}
.fasq-sec .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.fasq-sec .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.fasq-sec .accordion-button:focus {
  border-color: #5d5d5d;
  outline: 0;
  box-shadow: none;
}

.client-review .text-review p {
  margin: 15px 0;
  color: #2d2e2e;
}

.user-img {
  text-align: center;
  margin-top: -40px;
}

.user-img img {
  width: 90px;
  height: 90px;
  border-radius: 100px;
  border: 6px solid #0b1e33;
}

.user-img h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.swiper-slide-active .client-review .text-review {
  background-color: #f8d254;
  margin-top: 0px;
  transition: 0.3s;
}

.row-box {
  display: flex;
  justify-content: space-between;
}

.row-box .menu-items {
  width: 100%;
}

footer {
  background: #00000099;
  opacity: 1;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  padding-top: 40px;
}

footer p {
  color: #fff;
  font-size: 14px;
  color: #aeaeae;
}

footer h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

footer a {
  display: block;
  margin-bottom: 15px;
  color: #aeaeae;
  font-size: 14px;
}

.social-icon-mange {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0;
  list-style: none;
}

.news-ltr {
  margin: 15px 0;
  width: 100%;
  border: 0.5px solid #ebebeb;
  border-radius: 8px;
  padding: 10px;
  background-color: transparent;
  color: #fff;
}

.bottom-ftr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 0.5px solid #cfcfd1;
  margin-top: 35px;
  padding: 20px 15px;
}

.bottom-ftr p {
  margin: 0;
  text-align: center;
}

.trems-link {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  gap: 40px;
}

.trems-link a {
  margin: 0;
}
.common_padding {
  padding: 130px 0 50px;
}
.contact_usin {
  width: 600px;
  max-width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  margin: 0 auto;
}
.about_sld {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_sldin h1 {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 75px;
  font-weight: 700;
}
.about_sldin h1 span {
  color: #ffb016;
  font-weight: normal;
}
.about_info {
  padding: 100px 0;
  color: #fff;
}
.heading_type1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 35px;
}
.heading_type2 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}
.heading_type1 img {
  height: 30px;
  margin-top: 10px;
}
.filter-icon {
  max-width: unset;
}
img {
  max-width: 100%;
}
.about_itms {
  padding-bottom: 100px;
  color: #fff;
}
.about_itm {
  border-bottom: 1px solid #475f7d;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.about_itm:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about_itm:last-child p {
  margin-bottom: 0;
}
.about_itm_h h3 {
  color: #ffb016;
  font-weight: 700;
  margin-bottom: 15px;
}
.about_itm {
  display: flex;
  gap: 50px;
}
.about_itm_h {
  flex: 0 0 130px;
}
.static_page {
  color: #fff;
}
.input-right-icon.field-icon {
  right: 15px !important;
  top: 42px !important;
}
label[for="imageUpload"] {
  top: -15px;
  position: relative;
}
.gm-style .ent-emg img {
  border-radius: 50%;
}
#shareEventModal .modal-body {
  padding: 30px;
}
.share-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.share-options {
  text-align: center;
}
.share-buttons .btn {
  font-size: 30px;
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 20px;
}
.loc-meta {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.loc-metaprc {
  font-size: 16px;
  font-weight: bold;
}
.meta-btn {
  border: 1px solid #ffb016;
  border-radius: 30px;
  padding: 4px 12px;
  color: #fff;
  font-weight: bold;
  display: inline-flex;
  background: #ffb016;
}
.meta-btn:hover {
  border: 1px solid #ffb016;
  color: #fff;
  background: #ffb016;
}
.evn-dte .month {
  color: #f5a201;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}
.map-pp-main .evn-dte {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 15px;
  font-size: 26px;
  font-weight: bold;
  margin-top: 1px;
  gap: 4px;
}
.map-pp-main:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.loc-prc-tim {
  gap: 10px;
}
.map-pp-main {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
}
.loc-prc-tim p {
  font-size: 12px;
  margin-bottom: 10px;
}
p.no-record {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.list-event-fetr [class*="col-"] {
  padding: 0 15px;
}
#shareEventModal .btn-close {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;
}
.share_copy {
  margin-top: 19px;
}
.venue_user_dtl a {
  color: #ffb016;
}
.tick-dtl .light-btn {
  padding: 6.5px 10px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ffb016;
  background: #ffb016;
  border-radius: 40px;
}
.tick-dtl .light-btn:hover {
  color: #fff;
  background: #ffb016;
}
.tick-dtl_in {
  display: flex;
  gap: 15px;
  align-items: center;
}
.map-pp-main .loc-metabutton {
  margin: 0 auto;
  width: 100%;
}
.map-pp-main .loc-metabutton .meta-btn {
  width: 100%;
  justify-content: center;
}
.map-pp-main .loc-meta {
  gap: 0;
}
.upcm-list .comn-btn {
  white-space: nowrap;
}
.ent-emg img + div {
  width: calc(100% - 52px);
}
#main_filter_box .img-bg_filter {
  display: none;
}
#main_filter_box .find_filter_box {
  position: initial;
  transform: unset;
  padding: 0 20px;
}
#main_filter_box .container {
  width: 100%;
  max-width: 100%;
  padding: 0 0.75rem;
}
#main_filter_box {
  padding-top: 80px;
  width: 100%;
  transform: unset;
  left: 0;
  top: 0;
  background: #0b1e33;
  padding-bottom: 10px;
  position: fixed;
}
.find_filter_box {
  position: absolute;
  top: 0;
  left: 0;
  transform: unset;
  width: 100%;
  padding: 0px 30px;
  margin: 0 auto;
}
.map_fture_newbox .row {
  margin: 0;
}
.map_fture_newbox .row [class*="col-"] {
  padding: 0;
}
.map_fture_newbox .list-event-fetr.eventsBox {
  padding: 5px 15px;
}
.marker-venue-name {
  color: #fff;
  margin-top: 8px;
  display: inline-block;
  line-height: 1.2;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: unset;
  background: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.venue-name-new-ic img {
  width: 15px;
  margin-top: -2px;
  margin-right: 3px;
}
.venue-name-new .text-color {
  color: #ffb016;
  font-size: 12px;
  display: inline-flex !important;
  flex: 0 0 86px;
}
.venue-name-new {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  padding-bottom: 7px;
  margin-top: 5px;
  align-items: center;
}
.venue-name-new .venue-name-new-ic {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  color: #212529;
}
.venue-name-new .venue-name-new-ic:hover {
  color: #ffb016;
}
.mapboxgl-popup-content .venue-name-new-ic img {
  width: 13px;
  margin-right: 0px;
}
.control_lable {
  color: #fff;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
  font-weight: 100;
  font-size: 15px;
  padding-left: 20px;
}
.login-bg .control_lable {
  color: #000;
  font-weight: 400;
}
.profile_image_preview {
  position: relative;
  left: 0;
  top: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.profile_image_preview img {
  position: absolute;
  left: 0;
  top: 0px;
  width: auto;
  height: auto !important;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.evt_meta {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-right: 15px;
}
.evt_time {
  padding-left: 12px;
}
.evt_list_a {
  width: 100%;
}
.evt_nm {
  flex: 0 0 calc(100% - 370px);
  max-width: calc(100% - 370px);
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.evt_address {
  flex: 0 0 200px;
  max-width: 200px;
}
.evt_address,
.evt_time {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: unset !important;
}
.evt_address span,
.evt_time span {
  margin: 0 !important;
  font-size: 14px !important;
}
.evt_address span {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upcm_btns {
  display: flex;
  gap: 7px;
}

@media only screen and (max-width: 1400px) {
  .hero-section h1 {
    font-size: 52px;
    margin-top: 45px;
  }

  .about_sldin h1 {
    font-size: 55px;
    width: 650px;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -15px;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -15px;
  }

  .event-attend h2 {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .event-attend h2 {
    font-size: 40px;
  }

  .event-box {
    margin-bottom: 20px;
  }

  .lineup-heading h2 {
    font-size: 60px;
  }
  .evt_nm {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start !important;
  }
  .evt_address {
    flex: unset;
    max-width: unset;
  }
  .evt_address,
  .evt_time {
    margin-top: 7px;
    justify-content: flex-start !important;
  }
  .evt_address img,
  .evt_time img {
    width: 15px;
  }
  .evt_address,
  .evt_time {
    gap: 6px !important;
  }
  .evt_time {
    padding-left: 0;
  }
}

@media only screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 59px;
  }

  .inter-text-img,
  .inter-text-img-1 {
    height: 56px;
  }

  .hero-section {
    height: auto;
  }

  .event-attend h2 {
    font-size: 31px;
  }

  .event-attend {
    padding: 60px 0;
  }

  .evnt-img {
    height: 220px;
  }

  .testimonial-heading h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 60px;
    height: 60px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px;
  }

  .feature-event h1 {
    font-size: 33px;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
  }

  .event-img-section {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section h1 {
    font-size: 42px;
  }
  .lineup_img_sld.lineup-img {
    padding: 0 !important;
  }

  .inter-text-img,
  .inter-text-img-1 {
    height: 40px;
  }

  .event-filter {
    display: block;
  }

  .lineup-heading h2 img {
    height: 30px;
  }

  .lineup-heading h2,
  .fasq-sec h1 {
    font-size: 45px;
  }

  .row-box,
  .bottom-ftr {
    display: block;
  }

  .trems-link {
    gap: 20px;
    margin-top: 20px;
  }

  .feature-event {
    padding-bottom: 0;
  }

  .search-hero {
    display: block;
  }

  .search-hero input,
  .search-hero select {
    margin-bottom: 20px;
  }
  .search_filter_bx .search-hero {
    position: fixed;
    left: -100%;
    height: 100vh;
    overflow: auto;
    transition: all 0.5s;
    top: 0px;
    width: 100%;
    border-radius: 0;
  }
  .with_filter_s,
  .with_filter_cross {
    display: inline-flex;
    cursor: pointer;
  }
  .with_filter_s img {
    width: 22px;
    margin-right: 5px;
  }
  .with_filter_s {
    margin-left: 15px;
  }
  .with_filter {
    background: #ffffff;
    border-radius: 19px;
    padding: 5px;
    display: flex;
    align-items: center;
  }
  .with_filter .view-type {
    width: auto;
    margin: 0 0 0 auto;
    border: 1px solid #ddd;
    padding: 0px;
  }
  .openFilter .search_filter_bx .search-hero {
    left: 0;
    transition: all 0.5s;
  }
  .openFilter .hero-section {
    z-index: 11;
  }
  .openFilter {
    overflow: hidden;
  }
  .openFilter .daterangepicker {
    max-height: calc(100vh - 200px);
    overflow: auto;
  }
  .openFilter .select2-container--open .select2-dropdown--below {
    max-height: calc(100vh - 266px);
    overflow: auto;
  }
  .with_filter_cross img {
    height: 19px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .openFilter #main_filter_box {
    z-index: 11;
  }
}

@media only screen and (max-width: 575px) {
  .hero-section h1 {
    font-size: 28px;
  }
  .openFilter .quick-date-buttons button {
    padding: 6px 4px;
    font-size: 13px;
  }

  .inter-text-img,
  .inter-text-img-1 {
    border: 2px solid #fff;
    height: 29px;
  }
  /* .event-short-dtl .match_sec a,
  .event-short-dtl p {
    -webkit-line-clamp: unset;
  } */
}

.login-side-img {
  height: 100vh;
  width: 100%;
  position: relative;
}

.login-side-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.login-bg {
  background-color: #f0f2f5;
}

.login-pera {
  position: fixed;
  right: 0;
  width: 47%;
  background-color: #00000096;
  padding: 30px;
  border-radius: 10px;
  bottom: 50px;
}

.login-pera button {
  color: #fff;
}
.login-pera p {
  margin: 40px 0 0;
  color: #fff;
  font-size: 24px;
}

.align-cntr-lg {
  padding-top: 50px;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60%;
  margin: auto;
}

p.acnt-text {
  margin-top: 15px;
  font-weight: 500;
  color: #000000;
}

p.acnt-text a {
  font-weight: 700;
  color: #ffb016;
}

.selct-role {
  text-align: center;
  flex-basis: 70%;
}

.selct-role h1 {
  font-size: 43px;
  font-weight: 700;
}

.role-type {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.box-role {
  position: relative;
}

.box-role input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.box-role label {
  padding: 40px 10px;
  background-color: #ffffff;
  border: 1px solid #dedede;
  border-radius: 25px;
  min-width: 190px;
  background-repeat: no-repeat;
  background-position: 95% 10px;
  text-transform: uppercase;
  margin-top: 40px;
}

.box-role input:checked + label {
  border: 1px solid #f5a201;
  background-image: url(../images/check-mark.svg);
}

.box-role label span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #000;
}

.logo-2-mange {
  margin: 20px 30px;
  display: inline-flex;
}

.social-login {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 40px 0;
  justify-content: center;
}

.social-login img {
  border: 1px solid #dedede;
  border-radius: 10px;
}

.social-login img:hover {
  border: 1px solid #f5a201;
}

.login-with {
  position: relative;
}

.login-with:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

.login-with span {
  position: relative;
  background-color: #f0f2f5;
  padding: 0 20px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.comn-from input,
.comn-from textarea,
.comn-from select {
  width: 100%;
  padding: 12px 20px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

input.toggle-switch[type="checkbox"] {
  position: relative;
  width: 44px;
  height: 22px;
  -webkit-appearance: none;
  appearance: none;
  background: #ececec;
  border: 0.5px solid #0b1e33;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
  padding: 0;
  /* box-shadow: inset 0 0 5px rgb(0 0 0 / 50%); */
}

input.toggle-switch[type="checkbox"]::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0b1e33;
  position: absolute;
  top: 1px;
  left: 3px;
  transition: 0.5s;
}

input.toggle-switch[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

input.toggle-switch[type="checkbox"]:checked {
  background: #f5a201;
  border: 0.5px solid #f5a201;
}

.text-color {
  color: #f5a201;
}

.text-color:hover {
  color: #f5a201;
}

.avatar-upload {
  position: relative;
  max-width: 150px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

/* .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  } */
.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  position: relative;
  border-radius: 100%;
  border: 1px dashed #0b1e33;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.genres-list-mange {
  display: grid;
  grid-template-columns: repeat(3, 200px);
  gap: 15px;
  margin: 40px 0;
  justify-content: center;
  max-height: calc(100vh - 385px);
  overflow: auto;
}
.artist-catgry {
  display: flex;
  overflow-x: scroll;
}
.genres-box {
  position: relative;
  height: 110px;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}

.genres-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%);
}

.genres-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.claender-icon {
  border-radius: 13px;
  padding: 10px 0px;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  background-color: #f5a201;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.claender-icon > svg {
  font-size: 15px;
  width: 20px;
  height: 20px;
  color: white;
  fill: white;
}
.ticket_area-mn {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
}
.genres-box p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.genres-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.genres-box label {
  height: 100%;
  width: 100%;
}

.genres-box input:checked + label::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../images/check-white.svg);
  background-repeat: no-repeat;
  background-position: 96% 6px;
}
.choose-role {
  overflow: hidden;
}

.pagination .pagination {
  margin: 0;
}
.date-time + .comn-btn {
  display: flex;
  gap: 5px;
  padding: 10px 20px;
}
.gm-style-iw {
  width: 354px;
  max-width: 100%;
}
.ent-emg h3 a {
  color: #000;
}
.gm-style-iw p,
.ent-emg h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ent-emg div {
  width: 100%;
}
.search_filter_bx .form-control:disabled,
.search_filter_bx .form-control[readonly],
.search_filter_bx .form-control,
.search_filter_bx input[type="text"],
.search_filter_bx select {
  background: transparent !important;
  box-shadow: unset !important;
  outline: 0 !important;
  border: 0 !important;
}

.tim-pdiv {
  white-space: nowrap;
}
@media only screen and (max-width: 1400px) {
  .profile-setup {
    padding: 0 20px;
    display: block;
    width: 100%;
    height: 100%;
  }

  .genres-list-mange {
    grid-template-columns: repeat(2, 240px);
  }

  .logo-2-mange {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
    height: 60px;
  }
  .logo-2-mange {
    margin-top: 0px;
    margin-left: 0px;
  }

  .login-side-img {
  }

  .login-bg {
    padding-bottom: 20px;
  }

  p.acnt-text {
    top: 0;
  }
  .box-role label {
    min-width: 150px;
  }
}

@media only screen and (max-width: 1199.98px) {
  .genres-list-mange {
    grid-template-columns: repeat(2, 200px);
  }

  .social-login img {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .box-role label {
    padding: 20px 10px;
    min-width: 180px;
  }
  .event_page #map {
    height: calc(100vh - 393px) !important;
    margin-top: 78px !important;
  }
}

@media only screen and (max-width: 767px) {
    
  .genres-list-mange {
    grid-template-columns: repeat(3, 200px);
  }
  .event_page #map {
    height: calc(100vh - 312px) !important;
    margin-top: 0px !important;
  }
  p.acnt-text {
    position: relative;
    right: 0;
    margin-top: 15px;
  }

  .selct-role {
    height: 100%;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 575px) {
  .genres-list-mange {
    grid-template-columns: repeat(2, 160px);
  }

  .genres-box {
    height: 90px;
  }
}

.profile-section {
  padding: 50px 0;
}

.profile-user {
  padding: 20px;
  background: #141c36;
  border: 1px solid #757575;
  border-radius: 30px;
  margin-top: -120px;
}

.profile-img {
  width: 212px;
  height: 212px;
  padding: 10px;
  border-radius: 100%;
  border: 1px solid #f5a201;
  margin: 10px auto;
  position: relative;
}

.profile-img img {
  width: 100%;
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-user h2 {
  font-size: 30px;
  color: #fff;
  text-align: center;
}

.profile-user h2 span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
}

.total-concert-event {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #656565;
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #515151;
}

.total-concert-event h3 {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  text-align: center;
}

.total-concert-event h3 span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  margin-top: 5px;
  word-break: break-all;
}
.event_get_direction span {
  word-break: keep-all !important;
}

.social-link {
  padding: 0;
  list-style: none;
  justify-content: center;
  gap: 10px;
  display: flex;
  margin-bottom: 30px;
}

.profile-tabs-event {
  gap: 20px;
}

.profile-tabs-event {
  border-bottom: 0;
}

.profile-tabs-event button.nav-link {
  background: #0b1e33;
  border: 1px solid #636363;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 34px;
  color: #ffffff;
}

.profile-tabs-event button.nav-link.active {
  background: #f5a201;
  border: 1px solid #f5a201;
  color: #ffffff;
}

.artist-box {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.artist-box img {
  width: 100px;
  height: 80px;
  flex: 0 0 auto;
  border-radius: 10px;
  object-fit: cover;
}

.artist-box a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artist-box p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artist-box span {
  color: #8e8e8e;
  font-size: 13px;
  font-weight: 400;
}

.profile-section .container {
  max-width: 1520px;
}

.add-bio h2 {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}

.add-bio p {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
}

.upcomming-concerts h2 {
  color: #fff;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.upcm-list {
  background: #141c36;
  border: 1px solid #757575;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.upcm-list a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.upcm-list h3 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
  background-color: #f5a201;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 10px 0px;
  text-align: center;
  flex: 0 0 48px;
}

.upcm-list h3 span {
  display: block;
  font-weight: 600;
  font-size: 14px;
}

.upcm-list h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.upcm-list h4 span {
  color: #929292;
  font-size: 12px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}

.text-btn {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.profile-merch-btn {
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  background: #0b1e33;
  border: 1px solid #ffb016;
  border-radius: 28px;
  color: #ffb016;
}

.activities-box {
  overflow: hidden;
  background: #171717;
  border: 1px solid #707070;
  border-radius: 20px;
  margin-bottom: 20px;
}

.activities-box .evnt-img {
  height: 485px;
  width: 100%;
  margin: 0;
}

.activities-box .evnt-img img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

.activities-box a {
  display: block;
  color: #fff;
  font-size: 30px;
}

.activities-box span {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  display: block;
  margin-bottom: 12px;
}

.activities-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

section.hero-section-2 {
  position: relative;
  z-index: -1;
}

.feature-event-list-mange {
  padding: 0px 0;
  position: relative;
}

.feature-event-list-mange .container {
  max-width: 1500px;
}

.view-type-btn {
  background-color: #fff;
  width: 100px !important;
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  padding: 4px;
  border-radius: 15px;
}

.view-type-btn a {
  width: 100%;
  background-color: transparent;
  border: 0;
  padding: 6px;
  border-radius: 12px;
  text-align: center;
}

.view-type-btn a.actvie {
  background-color: #f5a201;
}

.outer-box {
  background: #ffffff30;
  border-radius: 40px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding: 50px;
}

.event-detil-section {
  padding: 100px 0 50px;
}

.dark-box {
  background: #141c36;
  border-radius: 20px;
  padding: 15px;
}

.date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #2c334b;
}

.dtl-vnt h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.dtl-vnt p {
  color: #fff;
  opacity: 0.8;
}

.date-time h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}

.event-detil-section .date-time:first-child {
  padding-top: 0;
}

.event-detil-section .date-time:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.date-time h3 span {
  display: block;
  color: #929292;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 300;
}

.tick-dtl h3 {
  display: block;
}

.dtl-vnt h4 {
  margin-top: 25px;
  color: #fff;
  font-size: 18px;
}

.lineup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #141c36;
  border-radius: 20px;
  padding: 12px;
  margin-bottom: 15px;
}

.lineup-name a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.lineup-name a img {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  object-fit: cover;
}

.avlbel-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avlbel-media img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(148%)
    hue-rotate(191deg) brightness(99%) contrast(92%);
}
.map-iframe {
  line-height: 0;
}

.map-iframe iframe {
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 1rem;
  width: 2rem;
  height: 2rem;
  opacity: 0.75;
  border-radius: 50%;
  color: var(--white-100);
  background: var(--black-300);
}

.event-img-vd {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.event-img-vd .swiper-button-next,
.event-img-vd .swiper-button-prev {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: 0;
}

.event-img-vd .swiper-button-next,
.event-img-vd .swiper-container-rtl .swiper-button-prev {
  transform: rotate(0deg);
  background-image: url(../images/next-event.svg);
  right: 10px;
  left: auto;
}

.event-img-vd .swiper-button-prev,
.event-img-vd .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/next-event.svg);
  left: 10px;
  right: auto;
  transform: rotate(180deg);
}
.detail-artest-name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 24px;
  z-index: 1;
  background: linear-gradient(181deg, rgb(2 0 36 / 0%) 0%, rgb(0 0 0) 100%);
  width: 100%;
}
.detail-artest-name a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
}
.detail-artest-name a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50px;
  flex: 0 0 auto;
}
.detail-artest-scroll {
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 20px 24px;
  z-index: 1;
  background: linear-gradient(181deg, rgb(2 0 36 / 0%) 0%, rgb(0 0 0) 100%);
  width: 100%;
  overflow-y: scroll;
  max-height: 200px;
}
.detail-artest-scroll .detail-artest-name {
  position: relative !important;
  padding: 0px 24px;
  z-index: 1;
  width: 100%;
  background: transparent;
}
.detail-artest-scroll .detail-artest-name a {
  margin-bottom: 10px;
}
.share-buttons .btn i {
  font-size: 24px;
}
.congratulations-modal {
  padding: 40px;
  text-align: center;
}

.congratulations-modal h2 {
  margin: 40px 0;
  font-size: 35px;
  color: #0b1e33;
  font-weight: 700;
}

.congratulations-main .modal-content {
  border-radius: 40px;
}

.congratulations-modal h3 {
  margin: 0 0 5px;
  font-size: 16px;
}

.congratulations-modal span {
  color: #00537a;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  display: block;
}

table {
  width: 100%;
  font-size: 16px;
  border-collapse: separate;
  border-spacing: 0 16px;
}

table span {
  font-size: 12px;
}
table .confirm-ticket span {
  justify-content: start;
}

table thead th {
  padding: 6px 10px;
  color: #dfdfdf;
}

table .comne-btn {
  width: 120px;
  padding: 8px 10px;
}

table td {
  vertical-align: middle;
  position: relative;
  padding: 6px 10px;
}

/* table td:after {
    content: "";
    width: 1px;
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    background-color: #eee;
  } */
table td:last-child:after {
  content: none;
}

table tbody td {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  color: #dfdfdf;
  font-size: 14px;
  background: #141c36;
}

table tbody td:first-child {
  border-left: 1px solid #4d4d4d;
  border-radius: 10px 0px 0px 10px;
}

table tbody td:last-child {
  border-right: 1px solid #4d4d4d;
  border-radius: 0px 10px 10px 0px;
}

table tbody tr:hover {
  background-color: #262626;
}

table tbody td.data-size {
  color: #00c1de;
}

.img-dtl {
  margin: 0;
  display: flex;
  gap: 10px;
  font-size: 18px;
  align-items: center;
}

.img-dtl img {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  flex: 0 0 auto;
}

.one-line-row {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  align-items: center;
  justify-content: end;
}

.confirm-ticket {
  color: #07d800;
  font-size: 15px;
}

.view-ticket {
  background: #141c36;
  border: 1px solid #ffb016;
  border-radius: 10px;
  color: #ffb016;
  padding: 12px 15px;
}

table .comn-btn {
  font-size: 14px;
}

.tickt-tabs {
  display: inline-block;
  background: #0b1e33 0% 0% no-repeat padding-box;
  border: 1px solid #636363;
  border-radius: 15px;
  padding: 2px;
}

.tickt-tabs button {
  border-radius: 13px;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  width: 140px;
  height: 50px;
}
.tickt-tabs button:hover {
  color: #f5a201;
}

.tickt-tabs button.active,
button.active:hover {
  background: #f5a201;
  color: #fff;
}

.artist-profile-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.artist-box-list {
  background: #91919163;
  border-radius: 20px;
  opacity: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  text-align: center;
  position: relative;
  padding: 20px;
}

.artist-img {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  margin: 10px auto;
}

.artist-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.artist-box-list a {
  display: inline-block;
  color: #fff;
}

.save-fil-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.artist-catgry button {
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 10px 40px;
  background: #0b1e33;
  border: 1px solid #636363;
  border-radius: 15px;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

.artist-catgry button.active {
  border: 1px solid #f5a201;
  background: #f5a201;
}

.avatar-edit {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0px;
}

.avatar-edit input {
  display: none;
}

.edit-profile .modal-content {
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #f5a201;
  border: 2px solid #013c58;
  border-radius: 31px;
}

.edit-close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.edit-user {
  padding: 0 40px;
}

.edit-user h2 {
  font-size: 30px;
  margin-top: 35px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.edit-user input,
.edit-user textarea,
.edit-user select {
  background: #0b1e33;
  border: 1px solid #707070;
  border-radius: 23px;
  padding: 12px 20px;
  width: 100%;
  color-scheme: dark;
  color: #fff;
}

.select2-container .select2-results__option--highlighted {
  background: #1e2a38; /* Highlight color */
  color: #fff;
}
.edit-user input::placeholder {
  color: #ffffff;
  font-size: 15px;
}
.conert-image {
  background: #0b1e33 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 20px;
  padding: 12px 20px;
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gender-row {
  background: #0b1e33 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 40px;
  padding: 12px 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.gender-row h3 {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 0;
  margin-right: 20px;
}
.edit-user .gender-row input {
  width: auto;
}
.gender-row label {
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
}

.edit-user .profile-img {
  width: 130px;
  height: 130px;
}
.edit-user .avatar-edit {
  width: 25px;
  height: 20px;
}

input[type="radio"] {
  border: 2px solid #f5a201 !important;
  padding: 0.5em !important;
  -webkit-appearance: none !important;
  border-radius: 50px !important;
  /*    width: auto !important;*/
}

input[type="radio"]:checked {
  background: url(../images/check-radio.svg) !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

input[type="radio"]:focus {
  outline-color: transparent !important;
}

.artist-mange-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading_get {
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  .artist-profile-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 992px) {
  .artist-profile-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .artist-profile-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-hdr span {
    display: none;
  }

  .outer-box {
    padding: 20px;
  }

  .dtl-vnt h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .artist-profile-row {
    grid-template-columns: repeat(1, 1fr);
  }

  header .nav div.logo a img {
    height: 22px;
  }
}

.view-all-btn .white-btn:hover {
  color: #fff;
  border: 1px solid #fff;
}

.rang-mange input[type="number"] {
}

/* input[type="range"]:focus,
input[type="number"]:focus {
  box-shadow: 0 0 3px 1px #4b81dd;
  outline: none;
} */

.rang-mange input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 6px;
  background: #d2d2d2;
  border-radius: 5px;
  background-image: linear-gradient(#013c58, #013c58);
  background-size: 70% 100%;
  margin: 0 !important;
  background-repeat: no-repeat;
  padding: 0;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  font-weight: 600;
}

.rang-mange [dir="rtl"] input[type="range"] {
  background: #ff4500;
  background-image: linear-gradient(#fff, #fff);
  background-size: 30% 100%;
  background-repeat: no-repeat;
}

/* Input Thumb */
.rang-mange input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #00537a;
  cursor: pointer;

  transition: background 0.3s ease-in-out;
}

.rang-mange input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: pointer;

  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

.rang-mange input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #ff4500;
  cursor: pointer;
  box-shadow: 0 0 2px 0 #555;
  transition: background 0.3s ease-in-out;
}

.rang-mange input[type="range"]::-webkit-slider-thumb:hover {
  border: 1px solid #fff;
  background: #013c58;
}

.rang-mange input[type="range"]::-moz-range-thumb:hover {
  border: 1px solid #fff;
  background: #013c58;
}

.rang-mange input[type="range"]::-ms-thumb:hover {
  background: #013c58;
  border: 1px solid #fff;
}

/* Input Track */
.rang-mange input[type="range"]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rang-mange input[type="range"]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rang-mange input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.rang-flter {
  position: relative;
}
.rang-mange {
  position: absolute;
  width: 210px;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  top: 40px;
  left: -30px;
  display: none;
}
.filter-icon {
  cursor: pointer;
}
.rang-mange.main-show {
  display: block;
}

.rang-mange span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0b1e33;
  font-size: 10px;
}
.rang-mange input,
.rang-mange output {
  font-size: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.rang-mange h5 {
  color: #0b1e33;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
}

.video-thumb {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 360px;
}
.vide-thum {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-btn-video {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: transparent;
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
}
.play-btn-video img {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .hero-typr-src {
    display: block;
  }
  .view-type {
    width: 139px;
    margin: 15px auto 0;
  }
  .rang-mange {
    z-index: 3;
    top: 26px;
    left: 0;
    border-radius: 0;
    height: auto;
  }
  .filter-icon {
    display: block;
    margin-left: auto;
    margin-top: 10px;
  }
}

.form-main-hd {
  font-size: 18px;
  text-align: left;
  color: #fff;
  font-weight: 700;
}
.error {
  text-align: left;
  font-size: 12px;
  color: #f00;
  font-weight: 500;
}

.center-center-mange {
  display: flex;
  align-items: center;
  height: calc(100% - 130px);
}

.spotify_selct-user-lst .userlist {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.spotify_selct-user-lst .profile {
  display: flex;
  align-items: center;
  gap: 15px;
}
.soty-img-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 70px;
  overflow: hidden;
}
.soty-img-icon img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.spotify_selct-user-lst {
  padding: 0;
  list-style: none;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  overflow-y: auto;
  max-height: 350px;
}
.spotify_selct-user-lst li .name-tle {
  text-align: left;
}
.spotify_selct-user-lst li {
  margin-bottom: 15px;
}
.spotify_selct-user-lst .comn-btn a {
  color: #fff;
}
.spotify_selct-user-lst .comn-btn {
  padding: 10px 20px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
.spotify_selct-user-lst li .name-tle h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #211d1d;
}
.spotify_selct-user-lst li .name-tle span {
  color: #211d1d;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

::-webkit-scrollbar {
  width: 0px;
  height: 8px;
  background-color: #f5f5f5;
}

.profile-user .comn-btn a {
  color: #fff;
}
.login_side_fixed {
  position: fixed;
  right: 0;
  width: 50%;
  height: 100vh;
}
.search-hero input:focus,
.search-hero select:focus {
  background: #fff;
}
.input-right-icon.field-icon.hide-password {
  top: 48px !important;
}
.hero-section-2 img.w-100 {
  min-height: 170px;
}
.hero-section-2 img.w-100 {
  max-height: 215px !important;
}
#shareEventModal .modal-content {
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .align-cntr-lg {
    width: 100%;
    padding-top: 15px;
  }
}

.rd-container-attachment {
  z-index: 3;
}
.list-event-fetr.my-5 {
  position: relative;
  z-index: 2;
}

.rd-container table td {
  border-radius: 0;
  border: 0 !important;
  background: transparent;
  color: #3f3f3f;
}
.rd-container table td:hover {
  background: #141c36;
  color: #fff;
}
.rd-container table thead th {
  color: #0b1e33;
}
.rd-container table tr:hover {
  background: #fff;
}

.pagination {
  justify-content: center;
  margin-top: 40px;
}
.page-item.active .page-link {
  background-color: #f5a201;
  border-color: #f5a201;
}
.page-link,
.page-item.disabled .page-link {
  color: #fff;
  background-color: #0b1e33;
  border: 1px solid #636363;
}
button.profile-merch-btn.w-100.my-3 a {
  color: #f5a201;
}

.profile-user .comn-btn.rounded-pill.w-100 {
  margin-top: 15px;
}

.outer-clndr {
  background: #141c36 0% 0% no-repeat padding-box;
  border: 1px solid #757575;
  border-radius: 20px;
  padding: 40px;
  margin: 50px 0;
}
.outer-clndr td {
  border: 1px solid #d8d8d8 !important;
  border-radius: 0 !important;
}
.outer-clndr h2 {
  color: #fff;
}
.fc-daygrid-day-number {
  color: #fff;
}
.fc-scrollgrid-sync-inner a {
  color: #fff;
}
.outer-clndr .fc-h-event {
  border: 1px solid #f5a201;
  background-color: #f5a201;
  width: 90%;
  margin: 0 auto 10px !important;
  cursor: pointer;
}
.fc-h-event .fc-event-title {
  color: #000;
}

.outer-clndr .fc .fc-daygrid-day-top {
  flex-direction: column;
}
.fc .fc-daygrid-day-number {
  font-size: 20px;
}
.row-marge {
  display: flex;
  gap: 20px;
}
.date-view p {
  text-align: center;
  color: #564394;
  font-size: 16px;
  font-weight: 700;
}
.date-view p span {
  color: #fff;
  display: block;
}
.event-title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.event-details {
  margin-bottom: 10px;
  color: #fff;
}
.main-time-mange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #d7d7d7;
  padding: 7px 0;
  margin: 15px 0;
}
.event-location {
  display: flex;
  align-items: center;
  color: #fff;
}
.event-time {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  text-wrap: wrap;
  color: #fff;
}

.event-location i,
.event-time i {
  margin-right: 5px;
}
.event-button {
  background-color: #ffb016;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin-left: auto;
  width: max-content;
}

.vanue-profile-capacity {
  margin-top: 0;
}
.mobile-number-vanue {
  display: flex;
  transition: 0.3s;
  background: #0b1e33;
  border: 1px solid #f5a201;
  border-radius: 28px;
  color: #f5a201;
  justify-content: center;
  align-items: center;
  padding: 9.55px 20px;
  margin-top: 15px;
}
.mobile-number-vanue:hover {
  color: #f5a201;
}
.mobile-number-vanue img {
  margin-right: 7px;
}
.address-time-vanue {
  display: flex;
  gap: 10px;
  padding: 16px;
  background: #141c36;
  border: 1px solid #757575;
  border-radius: 20px;
  color: #fff;
  margin: 15px 0;
}
.address-time-vanue a {
  color: #fff;
}

.swiper-pagination {
  position: relative;
  z-index: 1;
  bottom: 10px; /* Adjust this as needed */
  left: 50%;
  transform: translateX(-50%);
}

/* .profile-user .userGenres button {
    margin-right: 10px;
    margin-bottom: 15px;
    padding: 6px 10px; 
    border-radius: 50px;
    color: #FFFFFF;
    font-weight: 500;
    white-space: nowrap;
    font-size: 12px;
    background: #091024 0% 0% no-repeat padding-box;
border: 1px solid #2B3658; 
} */
.profile-user .userGenres button {
  width: auto;
  margin-right: 0px;
  margin-bottom: 0;
  padding: 6px 18px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  background: #091024 0% 0% no-repeat padding-box;
  border: 1px solid #2b3658;
  overflow: hidden;
}
.profile-user .userGenres .tags_itm {
  width: auto;
  margin-right: 0px;
  margin-bottom: 0;
  padding: 6px 18px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  background: #091024 0% 0% no-repeat padding-box;
  border: 1px solid #2b3658;
  overflow: hidden;
}
.profile-user .social-link {
  margin-top: 20px;
}
.profile-user .text-center.userGenres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px;
}
.venue-favorite,
.artist-favorite {
  display: block;
  position: relative;
}

p.no-record {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.daterangepicker table td {
  border-radius: 0;
  border: 0 !important;
  background: transparent;
  color: #3f3f3f;
}
.daterangepicker table td:hover {
  background: #141c36;
  color: #fff;
}
.daterangepicker table thead th {
  color: #0b1e33;
}
.daterangepicker table tr:hover {
  background: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0f1c31 !important;
}
.daterangepicker td.in-range {
  background-color: #e4e4e4 !important;
}
.location-manage-add {
  position: relative;
}
.location-manage-add ul {
  position: absolute;
  background: #fff;
  list-style: none;
  width: 100%;
  padding: 10px 0 0;
  border-radius: 0px 0px 10px 10px;
  top: 72%;
  margin: 0;
  border: 1px solid #ccc;
  z-index: 99;
}
.location-manage-add ul li {
  display: block;
  padding: 6px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid #e2e1e1;
  cursor: pointer;
}
.fture_list_map.homemapp {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 800px;
  z-index: -1;
}
.fture_list_map.homemapp .container {
  padding: 0;
}
.location-manage-add ul li:last-child {
  border: 0;
}
.location-manage-add ul li.current-location-slct {
  background-color: #eef6ff;
  font-size: 14px;
  font-weight: 600;
}

.map-pp-main {
  display: flex;
}
.ent-emg {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.ent-emg h3 {
  font-size: 16px;
  font-weight: 600;
}
.ent-emg p {
  font-size: 13px;
  font-weight: 400;
}
.leaflet-popup-content p {
  margin: 0 !important;
}
.leaflet-popup {
  width: 450px;
}
.leaflet-popup-content {
  width: auto !important;
}
.evn-dte {
  font-size: 25px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-right: 10px;
  line-height: 26px;
}
.loc-prc-tim {
  display: flex;
  justify-content: space-between;
}

.loc-prc-tim p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.tim-pdiv {
  text-align: right;
}
p.evnt-prc {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-top: 10px !important;
}

.form-control:focus {
  background: #0b1e33;
  color: #fff;
}

ul.slick-dots {
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}

ul.slick-dots li button {
  color: #ffffff;
  width: 24px;
  height: 3px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  overflow: hidden;
  border: 0;
}
ul.slick-dots li.slick-active button {
  background: #f5a201;
}
.artist-catgry::-webkit-scrollbar {
  background-color: #121c31;
}
.artist-catgry::-webkit-scrollbar {
  width: 10px;
}
.artist-catgry::-webkit-scrollbar:horizontal {
  height: 10px;
}
.artist-catgry::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
}
.artist-catgry::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(242 165 48);
  box-shadow: inset 0 0 6px rgb(242 165 48);
}
.pac-container {
  z-index: 9999 !important;
}
.evn-dte-ll {
  width: 100%;
}
.claender_sec_ic {
  margin-left: auto;
  margin-right: 15px;
}
.location_list_itmes {
  z-index: 9999;
  position: absolute;
  background: #2b3642;
  border-radius: 15px;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.location_white {
  background: #dde3eb;
  color: #000;
}
#location-list {
  padding: 0;
  list-style: none;
  margin: 0;
  max-height: 178px;
  overflow: auto;
  padding: 0;
  margin-top:20px;
}
#location-list li {
  margin-bottom: 0;
  border-bottom: 1px solid #4a4a4a;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  text-align: left;
}
.location_white #location-list li {
  border-bottom: 1px solid #c3c3c3;
}
#location-list li:last-child {
  border-bottom: 0;
}
.profile-hdr span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70px;
}
.profile-hdr {
  gap: 6px;
}
.lineup_img_sld.lineup-img {
  padding-bottom: 25%;
}
.otp_verify {
  display: flex;
  gap: 10px;
  text-align: center;
}
.otp_verify input {
  text-align: center;
}
.feature-event .no-record {
  position: initial;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
.mapboxgl-ctrl-top-right {
  z-index: 0 !important;
}
.top_page_gap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero-section-2 .down-arow {
  display: none;
}
.notop_image_page {
  padding-top: 103px;
}
.notop_image_page .profile-user {
  margin-top: 0;
}
.notop_image_page .vanue_sec_list {
  padding-top: 0;
}
.add-bio h2.add-bio_heading {
  margin-top: 0;
  font-size: 28px;
}
.event_get_direction {
  flex-wrap: wrap;
  padding-top: 15px;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.notop_image_page.notop_image_page_artist {
  padding-top: 70px;
}
.website_lnk a {
  display: flex;
  transition: 0.3s;
  background: #0b1e33;
  border: 1px solid #f5a201;
  border-radius: 28px;
  color: #f5a201;
  justify-content: center;
  align-items: center;
  padding: 9.55px 20px;
}
@media (max-width: 1399.98px) {
  .time-location h4 {
    font-size: 20px;
  }
}
@media (max-width: 1299.98px) {
  .time-location h4 {
    font-size: 18px;
  }
  .time-location .light-btn {
    font-size: 13px;
    white-space: nowrap;
  }
}
@media (max-width: 1199.98px) {
  .comn-btn {
    padding: 10px 15px;
  }
  .time-location {
    flex-wrap: wrap;
  }
  .time-location div {
    flex: 0 0 100%;
  }
  .time-location h4 {
    font-size: 18px;
    flex: 0 0 100%;
  }
  .time-location .light-btn {
    width: 100%;
  }
  .selct-role {
    width: 470px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .box-role label {
    min-width: 130px;
  }
  .selct-role h1 {
    font-size: 28px;
  }
  .box-role label {
    margin-top: 15px;
    padding: 30px 10px;
  }
  .box-role label img {
    max-width: 30px;
  }
  .box-role label span {
    font-size: 14px;
  }
  .row_tickets {
    justify-content: center;
    text-align: center;
  }
  .row_tickets .text-end {
    text-align: center !important;
    margin: 15px;
  }
  header .nav div.main_list ul li a {
    font-size: 14px;
  }
  .search-header input {
    min-width: 100%;
    font-size: 14px;
  }
  header .nav div.main_list ul,
  .right-manu {
    gap: 12px;
  }
  header .nav div.logo a img {
    height: 17px;
  }
  .find_filter_box h2 {
    text-align: center;
  }
  .hero-section .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .hero-section h1 {
    font-size: 42px;
  }
}
@media (max-width: 1024.98px) {
  .search-hero input,
  .search-hero select {
    width: 100%;
    border: 0;
    padding: 2.755px 6px;
    font-size: 14px;
    font-weight: 600;
  }
  .login-pera p {
    margin: 0;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .nav div.show_list {
    top: 80px;
    height: calc(100vh - 80px);
  }
  .hero-section h1 {
    font-size: 34px !important;
  }
  .vanue_detail_tab {
    margin-top: 40px;
  }
  .search-hero {
    gap: 10px;
  }
  .time-location {
    flex-wrap: unset;
  }
  .time-location h4 {
    flex: unset;
  }
  .time-location .light-btn {
    width: auto;
  }
  .lineup-heading h2 {
    font-size: 40px;
  }
  .lineup-heading h2 img {
    max-height: 30px;
  }
  .about_itm_h {
    flex: 0 0 100px;
  }
  .about_info_img img {
    max-height: 500px;
    margin: 0 auto;
    display: block;
  }
  .about_sldin h1 {
    font-size: 40px;
  }
  .heading_type1 {
    font-size: 50px;
  }
  .heading_type1 img {
    height: 20px;
  }
  .filter-icon {
    width: 24px;
    margin: 0;
  }
  .search-hero select {
    padding-right: 17px !important;
    background-position: 99% 50%;
    background-size: 10px;
  }
  .rang-flter.me-3 {
    margin-right: 5px !important;
  }
  .login_side_fixed,
  .login_side_fixed_1 {
    display: none;
  }
  .col-md-6.login-bg {
    width: 100%;
    background: unset;
  }
  .selct-role {
    flex-basis: unset;
  }
  .dtl-vnt {
    margin-top: 20px;
  }
  .login-bg .center-center-mange {
    height: auto;
  }
  .logo-2-mange {
    margin: 0 auto;
    position: unset;
    display: flex;
    width: auto;
    justify-content: center;
  }
  .profile-user {
    margin-top: -60px;
  }
  .notop_image_page .profile-user {
    margin-top: 0;
  }
  .edit-user {
    padding: 0;
  }
  .edit-user h2 {
    margin-top: 15px;
  }
  .edit-user .image-wrapper img {
    width: 85px;
    height: 85px;
  }
  .edit-user .image-wrapper {
    position: relative;
    display: inline-block;
    margin: 10px 10px 0 0;
  }
  .profile-tabs-event {
    margin-top: 30px;
  }
  .genres-list-mange {
    max-height: unset;
  }
  .event-box .w-100 {
    width: calc(100% - 65px) !important;
  }
  .nav div.logo a img {
    margin-top: -7px;
  }
}
@media (max-width: 767.98px) {
  .nav div.logo a img {
    margin-top: 0;
  }
  .notop_image_page {
    padding-top: 71px;
  }
  .about_sldin h1 {
    font-size: 35px;
    width: 80%;
  }
  header .nav div.logo a {
    display: flex;
    align-items: center;
  }
  .nav div.show_list {
    top: 56px;
    height: calc(100vh - 56px);
  }
  .hero-section h1 {
    font-size: 40px;
  }
  .hero-section {
    padding: 110px 0;
  }
  .filter-icon {
    width: 24px;
    margin: 10px 15px 10px auto;
  }
  .hero-section h1 br {
    display: none;
  }
  .rang-mange {
    height: 260px;
  }
  .search-hero select {
    padding-right: 40px !important;
    background-position: 95% 50%;
  }
  .search-hero {
    border-radius: 20px;
    padding: 10px 10px 20px 15px;
  }
  .f-logo {
    margin-bottom: 30px;
  }
  footer {
    padding-top: 50px;
  }
  footer .row-box {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }
  .bottom-ftr {
    text-align: center;
  }
  .trems-link {
    justify-content: center;
  }
  .nav .container-fluid {
    padding: 0 15px;
  }
  header .nav {
    padding: 10px 0;
  }
  .heading_type2 {
    font-size: 35px;
  }
  .fc .fc-toolbar-title {
    font-size: 20px !important;
  }
  .outer-clndr {
    border: 0;
    border-radius: 0px;
    padding: 0;
    margin: 30px 0;
  }
  .upcm-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .upcm-list {
    gap: 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .artist-catgry button {
    padding: 10px 15px;
    font-size: 14px;
  }
  .notop_image_page .artist-catgry {
    margin: 0 !important;
    margin-top: 20px !important;
  }
  .artist_search {
    width: 100%;
  }
  .hero-section h1 {
    font-size: 28px !important;
  }
  .about_sldin h1 {
    font-size: 23px;
  }
  .notop_image_page .feature-event-list-mange {
    padding: 0 0 30px;
  }
  .about_sld {
    background-position: left center;
  }
  .about_info {
    padding: 50px 0;
  }
  .meet-lineup {
    margin-bottom: 40px;
  }
  .heading_type1 {
    font-size: 30px;
  }
  .about_itm {
    flex-wrap: wrap;
    gap: 5px;
  }
  .about_itm_h {
    flex: 0 0 100%;
  }
  .about_itms {
    padding-bottom: 50px;
  }
  .lineup_img_sld.lineup-img {
    padding-bottom: 40%;
  }
  .artist-mange-title {
    gap: 10px;
  }
  .event-detil-section.event-detil-section_new {
    padding: 90px 0 50px;
  }
  .feature-event-list-mange {
    padding: 70px 0 10px;
  }
  .heading_type2 {
    font-size: 28px;
  }
  .trems-link {
    flex-wrap: wrap;
    gap: 10px;
  }
  .common_padding {
    padding: 90px 0 50px;
  }
  .fasq-sec {
    margin: 35px 0 20px;
  }
  .testimonial-section {
    padding-bottom: 10px;
  }
  footer {
    padding-top: 35px;
  }
  .lineup-heading h2,
  .fasq-sec h1 {
    font-size: 26px;
  }
  .fasq-sec h1 {
    margin-bottom: 35px;
  }
  .lineup-heading h2 {
    margin-bottom: 30px;
  }
  .box-role label {
    min-width: 100%;
  }
  .role-type .box-role {
    width: 100%;
  }
  .add-bio iframe {
    border: 0;
    width: 100%;
    min-height: 200px;
    height: auto;
  }
  .add-bio .html5-main-video {
    width: 100%;
    height: auto;
    left: 0;
    top: -25px;
  }
  .role-type {
    gap: 10px;
  }
  .box-role label span {
    font-size: 13px;
  }
  .selct-role h1 {
    font-size: 24px;
  }
  .forgot-remeber,
  p.acnt-text {
    font-size: 14px;
    font-weight: 600;
  }
  p.acnt-text a {
    font-size: 14px;
    font-weight: 700;
  }
  .address-time-vanue {
    font-size: 14px;
    gap: 5px;
  }
  .address-time-vanue img {
    width: 15px;
  }
  .artist-mange-title {
    flex-wrap: wrap;
  }
  .edit-user h2 {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 40px;
  }
  .fc table,
  .fc .fc-daygrid-day-number {
    font-size: 14px !important;
  }
  .tickt-tabs button {
    width: auto;
  }
  .pagination {
    flex-wrap: wrap;
    gap: 5px;
  }
  .page-link {
    padding: 0.375rem 0.55rem;
  }
  .event-short-dtl h3 {
    font-size: 30px;
  }
  .event-short-dtl h3 span {
    font-size: 13px;
  }
  .event-short-dtl a {
    font-size: 16px;
    height: auto;
  }
  .event-short-dtl h3 {
    position: relative;
    margin-top: 0;
    background: #fff;
    padding: 4px 7px;
    border-radius: 5px 5px 0 0;
  }
  .edit-user input,
  .edit-user textarea,
  .edit-user select {
    font-size: 15px;
  }
  .gender-row h3 {
    margin-right: 10px;
    font-size: 15px;
  }
  .artist-profile-row .artist-box-list {
    margin-bottom: 25px;
  }

  .evn-dte {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .loc-prc-tim p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .loc-prc-tim {
    flex-wrap: wrap;
    gap: 10px;
  }
  .tim-pdiv {
    text-align: left;
  }
  .gm-style-iw {
    max-width: 280px !important;
    margin-left: -10px;
  }
  .map-pp-main .evn-dte {
    font-size: 22px;
  }
  .evn-dte .month {
    font-size: 12px;
  }
  .map-pp-main .evn-dte {
    margin-right: 9px;
  }
  .loc-meta {
    flex-wrap: wrap;
    margin-top: 12px;
  }
  .loc-metabutton {
    flex: 0 0 100%;
  }
  .loc-metabutton .meta-btn {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 440px) {
  header .nav div.logo a img {
    height: 13px;
  }
  .upcm_btns {
    width: 100%;
  }
  .upcm_btns .white-btn {
    padding: 4.5px;
    margin-top: 10px;
  }
  .evt_meta {
    padding-right: 0;
  }
  .box-role label {
    padding: 20px 10px;
  }
  .social-login {
    gap: 5px;
  }
  .image-wrapper {
    margin: 10px 5px 0 0;
  }
  .activities-box a {
    font-size: 20px;
  }
  .profile-tabs-event button.nav-link {
    padding: 14px 20px;
  }
  .profile-tabs-event {
    gap: 15px;
  }
  .artist-box a {
    font-size: 15px;
  }
  .fc .fc-toolbar-title {
    font-size: 16px !important;
  }
  .fc .fc-button .fc-icon {
    font-size: 1em !important;
    line-height: 10px !important;
  }
  .fc .fc-button {
    padding: 0.4em 0.4em;
  }
  .genres-box p {
    font-size: 14px;
  }
  .gender-row label {
    margin-right: 5px;
  }
  .upcm-list {
    padding: 10px;
    gap: 10px;
  }
  .upcm-list h4 {
    font-size: 14px;
  }
  .upcm-list {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .upcomming-concerts .upcm-list a {
    width: 100%;
  }
  input.toggle-switch[type="checkbox"] {
    width: 35px;
  }
  input.toggle-switch[type="checkbox"]::before {
    width: 14px;
    height: 14px;
    top: 3.5px;
    left: 3px;
  }
  .upcm-list .comn-btn {
    white-space: nowrap;
    margin: 10px auto 0;
    width: 100%;
    justify-content: center;
    padding: 5px 15px;
  }
  .upcm-list div {
    flex: 0 0 100%;
    flex-wrap: unset;
  }
  .upcm-list div button {
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
  }
  .share-buttons .btn {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  #shareEventModal .modal-body {
    padding: 30px 15px 15px 15px;
  }
  .date-time.tick-dtl {
    flex-wrap: wrap;
  }
  .date-time.tick-dtl h3 {
    width: 100%;
  }
  .tick-dtl .light-btn {
    border: 1px solid #ffb016;
    white-space: nowrap;
  }
  .tick-dtl_in {
    flex: 0 0 100%;
    align-items: center;
    margin-top: 10px;
    border-top: 1px solid #2c334b;
    padding-top: 10px;
  }
  .mapboxgl-map .mapboxgl-popup-content {
    width: 90% !important;
  }
  .evn-dte-ll {
    width: calc(100% - 32px);
  }
}

.modal-content.vanue_faq {
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #f5a201;
  border: 2px solid #013c58;
  border-radius: 31px;
}
.vanue_faq h2 {
  margin-top: 15px;
  text-align: left;
  color: #fff;
  margin-bottom: 35px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
}
.vanue_faq .modal-body {
  padding: 30px;
}

.vanue_faq_itm {
  border-bottom: 1px solid #3a3737;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.vanue_faq_itm:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vanue_faq h2 {
  margin-top: 15px;
}
.add-bio .vanue_faq-title {
  font-size: 20px;
}
.vanue_faq_itm h4 {
  margin-top: 10px;
  color: #fff;
}
@media (max-width: 576px) {
  .vanue_faq .modal-body {
    padding: 15px;
  }
  .evt_address span,
  .evt_time span {
    font-size: 13px !important;
  }
}
.tipdetail-bx table tbody td:first-child {
  border-left: 1px solid #fff;
  border-radius: 0;
}
.tipdetail-bx table tbody td:last-child {
  border-right: 1px solid #fff;
  border-radius: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #fcbd53 !important;
  border: 1px solid #fcbd53 !important;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  text-align: left !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #000000 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  border-right: 1px solid #161b35 !important;
  color: #000000 !important;
}
.select2-container--default .select2-selection--multiple {
  text-align: left !important;
}
.event-short-dtl h3 .weekday {
  border-top: 1px solid #ffb016;
  border-bottom: 1px solid #ffb016;
  padding: 3px 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 10px;
}
.map-pp-main .evn-dte .weekday {
  border-top: 1px solid #ffb016;
  border-bottom: 1px solid #ffb016;
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
}
.event_right_con {
  width: 100%;
}
.time-location .match_sec-in span + span {
  padding-left: 21px;
}

.btn-map {
  position: absolute;
  bottom: 30px;
  right: 20px;
  z-index: 9;
}
.btn-map a {
  color: white;
}
.list-event-fetr.event_page {
  position: relative;
}
.star-rating {
  direction: rtl;
  font-size: 55px;
  unicode-bidi: bidi-override;
  display: flex;
  justify-content: center;
}
.star-rating input {
  display: none;
}
.star-rating label {
  color: #ccc;
  cursor: pointer;
}
.star-rating input:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: #f5b301;
}

#successMsg {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.upcomming-concerts .evt_time {
  margin-top: 0;
  padding-left: 0;
}
.upcomming-concerts .evt_meta {
  flex-direction: column;
  align-items: self-start;
  gap: 6px;
}
.upcomming-concerts .evt_address {
  margin-top: 0;
}
.atrd-h4 {
  color: #fff;
  margin-top: 20px;
}
.day p {
  white-space: nowrap;
}

@media (max-width: 600px) {
  .search-hero .location-manage-add input,
  .search-hero .select2-container,
  .search-hero .daterangeinput input.form-control {
    padding: 12px 20px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px;
  }
  .event-detil-section .date-time:first-child {
    flex-wrap: nowrap !important;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50% !important;
    right: 1px;
    width: 20px;
    transform: translateY(-50%);
  }
  .date-time.tick-dtl {
    flex-wrap: nowrap !important;
  }
  .tick-dtl_in {
    border-top: 0;
    padding-top: 0;
    flex: 0 0 auto;
    margin-top: 0px;
  }
  .dtl-vnt.dtl-vnt_detail {
    margin: 0 !important;
  }
  .weather-left {
    flex-wrap: wrap;
  }
  .weather-right p,
  .weather-right {
    text-align: left !important;
  }
  .event_right_con {
    flex: 0 0 auto !important;
  }
  .weather-container {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 767px) {
    .mapboxgl-popup {
    display: flex;
    left: 50% !important;
    transform: translateX(-50%) !important;
    pointer-events: none;
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    will-change: transform;
    z-index: 99;
}
.map_fture_newbox .list-event-fetr.eventsBox {
    display: none;
}
 .mapboxgl-map .mapboxgl-popup-content {
        width: 100% !important;
    }
    .event_page #map {
        height: 100vh !important;
        margin-top: 0px !important;
    }
}