﻿/* comman styling strts*/


/* to be delete already defined in mega menu.css */

body {
    background: #f8f7fa !important;
    font-size: 13.5px;
}

.mg-top-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}
.my-15 {
    margin: 15px auto;
}

ul {
    padding: 0;
    margin: 0;
    width: 100%;
}

    ul li {
        list-style-type: none;
        padding:10px;
    }
/* font-size */

.f-14px {
    font-size: 14px;
}


/* font-weight */

.fw-600 {
    font-weight: 600;
}

.none {
    display: none;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.align-items-center {
    align-items: center;
}
.justify-content-center  {
    justify-content: center;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

a {
    text-decoration: none;
}
.enroll-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}
/* comman styling ends*/
.background-gradient-img .listing-hero-image {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: blur(50px) brightness(.9);
    -ms-filter: blur(50px) brightness(.9);
    filter: blur(50px) brightness(.9);
    display: inline-block;
    width: 130%;
    position: relative;
    left: 50%;
}

.event-listing__header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 60vh;
    max-height: inherit;
    min-height: 400px;
    overflow: hidden;
}


.banner-detail-img .detail-img{
    overflow:hidden;
    object-fit:cover;
}
.banner-detail-img .detail-img img{
  max-width:100%;

}

.event-detail-content .event-info-content .title h4 {
    padding: 40px 0 2px;
    margin: 0;
    text-transform: uppercase;
    border: 0;
    word-break: break-word;
}
.fixed-title .event-info-content .title h4 {
    padding-top: 5px;
}
.fixed-title .info-descp {
    padding: 6px 0 0;
}

.event-info-content .info-descp span {
    color: #000;
}

.event-info .event-info-content {

    padding: 0 10px 8px;
    margin: 0 auto;
}
.event-detail-imginfo-div  {
    background-color: rgba(251, 251, 251, 0.95);
}

.event-detail-content {
    background: #fff;
    margin: 10px 0 20px;
}

    .event-detail-content .title h4,
    .event-detail-content .title h5,
    .events-description .title h4 {
        font-size: 2rem;
        font-weight: 600;
        border-bottom: 1px solid #dadada;
        padding-bottom: 10px;
    }

        .events-description .title h4 a {
            text-decoration: none;
        }

    .event-detail-content .right-side-content .ticket-info p {
        padding: 6px 0 15px;
    }

    .event-detail-content .left-side-content,
    .event-detail-content .right-side-content {
        padding: 0 15px;
        /*min-height: 525px;*/
    }
/* .event-detail-content .right-side-content{
    border: 1px solid #dadada;
    padding: 0 15px;
} */
.event-overview-content .right-side-content ul {
    padding-top: 10px;
}

.when-where li {
    padding-bottom: 6px;
}

.description {
    height: auto !important
}

.description-ul li {
    padding-bottom: 10px;
}

    .description-ul li:last-child {
        padding-bottom: 0;
    }

.event-overview {
    padding: 15px;
    margin-top: 0;
}

.register-btn {
    padding-top: 35px;
    position:relative;
}

    .register-btn a.btn-default {
        background: #337ab7;
        color: #fff;
        padding: 10px 15px;
        text-decoration: none;
        border-color: #337ab7;
        border-radius: 0;
        width: 100%;
        border-radius: 4px;
    }
        .register-btn a.btn-default:hover {
            color: #fff;
            border-color: #1271c4;
        }
        /* Sticky Title */
section.event-info.fixed-title .event-info-content {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    text-align: left;
    box-shadow: 0px 2px 4px #cecece;
    background-color: rgba(251, 251, 251, 0.95);
    padding: 20px 20px 6px;
    padding-left: 13%;
}
section#EventContentMainDiv .left-side-content .description *, section#EventContentMainDiv .left-side-content .description {
    word-break: break-word !important;
    line-height: normal;
}

    section.event-info.fixed-title .event-info-content .register-btn {
        position: absolute;
        right: 13%;
        top: 5%;
        padding-top: 7px;
    }
/* Events Page Style */
.events-content-col {
    border: 1px solid #dadada;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #dadada;
    margin-bottom: 20px;
    transition: transform .4s ease, box-shadow .4s ease;
}

    .events-content-col:hover {
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        box-shadow: 3px 10px 10px 1px #dadada;
    }

    .events-content-col .events-description {
        padding: 10px 15px;
    }

.event-iamge img {
    height: 200px;
    object-fit: fill;
}

.events-description .event-date {
    padding-bottom: 10px;
    padding-top: 15px;
}

/* Add Events POpup Starts */

.events-templates .event-title {
    font-weight: 700;
    color: #002060;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    width: 100%;
}

.category-title {
    font-weight: 600;
    color: #000;
}

    .category-title .category-name {
        color: #3b3838;
        font-weight: 400;
        padding-left: 15px;
    }


/* left side section */

.left-side .card-second-row {
    padding: 20px;
}

    .left-side .card-second-row img {
        margin: 0 auto;
    }

.event-detail .event-tags .tag {
    margin: 15px;
    background: #00b0f0;
    color: #fff;
}

.challenge-popup-wrapper.event-detail .event-tags .tag {
    margin: 8px;
}


/* right side section */


/* right-side-wrapper strts*/

.event-detail-wrapper {
    border-bottom: 1px solid #ddd;
}

    .event-detail-wrapper .left-side:after {
        border-right: 1px solid #ddd;
        height: 103%;
        content: "";
        position: absolute;
        top: -26px;
        right: -9px;
    }

ul.details-ul li {
    padding: 10px 0;
}

.right-side .title .detail-title {
    color: #002060;
    margin-top: 0;
    font-weight: 800;
}

.right-side-details .details-ul li span {
    color: #000;
    font-weight: 600;
}

.details-ul .active-classes a {
    color: #00b0f0;
    border-bottom: 1px solid;
}

.event-detail .ribbon {
    display: inline-table;
}

    .event-detail .ribbon.base:after {
        border-top: 14px inset transparent;
        border-bottom: 13px inset transparent;
    }

.event-detail .instructor-title-div .user-icon {
    position: relative;
    right: 0;
    top: -8px;
}

.event-detail .instructor-title-div .card-title {
    width: auto;
}

.event-detail .instructor-title-div {
    display: inherit;
}


/* .Event tabs */

.event-tabs .tabbable-line {
    margin: 3px 0 30px;
}

    .event-tabs .tabbable-line li a {
        padding-left: 25px;
        padding-right: 25px;
    }

        .event-tabs .tabbable-line li a span {
            font-size: 16px;
            font-weight: 500;
            color: #000;
        }

.right-side .second-row-title.ellipsis {
    margin-left: 15px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 11px;
}

.right-side-details .details-ul input::placeholder {
    padding-left: 4px;
}

.right-side-details .details-ul input {
    width: 100%;
}

select#acceptedGender {
    padding: 1px 0;
    height: 25px;
}

.timings .manage-btn {
    border: 1px solid #337ab7;
    padding: 1px 0;
    transition: linear .3s;
}

    .timings .manage-btn:hover {
        background: #337ab7;
        transition: linear .3s;
    }

        .timings .manage-btn:hover a {
            color: #fff;
            text-decoration: none;
            display: block;
        }

.events-to-franchise .choose-franchise-btn a {
    width: 100%;
}
/* user icon */
.instructor-title-div .user-icon {
    position: absolute;
    font-size: 26px;
    right: 0;
    top: -7px;
    border: 1px solid #2f528f;
    border-radius: 50%;
    color: #00b0f0;
    background: #fff;
    padding: 3px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.avenue {
    margin-top: 30px;
}*/

.SpaceBetweenDivs {
    padding: 5px;
}
/* Add Events POpup Ends */

/*.EventDateTimeRange,*/ 
.EachTimingMainDiv {
    line-height: 1.9;
    border: 2px dashed #e0e0e0;
    padding: 10px 0;
    margin-bottom: 6px;
}
.EventTimeRange {
    margin-left: 38px;
}
.priceFeeSlotDiv strong{
    display:block;
}
.info-descp {
    padding: 10px 0;
}
.active-and-slot .slots {
    background: #ed7d31;
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 3px;
    font-size: 12px;
}
.auto-detuct {
    background: #5e2fac;
    color: #fff;
    padding: 1px 6px 2px;
    border-radius: 3px;
    font-size: 12px;
}
/*bg-overlay-img*/
.bg-overlay-img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    height: 66vh;
    max-height:500px;
}
    .bg-overlay-img .detail-img {
        opacity: .6;
        filter: blur(20px);
        height: 100%;
        overflow: hidden;
        position: absolute;
        width: 100%;
        background-size: cover !IMPORTANT;
        background-position: center !important;
    }

/*for event title command descp ellipsis*/
.event-info.fixed-title .title h4,
.event-info.fixed-title .info-descp {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 78%;
}

table#EventTimingsEnrollGrid tbody tr td .ellipsis {
    max-width: 100%;
}
#toast-container.toast-bottom-right {
    max-width: 70%;
}

/****************************************** Responisveness strts ***************************************************/
/* =================== media queries for max 1024 px and min 768 px strts ========================= */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #EventTimingsEnrollPopup .modal-dialog.modal-lg {
        width: 100%;
        padding: 0 15px;
    }
    .container.on-scroll-addedd-class .right-border-container {
        top: 93px;
    }
    .right-border-container {
        top: 6px;
    }
    .right-border-container .right-border-container-button {
        height: 39px !important;
    }

        .right-border-container .right-border-container-button span {
            font-size: 22px !important;
            top: 6px !important;
        }

    span.long-text.Total.ticky-cart-price.addMoreEvents {
        font-size: 13px !important;
    }

    .activclass {
        width: 130px !important;
    }

    section#content .right-border-container.add_more_event_btn {
        margin-top: 42px !important;
    }

    .detail-img {
        height: 360px;
    }
    .bg-overlay-img {
        height: 62vh;
    }
    section.event-info.fixed-title .event-info-content {
        padding-left: 40px;
        padding-top: 6px;
    }
        section.event-info.fixed-title .event-info-content .register-btn {
            right: 25px;
        }
    .right-border-container .right-border-container-button .long-text.show-long-text {
        font-size: 16px !important;
    }

    }
/* =================== media queries for max 1024 px and min 768 px ends ========================= */
/* =================== media queries for max 991 px and min 768 px strts ========================= */
@media only screen and (max-width: 991px) and (min-width: 768px) {

    #content {
        overflow-x: hidden;
    }
    .event-info .event-info-content {
        padding: 20px 0px 8px;
    }
    .event-detail-content .event-info-content .title h4 {
        padding: 10px 0 0px;
    }
    .register-btn {
        padding-top: 25px;
    }

        section.event-info.fixed-title .event-info-content .register-btn a.btn-default {
            padding: 7px 20px;
        }

            .event-overview {
        padding: 15px 0;
    }
    .priceFeeSlotDiv {
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container.on-scroll-addedd-class .right-border-container {
        top: 100px;
    }
    section.event-info.fixed-title .event-info-content .register-btn {
        top: 0;
    }
}
/* =================== media queries for max 991 px and min 768 px ends ========================= */
/*for large screen mobile devices*/
/* =================== media queries for max 768 px and min 480 px strts ========================= */
@media only screen and (max-width: 767px) {
    .container.on-scroll-addedd-class .right-border-container {
        top: 95px;
    }
   
    .priceFeeSlotDiv {
        padding: 0;
        display: flex;
        justify-content: center;
    }
    #EventTimingsEnrollPopup .modal-dialog.modal-lg {
        width: 100%;
        padding: 0 15px;
    }
    .fixed-title .info-descp {
        padding: 0;
    }
    section.event-info.fixed-title .event-info-content .register-btn {
        top: 0;
    }
    .company_logo_div.top-header {
        display: inherit !important;
        padding: 0;
    }
        .company_logo_div.top-header .company_logo img {
            width: 100px;
        }
    .event-info.fixed-title .title h4, .event-info.fixed-title .info-descp{
        max-width: 58%;
    }

    section#EventContentMainDiv {
        margin-bottom: 55px;
    }
    .event-info .register-btn {
        text-align: center;
}
    .event-info .register-btn a.btn-default {
      width: 92%;
      animation: ripple 2s linear infinite;
    }
    @keyframes ripple {
        0% {
            box-shadow: 0 0 0 0 #3598dc, 0 0 0 0 #3598dc;
        }

        40% {
            box-shadow: 0 0 0 10px rgba(255, 0, 64, 0), 0 0 0 0 #3598dc;
        }

        80% {
            box-shadow: 0 0 0 10px rgba(255, 0, 64, 0), 0 0 0 7px rgba(255, 0, 64, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 7px rgba(255, 0, 64, 0);
        }
    }

}
/* =================== media queries for max 767 px and min 480 px ends ========================= */
/*for small screen mobile devices*/
/* =================== media queries for max 479 px and min 320 px strts ========================= */
@media only screen and (max-width: 479px) and (min-width: 320px) {
   
    div#wrapper .container {
        padding: 0;
    }

    .right-border-container .right-border-container-button {
        height: 36px;
        width: 120px !important;
    }
    

.right-border-container .right-border-container-button span {
    font-size: 20px;
    top: 4px;
}
    .right-border-container {
        top: 7px;
    }
    .right-border-container.add_more_event_btn{
        margin-top: 39px !important;
    }
    .right-border-container .right-border-container-button .long-text {
    font-size: 13px !important;
}
    .company_logo_div.top-header .company_title {
        padding-top: 6px;
    }
    .event-detail-content {
        margin: 4px 0 15px;
    }
    .company_logo_div.top-header .company_logo {
        min-height: 65px;
    }
    .banner-detail-img .detail-img {
        height: 220px;
    }
    .event-info .event-info-content {
        padding: 15px 0px 0;
        margin: 0 auto;
    }
    .event-detail-content .event-info-content .title h4 {
        padding: 10px 0 0px;
        font-size: 18px;
    }
    .info-descp {
        padding: 3px 0 0;
    }
    .register-btn {
        padding-top: 20px;
    }
        .register-btn a.btn-default {
            padding: 4px 10px;}
    .event-overview {
        padding: 6px 0;
    }
    .event-detail-content .right-side-content {
        padding: 0;
        padding-right: 15px;
    }
    section.event-info.fixed-title .event-info-content {
        padding: 15px 12px 15px 13px;
    }
        section.event-info.fixed-title .event-info-content span.date-posted {
            padding-top: 6px;
            display: block;
            font-size: 13px;
        }
        section.event-info.fixed-title .event-info-content .title h4 {
            padding: 8px 0 0px;
            font-size: 16px;
        }
    .fixed-title .info-descp {
        padding: 0;
        font-size: 13px;
    }
    section.event-info.fixed-title .event-info-content .register-btn {
        right: 4px;
        top: 12%;
    }
    .container.on-scroll-addedd-class .right-border-container {
        top: 80px;
    }
   
    #toast-container > div{
        width:100%;
    }
    #EventTimingsEnrollPopup .modal-dialog.modal-lg {
        padding: 0 15px 0 0;
    }

    .custom-popover .popover-title {
        max-height: 52px;
        overflow: auto;
    }
    
  }