/* Header */

.menu_toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
}

.main_navigation {
    display: flex;
    justify-content: center;
}

.menu {
    display: flex;
}

.responsive_menu {
    display: none;
    list-style-type: none;
    padding: 12px 32px 22px;
}

.desktop_menu {
    display: flex;
}

.header_btn {
    position: relative;
}

.header_btn .account_profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.header_btn .account_profile img.user_arrow {
    max-width: 15px;
    width: 100%;
    height: auto;
}

.header_btn .account_profile img {
    max-width: 35px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
}

/* Additional header css start */
.header_btn .profile_name.menu {
    display: block;
    position: absolute;
    right: 0px;
    transform: translateY(10px);
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    cursor: unset;
    width: max-content;
    max-width: 500px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in 0.2s, visibility ease-in 0.2s, transform ease-in 0.2s, pointer-events ease-in 0s;
    z-index: 9;
}

.header_btn:hover .account_profile+.profile_name.menu {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    transform: translateY(0);
}

/* Additional header css end */

.header_btn .profile_name.menu li {
    text-align: center;
}

.header_btn .profile_name.menu li:last-child {
    margin-top: 10px;
}

/* Dashboard */

.wl_dashboard_main {
    gap: 20px;
    padding: 60px 0;
    display: flex;
}

.wl_dashboard_left {
    width: 100%;
    max-width: 70%;
}

.wl_dashboard_right {
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.wl_dashboard_left_inn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    gap: 20px;
    height: 100%;
    max-height: 118px;
    background: #2A3F57;
    box-shadow: 0px 0px 10px rgba(200, 211, 215, 0.4);
}

.wl_dashboard_left_head {
    flex-direction: column;
    gap: 20px;
    display: flex;
}

.wl_dashboard_left_inn h2,
.wl_dashboard_left_inn h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 1);

}

/* .wl_dashboard_left_head a {
    color: #fff;
} */

.wl_dashboard_left_inn h1,
.wl_dashboard_left_inn h2,
.advisors_main .advisors_title h1,
.wl_dashboard_left_head a,
.wl_dashboard_left_inn a.site_btn.dash_btn>span::before,
.wl_dashboard_left_inn a.site_btn.dash_btn>span::after {
    color: #fff;
}

/* .site_btn.dash_btn>span::before,
.site_btn.dash_btn>span::after {
    color: #fff;
} */

.wl_dashboard_admin_pdf {
    display: flex;
    gap: 50px;
    align-items: center;
}

.wl_dashboard_admin_top {
    padding: 20px 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.wl_dashboard_admin_head span {
    font-family: Frank Ruhl Libre;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0%;
    color: rgba(13, 28, 41, 1);

}

.dashboard_btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0%;
    /* text-transform: uppercase; */
    color: rgba(13, 28, 41, 1);
    text-decoration: none;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 30px;
    width: fit-content;
}

.dashboard_btn span::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(13, 28, 41, 1);
    border-radius: 1px;
    transition: width 0.5s ease;
}

.dashboard_btn:hover span::after,
.dashboard_btn:focus span::after {
    width: 20px;
}

.wl_dashboard_admin_content {
    padding: 30px 20px;
    background-color: rgba(249, 249, 249, 1);
}


.wl_dashboard_admin_content span,
.wl_dashboard_admin_content img {
    display: block;
}

.wl_dashboard_admin_content span {
    padding-bottom: 2px;
    font-family: Frank Ruhl Libre;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    color: rgba(13, 28, 41, 1);
    position: relative;
}

.wl_dashboard_admin_bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.wl_dashboard_admin_bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Mobile: full width items (default) */
/* additional admin css */
.wl_dashboard_admin_content {
    box-sizing: border-box;
    flex: 0 0 calc(50% - 10px);
}

.right_animation {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 270px;
    overflow: hidden;
}

.right_animation>img {
    max-width: 100%;
    height: 100%;
    max-height: 270px;
    transition: all 0.2s ease;
    object-fit: cover;
    display: block;
    min-height: 270px;
}

.right_animation span {
    position: absolute;
    opacity: 1;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 2;
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0;
    backdrop-filter: blur(10px);
    font-family: Frank Ruhl Libre;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0%;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
}

.right_animation:hover>img {
    transform: scale(1.1);
}

.right_animation:hover>span {
    opacity: 1;
}

/* PDF Report Page */

.pdf_report_link ul li {
    list-style-type: none;
}

.pdf_report_link ul li a {
    color: #0d6a9d;
    text-decoration: none;
    font-size: 14px;
}

.pdf_report_link ul li a:hover {
    color: red;
}

.pdf_report_link ul {
    gap: 80px;
    padding: 15px 0 50px 0;
}

.table_pdf_content .action-container {
    align-items: center;
    display: flex;
    gap: 7px;
}

.kit_request_table table,
.pdf_report_main table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.kit_request_table thead,
.pdf_report_main thead {
    background: var(--primary);
    color: white;
}

.kit_request_table th,
.kit_request_table td,
.pdf_report_main th,
.pdf_report_main td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdf_report_main .icon {
    width: 20px;
    height: 20px;
    fill: var(--primary);
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(7%) sepia(26%) saturate(2112%) hue-rotate(172deg) brightness(96%) contrast(93%);
}

.table_pdf_content {
    width: 100%;
    overflow: auto;
    padding-bottom: 70px;
}

.view-anchor.site_btn {
    z-index: 1;
}

.model_head_right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.model_head_down_ex {
    flex-wrap: wrap;
    align-items: center;
}

.model_head_logo img {
    width: 70%;
    margin-bottom: 10px;
}

.model_cont h2 {
    font-size: 18px;
    color: var(--primary);
    font-family: var(--secondary_font);
    font-weight: 400;
}

/* Modal overlay */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100vh;
    opacity: 0;
    /* transform: translateY(-20px); */
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
}

.modal.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 9;
}

/* Modal content */
.modal-content {
    background-color: #fff;
    border-radius: 12px;
    max-width: 70%;
    width: 90%;
    padding: 24px 32px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    max-height: 100vh;
    overflow-X: auto;
}


.modal.show .modal-content {
    transform: translateY(0);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 28px;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    line-height: 1;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    outline: none;
}

.model_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* Custom Report Page */

.client_distributions_select_year_quarter,
.custom_report_content .form-container .search_options {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    background: #ffffff;
    padding: 24px 0;
    justify-content: start;
    align-items: end;
    margin-bottom: 24px;
    border-bottom: 1px solid #d1d5db;
    border-radius: 0;
}

.investment_select_client label,
.client_distributions_select_year_quarter label,
.custom_report_content label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    min-width: 180px;
    max-width: 310px;
    width: 100%;
    gap: 8px;
}

.select-dependent span.select2,
.investment_select_client select,
.client_distributions_select_year_quarter select,
.kit_request_wrap .request_form ul li select,
.user_modal #accountForm .edit_account tr td select,
.custom_report_content select,
.voting-form select.form-select {
    padding: 12px 16px;
    padding-right: 40px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    transition: border-color 0.3s ease;
    cursor: pointer;
    background: url(../images/down_arrow.svg) calc(100% - 16px) / 20px no-repeat #f9fafb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 400px;
}

.custom_report_content select:focus {
    outline: none;
    border-color: var(--primary);
}

.custom_report_content .form-container .view-anchor.site_btn {
    margin-bottom: 4px;
}

textarea {
    width: 100% !important;
    min-width: 120px;
    max-height: 120px;
}

textarea,
.kit_request_wrap .request_form ul li input,
.update_pass_wrap input,
.user_modal .forgot-password .form-group input,
.user_modal #accountForm .edit_account input,
.custom_report_content input {
    padding: 12px 16px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
}

.kit_request_table select,
.old_kit_form select,
.report_admin_top select,
.report_admin_pop select,
.offering_kit select,
.k1s_wrapper .selection_box select {
    padding: 12px 16px;
    padding-right: 30px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    transition: border-color 0.3s ease;
    cursor: pointer;
    background: url(../images/down_arrow.svg) 90% / 20px no-repeat #f9fafb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 400px;
    background-position: 97%;
}

.mobile_only {
    display: none;
}

.modal .model_cont {
    margin-bottom: 30px;
}

.modal .model_cont h2:not(:last-child) {
    margin-bottom: 10px;
}

.modal .model_cont h3:not(:last-child) {
    margin-bottom: 10px;
}

/* Data Table */

.investment_data_table .investmentTable:not(:last-child) {
    margin-bottom: 50px;
}

.investment_data_table .table-container {
    overflow-x: auto;
}

.investment_data_table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

.investment_data_table tr {
    transition: all ease 0.3s;
}

.modal.user_modal .table_pdf_content tbody tr:not(.total-row):hover,
.investment_data_table tbody tr:not(.total-row):hover {
    /* background: #d1d5db; */
    transition: all ease 0.3s;
}

.investment_data_table tr th:not(:first-child),
.investment_data_table tr td:not(:first-child) {
    text-align: center;
}

.investment_data_table th,
.investment_data_table td {
    padding: 12px;
    text-align: left;
    /* border-bottom: none; */
}

/* .modal .investment_data_table th {
    cursor: pointer;
    background-color: #f9f9f9;
} */

.investment_data_table th .th-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 10px;
    position: relative;
}

.investment_data_table .arrow {
    font-size: 12px;
    opacity: 0.6;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.user_modal .total-row,
.investment_data_table .total-row {
    border-top: 1px solid #d1d5db;
}

.select-dependent span.select2 .selection .select2-selection {
    padding: 0;
    background: none;
    border: none;
    height: auto;
}

.select-dependent span.select2 .selection .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: 17px;
}

.select-dependent span.select2 .selection .select2-selection .select2-selection__arrow {
    display: none;
}

.select2-results__options {
    line-height: normal;
}

.select-dependent span.select2 {
    box-sizing: unset;
}

/* USER Page */

body.modal-open {
    overflow: hidden;
}

.custom_report_content .user_detail th,
.custom_report_content .user_detail td {
    padding: 16px 10px;
}

.custom_report_content table tbody tr td:nth-child(5) {
    width: 150px;
    max-width: 150px;
}

.custom_report_content table tbody tr td:nth-child(6) a,
.custom_report_content table tbody tr td:nth-child(5) a {
    text-wrap: auto;
}

.custom_report_content table tbody tr td:nth-child(6) {
    max-width: 200px;
    text-wrap: auto;
}

.modal.show {
    z-index: 9;
}

.modal .modal-content {
    max-height: calc(100vh - 40px);
}

.user_modal .model_head {
    padding-right: 50px;
}

.user_modal .distributor_info,
.user_modal .download_content {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.user_modal .distributor_info h3:not(:last-child),
.user_modal .download_content .download_filter a:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e5e7eb;
}

.user_modal .user_info tr td:not(:first-child) {
    text-align: left;
}

.user_modal .table_pdf_content {
    padding-bottom: 0;
}

.user_modal .table_pdf_content:not(:last-child) {
    padding-bottom: 70px;
}

.user_modal table {
    width: 100%;
    border-collapse: collapse;
    background: var(--white);
    ;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

.modal thead,
.user_modal thead {
    background: var(--primary);
    color: var(--white);
    ;
}

.user_modal th,
.user_modal td {
    padding: 16px 20px;
    text-align: left;
    vertical-align: middle;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.user_modal .action-container {
    align-items: center;
    display: flex;
    gap: 7px;
}

.user_modal .icon {
    width: 20px;
    height: 20px;
    fill: var(--primary);
    display: inline-block;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(7%) sepia(26%) saturate(2112%) hue-rotate(172deg) brightness(96%) contrast(93%);
}

.user_modal .client_invest_info {
    margin-bottom: 50px;
}

.user_modal #accountForm .edit_account tr td:first-child {
    width: 220px;
    max-width: 220px;
}

.user_modal #accountForm .edit_account tr:hover {
    background: none;
}

.user_modal #accountForm .edit_account tr td .hidden {
    display: none;
}

.user_modal #accountForm .edit_account tr td select {
    min-width: 230px;
}

.user_modal #accountForm .edit_account .show_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.user_modal #accountForm .edit_account #permissionsText {
    max-width: 230px;
}

button.site_btn {
    background: none;
    cursor: pointer;
}

.user_modal .forgot-password h3 {
    text-align: center;
}

.user_modal .forgot-password {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.user_modal form,
.user_modal .forgot-password .form-group {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
    margin: auto;
    gap: 15px;
}

.user_modal .forgot-password .form-group button.site_btn {
    width: fit-content;
    margin: auto;
}

/* Update Password Page */

.general_form_wrap,
.update_pass_wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.update_pass_wrap .left_update_pass {
    width: 100%;
}

.account_info_form form

/* .update_pass_wrap .update_form */
    {
    padding: 20px;
    border: 1px solid #ededed;
    /* max-width: 500px; */
    width: 100%;
}

.update_pass_wrap form {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.update_pass_wrap label {
    display: flex;
    gap: 10px;
    flex-direction: column;
}


.update_pass_wrap input {
    width: 100%;
    max-width: 500px;
}

.update_pass_wrap input:focus {
    outline: none;
}

.update_pass_wrap input.valid {
    border-color: green;
}

.update_pass_wrap input.invalid {
    border-color: red;
}

.update_pass_wrap #passwordRules li.valid {
    color: green;
}

.general_form_wrap ul,
.update_pass_wrap ul {
    list-style-type: none;
}

.my_account_wrap .account_info_form .site_btn,
#updatePasswordForm .site_btn {
    background: none;
    cursor: pointer;
}

/* My account Page */

.my_account_wrap .account_holder_info,
.my_account_wrap .account_head,
.my_account_wrap .account_info_form {
    max-width: 800px;
    width: 100%;
}

.my_account_wrap .account_info_form .inline-inputs {
    max-width: 500px;
    display: flex;
}

.my_account_wrap .account_info_form tr td:first-child {
    width: 140px;
}

.form-table td {
    padding: 8px;
    vertical-align: top;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="date"] {
    width: 100%;
    box-sizing: border-box;
}

.required {
    color: red;
    font-weight: bold;
}

.my_account_wrap .account_info_form .checkbox-label {
    flex-direction: row;
}

.my_account_wrap .account_info_form .checkbox-label input {
    width: auto;
    margin-top: 5px;
}

.my_account_wrap .account_info_form .ssn_id input {
    max-width: 84px;
    margin-left: 5px;
}


.my_account_wrap .account_info_form .esig-note {
    color: red;
    font-size: 0.9em;
}

.my_account_wrap .account_info_form .inline-inputs input {
    margin-right: 5px;
}

/* Investment Summary Page */

.table_heading,
.current_invest_header {
    margin-bottom: 30px;
}

/* Investment Confirmation Page */

.confirm_invest_Wrap .current_invest_header,
.confirm_invest_Wrap .table_heading {
    margin-bottom: 30px;
}

.invest_confirm:not(:last-child) {
    margin-bottom: 50px;
}

.invest_confirm thead {
    background: none;
    color: inherit;
}

.invest_confirm tr {
    border-bottom: 1px solid #e5e7eb;
}

/* Distributions Page */
.view_preview_btn {
    gap: 20px;
    align-items: center;
}

/* K-1S Page */

.k1s_wrapper .current_invest_header,
.k1s_wrapper .allow_access,
.k1s_wrapper .k1s_header {
    margin-bottom: 30px;
}

.k1s_wrapper .allow_access label {
    gap: 5px;
}

.tooltip {
    position: unset;
    cursor: pointer;
    margin-left: 10px;
}

.tooltip span {
    background: #000;
    border-radius: 50%;
    color: #fff;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tooltip .tooltip_content {
    display: none;
    padding: 5px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: absolute;
    max-width: 730px;
    background-color: #ffffff;
    /* transition: all ease 0.5s; */
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    /* width: 730px; */
    z-index: 1;
}

/* .tooltip:hover .tooltip_content {
    display: block;
    transition: all ease 0.5s;
}

.tooltip .tooltip_content::before {
    content: "";
    width: 10px;
    height: auto;
    border-right: solid 10px #ffffff;
    border-bottom: solid 10px transparent;
    border-top: solid 10px transparent;
    display: block;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
} */

.k1s_wrapper .correct_contact_info {
    max-width: 550px;
    margin-bottom: 30px;
}

.k1s_wrapper table tr td:not(:first-child),
.k1s_wrapper table th:not(:first-child),
.k1s_wrapper table td {
    text-align: left;
}

.k1s_wrapper .correct_contact_info table {
    min-width: auto;
    margin-top: 30px;
}

.k1s_wrapper .correct_contact_info table td {
    text-align: left;
    border-bottom: none;
}

.k1s_wrapper .year_selection {
    gap: 100px;
    margin-bottom: 30px;
}

.k1s_wrapper .year_selection .selection_box {
    gap: 20px;
}

.k1s_wrapper .year_selection .password_note {
    max-width: 320px;
    padding: 10px;
    border: 2px solid red;
    animation-name: blinks;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.k1s_wrapper .year_selection .password_note p {
    animation: none 2s steps(1, end) infinite;
}

@keyframes blinks {
    50% {
        border-color: #fff;
    }
}


/* Current Offerings Page */

.offering_wrapper .update_pass_wrap {
    gap: 50px;
}

.model_head_down_ex>div:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e5e7eb;
}

.offering_wrapper h3:not(:first-child) {
    margin-top: 30px;
    margin-bottom: 10px;
}

.offering_wrapper p:not(:last-child) {
    margin-bottom: 10px;
}

.offering_wrapper ul {
    margin-bottom: 30px;
}

.offering_wrapper .investment_objectives {
    padding-left: 15px;
    list-style-type: disc;
}

/* Client K1s Page */

.k1s_wrapper .email_note ul,
.client_k1.email_note ul {
    list-style-type: none;
    gap: 50px;
    margin-bottom: 30px;
    border: 1px solid #d1d5db;
    padding: 10px;
}

/* .k1s_wrapper .site_btn.k1help_text,
.client_k1 .site_btn.k1help_text {
    display: flex;
    width: fit-content;
    gap: 10px;
} */

/* .k1s_wrapper .k1help_text i,
.client_k1 .k1help_text i {
    height: 15px;
    width: 15px;
    background-color: #000;
    color: #ffffff;
} */

/* General Forms Page */

.general_form_wrap ul li:not(:last-child) {
    margin-bottom: 10px;
}

/* Kit Request Page */

.kit_request_wrap .title_heading {
    margin-bottom: 30px;
}

.kit_request_wrap .title_heading h3 {
    margin-bottom: 10px;
}

.kit_request_wrap .kit_form_head {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.kit_request_wrap .kit_form_head h4 {
    font-size: 26px;
    line-height: normal;
    font-weight: 300;
}

.kit_request_wrap .request_form form {
    max-width: 850px;
    width: 100%;
}

.kit_request_wrap .request_form ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    list-style-type: none;
    gap: 20px 30px;
    margin-bottom: 30px;
}

.kit_request_wrap .request_form ul li {
    max-width: calc(50% - 15px);
    width: 100%;
    display: flex;
    align-items: center;
}

.kit_request_wrap .request_form ul li label {
    margin-right: 15px;
    white-space: nowrap;
    max-width: 100px;
    width: 100%;
}

.kit_request_wrap .request_form ul li input {
    width: 100%;
}

.kit_request_wrap ul.representative_selection {
    gap: 20px 25px;
}

.kit_request_wrap .representative_selection p {
    width: 100%;
}

.kit_request_wrap ul.representative_selection li {
    max-width: calc(33% - 15px);
    width: 100%;
}

.kit_request_wrap ul.representative_selection li input:not([type="text"]) {
    max-width: 20px;
}


.kit_request_wrap .offering_table_head {
    margin-bottom: 30px;
}

.kit_request_wrap .offering_kit .ekit_main_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.kit_request_wrap .offering_kit .electronic_kit .tooltip_content {
    max-width: 300px;
}

.investment_data_table .offering_kit tr th:not(:first-child),
.investment_data_table .offering_kit tr td:not(:first-child) {
    text-align: left;
}

/* new css start 20-6-25 */
.kit_request_wrap .ekit_option label {
    gap: 10px;
}

.kit_request_wrap .tooltip {
    margin-left: 0;
}

.kit_request_wrap .recipient_form {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d1d5db;
}

.kit_request_wrap .request_form.recipient_form form {
    max-width: 600px;
    width: 100%;
}

.kit_request_wrap .request_form.recipient_form ul li {
    max-width: 100%;
    width: 100%;
}

.kit_request_wrap .request_form.recipient_form ul li label {
    max-width: 100%;
    width: 100%;
}

.kit_request_wrap .recipient-form {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    border-radius: 10px;
    background: var(--primary);
    color: white;
    cursor: pointer;
    border: 0;
    outline: none;
    box-shadow: none;
}

.kit_request_wrap .inner-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.kit_request_wrap .other-input {
    max-width: 110px;
}

.offering_kit-table-inner {
    overflow-x: auto;
}

/* scrollbar */

.offering_kit-table-inner::-webkit-scrollbar {
    height: 5px;
}

.offering_kit-table-inner::-webkit-scrollbar-track {
    background: #888;
}

.offering_kit-table-inner::-webkit-scrollbar-thumb {
    background: #0d1c29;
    border-radius: 4px;
}

.offering_kit-table-inner::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.offering_kit-table-inner table tr {

    border-radius: 12px;
}


/* Advisor Page */

.advisors_main .advisors_title {
    padding: 20px;
    background-color: #2A3F57;
    box-shadow: 0px 0px 10px rgba(200, 211, 215, 0.4);
}

/* .advisors_main .advisors_title h1 {
    color: #fff;
} */

.advisors_main .advisors_content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 70%;
}

/* BD Distribution Page */

.bd-k1s-section .note-box {
    padding: 10px;
    border: 1px solid #c7e0e8;
    font-size: 13px;
    display: inline-flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.bd-k1s-section .contant {
    margin-top: 25px;
}

.bd-k1s-section .k1s_wrapper .year_selection {
    gap: 0;
    margin-bottom: 0;
}

.bd-k1s-section .custom_report_content .form-container .search_options {
    align-items: start;
}

.bd-k1s-table {
    display: flex;
    gap: 20px;
}

.bd-k1s-table .user-list {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 300px;
}

.bd-k1s-table .user-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 390px;
    overflow-y: auto;
}

.bd-k1s-table .user-list li {
    padding: 5px;
    cursor: pointer;
}

.bd-k1s-table .user-list li:hover,
.bd-k1s-table .user-list li.active {
    background: var(--primary);
    color: #fff;
}

.bd-k1s-table .table-area {
    width: 100%;
    /* overflow-x: auto; */
}

/* .bd-k1s-table .table-area table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
    min-width: 500px;
} */

.bd-k1s-table .table-scroll::-webkit-scrollbar {
    height: 8px;
}

.bd-k1s-table .table-scroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}


/* .bd-k1s-table .table-area thead {
    background: var(--primary);
    color: #fff;
} */

/* .bd-k1s-table .table-area th,
.bd-k1s-table .table-area td {
    padding: 12px;
    /* border-bottom: 1px solid #ccc; *
    text-align: left;
    font-size: 14px;
} */

.bd-k1s-table .table-area tbody tr:last-child td {
    border-bottom: 0;
}

/* .bd-k1s-table .table-area .btn-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
} */

.bd-distributions_section a {
    color: #000000a3;
}

.bd-distributions_section a:hover {
    color: #0d1c29;
}

/* BD Investment Page */

.bd_investments_section .current_head {
    text-align: center;
    padding-bottom: 30px;
}

.bd_investments_section .download_btns {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: end;
    padding-bottom: 20px;
}

.bd_invest_table_wrap {
    padding-top: 40px;
}

.bd_investments_section .download_btns a {
    color: #0d1c29;
    opacity: 0.6;
}

.bd_investments_section .download_btns a:hover {
    color: #0d1c29;
    opacity: 1;
}

.bd_investments_section .pdf_report_main td {
    border-bottom: none;
}

.bd_investments_section h1 {
    padding-bottom: 40px;
}

.bd_investments_section tr.total-row {
    border-top: 2px solid #d1d5db;
}

.bd_investments_section .total {
    font-size: 20px;
}

.Rep_table_heading {
    padding-bottom: 30px;
}

.bd_investments_section span.or {
    display: block;
    padding-top: 25px;
}

.bd_table_wrapper {
    overflow: auto;
    width: 100%;
}

table.BD_Investments {
    table-layout: auto;
}

.bd_investments_section .investment_data_table {
    padding-top: 60px;
}

.bd_investments_section .h3 {
    font-size: 32px;
    letter-spacing: -0.5px;
    font-weight: 300;
    line-height: 110%;
}

.bdinfo_heading h3 {
    text-align: center;
    padding-top: 20px;
}

.bdinfo_column_head {
    padding-bottom: 20px;
}

.bd_investments_section .custom_report_content .form-container .search_options {
    align-items: center;
}

.bd_investments_section .Client_Details span {
    cursor: pointer;
}

.bd_investments_section .table_inner {
    margin-bottom: 40px;
}

.bd_investments_section .table_inner:last-of-type {
    margin-bottom: 0;
}


/* BD K1s Page */

.bd-k1s-section .note-box {
    padding: 10px;
    border: 1px solid #c7e0e8;
    font-size: 13px;
    display: inline-flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.bd-k1s-section .contant {
    margin-top: 25px;
}

.bd-k1s-section .k1s_wrapper .year_selection {
    gap: 0;
    margin-bottom: 0;
}

.bd-k1s-section .custom_report_content .form-container .search_options {
    align-items: start;
}

.bd-k1s-table .user-list {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    max-width: 300px;
}

.bd-k1s-table .user-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 390px;
    overflow-y: auto;
}

.bd-k1s-table .user-list li {
    padding: 5px;
    cursor: pointer;
}

.bd-k1s-table .user-list li:hover,
.bd-k1s-table .user-list li.active {
    background: var(--primary);
    color: #fff;
}

/* .bd-k1s-table .table-area {
    width: 100%;
    overflow-x: auto;
} */

/* .bd-k1s-table .table-area table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
    min-width: 500px;
} */

/* scrollbar */

.bd-k1s-table .table-area::-webkit-scrollbar {
    height: 5px;
}

.bd-k1s-table .table-area::-webkit-scrollbar-track {
    background: #888;
}

.bd-k1s-table .table-area::-webkit-scrollbar-thumb {
    background: #0d1c29;
}

.bd-k1s-table .table-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* scrollbar END */


/* .bd-k1s-table .table-area thead {
    background: var(--primary);
    color: #fff;
} */

/* .bd-k1s-table .table-area th,
.bd-k1s-table .table-area td {
    padding: 12px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
} */

.bd-k1s-table .table-area tbody tr:last-child td {
    border-bottom: 0;
}

/* .bd-k1s-table .table-area .btn-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
} */

/* Broker dealer Page */

.broker-dealer-section .account_head {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
}

.broker-dealer-section .agreement-section {
    max-width: 100%;
    gap: 0;
    display: inline;
}

.broker-dealer-section .agreement-section input {
    width: 15px;
}

.broker-dealer-section .agreement-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.broker-dealer-section .agree-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #999;
    background: #eee;
    cursor: not-allowed;
    pointer-events: none;
    font-size: 16px;
}

.broker-dealer-section .form-wrapper:has(#agreeCheckbox:checked) .agree-button {
    background-color: var(--primary);
    color: white;
    cursor: pointer;
    pointer-events: unset;
}

/* Hide the default checkbox */
.broker-dealer-section .custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

/* Container for the custom checkbox */
.broker-dealer-section .custom-checkbox {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 8px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

/* Custom checkmark */
.broker-dealer-section .custom-checkbox .checkmark {
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: relative;
    transition: all 0.3s ease;
    margin-top: 4px;
}

/* Checked style */
.broker-dealer-section .custom-checkbox input[type="checkbox"]:checked+.checkmark {
    background-color: var(--primary);
    /* Or replace with your preferred color */
    border-color: var(--primary);
}

/* Optional: Checkmark tick */
.broker-dealer-section .custom-checkbox input[type="checkbox"]:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 3px;
    top: -1px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Client Distribution Page */

.client_distributions_main {
    padding: 60px 0;
}

.client_distributions_title {
    padding: 20px;
    background-color: #2A3F57;
    box-shadow: 0px 0px 10px rgba(200, 211, 215, 0.4);
}

.client_distributions_title h1 {
    color: #fff;
}

/* .client_distributions_wrap {
    margin-top: 30px;
} */

.client_distributions_wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* .client_distributions_select_year_quarter {
    display: flex;
    gap: 20px;
} */

/* .client_distributions_select_year_quarter label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    min-width: 180px;
    gap: 8px;
    max-width: 300px;
    width: 100%;
} */

/* .client_distributions_select_year_quarter select {
    padding: 12px 16px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
    transition: border-color 0.3s ease;
    cursor: pointer;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%), linear-gradient(to right, #e5e7eb, #e5e7eb);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
} */

.client_distributions_wrap .note-box {
    border: 1px solid #2A3F57;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
    max-width: fit-content;
    font-size: 14px;
    line-height: 22px;
}

/* Clioent Investment Confirmation */

.client_investment_confirmations_main,
.advisors_main {
    gap: 20px;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.client_investment_confirmations_content {
    width: 100%;
    max-width: 70%;
}

.client_investment_confirmations_title {
    padding: 20px;
    background-color: #2A3F57;
    box-shadow: 0px 0px 10px rgba(200, 211, 215, 0.4);
}

.client_investment_confirmations_title h1 {
    color: #fff;
}

.investment_confirmations_select_client_wrap {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* .investment_select_client label {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    min-width: 180px;
    gap: 8px;
} */

/* .investment_select_client select {
    padding: 12px 16px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
    transition: border-color 0.3s ease;
    cursor: pointer;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%), linear-gradient(to right, #e5e7eb, #e5e7eb);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
} */

.investment_select_client_output {
    overflow: auto;
}

.investment_select_client_output table {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.investment_select_client_output table thead {
    background: var(--primary);
    color: white;
}

.investment_select_client_output tr {
    transition: all ease 0.3s;
}

.investment_select_client_output th,
.investment_select_client_output td {
    padding: 12px;
    /* text-align: center; */
    text-align: left;
    border-bottom: none;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* scrollbar */

.investment_select_client_output::-webkit-scrollbar {
    height: 5px;
}

.investment_select_client_output::-webkit-scrollbar-track {
    background: #888;
}

.investment_select_client_output::-webkit-scrollbar-thumb {
    background: #0d1c29;
    border-radius: 4px;
}

.investment_select_client_output::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* scrollbar END */


/* Kit Request Admin */

.kit_request-admin {
    padding: 60px 0 50px 0;
}

.kit_request_table {
    padding: 30px 0 0 0;
    overflow: auto;
}

.old_kit_btn {
    padding: 50px 0 30px;
}

.old_kit_form {
    padding: 30px 0 0px 0;
}

/* Form styles */
.kit_request_form form {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 20px;
}

.kit_request_form label {
    font-weight: 600;
    font-size: 0.95rem;
    color: #4b5563;
    /* gray-600 */
}

.report_admin_pop input,
.kit_request_form input {
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid #d1d5db;
    /* gray-300 */
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #111827;
    transition: border-color 0.25s ease;
    background-color: #f9fafb;
    cursor: text;
}

.kit_request_form form .site_btn {
    margin-bottom: 4px;
}

.kit_request_form input[type="date"]:focus,
.kit_request_form input[type="text"]:focus {
    outline: none;
    border-color: rgba(13, 28, 41, 1);
    /* emerald-600 */
    background-color: #ffffff;
    /* box-shadow: 0 0 0 3px rgba(13, 28, 41, 0.3); */
}

/* Submit button */
.kit_request_form button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(13, 28, 41, 1), rgba(13, 28, 41, 1));
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    user-select: none;
    box-shadow: 0 4px 12px rgba(13, 28, 41, 0.4);
}

.kit_request_form button[type="submit"]:hover,
.kit_request_form button[type="submit"]:focus {
    background: linear-gradient(135deg, #10b981, rgba(13, 28, 41, 1));
    outline: none;
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(13, 28, 41, 0.60);
}

.kit_request_form button[type="submit"]:active {
    transform: scale(0.95);
    /* box-shadow: 0 2px 8px rgba(5,150,105,0.4); */
}


.form_date,
.form_input,
.form_select,
.form-group-select {
    display: flex;
    flex-direction: column;
    gap: 10px;
}




.kit_request_table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: rgba(13, 28, 41, 1);
}

/* Select styling */
/* .kit_request_table select,
.old_kit_form select,
.report_admin_top select,
.report_admin_pop select {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1.5px solid #d1d5db;
    /* gray-300 *
    background-color: #f9fafb;
    color: #374151;
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.25s ease;
    min-width: 140px;
} */

.kit_request_table select:focus,
.old_kit_form select:focus,
.report_admin_top select:focus {
    outline: none;
    border-color: rgba(13, 28, 41, 1);
    background-color: #ffffff;
    /* box-shadow: 0 0 0 3px rgba(5,150,105,0.3); */
}

button.site_btn {
    background: transparent;
    cursor: pointer;
}

/* Container to wrap table and loading overlay */
#tableBodyContainer {
    position: relative;
    /* Ensure relative positioning for overlay */
}

#tableBody {
    /* For stacking context */
    position: relative;
    z-index: 1;
}

.pagination_admin {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 0 60px 0;
}

.pagination_admin button {
    padding: 8px 12px;
    border: none;
    background-color: rgba(13, 28, 41, 1);
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.pagination_admin button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Loading overlay */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 42px;
    /* leave space for pagination below */
    background: rgba(255, 255, 255, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: rgba(13, 28, 41, 1);
    font-size: 1.25rem;
    border-radius: 0 0 8px 8px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 10;
}

.loading-overlay.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

span#pageNumbers {
    display: flex;
    gap: 10px;
}

/* Spinner */
.spinner {
    border: 4px solid #d1d5db;
    border-top: 4px solid rgba(13, 28, 41, 1);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
    margin-right: 12px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Portfolio Admin Page */

.portfolio_admin_main {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}

.portfolio_admin_form {
    width: 100%;
    max-width: 30%;
    padding-right: 30px;
    border-right: 1px solid rgb(0 0 0 / 20%);
}

.portfolio_admin_output {
    width: 100%;
    max-width: 70%;
    padding-left: 30px;
    display: grid;
    gap: 50px;
}

.portfolio_admin_form .field_wrap {
    flex-direction: column;
    display: flex;
    gap: 5px;
}

.portfolio_admin_form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 190px;
}

.portfolio_admin_form .field_wrap input,
.portfolio_admin_form .field_wrap textarea {
    padding: 12px 16px;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    color: #111827;
    background: #f9fafb;
}

.portfolio_admin_form .field_wrap textarea {
    min-height: 100px;
}

.portfolio_admin_form .field_wrap button.site_btn {
    cursor: pointer;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    max-width: fit-content;
}

.portfolio_output_item_content {
    width: 100%;
    max-width: 100%;
}

.portfolio_output_item_img_text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgb(0 0 0 / 20%);
    padding: 8px;
    border-radius: 5px;
}

.portfolio_output_item .portfolio_output_item_wrap {
    display: flex;
    gap: 30px;
    width: 100%;
}

.portfolio_output_item .portfolio_output_item_img {
    width: 100%;
    max-width: 180px;
}

.portfolio_output_item_img img {
    width: 100%;
}

.portfolio_output_item_status_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 25px;
    padding-top: 10px;
}

.portfolio_output_item_content_wrap h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.portfolio_output_item_status_wrap p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

.portfolio_output_item_content_wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.portfolio_output_item {
    position: relative;
    background: rgb(128 128 128 / 10%);
    border-radius: 15px;
    padding: 20px;
}

.portfolio_output_item_status_wrap a {
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    transition: all 0.3s;
}

.portfolio_output_item_status_wrap a:hover,
.portfolio_output_item_status_wrap p.delete_listing a:hover {
    color: var(--primary);
    border-bottom-color: rgb(0, 0, 0);
}

.portfolio_output_item_status_wrap p.delete_listing a {
    color: #f00;
}

/* Report Admin Page */

.report_admin {
    padding: 60px 0;
}

.report_admin_top form {
    align-items: center;
    padding: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.report_admin_pop form {
    align-items: center;
    padding: 30px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.report_admin_top button.site_btn {
    width: auto;
    max-width: max-content;
}

.report_admin_top input {
    appearance: none;
    -webkit-appearance: none;
    border: 1.5px solid #d1d5db;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #111827;
    transition: border-color 0.25s ease;
    background-color: #f9fafb;
    cursor: text;
}

.report_admin h1 {

    padding-bottom: 30px;
}

.report-permissions {
    padding: 20px;
}

.save_del {
    display: flex;
    gap: 20px;
}


/* Login Page */

/* .login_wrapper{padding: 60px 0;} */

.login_wrapper .content_area .heading {
    margin-bottom: 30px;
}

.login_wrapper .content_area h1 {
    text-align: center;
    font-family: 'inter', sans-serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 86px;
    letter-spacing: -3.8px;
}

.login_wrapper .content_area h1 .brek_text {
    display: none;
}

.login_wrapper .content_area p {
    font-size: 32px;
    line-height: 35px;
    font-weight: 300;
    color: rgba(13, 28, 41, 0.6);
    text-align: center;
    font-family: "Frank Ruhl Libre", serif;
}

.login_wrapper .content_area .login_forgot_wrap {
    max-width: 280px;
    width: 100%;
    margin: auto;
}

.login_wrapper .login_form {
    margin-bottom: 30px;
}

.login_wrapper .main_form {
    padding: 20px;
    border: 1px solid #ededed;
    text-align: center;
}

.login_wrapper .forgot_password h3 {
    font-size: 28px;
    font-family: "Frank Ruhl Libre", serif;
    margin-bottom: 20px;
}

.login_wrapper .form_group:not(:last-child) {
    margin-bottom: 20px;
}

.login_wrapper .form_group label {
    margin-bottom: 10px;
    display: block;
}

.login_wrapper .form_group input:-moz-autofill,
.login_wrapper .form_group input:-moz-autofill-preview,
.login_wrapper .form_group input:-webkit-autofill,
.login_wrapper .form_group input:-internal-autofill-selected,
.login_wrapper .form_group input:-webkit-autofill:hover,
.login_wrapper .form_group input:-webkit-autofill:focus,
.login_wrapper .form_group input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 100px #F4F4F4 inset !important;
    box-shadow: 0 0 0px 100px #F4F4F4 inset !important;
}

.login_wrapper .form_group input {
    font-family: var(--primary_font);
    font-size: 14px;
    height: 40px;
    padding: 12px;
    border-radius: 24px;
    border: none;
    background-color: rgba(187, 187, 187, 0.16) !important;
    color: #999999;
    width: 100%;
}

.login_wrapper .form_group input::placeholder {
    color: #999999;
}

.login_wrapper .form_group .sbmt_btn {
    width: 100%;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 600;
    font-family: var(--secondary_font);
    padding: 12px;
    border: 1px solid #191919;
    border-radius: 20px;
    color: #0D1C29;
    background: none;
    transition: all ease 0.5s;
    cursor: pointer;
}

.login_wrapper .form_group .sbmt_btn:hover {
    background-color: rgba(222, 189, 42, 0.25);
    transition: all ease 0.5s;
}

.forgot_link {
    color: var(--primary);
}

@media only screen and (max-width: 809px) {

    .login_wrapper .content_area h1 {
        font-size: 40px;
        line-height: 1em;
        letter-spacing: -1.8px;
    }

    .login_wrapper .content_area h1 .brek_text {
        display: block;
    }

    .login_wrapper .content_area p {
        font-size: 25px;
    }

}


/* USER Page */

#users-table_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 16px;
}

#users-table_wrapper .dataTables_length label select {
    background-position-x: 80%;
}


#users-table_wrapper .row:nth-child(3),
#users-table_wrapper .row:first-child {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}

#users-table_wrapper .row:first-child {
    flex-direction: row-reverse;
}

#users-table_wrapper .row:first-child .col-sm-12:nth-child(2) {
    max-width: 100%;
    width: 100%;
}

#users-table_wrapper .row:first-child .col-sm-12:nth-child(2) label {
    margin-left: auto;
    max-width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}

#users-table_wrapper .row:first-child .col-sm-12:nth-child(2) input {
    max-width: 390px;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
}

#users-table_wrapper .row:nth-child(2) .col-sm-12 {
    overflow: auto;
}

#users-table_wrapper .row:nth-child(3) {
    margin-top: 25px;
}

#users-table_wrapper .row:nth-child(3) .dataTables_paginate ul {
    display: flex;
    gap: 10px;
    align-items: center;
    list-style-type: none;
}

#users-table_wrapper .row:nth-child(3) .dataTables_paginate ul li a {
    padding: 8px 12px;
    border: none;
    background-color: rgba(13, 28, 41, 1);
    color: white;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    transition: background-color 0.2s;
    display: inline-block;
}

#users-table_wrapper .row:nth-child(3) .dataTables_paginate ul li.active a,
#users-table_wrapper .row:nth-child(3) .dataTables_paginate ul li.disabled a {
    background-color: #ccc;
    cursor: not-allowed;
}

.custom_report_content.user_report {
    position: relative;
}

.filter_btn_group {
    margin-bottom: 20px;
    gap: 10px;
    position: absolute;
    left: 30%;
    right: auto;
}

.table_pdf_content .account_title {
    margin-bottom: 20px;
}

.table_pdf_content .account_number {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.table_pdf_content .table_subtotal {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.table_pdf_content .table_subtotal.table_total {
    text-align: left;
}

.table_pdf_content .data_repeat {
    margin-bottom: 30px;
}

.user_modal h3 {
    text-align: center;
    margin-bottom: 30px;
}

/* Navigation Styles */
.top_bar.menu {
    justify-content: space-between;
}


.top_bar.menu .nav-container {
    margin: 0 auto;
}

.top_bar.menu .nav-menu {
    list-style: none;
    display: flex;
    position: relative;
    gap: 30px;
}

.top_bar.menu .nav-item {
    position: relative;
}

.top_bar.menu .nav-link {
    color: white;
    text-decoration: none;
    /* padding: 0 25px; */
    display: block;
    font-weight: 500;
    transition: all 0.3s ease;
    font-family: var(--secondary_font);
}

.top_bar.menu .nav-link:hover {
    opacity: 0.8;
}

/* Dropdown Styles */
.top_bar.menu .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: white;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    margin-top: 5px;
}

.top_bar.menu .nav-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.top_bar.menu .dropdown-item {
    padding: 10px 20px;
    border-bottom: 1px solid #f1f1f1;
    list-style-type: none;
}

.top_bar.menu .dropdown-link {
    color: var(--primary);
    text-decoration: none;
    font-weight: 400;
    transition: all 0.2s ease;
    display: block;
    font-family: var(--secondary_font);
}

.top_bar.menu .dropdown-link:hover {
    color: var(--primary);
    font-weight: 500;
}

/* Submenu Styles */
.top_bar.menu .dropdown-submenu {
    position: relative;
}

.top_bar.menu .dropdown-submenu .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background: white;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
}

.top_bar.menu .dropdown-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* .top_bar.menu .dropdown-submenu::after {
            content: ">";
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #999;
            font-size: 12px;
        } */

/* Mobile Styles */
.top_bar.menu .menu-toggle {
    display: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 100;
}

.top_bar.menu .menu-toggle span {
    display: block;
    height: 2px;
    width: 25px;
    background: white;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.menu_top_bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.menu_top_bar_right ul {
    display: flex;
    gap: 30px;
    list-style-type: none;
}

.menu_top_bar_right ul li img {
    min-width: 20px;
    max-width: 20px;
}

.menu_top_bar_right ul li:hover {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .menu_top_bar {
        flex-direction: column;
        gap: 15px;
        align-items: self-end;
    }

    .top_bar.menu .nav-menu {
        gap: 15px;
    }

    .top_bar.menu {
        padding: 12px;
    }

    .top_bar.menu .dropdown,
    .top_bar.menu .nav-link {
        font-size: 14px;
        line-height: 24px;
    }

    .menu_top_bar_right ul {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .top_bar.menu .menu-toggle {
        display: block;
        height: 20px;
    }

    /* Backdrop overlay */
    /* .top_bar.menu .nav-menu::before {
        content: '';
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    } */

    /* .top_bar.menu .nav-menu.active::before {
        opacity: 1;
        pointer-events: auto;
    } */

    /* humburger span close icon */
    .top_bar.menu .menu-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(-45deg);
        margin-bottom: 0;
    }

    .top_bar.menu .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .top_bar.menu .menu-toggle.active span:nth-child(3) {
        transform: translateY(-0px) rotate(45deg);
    }

    .top_bar.menu {
        position: relative;
    }

    /* .top_bar.menu .nav-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 80%;
        max-width: 300px;
        left: -100%;
        top: 56px;
        bottom: 0;
        background: linear-gradient(135deg, #6e8efb, #a777e3);
        z-index: 99;
        transition: left 0.3s ease-in-out;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .top_bar.menu .nav-menu.active {
        left: 0;
    } */

    .top_bar.menu .nav-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 100%;
        max-width: 100%;
        padding: 20px;
        left: 0;
        top: -200px;
        bottom: auto;
        background: var(--primary);
        z-index: 99;
        transition: top 0.3s ease-in-out;
        overflow-y: auto;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .top_bar.menu .nav-menu.active {
        top: 0;
    }

    .top_bar.menu .dropdown {
        position: static;
        width: 100%;
        display: none;
        background: rgba(255, 255, 255, 0.1);
        border-left: 3px solid #a777e3;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: translateY(0);
        border-radius: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .top_bar.menu .nav-item:hover .dropdown {
        display: block;
    }

    .top_bar.menu .dropdown-submenu .submenu {
        position: static;
        display: none;
        background: rgba(255, 255, 255, 0.2);
        border-left: 3px solid #6e8efb;
        box-shadow: none;
        transform: translateX(0);
    }

    .top_bar.menu .dropdown-submenu:hover .submenu {
        display: block;
    }

    .top_bar.menu .dropdown-link {
        padding-left: 35px;
    }

    /* .top_bar.menu .dropdown-submenu::after {
                transform: rotate(90deg) translateX(-50%);
                right: 20px;
            } */
}

.site_main.pt20.pb80 {
    padding: 20px 0px;
}

.pdf_report_main table.dataTable thead>tr>th.sorting_desc:before,
.pdf_report_main table.dataTable thead>tr>th.sorting_desc:after {
    display: none;
}

.table_pdf_content input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    padding: 1px !important;
    position: relative;
    vertical-align: middle;
}

.table_pdf_content input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #0070fa;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.table_pdf_content input[type="radio"]:hover {
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.pdf_report_main .dataTables_scrollBody {
    min-height: 150px;
}

#users-table_wrapper .dataTables_scrollBody {
    overflow: unset !important;
}

#users-table_wrapper .dataTables_scrollHead {
    overflow: unset !important;
}

/* Topbar Menu End */

/* Sitewide updated css START */
a.menu_link.site_btn.topacc_info {
    padding: 0px;
    margin-top: 10px;
    border: none;
}

.header_btn .profile_name.menu li:nth-child(2)::after {
    content: "";
    display: block;
    height: 1px;
    margin: 8px auto;
    width: 80%;
    background: #ccc;
}

.desktop_menu li.menu_item.has_submenu {
    position: relative;
}

.desktop_menu .submenu_col.contact_details {
    display: none;
}

.desktop_menu .inner_submenu {
    padding: 20px;
    min-width: 200px;
}

.k1s_wrapper .correct_contact_info {
    max-width: 100%;
    margin-bottom: 30px;
}

@media screen and (max-width:607px) {
    a.site_btn.update_btn {
        margin-top: 10px;
    }
}

@media screen and (min-width:607px) {
    a.site_btn.update_btn {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 1281px) {
    .update_pass_wrap .wl_dashboard_right {
        align-self: self-start;
        margin-top: 84px;
    }
}

@media only screen and (min-width: 768px) {

    .investment_data_table tr th:not(:first-child),
    .investment_data_table tr td:not(:first-child) {
        text-align: left;
    }

    /* .investment_data_table tr th:nth-child(1),
    .investment_data_table tr td:nth-child(1) {
        width: 5%;
    }

    .investment_data_table tr th:nth-child(2),
    .investment_data_table tr td:nth-child(2) {
        width: 50%;
    }

    .investment_data_table tr th:nth-child(3),
    .investment_data_table tr td:nth-child(3) {
        width: 15%;
    }

    .investment_data_table tr th:nth-child(4),
    .investment_data_table tr td:nth-child(4) {
        width: 30%;
    } */

    /* .investment_data_table tr th:not(:first-child) {
        text-align: center;
    } */
}

.update_form button.sbmt_btn {
    align-self: center;
}

.update_page .update_form {
    max-width: 250px;
    width: 100%;
}

.update_page .invalid-feedback {
    display: none !important;
}

.update_head h1 {
    text-transform: uppercase;
}

.current_invest_header .current_head h1 {
    text-transform: uppercase;
}

.account_holder_info a.phone_no {
    pointer-events: none;
    cursor: default;
}

.update_page .checkbox-label a,
.current_head a {
    text-decoration: underline;
}

.investment_select_client_output tr:last-child td {
    border-top: 1px solid #0d1c2930;
}

.account_info_form input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 13px;
    max-width: 13px;
    height: 13px;
    border: 2px solid #999;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* checked state */
.account_info_form input[type="checkbox"]:checked {
    background-color: #0070fa;
    border-color: #0070fa;
}

/* checkmark */
.account_info_form input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateX(-50%) rotate(45deg);
}


.account_info_form .checkbox-label span {
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 1281px) {
    .update_pass_wrap .wl_dashboard_right {
        align-self: self-start;
        margin-top: 40px;
    }

    .update_page.left_update_pass {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .update_page .update_form {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

    .update_page .update_head {
        margin: auto;
    }

    .account_info_form .form-table td {
        display: block;
        width: 100%;
    }

    .update_form button.sbmt_btn {
        align-self: start;
    }
}

.update_form #passwordRules li {
    color: #666;
    list-style: none;
    margin: 5px 0;
    padding-left: 20px;
    position: relative;
}

/* default cross */
.update_form #passwordRules li::before {
    content: "✖";
    position: absolute;
    left: 0;
    color: red;
}

/* success state */
.update_form #passwordRules li.valid {
    color: green;
}

.update_form #passwordRules li.valid::before {
    content: "✔";
    color: green;
}

.update_form #resetForm input.valid {
    border-color: green;
}

/* Error */
.update_form #resetForm input.invalid {
    border-color: red;
}

.voting-form .voting-flex {
    display: flex;
}

.update_pass_wrap .voting-flex label {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

/* Sitewide updated css END*/

/* offering-portal Page 27-10-2025 Start*/

.off_topbar_submenu ul li {
    list-style-type: none;

}

.off_topbar_submenu ul {
    column-gap: 20px;
    row-gap: 15px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
}

.off_topbar_submenu a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0d1c29;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    position: relative;
}

.off_topbar_submenu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #0d1c29;
    transition: width 0.3s ease;
}

.off_topbar_submenu a:hover {
    color: #0d1c29;
}

.off_topbar_submenu a:hover::after {
    width: 100%;
}

.off_topbar_submenu {
    padding-bottom: 20px;
}

.off_page_title {
    padding: 10px 0 10px;
}

.off_page_title h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #0d1c29;
    text-transform: uppercase;
}

.off_video_sidebar_cont {
    gap: 30px;
}

.off_video_cont {
    width: calc(65% - 15px);
}

.off_sidebar_cont {
    width: calc(35% - 15px);
}

.off_video_title h2 {
    padding: 0 0 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: normal;
    color: #0d1c29;
}

.off_video_wrap {
    padding: 30px 0;
}

/* == */




.off_video_wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.off_video_poster {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity 0.5s ease-in-out;
    cursor: pointer;
}

.off_video_iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /* pointer-events: none; */
    border: none;
}



/* == */


/* Sidebar  */

.off_side_deal_title p {
    padding: 10px;
    background-color: #0d1c29;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px;
}

.off_side_wave_track {
    margin: 20px;
}

.off_side_wave_track a {
    font-family: Lato, sans-serif;
    color: #0d6a9d;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    transition: color 0.3s ease;
}

.off_side_wave_track a:hover {
    color: #0d1c29;
}

.off_side_wave_track ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.off_side_wave_track li {
    display: flex;
    align-items: center;
}

/* == */

/* tooltip  */

/* CSS */
.tooltip-mod {
    /* position: relative; */
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
}

.tooltip-mod img {
    height: 17px;
    width: 17px;
}

.tooltip-content {
    position: absolute;
    color: #111;
    padding: 10px;
    border: 1px solid #DCA;
    background: #fffAF0;
    z-index: 2;
    border-radius: 4px;
    line-height: 19px;
    font-size: 14px;
    width: auto;
    margin-top: -29px;
    margin-left: 32px;
    display: none;
}





.tooltip-content .callout {
    position: absolute;
    top: 8px;
    left: -14px;
    width: 14px;
    height: 20px;
    margin: 0;
}


.tooltip-mod:hover .tooltip-content {
    display: block;
}


.off_side_wave_track a img {
    height: 17px;
    width: 17px;
    margin-bottom: 2px;
    vertical-align: middle;
}



/* offering-portal Page 27-10-2025 End*/

/* https: //dev2.wavelandgroup.com/v1/public/investor-k1s-report */


/* .k1s_wrapper tr th:not(:first-child) {
    text-align: center;
} */


.k1s_wrapper tr th {
    width: 50%;
}

/* https://dev2.wavelandgroup.com/v1/public/investor-distribution-report */


/* .investment_data_table.distribute_wrapper .view_preview_btn {
    justify-content: center;
} */


/* .investment_data_table.distribute_wrapper tr th:not(:first-child) {
    text-align: start;
} */


/*  Apply CSS to center all Table titles except the first one. - Start  */

/* .investment_data_table.k1s_wrapper tr th:not(:first-child),
.investment_data_table.distribute_wrapper tr th:not(:first-child),
.investment_select_client_output.distribute_wrapper tr th:not(:first-child),
.investment_data_table.distribute_wrapper tr th:not(:first-child) {
    text-align: center;
} */
/*  Apply CSS to center all Table titles except the first one. - End  */



/* ============= New CSS 18-11-2025 ================ */
/*  */
/* Distribution page */
@media only screen and (min-width: 768px) {

    .investment_data_table.distribute_wrapper tr th:nth-child(1),
    .investment_data_table.distribute_wrapper tr td:nth-child(1),
    .investment_select_client_output.distribute_wrapper tr th:nth-child(1),
    .investment_select_client_output.distribute_wrapper tr td:nth-child(1) {
        width: 7%;
    }


    .investment_data_table.distribute_wrapper tr th:nth-child(2),
    .investment_data_table.distribute_wrapper tr td:nth-child(2),
    .investment_select_client_output.distribute_wrapper tr th:nth-child(2),
    .investment_select_client_output.distribute_wrapper tr td:nth-child(2) {
        width: 50%;
    }

    .investment_data_table.distribute_wrapper tr th:nth-child(3),
    .investment_data_table.distribute_wrapper tr td:nth-child(3),
    .investment_select_client_output.distribute_wrapper tr th:nth-child(3),
    .investment_select_client_output.distribute_wrapper tr td:nth-child(3) {
        width: 10%;
    }

    .investment_data_table.distribute_wrapper tr th:nth-child(4),
    .investment_data_table.distribute_wrapper tr td:nth-child(4),
    .investment_select_client_output.distribute_wrapper tr th:nth-child(4),
    .investment_select_client_output.distribute_wrapper tr td:nth-child(4) {
        width: 33%;
    }
}

.investment_data_table.distribute_wrapper th span,
.investment_select_client_output.distribute_wrapper th span {
    display: block;
}


/* K-1 page */
.investment_data_table.k1s_wrapper .view_preview_btn {
    justify-content: start;
}

/* ============= New CSS 19-11-2025 ================ */
/* Table Border CSS */
.investment_data_table.distribute_wrapper table,
.investment_select_client_output.distribute_wrapper table,
.investment_data_table.k1s_wrapper table:not(.k1s_contact_info),
.table_pdf_content table:not(.edit_account),
.investment_data_table table.investmentTable,
.pdf_report_main table.detailedSearchTableRep {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}

.investment_data_table.distribute_wrapper table td,
.investment_select_client_output.distribute_wrapper table td,
.investment_data_table.k1s_wrapper table:not(.k1s_contact_info) td,
.table_pdf_content table:not(.edit_account) td,
.investment_data_table table.investmentTable td,
.pdf_report_main table.detailedSearchTableRep td {
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}


.investment_data_table.distribute_wrapper table th,
.investment_select_client_output.distribute_wrapper table th,
.investment_data_table.k1s_wrapper table:not(.k1s_contact_info) th,
.table_pdf_content table:not(.edit_account) th,
.investment_data_table table.investmentTable th,
.pdf_report_main table.detailedSearchTableRep th {
    border-right: 1px solid #565656;
}

.investment_data_table.distribute_wrapper table tr th:last-child,
.investment_data_table.distribute_wrapper table tr td:last-child,
.investment_select_client_output.distribute_wrapper table tr th:last-child,
.investment_select_client_output.distribute_wrapper table tr td:last-child,
.investment_data_table.k1s_wrapper table:not(.k1s_contact_info) tr th:last-child,
.investment_data_table.k1s_wrapper table:not(.k1s_contact_info) tr td:last-child,
.table_pdf_content table:not(.edit_account) tr th:last-child,
.table_pdf_content table:not(.edit_account) tr td:last-child,
.investment_data_table table.investmentTable tr th:last-child,
.investment_data_table table.investmentTable tr td:last-child,
.pdf_report_main table.detailedSearchTableRep tr th:last-child,
.pdf_report_main table.detailedSearchTableRep tr td:last-child {
    border-right: none;
}

.investment_data_table.distribute_wrapper table tr:last-child td,
.investment_select_client_output.distribute_wrapper table tr:last-child td,
.investment_data_table.k1s_wrapper table:not(.k1s_contact_info) tr:last-child td,
.table_pdf_content table:not(.edit_account) tr:last-child td,
.investment_data_table table.investmentTable tr:last-child td,
.pdf_report_main table.detailedSearchTableRep tr:last-child td {
    border-bottom: none;
}

/* Investment summary page both */
.investment_select_client_output tr:last-child td {
    border-top: none;
}

/* Broker Page Investment Listing Popup Table */
.investment_data_table table.investmentTable tfoot th,
.pdf_report_main table.detailedSearchTableRep tfoot th {
    border-right: 1px solid #e5e7eb;
    border-top: 1px solid #e5e7eb;
    border-bottom: 0;
}

.table_heading_common h2 {
    margin: 20px 0 10px 0;
}

/* Broker Page Detailed Search Table */
.dataTables_wrapper {
    overflow: auto;
}

th.sorting {
    padding-right: 28px;
    position: relative;
}

th.sorting::after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {

    th,
    td {
        font-size: 12px !important;
        padding: 12px !important;
    }

    .view_preview_btn a.site_btn {
        border-radius: 20px;
    }

    th.sorting::after {
        position: relative;
        left: 0;
        display: block;
        top: auto;
        transform: none;
    }

}

/***************** BUGS FIX******************/

/* 41. Remove the hover effect from navigation */
.submenu_title a:hover {
    color: #fff;
}

/* 48. Error message Center */
td.text-center {
    text-align: center !important;
}

/* 54. Remove the count if data is not available */
.investment_data_table .no-data-found~.total_count {
    display: none !important;
}

/* 56. Cursor pointer is missing on download all button in inverstor role */
.client_distributions_select_year_quarter a.site_btn {
    cursor: pointer;
}

/* 65. Diviver line is missing before total value in dealer  */
.investmentTable tfoot tr {
    border-top: 1px solid #d1d5db;
}