.pt-blogs-card-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pt-single-blog-card-wrapper {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.pt-single-blog-card-wrapper .pt-card-img {
    position: relative;
}

.pt-single-blog-card-wrapper .pt-card-img img {
    width: 100%;
}

.pt-single-blog-card-wrapper .pt-card-img .pt-blog-top-btn {
    position: absolute;
    top: 15px;
    right: 18px;
    background: #5e17eb;
    padding: .6em 1.2em;
    border-radius: 35px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.pt-single-blog-card-wrapper .pt-card-content-container,
.pt-single-blog-card-wrapper .pt-card-info {
    border-top: 1px solid #eaeaea;
    padding: 15px 30px;
}

.pt-single-blog-card-wrapper .pt-card-content-container{
     margin-bottom: 60px;
}

.pt-single-blog-card-wrapper .pt-card-info{
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.pt-single-blog-card-wrapper .pt-card-content-container h3 {
    color: #333333;
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    margin: 10px 0px;
}

.pt-single-blog-card-wrapper .pt-card-content-container p {
    font-family: 'Roboto';
    color: #777;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pt-single-blog-card-wrapper .pt-card-content-container .pt-card-btn-container button {
    font-family: 'Roboto';
    padding: 13px 40px;
    border: 2px solid #5e17eb !important;
    border-radius: 7px;
    color: #5e17eb;
    letter-spacing: 0.5px;
    font-size: 13px;
    background: #ffffff;
    font-weight: 500;
}

.pt-card-content-container .pt-card-btn-container button:hover{
    background-color: #5E17EB;
    color: #52ffb8;
}

.pt-single-blog-card-wrapper .pt-card-info {
    border-top: 1px solid #eaeaea;
}

.pt-single-blog-card-wrapper .pt-card-info .pt-card-date,
.pt-single-blog-card-wrapper .pt-card-info .pt-card-comment {
    color: #adadad;
    font-size: 12px;
    line-height: 1.3em;
    padding: 5px;
    font-family: 'Roboto';
}

@media (max-width:1000px) {
    .pt-blogs-card-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:650px) {
    .pt-blogs-card-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

:root {
    --edubin-child-theme-custom-white: #FFF;
    --edubin-child-theme-custom-green: #52ffb8;
    --edubin-child-theme-custom-blue: #5E17EB;
}


/* Customized Header CSS */
.pt-custom-header-area .pt-custom-header-area-inner {
    width: 100%;
}

.pt-custom-header-area-inner .tpc-header-navbar {
    margin: 0 auto;
    max-width: 1500px;
}

.pt-custom-header-area-inner .edubin-theme-header-nav {
    background-color: #5e17eb;
}

.pt-custom-header-area-inner .edubin-theme-header-nav .edubin-navbar-collapse {
    justify-content: center;
}

.pt-custom-header-area-inner .pt-custom-header-upper {
    padding: 10px 20px;
    justify-content: space-between;
    gap: 20px;
}

.pt-custom-header-area .pt-custom-header-nav .edubin-navbar-primary-menu ul li>a {
    padding: 18px !important;
    /* color: #FFF; */
    font-size: 16px;
    text-transform: uppercase !important;
    transition: color 0.3;
}

/* .pt-custom-header-area .pt-custom-header-nav .edubin-navbar-primary-menu ul li > a:hover {
    color: var(--edubin-child-theme-custom-green);
} */

.pt-custom-header-area .pt-custom-header-nav .edubin-navbar-primary-menu ul li.current-menu-item>a {
    color: var(--edubin-child-theme-custom-green) !important;
}

.pt-custom-header-area .pt-custom-header-nav .edubin-navbar-primary-menu ul li:last-child {
    display: none;
}

/* Header Searchbar Styling */
.pt-custom-header-upper .pt-header-searchbar-wrapper {
    max-width: 640px;
    width: 100%;
}

.pt-header-searchbar-wrapper .aws-container .aws-search-form {}

/* Header Welcome Message Styling */
.pt-header-login-menu .pt-header-welcome-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 25px;
    color: #021E40;
}

.pt-header-login-menu .pt-header-welcome-wrapper img {
    width: 28px;
    height: 28px;
    border-radius: 20px;
}

/* Header Login / Logout Menu */
.pt-custom-header-upper .pt-header-login-menu {
    font-size: 16px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .pt-custom-header-area-inner .pt-custom-header-upper {
        flex-wrap: wrap;
        padding: 10px 0px 0px 0px;
    }

    .pt-custom-header-area-inner .pt-custom-header-upper .site-logo-info {
        padding-left: 20px;
    }

    .pt-custom-header-upper .pt-header-searchbar-wrapper {
        padding: 0px 20px;
        max-width: 500px;
    }

    .pt-custom-header-upper .pt-header-login-menu {
        width: 100%;
        height: 64px;
        padding: 0px 0px 0px 20px;
        background-color: var(--edubin-child-theme-custom-blue);
    }

    .pt-header-login-menu .edubin-woo-mini-cart-link {
        height: 25px;
        line-height: 20px;
        color: var(--edubin-child-theme-custom-white);
    }

    .pt-header-login-menu .edubin-woo-mini-cart-total-item {
        background-color: #26B67B;
    }

    .pt-header-login-menu .edubin-mobile-hamburger-menu i {
        color: var(--edubin-child-theme-custom-white);
    }

    .pt-header-login-menu .pt-header-welcome-wrapper {
        color: var(--edubin-child-theme-custom-white);
    }

    .pt-header-login-menu a {
        color: var(--edubin-child-theme-custom-white) !important;
    }
}

@media screen and (max-width: 800px) {
    .pt-custom-header-upper .pt-header-searchbar-wrapper {
        max-width: 100%;
    }
}

/* ===== Footer Newsletter CSS ===== */
.site-footer-top.footer-newsletter-container {
    position: relative;
    bottom: -60px;
    z-index: 99;
    padding: 0px 30px;
}

.site-footer-top.footer-newsletter-container .site-footer-newsletter-inner {
    max-width: 1650px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background-color: #2DD791;
}

.site-footer-newsletter-inner .footer-newsletter-content {
    padding: 75px 50px;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.footer-newsletter-content .footer-newsletter-text h2 {
    font-size: 18px;
    color: var(--edubin-child-theme-custom-white);
    margin: 0px;
}

.footer-newsletter-content .footer-newsletter-text h3 {
    font-size: 42px;
    color: var(--edubin-child-theme-custom-white);
    margin: 0px;
}

.footer-newsletter-content .footer-newsletter-form {
    max-width: 600px;
    width: 100%;
}

/* .footer-newsletter-content .footer-newsletter-form .noptin-newsletter-form {
    margin: 0px;
} */

.footer-newsletter-form .noptin-form-fields {
    display: flex;
    align-items: center;
}

.footer-newsletter-form .noptin-form-fields .noptin-form-field-email{
    background: #fff;
}

.footer-newsletter-form .noptin-form-field-wrapper input:hover {
    color: var(--edubin-child-theme-custom-blue);
}

@media screen and (max-width: 1025px) {
    .site-footer-newsletter-inner .footer-newsletter-content {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 768px) {
    .footer-newsletter-content .footer-newsletter-text h3 {
        font-size: 34px;
    }
}

/* Footer Responsive CSS */
.site-footer .footer-top .footer-wrap {
    padding: 70px 0px 60px 40px;
    gap: 30px 0px;
}

@media screen and (max-width: 767px) {
    .site-footer .footer-top .footer-wrap {
        gap: 10px 0px;
    }
}

/* Footer Links CSS */
.site-footer .widget ul li:before {
    content: "\f140 \f140";
    letter-spacing: -5px;
    font-weight: bold;
    top: 9px;
    color: #FFF;
    margin-right: 5px;
}

.site-footer .widget ul li:hover::before{
    color: #52ffb8;
}

.site-footer .widget ul li {
    margin-bottom: 0px;
}

.site-footer .widget ul li a {
    margin-left: 5px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 400;
}

.site-footer .widget ul li a:hover {
    color: var(--edubin-child-theme-custom-white) !important;
}

.edubin-footer-default-wrapper.site-footer.footer-bottom {
    font-size: 13px;
}

ul.footer-custom-links-wrapper.footer-contact-wrapper li:before {
   display: none;
}

ul.footer-custom-links-wrapper.footer-contact-wrapper > li{
    padding-left: 0;
}

ul.footer-custom-links-wrapper.footer-contact-wrapper li:hover svg{
 color: var(--edubin-child-theme-custom-green);
}


/* ===== Login / Registration Page CSS ===== */
#customer_login h2 {
    font-size: 30px;
}

#customer_login .woocommerce-form-login.login,
#customer_login .woocommerce-form-register.register {
    border: 1px solid #939393;
    box-shadow: 0px 0px 10px #e3e3e3;
}

#customer_login .woocommerce-form-login.login .form-row input.input-text,
#customer_login .woocommerce-form-register.register .form-row input.input-text,
.woocommerce-ResetPassword .woocommerce-form-row input.input-text {
    height: 35px !important;
    padding: 0px 10px !important;
    border: 1px solid #939393 !important;
}

#customer_login .woocommerce-form-register.register .woocommerce-form__label-for-checkbox,
#customer_login .woocommerce-form-register.register .noptin-integration-subscription-checkbox {
    display: block;
}

#customer_login .woocommerce-form-register.register .woocommerce-form__label-for-checkbox input,
#customer_login .woocommerce-form-register.register .noptin-integration-subscription-checkbox input {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce button.button.woocommerce-form-register__submit:hover,
.woocommerce-ResetPassword .woocommerce-form-row.form-row .woocommerce-Button:hover {
    color: var(--edubin-child-theme-custom-blue);
}

.woocommerce-ResetPassword .woocommerce-form-row.form-row .woocommerce-Button {
    min-height: 45px !important;
    min-width: 165px !important;
}

.woocommerce form .form-row label {
    color: #666;
}

.woocommerce form .form-row label span.required {
    color: #a00 !important;
}

a.button-social-login.button-social-login-facebook,
a.button-social-login.button-social-login-google {
    background: #fff !important;
    border-color: var(--edubin-child-theme-custom-blue) !important;
    color: var(--edubin-child-theme-custom-blue) !important;
}

.woocommerce-form.woocommerce-form-register .form-row-first,
.form-row.form-row-first {
    width: 46% !important;
    float: left !important;
}

.woocommerce-form.woocommerce-form-register .form-row-last,
.form-row.form-row-last {
    width: 50% !important;
    float: right !important;
}

/* ===== Parent / Student / Instructor Dashboard ===== */
.wcmp-myaccount-template-inner {
    padding: 15px 0px !important;
}

#my-account-menu .wcmp-myaccount-template-inner ul.myaccount-menu li.book-a-lesson a {
  background: #5E17EB !important;
  color: #fff !important;
  text-align: center !important;
}

#my-account-menu .wcmp-myaccount-template-inner ul.myaccount-menu li.book-a-lesson a:hover{
    background: #52ffb8 !important;
    color: #5E17EB !important;
}

#my-account-menu .myaccount-menu li.active > a, 
#my-account-menu .myaccount-menu li.is-active > a, 
#my-account-menu .myaccount-menu li > a:hover{
    background-color: #edf0f9 !important;
    color: #5e17eb !important;
    font-weight: 600!important;
    border-radius: 0!important;
}

.myaccount-menu li a{
    color:#000 !important;
    font-weight: 600 !important;
}

#my-account-menu .myaccount-menu li > a{
    padding: 16px 15px !important;
}

#my-account-menu .myaccount-menu li > a span {
    margin-left: 10px;
}

#my-account-menu .myaccount-menu:before{
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-bottom:0px!important;
}

.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content h2 {
    font-size: 24px !important;
    color: #000 !important;
    margin-bottom: 20px !important;
}

.woocommerce-MyAccount-content h2 {
    margin-bottom: 10px !important;
    margin-top: 20px;
}

.woocommerce .woocommerce-customer-details address {
    border: 2px solid #ddd;
}

/* Address Form */
.form-row .woocommerce-input-wrapper input,
.woocommerce-EditAccountForm .woocommerce-form-row input {
    height: 35px !important;
    padding: 0px 10px !important;
    border: 1px solid #939393 !important;
}

.woocommerce form .form-row .input-checkbox {
    width: 15px;
    height: 15px;
}

.woocommerce-MyAccount-content form button:hover {
    color: var(--edubin-child-theme-custom-blue) !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields {
    margin-top: 25px;
}

/* ===== My Subscription Tab ===== */
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 6px 8px !important;
    vertical-align: middle;
}

.woocommerce table.my_account_orders .subscription-actions a,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.button,
.woocommerce-button button.invoice.order-actions-button,
.button.pt-subscription-appointments  {
    font-size: 100% !important;
    margin: 0;
    line-height: 1 !important;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em !important;
    font-weight: 700 !important;
    border-radius: 3px !important;
    left: auto;
    color: #515151 !important;
    background-color: #e9e6ed !important;
    border: 0;
    display: inline-block;
    background-image: none !important;
    box-shadow: none;
    text-shadow: none;
}

.woocommerce-order-details .order-again {
    display: none !important;
}

.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-order-details header h2, 
.woocommerce-order .woocommerce-customer-details h2 {
    font-size: 30px;
}

.woocommerce-order .woocommerce-customer-details address {
    margin-bottom: 35px;
}

.woocommerce-order-details .woocommerce-table--order-details tfoot:has(tr th.order-actions--heading) {
    display: none !important;
}

/* Round the outer border of the table */
.my_account_subscriptions.my_account_orders {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd !important;
}

.my_account_subscriptions.my_account_orders thead tr th {
    border-radius: 0px !important;
    border-bottom: 1px solid #ddd !important;
    background-color: var(--edubin-child-theme-custom-blue);
    color: var(--edubin-child-theme-custom-white) !important;
}

/* Round the top corners on the first <th> and last <th> */
.my_account_subscriptions.my_account_orders thead tr th:first-child {
    border-top-left-radius: 12px;
}

.my_account_subscriptions.my_account_orders thead tr th:last-child {
    border-top-right-radius: 12px;
}

/* Round the bottom corners on the last row <td> */
.my_account_subscriptions.my_account_orders tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.my_account_subscriptions.my_account_orders tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}


/* #my-account-menu .myaccount-menu:before{
margin-right: 0px!important;
margin-left: 0px!important;
margin-bottom:0px!important;
} */


.shop_table.subscription_details {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd !important;
}

.shop_table.subscription_details tr:first-child td:first-child {
    border-top-left-radius: 4px;
}

.shop_table.subscription_details tr:first-child td:last-child {
    border-top-right-radius: 4px;
}

.shop_table.subscription_details tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.shop_table.subscription_details tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.shop_table.subscription_details td {
    padding: 6px 8px !important;
    border: 1px solid #ddd !important;
    vertical-align: top;
}

.shop_table.subscription_details td:first-child {
    font-weight: bold;
    width: 30%;
    border-left: none;
}

.shop_table.subscription_details td:last-child {
    border-right: none; 
}

.shop_table.subscription_details tr:first-child td {
    border-top: none;
}

.shop_table.subscription_details tr:last-child td {
    border-bottom: none;
}




/* Minimal table styling - just borders and rounding */
.shop_table.order_details {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ddd !important;
}

.shop_table.order_details th,
.shop_table.order_details td {
    padding: 6px 8px !important;
    border: 1px solid #ddd !important;
}

/* Remove double borders */
.shop_table.order_details thead th {
    border-top: none;
}

.shop_table.order_details tfoot th,
.shop_table.order_details tfoot td {
    border-bottom: none;
}

.shop_table.order_details th:first-child,
.shop_table.order_details td:first-child {
    border-left: none;
}

.shop_table.order_details th:last-child,
.shop_table.order_details td:last-child {
    border-right: none;
}

/* Rounding for corner cells */
.shop_table.order_details thead tr:first-child th:first-child {
    border-top-left-radius: 4px;
}

.shop_table.order_details thead tr:first-child th:last-child {
    border-top-right-radius: 4px;
}

.shop_table.order_details tfoot tr:last-child th:first-child,
.shop_table.order_details tfoot tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.shop_table.order_details tfoot tr:last-child th:last-child,
.shop_table.order_details tfoot tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}




/* Orders table borders and rounding */
.shop_table.shop_table_responsive.my_account_orders {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #ddd !important;
    width: 100%;
}

.shop_table.shop_table_responsive.my_account_orders thead th {
    color: #fff !important;
    background-color: var(--edubin-child-theme-custom-blue);
    border-radius: 0px !important;
}

.shop_table.shop_table_responsive.my_account_orders th,
.shop_table.shop_table_responsive.my_account_orders td {
    padding: 6px 8px !important;
    border: 1px solid #ddd !important;
}

/* Remove double borders */
.shop_table.shop_table_responsive.my_account_orders thead th {
    border-top: none !important;
}

.shop_table.shop_table_responsive.my_account_orders tbody tr:last-child td {
    border-bottom: none !important;
}

.shop_table.shop_table_responsive.my_account_orders th:first-child,
.shop_table.shop_table_responsive.my_account_orders td:first-child {
    border-left: none !important;
}

.shop_table.shop_table_responsive.my_account_orders th:last-child,
.shop_table.shop_table_responsive.my_account_orders td:last-child {
    border-right: none !important;
}

/* 4px rounding for corner cells */
.shop_table.shop_table_responsive.my_account_orders thead tr:first-child th:first-child {
    border-top-left-radius: 3px !important;
    width: 300px;
}

.shop_table.shop_table_responsive.my_account_orders thead tr:first-child th:last-child {
    border-top-right-radius: 3px !important;
}

.shop_table.shop_table_responsive.my_account_orders tbody tr:last-child td:first-child {
    border-bottom-left-radius: 3px !important;
}

.shop_table.shop_table_responsive.my_account_orders tbody tr:last-child td:last-child {
    border-bottom-right-radius: 3px !important;
}

.woocommerce table.shop_table>tbody>tr>td a {
    font-weight: 400;
    font-size: 14px;
}

.woocommerce table.shop_table>tbody>tr>td a.wcs-switch-link, 
.woocommerce table.shop_table>tbody>tr>td a.woocommerce-button.cancel {
    font-size: 13.6px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 8px 15px !important;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151 !important;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-right: 8px;
}

.woocommerce-pagination .woocommerce-button:hover {
    color: var(--edubin-child-theme-custom-blue) !important;
}


/* Cart Form */
.woocommerce-cart-form table.shop_table {
    border: 1px solid #ddd;
    overflow: hidden;
}

.woocommerce-cart-form table.shop_table tr th {
    background-color: var(--edubin-child-theme-custom-blue);
    color: var(--edubin-child-theme-custom-white) !important;
}

.woocommerce-cart-form table.shop_table tr th,
.woocommerce-cart-form table.shop_table tr td {
    padding: 10px !important;
}


.thwscf-billing .woocommerce-billing-fields h3 {
    font-size: 25px !important;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: 1px solid #ddd !important;
    border-bottom: 0px !important;
}

/* table.shop_table.woocommerce-checkout-review-order-table {
    border: 1px solid #ddd !important;
} */

.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
    padding: 10px 15px !important;
    border-bottom: 1px solid #ddd;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: auto;
    float: right;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    color: var(--edubin-child-theme-custom-blue) !important;
}

/* Checkout Order Recieved Page Fixes */
.woocommerce-order .woocommerce-order-overview.order_details {
    border: 2px solid #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.woocommerce-order .woocommerce-order-overview.order_details li {
    margin: 0px;
    width: 25%;
    border-right: 2px solid #ddd;
    padding: 20px 0px;
}

/* Subscription table remove icon css */
.shop_table.order_details .order_item .remove_item a.remove {
    font-size: 20px;
    line-height: 1;
    margin-left: 4px;
    font-weight: bold;
}

.shop_table.order_details thead th {
    background-color: var(--edubin-child-theme-custom-blue);
    color: #FFF !important;
    border-radius: 0px;
}

.modal.cstm-ac-popup .modal-header button.close {
    background: none !important;
    border: none !important;
    color: red !important;

}

.coupon-form .form-row.form-row-last button:hover {
    color: var(--edubin-child-theme-custom-blue) !important;
}

.edubin-header-right-side .woocommerce:has(.woocommerce-notices-wrapper) {
    display: none !important;
}


.woocommerce .edubin-single-product-inner .content .price {
    display: block !important;
}


/* Login Page */
#customer_login .woocommerce-error::before {
    margin-top: 0px;
}

.ld-mycourse-content .ld-dashboard-enrolled-course-status {
    background: #52ffb8 !important;
    color: #5e17eb !important;
}

.ld-dashboard-location li.ld-dashboard-menu-tab.ld-dashboard-active a.ld-focus-menu-link {
    background: #5e17eb;
    color: #52ffb8;
}


/* LearnDash CSS */

.learndash-wrapper .ld-status-icon.ld-quiz-complete {
    color: var(--edubin-child-theme-custom-blue) !important;
}

.learndash-wrapper .ld-status-icon.ld-status-complete {
    background-color: var(--edubin-child-theme-custom-blue) !important;
}

.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details {
    color: #fff !important;
}


/* Quiz Leaderboard Table CSS */
table.wpProQuiz_toplistTable tbody tr td {
    padding: 12px 5px !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    font-style: normal !important;
    font-weight: 400 !important;
}



/* Quiz Changes */

.single-sfwd-quiz .ld-sortable__item--sort_answer .ld-sortable__item-handle {
    padding-left: 15px !important;
}

.single-sfwd-quiz .ld-sortable__item--sort_answer .ld-sortable__item-handle .ld-svgicon__drag {
    width: 16px;
    height: 16px;
}

.single-sfwd-quiz .ld-sortable__item--sort_answer.ld-sortable__item--correct,
.single-sfwd-quiz .ld-sortable__item--sort_answer.ld-sortable__item--incorrect {
    padding: 10px 0px;
}

.single-sfwd-quiz .ld-sortable__item--sort_answer .ld-sortable__item-status-container {
    display: none;
}


/* Assessment Quiz Type Fixes */
.single-sfwd-quiz .learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label input[type=radio], 
.single-sfwd-quiz .learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label input[type=radio] {
    visibility: visible !important;
    appearance: none;
    position: relative;
    height: 20px;
    width: 20px;
    /* transition: all 0.15s ease-out 0s; */
    background: #5e17eb;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    z-index: 1000;
    margin-top: 0px !important;
    margin-right: 10px !important;
    border-radius: 50% !important;
}

.single-sfwd-quiz .learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label input[type=radio]:checked::before, 
.single-sfwd-quiz .learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label input[type=radio]:checked::before {
    visibility: visible !important;
    width: 20px;
    height: 20px;
    display: flex;
    content: '\f00c';
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: #5e17eb !important;
    font-family: 'Font Awesome 5 Free';
    background: #edf0f9 !important;
    margin: 0px;
}

.single-sfwd-quiz .learndash-wrapper .ld-quiz-result-failed .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label,
.single-sfwd-quiz .learndash-wrapper .ld-quiz-result-passed .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem label {
    display: inline-flex;
    font-weight: 700;
    margin: 0px .25em;
    padding: 0.5em !important;
    width: auto;
    border: 2px solid #c0d0ff !important;
    border-radius: 6px;
    color: #000;
    background: #edf0f9 !important;
}


/* Single Question Type Fixes */
.single-sfwd-quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrect label {
    background-color: #00c349 !important;
}

.single-sfwd-quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem:not(.ld-sortable__item).wpProQuiz_answerCorrectIncomplete label {
    border-color: #00c349 !important;
}

.single-sfwd-quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem:not(.ld-sortable__item) .wpProQuiz_questionInput {
    min-width: auto !important;
}

.single-sfwd-quiz .wpProQuiz_questionList[data-type=single] .wpProQuiz_questionListItem:not(.ld-sortable__item) .ld-quiz-question-item__status {
    display: none !important;
}