html body #primary {
    margin-top: 50px;
}

.header-menu-1 .dropdown {
    position: relative;
    z-index: 100;
}

.header-menu-1 {
    min-width: 200px;
}

.header-menu-1 * {
    text-align: left !important;
}

.header-menu-1 .dropdown .items {
    display: none;
    position: absolute;
    padding: 10px 0;
    border: 1px solid #ddd;
    background: #fff;
    top: 32px;
    width: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.header-menu-1 .dropdown .items:before {
    content: "";
    display: block;
    border-top: 1px solid #ddd;
    margin: 0 auto 8px;
    width: 95%;
}

.header-menu-1 .dropdown:hover .items {
    display: block;
}

.header-menu-1 .dropdown .items .menu-item {
    padding: 3px 8px;
}

.header-menu-1 .dropdown .items .menu-item:hover {
    background: #ddd;
}

.header-menu-1 .dropdown .items a {
    display: block;
}

.amnet-login-form {
    z-index: 1000;
    position: relative;
}

.header-menu-1 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.header-menu-1 .dropdown .logout-menu-item {
    margin-top: 6px;
    padding: 0 8px;
}

.header-menu-1 .dropdown .logout-menu-item a {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin: 0 auto !important;
    padding: 5px;
    border: 1px solid indianred;
    color: indianred;
    border-radius: 5px;
    text-align: center !important;
}

.header-menu-1 .dropdown .logout-menu-item a:hover {
    background-color: indianred;
    color: #fff;
    background-color: indianred;
    color: #fff;
}

body:not(.logged-in) .handle_tscpa_header_menu2 {
    justify-content: end;
}

.amnet_my_profile_shortcode .dashicons {
    font-family: 'dashicons' !important;
}

.amnet_my_profile_shortcode .mb-10 {
    margin-bottom: 10px;
}

.amnet_my_profile_shortcode section {
    margin-bottom: 30px !important;
}

.amnet_my_profile_shortcode .cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.amnet_my_profile_shortcode .cols-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.amnet_my_profile_shortcode .cols-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.amnet_my_profile_shortcode a.button {
    margin: 0;
}

.amnet_my_profile_shortcode table {
    border: none !important;
}

.amnet_my_profile_shortcode table td {
    border: none !important;
    padding: 0 !important;
}

.amnet_my_profile_shortcode .my-profile-section h3 {
    position: relative;
    padding-right: 10px;
    background: #fff;
    z-index: 1;
    display: inline-block;
}

.amnet_my_profile_shortcode .my-profile-section .section-content {
    position: relative;
    z-index: 0;
}

.amnet_my_profile_shortcode .my-profile-section .section-content:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -24px;
    border-bottom: 1px solid;
    width: 100%;
    height: 1px;
}

.amnet_my_profile_shortcode .my-profile-section._overview .section-content .cols-4 > div {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.amnet_my_profile_shortcode .my-profile-section._overview .profile-image_name {
    display: flex;
    gap: 10px;
}

.amnet_my_profile_shortcode .my-profile-section._overview .profile-image_name .first-name,
.amnet_my_profile_shortcode .my-profile-section._overview .profile-image_name .last-name {
    font-size: 20px;
    font-weight: bold;
}

.amnet_my_profile_shortcode .my-profile-section._overview .profile-image_name .last-name {
    margin-bottom: 15px;
}

.amnet_my_profile_shortcode .my-profile-section._overview .caption-wrapper .caption,
.amnet_my_profile_shortcode .my-profile-section._overview .caption-wrapper .under-caption {
    text-align: center;
}

.amnet_my_profile_shortcode .my-profile-section._overview .caption-wrapper .caption {
    font-weight: bold;
}

.amnet_my_profile_shortcode .my-profile-section._overview .cpe-summary .cpe-tracker-link-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 10px;
}

.amnet_my_profile_shortcode .my-profile-section._overview .cpe-summary .cpe-tracker-link-wrapper .button {
    margin: 0;
}

.amnet_my_profile_shortcode .my-profile-section._overview .account-summary a.button {
    width: 100%;
    margin-bottom: 0 !important;
}

.amnet_my_profile_shortcode .my-profile-section._overview .account-summary table tr td:last-child {
    text-align: right;
}

.amnet_my_profile_shortcode .my-profile-section._my-information .section-content .cols-3 > div > div {
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.amnet_my_profile_shortcode .my-profile-section._my-information .section-content .cols-3 > div > div input,
.amnet_my_profile_shortcode .my-profile-section._my-information .section-content .cols-3 > div > div select {
    width: 174px;
}

.amnet_my_profile_shortcode .my-profile-section._my-firm .section-content {
    position: relative;
}

.amnet_my_profile_shortcode .my-profile-section._my-firm .section-content .leave-firm {
    position: absolute;
    right: 0;
    top: 0;
}

.amnet_my_profile_shortcode .my-profile-section._account-settings .checbox-toggle-field,
.amnet_my_profile_shortcode .my-profile-section._account-settings .text-field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: flex-start;
}

.amnet_my_profile_shortcode .my-profile-section .field {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: flex-start;
}

.amnet_my_profile_shortcode .my-profile-section .field label {
    max-width: 179px;
}

.amnet_my_profile_shortcode .my-profile-section .field input:not([type="checkbox"]),
.amnet_my_profile_shortcode .my-profile-section .field select,
.amnet_my_profile_shortcode .my-profile-section .field .field-info,
.amnet_my_profile_shortcode .my-profile-section .field .input-wrapper {
    width: 174px;
    max-width: 174px;
}

.amnet_my_profile_shortcode .my-profile-section .field .input-wrapper p {
    margin: 0 !important;
    margin-top: 10px !important;
    font-size: 13px;
    line-height: normal;
}

.amnet_my_profile_shortcode .my-profile-section .field .field-info {
    background-color: #ccc;
    display: flex;
    gap: 15px;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    line-height: normal;
}

.amnet_my_profile_shortcode .my-profile-section .field .field-info .info-icon-wrapper {
    font-size: 30px;
}

.amnet_my_profile_shortcode .required label {
    position: relative;
}

.amnet_my_profile_shortcode .required label::before {
    content: "*";
    color: red;
    top: 0;
    left: -12px;
    position: absolute;
}

.amnet_my_profile_shortcode .my-profile-section._payment-method .payments-list {
    display: flex;
    gap: 20px;
}

.amnet_my_profile_shortcode .my-profile-section._payment-method .payments-list .item {
    padding: 8px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    justify-content: space-between;
    border: 1px solid #000;
    align-items: flex-start;
    width: 240px;
}

.amnet_my_profile_shortcode .my-profile-section._payment-method .payments-list .item .remove-card {
    display: flex;
    align-items: center;
    height: 100%;
    color: red;
}

.amnet_my_profile_shortcode .my-profile-section._payment-method .payments-list .item.add-payment-method {
    color: gray;
    align-items: center;
    border: 1px dashed gray;
    text-align: center;
    justify-content: center;
}

.amnet_my_profile_shortcode .upcoming-cpe {
    margin-top: 20px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.amnet_my_profile_shortcode .upcoming-cpe .caption {
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}

.amnet_my_profile_shortcode .upcoming-cpe .cpe-list {
    padding-top: 5px;
    overflow: auto;
    max-height: 400px;
}

.amnet_my_profile_shortcode .required {
    color: #d42525 !important;
}

.select2-selection__choice__remove {
    border: none !important;
}

.select2-selection__arrow {
    display: none;
}

.woocommerce-js .select2-container .select2-selection--single {
    padding: 0.4rem 0.6rem !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

body .shortcode-page input {
    background: #fff !important;
}

body .amnet-form .columns {
    gap: 25px !important;
}

.cus-d-flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

.my-profile .overview-columns .text .tscpa-avator img {
    width: 130px;
    height: 130px;
    border: solid 1px #eee;
    padding: 5px;
}

.amnet-form button, .amnet-form .button, .cpe-table .button, #add-firm-action button,
.woocommerce-cart button, .woocommerce-checkout button, .shortcode-page button, .shortcode-page .button, .woocommerce-cart .button {
    text-transform: capitalize;
}

.modal.join-company p {
    font-size: 18px;
    font-weight: 600;
}

form.woocommerce-cart-form {
    margin-top: 25px;
}

.woocommerce-cart .donation_content input {
    max-width: 100px !important;
}

.my-profile .cpe-btn {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px #000 solid !important;
    border-radius: 10px !important;
}

.my-profile .cpe-btn:hover {
    background-color: lightgray !important;
    border: none !important;
}

.grid-listing {
    grid-template-columns: 48% 48% !important;
    margin: 0px;
}

.add_external_cpe_div input[type="date"] {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--ast-border-color) !important;
    border-radius: 2px !important;
    background: var(--ast-comment-inputs-background) !important;
}

.add_external_cpe_div h2 {
    font-size: 36px;
}

.add_external_cpe_div h3 {
    font-size: 24px;
}

.add_external_cpe_div input[type="submit"] {
    text-transform: capitalize;
}

.add_external_cpe_div input[type="number"] {
    max-width: 100px !important;
}

.cpe-table .ct-table table td {
    border: 1px solid #c9cacb !important;
    padding: 0.75em !important;
}

.sticky-profile-nav {
    background-color: #f7f8f9;
    text-align: center;
    padding: 10px !important;
}

.sticky-profile-nav a {
    font-size: 14px !important;
}

.sticky-profile-nav a {
    margin: 0 3px !important;
}

.woocommerce-cart-form .button[name="update_cart"] {
    display: none !important;
}

.woocommerce-checkout .cus-switch {
    width: 60px;
    height: 28px;
}

.woocommerce-checkout .cus-switch .slider:before {
    height: 20px;
    width: 18px;;
}

.woocommerce-checkout .cus-switch .slider.round {
    width: 52px;
}

.woocommerce-checkout .payment-option .switch-options .cus-switch {
    margin: 5px;
}

.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: unset !important;
    float: unset !important;
    margin-right: unset !important;
}

.woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading {
    width: unset !important;
    float: unset !important;
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name, .woocommerce.woocommerce-checkout form #order_review td.product-name {
    display: block !important;
    align-items: center;
}


.woocommerce-page.woocommerce-checkout form #order_review td, .woocommerce-page.woocommerce-checkout form #order_review th, .woocommerce.woocommerce-checkout form #order_review td, .woocommerce.woocommerce-checkout form #order_review th {
    padding-left: 20px !important;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

#order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading),
#order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
    border: none !important;
    padding: 0 !important;
}

table.shop_table td, table.shop_table th {
    border: solid 1px #ddd !important;
}

table.shop_table tr.cart-subtotal th,
table.shop_table tr.cart-subtotal td,
table.shop_table tr.order-total th,
table.shop_table tr.order-total td {
    border: solid 1px #ddd !important;
}

table.shop_table tr.order-total th,
table.shop_table tr.order-total td,
table.shop_table tr.order-total td strong span bdi {
    font-weight: bold !important;
}


#course-form-id fieldset {
    border: none;
}

#course-form-id input[type="number"] {
    max-width: 100% !important;
}

#myChart {
    height: 155px !important;
}

.handle_tscpa_header_menu2 a {
    display: flex;
}

.handle_tscpa_header_menu2 span {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #f0ad2f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-top: -5px;
}

.fl-module-brex-mega-menu .brex-mega-menu-desktop .uabb-heading {
    font-size: 16px;
    margin-bottom: 15px;
}

.committee_details_cpe_page button.interested_btn {
    background-color: #2b78e4 !important;
    border-radius: 10px;
}

.committee_details_cpe_page button.interested_btn:hover {
    background-color: #085394 !important;
    border-radius: 10px;
}

.committee-page-shortcode .committee_name, .committee_details_cpe_page h4.h3 {
    color: #f0ad2f !important;
    font-size: 22px !important;
}

.committee-page-shortcode .panes .pane hr, .committee_details_cpe_page hr {
    background-color: #f0ad2f !important;
    height: 3px !important;
    border-bottom: none !important;
}

.committee-page-shortcode .committee_name:hover, .committee_details_cpe_page h4.h3:hover {
    color: #007a98 !important;
}

.committee_details_cpe_page h3 {
    color: #007a98 !important;
    font-size: 40px !important;
    margin-bottom: 30px !important;
}

.committee_details_cpe_page .diff {
    margin: 0 auto;
    text-align: center;
}

.committee_details_cpe_page button.interested_btn {
    width: 300px;
    background-color: #f0ad2f !important;
    border-radius: 0px !important;
}

.committee_details_cpe_page button.interested_btn:hover {
    background-color: #007a98 !important;
}

.committee_details_cpe_page button.interested_btn1 {
    width: 300px;
    background-color: #007a98 !important;
    border-radius: 0px !important;
}

.committee_details_cpe_page button.interested_btn1:hover {

    background-color: #f0ad2f !important;
}

.display-error_committee_tscpa {
    background-color: #73b34a;
    padding: 30px 30px 15px 30px;
    border-radius: 10px;
}

.display-error_committee_tscpa p {
    color: #000;
    font-size: 20px;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red;
}

.woocommerce .shop_table th {
    color: #000;
}

.join-a-committee-section .table-volunteer {
    border: none !important;
}

.join-a-committee-section .table-volunteer thead th {
    background-color: #f0ad2f !important;
    color: #000 !important;
    font-weight: 500 !important;
    border: 1px #000 solid;
    font-size: 16px !important;
}

.join-a-committee-section .table-volunteer tbody td {
    border: none !important;
}

.join-a-committee-section .table-volunteer tr:nth-child(even) {
    background-color: #f2f2f2;
}

.join-a-committee-section .btn-outline-blue {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px #2b78e4 solid !important;
}

.join-a-committee-section .btn-blue {
    background-color: #2b78e4 !important;
    color: #fff !important;
}

.join-a-committee-section .btn-outline-blue, .btn-blue {
    font-weight: 400 !important;
    text-transform: uppercase;
    border-radius: 8px !important;
}

.join-a-committee-section .btn-outline-blue::after, .btn-blue::after {
    display: none !important;
}

.join-a-committee-section .btn-outline-blue:hover, .btn-blue:hover {
    background-color: #085394 !important;
    color: #fff !important;
}

section.join-a-committee-section h2 span {
    font-size: 32px;

}

section.join-a-committee-section h2 {
    margin-bottom: -15px !important;
}

.amnet_cpe_catalog_shortcode .filters button, .amnet_cpe_catalog_shortcode .filters .button {
    text-align: center !important;
}

.amnet_cpe_catalog_shortcode .filters .button {
    padding: 11px;
}

.amnet_cpe_catalog_shortcode .listing.catalog .pricing {
    flex: none !important;
}

.logged-in nav .nav-join, .logged-in nav .nav-join + br {
    display: none;
}

.membership-buttons {
    text-align: right;
}

.membership-buttons .blue-btn-clear {
    border: 2px solid #2B78E4;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    background-color: transparent;
    padding: 7px 20px;
    outline: none;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 300;
    max-width: 110px;
}

.membership-buttons .blue-btn-clear:hover, .membership-buttons .blue-btn-submit:hover {
    color: #fff;
    background-color: #085394;
}

.membership-buttons .blue-btn-submit {
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #2B78E4;
    padding: 10px 20px;
    font-weight: 300;
    outline: none;
    border-radius: 4px;
    vertical-align: inherit;
    max-width: 110px;
}


.memberdir-buttons {
    text-align: right;
}

.memberdir-buttons .member-cancel {
    border: 2px solid #2B78E4;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    background-color: transparent;
    padding: 8px 20px;
    outline: none;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 300;
    max-width: 110px;
    color: #000;
}

.memberdir-buttons .member-cancel:hover, .memberdir-buttons .member-filter:hover {
    color: #fff;
    background-color: #085394;
}

.memberdir-buttons .member-filter {
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #2B78E4;
    padding: 10px 20px;
    font-weight: 300;
    outline: none;
    border-radius: 4px;
    vertical-align: inherit;
    max-width: 110px;
}

.brex-mega-menu > li.mega-menu-saved-row .mega-menu-saved-row-container {
    z-index: 9999 !important;
}


.product-quantity .quantity .minus, .product-quantity .quantity .plus, .amnet_my_member_directory_shortcode .member-cancel::after {
    display: none !important;
}

.membership-buttons button::after {
    display: none !important;
}

.amnet_find_cpa_shortcode label, .shortcode-page, .amnet_cpe_new_template_div .noUi-tooltip,
.amnet_cpe_new_template_div, .woocommerce-cart, .woocommerce-checkout, .amnet_my_member_directory_shortcode h5, .amnet_my_member_directory_shortcode label {
    color: #000000 !important;
}

.catalog-cart {
    text-transform: capitalize;
}

.committiee-custom-class-class a {
    color: blue;
}

.my-organization-form #add_to_firm_div .columns .text {
    justify-content: center;
}


.amnet_cpe_new_template_div #panel_tab1, .amnet_cpe_new_template_div #panel_tab2, .amnet_cpe_new_template_div #panel_tab3, .amnet_cpe_new_template_div #panel_tab4, .amnet_cpe_new_template_div #panel_tab5 {
    cursor: pointer;
}

.my-organization-form .select_right button {
    margin-top: 5px;
}

.my-organization-form input.dt-input {
    width: 300px !important;
}

.my-organization-form .dt-start label, .amnet-cpe-buttons button {
    text-transform: capitalize;
}

.inner-border {
    height: 100%;
    border: 1px solid #c9cacb;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-border.left {
}

.amnet_conference_div .events-list-tabs {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto auto;
    padding-top: 5px;
}

.amnet_conference_div .events-list-tabs a {
    border: 2px solid #275b69 !important;
    border-radius: 8px !important;
    padding: 10px !important;
    text-align: center;
    color: #333333 !important;
}

.amnet_conference_div .events-list-tabs .active {
    color: #ffffff !important;
    background-color: #275b69;
}

.amnet_conference_div .events-table-list {
    margin: 10px 0;
}

.amnet_conference_div .events-table-list table {
    border: none !important;
    margin-top: 5px !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}

.amnet_conference_div .events-table-list table tr td {
    height: 1px;
}

.amnet_conference_div .events-table-list table tr td:nth-child(1) {
    border-radius: 8px;
}

.amnet_conference_div .events-table-list table tr td:nth-child(2) {
    border-right: 0;
}

.amnet_conference_div .events-table-list table tr td:nth-child(3) {
    width: 300px;
    border-left: 0;
    border-right: 0;
    white-space: nowrap;
}

.amnet_conference_div .events-table-list table tr td:nth-child(4) {
    width: 200px;
    border-left: 0;
    border-right: 0;
}

.amnet_conference_div .events-table-list table tr td:nth-child(5) {
    width: 150px;
    border-radius: 0 8px 8px 0;
    border-left: 0;
}

.amnet_conference_div .events-table-list table tr td .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.amnet_conference_div .events-table-list table thead {
    display: none;
}

.amnet_conference_div .events-table-list table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.amnet_conference_div .green-btn-new {
    background-color: #275b69 !important;
    border-radius: 10px !important;
    margin-top: 12px;
    width: 125px;
    height: 40px;
    text-align: center !important;
}

.amnet_conference_div .green-btn-new:hover {
    background-color: #085394 !important;
}

.amnet_conference_div button:after {
    display: none !important;
}

.amnet_conference_div .hide-content-cpe-filter {
    visibility: hidden;
}

.amnet_cpe_new_template_div button {
    text-transform: capitalize !important;
}

.amnet_cpe_new_template_div .green-btn-new {
    background-color: #275b69 !important;
    width: 125px;
    height: 40px;
}

.black-outline-btn-new {
    width: 125px;
    height: 40px;
}

.amnet_cpe_new_template_div .events-list-tabs {
    grid-template-columns: auto auto auto auto auto auto !important;
}

.tscpa-search-buttons a:hover {
    background-color: #085394 !important;
    color: #fff !important;
}

.upcoming-events-table {
    max-height: 500px;
    overflow-y: auto;
    margin: 10px 0;
}

.upcoming-events-table table {
    border: none !important;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}

.upcoming-events-table table tr td {
    height: 1px;
    background: #fff;
}

.upcoming-events-table table tr td:first-child {
    border-right: none;
    border-radius: 8px 0 0 8px;
}

.upcoming-events-table table tr td:last-child {
    border-left: none;
    border-radius: 0 8px 8px 0;
}

.upcoming-events-table table tr td .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 10px;
}

.upcoming-events-table .cpe-new-template-loader {
    left: 25%;
}

.upcoming-events-table .green-btn {
    background-color: #6aa84f !important;
    color: #FFF !important;
}

.upcoming-events-table .green-btn:hover {
    background-color: #085394 !important;
}


#events_table_list span.hide-content-cpe-event-location {
    display: none;
}

.custom_add_to_cart_event_home button {
    text-transform: none !important;
    min-width: 125px;
}

.hide_me_licenced_CPA {
    background: #DEF0FEFF;
    padding: 10px 5px 5px 30px !important;
    border-radius: 10px;
    margin-left: 20px !important;
    margin-bottom: 10px !important;
}

.hide_me_licenced_CPA .cus-d-flex-between.cus-pb-10.cus-border {
    background: #ffffff;
}

.cus-d-flex-between.cus-pb-10.cus-border {
    border: 1px solid #ddd !important;
}

.tracker-table .dt-length select.dt-input {
    width: 60px;
}


.ast-advanced-headers-title {
    text-transform: none !important;
}

h1.ast-advanced-headers-title .custom-event-title {
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: none !important;
}


/* login form design */

a.fusion-login-register {
    color: #f0ad2f;
    font-weight: 400;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: 3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 2px solid #f0ad2f;
}

a.fusion-login-register:hover {
    color: #ffffff;
    background: #f0ad2f;
    border: 2px solid #f0ad2f;
}

a.fusion-login-lost-passowrd {
    color: #999;
    font-weight: 400;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    height: 3rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: 2px solid #999;
}

a.fusion-login-lost-passowrd:hover {
    color: #ffffff;
    background: #999;
    border: 2px solid #999;
}

.amnet-login-form .fusion-login-button:hover {
    color: #f0ad2f;
    background: #ffffff;
    border: 2px solid #f0ad2f;
}

#attendance_tracking_div .cus-banner-green {
    background-color: #275b69;
    color: #fff;
    padding: 20px 10% !important;
}

#attendance_tracking_div .padding-div {
    padding: 20px 10% !important;
}

#attendance_tracking_div .cus-banner-green .cus-left h4 {
    color: #fff;
    font-weight: 500;
}

#attendance_tracking_div .cus-banner-green .cus-left .cus-top {
    padding-bottom: 20px;
    padding-top: 10px;
}

#attendance_tracking_div .cus-banner-green img {
    height: 20px;
}

#attendance_tracking_div .cus-banner-green .cus-right {
    position: relative;
}

#attendance_tracking_div .cus-banner-green a {
    background-color: #ff9900;
    color: #fff;
    padding: 8px 20px;
    border-radius: 10px;
    margin-bottom: 11px;
    display: block;
}

#attendance_tracking_div .cus-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin-top: 20px !important;
    background-color: #c8dffe;
    border: 1px solid #7db3fd !important;
    color: #1e1414;
    padding: 1rem !important;
    font-size: 14px !important;
}

#attendance_tracking_div .cus-light {
    display: flex;
    font-size: 14px !important;
    padding: 1em !important;
    align-items: normal;
    border: 1px solid #383838 !important;
    border-radius: 10px;
}

#attendance_tracking_div .cus-light i {
    height: 30px;
    margin-right: 10px !important;
    margin-top: 5px;
}

#attendance_tracking_div .cus-danger {
    display: flex;
    font-size: 14px !important;
    padding: 1em !important;
    align-items: normal;
    margin-top: 20px !important;
    background-color: #dc3545;
    border-radius: 10px;
    color: #fff;
}

#attendance_tracking_div .cus-danger i {
    height: 30px;
    margin-right: 10px !important;
    margin-top: 5px;
}

#attendance_tracking_div .cus-content-area {
    display: grid;
    grid-template-columns: auto 250px;
    gap: 20px;
}

#attendance_tracking_div .cus-pt-50 {
    padding-top: 50px !important;
}

#attendance_tracking_div .cus-pt-10 {
    padding-top: 10px !important;
}

#attendance_tracking_div .cus-list-style {
    list-style: none !important;
}

#attendance_tracking_div .cus-content-right {
    border: 1px #5a5a5a solid !important;
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 10px;
}


/* PAC Contribution */

#create-product-form-pac button.button.wdgk_add_donation_pac {
    text-transform: capitalize;
    color: #000000;
    width: 97%;
    margin-left: 4px;
    font-size: 1.1rem;
    border-radius: 8px;
    background: #f0ad2f !important;

}

input#pac-number {
    width: 94%;
    max-width: none;
    margin-bottom: 5px;
    text-align: right;
    font-size: 1.1rem;
    padding: 0.5rem;
}

a.button.join-btn-pac {
    text-align: center;
    text-transform: capitalize;
}

a.button.join-btn-pac:hover {
    background: #f0ad2f !important;
}

.donation_display_option {
    padding-left: 15px;
}

.member-dues-add-to-cart-tscpa {
    background-color: #6aa84f !important;
    color: #fff !important;
    border: 1px solid #6aa84f !important;
}

.member-dues-add-to-cart-tscpa:hover {
    background-color: #fff !important;
    color: #6aa84f !important;
}

.hide_me_student_section {
    background: #DEF0FEFF;
    padding: 10px 5px 5px 30px !important;
    border-radius: 10px;
    margin-left: 20px !important;
    margin-bottom: 10px !important;
}

.hide_me_student_section .cus-d-flex-between.cus-pb-10.cus-border {
    background: #ffffff;
}

div#college_university_section {
    width: 50%;
}

div#high_school_section {
    width: 50%;
}

/* override WooCommerce Cart styles */
.product-quantity {
    display: none;
}

.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
    width: 55%;
    float: left;
    margin-right: 4.347826087%;
}

#person_list_table_firm_admin_wrapper div.dt-search {
    float: unset !important;
}

#person_list_table_firm_admin_wrapper div.dt-search input {
    width: unset !important;
}

#member_dues_table_firm_admin_wrapper div.dt-search {
    float: unset !important;
}

#member_dues_table_firm_admin_wrapper div.dt-search input {
    width: unset !important;
}

.wc-item-meta-label {
    float: unset !important;
}

.profile-update-pending {
    background-color: rgba(0, 129, 161, 0.15);
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    height: 55px;
}

.profile-update-pending p {
    margin: 15px auto auto !important;
}

.hide-firm-sec {
    display: none !important;
}


.roster.member_ul {
    column-count: 2;
    column-gap: 100px;
    padding-left: 20px; /* optional, for spacing */
}

.roster.member_ul li {
    break-inside: avoid; /* Prevents names from breaking across columns */
    margin-bottom: 10px;
}

.cpe-details-button-tscpa {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px #000 solid !important;
    border-radius: 10px !important;
    width: 125px;
    height: 40px;
    margin-top: 15px !important;
    float: right;
    text-align: center !important;
}

.cpe-details-button-tscpa:hover {
    background-color: #085394 !important;
    color: #fff !important;
    border: 1px solid #085394 !important;
}

.padding-left-discount-div-tscpa {
    padding-left: 20px;
    vertical-align: bottom !important;
}

.amnet_cpe_new_template_div .events-table-list table tr td:nth-child(3) {
    width: 200px !important;
}

.amnet_conference_div .display-dollar-badge i {
    font-size: 34px;
    color: lightgreen;
}

.amnet_conference_div .discount-available-btn {
    float: left;
    width: calc(100% - 50px);
}

.amnet_conference_div .icon-badge-dollar-div {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.upcoming-events-table .display-dollar-badge i {
    font-size: 34px;
    color: lightgreen;
}

.upcoming-events-table .discount-available-btn {
    float: left;
    width: calc(100% - 50px);
    margin-top: 7px;
}

.upcoming-events-table .icon-badge-dollar-div {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.session-count-container {
    margin-bottom: 20px !important;
}

.cpe-detail-price {
    margin-right: 5px;
    font-size: 20px;
    margin-top: 3px;
}

.fl-node-09s6ziq15awf > .fl-node-content {
    margin-right: unset !important;
}

.view-course-button {
    border: 1px solid #0082a2 !important;
    padding: 5px 10px 5px 10px !important;
    border-radius: 10px;
    width: 140px;
    display: inline-block;
    text-align: center;
}

.view-course-button:hover {
    background-color: #0082a2;
    color: #fff !important;
}

.amnet_cpe_new_template_div .noUi-handle-upper {
    right: -1px !important;
}

.amnet_cpe_new_template_div .credits_range .noUi-handle-upper {
    right: 0px !important;
}

.amnet_cpe_new_template_div .time_range .noUi-handle-upper .noUi-tooltip {
    margin-left: -13px;
}

.amnet_cpe_new_template_div .price_range .noUi-handle-upper .noUi-tooltip {
    margin-left: -23px;
}

body .tscpa-profile .overview-columns .text {
    background-color: #f0f1f2;
    border: 0;
}

body .shortcode-page .tscpa-profile label {
    color: #18475a !important;
}

body .shortcode-page .tscpa-profile input[type="text"],
body .shortcode-page .tscpa-profile input[type="email"],
body .shortcode-page .tscpa-profile input[type="password"],
body .shortcode-page .tscpa-profile select,
body .shortcode-page .tscpa-profile textarea {
    background-color: transparent !important;
    border-radius: 10px;
}

body .tscpa-profile .horizontal-line::before {
    background-color: #007a98;
}

body .tscpa-profile .horizontal-line-second::before {
    background-color: #18475a;
}

body .tscpa-profile .cpe-table {
    border: 0 !important;
    padding: 0 !important;
}

body .shortcode-page .tscpa-profile .cpe-table table th {
    background-color: #18475a;
}

body .shortcode-page .tscpa-profile .cpe-table table td {
    border: 0 !important;
}

body .shortcode-page .tscpa-profile .cpe-table table.dataTable tbody tr:nth-child(odd) td {
    background-color: #ffffff;
    box-shadow: none;
}

body .shortcode-page .tscpa-profile .cpe-table table.dataTable tbody tr:nth-child(even) td {
    background-color: #f0f1f2;
    box-shadow: none;
}

body .shortcode-page .tscpa-profile .cpe-table .dt-container .dt-info {
    color: #18475a !important;
    font-size: 14px;
}

body .shortcode-page .tscpa-profile .cus-multi-tag {
    background-color: transparent !important;
    border-radius: 10px;
}

body .shortcode-page .tscpa-profile .cus-multi-tag .select2-selection--multiple {
    background-color: transparent !important;
}

.hide_me_not_cpa_section {
    background: #DEF0FEFF;
    padding: 10px 5px 5px 30px !important;
    border-radius: 10px;
    margin-left: 20px !important;
    margin-bottom: 10px !important;
}

.hide_me_not_cpa_section .cus-d-flex-between.cus-pb-10.cus-border {
    background: #ffffff;
}

div#naba_toggle {
    padding-top: 26.5px;
}

.vertical-align-top {
    vertical-align: top !important;
}

.marketing-logo {
    width: 120px;
    height: 120px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.auth_hon_field_class {
    display: none !important;
}

.cpe-title {
    font-size: x-large !important;
}

body .amnet_cpe_new_template_div .events-table-list table {
    display: table;
}

.mt-5 {
    margin-top: 5px !important;
}

.button-width-100 {
    display: inline-block;
    width: 100%;
}

.save-info-wrapper p, .switch-options label {
    margin-left: 20px;
}

@media only screen and (min-width: 992px) {
    .form-container {
        max-width: 570px !important;
    }
}

.switch-options label {
}

@media only screen and (max-width: 1000px) {
    header .fl-col-content .fl-col-group .fl-col-small:nth-child(2) {
        display: none !important;
    }

    header .fl-col-content .fl-col-group .fl-col-small:nth-child(3) ul {
        margin-left: 0 !important;
    }
}

.pac_contribution_content {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 320px) {
    .pac_contribution_content .donation_display_option {
        padding-left: unset;
    }

    .pac_contribution_content input#pac-number {
        width: 100%;
    }
}

@media only screen and (min-width: 1280px) {

    .pac_contribution_content .wdgk_display_option {
        display: flex;
        flex-direction: row;
    }

    .pac_contribution_content .donation_display_option button {
        width: 100% !important;
    }

    .pac_contribution_content input#pac-number {
        width: 40%;
        margin-bottom: unset;
        height: 36px;
    }
}

.leave_a_legacy {
    display: flex;
    flex-direction: row;
}

.leave_a_legacy input {
    width: 45%;
    max-width: unset !important;
    min-height: 40px;
    height: 41px;
    margin-bottom: 5px;
    border: 1px solid #999;
    text-align: right;
    font-size: 1.25rem;
    padding: 0.5rem;
}

.leave_a_legacy button {
    text-transform: capitalize;
    color: #000000;
    font-weight: 400;
    width: 100%;
    font-size: 1.25rem;
    border-radius: 8px;
}

@media only screen and (max-width: 320px) {

    .leave_a_legacy {
        display: flex;
        flex-direction: column;
    }

    .leave_a_legacy .donation_display_option {
        padding-left: 4px;
    }

}

@media only screen and (max-width: 1440px) {

    .leave_a_legacy input {
        width: 40%;
    }

}

@media only screen and (max-width: 1280px) {

    .leave_a_legacy {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .leave_a_legacy input {
        width: 100%;
    }

    .leave_a_legacy .donation_display_option {
        padding-left: unset;
    }

}

@media (max-width: 1023px) {
    .home article .fl-builder-content .fl-row:nth-child(4) .fl-col {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .home article .fl-builder-content .fl-row:nth-child(4) .fl-col {
        margin: 15px 0;
    }

    .home article .fl-builder-content .fl-row:nth-child(4) .fl-col.fl-col-small {
        margin-bottom: 150px !important;
    }

    .home article .fl-builder-content .fl-row:nth-child(4) .fl-col.fl-col-small:last-child {
        margin-bottom: 0 !important;
    }

    .home article .fl-builder-content .fl-row:nth-child(4) .fl-col.fl-col-small .fl-module-content {
        margin-bottom: 0 !important;
    }
}

.find-a-cpa-spinner {
    display: none;
    margin-left: 10px !important;
    width: 20px;
    height: 34px;
}

.join_functionality_div label span.required {
    color: #d42525 !important;
    font-size: 12pt;
}

.join_functionality_div input {
    height: 36px;
}

.session_fees_label {
    border: 2px solid !important;
    border-radius: 20px;
    height: 35px;
    margin-top: 7px !important;
}

.session_fees_label p {
    text-align: center;
    padding-top: 2.3px !important;
    color: #fff !important;
}

input.error {
    border: 1px solid red;
}

.date-error {
    color: red;
    font-size: 12px !important;
    margin-top: -20px !important;
}

h2, .entry-content :where(h2) {
    text-transform: none;
}

.reset-password-email {
    width: 400px;
}

.reset-password-email-button {
    text-transform: capitalize;
}

.password-reset-panel {
    margin-top: 50px;
    margin-left: 10%;
    width: 80% !important;
}

.password-reset-panel button {
    text-transform: capitalize;
}

.leader-panel {
    display: flex;
    gap: 20px;
}

.leader-panel h3 {
    color: #000000;
}

.leader-panel-avatar {
    width: 200px;
    float: left;
    border-top: 2px solid black;
    padding-top: 10px
}

.leader-panel-avatar img {
    width: 200px;
    height: auto;
}

.leader-panel-bio {
    width: calc(100% - 200px);
    float: left;
    padding: 10px 20px;
    border-top: 2px solid black;
}