.pc-container {
    background: white;
}

.pcei-chair-name,
.pcei-profile-link {
    color: green;
}

.pc-header {
    padding: 12px 6px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}
.calender-heading {
    background: #F18700;
    border-radius: 30px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 18px;
    display: block;
    line-height: 14px;
    margin: 0;
    position: relative;
}
.pc-heading {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.pc-content {
    padding: 24px 60px 24px 40px;
}

.pc-events-head {
    display: flex;
    border-top: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
}

.pc-events-head-col {
    padding: 14px 10px;
    color: black;
    font-size: 14px;
}

.pc-events-head-col.pc-events-col-time,
.pcei-header-col.pcei-header-col-time {
    width: 200px;
}

.pc-events-head-col.pc-events-col-title {
    width: calc(100% - 200px);
}

.pcei-header-col.pcei-header-col-data {
    width: calc(100% - 440px);
}

.pcei-header-col.pcei-header-col-options {
    width: 240px;
}

.pc-events-item {
    margin-bottom: 24px;
}

.pcei-header {
    padding-bottom: 24px;
    border-bottom: 1px solid #CCCCCC;
}

.pcei-header-desc {
    color: #00000080;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    border-top: 1px solid #CCCCCC;
    margin-top: 10px;
}

.pcei-header-top{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.pcei-round-badge {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 16px;
    line-height: 16px;
    color: #000;
}

.pcei-header-main{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.pcei-header-title{
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: normal;
}

.pcei-header-meta-title {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: normal;
}

.pcei-header-meta-title a{
    color: #000;
    text-decoration: none;
}

.pcei-header-meta-value{
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #00000080;
    margin-top: 4px;
}

.pcei-header-meta-value-item {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #00000080;
    padding-right: 3px;
    margin-right: 4px;
    border-right: 1px solid #00000080;
}

.pcei-header-meta-value-item a{
    color: #00000080;
    text-decoration: none;
}

.pcei-header-meta-value-item:last-child {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
}

.pcei-header-actions {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.pcei-header-actions-row{
    flex-direction: row;
}

.pcei-button {
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 16px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
}
a.pcei-button.remove-programme {
    border: 1px solid #F18700;
    border-radius: 20px;
    font-size: 12px;
    padding: 4px 16px;
    line-height: 16px;
    color: white;
    text-decoration: none;
    background: #F18700;
}
.pcei-content,
.pcei-header-col.pcei-header-col-data {
    font-family: "Montserrat", Sans-serif;
}

.pcei-button.pc-link {
    display: none;
}

.pcei-button.pc-hide {
    display: none;
}

.pc-events-item.active {
}

.pc-events-item.active .pcei-button.pc-link,
.pc-events-item.active .pcei-button.pc-hide {
    display: inline-block;
}

.pc-events-item.active .pcei-button.pc-show {
    display: none;
}


.pcei-timings {
    margin-bottom: 5px;
}

.pcei-share-actions .pcei-button {
    margin-left: 0;
    text-align: center;
}

.pcei-title-set {
    display: block;
}

.pcei-chair-set {}

.pcei-chair-heading {
    font-weight: 500;
}

.pcei-chair {
    display: flex;
    margin-bottom: 5px;
}

.pcei-chair-img {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 4px;
}

.pcei-chair-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.pcei-chair-details {
    width: calc(100% - 28px);
}


.pcei-coauthor-heading {
    font-weight: 500;
}

.pcei-coauthor {
    display: flex;
    margin-bottom: 5px;
}

.pcei-coauthor-details {}

.pcei-body {
    padding: 20px 0px;
    color: #000000;
    font-size: 16px;
}

.pcei-tabs-nav {
    margin-bottom: 10px;
}

.pcei-tabs-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.pcei-tabs-nav ul li{
    padding: 0px 6px;
}


.pcei-tabs-nav ul li a {
    display: block;
    background: white;
    padding: 1px 0px;
    color: #000;
    border-bottom: 2px solid transparent;
    text-align: center;
}

.pcei-tabs-nav ul li.current a {
    font-weight: 500;
    border-bottom-color: black;
}

.pcei-tabs-content {
    display: none;
}

.pcei-tabs-content.active {
    display: block;
}

.pcei-categories {
    margin-bottom: 10px;
}

.pcei-categories-heading {
    font-weight: 500;
}

.pcei-content {
    margin-bottom: 15px;
}

.pcei-content:last-child {
    margin-bottom: 0px;
}

.pcei-content-heading {
    font-weight: 600;
    margin-bottom: 4px;
}

.pcei-content-text p {
    margin-bottom: 10px;
}

.pcei-content-text p:last-child {
    margin-bottom: 0;
}

.pcei-videos-set {
    max-width: 700px;
}

.pcei-video {
    margin-bottom: 10px;
}

.pcei-share-actions a:hover {
    color: white;
    font-weight: bold;
}

.pcei-data-heading {
    font-weight: 600;
    margin-top: 10px;
}

.pc-events-item.active,
.pc-events-item.active .pc-events-item {
}

.pc-events-item .pc-events-item {
    position: relative;
}

/* .pc-events-item .pc-events-item:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #6e6e6e;
    left: 200px;
    right: 10px;
    bottom: 0;
} */

.pc-events-item.active .pc-events-item .pcei-button.pc-show {
    display: inline-block;
}

.pc-events-item.active .pc-events-item.active .pcei-button.pc-show {
    display: none;
}

.pc-events-item.active .pc-events-item .pcei-button.pc-link,
.pc-events-item.active .pc-events-item .pcei-button.pc-hide {
    display: none;
}

.pc-events-item.active .pc-events-item.active .pcei-button.pc-link,
.pc-events-item.active .pc-events-item.active .pcei-button.pc-hide {
    display: inline-block;
}

.pc-sub-events{
    margin-left: 40px;
    padding-top: 20px;
}

.pc-sub-events .pc-events-item:last-child{
    margin-bottom: 0px;
}

.pc-filter {
    margin-bottom: 24px;
}

.pc-filter-title {
    font-size: 14px;
    color: #000000;
    margin-bottom: 8px;
    line-height: normal;
}

.pc-filter-set {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc-filter-dates {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    gap: 12px;
}

.pc-filter-dates-badge {
    background: #F18700;
    border-radius: 30px;
    font-size: 12px;
    color: #FFFFFF;
    padding: 8px 12px;
    display: block;
    line-height: 14px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.pc-filter-dates-badge:has(input:checked) {
    background: #F18700;
}

.pc-filter-dates-badge input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pc-filter-search {
    align-self: flex-start;
}

.pc-filter-date {
    background: white;
    border: 1px solid #ccc;
    position: relative;
    background-image: url('../img/calendar.png');
    background-size: 20px 20px;
    background-position: 174px 8px;
    background-repeat: no-repeat
}

.pc-filter-date input {
    background: transparent;
    border: none;
    height: 40px;
    width: 200px;
    padding: 5px 30px 5px 10px;
}

.pc-filter-search input[type=search] {
    border-radius: 30px;
    border: 1px solid #000000;
    font-size: 12px;
    height: 30px;
    width: 166px;
    padding: 2px 30px 2px 15px;
    color: #000000;
    background-position: right 10px center;
}

.pc-filter form {
    margin-bottom: 0px;
}

.pc-search-submit {
    display: none !important;
}

.pc-container {
    margin-bottom: 20px;
}

.pc-no-item {
    padding: 30px;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
}

.pcei-main-title {
    color: white;
    font-style: italic;
}

.pc-modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #D9D9D966;
    z-index: 9999;
    padding: 0 !important;
    display: none;
    max-height: 100%;
    overflow-y: auto;
}

.open-pc-model{
    overflow: hidden;
}

.open-pc-model .pc-modal{
    display: flex;
}

.pc-modal-box{
    background: white;
    width: 90%;
    margin: auto;
    max-width: 765px;
    padding: 25px 50px 20px 50px;
}

button.pc-modal-close {
    display: flex;
    justify-self: flex-end;
    padding: 0;
    background: transparent;
    color: black;
    border: none;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
}

.pc-modal-loader{
    text-align: center;
    display: none;
    min-height: 200px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.pc-modal-loader-icon{
    font-size: 50px;
}

.pc-modal-loader-text{
    font-size: 20px;
}

.pc-modal-loading .pc-modal-close{
    display: none;
}

.pc-modal-loading .pc-modal-loader{
   display: flex;
}

.pc-modal-box .pc-events-item{
    margin-bottom: 0px;
}

@media screen and (max-width: 600px) {

    .pc-container {
        padding: 0px;
    }

    .pc-filter-set {
        display: block;
    }

    input[type="search"] {
        width: 100%;
        border-radius: 0px;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

    .pcei-header {
        display: block;
    }

    .pcei-header-col.pcei-header-col-data {
        width: 100% !important;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .pcei-button {
        width: 100%;
    }

    .pcei-button.pc-show {
        background: #adddef;
    }

    .pcei-header-col.pcei-header-col-options {
        width: 100%;
        margin: 0px 0px 0px -10px;
        padding-top: 0px;
    }

    .pcei-data {
        margin-left: 0px;
        padding: 0px 10px;
    }

    .pc-events-item.active .pc-events-item {
    }

    .pcei-header-col.pcei-header-col-time-group {
        display: inline-flex !important;
    }

    .pcei-header-col.pcei-header-col-time {
        width: 100%;
        display: inline-flex;
    }

    .pcei-timings {
        width: 50%;
        padding-top: 6px;
    }
}