/* menu cart plugin -start */
body.wn-cart-is-empty .xoo-wsc-menu-item {
    display: none !important;
}
.xoo-wsc-qty-price .woocommerce-Price-amount {
    font-size: 16px !important;
}
/* menu cart plugin - end */

/* free with membership message on course page start */
.wn_ld_free_with_subscription_course_page {
    font-style: italic;
    font-size: 16px;
    margin: 0px;
    line-height: 0px;
}
@media screen and (max-width: 1290px) {
    .wn_ld_free_with_subscription_course_page {
        font-size: 14px;
        margin: 0px;
        line-height: 14px;
    }
}
/* free with membership message on course page end */

/* license field popup start */
.wn-exit-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.wn-exit-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: block;
    margin: 15% auto 0;
}

#wn-exit-close {
    background: #8e1a1c;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#wn-exit-close:hover {
    background: #8e1a1c;
}
/* new code license field popup end */

/* .zoom-meeting-field #display_name{
    display: none !important;
} */

#wn-zoom-meeting-webinar-container {
    margin-bottom: 20px;
}

.wn-att-wait-modal-content .wn-att-wait-skip-button {
    display: flex;
    justify-content: end;
}
.wn-att-wait-modal-content .wn-att-wait-skip-button button {
    background-color: #8e1a1c;
    color: #fff;
    padding: 5px 7px;
}

#wn-unregisterModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.wn-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.wn-modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* #wn-att-wait-Modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
} */
.wn-att-wait-modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}
.wn-att-wait-modal-content p {
    margin: 0;
}

#wn-att-progress-bar {
    margin: 20px 0px;
}

.woo-products-table tbody tr td:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
}
.woo-products-table tbody tr td p {
    margin: 0;
    line-height: 1.2;
}
.woo-products-table tbody tr td span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 1.2;
}
.woo-products-table tbody tr td span.wn-tkt-available-on {
    color: rgb(245, 146, 0);
    font-size: 15px;
    font-weight: 700;
}
.wn-ticket_product-button {
    background-color: #8e1a1c;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    /* font-family: 'BioRhyme', serif; */
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 15px 25px;
    width: auto;
    font-size: 14px;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.woocommerce-MyAccount-content #Datatable td span {
    display: block;
}

.wn-unregister-modal label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-top: 7px;
}

.wn-unregister-modal .wn-modal-buttons button {
    background-color: #8e1a1c;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    width: auto;
    font-size: 14px;
    border-radius: 0;
    display: inline-block;
}

.wn-unregister-modal .wn-cs-msge-display.wn-cs-error-msg, .wn-cs-msge-display.wn-cs-success-msg  {
    padding: 10px;
    border-left: 5px solid #772317;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #d7d7d7;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}
.wn-unregister-modal .wn-cs-msge-display.wn-cs-success-msg {
        border-left: 5px solid #17772c !important;
padding-bottom: 1px !important;
}


.wn-unregister-modal .wn-cs-msge-display.wn-cs-error-msg h6 {
    margin: 0;
}

.go-to-webinar-page.wn-thank-you-web-event .go-btn a.go-btn-my-certificate {
    margin-top: 15px;
}

/* Other Information starts */

form.wn-ceus-mepr-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 30px;
    align-items: flex-end;
}

.wn-ceus-mepr-form .wn-ceus-mepr-field-set {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px !important;
    flex-grow: 1;
    flex-basis: 170px;
}

.wn-ceus-mepr-form .wn-ceus-mepr-field-set:not(:nth-child(1), :nth-child(2)) {
    flex-basis: 100%;
}

/* Other Information ends */
