:root {
	--zwc-h1: clamp(40px, 4.6296vw, 64px);
	--padding-top-bot: clamp(80px, 7.5vw, 120px) 0;
	--sp-com-sprite: url(/sites/zweb/images/spark/zspark-elements-sprite.svg);
}
.zw-template-inner{
    text-wrap:pretty;
}
body {
    background-color: #f9fafb
}
a.act-btn.zwc-btn-arrow {
    text-align: left;
    padding: 14px 40px 14px 15px;
    font-size: 14px;
}
a.act-btn.zwc-btn-outline {
    border: 1px solid #000;
    color: #000;
}
a.act-btn.zwc-btn-primary {
    background-color: var(--primary-btn-color);
    color: #fff;
}
.container {
    min-height: 50vh;
    padding: 60px 0;
    display:flex;
}
section#upcoming-classroom-training {
    padding-top: 80px;
}
.sidebar {
    width: 260px;
    border-right: 1px solid #e5e7eb;
    padding-right: 30px;
    overflow-y: auto;
    position: sticky;
    top: 100px;
    height: calc(75svh - 74px);
}
.zwc-training-sec-header{
    text-align:center;
    max-width: 900px;
    margin: 0 auto;
}
.sidebar h4 {
    font-size: 16px;
    font-family: var(--zf-secondary-bold);
    margin-bottom: 5px;
    color: #010101;
}

.filter-section {
    margin-bottom: 40px;
    border: 2px solid #DDDDE9;
    border-width: 1px 0 0px 0;
    padding: 30px 0 0;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.filter-header h4 {
    font-size: 16px;
    font-family: var(--zf-secondary-semibold);
    color: #010101;
}

.clear-btn {
    font-size: 12px;
    color: #2563eb;
    background: 0;
    border: 0;
    cursor: pointer;
    display: none
}

.clear-btn:hover {
    color: #1d4ed8
}

.filter-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer
}

.filter-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 12px;
    border: 1px solid #555;
    border-radius: 3px;
}

.filter-option label {
    font-size: 16px;
    color: #555;
    cursor: pointer
}

.content {
    padding-left: 40px;
    overflow-y: auto;
    flex: 1;
}

.product-group {
    margin-bottom: 75px;
}

.product-header h3 {
    font-size: 32px;
    font-family: var(--zf-secondary-bold);
    margin-bottom: 15px;
    letter-spacing: -0.64px;
}

.product-header p {
    color: #555;
    margin-bottom: 0;
    font-size: 14px;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 15px;
}

.training-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: box-shadow .3s;
    padding: 15px;
    border: 1px solid #DDDDE9;
}
.training-card:hover {
    box-shadow: 0 10px 25px rgba(0,0,0,0.15)
}
.trainer-info {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.trainer-avatar {
    width: 120px;
    border-radius: 50%;
}

.trainer-name {
    color: #fff;
    font-family: var(--secondaryfont-semibold);
    margin-bottom: 0;
    position: relative;
    top: 10px;
}

.card-badges {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: flex;
    gap: 8px
}

.badge {
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 4px;
    border-radius: 32.134px;
    background: rgba(44, 44, 44, 0.90);
}

.card-content {
    padding: 20px 0;
}

.card-title {
    font-size: 18px;
    font-family: var(--zf-secondary-bold);
    margin-bottom: 16px;
    letter-spacing: -0.4px;
}

.card-info {
    margin-bottom: 16px
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
    color: #535353;
    letter-spacing: -0.28px;
}

.info-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    color: #2563eb
}

.card-actions {
    display: flex;
    gap: 8px
}

.btn {
    flex: 1;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-family: var(--zf-secondary-semibold);
    cursor: pointer;
    border: 0;
    transition: all .2s
}

.btn-primary {
    background: #dc2626;
    color: #fff;
    background: var(--primary-btn-color);
}

.btn-primary:hover {
    background: #b91c1c
}

.btn-secondary {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db
}

.btn-secondary:hover {
    background: #f9fafb
}

.no-results {
    text-align: center;
    padding: 64px 0;
    color: #6b7280;
    font-size: 18px
}
.zwc-virtual {
    background: #E6EDF1;
    padding: 100px 0 20px;
}

.zwc-training-sec .content-wrap {
    max-width: 1440px;
    width: 95%;
}
.zwc-training-sec h2 {
    font-size: 40px;
    font-family: var(--zf-secondary-bold);
}
.zwc-training-sec h2 .zwc-clr-grn{
    color:#007F3B;
    letter-spacing: -0.8px;
    line-height:48px;
    
}
.zwc-training-sec-header p{
    font-size:20px;
}
section.zwc-zheader h1 {
    font-size: var(--zwc-h1);
    letter-spacing: -1.6px;
    max-width: 940px;
    line-height: 1.1;
    text-align: center;
    margin: 0 auto;
}

.zwc-zheader {
    padding: 160px 0 120px;
    background: url(/sites/zweb/images/spark/events/zspark-event-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -70px;
    background-position: center;
}
.product-header {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
}
.product-header img.zwc-prd-logo {
    height: 50px;
    object-fit: contain;
    object-position: left;
}
.zwc-events-btn {
    border-radius: 5px;
    border: 1.5px solid #0047FF;
    padding: 12px 30px;
    color: #0047FF;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--secondaryfont-semibold);
    letter-spacing: -0.28px;
    display: inline-block;
}
span.zwc-search-close:before,
span.zwc-search-close:after {
    content: "";
    width: 1.5px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 0;
    transform: rotate(45deg) translateX(-50%);
    transform-origin: left center;
}
span.zwc-search-close:after {
    transform: rotate(-45deg) translateX(-50%);
}
span.zwc-search-close {
    width: 15px;
    height: 15px;
    border: 0;
    display: block;
    position: absolute;
    right: 42px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
}
.zwc-filter-search-inner.zwc-active span.zwc-search-close {
    opacity: 1;
    visibility: visible;
}
.zwc-search-dropdown {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
    transform: translateY(-10px);
    transition: all .3s ease;
    position: absolute;
    width: auto;
    box-shadow: 1px 11px 32px 0 rgba(65, 67, 132, 0.1);
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    left: 20px;
    right: 20px;
    top: 58px;
    border: 0;
    max-height: 300px;
    overflow-y: auto;
}
.zwc-search-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.zwc-search-item {
    text-transform: capitalize;
    margin: 0px 0;
    padding: 8px 10px;
    cursor: pointer;
}
.zwc-search-item:hover {
    background: #f8f8f8;
}
.zwc-search-no-results {
    padding: 15px 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
    transition: all .3s ease;
}
.zwc-filter-search-inner.zwc-active .zwc-search-dropdown{
    z-index: 9;
    max-height: 380px;
    overflow-x: hidden;
}
.zwc-filter-search-box{
    width: 100%;
    padding: 12px 60px 12px 30px;
    font-size: 16px;
    outline: 0;
    transition: border-color .3s;
    border-radius: 78px;
    border: 1px solid #D5D3DC;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    height: 60px;
}

.zwc-filter-search-box:focus {
    border-color: #2563eb
}
.zwc-filter-search-inner {
    max-width: 600px;
    margin: -30px auto 0;
    position: relative;
    padding: 0 20px;
}

.zwc-ztabs-inner >span {
    color: #555;
    font-size: 16px;
    font-family: var(--zf-secondary-medium);
    padding-left: 30px;
    position: relative;
cursor: pointer;
}

.zwc-ztabs-inner {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.zwc-ztabs {
    padding: 30px 0 30px;
    display: block;
}

.zwc-ztabs-inner >span:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(221, 221, 233, 1);
    border-radius: 100%;
    left: 0;
    top: 1px;
}

.zwc-ztabs-inner >span.zwc-active:before {
    border-color: rgba(85, 85, 85, 1);
}
.zwc-ztabs-inner >span.zwc-active:after{
       content: '';
       position: absolute;
       width: 10px;
       height: 10px;
       background:rgba(85, 85, 85, 1);
       border-radius: 100%;
       left: 6px;
       top: 7px;
}


/**** New Updated ******/

.zwc-trainer-details {
    background: url(/sites/zweb/images/spark/home/zs-trainer-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    flex: 0 0 calc(var(--card-col-1) - var(--card-gap));
    max-width: calc(var(--card-col-1) - var(--card-gap))
}
.zwc-trainer-details img {
    max-width: 190px;
    display: block;
    position: relative;
    bottom: -30px;
    left: -20px;
}
.zwc-trainer-name {
    position: absolute;
    top: 55px;
    right: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 40px;
    /* max-width: 150px; */
    width: 100px;
}
.zwc-trainer-name:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    background: linear-gradient(179deg,#9216b6,#0047ff);
    width: 5px;
    height: 45px;
    margin: auto;
}
.zwc-trainer-name p {
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    margin: 0;
    font-size: 20px;
    font-family: var(--zf-primary-semibold);
    overflow-wrap: break-word;
    line-height: 1.2;
}

.zwc-badge-item {
    background-color: #e5f3fe;
    padding: 6px 20px;
    border-radius: 37px;
    color: #2767c8;
    text-transform: capitalize;
    font-family: var(--zf-primary-bold);
    font-size: 13px;
    letter-spacing: -0.2px;
}
.zwc-event-badges {
    bottom: 14px;
    right: 13px;
    display: flex;
    gap: 6px;
    margin: 16px 0 14px;
}
.zwc-event-content img.zwc-prd-logo {
    width: auto;
    display: block;
    height: 40px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px
}
.zwc-event-content {
    flex: 0 0 calc(var(--card-col-2) - var(--card-gap));
    max-width: calc(var(--card-col-2) - var(--card-gap));
    display: flex;
    flex-wrap: wrap
}
.zwc-event-info h3 {
    font-family: var(--zf-primary-bold);
    font-size: 18px;
}
li.zwc-detail-item {
    color: #535353;
    letter-spacing: -.3px;
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    padding-right: 11px;
    display: block;
}
li.zwc-detail-item:before {
    content: "";
    width: 19px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--sp-com-sprite) no-repeat;
    background-size: 700px auto;
    background-position: 0 -2px;
}
li.zwc-detail-item:not(:last-child) {
    margin-bottom: 10px;
}
li.zwc-event-time::before {
    background-position: -20px -2px;
}
li.zwc-event-timezone:before {
    background-position: -44px 0
}
li.zwc-event-region:before,
li.zwc-event-city:before {
    background-position: -40px -2px;
}
.zwc-badge-item:nth-child(2) {
    background: #f0eaff;
    color: #5f3ad1
}
ul.zwc-event-details {
    margin-bottom: 15px;
}
.zwc-event-actions {
    display: flex;
    gap: 10px;
}
.zwc-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px
}
.zwc-events-wrap a.act-btn.zwc-btn-blue {
    background: #0a55eb;
    padding: 14px 65px 14px 45px;
    display: table;
    margin: auto
}
a.act-btn {
    padding: 14px 40px;
    border-radius: 4px;
    position: relative;
    transition: all .5s ease;
}
a.act-btn:before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    right: 18px;
    top: 2px;
    background: transparent;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-radius: 0;
    transform: rotate(45deg);
    transform-origin: top;
    bottom: 0;
    margin: auto;
    transition: all .5s ease
}
.act-btn:hover:before {
    right: 12px;
}
a.act-btn.zwc-btn-outline:before {
    border-color: #000
}

/****** Upcoming Part *****/

#classroomTrainingContent .zwc-trainer-details {
    background: none;
    border-radius: 0;
}
#classroomTrainingContent .zwc-trainer-details img {
    bottom: 0;
    left: 0;
    max-width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    width: 100%;
}
div#classroomTrainingContent .zwc-trainer-name {
    color: #000;
    right: 30px;
}
#classroomTrainingContent .zwc-trainer-name p {
    font-size: 20px;
    width: auto;
}
span.zwc-filter-close {
    display: none;
}
@media screen and (max-width: 1280px){
    .zwc-trainer-name {
        right: 30px;
    }
    .zwc-trainer-name p {
        width: 220px;
    }
}
@media screen and (max-width: 1199px){
    a.act-btn.zwc-btn-arrow {
        padding: 14px 35px 14px 14px;
    }
    .zwc-trainer-name {
        right: 20px;
    }
    .content {
        padding-left: 20px;
    }
    div#classroomTrainingContent .zwc-trainer-name {
        top: 20px;
    }
    .zwc-trainer-name p {
        font-size: 17px;
    }
    .zwc-trainer-name:before {
        height: 35px;
    }
}
@media screen and (max-width: 1023px){
    div#classroomTrainingContent .zwc-trainer-name {
        top: 20px;
    }
    section.zwc-zheader h1 {
        max-width: 600px;
    }
    .container {
        position: relative;
        display: block;
        padding-top: 10px;
    }
    span.zwc-filter-close {
        display: block;
    }
    .sidebar-nav .zwc-filter-main {
        background: #fff;
        max-height: calc(96svh - 75px);
        max-width: 350px;
        width: 100%;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        overflow: auto;
        margin-top: 10px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        top: 80px;
        pointer-events: auto;
    }
    .zwc-filter-active .zwc-filter-main {
        top: 60px;
        opacity: 1;
        visibility: visible;
        z-index: 100;
    }
    .sidebar h4.zwc-filter-title:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: var(--sp-com-sprite) no-repeat;
        background-size: 600px auto;
        background-position: -71px 0px;
    }
    h4.zwc-filter-title {
        padding-left: 24px;
        align-items: center;
        position: relative;
        border: 1px solid #000;
        padding-bottom: 6px;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 15px;
        padding: 10px 20px 10px 40px;
        pointer-events: auto;
    }
    .sidebar {
        position: relative;
        border: 0;
        top: 0;
        width: 100%;
        overflow: unset;
        padding: 0;
        z-index: 1;
        pointer-events: none;
        height: auto;
    }
    .filter-section:first-child {
        border-top: 0;
        padding: 20px 0 0;
    }
    span.zwc-filter-close {
        text-indent: -999999px;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
    }
    span.zwc-filter-close:after,span.zwc-filter-close:before {
        width: 2px;
        height: 16px;
        content: "";
        position: absolute;
        left: 0px;
        right: 5px;
        top: 5px;
        bottom: 0px;
        transform: rotate(45deg);
        background: rgb(0, 0, 0);
        margin: auto;
    }
    span.zwc-filter-close:after {
        transform: rotate(-45deg);
    }
    .content {
        padding-left: 0;
        margin-top: 20px;
    }
    .sidebar-nav {
        background: #f9fafb;
        padding: 25px 0 0;
    }
    #virtual-classroom-training .sidebar-nav {
        background: #e5edf1;
    }
    .filter-header h4 {
        margin-bottom: 0px;
    }
    .filter-section {
        margin-bottom: 25px;
        padding-top: 25px;
    }
    .product-group {
        margin-bottom: 20px;
    }
    .zwc-virtual {
        padding-bottom: 10px;
    }
    .zwc-training-sec-header p {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px){
    .zwc-ztabs-inner span.all {
        display: none;
    }
    .zwc-ztabs-inner >span {
        font-size: 15px;
        padding-left: 20px;
    }
    .zwc-ztabs-inner >span:before {
        width: 16px;
        height: 16px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .zwc-ztabs-inner >span.zwc-active:after {
        top: 0;
        bottom: 0;
        margin: auto;
        left: 4px;
        width: 8px;
        height: 8px;
    }
}
@media screen and (max-width: 375px){
    section.zwc-ztabs {
        display: none;
    }
    section#upcoming-classroom-training {
        margin-top: 60px;
    }
}