body #app-joinportal-website {
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 0.24px !important;
}
#member-portal-main-div {
    position: relative;
}
#member-portal-main-div #app-joinportal-website .neutral-2 {
    color: var(--Neutral-2) !important;
}
#member-portal-main-div #app-joinportal-website form .mb-3 {
    margin-bottom: 1.5rem !important;
}
#member-portal-main-div #powered-by-txt:hover {
    text-decoration: underline;
}
#member-portal-main-div #div-bg-disable {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 15000;
    display: none;
}
#member-portal-main-div #preloader {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0;
    margin: 0;
    height: 100%;
    position: fixed;
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#member-portal-main-div *::placeholder {
    color: var(--Neutral-3) !important;
}
#member-portal-main-div *::-ms-input-placeholder {
    color: var(--Neutral-3) !important;
}
#member-portal-main-div [data-form-render="true"] *::placeholder {
    color: transparent !important;
}
#member-portal-main-div [data-form-render="true"] *::-ms-input-placeholder {
    color: transparent !important;
}
#member-portal-main-div #app-joinportal-website .cursor-pointer {
    cursor: pointer;
}
#member-portal-main-div #app-joinportal-website .parsley-errors-list {
    padding: 0;
    margin: 0;
}
#member-portal-main-div #app-joinportal-website .parsley-errors-list li {
    color: red;
    list-style: none;
}
#member-portal-main-div #app-joinportal-website .selectize-input.focus,
#member-portal-main-div #app-joinportal-website .selectize-input {
    border-radius: 16px;
    border: 1px solid var(--Neutral-4) !important;
    background: none !important;
    box-shadow: none !important;
    font-weight: 500;
}
#member-portal-main-div #app-joinportal-website .selectize-dropdown,
#member-portal-main-div #app-joinportal-website .selectize-input,
#member-portal-main-div #app-joinportal-website .selectize-input input {
    font-size: 15px;
}
#member-portal-main-div #app-joinportal-website .selectize-dropdown {
    border: 1px solid var(--Neutral-4) !important;
}
#member-portal-main-div #app-joinportal-website .masked {
    -webkit-text-security: disc;
    text-security: disc;
}

#member-portal-main-div #app-joinportal-website .menu-link {
    font-size: 15px;
    font-weight: 700;
    padding: 16px 0px;
    line-height: 50px; /* 133.333% */
    letter-spacing: 0.3px;
    cursor: pointer;
    color: var(--Neutral-1);
    text-decoration: none;
    font-family: "Red Hat Display";
}
#member-portal-main-div #app-joinportal-website .menu-link.menu-active,
#member-portal-main-div #app-joinportal-website .menu-link:hover {
    color: var(--Primary-3);
}
#member-portal-main-div #app-joinportal-website #member-portal-section {
    padding: 16px 0px;
}
#member-portal-main-div #app-joinportal-website #member-portal-section table {
    margin: 0;
    color: var(--Neutral-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.28px;
    border: none;
}
#member-portal-main-div #app-joinportal-website #member-portal-section table th,
#member-portal-main-div
    #app-joinportal-website
    #member-portal-section
    table
    td {
    padding: 4px;
    border: none;
}
#member-portal-main-div
    #app-joinportal-website
    #member-portal-section
    table
    th {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    letter-spacing: 0.24px;
}
#member-portal-main-div
    #app-joinportal-website
    table.table.dataTable
    > :not(caption)
    > *
    > * {
    padding: 16px;
    font-weight: 600;
}

#member-portal-main-div #app-joinportal-website .avatar-circle {
    width: 70px;
    height: 70px;
    background-color: var(--Neutral-1);
    border-radius: 50%;
    font-size: 18px;
    position: relative;
}
#member-portal-main-div #app-joinportal-website .avatar-border {
    position: absolute;
    left: -5px;
    top: -5px;
    background-image: url(../svg/prof_border.svg);
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
#member-portal-main-div #app-joinportal-website .avatar-cat-icon {
    position: absolute;
    bottom: 2px;
    right: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#member-portal-main-div #app-joinportal-website .result-count {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px; /* 133.333% */
    letter-spacing: 0.3px;
    color: var(--Neutral-2);
}
/* .card::before {
    position: absolute;
    top: 8px;
    left: -3.5px;
    content: "";
    background: #253142;
    height: 24px;
    width: 17px;
    transform: rotate(45deg);
    z-index: -1;
} */

#member-portal-main-div #app-joinportal-website .card .sticky-left {
    position: absolute;
    top: 0;
    padding: 3px;
    left: -10px;
    width: 4rem;
    background: #253142;
    color: white;
    text-align: center;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

#member-portal-main-div #app-joinportal-website .twitter-typeahead {
    display: block !important;
    flex: 1 1 auto;
}
#member-portal-main-div #app-joinportal-website .tt-dropdown-menu {
    border: 1px solid var(--Neutral-4) !important;
    width: 100%;
    background-color: #fff;
}
#member-portal-main-div #app-joinportal-website .tt-hint {
    display: none;
}
#member-portal-main-div #app-joinportal-website .tt-suggestion:hover {
    background-color: #efefef;
}
#member-portal-main-div #app-joinportal-website .tt-suggestion {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 5px;
    border-bottom: 1px solid #efefef;
}

#member-portal-main-div #app-joinportal-website .multiple-list {
    display: flex;
    gap: 16px;
    position: absolute;
    flex-wrap: wrap;
    padding: 15px 15px;
    background: #fff;
    z-index: 999;
}
#member-portal-main-div #app-joinportal-website .pf-organization-list,
#member-portal-main-div #app-joinportal-website .pf-affiliate-list {
    display: flex;
    flex-direction: column;
    padding: 13px;
    background-color: var(--Neutral-4);
    border-radius: 5px;
    border: 2px solid var(--Primary-3);
    position: relative;
}
#member-portal-main-div
    #app-joinportal-website
    .pf-organization-list
    .pf-close-btn,
#member-portal-main-div
    #app-joinportal-website
    .pf-affiliate-list
    .pf-close-btn {
    /* position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: red; */
    color: red;
    cursor: pointer;
}
#member-portal-main-div
    #app-joinportal-website
    .selectize-control.multi
    .selectize-input
    [data-value],
#member-portal-main-div
    #app-joinportal-website
    .selectize-control.multi
    .selectize-input
    [data-value].active {
    background-color: var(--Neutral-4) !important;
    color: #333;
    border-color: var(--Primary-3);
    background-image: linear-gradient(
        to bottom,
        var(--Neutral-4),
        var(--Neutral-4)
    ) !important;
}

#member-portal-main-div
    #app-joinportal-website
    .list-group-flush
    > .list-group-item {
    margin: 0;
}
#member-portal-main-div #app-joinportal-website a img {
    display: inline-block;
}

/*Calendar Design*/
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc
    .fc-toolbar-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.48px;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-list-table
    .fc-event
    > td {
    display: none;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-toolbar-chunk {
    display: flex;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-scroller::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-scroller::-webkit-scrollbar-thumb {
    background-color: var(--Neutral-2);
    border: solid 3px #ffffff;
    border-radius: 15px;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-scroller::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-scroller::-webkit-scrollbar-button:start:decrement,
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-scroller::-webkit-scrollbar-button:end:increment {
    height: 0px;
    width: 0px;
    display: none;
}

#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-theme-bootstrap5
    th,
#member-portal-main-div #app-joinportal-website .calendar-container .fc-list {
    border: none;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-list-day-text:after {
    border: 1px solid var(--Neutral-5);
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 42%;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-list-day-text:before {
    border: 1px solid var(--Neutral-5);
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 42%;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-list-day-text {
    background-color: var(--Neutral-4);
    color: var(--Neutral-2) !important;
    padding: 2px 10px;
    font-size: 11px;
    border-radius: 20px;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-list-day-side-text {
    display: none;
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-theme-bootstrap5-shaded {
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
}
#member-portal-main-div #app-joinportal-website .calendar-container .fc-event {
    border-bottom: 1px solid var(--Neutral-5);
}
#member-portal-main-div
    #app-joinportal-website
    .calendar-container
    .fc-event:not(:has(+ .fc-event)) {
    border-bottom: none;
}
#member-portal-main-div .datepicker-dropdown {
    width: 300px;
}
#member-portal-main-div .datepicker td,
#member-portal-main-div .datepicker th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}
#member-portal-main-div
    #app-joinportal-website
    #meetings-list-view
    .meeting-item {
    border-bottom: none;
}
#member-portal-main-div
    #app-joinportal-website
    #meetings-list-view
    .meeting-item:hover {
    background: var(--Neutral-5);
}
#member-portal-main-div
    #app-joinportal-website
    #meetings-list-view
    .meeting-item:not(:has(+ .meeting-month-title)):not(:has(+ h4)) {
    border-bottom: 1px solid var(--Neutral-5);
}

/* Join now design */
#member-portal-main-div #app-joinportal-website .membership-item .card-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1.5rem 1rem;
    color: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.36px;
    background-color: var(--Neutral-1);
}
#member-portal-main-div #app-joinportal-website .membership-item .card-body {
    background-color: var(--Neutral-5);
}
#member-portal-main-div #app-joinportal-website .membership-item .card-footer {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-width: 0;
    background-color: var(--Neutral-5);
}

/* Tab design start */
#member-portal-main-div #app-joinportal-website .tab-content > .active {
    display: flex !important;
    opacity: 1 !important;
}
#member-portal-main-div #app-joinportal-website .nav-tabs .nav-item {
    margin-bottom: 0;
}
#member-portal-main-div #app-joinportal-website .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    letter-spacing: 0.28px;
    color: var(--Neutral-2, #4c6282);
}
#member-portal-main-div
    #app-joinportal-website
    .nav-tabs
    .nav-item.show
    .nav-link,
#member-portal-main-div #app-joinportal-website .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--Primary-3, #3f66fb);
    background: var(--Neutral-5, #f6faff);
}

/* my-activities card body */
#member-portal-main-div #app-joinportal-website .myActivitiesCard-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#member-portal-main-div #app-joinportal-website .my-activites-widget {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#member-portal-main-div #app-joinportal-website .my-activities-img-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e4eaff;
}
#member-portal-main-div #app-joinportal-website .highlight {
    background-color: var(--Neutral-4);
}
#member-portal-main-div #app-joinportal-website .change-password-icon {
    position: absolute;
    right: 0px;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    color: var(--Neutral-3);
}
#member-portal-main-div #app-joinportal-website .change-password-icon:hover i {
    color: var(--Neutral-1);
}
#member-portal-main-div #app-joinportal-website .ccfee-row th,
#member-portal-main-div #app-joinportal-website .ccfee-row td,
#member-portal-main-div #app-joinportal-website .discount-row th,
#member-portal-main-div #app-joinportal-website .discount-row td {
    background-color: transparent;
    color: var(--Neutral-2);
}

#member-portal-main-div .selectize-dropdown-content .opttoplistinggroup {
    border-bottom: 1px solid var(--Neutral-3);
}

#member-portal-main-div .member-only-content {
    text-align: center;
    margin-top: 10.8125rem;
    font-size: 18px;
    font-weight: 600;
}
#member-portal-main-div .readonly-mask {
    position: relative;
    z-index: 9;
    user-select: none;
}
#member-portal-main-div .readonly-mask:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}
#member-portal-main-div .custom-caret {
    transition: transform 0.3s ease;
}
#member-portal-main-div .collapsed .custom-caret {
    transform: rotate(180deg);
}
