:root{
    --zpweb-base-color:#121212;
    --zpweb-hightlight-color:#0047FF;
    --zpweb-theme-color1:#E4E3FF;
    --zpweb-theme-bordercolor1:#D0CFEB;
    --zpweb-theme-color2:#DBF6E1;
    --zpweb-theme-bordercolor2:#B3CEB9;
    --zpweb-icon-color:#CBF4D4;
    --zpweb-sprite:url(/sites/zweb/images/webinar/zpweb-sprite-icons.svg);
    /* --zpweb-sprite:url(../images/zpweb-sprite-icons.svg); */
}
.zpweb-banner{
    padding:90px 0 100px;
    background-color: #D3D8FF;
    background: url(/sites/zweb/images/webinar/zpweb-banner-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
.zpweb-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-select{
    display: none;
}
.zpweb-select-location .zpweb-location{
    font-family: var(--primaryfont-semibold);
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.zpweb-select-location .zpweb-location:after{width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    content: "";
    display: inline-block;
    margin-left: 10px;
}
.zpweb-banner p{
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.zpweb-grid{
    display: grid;
}
.zpweb-banner-wrap{
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

h1{
   text-align: center;
   max-width: 900px;
   width: 100%;
   margin: 0 auto 10px;
   font-family: var(--zf-secondary-semibold);
   color: #030303;
}
.zpweb-block{
    /* background: #fcfcfc; */
    padding-bottom: 60px;
}
.zpweb-flt-container .zpweb-filter-inner{
    max-width: 1280px;
    background-color: #fff;
    border: 1px solid #EBEBEB;;
    margin: 0 auto;
    border-radius: 8px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 12px 0px #0000000F;
}
.zpweb-tabwrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.zpweb-sticky.zpweb-tablist{
    position: sticky;
    top:0;
    z-index: 6;
}
.zpweb-sticky.zpweb-tablist .zpweb-filter-inner{
    max-width: 100%;
    border-radius: 0;
}
.zpweb-tablist{
    width: 100%;
    display: block;
    background: transparent;
}

.zpweb-flt-container{
    /* background: linear-gradient(180deg, #FFFFFF 0%, #F3F3F3 20%, #EDEDED 100%); */
    /* border-radius: 8px; */
    /* padding: 1px; */
    /* overflow: hidden; */
    /* border: 1px solid #d1d1d1; */
    /* top: -52px;
    position: relative;
    margin-bottom: 20px; */
    position: relative;
    margin: -28px auto;
    z-index: 2;
}
.zpweb-tablist .zpweb-left ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* display: inline-grid;
    grid-template-columns: auto auto; */
}
.zpweb-tablist .zpweb-left ul li{
    font-size: 16px;
    padding:16px 24px;
    color: #919191;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.zpweb-tablist .zpweb-left ul li a{
    color: #919191;
    font-family: var(--zf-primary-medium);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.zpweb-tablist .zpweb-left ul li a:before{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 20px;
    height: 16px;
    display: inline-block;
    background-size: 140px auto;
    opacity: 0.6;
}
.zpweb-tablist .zpweb-left ul li:first-child a:before{
    background-position: -21px 0;
}
.zpweb-tablist .zpweb-left ul li:nth-child(2) a:before{
    background-position: -42px 0;
    width: 16px;
}
.zpweb-tablist .zpweb-left ul li.selected a{
   color: var(--zpweb-hightlight-color);
}
.zpweb-tablist .zpweb-left ul li.selected:first-child a:before{
    background-position: -21px -17px;
}
.zpweb-tablist .zpweb-left ul li.selected:nth-child(2) a:before{
    background-position: -42px -18px;
}
.zpweb-tablist .zpweb-left ul li.selected a:before{
    opacity: 1;
}
.zpweb-tablist .zpweb-left ul li:not(:last-child){
    border-right:1px solid #EBEBEB;
}
.zpweb-filter-name{
    font-family: var(--zf-secondary-semibold);
}
i.zpweb-filtericon{
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 10px;
}
i.zpweb-filtericon:before{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 142px auto;
    display: inline-block;
    background-position: -77px 1px;
    cursor: pointer;
    top: 2px;
    position: relative;
}
.zpweb-filter-overlay.active {
    z-index: 7;
    opacity: 0.6;
    visibility: visible;
}
.zpweb-filter-overlay{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
.zpweb-filtertab.active .zpweb-filterdropdown{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.zpweb-filterdropdown{
    position: absolute;
    width: 450px;
    box-shadow: 0px 12px 40px 0px #00000014;
    top: 68px;
    right: 0;
    text-align: left;
    border-radius: 8px;
    z-index: 8;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    padding: 20px 25px;
    transition:opacity 0.5s ease,visibility 0.5s ease,transform 0.5s ease;
    transform: translateY(20px);
}
.zpwebfilter-bottom{
    justify-content: end;
    grid-template-columns: auto auto;
    gap: 8px;
    margin-top: 25px;
}
.zpweb-btn{
    font-size: 13px;
    padding:8px 10px;
    min-width: 80px;
    border:none;
    border-radius: 4px;
    cursor: pointer;
}
.zpweb-btn.zpweb-cancel{
    background-color: #F5F5F5;
    color:#1a1a1a;
}
.zpweb-btn.zpweb-save{
    background-color: #1a1a1a;
    color:#fff;
}
.zpweb-filterdropdown .zpweb-filterwrap{
    display: flex;
    justify-content: space-between;
}
.zpweb-filterdropdown .zpweb-filterleft{
    width: 50%;
}
.zpweb-filterdropdown span.zpweb-dp-title{
   padding: 12px 16px 10px;
   display: block;
   font-size: 14px;
   font-family: var(--secondaryfont-semibold);
}
.zpweb-filterdropdown ul+span.zpweb-dp-title{
    border-top: 1px solid #f2f2f2;
}
.zpweb-filterdropdown ul{
    padding-bottom:10px;
}
.zpweb-filterdropdown ul li{
    padding:7px 16px 3px;
    font-size: 14px;
}
.zpweb-tags{
    padding: 8px 10px;
    font-size: 14px;
    background-color: #F7F7F7;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.zpweb-tagclose{
    width: 8px;
    height:8px;
    background: url(/sites/zweb/images/webinar/close-tag.svg) no-repeat;
    background-size: 100%;
}
.zpweb-label{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.zpweb-label input[type='checkbox'],.zpweb-label input[type='radio'] {
    position: absolute;
    cursor: pointer;
    opacity: 0;
    top: 0;
    left: 0;
}
.zpweb-label .zpweb-check.zpweb-radio{
    border-radius: 50%;
}
.zpweb-label .zpweb-check{
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border:1px solid #ABABAB;
}
.zpweb-label .zpweb-check::after{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 12px;
    height: 20px;
    background-size: 142px auto;
    background-position: 1px -1px;
    display: block;
    opacity: 0;
}
.zpweb-label .zpweb-check.zpweb-radio:after{
    width: 100%;
    height: 100%;
    background-color: var(--zpweb-hightlight-color);
    transform: scale(0.7);
    border-radius: 50%;
    background-image: none;
}
.zpweb-label input:checked+.zpweb-check {
    border-color:var(--zpweb-hightlight-color);
}
.zpweb-label input[type='checkbox']:checked+.zpweb-check {
   background-color:var(--zpweb-hightlight-color);
}
.zpweb-label input:checked+.zpweb-check:after{
    opacity: 1;
}
.zpweb-label input[type='checkbox']:checked+.zpweb-check:after{
    filter:invert(1)
}
.zpweb-filterbox-tag{
    display: inline-flex;
    gap: 10px;
    justify-content: flex-end;
}
.zpweb-right{
    text-align: center;
    display: inline-flex;
    /* grid-template-columns: calc(100% - 230px) 220px; */
    align-items: center;
    gap: 10px;
}
.zpweb-filtertab{
    padding: 22px 15px;
    padding-left: 20px;
    border-left: 1px solid #EBEBEB;
    /* display: inline-grid; */
    font-size: 15px;
    background: #fff;
    z-index: 22;
    border-radius: 0 8px 8px 0;
}
.zpweb-spkdetails:not(.zpweb-nodescriptions):after{
    content:'';
    width: 17px;
    height: 17px;
    background: var(--zpweb-sprite);
    background-size: 130px auto;
    background-position: -97px 0px;
    position: absolute;
    right: 10px;
    top: calc(50% - 8px);
}
.zpweb-tabcontent{
    padding: 110px 0;
}
.zpweb-box-wrap {
    grid-template-columns: auto auto auto;
    gap: 60px 20px;
    justify-content: center;
    margin: 0 auto;
}
.zpweb-box{
    border-radius: 16px;
    background-color: #fff;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    border: 1px solid #EBEBEB;
    position: relative;
    transition: all 0.5s ease;
}
.zpweb-bottom-content{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.zpweb-bottom-content a.zpweb-duration{
    background-color: #f0f0f0;
    color: #000;
    width: 45%;
    border-right: 1px solid #dedede;
    cursor: pointer;
}
.zpweb-box:hover .zpweb-bottom-content a.zpweb-registercta{
    background-color: var(--zpweb-base-color);
    color: #fff;
}
.zpweb-box:hover .zpweb-bottom-content a.zpweb-registercta.vimvideo:after{
    transform: scale(1.1);
    
}
.zpweb-box:hover{
    box-shadow: 0px 4px 8px 0px #00000029;
}
.zpweb-box figure{
    background-image: url(/sites/zweb/images/webinar/zpweb-pattern-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--zpweb-theme-color1);
    padding:24px 16px 24px 32px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 81px;

}
.zpweb-box:first-child figure{
    background-image: url(/sites/zweb/images/webinar/zpweb-box-illustration-1.jpg);
}
.zpweb-box:nth-child(2) figure{
    background-image: url(/sites/zweb/images/webinar/zpweb-box-illustration-2.jpg);
}
.zpweb-box:last-child figure{
    background-image: url(/sites/zweb/images/webinar/zpweb-box-illustration-3.jpg);
}
.zpweb-box.zpweb-theme1 figure{
    background-color: var(--zpweb-theme-color2);
}
.zpweb-box.zpweb-theme1 .zpweb-icon{
    border-color: var(--zpweb-theme-bordercolor2);
    background-color: var(--zpweb-icon-color);
}
.zpweb-box .zpweb-tag{
    font-size: 13px;
    background-color: #fff;
    padding: 7px 13px;;
    border-radius: 4px;
    font-family: var(--zf-primary-medium);  
}
.zpweb-icon{
    width: 40px;
    height: 40px;
    border:1px solid var(--zpweb-theme-bordercolor1);
    border-radius: 8px;
    background: #DBDAFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.zpweb-icon:before{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 172px auto;
    background-position: -110px 0;
    display: block;
}
.zpweb-top-content{
    position: relative;
    height:100%;
    padding:40px 24px 0;
}

.zpweb-box-content {
    display: flex;
    flex-flow: column;
    height: calc(100% - 82px);
    position: relative;
}
.zpweb-middle-content{
    padding:0 24px 30px;
    position: relative;
}

.zpweb-showmore{
    background: transparent;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid;
    padding: 0;
    cursor: pointer;
    color: #333;
}
.zpweb-content-list p{
    font-size: 16px;
    margin-bottom: 25px;
}
.zpweb-dateinfo{
    font-size: 16px;
    position: relative;
    margin-top: 35px;
}
.zpweb-date-selected{
    /* background-color: #F4F4F4; */
    font-size: 20px;
    width: 80%;
    cursor: pointer;
}
.zpweb-dateinfo.active .zpweb-date-dropdown{
    opacity: 1;
    visibility: visible;
    top: -10px;
}
.zpweb-dateinfo.zpweb-showonlyone{
      font-size: 20px;  
      margin-top: 35px;
      cursor: default;
}
.zpweb-date-dropdown{
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 50px;
    max-height: 150px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition:all 0.4s ease-in-out;
    z-index: 2;
    box-shadow: 0px 12px 40px 0px #00000014;
}

.zpweb-date-dropdown li{
    font-size: 15px;
    padding: 16px 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.zpweb-date-dropdown li:hover{
    background-color: #f7f7f7;
}
.zpweb-date-dropdown li.selected{
    background-color: #f2f2f2;
}
.zpweb-date-dropdown li.selected::after{
    content: '';
    width: 16px;
    height: 10px;
    background: var(--zpweb-sprite);
    background-size: 172px auto;
    background-position: 0 -28px;
    float: right;
    margin-top: 7px;
}
.zpweb-dateinfo:not(.zpweb-showonlyone) .zpweb-date-selected:after{
    content: "";
    display: inline-block;
    padding: 3.3px;
    position: absolute;
    margin-left: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s ease;
    border: solid #777;
    clear: both;
    top: calc(50% - 5px);
    border-width: 0 1px 1px 0;
    right: 16px;
}
.zpweb-dateinfo:not(.zpweb-showonlyone) .zpweb-date-selected:before{
    content: "";
    background-color: #EBEBEB;
    width: 20px;
    height:20px;
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 10px);
    right: 10px;
    
}
.zpweb-date{
    font-family:var(--secondaryfont-semibold);
}
.zpweb-time{
    font-family:var(--zf-primary-medium);
}
.zpweb-spkdetails {
    display: flex;
    gap: 10px;
    position: relative;
    cursor: pointer;
    padding-right: 30px;
   
}
.zpweb-spkdetails:not(:last-child){
    margin-bottom: 15px;
}
.zpweb-speaker-container{
padding: 25px 24px 0;
}

.zpweb-spkimg{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.zpweb-spkinfo{
    font-size: 18px;
}
.zpweb-spkinfo .zweb-desig{
    font-size: 15px;
}
.zweb-name{
    font-family: var(--zf-primary-medium);
    display: block;
    line-height: 1;
}
/* .zpweb-bottom-content{
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
} */
.zpweb-bottom-content a{
    font-size: 16px;
    padding:13px 0;
    text-align: center;
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    justify-content: center;
    background: #f0f0f0;
}
.zpweb-totalhrs{
    color: #000;
    background-color: #F7F7F7;
}
.zpweb-registercta{
    background-color: var(--zpweb-base-color);
    color: var(--zpweb-base-color);
    transition: all 0.5s ease;
    font-family: var(--zf-secondary-medium);
    cursor : pointer;
}
.zpweb-registercta:after{
    content: '';
    background: var(--zpweb-sprite) no-repeat;
    width: 11px;
    height: 22px;
    background-size: 172px auto;
    display: inline-block;
    background-position: -15px 0px;
    transform: rotate(-90deg);
    transition: all 0.5s ease;
}

.zpweb-registercta.vimvideo:after{
    width: 18px;
    height: 22px;
    background-size: 152px auto;
    background-position: -133px 2px;
    transform: rotate(0);
}

.zpweb-box:hover .zpweb-bottom-content a.zpweb-registercta:after {
    transform: translateX(10px) rotate(-90deg);
    filter:invert(1)
}
.zpweb-speaker-descriptions{
    text-align: center;
    padding: 30px;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: all ease-in .4s;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    transition: all ease-out .4s;
}
.zpweb-speaker-descriptions.active{
    opacity: 1;
    transform: translateY(0);
}
.zpweb-spkclose{
    position: absolute;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
}
.zpweb-spkclose:after,.zpweb-spkclose:before{
position: absolute;
left: 11px;
content: ' ';
height: 13px;
width: 1px;
background-color: #8a8a8a;
top: 4px;
}
.zpweb-spkclose:before {
    transform: rotate(45deg);
  }
  .zpweb-spkclose:after {
    transform: rotate(-45deg);
  }
.zpweb-speaker-profile{
    width: 100px;
    height: 100px;
    background-size: auto 100px;
    display: inline-block;
    margin: 5px 0 10px;
    background-color: #dedede;
    border-radius: 50%;
}
.zpweb-speaker-descriptions h3{
    font-size: 20px;
    margin-bottom: 5px;
}
.zpweb-speakerdesign{
    font-size: 16px;
    color: #595959;
    display: block;
}
.zweb-speakerContent{
    font-size: 16px;
    margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
    .zpweb-top-content h2{
        font-size: 28px;
        font-family: var(--primaryfont-bold);
    }
    h1{
        font-size: 64px; 
        letter-spacing: -2.2px;
    }
    .zpweb-sticky.zpweb-tablist{
        top: 65px;
    }
}
@media only screen and (max-width: 991px) {
    .zpweb-box-wrap{
    grid-template-columns: auto auto;
    width: 94%;
    }
    .zpweb-spkinfo{
        font-size: 16px;
    }
    .zpweb-spkinfo .zweb-desig{
        font-size: 13px;
    }
    .zpweb-tabwrap{
        flex-flow: column;
    }
    .zpweb-tablist .zpweb-left ul{
        display: none;
    }
    .zpweb-left .menu-select{
        display: block;
        font-size: 15px;
        text-align: center;
        padding:10px 0;
        position: relative;
    }
    .menu-select select {
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        text-align-last: center;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0;
        padding-right: 30px;
    }
    .menu-select:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #000;
        position: absolute;
        right: 14px;
        top: calc(50% - 3px);
        content: "";
        display: block;
    }
    .zpweb-filtertab {
        padding: 16px 4px 16px 20px;
        border-left: 0;
    }
    .zpweb-filterdropdown{
        max-width: 450px;
        width: 90%;
        left: 0;
         margin: auto;
         top:98px;
    }
}
@media only screen and (max-width: 767px) {
    .zpweb-box-wrap{
        grid-template-columns: auto;
        width: 94%;
    }
    .zpweb-tablist .zpweb-left ul li:not(:last-child){
        border-right: 0px;
    }
}
