.schedule-plan-tab-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.schedule-plan-btn{align-items:center;background:#f2f2f2;border-radius:8px;cursor:pointer;display:flex;gap:10px;min-width:180px;padding:8px;transition:all .2s}.schedule-plan-btn>span:first-child{align-items:center;background:linear-gradient(135deg,#ff5000,#ff00b8);border-radius:5px;display:flex;flex:0 0 auto;height:40px;justify-content:center;padding:5px;width:40px}.schedule-plan-btn>span:first-child svg{height:90%;width:90%}.schedule-plan-btn>span:first-child svg path{stroke:#333}.schedule-plan-btn>span:nth-child(2){display:flex;flex-direction:column;line-height:1.3em}.schedule-plan-btn>span:nth-child(2)>span:first-child{font-weight:700}.schedule-plan-tabContent{display:none}.schedule-plan-tabContent.tab-active{display:flex;flex-direction:column;gap:30px}.schedule-plan-row{display:grid;grid-template-columns:3fr 1fr 3fr;margin-top:60px}.schedule-plan-row:nth-child(2n){direction:rtl}.schedule-plan-row:nth-child(2n) .schedule-plan-details{direction:ltr}.schedule-plan-details{display:flex;flex-direction:column;gap:20px 0}.schedule-plan-media img{border-radius:4px;display:block;height:100%;object-fit:cover}.schedule-plan-time-vanue,.schedule-plan-time-vanue>span{align-items:center;display:flex}.schedule-plan-time-vanue>span{color:#000;font-weight:600;gap:5px}.schedule-plan-time-vanue>span svg{height:20px;width:20px}.schedule-plan-time-vanue>span:not(:last-child):after{color:inherit;content:"|";margin:0 10px}.schedule-plan-speakers,.schedule-plan-speakers-cols{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.schedule-plan-speakers-cols{gap:10px}.schedule-plan-speakers-cols img{border-radius:50%;height:55px;object-fit:cover;width:55px}.schedule-plan-speakers-cols>span>span{display:block}.schedule-plan-col:nth-child(2){display:flex}.schedule-plan-number{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.schedule-plan-number:before{background:#f2f2f2;content:"";height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:1px}.schedule-plan-number span{align-items:center;border-radius:50%;display:flex;height:56px;justify-content:center;position:relative;width:56px;z-index:1}.schedule-plan-col{display:flex}.schedule-plan-col>div{width:100%}@media(max-width:991px){.schedule-plan-speakers-cols img{height:45px;width:45px}.schedule-plan-speakers{gap:15px}.schedule-plan-number span{font-size:24px}}@media(max-width:767px){.schedule-plan-row{gap:20px;grid-template-columns:1fr;margin:0}.schedule-plan-col:nth-child(2){display:none}.schedule-plan-tab-buttons{margin-bottom:30px}}