.width100 {
    width: 100%;
}

.width50 {
    width: 50%;
}

.width80 {
    width: 80%;
}

.width100px {
    width: 100px;
}

.width30px {
    width: 30px
}

.width80px {
    width: 80px;
}

.width60px {
    width: 60px;
}

.width50px {
    width: 50px;
}


.height100 {
    height: 100%;
}

.ml-5px {
    margin-left: 5px;
}

.ml-10px {
    margin-left: 10px;
}

.mt-30px {
    margin-top: 100px;
}


.margin20px {
    margin: 20px;
}

.margin10px {
    margin: 10px;
}

.margin2_10 {
    margin: 2% 10%;
}

.padding0-10px {
    padding: 0 10px;
}


.padding0px {
    padding: 0px;
}


.pr-10px {
    padding-right: 10px;
}

.padding0-8px {
    padding: 0 8px !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

.hide {
    display: none;
}


.font10px {
    font-size: 10px !important;
}

.font12px {
    font-size: 12px !important;
}

.font13px {
    font-size: 13px !important;
}

.font20px {
    font-size: 20px !important;
}

.bg-light-blue {
    background-color: #c1d5f1;
}

.bg-green {
    background-color: green !important;
}

.bg-red {
    background-color: red !important;
}

.bg-yellow {
    background-color: #ffbf00 !important;
}

.text-light-blue {
    color: #41A3B0;
}

.red-color {
    color: red !important;
}

.blue-background-color {
    background-color: #0067ac
}

.raintree-green-bg {
    background-color: #124734 !important;
}

.raintree-green-color {
    color: #124734 !important;
}

.white-color {
    color: white !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-title-ellipsis span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-red-text {
    color: red;
    font-size: 13px !important;
    padding-top: 15px;
}

/* 
.row {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.text-input-left {
    text-align-last: left !important;
    width: 50%;
}

.title-blue {
    text-align-last: end;
    padding-right: 50px;
    font-size: 17px;
}

.input-title {
    margin-top: 15px;
    color: black;
    font-size: 15px;
}

.input-title-blue {
    /* margin-top: 15px; */
    color: #0067ac;
    font-weight: 500;
}

.text-align-center {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.text-align-start {
    justify-content: start;
    align-items: start;
    display: flex;
}


.table-cell-custom {
    line-height: 0.9rem !important;
    font-size: 12px !important;
}

.bg-yellow-btn {
    background-color: #FFD65E !important;
    color: black;
}

.fp-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f8f8f8ad;
}

.fp-container .fp-loader {
    top: 50%;
    left: 48%;
    z-index: 1000;
    position: absolute;
}

.border-bottom-none {
    border-bottom: none !important;
}

.listtable {
    width: 100%;
    border: 1px solid #e8e8e8;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);

}

/* .listtable tr:nth-child(odd) td:nth-child(even) {
    background-color: #efefef !important;
}
.listtable tr:nth-child(even){
    background-color: #f5f5f5;
} */

.rebalancer-odd-row {
    background-color: #f5f5f5 !important;
}

.rebalancer-even-row {
    background-color: #eee !important;
}

.rebalancer-odd-column {
    background-color: #f5f5f5 !important;
}

.rebalancer-even-column {
    background-color: #eee !important;
}

.listtable .text-center {
    text-align: center !important;
}


.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-paper {
    border: 4px solid #0067ac;
    padding: 16px 32px 24px;
    box-shadow: 0px 3px 5px -1px rgb(0 0 0 / 20%), 0px 5px 8px 0px rgb(0 0 0 / 14%), 0px 1px 14px 0px rgb(0 0 0 / 12%);
    background-color: #fff;
}

.modal-paper h2 {
    font-size: 15px;
}


/* .listtable tr:nth-child(odd) td:nth-child(odd) {
    background-color: #f5f5f5;
}

.listtable tr:nth-child(even) td:nth-child(even) {
    background-color: #efefef;
} */


.remittance-icon-details {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.remittance-icon-button {
    justify-content: left !important;
    font-size: 15px;
    margin-left: 5px;
}

.remittance-details-table-head tr th {
    padding: 5px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1rem;
}

.trading-queue-table-title {
    color: black;
    font-size: 17px;
    text-transform: capitalize;
}

.table-queue {
    display: flex;
    margin-bottom: 0 !important;
    border: none !important;
    overflow: auto;
}

.border-top-black {
    border-top: 1px solid#000;
}

.border-bottom-black {
    border-bottom: 1px solid #000;
}

.rabalance-table-title {
    font-size: 15px !important;
    color: #252525;
    font-weight: 400;
}

.rabalance-table-cell th {
    line-height: 0.9rem;
    font-size: 12px;
}

.eft-table-cell th {
    /* line-height: 12px;
    font-size: 10px; */
    /* text-transform: uppercase; */
    line-height: 20px;
    font-size: 13px;
    padding: 10px;
}

.eft-table-cell td {
    line-height: 20px;
    font-size: 13px;
    padding: 10px;
}

.rebalancer-table-cell {
    padding: 0 10px;
    border-bottom: none;
    min-width: 12vh;
}



.list-table tr:nth-child(even) td:nth-child(even) {
    background-color: #efefef !important;
}

.list-table tr:nth-child(even) {
    background-color: #f5f5f5 !important;
}

.list-table tr:nth-child(odd) {
    background-color: #fff !important;
}


.trading-queue-table-row th {
    line-height: 12px;
    font-size: 10px;
    padding: 6px;
}

.trading-queue-table-cell th {
    line-height: 13px;
    font-size: 10px;
    padding: 6px;
}

.trading-queue-table-cell {
    line-height: 19px;
}

.trading-queue-closed-icon {
    color: red;
    float: right;
    padding: 4px;
}

.security-price-list th {
    padding: 5px 16px !important;
    min-width: 0 !important;
}

.notification-cell {
    line-height: 0.5rem;
    font-size: 13px;
}


.fixed-save-button {
    position: fixed;
    right: 95%;
    bottom: 5%;
    left: 85%;
    min-width: 104px !important;
    height: 35px !important;
    font-size: 17px !important;
    /* min-height:auto */
    /* z-index: 1030; */
}



.invite_table {
    width: 90%;
    margin: auto;
}

.invite_table tr th {
    padding: 10px 10px;
    font-size: 16px;
    /*font-family: latolight;*/
    font-weight: 400;
    color: #fff;
    background-color: #525252;
    text-transform: capitalize;
    vertical-align: middle;
}

/* .invite_table tr th:first-child {
    width: 100px;
} */

.invite_table tr th:last-child {
    width: 150px;
}

.invite_table tr td {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5B;
    vertical-align: middle;
}

.invite_table tr:nth-child(odd) td {
    /*background-color: #41A3B0;*/
    background-color: rgba(65, 163, 176, 0.1);
}

.summary-investment-text {
    font-weight: 400;
    width: 75%;
    line-height: 20px;
}

/* .drawer-button {
    margin-right: 0 !important;
    margin-left: 50px !important;
} */

.drawer-button {
    margin-right: 0 !important;
    margin-left: 50px !important;
    background-color: #FFB6C1 !important;
    border: none !important;
    border-radius: 45px;
    color: white !important;
    padding: 7px 10px !important;
}

.btn-green {
    border: 1px solid limegreen !important;
    background-color: limegreen !important;
    font-weight: 400;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 12px;
    /* margin-right: 20px; */
}

.btn-green :hover {
    color: #000;
}



/*-----------------------------------QUICKVIEW MODAL-------------------------------------------*/
.quick-view-table>table tr {
    border-radius: 4px;
}

.quick-view-table>table tr td {
    font-size: 14px;
    font-weight: 300;
    color: #535353;
    background-color: #fff;
    text-align: center;
    /* vertical-align: top; */
    border: 1px solid #c6c6c6;
}

.quick-view-table>table tr td:first-child {
    color: #000;
    font-size: 12px;
    text-align: left;
    border: 1px solid #c6c6c6;
    /* border-left-style: solid; */
    /* border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px; */
}

.quick-view-table>table tr td:last-child {
    /*color: #000;*/
    font-size: 12px;
    /* text-align: left; */
    border: 1px solid #c6c6c6;
    /* border-right-style: solid; */
    /* border-bottom-right-radius: 10px; 
    border-top-right-radius: 10px; */
}

.quick-view-table>table tr td {
    color: #41A3B0;
    font-size: 12px;
    /* padding: 7px 10px; */
    /* padding: 10px 6px; */
    text-align: center;
    /* vertical-align: top; */
}

.quick-view-table>table tr td input {
    background: transparent;
}

.quick-view-table>table tr td input :focus-visible {
    background: transparent;
    border: none;
}

.quick_sub_table {
    box-shadow: 0 0 0 1px #c6c6c6;
    border-radius: 10px;
    height: 40px;
}

.quick_sub_table tr:nth-child(even) td {
    background-color: #e5e5e5 !important;
}

.quick_sub_table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.quick_sub_table tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.quick_sub_table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.quick_sub_table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    /*font-family: latoregular;*/
    filter: alpha(opacity=0);
}

.white-block {
    font-size: 14px;
    font-weight: 300;
    color: #535353;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    vertical-align: top;
    border: 1px solid #c6c6c6;
}

.chart-asset-category h6 {
    padding: 5px;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    border: 1px solid #707070;
    /* background-color: white; */
    background-color: #e6e6e6;
}

.custom-checkbox {
    accent-color: #124734;
    width: 16px;
    /* height: 16px; */
}

.custom-form-control-label {
    width: 200px;
    white-space: nowrap;
    /* Prevents text wrapping */
    font-size: 14px;
}

/* General Container */
.notes-questionnaire-container {
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Grid Layout */
.grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Notes Label */
.notes-label {
    font-weight: 600;
    font-size: 17px;
    color: #333;
}

/* Textarea Styling */
.notes-textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
    resize: none;
    transition: all 0.3s ease;
}

.notes-textarea:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}

/* Button Styling */
.add-note-btn {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.add-note-btn:hover {
    background-color: #45a049;
}

/* Notes List Section */
.notes-list-section {
    margin-top: 1rem;
}

.notes-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

.notes-list {
    list-style: none;
    padding: 0;
}

.notes-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    margin: 6px 0;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #555;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease;
}

.notes-item:hover {
    background-color: #e8f5e9;
}

.delete-icon {
    color: #d9534f;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.delete-icon:hover {
    color: #c9302c;
    transform: scale(1.2);
}

textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    margin-top: 5px;
}

/* CSS styles */
.label-text {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: color 0.3s ease;
}

.account-label-text {
    font-size: 16px;
    margin: 10px;
    width: 160px;
}

.client-main-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2C3E50;
    /* Dark Blue/Gray Color */
    border-bottom: 3px solid #3498DB;
    /* Accent Blue Line */
    padding-bottom: 8px;
    margin-bottom: 16px;
    /* font-family: Arial, sans-serif; */
}

/* Sub-Title Styling */
.client-sub-title {
    font-size: 18px;
    /* font-weight: bold; */
    color: #555555;
    /* Subdued Gray Color */
    background-color: #f4f3f3;
    margin-top: 8px;
    padding: 5px 5px 5px 10px;
    /* font-family: Arial, sans-serif; */
}

/* .beneficiary-title::before {
    content: '• '; 
    color: inherit;
    font-size: 1em; 
    margin-right: 5px;
} */


.file-list {
    width: 100%;
    list-style: none;
    /* Remove default list styling */
    padding: 0;
    margin: 0;
}

.file-item {
    display: flex;
    /* Flex for horizontal alignment */
    align-items: center;
    /* Vertical alignment */
    justify-content: space-between;
    /* Space between text and actions */
    border: 1px solid #ccc;
    /* Add border for clarity */
    padding: 10px;
    /* Padding inside each row */
    border-radius: 5px;
    /* Rounded corners */
    margin-bottom: 10px;
    /* Space between rows */
    background-color: #f9f9f9;
    /* Light background */
}

.file-item p {
    margin: 0;
    /* Remove default margin */
    flex-grow: 1;
    /* Text can grow if needed */
}


.padding6px {
    cursor: pointer;
    /* Pointer cursor for icons */
    transition: color 0.2s ease-in-out;
}

.padding6px:hover {
    color: #007bff;
    /* Hover effect for icons */
}


/* benchmark graph */


.benchmark-tooltip-custom {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #333;
}

.benchmark-tooltip-custom strong {
    color: #000;
}

.user-table-row {
    border-top: 1px solid #efefef;
}

.user-table-row .css-1s3i9um-MuiTableCell-root {
    width: auto !important;
}

.textarea-mui {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {

    .notes-textarea,
    .add-note-btn {
        font-size: 12px;
    }

    .notes-item {
        font-size: 12px;
    }
}


/* 
    -------------------------OVERRIDE MUI CSS-------------------------------
*/
.MuiDataGrid-columnHeaders {
    /* background-color: #000080; */
    color: #fff;
}


.MuiDataGrid-columnHeader:nth-child(even) {
    background-color: #0e3a2a;
}

.MuiDataGrid-columnHeader:nth-child(odd) {
    background-color: #124734;
}

.MuiTypography-h5 {
    font-size: 0.875rem !important;
    text-transform: capitalize;
}

.css-ldw685-MuiTypography-root {
    font-size: 0.875rem !important;
}

.css-19u81b4-MuiTypography-root {
    font-size: 0.875rem !important;
}

.css-1e5656u-MuiTableCell-root {
    border-bottom: none !important;
    padding: 6px 6px 6px 15px !important;
    font-size: 0.775rem;
}

.MuiDataGrid-sortIcon {
    color: #fff
}

/* remove column  seprators icons */
.MuiDataGrid-columnSeparator {
    visibility: hidden;
}

.css-teccuw-MuiToolbar-root-MuiTablePagination-toolbar {
    display: block !important
}

.custom-select-label {
    display: flex !important;
}

.max-height-select {
    max-height: 100px;
}



/*----------------------------- pagination list------------------ */

/* Add this CSS to your stylesheet */
.active-page {
    background-color: #0067ac;
    color: white;
    /* Optional: Change text color for better contrast */
}



.pagination {
    display: flex;
    list-style: none;
    justify-content: center;
}

.pagination li {
    margin-right: 10px;
    cursor: pointer;
}

.pagination .active {
    font-weight: bold;
}

.change-log-text .row {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.change-log-text .text-lime-green {
    font-weight: 600;
    background-color: #e6ffe6;
}

/* 
.change-log-text span {
    color: #252525
} */

.portfolio-table th {
    padding: 10px;
    line-height: 1rem;
    color: #2a2a2a
}


.portfolio-table tr:nth-child(even) td:nth-child(even) {
    background-color: #efefef !important;
}

.portfolio-table tr:nth-child(even) {
    background-color: #f5f5f5 !important;
}

.portfolio-table tr:nth-child(odd) {
    background-color: #fff !important;
}


.text-10-light-gray {
    color: #a6a6a6;
    font-size: 10px;
}

.permissions-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.permission-item {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
}

.radio-form-control {
    margin-top: 10px;
}

.radio-label {
    font-size: 15px;
    margin-left: 5px;
}

.form-box-shadow {
    box-shadow: inset rgba(0, 0, 0, 0.24) 0px 0px 6px 1px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px,
        rgba(0, 0, 0, 0.07) 0px 2px 4px,
        rgba(0, 0, 0, 0.07) 0px 4px 8px,
        rgba(0, 0, 0, 0.07) 0px 8px 16px,
        rgba(0, 0, 0, 0.07) 0px 16px 32px,
        rgba(0, 0, 0, 0.07) 0px 32px 64px; */
}

.client-table th {
    padding: 10px;
}

.client-table td {
    padding: 5px;
}

.ck-editor__editable_inline {
    min-height: 300px;
}


.MuiDataGrid-footerContainer {
    border: none;
}

.MuiDataGrid-root {
    border: none;
}