body.zalive .content-two-columns{
    margin-right: 0;
    width: initial;
}


.yas-container {
    padding: 15px;
}

.yas-container video {
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    max-width: 100%;
}

.yas-container img{
	max-width: 100%;
}

.wp-caption {
    width: initial !important;
}

.yas-cols {
    display: grid;
    grid-template-columns: auto 350px;
    gap: 15px;
    margin-top: 15px;
}

.yas-container h1 {
    color: #323232;
}

.yas-exam-information {
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    padding: 15px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
	position: sticky;
	top: 10px;
}

.admin-bar .yas-exam-information{
	top: 50px;
}

.yas-exam-meta {
    display: flex;
    gap: 15px;
}

.yas-exam-meta p {
    margin: 0;
}

.yas-exam-price del {
    text-decoration: none;
    color: red;
    position: relative;
    margin: 0 5px;
}

.yas-is-student {
    text-align: center;
    background: #edffed;
    color: green;
    padding: 10px;
    border-radius: 4px;
}

.yas-exam-price del:before {
    content: "";
    left: -3px;
    right: -3px;
    top: 13px;
    height: 1px;
    background: red;
    position: absolute;
    transform: rotate(-15deg);
}

.yas-exam-price ins {
    text-decoration: none;
    color: #4CAF50;
    font-weight: bold;
    font-size: 18px;
}

.yas-exam-meta {
    font-weight: 600;
}

.yas-player {
    position: relative;
}

.yas-content {
    margin-top: 15px;
}

.yas-player a {
    position: absolute;
    display: block;
    width: 66px;
    height: 66px;
    box-sizing: border-box;
    background: #3F51B5;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    left: calc( 50% - 33px );
    top: calc( 50% - 33px );
    z-index: 9;
}

.yas-player {
}

.yas-player a path {
    fill: #FFF;
}

.yas-player.playing  a{
    display: none;
}

.yas-player:before {
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #00000012;
    position: absolute;
    border-radius: 15px;
}


.zAlive .content-two-columns {
    margin-right: 0;
    width: initial;
}

.yas-exam-teacher {
    text-align: center;
    margin-bottom: 25px;
}

.yas-exam-teacher img {
    border-radius: 50%;
}

.yas-exam-teacher p {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
}

.yas-exam-information > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yas-exam-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.yas-exam-price ins {
    font-size: 32px;
}

.yas-exam-price-amount span {
    color: #4caf50;
}

.yas-exam-price.yas-has-discount {
    justify-content: space-between;
}

span.yas-discount-percent {
    background: red;
    padding: 5px;
    border-radius: 4px;
    color: #FFF;
}

a.yas-btn {
    background: #313030;
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    color: #FFF;
    text-decoration: none;
}

a.yas-btn.yas-btn-primary,a.yas-btn.yas-btn-primary:hover {
    background: #4CAF50;
    color: #FFF;
    text-decoration: none;
}

a.yas-btn.yas-btn-buy,a.yas-btn.yas-btn-red:hover {
    background: #266c73;
    color: #FFF;
    text-decoration: none;
    cursor:pointer;
}

a#confirmBuy:hover {
    color: orange;
}

.yas-content {
    line-height: 200%;
}

.yas-item img {
    width: 18px;
}

.yas-item.playing {
    background: #dcf9d9;
}

.yas-item {
    background: #f4f4f4;
    display: grid;
    grid-template-columns: 24px 24px auto 70px;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    cursor: pointer;
    transition: 0.3s;
}

.yas-item .yas-pause{
    display: none;
}

.yas-item.playing .yas-pause{
    display: inline;
}
.yas-item.playing .yas-play{
    display: none;
}

span.yas-badge {
    background: #5869FF;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 4px;
}

.yas-item > *:not(p) {
    text-align: center;
}
.yas-item > span:last-child {
    text-align: right;
}

.yas-item p {
    margin: 0;
}

.yas-item:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0);
}


/** Archive */
.yas-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin-top: 50px;
}

.yas-cards h3 {
    font-size: 16px;
    line-height: 150%;
    height: 72px;
    overflow: hidden;
}

a.yas-card, a.yas-card:hover {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    padding: 10px;
    text-decoration: none;
}

.yas-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

a.yas-card p {
    margin: 0;
}

a.yas-card del, a.yas-card ins {
    text-decoration: none;
}

.yas-card-row p {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333333;
}

.dsc-btn {
    background: #4CAF50;
    color: #FFF;
    display: flex;
    justify-content: center;
    padding: 6px;
    border-radius: 8px;
}

p.card-exam-price ins {
    color: #4CAF50;
    font-size: 18px;
    font-weight: 500;
}

p.card-exam-price span {
    font-size: 12px;
    color: #4CAF50;
}

p.card-exam-old-price del {
    color: red;
    position: relative;
}

p.card-exam-old-price del:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    height: 1px;
    background: red;
    transform: rotate(-15deg);
}

p.card-exam-old-price span {
    background: red;
    color: #FFF;
    padding: 2px;
    border-radius: 4px;
}

a.yas-card picture {
    display: block;
    width: calc( 100% + 20px );
}

a.yas-card picture img {
    border-radius: 8px 8px 0 0;
    margin: -10px -10px 0 -10px;
    aspect-ratio: 16/9;
}


.yas-comments {
    margin-top: 50px;
    background: #f1f1f1;
    padding: 15px;
    border-radius: 8px;
}

.yas-tax {
    display: flex;
    justify-content: space-between;
}

.yas-pagination .nav-links * {
    background: #673AB7;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border-radius: 4px;
    color: #FFF;
}

.yas-pagination .nav-links span.current {
    background: #eaeaea;
    color: black;
}

.yas-message.yas-erro {
    padding: 15px;
    text-align: center;
    color: red;
    border: 1px solid red;
    border-radius: 8px;
    background: #ffe4e4;
}



.helpUser01{
    /*background: #FFF;*/
    /*box-shadow: 0 3px 6px rgba(0,0,0,.16);*/
    /*padding: 15px;*/
    /*border-radius: 8px;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*margin-bottom: 15px;*/
    /*position: sticky;*/
    /*top: 10px;*/
    /*width: 15%;*/
    background: #FFF;
    box-shadow:  -15px -7px 4px 0px rgba(0, 0, 0, .16);;
    border-radius: 8px;
    position: absolute;
    bottom: -55px;

}


.mapsreserv {
    display: ruby;
    font-size: 12px;
    border: red;
    padding: 10px;
    margin: auto;
    gap: 19px;
    gap: 19px;
}
.helpUseeserve {
    text-align: center;
    align-content: center;
    font-size: 16px;
    /*! margin: 10px; */
    margin-bottom: 10px;
}


.OpenClass {
    padding-right: 12px;
}
