.events-eventList {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.events-headerContainer {
    height: 348px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-disabled-0, #F8FAFB);
}

.events-headerContainer h1 {
    color: var(--text-loud-900, #0D0D12);
    font-family: 'ClashGrotesk-medium';
    font-size: 72px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -1.44px;
}

.eventList-p-faqContainer {
    margin-bottom: 240px;
    margin-top: 80px;
}

.events-filter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    flex-direction: column;
    position: relative;
    top: -44px;
}

.events-filter-container form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.events-eventTypeSelector-container {
    padding: 6px;
    display: flex;
    gap: 8px;
    border-radius: 62px;
    border: 1px solid var(--border-normal-50, #ECEFF3);
    width: fit-content;
    position: relative;
}

.events-eventTypeSelector-item {
    padding: 8px 20px;
    color: var(--text-loud-900, #0D0D12);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    transition: 300ms;
}

.events-eventTypeSelector-item span {
    user-select: none;
}

.events-eventTypeSelector-item:hover {
    color: #666d80;
}

.events-eventTypeSelector-activityIndicator {
    width: 140px;
    height: 78%;
    border-radius: 62px;
    border-radius: 62px;
    background: var(--background-normal-25, #F6F8FA);
    /* Form/Button/Secondary Normal */
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    position: absolute;
    left: 6px;
    transition: 600ms;
    z-index: -1;
}

.events-eventTypeSelector-activityIndicator.shiftRight {
    transform: translateX(calc(100% - 12px));
    /* Elementi en sağa taşı */
    width: 160px;
}

.events-cta-btnWrapper {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.events-cta {
    border-radius: 24px;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 7px;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 80px;
    overflow: hidden;
}

.events-cta.--pink {
    background: rgba(255, 235, 243, 0.30);
}

.events-cta.--yellow {
    background: linear-gradient(0deg, rgba(255, 248, 214, 0.30) 0%, rgba(255, 248, 214, 0.30) 100%);
}

.events-cta.--blue {
    background: linear-gradient(0deg, rgba(214, 244, 255, 0.30) 0%, rgba(214, 244, 255, 0.30) 100%);
}

.events-cta-imageWrapper img {
    width: 456px;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    border-radius: 24px;
}

.events-cta-imageWrapper {
    overflow: hidden;
    position: relative;
    padding-top: 36px;
    height: 294px;
    align-self: end;
    padding-left: 1px;
    padding-bottom: 1px;
}

.events-cta-left {
    padding-left: 64px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin: 36px 0;
}

.events-cta-left h2 {
    color: #000;
    font-family: 'ClashGrotesk-medium';
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
    letter-spacing: -0.4px;
}

.events-cta-left p {
    color: var(--text-muted-600, #36394A);
    font-size: 16px;
    margin: 0;
}

.event-application-completed-buttons {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    justify-content: center;
}

.event-application-completed-container {
    max-width: 635px;
    text-align: center;
    margin-top: 100px
}

.event-application-completed-container h1 {
    color: var(--text-loud-900, #0D0D12);
    font-family: 'ClashGrotesk-medium';
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
}

.event-application-completed-container p {
    color: var(--text-normal-500, #666D80);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 36px;
}

.eventDetail-mainContainer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 45px;
    padding-bottom: 160px;
}

.eventDetail-rightSection-innerContainer {
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-normal-50, #ECEFF3);
    padding: 20px;
    border-radius: 12px;
    gap: 16px;
    position: sticky;
    top: 20px;

}

.eventDetail-eventTitle {
    max-width: calc(66% - 20px);
    color: var(--text-loud-900, #0D0D12);
    font-size: 48px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -0.48px;
    margin-bottom: 36px;
}

.eventDetail-eventBanner {
    width: 100%;
    border-radius: 20px;
}

.eventDetail-gallerImageList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

}

.eventDetail-gallerImageList img {
    max-width: 48%;
}

.eventDetail-rightSection-infoElemWrapper {
    display: flex;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid var(--border-normal-50, #ECEFF3);
    padding-bottom: 16px;
}

.eventDetail-rightSection-infoElemWrapper:nth-last-child(2) {
    border-bottom: none;
}

.eventDetail-rs-ie-iconWrapper {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
}

.eventDetail-rs-ie-rightWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.new .eventDetail-rs-ie-rightWrapper {
    display: flex;
    flex-direction: row;
}

.eventDetail-rs-ie-rightWrapper span:first-of-type {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */

}

.eventDetail-rs-ie-rightWrapper span:last-of-type {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.eventDetail-rightSection-buttonWrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.eventDetail-rightSection-buttonWrapper .btnLink-primary {
    padding: 8px 20px;
}



.eventDetail-galleryContainer h4,
.eventDetail-stepsContainer h4 {
    color: #000;
    font-feature-settings: 'cv10' on, 'ss01' on;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}

.eventDetail-galleryContainer,
.eventDetail-stepsContainer {
    margin-top: 64px;
}

.eventDetail-step-element {
    display: flex;
    gap: 14px;
    margin-bottom: 44px;
    position: relative;
}

.eventDetail-step-element:not(:last-child):after {
    content: "";
    width: 3px;
    height: 28px;
    background: var(--border-normal-50, #ECEFF3);
    position: absolute;
    left: 10px;
    top: 53px;
    transform: translateY(-50%);
    border-radius: 40px;
    background: var(--primary-400-base, #00B7FD);
    border: 1.5px solid #00b7fd;
}

.eventDetail-step-element-counter {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background: var(--primary-400-base, #00B7FD);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--background-white, #FFF);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    position: relative;
    min-width: 24px;
    min-height: 24px;
}

.eventDetail-step-element-counter::before {
    content: "";
    position: absolute;
    left: -3px;
    right: -3px;
    top: -3px;
    bottom: -3px;
    border: 1px solid #02b3f7;
    z-index: -1;
    border-radius: 50px;
}



.eventDetail-leftSection {
    display: flex;
    flex-direction: column;
    min-width: 0;
}



.eventDetail-programItem {
    display: flex;
    flex-direction: column;
    padding: 12px 28px 12px 12px;
    gap: 20px;
    border-radius: 12px;
    background: var(--background-white, #FFF);
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    align-items: center;
}

.eventDetail-programItem-textBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eventDetail-programItem-textBody span:first-of-type {
    color: var(--text-loud-900, #0D0D12);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.eventDetail-programItem-extraDescription {
    color: var(--text-normal-500, #666D80);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}

.eventDetail-programItem-textBody span:last-of-type {
    color: var(--text-normal-500, #0D0D12);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
}

.ed-image-list--squareWrapper {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}

.ed-image-list--squareWrapper>h2 {
    font-family: 'ClashGrotesk-medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 12px;
}

.eventDetail-programItem-descLink {
    max-width: 420px;
}

.eventDetail-programItem-descLink p {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 14px;
    color: #666D80;
}

.eventDetail-programItem-descLink a {
    display: inline-flex;
    position: relative;
    bottom: -4px;
}

.eventDetail-programItem-hour img {
    width: 24px;
    height: 24px;
}

.eventDetail-locationContainer a {
    color: #000;
}

.eventDetail-programItem-hour {
    padding: 4px 8px;
    border-radius: 99px;
    background: var(--background-disabled-0, #F8FAFB);
    box-shadow: 0px 0px 0px 1px rgba(18, 41, 104, 0.08), 0px 1px 2px 0px rgba(42, 52, 80, 0.12);
    border-radius: 99px;
    margin-left: auto;
    color: var(--text-loud-900, #0D0D12);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
    align-self: flex-start;
}

.eventDetail-progamList {
    margin-top: 15px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.eventDetail-programItem-extraSpeakersWrapper {
    display: flex;
    margin-right: -20px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 4px;
    padding-top: 4px;
    margin-top: -24px;
}

.eventDetail-programItem-extraSpeakersWrapper .extraSpeakerParagraph {
    text-decoration: underline;
    margin-bottom: 2px;
}

.eventDetail-programItem-extraSpeakersWrapper .extraSpeakerHeadline {
    color: #666D80;
    font-size: 14px;
    font-weight: 500;
    line-height: 28.5px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.eventDetail-programItem-extraSpeakersWrapper .extraSpeakerSingularWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.events-filterTop {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 1005px;
    padding: 24px;
    background-color: #fff;
    border-radius: 99px;
    border: 1px solid var(--border-normal-50, #ECEFF3);
}

.events-filterTop .btnLink-black {
    padding: 8px 20px;
}

.eventApplication-title {
    color: var(--text-loud-900, #0D0D12);
    font-family: 'ClashGrotesk-medium';
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    /* 125% */
}

.eventApplication-container {
    width: 100%;
    max-width: 755px;
}

.eventApplication-form {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-top: 36px;
}

.eventDetail-mobileImageWrapper {
    display: none;
}

.eventDetail-programList-innerContainer {
    display: flex;
    gap: 20px;
    width: 100%;
}

.eventApplication-userAgreement p:first-of-type {
    color: var(--text-muted-600, #36394A);
    text-align: justify;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    margin-bottom: 5px;
}

.eventApplication-userAgreement p:last-of-type {
    color: var(--text-normal-500, #666D80);
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.eventApplication-form>button:last-of-type {
    width: fit-content;
    margin-left: auto;
}



.eventDetail-programTabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.eventDetail-programTabs-day {
    padding: 8px 16px;
    border-radius: 99px;
    background: var(--background-disabled-0, #F8FAFB);
    box-shadow: 0px 0px 0px 1px rgba(18, 41, 104, 0.08), 0px 1px 2px 0px rgba(42, 52, 80, 0.12);
    border-radius: 99px;
    color: var(--text-loud-900, #0D0D12);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* 142.857% */
    cursor: pointer;
    transition: 300ms;
}

.eventDetail-programTabs-day.active {
    background: var(--primary-400-base, #00B7FD);
    color: var(--background-white, #FFF);
}

.eventDetail-programTabs-day:not(.active):hover {
    background: var(--background-disabled-0, #F8FAFB);
}

.eventDetail-programTab-list:not(.active) {
    display: none;
}

.clubApplication-bannerContainer {
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
    display: flex;
    border-radius: 24px;
    box-shadow: 0 1px 2px 0 rgba(164, 172, 185, 0.24), 0 0 0 1px rgba(18, 55, 105, 0.08);
    gap: 7px;
    margin-bottom: 80px;
    background: linear-gradient(98deg, #FFF 0.25%, #D6F4FF 99.83%), #FFF;
    padding: 32px 64px;
    position: relative;
    overflow: hidden;
}

.clubApplication-banner-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    max-width: 75%;
}



.clubApplication-banner-left h2 {
    color: #000;
    font-family: 'ClashGrotesk-medium';
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    /* 120% */
    margin: 0;
    letter-spacing: -0.4px;
}

.clubApplication-banner-left p,
.clubApplication-banner-left {
    color: #36394A;
    font-size: 16px;

}

.clubApplication-banner-right {
    position: absolute;
    bottom: -22px;
    right: 50px;
}

.clubApplication-banner-right img {
    max-width: 248px;
}

.ed-instructor-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 3rem;
}

.ed-image-list--square {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.ed-image-list--square img {
    width: 150px;
    height: 150px;
    border-radius: 12px;
}

.ed-instructor-list>h2 {
    font-family: 'ClashGrotesk-medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.ed-instructor-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ed-ii-imageWrapper {
    width: 56px;
    height: 56px;
    min-width: 56px;
}

.ed-ii-imageWrapper img {
    width: 100%;
    border-radius: 50%;
}

.ed-ii-rightWrapper {
    display: flex;
    flex-direction: column;
}

.ed-ii-rightWrapper>span {
    color: #36394A;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.ed-ii-nameWrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ed-ii-nameWrapper>span {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.ed-ii-nameWrapper>a>i {
    font-size: 1.4rem;
}


.companyDetail-carousel-container {
    background: var(--background-disabled-0, #F8FAFB);
    border-radius: 16px;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    position: relative;
}

.companyDetail-carousel-container.new {
    background-color: #fff;
    padding: 20px;
}

.companyDetail-carousel-container .carousel-item {
    padding: 20px;
}



.companyDetail-carousel-container.new .carousel-item {
    padding: 0;
}

.carousel-item-innerWrapper {
    display: flex;
    gap: 24px;
}

.carousel-item-innerWrapper img {
    height: min-content;
}

.companyDetail-carousel-container .carousel-item h4 {
    color: var(--text-loud-900, #0D0D12);
    font-family: 'ClashGrotesk-medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
}


.companyDetail-carousel-container .carousel-item p {
    color: var(--text-muted-600, #36394A);
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.new .carousel-button-container {
    position: static;
}

.new .carousel-inner {
    padding-bottom: 10px;
}

.new .carousel-indicators [data-bs-target] {
    background-color: #EBFAFF;
    width: 6px;
    height: 6px;
    min-width: 6px;
    border-radius: 50%;
}

.new .carousel-indicators [data-bs-target].active {
    background-color: #00B7FD;
}

.carousel-button-container {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    gap: 12px;
}

.quote_carausel_2 .carousel-button-container {
    top: unset;
    bottom: 20px;
}

.quote_carausel_2 {
    border-radius: 16px;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    background-color: #fff;

}

.quote_carausel_2 .quoteCarousel-personContainer {
    border-top: 1px solid var(--border-hover-100, #DFE1E7);
}

.quote_carausel_2 p {
    flex-grow: 1;
    text-align: center;
}

.quote_carausel_2 .carousel-quoteWrapper:nth-child(1) {
    padding: 20px 20px 0 20px;
    transform: rotate(180deg);
    justify-content: flex-end;
    color: #DCDFE4;
}

.carousel-owner-container {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    margin-top: 24px;
    position: relative;
}

.carousel-owner-container img:nth-child(1) {
    width: 72px;
    height: 72px;
}

.carousel-owner-container img:nth-child(2) {
    position: absolute;
    width: 53px;
    height: 53px;
    object-fit: none;
    top: 11px;
}

.quote_carausel_2 .carousel-quoteWrapper:nth-child(3) {
    padding: 20px 20px 0 20px;
    align-self: end;
    color: #DCDFE4;
}

.carousel-content {
    display: flex;
}

.quote_carausel_2 .quoteCarousel-personContainer {
    padding: 16px 24px;
}

.carousel-button-container>button {
    background: var(--background-white, #FFF);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24);
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1C2436;
    position: static;
}

.new .carousel-indicators {
    position: static;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    align-items: center;
}

.new .carousel-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}


.carousel-button-container i {
    color: #000;
}

.carousel-quoteWrapper {
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 30px;
    color: #A4ACB9;
}

.quoteCarousel-personImageWrapper {
    height: 48px;
    width: 48px;
}

.quoteCarousel-personImageWrapper img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.quoteCarousel-personInfoContainer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: calc(100% - 80px);
}

.quoteCarousel-personContainer {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.quoteCarousel-personInfoContainer span:nth-child(1) {
    color: var(--text-loud-900, #0D0D12);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.quoteCarousel-personInfoContainer span:nth-child(2) {
    color: var(--text-muted-600, #36394A);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.quoteCarousel-reviewWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.iyzicoPage-innerContainer {
    display: flex;
    gap: 98px;
}

.iyzicoPage-ic-left {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 0px 0.94px rgba(18, 55, 105, 0.08);
    box-shadow: 0px 0.94px 1.88px 0px rgba(164, 172, 185, 0.24);
    box-shadow: 0px 7.52px 15.04px -5.64px rgba(7, 32, 69, 0.1);
    border-radius: 24px;
    gap: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #0D0D12;
    overflow: hidden;
    border: 1px solid #ebeff2;
    width: 564px;
    height: 360px;
}

.iyzicoPage-ic-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iyzicoPage-container {
    padding-top: 215px;
    padding-bottom: 333px;
    position: relative;
    overflow: hidden;
}

.iyzicoPage-container h1 {
    font-family: 'ClashGrotesk-medium';
    color: #0d0d12;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 60px;
}

.iyzicoPage-ic-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 360px;
}

.iyzicoPage-ic-r-payWith {
    height: 40px;
}

.iyzicoPage-ic-right>span {
    font-weight: 400;
    font-size: 16px;
    color: #36394A;
    margin-top: 24px;
}

.iyzicoPage-ic-right-arrowOuterWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.iyzicoPage-ic-right-arrowOuterWrapper p {
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #36394A;
}

.iyzicoPage-ic-right-arrowOuterWrapper b {
    font-weight: 700;
}

.iyzicoPage-ic-right-arrowInnerWrapper {
    position: absolute;
    left: -87px;
    top: -59px;
}

.iyzicoPage-ic-right-arrowOuterWrapper a {
    width: fit-content;
    padding: 14px 24px;
    margin-top: 40px;
    margin-bottom: 16px;
}

.iyzicoPage-ic-right>p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #36394A;
}

.iyzicoPage-ic-right-arrowInnerWrapper {
    overflow: hidden;
    transform: rotate(-8deg);
    z-index: -1;
}

.iyzicoPage-ic-right-arrowInnerWrapper::after {
    content: "";
    width: 100%;
    height: 148px;
    background: linear-gradient(180deg, #FFFFFF 31%, rgba(255, 255, 255, 0) 72%);
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(30deg);
}

.iyzicoPage-ic-right>p a {
    color: #00B7FD;
}

.iyzicoPage-linkWrapper {
    position: relative;
}

.iyzicoPage-arrow--Mobile {
    display: none;
}

.iyzicoPage-circle {
    border-radius: 50%;
    border-width: 32px;
    border-style: solid;
    position: absolute;
    opacity: 20%;
}

.ip-c-1 {
    border-color: #00B7FD;
    width: 234px;
    height: 234px;
    top: 24px;
    left: -62px;
}

.ip-c-2 {
    border-color: #00B7FD;
    width: 180px;
    height: 180px;
    top: 264px;
    right: -58px;
}

.ip-c-3 {
    border-color: #FFD600;
    width: 198px;
    height: 198px;
    bottom: 59px;
    right: 136px;
}

.ip-c-4 {
    border-color: #F40060;
    width: 279px;
    height: 279px;
    top: -137px;
    right: 278px;
}

.ip-c-5 {
    border-color: #F40060;
    width: 268px;
    height: 268px;
    bottom: -134px;
    left: 336px;
}


@media only screen and (max-width: 1199px) {
    .ip-c-1 {
        border-color: #00B7FD;
        width: 210px;
        height: 210px;
        top: -35px;
        left: -132px;
    }

    .ip-c-2 {
        border-color: #00B7FD;
        width: 132px;
        height: 132px;
        bottom: -59px;
        right: -51px;
        top: unset;
    }

    .ip-c-3 {
        border-color: #FFD600;
        width: 140px;
        height: 140px;
        bottom: 7px;
        left: -61px;
    }

    .ip-c-4 {
        display: none;
    }

    .ip-c-5 {
        border-color: #F40060;
        width: 220px;
        height: 220px;
        top: 16px;
        right: -155px;
        left: unset;
    }


    .iyzicoPage-ic-right-arrowOuterWrapper a {
        margin-top: 16px;
        display: block;
        text-align: center;
    }

    .iyzicoPage-linkWrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin-top: 16px;
    }

    .iyzicoPage-ic-right-arrowInnerWrapper {
        position: static;
        top: unset;
        left: unset;
    }

    .iyzicoPage-ic-right-arrowInnerWrapper {
        transform: none;
        width: fit-content;
    }

    .iyzicoPage-ic-right-arrowInnerWrapper::after {
        background: linear-gradient(180deg, #FFFFFF 11%, rgba(255, 255, 255, 0) 122%);
        height: 25px;
        transform: none;
    }

    .iyzicoPage-container h1 {
        font-weight: 500;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .iyzicoPage-container {
        padding-top: 40px;
        padding-bottom: 129px;
    }

    .iyzicoPage-innerContainer {
        justify-content: center;
    }

    .iyzicoPage-ic-left {
        display: none;
    }

    .iyzicoPage-arrow--Mobile {
        display: block;
    }

    .iyzicoPage-arrow--Desktop {
        display: none;
    }

    .events-eventList {
        grid-template-columns: 1fr 1fr;
    }


}

@media only screen and (min-width: 992px) {
    .eventDetail-programList-innerContainer-firstRow-hourPartMobile {
        display: none;
    }

    .eventDetail-programList-innerContainer-hourPartOther {
        display: contents;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .eventDetail-programItem-extraSpeakersWrapper {
        width: 100%;
        max-width: unset;
        margin-right: 0;
    }

    .extraSpeakerHeadline {
        max-width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .eventDetail-programItem-extraSpeakersWrapper {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .clubApplication-bannerContainer {
        flex-direction: column;
        align-items: stretch;
        padding: 25px 20px 250px 20px;
        position: relative;
    }
    .clubApplication-banner-left {
        order: 1;
        z-index: 2;
        background: transparent;
        padding-bottom: 0;
        align-items: flex-start;
        text-align: left;
    }
    .clubApplication-banner-right {
        order: 2;
        position: absolute;
        left: 50%;
        bottom: -22px;
        right: auto;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        width: 100%;
        z-index: 1;
        margin: 0;
        padding: 0;
        pointer-events: none;
    }
    .clubApplication-banner-right img {
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .clubApplication-banner-left h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .eventDetail-mainContainer {
        gap: 0;
    }

    .eventDetail-rightSection-innerContainer {
        margin-top: 45px;
    }

    .eventDetail-eventTitle {
        max-width: unset;
        margin-top: 118px;
    }

    .eventDetail-rightSection-innerContainer {
        position: static;
    }

    .events-filterTop .btnLink-black {
        width: 100%;
    }

    .marginSection {
        margin-bottom: 40px;
    }

    .companies-list-section {
        top: 0;
        position: relative;
    }

    .eventDetail-programItem {
        border-radius: 24px;
    }

    .eventDetail-programItem>img {
        align-self: flex-start;
    }

    .eventDetail-programList-innerContainer {
        flex-direction: column;
        align-items: flex-start;
    }

    .eventDetail-programList-innerContainer-firstRow {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .eventDetail-programList-innerContainer-firstRow-hourPartMobile {
        display: contents;
    }

    .eventDetail-programList-innerContainer-hourPartOther {
        display: none;
    }

    .eventDetail-gallerImageList {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .eventDetail-gallerImageList img {
        width: 100%;
        max-width: 100%;
    }

    .eventDetail-leftSection .eventDetail-eventBanner {
        display: none;
    }

    .eventDetail-mainContainer {
        display: flex;
        flex-direction: column-reverse;
    }

    .eventDetail-mobileImageWrapper {
        display: block;
    }

    .events-headerContainer h1 {
        margin-top: 30px;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }

    .events-eventTypeSelector-item:hover {
        color: var(--text-loud-900, #0D0D12);
    }

    .events-filterTop {
        flex-direction: column;
        border-radius: 26px;
        width: 100%;
    }

    .events-filter-container {
        top: -50px;
        margin-bottom: -20px;
    }

    .events-cta {
        display: flex;
        flex-direction: column-reverse;
    }

    .events-cta-left {
        padding: 0 16px 0 0;
        justify-content: flex-start;
    }

    .events-cta {
        padding: 16px 0 16px 16px;
        width: calc(100% - 40px);
    }

    .events-cta.viap {
        margin-bottom: -60px;
    }

    .events-cta-imageWrapper img {
        width: 110%;
    }

    .events-cta-btnWrapper {
        flex-direction: column;
    }

    .events-cta-imageWrapper {
        height: auto;
    }

    .events-cta-left h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .events-cta-left {
        gap: 21px;
    }

    .events-cta-left {
        margin: 13px 0;
    }

    .events-filter-container form {
        flex-direction: column;
        gap: 16px;
        border-radius: 24px;
    }

}

@media only screen and (max-width: 767px) {
    .events-eventList {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .marginSection {
        margin-bottom: 70px;
    }

    .eventApplication-form>button:last-of-type {
        width: 100%;
        margin-left: 0;
    }
}

/* External Application Links Modal Styling */
.event-multiple-external-links-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.event-multiple-external-links-modal.active {
    display: flex;
}

.event-multiple-external-links-content {
    background-color: #fff;
    margin: auto;
    border-radius: 12px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    padding: 24px;
    position: relative;
}

.event-multiple-external-links-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
    color: #666D80;
}

.event-multiple-external-links-header {
    margin-bottom: 16px;
    text-align: center;
}

.event-multiple-external-links-header h3 {
    font-family: 'ClashGrotesk-medium';
    font-size: 20px;
    margin-bottom: 8px;
    color: #0D0D12;
}

.event-multiple-external-links-header p {
    color: #666D80;
    font-size: 14px;
    margin-bottom: 0;
}

.event-multiple-external-links-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.event-multiple-external-links-item {
    display: flex;
    padding: 14px 20px;
    border-radius: 8px;
    background-color: #F8FAFB;
    border: 1px solid #ECEFF3;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    color: #0D0D12;
}

.event-multiple-external-links-item:hover {
    background-color: #EBFAFF;
    border-color: #00B7FD;
    text-decoration: none;
    color: #0D0D12;
}

.event-multiple-external-links-item span {
    font-weight: 500;
}

.event-multiple-external-links-item i {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .event-multiple-external-links-content {
        width: 95%;
        padding: 20px;
    }
}

.if-not-company-event-active {
    display: none;
}

.company-detail-mobile-header-filter {
    display: flex;
}

@media (max-width: 768px) {
    .if-not-company-event-active {
        display: flex;
        font-size: 16px;
        color: #36394A;
    }

    .company-detail-mobile-header-filter {
        display: none;
    }

    .no-paragraph {
        height: 300px !important;
    }
}

.discount-list-headerContainer {
    padding-top: 20px !important;
    height: 230px !important;
    justify-content: flex-start !important;
}

@media only screen and (max-width: 991px) {
    .discount-list-headerContainer {
        padding-top: 0 !important;
        margin-top: -30px !important;
        height: auto!important;
    }

    .discount-list-headerContainer h1 {
        margin-top: 50px !important;
    }

}

@media (max-width: 768px){
    .event-detail-breadcrumb-container {
        margin-top: 100px;
    }
}

.event-list-breadcrumb-container {
    padding-top: 90px;
}

@media (max-width: 768px){
    .event-list-breadcrumb-container {
        padding-top: 50px;
    }
}

.event-list-headerContainer {
    padding-top: 20px!important;
    height: 230px!important;
    justify-content: flex-start !important;
}

@media only screen and (max-width: 991px) {
    .event-list-headerContainer {
        margin-top: -30px !important;
        height: auto!important;
    }
}
.club-application-container {
    padding: 1rem 0;
}

@media (max-width: 768px){
    .club-application-container {
        padding: 0 1rem 3rem 1rem;
    }
}

.event-joblisting-filter-container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 15px 0 15px;
    position: relative;
    overflow: visible!important;
}

.event-joblisting-types-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-overflow-scrolling: touch;
    min-width: 100%;
    touch-action: pan-x;
}

.event-joblisting-type-tab {
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 99px;
    border: 1px solid #ECEEF3;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #F8FAFB;
    color: var(--text-loud-900, #0D0D12);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.event-joblisting-type-tab:hover {
    background: linear-gradient(0deg, #F8FAFB 0%, #F8FAFB 100%), linear-gradient(0deg, #EBFAFF 0%, #EBFAFF 100%), #FFF;
    text-decoration: none;
}

.event-joblisting-type-tab.event-joblisting-active {
    color: #00678F;
    border: 1px solid #00678F;
    background: linear-gradient(0deg, #EBFAFF 0%, #EBFAFF 100%), #FFF;
}

.events-joblisting-filterTop {
    display: flex;
    gap: 8px;
    width: 100%;
    max-width: 760px;
    padding: 7px 8px 7px 8px;
    background-color: #fff;
    border-radius: 99px;
    border: 1px solid var(--border-normal-50, #ECEFF3);
}

.events-joblisting-filterTop .btnLink-black {
    padding: 8px 20px;
    width: 154.4px ;
}


.event-joblisting-textInput-innerWrapper{
    padding: 5px 6px 5px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    position: relative;
    border-radius: 62px;
    transition: 300ms;
}

.event-new-category-textInput-innerWrapper {
    padding: 5px 6px 5px 12px!important;
}

.event-joblisting-textInput-innerWrapper input{
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    color: var(--text-loud-900, #0D0D12);
    z-index: 1;
}

.event-joblisting-textInput-innerWrapper i{
    color: #818898;
    z-index: 1;
}

@media (max-width: 768px) {
    .event-joblisting-types-tabs {
        flex-wrap: nowrap;
        overflow-y: scroll;
        overflow-x: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        padding-bottom: 8px;
        width: 100%;
        margin: 30px 0;
        padding: 0 8px 8px 8px;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }


    .event-joblisting-type-tab {
        scroll-snap-align: start;
        flex-shrink: 0;
    }

    .event-joblisting-types-tabs.is-scrolling {
        -webkit-mask-image: linear-gradient(
                to right,
                transparent 0%,
                black 10%,
                black 90%,
                transparent 100%
        );
        mask-image: linear-gradient(
                to right,
                transparent 0%,
                black 10%,
                black 90%,
                transparent 100%
        );
    }

    .event-joblisting-types-tabs::-webkit-scrollbar {
        display: none;
    }

    .event-joblisting-type-tab {
        flex: 0 0 auto;
    }

    .event-joblisting-distance {
        margin-top: -50px !important;
    }
}

.event-joblisting-card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
}

.event-club-event-text span {
    border-radius: 99px;
    background: var(--Primary-100, #EBFAFF);
    box-shadow: 0px 1px 2px 0px rgba(0, 77, 108, 0.32), 0px 0px 0px 1px rgba(0, 117, 163, 0.08);
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--Primary-500, #00678F);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.event-joblisting-search-btn-icon {
    font-size: 14px;
    color: #fff!important;
    display: none;
}

.event-joblisting-search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.event-joblisting-search-btn-mobile-text {
    display: flex;
}

.event-joblisting-form-icon {
    display: flex;
}

.joblisting-search-btn-size {
    width: 159px!important;
}

@media (max-width:991px) {
    .joblisting-search-btn-size {
        width: auto !important;
    }

    .event-joblisting-form-icon {
        display: none;
    }

    .event-joblisting-search-btn-icon {
        display: flex;
    }

    .event-joblisting-search-btn-mobile-text {
        display: none;
    }

    .events-joblisting-filterTop .btnLink-black {
        padding: 8px 15px 8px 10px;
        width: auto;
    }

    .event-joblisting-search-btn {
        width: auto;
    }

    .event-joblisting-filter-container {
        padding: 25px 15px 0 15px;
    }

}
.club-application-btn {
    border-radius: 62px;
    background: var(--primary-400-base, #00B7FD);
    border: 1px solid #00B7FD;
    box-shadow: 0px 1px 2px 0px rgba(19, 124, 165, 0.40);
    outline: 1px solid #00B7FD;
    outline-offset: 4px;
    display: flex;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--background-white, #FFF);
    text-align: center;
    font-feature-settings: 'ss01' on;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    z-index: 1;
    margin-top: 28px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 768px) {
    .club-application-btn {
        margin-top: 15px;
    }
}

.club-application-btn::before {
    content: '';
    position: absolute;
    top: -12px;
    left: -12px;
    right: -12px;
    bottom: -12px;
    border-radius: 91px;
    border: 1px solid rgba(0, 183, 253, 0.60);
    box-shadow: 0px 1px 2px 0px rgba(19, 124, 165, 0.40);
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.club-application-btn::after {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border-radius: 91px;
    border: 1px solid rgba(0, 183, 253, 0.20);
    box-shadow: 0px 1px 2px 0px rgba(19, 124, 165, 0.40);
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}


.club-application-btn:hover {
    outline-offset: 6px;
    transform: scale(1.05);
}

.club-application-btn:hover::before {
    transform: scale(1.1);
    opacity: 0.8;
}

.club-application-btn:hover::after {
    transform: scale(1.15);
    opacity: 0.6;
}

@media (max-width: 991px) {
    .student-clubs-filter-top {
        flex-direction: row!important;
        display: flex;
    }
}

.student-club-btn-mobile-text {
    display: none;
}

.student-club-search-btn-icon {
    display: none;
}

@media only screen and (max-width: 991px) {
    .student-club-innerWrapper i {
        display: none;
    }

    .student-clubs-search-btn {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 8px 15px 8px 10px!important;
    }

    .student-clubs-search-btn span:not(.student-club-btn-mobile-text) {
        display: none;
    }

    .student-clubs-search-btn .student-club-btn-mobile-text {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .student-club-search-btn-icon {
        display: flex;
        font-size: 14px;
        color: #fff!important;
    }

    .student-clubs-search-btn {
        width: fit-content!important;
    }
}


.student-clubs-filter-container {
    position: relative;
    top: -30px!important;
}

@media (max-width: 991px) {
    .student-clubs-filter-container {
        top: -70px!important;
    }
}

@media (max-width: 768px) {
    .student-clubs-filter-container {
        top: -100px!important;
        margin-bottom: -60px;
    }
}

.student-club-list-new-form .choices__inner {
    width: 100%!important;
    max-width: 90px!important;
}

@media (max-width: 768px) {
    .student-club-list-new-form {
        margin-top: -70px;
    }
}

@media (max-width: 768px) {
    .student-club-hero-subtext {
        padding: 0 20px;
    }
}

.discount-list-header-height {
    height: 300px!important;
}

@media (max-width: 1199px) {
    .clubApplication-banner-left {
        max-width: 70%;
    }
}

@media (max-width: 768px) {
    .discount-list-header-height {
        height: 320px!important;
    }
}

@media (max-width: 991px) {
    .clubApplication-banner-left {
        max-width: 100%;
    }

    .clubApplication-banner-right {
        right: auto;
        left: 52%;
    }
}

.club-application-form.contact-form-disabled input,
.club-application-form.contact-form-disabled textarea,
.club-application-form.contact-form-disabled select,
.club-application-form.contact-form-disabled .captcha,
.club-application-form.contact-form-disabled iframe {
    opacity: 1 !important;
    pointer-events: none !important;
    background-color: #F8FAFB !important;
    color: #A4ACB9 !important;
    cursor: not-allowed !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.club-application-form.contact-form-disabled iframe {
    opacity: 0.6 !important;
}

.club-application-form.contact-form-disabled .g-recaptcha,
.club-application-form.contact-form-disabled [id^="g-recaptcha"],
.club-application-form.contact-form-disabled .grecaptcha-badge {
    opacity: 0.6 !important;
    pointer-events: none !important;
}

.club-application-form.contact-form-disabled .textInput-innerWrapper,
.club-application-form.contact-form-disabled .textArea-innerWrapper {
    background-color: #F8FAFB !important;
    border: none !important;
}

.club-application-form.contact-form-disabled button {
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 1000 !important;
}

.club-application-form .textInput-innerWrapper.focus,
.club-application-form .textArea-innerWrapper.focus {
    box-shadow: 0 1px 2px 0 rgba(44, 127, 160, 0.40), 0 0 0 1px #57CFFF, 0 0 0 2px #FFF, 0 0 0 3px rgba(87, 207, 255, 0.32) !important;
}

.club-application-form input:focus,
.club-application-form textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}

.club-application-form textarea:focus {
    outline: none !important;
    box-shadow: 0 1px 2px 0 rgba(44, 127, 160, 0.40), 0 0 0 1px #57CFFF, 0 0 0 2px #FFF, 0 0 0 3px rgba(87, 207, 255, 0.32) !important;
    border-color: #57CFFF !important;
}

.club-application-form input:not(:placeholder-shown),
.club-application-form textarea:not(:placeholder-shown) {
    background-color: transparent !important;
    color: inherit !important;
}

.club-application-form .textInput-innerWrapper:has(input:not(:placeholder-shown)),
.club-application-form .textArea-innerWrapper:has(textarea:not(:placeholder-shown)) {
    background-color: transparent !important;
}

.club-application-form .btnLink-wIcon {
    background: var(--background-white, #FFF) !important;
    box-shadow: 0px 0px 0px 1px rgba(18, 55, 105, 0.08), 0px 1px 2px 0px rgba(164, 172, 185, 0.24) !important;
    color: #0D0D12 !important;
    border-radius: 62px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    transition: 300ms;
    border: none;
    outline: none;
    width: 100%!important;
}

.club-application-form .btnLink-wIcon:hover {
    color: #00a0df !important;
    box-shadow: 0px 0px 0px 1px #00a0df, 0px 1px 2px 0px #00a0df !important;
}

.club-application-form .btn-primary {
    background: var(--primary-color, #00B7FD) !important;
    color: white !important;
}

.club-application-form:not(.contact-form-disabled) input,
.club-application-form:not(.contact-form-disabled) textarea,
.club-application-form:not(.contact-form-disabled) select {
    opacity: 1 !important;
    pointer-events: auto !important;
    background-color: transparent !important;
    color: inherit !important;
    cursor: text !important;
    transition: all 0.3s ease !important;
}

.club-application-form:not(.contact-form-disabled) .textInput-innerWrapper,
.club-application-form:not(.contact-form-disabled) .textArea-innerWrapper {
    background-color: transparent !important;
    border-color: #ECEFF3 !important;
    transition: all 0.3s ease !important;
}

.club-application-form:not(.contact-form-disabled) iframe {
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: all 0.3s ease !important;
}

.club-application-form input:-webkit-autofill,
.club-application-form input:-webkit-autofill:hover,
.club-application-form input:-webkit-autofill:focus,
.club-application-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 9999px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.club-application-form textarea:-webkit-autofill,
.club-application-form textarea:-webkit-autofill:hover,
.club-application-form textarea:-webkit-autofill:focus,
.club-application-form textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 9999px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.club-application-form.contact-form-disabled input:-webkit-autofill,
.club-application-form.contact-form-disabled input:-webkit-autofill:hover,
.club-application-form.contact-form-disabled input:-webkit-autofill:focus,
.club-application-form.contact-form-disabled input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 9999px #F8FAFB inset !important;
    -webkit-text-fill-color: #A4ACB9 !important;
    background-color: #F8FAFB !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.club-application-form.contact-form-disabled textarea:-webkit-autofill,
.club-application-form.contact-form-disabled textarea:-webkit-autofill:hover,
.club-application-form.contact-form-disabled textarea:-webkit-autofill:focus,
.club-application-form.contact-form-disabled textarea:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 9999px #F8FAFB inset !important;
    -webkit-text-fill-color: #A4ACB9 !important;
    background-color: #F8FAFB !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.club-application-form input:-moz-autofill,
.club-application-form input:-moz-autofill:focus {
    background-color: transparent !important;
    color: inherit !important;
}

.club-application-form textarea:-moz-autofill,
.club-application-form textarea:-moz-autofill:focus {
    background-color: transparent !important;
    color: inherit !important;
}

.club-application-form input:-ms-input-placeholder {
    background-color: transparent !important;
    color: inherit !important;
}

.club-application-form textarea:-ms-input-placeholder {
    background-color: transparent !important;
    color: inherit !important;
}