.wg-tests-table .wg-test-grid {
    
}
.wg-tests-table .wg-test-row {
    display: flex;
    position: relative;
}
.wg-tests-table .wg-test-row .wg-test-not-started {
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.wg-tests-table .wg-test-row .wg-test-td {
    flex-basis: 25%;
}

.wg-user-popup {
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}
.wg-user-popup::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    background-color: rgba(0,0,0,.75);
}

.wg-form-fields {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: var(--br-large);
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 450px;;
}
.wg-form-fields h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom:0 !important;
}
.wg-f-full label {
    width: 100%;
    display: block;
}
 .wg-form-fields .wg-f-full p:last-of-type {
    margin-bottom:0;
}
 .wg-form-fields .wg-f-half{
    display: flex;
    column-gap: 30px;
}
.wg-form-fields label {
    font-weight: 600;
}
 .wg-form-fields input {
    width: 100%;
    appearance: none;
    border: 1px solid #333;
    font-size: 16px;
    padding: 5px 8px;

}
.wg-form-fields select {
    max-width: 100%;
}
 .wg-form-fields .btn {
    justify-content: center;
}
.wg-form-fields .btn.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
.wg-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
.wg-dashboard-grid.col-2{
    grid-template-columns: 1fr 1fr;
}
.wg-dashboard-grid.col-3{
    grid-template-columns: 1fr 1fr 1fr;
}
.wg-dashboard-grid.col-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wg-ceu-progress-block .wg-ceu-bar-block:last-of-type{
    border-bottom: none;
}
.wg-ceu-progress-block .wg-ceu-bar-block .wg-ceu-cont{
    width: 100%;
}
.wg-ceu-progress-block .wg-ceu-bar-block {
    display: flex;
    column-gap: 10px;
}
.wg-ceu-progress-block .wg-ceu-bar-block .wg-ceu-icon{
    width: 30px;
}
.wg-ceu-progress-block .wg-ceu-bar-block.expired {
    cursor: pointer;
    opacity: .4;
}
.wg-ceu-progress-block .wg-ceu-bar-block.expired .l-date, .wg-ceu-progress-block .wg-ceu-bar-block.expired .wg-prog-bar{
 display: none;;
}
.wg-ceu-progress-block .wg-ceu-bar-block.expired:hover .l-date, .wg-ceu-progress-block .wg-ceu-bar-block.expired:hover .wg-prog-bar{
    display: block;
}
.wg-ceu-progress-block .wg-ceu-bar-block.expired .wg-ceu-icon, .wg-ceu-progress-block .wg-ceu-bar-block.error .wg-ceu-icon  {
    color: var(--wg-red);
}
.wg-ceu-progress-block .wg-ceu-bar-block.warning .wg-ceu-icon {
    color: var(--wg-yellow);
}
.wg-ceu-progress-block .wg-ceu-bar-block.success .wg-ceu-icon {
    color: var(--wg-green);
}
.wg-block-module h3 {
    font-size: 24px;
    margin-bottom: 24px !important;
}
.wg-licensures-block table td {
    padding-top: 0 !important;
}

.wg-lc-actions {
    display: flex;
    column-gap: 10px;
    justify-content: flex-end;
}
.wg-lc-actions svg {
    width: 20px;
}
.wg-lc-actions > div {
    cursor: pointer;
}
.wg-lc-actions > div:hover {
    opacity: .75;
}
.wg-license-checkboxes {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px;
}
.wg-license-checkboxes label {
    display: flex;
    align-items: center;
}
#wg-lic-select {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
}
td[data-column-id="certificate"] > span {
    display: inline-flex;
    column-gap: 10px;
    row-gap: 10px;
}
th.gridjs-th, td.gridjs-td {
    padding: 14px 24px !important;
}
#wg-confirm-delete {
    max-width: 500px;
}
#wg-confirm-delete {
    display: flex;
    flex-direction: column;
    row-gap: 15px;;
}

.wg-button-bar {
    display: flex;
    column-gap: 15px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.elementor-widget-woocommerce-my-account {
    font-family: var(--wg-sans);
}
#wg-im-a-clinicain {
    font-size:12px;
    cursor: pointer;
    /* position: absolute;
    top:-40px; 
    right: 0; */
    height: 100%;
    display: FLEX;
    align-items: center;
    column-gap: 8px;
    color: var(--wolmart-primary-color);
    font-family: var(--wg-sans);
}
#wg-im-a-clinicain:hover {
    color: #333;
}
#wg-im-a-clinicain svg {
    width: 25px;
}
#wg-clinician-change .wg-button-bar{
    margin-top: 24px;
}
.wg-rec-cert {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.wg-rec-cert:last-of-type{
    border-bottom: none;
}

#completedTable td[data-column-id="id"], #completedTable th[data-column-id="id"] {
    display: none;
} 
tr.highlight td{
    /* border: 2px solid var(--wolmart-primary-color) !important; */
    font-weight: 900;
    color: var(--wolmart-primary-color);
}
#cc-title, #ipc-title, #uc-title {
    margin-bottom: 24px !important;
}
/* .tabulator-cell[tabulator-field="cert_name"] {
white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  max-width: 150px; 
} */

.wg-event-info-popup .wg-pop-up-outer {
    width: 100%;
}
.wg-event-info-popup h3.event-title-wg {
    font-size: 32px;
    /* font-family: var(--wg-serif); */
}
.pop-trig {
    color: var(--wolmart-primary-color);
}
.pop-trig:hover {
    color: #333333;
    text-decoration: underline;
}
.wg-view-cert {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}
.tabulator-row .tabulator-responsive-collapse table tr td {
    width: 100%;
    padding: 6px;
}
.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
    width: auto !important;
}
.tabulator-row table {
    margin-bottom: 0;
}  
/* #main > .elementor > .elementor-element {
    padding-left: 20px;
    padding-right: 20px;
} */
#main .woocommerce > .row {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right:0 !important;
} 
.woocommerce-MyAccount-navigation  {
    padding-left:0
}
#wg-woo-my-account{
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    column-gap: 8px;
    height: 50px;
}
.wg-dash-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease;
    flex-direction: column;
    row-gap: 10px;
}

.wg-dash-icons:hover {
    background-color: var(--wolmart-primary-color);
}
.wg-dash-icons:hover {
    text-decoration: none;
    color: #fff !important;
}
.wg-dash-icons svg, .wg-dash-icons i {
    font-size:40px;
    width: 40px;
    height: 40px;
}
.wg-dash-icons span {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.wg-main-dash {
    margin-top: 30px;
}


.wg-select-license-popup {
    max-width: 500px;
}
.education-portal-ind-test .woocommerce-MyAccount-content {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.wg-quiz-post {

}
.wg-popup.wg-event-ticket-popup .wg-pop-up-outer, .wg-popup.wg-event-ticket-popup .wg-pop-up-inner {
    width: 100%; 
    height: 100%;
}
.wg-popup.wg-event-ticket-popup .wg-button-bar {
    position: absolute;
    bottom:0;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;;
}
.wg-popup.wg-event-ticket-popup .wg-pop-up-inner {
    padding: 0;
}
.wg-popup.wg-event-ticket-popup .wg-pop-up-inner embed {
    height: calc(100% - 10px) !important;
}

.critical-row {
    background-color: #d0342c38 !important;
}
.warning-row {
    background-color: #eed20238 !important;
}


.archive-link svg {
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
}
.wg-dashboard-grid .wg-dash-lic{
    height: 350px;
    overflow-y: auto;
}
#wg-add-l-cont {
    position: sticky;
    bottom:0;
    background-color: #fff;
    padding-top: 10px;
    /* padding: 10px 0;
    margin-top: 20px; */
    z-index: 1;
}
#wg-add-l-cont::before {
    content: '';
    display: block;
    width: calc(100% + 30px);
    height: calc(100% + 22px);
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: -20px;
    z-index: -2;

}
/* #wg-add-licensure {
    position: sticky;
    bottom:0;
    background-color: #fff;
    z-index: 1;
} */
/* #wg-add-licensure::before {
        content: '';
    display: block;
    width: calc(100% + 40px);
    height: calc(100% + 22px);
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: -20px;
    z-index: -2;
} */
#wg-add-licensure:hover {
    background-color: var(--wolmart-primary-color);
}


/**** Woocommerce My Account Icons ****/

.wg-ma-small-menu .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation{
    transition: .3s ease;
    transition-property: width, flex-basis;
    width: 55px;
    flex-basis: 55px;
    align-self: flex-start;
}
.wg-ma-small-menu .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation a{
    white-space: nowrap;
}
.wg-ma-small-menu .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation:hover {
    width: 25%;
    flex-basis: 31rem;
}
.wg-ma-small-menu .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation:hover a{
    text-indent: 0;
}
.wg-ma-small-menu .woocommerce-MyAccount-navigation a{
    text-indent: -9999px;
}
.wg-ma-small-menu .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    width: 100%;
    padding-left: 30px;
    max-width: 100%;
    flex: 1 1 auto;
}
.wg-ma-small-menu .woocommerce > .row {
    flex-wrap: nowrap;
}
.woocommerce-MyAccount-navigation-link a{
    position: relative;
    padding-left: 40px !important;
}
.woocommerce-MyAccount-navigation-link a::before{ 
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce-MyAccount-navigation-link--dashboard a::before{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" /></svg>');
}
.woocommerce-MyAccount-navigation-link--education-portal a::before {
    
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5"></path></svg>');

    

}
.woocommerce-MyAccount-navigation-link--speaker-portal a::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18.75a6 6 0 0 0 6-6v-1.5m-6 7.5a6 6 0 0 1-6-6v-1.5m6 7.5v3.75m-3.75 0h7.5M12 15.75a3 3 0 0 1-3-3V4.5a3 3 0 1 1 6 0v8.25a3 3 0 0 1-3 3Z"></path></svg>');

}
.woocommerce-MyAccount-navigation-link--orders a::before{
    display: inline-block;
    font-family: "wolmart" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e979";
    font-size: 20px;
    color:#000;
    text-indent: 0;
}
.woocommerce-MyAccount-navigation-link--downloads a::before{
    font-size: 20px;
    display: inline-block;
    font-family: "wolmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e957";
    color:#000;
    text-indent: 0;
}
.woocommerce-MyAccount-navigation-link--edit-address a::before{
    display: inline-block;
    font-family: "wolmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e929";
    font-size: 20px;
    color:#000;
    text-indent: 0;
}
.woocommerce-MyAccount-navigation-link--payment-methods a::before{
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 8.25h19.5M2.25 9h19.5m-16.5 5.25h6m-6 2.25h3m-3.75 3h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Z" /></svg>');
}
.woocommerce-MyAccount-navigation-link--edit-account a::before{
    display: inline-block;
    font-family: "wolmart" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e98b";
    font-size: 20px;
    color:#000;
    text-indent: 0;
}
.woocommerce-MyAccount-navigation-link--your-wishlist a::before{
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M442.9 144C415.6 144 389.9 157.1 373.9 179.2L339.5 226.8C335 233 327.8 236.7 320.1 236.7C312.4 236.7 305.2 233 300.7 226.8L266.3 179.2C250.3 157.1 224.6 144 197.3 144C150.3 144 112.2 182.1 112.2 229.1C112.2 279 144.2 327.5 180.3 371.4C221.4 421.4 271.7 465.4 306.2 491.7C309.4 494.1 314.1 495.9 320.2 495.9C326.3 495.9 331 494.1 334.2 491.7C368.7 465.4 419 421.3 460.1 371.4C496.3 327.5 528.2 279 528.2 229.1C528.2 182.1 490.1 144 443.1 144zM335 151.1C360 116.5 400.2 96 442.9 96C516.4 96 576 155.6 576 229.1C576 297.7 533.1 358 496.9 401.9C452.8 455.5 399.6 502 363.1 529.8C350.8 539.2 335.6 543.9 320 543.9C304.4 543.9 289.2 539.2 276.9 529.8C240.4 502 187.2 455.5 143.1 402C106.9 358.1 64 297.7 64 229.1C64 155.6 123.6 96 197.1 96C239.8 96 280 116.5 305 151.1L320 171.8L335 151.1z"/></svg>');
}
.woocommerce-MyAccount-navigation-link--customer-logout a::before{
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"><path stroke-linecap="round" stroke-linejoin="round" d="M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15" /></svg>');
}

.wg-files-existing ul li {
    margin-bottom: 16px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2{
    margin-top: 0;
    margin-bottom: 20px;
}

.tabulator-row.refunded-row {
    position: relative;
}
.tabulator-row.refunded-row::after{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    height: 1px;
    background-color: #d0342c;
    transform: translateY(-50%);
}


.wg-disabled-form-element {
    pointer-events: none !important;
    padding: 10px;
    border: 1px solid #d3d3d3 !important;
    border-radius: 4px;
    /* background-color: var(--wolmart-primary-color-lighter-5) !important; */
}
.wg-disabled-form-element input, .wg-disabled-form-element select, .wg-disabled-form-element textarea {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    pointer-events: none !important;
    appearance: none;
    resize: none;
}
.wg-disabled-form-element p {
    color: #666 !important;
    font-weight: 400 !important;
}
#learning_objectives_repeater .wg-disabled-form-element{
    padding: 5px;
    border-bottom: 1px solid #333;
}

.wg-denied-revision-editable, .wg-denied-revision-editable:not(.btn){ /* , .wg-denied-revision-editable-area:not(.btn) */
    outline: 2px dashed var(--wolmart-primary-color);
    background-color: #fffbe6 !important;
    transition: background 0.2s, outline 0.2s;
    cursor: pointer;

    width: 100%;
}
.wg-denied-revision-area-text {
    font-weight: 400;
        padding: 10px;
    /* border: 1px solid #ccc; */
    border: 1px solid #d3d3d3 !important;
    border-radius: 4px;
}
.wg-denied-revision-area input, .wg-denied-revision-area select, .wg-denied-revision-area textarea {
   border: 1px solid #d3d3d3 !important;
}
.wg-denied-revision-area {
    width: 100%;
    pointer-events: none;
}
.ui-sortable-disabled .remove-multiple-btn {
    display: none;
}
#wg-sub-cont{
    width: 100%
}
.wg-denied-revision-area .remove-repeater-item, .wg-denied-revision-area .mce-container.mce-panel {
    display: none !important;
}
#quiz-repeater .ui-sortable-disabled .quiz-correct-cont{
    pointer-events: none;
}
.ui-sortable-disabled .repeater-item-handle, .ui-sortable-disabled .quiz-answer-handle {
    display: none;
}
.wg-files-existing {
    margin-top: 10px;
}
.wg-files-existing li a{
    word-break: break-all;
}
.woocommerce > .row {
    max-width: 100% !important;
}
.wg-course-form-field textarea {
    min-height: 200px;
}
.wg-submissions-container {
    margin-bottom: 30px;
}
.woocommerce-MyAccount-content-wrapper small {
    display:inline-block;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation-link {
    text-transform: capitalize;
}
.wg-repeater .repeater-item {
                  display: flex;
                  margin-bottom: 10px;
                }

                .wg-repeater .repeater-item input {
                  flex: 1;
                  margin-right: 10px;
                }

                .wg-repeater .repeater-item .remove-repeater-item {
                  background-color: #ff4d4d;
                  color: white;
                  border: 1px solid #ff4d4d;
                  padding: 5px 10px;
                  cursor: pointer;
                  border-radius: 5px;
                }

                .wg-repeater .repeater-item .remove-repeater-item:hover {
                  background-color: #e60000;
                  border-color: #e60000;
                }

                .wg-repeater .add-repeater-item {
                  background-color: #fff !important;
                  border: 1px solid var(--wolmart-primary-color);
                  color: var(--wolmart-primary-color) !important;
                  padding: 10px 15px;
                  cursor: pointer;
                  border-radius: var(--br-small);
                }

                .wg-repeater .add-repeater-item:hover {
                  background-color: var(--wolmart-primary-color) !important;
                  color: #fff !important;
                }

                .flatpickr-months
                 {
                    position: relative !important;
                 }
                 #on-demand-presentation.wg-disabled-dropzone {
                    cursor: not-allowed;
                 }
                 #on-demand-presentation.wg-disabled-dropzone::after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: rgba(0, 0, 0, 0.7);
                    z-index: 5;
                    border-radius: var(--br-medium);
                 }
                 #on-demand-presentation.wg-disabled-dropzone::before {
                    content: 'You can upload files after checking the box above';
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    background-color: rgba(255, 255, 255, 0.9);
                    padding: 10px 20px;
                    border-radius: var(--br-medium);
                    font-size: 14px;
                    font-weight: 600;
                    text-align: center;
                    max-width: 250px;
                    color: #333;
                    z-index: 10;

                 }
                 .wg-course-section-divider {
                    border-top: 1px solid #333;
                    padding: 30px 0;
                 }
                 .wg-course-section-divider:first-of-type {
                    border-top: none;
                    padding-top: 0;
                 }
                 .wg-submit-course .wg-course-form-field {
  margin-bottom: 20px;
}
.wg-submit-course  .wg-course-section-divider .wg-course-form-field{
    margin-bottom: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th {
    
    padding-inline-start: 10px;

}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th {
    padding-top: 10px;
}
.wg-break-up-name{
    word-break: break-word;
    line-height: 1.1;
}
@media (max-width: 991px) {
    .wg-tabs ul{
        flex-wrap: wrap;
    }
    .wg-tabs ul a {
        padding: 8px 11px;
    }
    .wg-ma-small-menu .woocommerce > .row {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .wg-ma-small-menu .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
        padding-left: 0;
        width: 100%;
    }
    .wg-ma-small-menu .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
        width: 100% !important;
        flex-basis: auto !important;
    }
    .wg-ma-small-menu .woocommerce-MyAccount-navigation a{
        text-indent: 0;
    }
    .wg-table-wrapper {
        overflow-x: auto;
    }
    .wg-table-wrapper table {
        width: auto !important;
        min-width: 600px;
    }
    .wg-table-wrapper td, .wg-table-wrapper th {
        white-space: nowrap;
        padding-right: 30px !important;
    }
    .wg-table-wrapper table thead th:last-child, 
    .wg-table-wrapper table tbody td:last-child {
        position: sticky;
        right: 0;
        background-color: #fff !important; /* Adjust as needed to match your table's background */
        z-index: 1;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .wg-table-wrapper table thead th:last-child::after, 
    .wg-table-wrapper table tbody td:last-child::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background-color: #333;
        z-index: 2;
        pointer-events: none;
    }
  .mobile-icon-bar.sticky-content {
        display: none !important;
    }  
    .woocommerce-MyAccount-navigation  {
        padding-left: 0;
        padding-right: 0;
    }
    #wg-woo-my-account {
        display: flex;
        margin-bottom: 20px;

    }
    .woocommerce-MyAccount-navigation {
        display: none !important;
    }
    .woocommerce-MyAccount-navigation.active {
        position: absolute;
        top: 60px;
        display: block !important;
        background-color: #fff;
        z-index: 22;
    }
    /* .woocommerce-MyAccount-content-wrapper {
        padding-left: var(--wolmart-gap);
        padding-right: var(--wolmart-gap);
    } */
     #wg-im-a-clinicain {
        display: inline-flex;
        margin-top:10px;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        left:0;
        right: auto;
     }
     .wg-paytable td:before {
        content: attr(data-title);
        display: block;
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 14px;

     }
     .wg-paytable thead{
        display: none;
     }
        .wg-paytable tr {
            display: block;
            margin-bottom: 20px;
            border-bottom: 1px solid #333 !important;
        }
        .wg-paytable td {
            display: block;
            width: 100% !important;
            border: none !important;
            padding: 10px 0 !important;
            border-bottom: 1px solid #eee !important;
        }
        .proposal-details .card-cont {
            flex-direction: column;
            row-gap: 15px;
        }
}
@media (max-width: 768px) {
    .venue-details {
        width: 100%;
    }
    .wg-dashboard-grid {
        grid-template-columns: 1fr;
    }
    .wg-dashboard-grid .wg-dashboard-block {
        height: auto;
    }
    .wishlist_table.mobile li .additional-info-wrapper .btn-quickview{ 
        display: none;
    }
    .wishlist_table.mobile li .additional-info-wrapper{ 
    width: calc(100% - 85px);
    padding-right:20px;
    margin-right: 0;
    margin-left: auto;
    }
    .wishlist_table.mobile li .additional-info-wrapper td.value {
        width: 100%;
    }
    .wishlist_table.mobile li .item-wrapper {
        text-align: left;
    }
    .wishlist_table.mobile li .item-wrapper .item-details {
        margin-bottom:0;
    }
    .wishlist_table.mobile li .item-wrapper .item-details-table .value{
        text-align: left !important; 
        width: 100% !important;
    }
    .woocommerce-table--order-downloads  tr, .woocommerce-MyAccount-orders tr{
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .woocommerce-table--order-downloads thead, .woocommerce-MyAccount-orders thead {
        display: none;
    }
    .woocommerce-table--order-downloads td, .woocommerce-MyAccount-orders td {
        display: flex;
        column-gap: 15px;
        width: calc(100% - 30px);
    }
    .woocommerce-table--order-downloads td::before, .woocommerce-MyAccount-orders td::before{
        content:attr(data-title); 
        display: block;
        color: var(--tables-title-color, #000);
        font-size: 1.6rem;
        font-weight: 600;
        
        width: 100px;
    }
    /* .e-con-boxed>.e-con-inner {
        width: 100%;
    } */
    .wg-dashboard-grid.col-2{
        grid-template-columns: 1fr;
    }
    .wg-dashboard-grid.col-3{
        grid-template-columns: 1fr 1fr;
    }
    .wg-dashboard-grid.col-4{
        grid-template-columns: 1fr 1fr ;
    }
    .wg-ceu-progress-block .wg-ceu-bar-block .wg-ceu-icon{
        width: 20px;
    }
    
}