/* style for navbar start */
.siemens-nav{
    height: 80px;
    transition: height 0.15s;
    background-color: var(--color-blue-dark);
}
.siemens-nav .navbar-brand{
    display: flex;
    height: 30px;
    width: 120px;
    align-items: center;
}
.siemens-nav .navbar-brand svg{
    height: 100%;
    width: auto;
}
.siemens-nav-secondary{
    top: 80px;
    height: var(--subHeaderHeight);
    position: fixed;
    z-index: 900;
    width: 100%;
    transition: top .15s;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.siemens-nav-secondary a{
    color: var(--color-blue-dark);
    text-decoration: none;
}
.siemens-nav-secondary .disw-subsite {
    display: flex;
    font-size: 1rem;
    font-family: var(--Title-font);
    font-weight: 700;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 1em 0 0;
    -webkit-justify-content: center;
    justify-content: center;
}
.siemens-nav-secondary .disw-subsite a{
    font-size: 1rem;
    font-family: var(--Title-font);
    font-weight: 700;
}
.siemens-nav-secondary .header-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.siemens-nav-secondary .header-container nav {
    align-items: center;
    display: flex;
}
.siemens-nav-secondary .header-container input[type=checkbox], .siemens-nav-secondary .header-container label{
    display: none;
}
.nav-secondary-list{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 4px;
}
.nav-secondary-list .nav-secondary-item{
    margin-bottom: 0;
    height: var(--subHeaderHeight);
}
.nav-secondary-list .nav-secondary-link{
    align-items: center;
    color: inherit;
    display: flex;
    font-size: .875rem;
    font-family: var(--Title-font);
    font-weight: 700;
    font-family: inherit;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: .85em 1em;
    background: none;
    border: none;
    height: inherit;
    text-align: left;
}
#nav-secondary-cta{
    margin-left: 5px;
}
.nav-secondary-list .nav-secondary-link:hover, .nav-secondary-list .nav-secondary-link.active {
    background-color: #d9d9df;
    cursor: pointer;
}
@media screen and (max-width: 767px){
    .siemens-nav-secondary .disw-subsite {
        display: none;
    }
    .siemens-nav-secondary .header-container label:after {
        background-image: var(--chevron);
        background-size: 15px 8.58px;
        content: "";
        display: block;
        height: 8.58px;
        width: 15px;
        position: absolute;
        transition: transform .25s;
        right: 0;
        z-index: 3;
        top: calc(50% - 4.27px);
    }
    .siemens-nav-secondary .header-container label{
        display: block;
        font-size: 1rem;
        font-family: var(--Title-font);
        font-weight: 700;
        margin: auto 0;
        position: relative;
        z-index: 1;
        line-height: normal;
        width: 100%;
        color: #000;
    }
    .siemens-nav-secondary .header-container nav{
        display: none;
    }
    .siemens-nav-secondary .header-container input:checked+label+nav {
        margin: 0 -16px;
        flex-direction: column;
        background: #fff;
        align-items: flex-start;
        padding: 0 .5rem;
        box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
        position: absolute;
        top: var(--subHeaderHeight);
        width: 100%;
        max-height: calc(100vh - var(--subHeaderHeight) - var(--headerHeightMobile));
        overflow-y: auto;
        display: block;
    }
    .siemens-nav-secondary .header-container input:checked+label+nav #nav-secondary-cta {
        margin: 0;
        padding: 1.5rem;
    }

}
/* style for navbar end */
.home-banner{
    background: url('/images/herobanner.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home-banner .home-banner-row{
    min-height: 400px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.home-banner .text-kicker, .home-banner .title, .home-banner p{
    color: var(--color-white);
}
.home-banner .title{
    font-family: var(--Main-font);
    font-weight: 400;
}
.home-banner .sub-title{
    font-family: var(--Main-font);
    font-weight: 400;
    color: var(--color-white);
}
.home-banner:after {
    background: linear-gradient(to right, #000028 0, rgba(0, 0, 40, .75) 40%, rgba(0, 0, 40, .2) 65%, rgba(255, 255, 255, 0) 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.full-height-image{
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}
.conference-content.right{
    padding-left: 30px;
}
.conference-content.right .conference-list{
    padding-left: 15px;
}
.siemens-list{
    padding-left: 15px;
}
.benefits *{
    color: #ffffff;
}
.benefits .benefits-title-box{
    margin-bottom: 40px;
}
.benefits  .siemens-list a{
    color: var(--link-color-dark);
    text-decoration: underline;
}
.benefits  .siemens-list a:hover{
    color: var(--hover-link-color-dark);
}
.de-banner--box.de-banner--dark-blue .de-banner__content {
    background-color: var(--color-blue-dark);
    color: #ffffff;
}

.de-banner--box .de-banner__text-wrapper {
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacer) calc(var(--spacer) * 2);
    gap: calc(var(--spacer) * 2);
}
.de-banner--box .de-banner__text-wrapper:first-child{
    padding-top: calc(var(--spacer) * 2);
    padding-bottom: calc(var(--spacer) * 2);
}
.de-banner__text {
    flex-grow: 1;
    color: #ffffff;
}
.de-banner__text .de-banner__title, .de-banner__text .de-banner__description p{
    color: #ffffff;
}
@media screen and (max-width: 767px){
    .conference-content.right{
        padding-left: 15px;
        margin-top: 15px;
    }
}
/* style for footer start */
.footer{
    background: var(--color-blue-dark);
    color: #ffffff;
    padding: 30px 0;
    margin-top: auto;
}
.footer .footer-social {
    align-items: center;
    display: flex;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
}
.footer-social svg {
    fill: #fff;
    height: 24px;
    width: 24px;
}
.footer .footer-social>a+a {
    margin-left: 1.5em;
}
.footer .siemens-logo svg {
    height: 30px;
    width: 120px;
}
.footer .footer-tagline{
    color: #0cc;
    font-size: 1em;
    font-family: var(--Title-font);
    font-weight: 700;
    margin: 1em 0 2.5em;
}
.footer .footer-main {
    justify-content: space-between;
    display: flex;
}
.footer .footer-brand {
    flex: 0 0 25%;
}
.footer .footer-links{
    flex: 0 0 75%;
}
.footer-legal {
    border-top: 1px solid rgba(255, 255, 255, .4);
    color: #d9d9df;
    margin-top: 2em;
    padding-top: 1em;
    display: flex;
}
.footer-legal nav {
    margin-top: 0;
    margin-left: auto;
}
.footer-legal nav a {
    margin-right: 1em;
}
@media screen and (max-width: 767px){
    .footer .footer-main {
        flex-direction: column;
    }
    .footer-legal {
        flex-direction: column;
    }
    .footer-legal nav {
        margin-left: auto;
        margin-top: .5em;
    }
}
/* style for footer end */

.error, .text-danger{
    margin-top: 4px;
    margin-bottom: 0px;
    display: flex;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    color: #d00e17;
    color: var(--error-color);
}

/* style for grp page start */
.grp-card{
    background: #f2f2f2;
    padding: 100px 80px;
    height: 100%;
    text-align: center;
}
.grp-card-wrapper:first-child{
    padding-right: 2rem;
}
.grp-card-wrapper:last-child{
    padding-left: 2rem;
}
.grp-card .sub-title{
    min-height: 70px;
    margin-bottom: 10px;
}
.grp-card .btn{
    margin-top: 20px;
    min-width: 200px;
}
.siemens-basic-form {
    margin-top: 30px;
}
.siemens-basic-form .btn{
    min-width: 200px;
}
.siemens-basic-form .form-control{
    border-radius: 0px;
    padding: 1rem .75rem;
    border: 1px solid var(--color-pale-bluish-grey);
}
.siemens-basic-form .basic-form-label{
    text-align: right;
}
.siemens-basic-form .row{
    align-items: center;
}
.siemens-basic-form .basic-form-label .form-label{
    font-size: 1rem;
    margin-bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 767px){
    .grp-card{
        padding: 60px 20px;
    }
    .grp-card-wrapper:first-child{
        padding-right: 0.75rem;
        margin-bottom: 30px;
    }
    .grp-card-wrapper:last-child{
        padding-left: 0.75rem;
    }
    .grp-card .sub-title {
        min-height: unset;
        font-size: 1.8rem;
    }
    .grp-card .btn{
        margin-top: 0px;
    }
    .siemens-basic-form .basic-form-label{
        text-align: left;
    }
    .siemens-basic-form .basic-form-label .form-label{
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .grp-card{
        padding: 60px 20px;
    }
    .grp-card-wrapper:first-child{
        padding-right: 0.75rem;
    }
    .grp-card-wrapper:last-child{
        padding-left: 0.75rem;
    }
    .grp-card .sub-title {
        min-height: 60px;
        font-size: 1.8rem;
    }
    .grp-card .btn{
        margin-top: 0px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1024px){
    .grp-card{
        padding: 60px 60px;
    }
    .grp-pricing-box{
        flex: 0 0 auto;
        width: 60%;
    }
}

/* style for grp page end */
/* style for agenda page start */
 /* style for Agenda builder start */
 .sec-space-inside.agenda-bulilder{
    padding-top: 30px;
 }
.agenda-bulilder ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
    margin: 5px 0; /* Optional: adds space at top/bottom of track */
}

.agenda-bulilder ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.agenda-bulilder ::-webkit-scrollbar-thumb {
    background-color: #777777;
    border-radius: 5px;
    border: 5px solid #777777;
}

/* Add arrows (scrollbar buttons) */
.agenda-bulilder ::-webkit-scrollbar-button:vertical:decrement {
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 2px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6"><polygon points="0,6 5,0 10,6" style="fill:%23777777"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}

/* Bottom arrow (rotated in SVG) */
.agenda-bulilder ::-webkit-scrollbar-button:vertical:increment {
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 2px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><polygon points='0,0 5,6 10,0' style='fill:%23777777'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
}
 .agenda-dashboard-wrapper{
    margin-top: 15px;
}
.agenda-dashboard{
    display: flex;
}
.agenda-dashboard .agenda-dashboard-left{
    width: 266px;
}
.agenda-filter-card-wrapper{
    width: 100%;
}
.agenda-dashboard .agenda-dashboard-left .my-agenda-card{
    width: 100%;
    padding: 25px 24px;
    max-height: 1200px;
    overflow-x: auto;
    position: relative;
    margin-top: 5px;
    background-color: var(--color-white);
    border-radius: 7px;
}
.agenda-dashboard .agenda-dashboard-right{
    width: calc(100% - 266px);
    height: 100%;
    padding-left: 50px;
    max-height: calc(100vh - 255px);
    overflow-x: auto;
    position: relative;
    padding-right: 3px;
}
.round-box{
    width: 100%;
    border-radius: 7px;
    background-color: #E6F1F4;
    padding: 20px 15px;
}
.agenda-filter-head{
    width: 100%;

    /* margin-bottom: 30px; */
}
.agenda-filter-head .sub-title{
    font-size: 1.5555rem;
    color: var(--color-agenda-green);
    font-family: var(--Title-font);
    margin-bottom: 0px;
}
.agenda-filter-content{
    width: 100%;
    max-height: calc(100vh - 300px);
    overflow-x: auto;
    position: relative;
    margin-top: 5px;
    background-color: var(--color-white);
    padding-bottom: 30px;
    padding-right: 3px;
}
.agenda-filter-content .agenda-filter-date{
    font-size: 1.3333rem;
    color: var(--white);
    font-family: var(--Title-font);
    background-color: var(--secondary-bright-sky);
    padding: 15px 25px;
    margin-top: 30px;
}
.agenda-filter-content .agenda-filter-item{
    background-color: var(--color-white);
    border-radius: 0px;
    padding: 0px;
    margin-top: 10px;
    position: relative;
}
.filter-title-box {
    margin-bottom: 15px;
}
.agenda-filter-item .filter-title-box .filter-title{
    font-size: 1.1rem;
    color: var(--color-gray-dark);
    font-family: var(--Title-font);
    padding: 8px 15px;
    background-color: #e6e6e6;
    position: relative;
    cursor: pointer;
}
.agenda-filter-item.active .filter-title-box .filter-title{
    background-color: var(--color-agenda-green);
    color: var(--color-white);
}
.agenda-filter-item .filter-title-box .filter-title::after{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23000000"><path d="M480-357.85 253.85-584 296-626.15l184 184 184-184L706.15-584 480-357.85Z"/></svg>');
    background-size: cover;
    background-position: top 17px center;
    transition: transform .3s ease-in-out;
    border: 1px solid var(--color-black);
    border-radius: 100%;
}
.agenda-filter-item.active .filter-title-box .filter-title::after{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="%23FFFFFF"><path d="M480-357.85 253.85-584 296-626.15l184 184 184-184L706.15-584 480-357.85Z"/></svg>');
    background-size: cover;
    background-position: top 17px center;
    transition: transform .3s ease-in-out;
    border: 1px solid var(--color-white);
}
.agenda-filter-item .filter-list{
    list-style: none;
    padding-left: 0px;
    display: none;
}
.agenda-filter-item.active .filter-list{
    display: block;
}
.agenda-filter-item .filter-list .form-check-input{
    border-radius: 0px;
    border-color: var(--color-grey);
}
.agenda-filter-item .filter-list .form-check-input:checked{
    background-color: var(--color-agenda-green);
    border-color: var(--color-agenda-green);
}
.agenda-filter-item .filter-list .form-check-label{
    font-size: 1rem;
    color: var(--color-gray-dark);
    font-family: var(--Main-font);
}
.agenda-selector{
    /* display: flex;
    gap: 8px;
    flex-wrap: wrap; */
    width: 100%;
}
.agenda-selector-item .agenda-search{
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.agenda-selector-item .btn-clear-filter{
    font-size: 0.8rem;
    padding: 0.3rem 1.5rem;
    margin-bottom: 15px;
}
.agenda-selector-item .agenda-search .btn-search{
    background-color: var(--color-agenda-green2);
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0.5rem 0.5rem;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border: none;
    color: var(--color-white);
    cursor: pointer;
}
.agenda-selector-item .form-control{
    border: 1px solid var(--color-grey);
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    width: 100%;
    font-size: 1rem;
    font-family: var(--Main-font);
    color: var(--color-gray-dark);
    padding-right: 3rem;
}
.round-box {
    width: 100%;
    border-radius: 7px;
    background-color: #E6F1F4;
    padding: 20px 15px;
}
.build-agenda-day {
    border-radius: 7px;
    padding: 15px 40px;
    cursor: pointer;
    transition: background-color 0.4s ease, color 0.4s ease;
    flex: 1 0 0%;
    text-align: center;
    color: var(--color-white);
    background-color: var(--color-agenda-green2);
    position: relative;
}
.build-agenda-day.active {
    background: #011d42;
    background: -webkit-linear-gradient(333deg, #011d42 0%, #033c4c 50%, #02536b 100%);
    background: linear-gradient(333deg, #011d42 0%, #033c4c 50%, #02536b 100%);
}
/* .build-agenda-day.active::after{
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="30px" viewBox="0 -960 960 960" width="30px" fill="%2302536b"><path d="M480-316.33 212.67-584.67l75-74L480-466.33l193.33-192.34 75 74L480-316.33Z"/></svg>');
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
} */
.build-agenda-day .agenda-day-title{
    font-size: 1.5rem;
}
.build-agenda-day .agenda-day-title .agenda-day-name {
    font-size: 1rem;
    color: var(--color-white);
    font-family: var(--Main-font);
    display: block;
    margin-top: 10px;
    font-weight: 300;
}
.agenda-date-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.agenda-section-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
}
.agenda-section-list .agenda-section-item{
    flex: 1 0 0%;
}
.agenda-section-list .agenda-section-title{
    cursor: pointer;
    background-color: var(--color-agenda-green2);
    color: var(--color-white);
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    width: 100%;
    text-align: center;
    position: relative;
}
.agenda-section-list .agenda-section-title.active{
    background: #011d42;
    background: -webkit-linear-gradient(333deg, #011d42 0%, #033c4c 50%, #02536b 100%);
    background: linear-gradient(333deg, #011d42 0%, #033c4c 50%, #02536b 100%);
}
.agenda-section-list .agenda-section-title.active::after{
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -15px;
    height: 2px;
    width: 100%;
    background-color: var(--color-grey);
}
.agenda-section-list .agenda-section-title.active::before{
    content: "";
    border: solid var(--color-grey);
    border-width: 0 2px 2px 0;
    position: absolute;
    display: inline-block;
    padding: 3px;
    bottom: -19.5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 2;
}
.agenda-details {
    background-color: var(--color-white);
    margin-top: 35px;
    border-radius: 0px;
}
.agenda-card-wrapper{
    width: 100%;
    display: none;
}
.agenda-card-wrapper.show {
    display: block;
}
.agenda-card{
    position: relative;
    padding: 20px 30px;
    background: #f1f1f1;
    margin-bottom: 15px;
}
.agenda-details-header{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 755px;
}
.agenda-card-header .header-item{
    background-color: rgba(253, 148, 0, 0.15);
    padding: 10px 15px;
    border-radius: 40px;
}
.agenda-card-header{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 755px;
}
.agenda-card-header .header-item.session-category{
    background-color: #ffe16f;
     padding: 8px 15px;
    border-radius: 40px;
    color: var(--color-gray-dark);
    font-family: var(--Main-font);
    font-size: 0.8rem;
    line-height: 1;
}
.agenda-card-content-item .speaker-photo-group {
    position: relative;
    display: flex;
    max-width: 100%;
}
.agenda-card-content-item .btn-secondary{
    border-radius: 10px;
    padding: 0.5rem 1rem;
    background: var(--color-agenda-green2);
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1;
    font-weight: 300;
    font-family: var(--Main-font);
    margin-top: 15px;
}
.agenda-card-content-item .btn-secondary:hover{
    background: var(--color-green-bold);
    color: #000;
}
.agenda-card .speaker-dp{
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-pale-bluish-grey);
    border-radius: 100%;
}
.agenda-card-content-item .speaker-dp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.agenda-card-content-item .speaker-dp{
    margin-left: -50px;
    transition: transform 0.2s ease;
    box-shadow: 2px 2.5px 5.5px 1px #cacaca;
}
.agenda-card-content-item .speaker-dp:first-child {
    margin-left: 0;
}
.agenda-card-content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.agenda-card-content .agenda-card-content-item{
    flex: 0 0 auto;
    width: 100%;
    position: relative;
}
.agenda-card-content .agenda-card-content-item.left{
    width: 70%;
}
.agenda-card-content .agenda-card-content-item.right{
    width: 30%;
}
.agenda-card .agenda-item-title{
    font-size: 1.3rem;
    color: var(--color-gray-dark);
    font-family: var(--Title-font);
    margin-bottom: 15px;
}
.agenda-card .agenda-loaction-details{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 0.8rem;
    color: var(--color-gray-dark);
    margin-bottom: 10px;
}
.agenda-card-content-item.speakers{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.agenda-card-content-item.speakers .view-speakers-link{
    font-size: 0.8rem;
    color: var(--color-gray-dark);
}
.agenda-card-content-item.speakers .view-speakers-link:hover{
    text-decoration: underline;
}
.speaker-details{
    margin-top: 20px;
}
.speaker-details .small-title{
    position: relative;
    color: var(--color-gray-dark);
    font-size: 0.8rem;
    font-family: var(--Main-font);
}
.speaker-details .small-title span{
    background-color: #f1f1f1;
    position: relative;
    z-index: 2;
}
.speaker-details .small-title::after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid var(--color-black);
    bottom: 4px;
    z-index: 1;
}
.details-list-wrapper{
    background: var(--color-white);
    padding: 15px 30px;
    border: 1px solid var(--color-grey);
    border-radius: 15px;
    border-top-left-radius: 0px;
}
.speaker-details{
    display: none;
}
.speaker-details.show{
    display: block;
}
.speaker-details-list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.speaker-details-list .name{
    font-family: var(--Title-font);
    margin-bottom: 0px;
    font-size: 0.8rem;
    color: var(--color-gray-dark);
    line-height: 1.3;
}
.speaker-details-list .designation{
    font-size: 0.8rem;
    color: var(--color-gray-dark);
    margin-bottom: 0px;
    line-height: 1.3;
}
.speaker-details-list .speaker-item{
    text-align: center;
    max-width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.speaker-item .speaker-dp{
    margin-bottom: 5px;
}
.agenda-preview-card-wrapper .agenda-card-content .agenda-card-content-item.left{
    width: 100%;
}
.agenda-preview-card-wrapper .details-list-wrapper{
    background: #f1f1f1;
    border: 0px;
    padding: 20px 0px;
}
.agenda-preview-card-wrapper  .agenda-card .speaker-dp{
    border-radius: 0px;
}
.agenda-preview-card-wrapper  .speaker-details-list .speaker-item{
    text-align: left;
    max-width: 120px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.agenda-preview-card-wrapper  .agenda-card .agenda-item-title{
    font-size: 1.6rem;
    color: var(--color-agenda-green);
}
.agenda-preview-card-wrapper .speaker-details .small-title{
    padding-left: 35px;
    margin-bottom: 0px;
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
.agenda-preview-card-wrapper .speaker-details .small-title::before{
    content: "\e902";
    font-family: 'icomoon' !important;
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-gray-dark);
    border-radius: 7px;
    border-top-left-radius: 0px;
}
.agenda-preview-card-wrapper .speaker-details .small-title::after{
    display: none;
}
.agenda-preview-card-wrapper .speaker-details{
    display: block;
    padding-top: 20px;
    border-top: 1px solid var(--color-gray-dark);
}
.agenda-preview-card-wrapper .agenda-card{
    position: relative;
}
.agenda-preview-card-wrapper .agenda-card .btn-back{
    position: absolute;
    right: 30px;
    top: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-family: var(--Main-font);
    font-weight: 300;
    border-radius: 20px;
}
.agenda-preview-card-wrapper .agenda-card .btn-back span{
    padding-right: 5px;
}
.filter-close{
    display: none;
}
.btn-open-filter{
    display: none;
}
.agenda-bulilder__content .alert-info {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.agenda-bulilder__content .alert{
    background: var(--alert-bg-color);
    border: 1px solid var(--alert-border-color);
    color: var(--alert-text-color);
    padding: 1rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25em;
    margin: 40px auto;
}
.speaker-preview-card-wrapper{
    padding: 20px 20px;
    background-color: #f1f1f1;
}
.speaker-preview-card-wrapper .speaker-card {
    display: flex;
    flex-wrap: wrap;
}
.speaker-preview-card-wrapper .speaker-card .speaker-card__image{
    width: 300px;
    height: 300px;
    overflow: hidden;
}
.speaker-preview-card-wrapper .speaker-card .speaker-card__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.speaker-preview-card-wrapper .speaker-card .speaker-card__details{
    max-width: calc(100% - 300px);
    padding-left: 40px;
}
.speaker-preview-card-wrapper .speaker-card .speaker-card__details .speaker-bio{
    margin-top: 20px;
}
.speaker-preview-card-wrapper .speaker-card .speaker-card__details .sub-title{
    color: var(--color-aqua);
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .agenda-dashboard .agenda-dashboard-left{
        position: fixed;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.8);
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        display: none;
    }
    .agenda-filter-card-wrapper{
        max-width: 300px;
        margin: 0 auto;
        background: #FFFFFF;
        margin-top: 120px;
        padding: 40px 15px 30px;
        position: relative;
        max-height: 570px;
        overflow-y: auto;
    }
    .filter-close{
        display: block;
        width: 20px;
        position: absolute;
        right: 15px;
        top: 15px;
        cursor: pointer;
    }
    .filter-close svg path{
        fill: var(--color-agenda-green);
    }
    .filter-close:hover svg path{
        fill: var(--color-agenda-green2);
    }
    .agenda-dashboard .agenda-dashboard-right {
        width: 100%;
        height: 100%;
        padding-left: 0px;
        position: relative;
        max-height: unset;
    }
    .btn-open-filter{
        position: absolute;
        font-size: 0.8rem;
        padding: 0.3rem 1.5rem;
        margin-bottom: 15px;
        top: 0px;
        left: 0px;
        display: block;
    }
    .build-agenda-day {
        padding: 10px 5px;
    }
    .agenda-section-list .agenda-section-title{
        font-size: 1rem;
        padding: 0.5rem 0.5rem;
    }
    .agenda-card-content .agenda-card-content-item.left{
        padding-right: 20px;
    }
    .agenda-card .agenda-item-title {
        font-size: 1.1rem;
    }
    .details-list-wrapper{
        padding: 15px 15px;
    }
    .agenda-preview-card-wrapper .agenda-card-content .agenda-card-content-item.left{
        padding-right: 0px;
    }
    .agenda-card{
        padding: 20px 20px;
    }
    .agenda-filter-content{
        max-height: unset;
    }
    .speaker-preview-card-wrapper .speaker-card{
        flex-direction: column;
    }
    .speaker-preview-card-wrapper .speaker-card .speaker-card__image{
        width: 100%;
        height: auto;
        overflow: unset;
        max-width: 300px;
        margin: 0 auto;
    }
    .speaker-preview-card-wrapper .speaker-card .speaker-card__details{
        max-width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        text-align: center;
    }
    .speaker-preview-card-wrapper .speaker-card .speaker-card__details .speaker-bio{
        text-align: left;
    }
    .speaker-preview-card-wrapper .speaker-card .speaker-card__details .speaker-bio p:last-child{
        margin-bottom: 0px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
    .build-agenda-day .agenda-day-title{
        font-size: 1.2rem;
    }
    .agenda-filter-head .sub-title {
        font-size: 1.2rem;
    }
    .build-agenda-day {
        padding: 10px 40px;
    }
    .agenda-dashboard .agenda-dashboard-right{
        max-height: calc(100vh - 240px);
    }
    .agenda-filter-content {
        max-height: calc(100vh - 270px);
    }
    .agenda-selector-item .form-control{
        padding: 0.3rem 1rem;
        font-size: 0.9rem;
    }
    .agenda-selector-item .agenda-search .btn-search{
        padding: 0.3rem 0.5rem;
    }
    .sec-space-inside.agenda-bulilder {
        padding-top: 20px;
    }
    .agenda-dashboard-wrapper {
        margin-top: 5px;
    }
    .build-agenda-day .agenda-day-title .agenda-day-name {
        font-size: 0.9rem;
    }
}
/* style for agenda page end */
