.img-cell > img {
    max-width: 172px;
}
.oscia-programs-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.oscia-programs-table > thead {
    border: none;
    background-color: unset;
    color: #00433D;
    text-align: center;
}
.oscia-programs-table > thead > tr {
    background-color: unset;
}
.oscia-programs-table > thead th {
    text-align: center;
}
.oscia-programs-table > tbody > tr {
    background: none;
}
.oscia-programs-table > tbody > tr > td {
    background: white;
    text-align: center;
}
.oscia-programs-table > tbody > tr > td.date-cell {
    font-weight: 600;
}
.oscia-programs-table > tbody > tr > td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.oscia-programs-table > tbody > tr > td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.oscia-programs-table .dot {
    flex-shrink: 0;
    width:18px !important;
    height:18px !important;
}
.status {
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    color: #007066;
    line-height: 1;
}
.status-active {
    background: #CCE2E0;
}
.oscia-programs-mobile{
    display: none;
}
.programs-box {
    background: #F7EFDB;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px 10px;
}
.programs-box i {
    background: #FFFFFF;
    border-radius: 50%;
    padding: 5px 8px;
}
.program-header {
    margin: 10px;
    min-height: 100px;
}
.info-program{
    display: none;
}
.info-program.active{
    display: block;
}
.info-program .label {
    margin-bottom: 18px;
}
.programs-not-found {
    display: none;
}
@media(max-width:767px){
    .oscia-programs-table {
        display: none;
    }
    .oscia-programs-mobile{
        display: block;
    }
    .info-program > .label.primary, 
    .info-program > .label.secondary,
    .info-program >  .label.alert {
        padding-left: 10px;
        padding-right: 10px;
    }
    .info-program > .label.primary, .label.secondary, .label.alert {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 500;
    }
}
@media(max-width:640px){
	.programs-box {
		background: white;
	}
    .filters-programs {
        flex-direction: column;
    }
    .filters-programs div {
        margin-left: 0px !important;
    }
    .program-header {
        margin: 10px;
        min-height: 50px;
    }
    .info-program {
        padding-left: 20px !important;
        padding-right: 10px !important;
    }
    .program-mobile-status {
        display: flex;
        min-height: 50px;
        align-items: center;
    }
    .program-mobile-open-date,.program-mobile-close-date {
        display: flex;
        min-height: 44px;
        align-items: center;
    }
    .program-mobile-open-date h5,.program-mobile-close-date h5{
        padding: 0px;
        margin: 0px;
    }
    .program-mobile-status b{
        margin-left: 10px;
    }
}