@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/AdminActions/AdminActions.razor.rz.scp.css */
/* PAGINATION */
.pagination__wrapper[b-0nj4wexgwd] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.table_pagination_wrapper[b-0nj4wexgwd] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: space-between;
}

/* TABLE */

.table__wrapper[b-0nj4wexgwd] {
    height: 580px;
    overflow: auto;
}

.tabs__wrapper[b-0nj4wexgwd] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.table__wrapper .status[b-0nj4wexgwd]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status.red[b-0nj4wexgwd]:before {
    background-color: var(--red-color);
}

.table__wrapper .status.green[b-0nj4wexgwd]:before {
    background-color: var(--green-color);
}

/* Override body scrollbar */

.table__wrapper[b-0nj4wexgwd]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-0nj4wexgwd]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* FILTER STYLES */

.filters__wrapper[b-0nj4wexgwd]  .filter__wrapper::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-0nj4wexgwd]  .page-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filters__wrapper[b-0nj4wexgwd]  .page-wrapper::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-0nj4wexgwd]  .filter__wrapper::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filters__wrapper[b-0nj4wexgwd]  .filter-group {
    display: inline-flex;
    gap: 10px;
}

    .filters__wrapper[b-0nj4wexgwd]  .filter-group.between {
        justify-content: space-between;
    }

.filters__wrapper[b-0nj4wexgwd]  .items-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.filters__wrapper[b-0nj4wexgwd]  .filter-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: end;
}

.filters__wrapper[b-0nj4wexgwd]  .item-content select {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 34px;
    outline: none;
    padding: 0 5px;
}

    .filters__wrapper[b-0nj4wexgwd]  .item-content select:focus {
        border-color: #fff;
    }

.filters__wrapper[b-0nj4wexgwd]  .item-content input {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 32px;
    outline: none;
    padding: 0 5px;
}

    .filters__wrapper[b-0nj4wexgwd]  .item-content input:focus {
        border-color: #fff;
    }

.filters__wrapper[b-0nj4wexgwd]  .input-wrapper {
    display: flex;
}

/* FILTERS */

.filters__wrapper[b-0nj4wexgwd] {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 160px;
    justify-content: center;
    margin: 1rem 0;
}

    .filters__wrapper[b-0nj4wexgwd]::-webkit-scrollbar {
        height: 0.7rem;
        width: 0.7rem;
    }

    .filters__wrapper[b-0nj4wexgwd]::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
        border-radius: .5rem;
        outline: 1px solid var(--primary-color);
    }


/* FILTER */

select[b-0nj4wexgwd] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-0nj4wexgwd] {
    background-color: var(--background);
}

select:focus[b-0nj4wexgwd] {
    border-color: #fff;
}

input[b-0nj4wexgwd] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 30px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

    input:focus[b-0nj4wexgwd] {
        border-color: #fff;
    }


.filter__wrapper[b-0nj4wexgwd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 180px;
    justify-content: center;
    margin: 1rem 0;
}

    /* Override body wrapper scrollbar */

    .filter__wrapper[b-0nj4wexgwd]::-webkit-scrollbar {
        height: 0.7rem;
        width: 0.7rem;
    }

    .filter__wrapper[b-0nj4wexgwd]::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
        border-radius: .5rem;
        outline: 1px solid var(--primary-color);
    }

.filter-group[b-0nj4wexgwd] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.items-group[b-0nj4wexgwd] {
    display: flex;
    gap: 10px;
}

.filter-item[b-0nj4wexgwd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-0nj4wexgwd] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

    .item-content.export[b-0nj4wexgwd] {
        gap: 2px;
    }

.input__wrapper[b-0nj4wexgwd] {
    display: flex;
    margin-top: -1px;
}

.reload-button[b-0nj4wexgwd] {
    background-color: #006DBB;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

    .reload-button:hover[b-0nj4wexgwd] {
        background-color: #006DBB;
        opacity: 0.9;
    }


.add-button[b-0nj4wexgwd] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

    .add-button:hover[b-0nj4wexgwd] {
        background-color: #0E9701;
        opacity: 0.9;
    }
/* /Pages/AdminActions/AdminActionsTable.razor.rz.scp.css */
.icons__wrapper[b-9tnhswziyf] {
    color: #fff;
    display: flex;
    gap: 5px;
}

    .icons__wrapper[b-9tnhswziyf]  .mdc-button {
        height: 24px !important;
        min-width: auto !important;
        padding: 0 !important;
        width: auto !important;
    }

    .icons__wrapper button[b-9tnhswziyf] {
        appearance: none;
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 0;
    }

.checkbox-header__item[b-9tnhswziyf] {
    max-width: 50px;
}

.table__wrapper[b-9tnhswziyf] {
    border-radius: 4px;
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

    /* Override body scrollbar */

    .table__wrapper[b-9tnhswziyf]::-webkit-scrollbar {
        height: 0.7rem;
        width: 0.7rem;
    }

    .table__wrapper[b-9tnhswziyf]::-webkit-scrollbar-thumb {
        background-color: var(--secondary-color);
        border-radius: .5rem;
        outline: 1px solid var(--primary-color);
    }

    .table__wrapper .status_green[b-9tnhswziyf]:before {
        background-color: #00ff00;
        border-radius: 50%;
        content: '';
        display: inline-block;
        height: 10px;
        margin-right: 10px;
        width: 10px;
    }

    .table__wrapper .status_red[b-9tnhswziyf]:before {
        background-color: #ff0000;
        border-radius: 50%;
        content: '';
        display: inline-block;
        height: 10px;
        margin-right: 10px;
        width: 10px;
    }

.table__button[b-9tnhswziyf] {
    background-color: red;
}

.mdc-checkbox__background[b-9tnhswziyf] {
    border-color: var(--text-color);
}

.no__data[b-9tnhswziyf] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
/* /Pages/Admins/Admins.razor.rz.scp.css */
/* PAGINATION */
.pagination__wrapper[b-xt19p197l9] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.table_pagination_wrapper[b-xt19p197l9] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: space-between;
}

/* TABLE */

.table__wrapper[b-xt19p197l9] {
    height: 580px;
    overflow: auto;
}

.tabs__wrapper[b-xt19p197l9] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.table__wrapper .status[b-xt19p197l9]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status.red[b-xt19p197l9]:before { background-color: var(--red-color); }

.table__wrapper .status.green[b-xt19p197l9]:before { background-color: var(--green-color); }

/* Override body scrollbar */

.table__wrapper[b-xt19p197l9]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-xt19p197l9]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* FILTER STYLES */

.filters__wrapper[b-xt19p197l9]  .filter__wrapper::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-xt19p197l9]  .page-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filters__wrapper[b-xt19p197l9]  .page-wrapper::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-xt19p197l9]  .filter__wrapper::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filters__wrapper[b-xt19p197l9]  .filter-group {
    display: inline-flex;
    gap: 10px;
}

.filters__wrapper[b-xt19p197l9]  .filter-group.between { justify-content: space-between; }

.filters__wrapper[b-xt19p197l9]  .items-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.filters__wrapper[b-xt19p197l9]  .filter-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: end;
}

.filters__wrapper[b-xt19p197l9]  .item-content select {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 34px;
    outline: none;
    padding: 0 5px;
}

.filters__wrapper[b-xt19p197l9]  .item-content select:focus { border-color: #fff; }

.filters__wrapper[b-xt19p197l9]  .item-content input {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    height: 32px;
    outline: none;
    padding: 0 5px;
}

.filters__wrapper[b-xt19p197l9]  .item-content input:focus { border-color: #fff; }

.filters__wrapper[b-xt19p197l9]  .input-wrapper { display: flex; }

/* FILTERS */

.filters__wrapper[b-xt19p197l9] {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 160px;
    justify-content: center;
    margin: 1rem 0;
}

.filters__wrapper[b-xt19p197l9]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-xt19p197l9]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}


/* FILTER */

select[b-xt19p197l9] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-xt19p197l9] { background-color: var(--background); }

select:focus[b-xt19p197l9] { border-color: #fff; }

input[b-xt19p197l9] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 30px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input:focus[b-xt19p197l9] { border-color: #fff; }


.filter__wrapper[b-xt19p197l9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 180px;
    justify-content: center;
    margin: 1rem 0;
}

/* Override body wrapper scrollbar */

.filter__wrapper[b-xt19p197l9]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filter__wrapper[b-xt19p197l9]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filter-group[b-xt19p197l9] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.items-group[b-xt19p197l9] {
    display: flex;
    gap: 10px;
}

.filter-item[b-xt19p197l9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-xt19p197l9] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

.item-content.export[b-xt19p197l9] { gap: 2px; }

.input__wrapper[b-xt19p197l9] {
    display: flex;
    margin-top: -1px;
}

.reload-button[b-xt19p197l9] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-xt19p197l9] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}

.add-button[b-xt19p197l9] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-xt19p197l9] {
    background-color: #0E9701;
    opacity: 0.9;
}
/* /Pages/Admins/AdminsTable.razor.rz.scp.css */
.icons__wrapper[b-6557xl0jqf] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-6557xl0jqf]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-6557xl0jqf] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-6557xl0jqf] { max-width: 50px; }

.table__wrapper[b-6557xl0jqf] {
    border-radius: 4px;
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

/* Override body scrollbar */

.table__wrapper[b-6557xl0jqf]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-6557xl0jqf]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status_green[b-6557xl0jqf]:before {
    background-color: #00ff00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status_red[b-6557xl0jqf]:before {
    background-color: #ff0000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__button[b-6557xl0jqf] { background-color: red; }

.mdc-checkbox__background[b-6557xl0jqf] { border-color: var(--text-color); }

.no__data[b-6557xl0jqf] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
/* /Pages/CashActivities/CashActivities.razor.rz.scp.css */
.pagination__wrapper[b-eiq355dy3y] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tabs__wrapper[b-eiq355dy3y] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.table_pagination_wrapper[b-eiq355dy3y] {
    display: flex;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    height: 65vh;
    justify-content: space-between;
}

.table__wrapper[b-eiq355dy3y]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

select[b-eiq355dy3y] {
    background-color: var(--background);
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #CFCFCF;
    height: 34px;
    min-width: 180px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

select:focus[b-eiq355dy3y] { border-color: var(--filter-color); }

option[b-eiq355dy3y] {
    color: #CFCFCF;
    height: 10px;
}

.reload-button[b-eiq355dy3y] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-eiq355dy3y] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}


.add-button[b-eiq355dy3y] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-eiq355dy3y] {
    background-color: #0E9701;
    opacity: 0.9;
}

.save-button[b-eiq355dy3y] {
    background-color: transparent;
    border: 2px solid #0E9701;
    border-radius: 2px;
    color: #0E9701;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 83px;
}

.save-button:hover[b-eiq355dy3y] {
    background-color: transparent;
    opacity: 0.9;
}
/* /Pages/CashActivities/CashActivitiesModal.razor.rz.scp.css */
option[b-wh58b3yup4] {
    background-color: var(--modal-option-bg-color);
    font-size: 14px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-wh58b3yup4] {
    display: inline-flex;
    height: 100%;
    height: 413px;
    width: 100%;
}

/* MENU WRAPPER */

.menu__wrapper[b-wh58b3yup4] {
    height: 100%;
    width: 350px;
}

/* CONTENT */

.content__wrapper[b-wh58b3yup4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.content[b-wh58b3yup4] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding: 14px;
}

/* Override content scrollbar */

.content[b-wh58b3yup4]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-wh58b3yup4]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.content.between[b-wh58b3yup4] { justify-content: space-between; }

.content .row[b-wh58b3yup4] {
    align-items: center;
    display: flex;
    overflow-x: auto;
}

.content .row-select[b-wh58b3yup4] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.row .item[b-wh58b3yup4] {
    color: grey;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 167px;
}

.item-content[b-wh58b3yup4] { display: flex; }

.item-content[b-wh58b3yup4]  textarea { height: 100px; }

.item-content-auto[b-wh58b3yup4] {
    color: var(--modal-text-color);
    display: flex;
}

.item-content-auto[b-wh58b3yup4]  textarea { height: 100px; }

.row[b-wh58b3yup4]  input {
    height: 38px;
    width: 100%;
}

.row-select[b-wh58b3yup4]  input {
    height: 38px;
    width: 100%;
}

.row[b-wh58b3yup4]  select {
    height: 38px;
    width: 100%;
}

.row-select[b-wh58b3yup4]  select {
    height: 38px;
    width: 100%;
}

.row[b-wh58b3yup4] {
    display: inline-flex;
    gap: 10px;
}

.row-select[b-wh58b3yup4] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-wh58b3yup4] {
    display: inline-flex;
    gap: 10px;
    margin-left: 15px;
    min-height: 34px;
    width: max-content;
}

.button-create[b-wh58b3yup4] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    width: 83px;
}

.button-create:hover[b-wh58b3yup4] { opacity: 0.5; }

.button-cancel[b-wh58b3yup4] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    width: 95px;
}

.button-cancel:hover[b-wh58b3yup4] { opacity: 0.5; }

/* MENU */

.menu[b-wh58b3yup4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:first-child[b-wh58b3yup4] {
    height: 100%;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-wh58b3yup4] {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-group[b-wh58b3yup4]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-wh58b3yup4]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-wh58b3yup4] {
    background-color: transparent;
    border: 1px solid var(--filter-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 14px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 167px;
}

.modal__wrapper input:focus[b-wh58b3yup4] { border-color: var(--modal-text-color); }

.modal__wrapper select[b-wh58b3yup4] {
    background-color: transparent;
    border: 1px solid var(--filter-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 14px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
    width: 167px;
}

.modal__wrapper select:focus[b-wh58b3yup4] { border-color: var(--modal-text-color); }

.modal__wrapper textarea[b-wh58b3yup4] {
    background-color: transparent;
    border: 1px solid var(--modal-text-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-wh58b3yup4] { border-color: var(--modal-text-color); }

/* Firefox */

input[type=number][b-wh58b3yup4] { -moz-appearance: textfield; }

.header[b-wh58b3yup4] {
    margin-left: 14px;
    margin-top: 20px;
}

.title[b-wh58b3yup4] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    font-size: 14px;
    padding-bottom: 5px;
    width: max-content;
}

.content-grid[b-wh58b3yup4] { }

.item-header[b-wh58b3yup4] { font-size: 13px; }
/* /Pages/CashActivities/CashActivitiesTable.razor.rz.scp.css */
.icons__wrapper[b-d6xuuojfke] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-d6xuuojfke]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-d6xuuojfke] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

input[type="number"][b-d6xuuojfke] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 32px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input[type="text"][b-d6xuuojfke] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 32px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.checkbox-header__item[b-d6xuuojfke] { max-width: 50px; }

.table__wrapper[b-d6xuuojfke] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

/* Override body scrollbar */

.table__wrapper[b-d6xuuojfke]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-d6xuuojfke]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--secondary-color);
}

.table__wrapper .status[b-d6xuuojfke]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status.red[b-d6xuuojfke]:before { background-color: red; }

.table__wrapper .status.green[b-d6xuuojfke]:before { background-color: green; }

.table__button[b-d6xuuojfke] { background-color: red; }

select[b-d6xuuojfke] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}


option[b-d6xuuojfke] { background-color: var(--background); }

select:focus[b-d6xuuojfke] { border-color: #fff; }

.no__data[b-d6xuuojfke] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.button-accept[b-d6xuuojfke] {
    align-items: center;
    background-color: #0E9701;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

    .button-accept:hover[b-d6xuuojfke] {
        background-color: rgba(14, 151, 1, 0.5);
    }

.button-reject[b-d6xuuojfke] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-d6xuuojfke] {
    background-color: rgba(234, 57, 67, 0.5);
}

.center-button-cell[b-d6xuuojfke] {
    text-align: center;
    vertical-align: middle;
    width: 60px; /* Fixed width for consistency */
    padding: 5px;
}

.button-accept[b-d6xuuojfke], .button-reject[b-d6xuuojfke] {
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
    margin: 0 auto; /* Center horizontally within the cell */
    border: none; /* Add this to ensure no default button borders */
    cursor: pointer; /* Add pointer cursor for better UX */
}

.button-accept[b-d6xuuojfke] {
    background-color: #0E9701;
}

.button-reject[b-d6xuuojfke] {
    background-color: #EA3943;
}

.button-accept:hover[b-d6xuuojfke] {
    background-color: rgba(14, 151, 1, 0.5);
}

.button-reject:hover[b-d6xuuojfke] {
    background-color: rgba(234, 57, 67, 0.5);
}

/* Add this if buttons are still not perfectly centered */
.center-button-cell button[b-d6xuuojfke] {
    margin: 0 auto;
    display: block;
}

.add-button[b-d6xuuojfke] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-d6xuuojfke] {
    background-color: #0E9701;
    opacity: 0.9;
}
/* /Pages/CashActivities/CashTransferModal.razor.rz.scp.css */
option[b-w9rfcmqm4m] {
    background-color: var(--modal-option-bg-color);
    font-size: 14px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-w9rfcmqm4m] {
    display: inline-flex;
    height: 100%;
    height: 413px;
    width: 100%;
}

/* MENU WRAPPER */

.menu__wrapper[b-w9rfcmqm4m] {
    height: 100%;
    width: 350px;
}

/* CONTENT */

.content__wrapper[b-w9rfcmqm4m] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
}

.content[b-w9rfcmqm4m] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding: 14px;
}

/* Override content scrollbar */

.content[b-w9rfcmqm4m]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-w9rfcmqm4m]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.content.between[b-w9rfcmqm4m] { justify-content: space-between; }

.content .row[b-w9rfcmqm4m] {
    align-items: center;
    display: flex;
    overflow-x: auto;
}

.content .row-select[b-w9rfcmqm4m] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.row .item[b-w9rfcmqm4m] {
    color: grey;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 167px;
}

.item-content[b-w9rfcmqm4m] { display: flex; }

.item-content[b-w9rfcmqm4m]  textarea { height: 100px; }

.item-content-auto[b-w9rfcmqm4m] {
    color: var(--modal-text-color);
    display: flex;
}

.item-content-auto[b-w9rfcmqm4m]  textarea { height: 100px; }

.row[b-w9rfcmqm4m]  input {
    height: 38px;
    width: 100%;
}

.row-select[b-w9rfcmqm4m]  input {
    height: 38px;
    width: 100%;
}

.row[b-w9rfcmqm4m]  select {
    height: 38px;
    width: 100%;
}

.row-select[b-w9rfcmqm4m]  select {
    height: 38px;
    width: 100%;
}

.row[b-w9rfcmqm4m] {
    display: inline-flex;
    gap: 10px;
}

.row-select[b-w9rfcmqm4m] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-w9rfcmqm4m] {
    display: inline-flex;
    gap: 10px;
    margin-left: 15px;
    min-height: 34px;
    width: max-content;
}

.button-create[b-w9rfcmqm4m] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    width: 83px;
}

.button-create:hover[b-w9rfcmqm4m] { opacity: 0.5; }

.button-cancel[b-w9rfcmqm4m] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    width: 95px;
}

.button-cancel:hover[b-w9rfcmqm4m] { opacity: 0.5; }

/* MENU */

.menu[b-w9rfcmqm4m] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:first-child[b-w9rfcmqm4m] {
    height: 100%;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-w9rfcmqm4m] {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-group[b-w9rfcmqm4m]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-w9rfcmqm4m]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-w9rfcmqm4m] {
    background-color: transparent;
    border: 1px solid var(--filter-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 14px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 167px;
}

.modal__wrapper input:focus[b-w9rfcmqm4m] { border-color: var(--modal-text-color); }

.modal__wrapper select[b-w9rfcmqm4m] {
    background-color: transparent;
    border: 1px solid var(--filter-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 14px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
    width: 167px;
}

.modal__wrapper select:focus[b-w9rfcmqm4m] { border-color: var(--modal-text-color); }

.modal__wrapper textarea[b-w9rfcmqm4m] {
    background-color: transparent;
    border: 1px solid var(--modal-text-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-w9rfcmqm4m] { border-color: var(--modal-text-color); }

/* Firefox */

input[type=number][b-w9rfcmqm4m] { -moz-appearance: textfield; }

.header[b-w9rfcmqm4m] {
    margin-left: 14px;
    margin-top: 20px;
}

.title[b-w9rfcmqm4m] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    font-size: 14px;
    padding-bottom: 5px;
    width: max-content;
}

.content-grid[b-w9rfcmqm4m] { }

.item-header[b-w9rfcmqm4m] { font-size: 13px; }
/* /Pages/ContactUs.razor.rz.scp.css */
.card_wrapper[b-e3m5xecq8c] {
    background-color: #161A1E;
    border: 1px solid #20262B;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 5px;
    max-width: 405px;
    padding: 20px;
}

.title[b-e3m5xecq8c] {
    color: #CFCFCF;
    font-size: 16px;
}

.link_wrapper[b-e3m5xecq8c] {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}

.regular_text[b-e3m5xecq8c] {
    color: #CFCFCF;
    font-size: 13px;
    opacity: 0.7;
}

.img_wrapper[b-e3m5xecq8c] {
    display: flex;
    flex-direction: column;
}

.img_row[b-e3m5xecq8c] { margin-top: 5px; }

.img_back[b-e3m5xecq8c] {
    align-items: center;
    background-color: #1B2024;
    border: 0px;
    border-radius: 225px;
    display: inline-flex;
    height: 41px;
    justify-content: center;
    width: 41px;
}

.link[b-e3m5xecq8c] {
    color: #CFCFCF;
    font-size: 13px;
    text-decoration: none
}
/* /Pages/Groups/Groups.razor.rz.scp.css */
/* Override body scrollbar */

.table__wrapper[b-nw65zte3vg]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-nw65zte3vg]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.pagination__wrapper[b-nw65zte3vg] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tabs__wrapper[b-nw65zte3vg] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.table_pagination_wrapper[b-nw65zte3vg] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: space-between;
}

/* FILTER */

select[b-nw65zte3vg] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 35px;
    min-width: 180px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-nw65zte3vg] {
    background: #1D1E21;
    margin-bottom: 5px;
    margin-left: 19px;
    margin-top: 5px;
}

select:focus[b-nw65zte3vg] { border-color: #fff; }

input[b-nw65zte3vg] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 30px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input:focus[b-nw65zte3vg] { border-color: #fff; }



.filter__wrapper[b-nw65zte3vg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 180px;
    justify-content: center;
    margin: 1rem 0;
}

/* Override body wrapper scrollbar */

.filter__wrapper[b-nw65zte3vg]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filter__wrapper[b-nw65zte3vg]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filter-group[b-nw65zte3vg] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.items-group[b-nw65zte3vg] {
    display: flex;
    gap: 10px;
}

.filter-item[b-nw65zte3vg] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-nw65zte3vg] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

.reload-button[b-nw65zte3vg] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-nw65zte3vg] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}


.add-button[b-nw65zte3vg] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-nw65zte3vg] {
    background-color: #0E9701;
    opacity: 0.9;
}
/* /Pages/Groups/GroupsTable.razor.rz.scp.css */
.icons__wrapper[b-m9m2xv3ox4] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-m9m2xv3ox4]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-m9m2xv3ox4] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-m9m2xv3ox4] { max-width: 50px; }

.table__wrapper[b-m9m2xv3ox4] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

.thead th[b-m9m2xv3ox4] {
    background-color: var(--primary-color);
    color: var(--primary-color);
    height: 35px;
    user-select: none;
}

.thead th:first-child[b-m9m2xv3ox4] { width: 20px; }

thead[b-m9m2xv3ox4]  th {
    background-color: var(--primary-color);
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

thead[b-m9m2xv3ox4]  th:first-child { width: 20px; }


/* Override body scrollbar */

.table__wrapper[b-m9m2xv3ox4]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-m9m2xv3ox4]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status_green[b-m9m2xv3ox4]:before {
    background-color: #00ff00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status_red[b-m9m2xv3ox4]:before {
    background-color: #ff0000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__button[b-m9m2xv3ox4] { background-color: red; }

.no__data[b-m9m2xv3ox4] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.center-button-cell[b-m9m2xv3ox4] {
    text-align: center;
}

.center-button-cell button[b-m9m2xv3ox4] {
    margin: 2px;
}

.add-button[b-m9m2xv3ox4] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

    .add-button:hover[b-m9m2xv3ox4] {
        background-color: #0E9701;
        opacity: 0.9;
    }

.reject_button[b-m9m2xv3ox4] {
    background-color: var(--red-color);
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.reject_button:hover[b-m9m2xv3ox4] {
    opacity: 0.9;
}
/* /Pages/Index.razor.rz.scp.css */
.widgets__wrapper[b-3vatx8ypn5] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 2rem;
}

.widgets__wrapper[b-3vatx8ypn5]  img {
    pointer-events: none;
    user-select: none;
}

.first-widget-row[b-3vatx8ypn5] {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-right: 0.5%;
    min-width: 49.5%;
}

.second-widget-row[b-3vatx8ypn5] {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: 0.5%;
    min-width: 49.5%;
}

.widgets-row-balance[b-3vatx8ypn5] {
    align-items: center;
    background-color: #161A1E;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    transition: width 0.5s ease, height 0.5s ease, background-color 0.5s ease;
}

@media only screen and (max-width: 1400px) {
    .widgets-row-balance[b-3vatx8ypn5] {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}


@media screen and (max-width: 1150px) {
    .widgets-row[b-3vatx8ypn5] {
        flex-direction: column;
        gap: 20px;
    }
}

.widget-content[b-3vatx8ypn5] {
    display: flex;
}

.show-more[b-3vatx8ypn5] {
    align-items: center;
    background-color: rgb(27, 32, 36);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 100%;
}


.show__button[b-3vatx8ypn5] {
    align-items: center;
    background: transparent;
    border: 0;
    color: #006DBB;
    cursor: pointer;
    display: flex;
}

.balances-widget[b-3vatx8ypn5] {
    justify-content: space-between;
    margin-bottom: 20px;
}

.balances-dashboard[b-3vatx8ypn5] {
    background-color: #161A1E;
}

.balances-container[b-3vatx8ypn5] {
    display: flex;
    justify-content: space-between;
}

.balances-column[b-3vatx8ypn5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1510px) {
    .balances-container[b-3vatx8ypn5] {
        display: block;
    }
    .balances-column[b-3vatx8ypn5] {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 2700px) {
    .balances-column[b-3vatx8ypn5] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.balances-header[b-3vatx8ypn5] {
    margin-left: 10px;
}

.show-more[b-3vatx8ypn5] {
    background-color: #1B2024;
    grid-column: span 2;
    text-align: center;
}

.custom-show-more-button[b-3vatx8ypn5] {
    background-color: transparent;
    border: none;
    color: #009cff;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    padding: 0;
    outline: none;
    display: flex;
    align-items: center;
}

.custom-show-more-button:hover[b-3vatx8ypn5] {
    color: #006bb3;
}

.custom-show-more-button:focus[b-3vatx8ypn5] {
    outline: none;
}

.custom-show-more-button span[b-3vatx8ypn5] {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.custom-show-more-button .islb-icon[b-3vatx8ypn5] {
    vertical-align: middle;
}
/* /Pages/Ledger/LedgerHeader.razor.rz.scp.css */
/* MAT TAB OVERRIDE */

.pagination__wrapper[b-dwi866pzca] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.table_pagination_wrapper[b-dwi866pzca] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: space-between;
}

.tabs__wrapper[b-dwi866pzca] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.icon__wrapper[b-dwi866pzca] { user-select: none; }

select[b-dwi866pzca] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #CFCFCF;
    height: 35px;
    min-width: 180px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-dwi866pzca] { background-color: #101010; }

select:focus[b-dwi866pzca] { border-color: #fff; }

.reload-button[b-dwi866pzca] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-dwi866pzca] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}

.add-button[b-dwi866pzca] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-dwi866pzca] {
    background-color: #0E9701;
    opacity: 0.9;
}

.custom-checkbox[b-dwi866pzca] {
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    border: 2px solid #ccc;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    border-radius: 3px;
}

.custom-checkbox:checked[b-dwi866pzca] {
    border-color: #1a73e8;
}

.custom-checkbox:checked[b-dwi866pzca]::before {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1a73e8;
    font-size: 14px;
}

.checkbox-wrapper[b-dwi866pzca] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-wrapper label[b-dwi866pzca] {
    cursor: pointer;
    font-size: 16px;
    color: var(--filter-header-color);
}
/* /Pages/Ledger/LedgerTable.razor.rz.scp.css */
.icons__wrapper[b-bn4oy03uo4] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-bn4oy03uo4]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-bn4oy03uo4] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-bn4oy03uo4] { max-width: 50px; }

.table__wrapper[b-bn4oy03uo4] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

/* Override body scrollbar */

.table__wrapper[b-bn4oy03uo4]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-bn4oy03uo4]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__button[b-bn4oy03uo4] { background-color: red; }

.table__wrapper .status_green[b-bn4oy03uo4]:before {
    background-color: #00ff00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status_red[b-bn4oy03uo4]:before {
    background-color: #ff0000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.no__data[b-bn4oy03uo4] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
/* /Pages/Ledger/UserTransactions/LedgerUserTransactionsHeader.razor.rz.scp.css */
.table__wrapper[b-146pffdj8e]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.pagination__wrapper[b-146pffdj8e] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tabs__wrapper[b-146pffdj8e] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.table_pagination_wrapper[b-146pffdj8e] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 63vh;
    justify-content: space-between;
    margin-top: 25px;
}

select[b-146pffdj8e] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-146pffdj8e] {
    background-color: var(--background);
}

select:focus[b-146pffdj8e] {
    border-color: #fff;
}

.reload-button[b-146pffdj8e] {
    background-color: #006DBB;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

    .reload-button:hover[b-146pffdj8e] {
        background-color: #006DBB;
        opacity: 0.9;
    }
/* /Pages/Ledger/UserTransactions/LedgerUserTransactionsTable.razor.rz.scp.css */
.icons__wrapper[b-w7crlzodru] {
    color: #fff;
    display: flex;
    gap: 5px;
}

    .icons__wrapper[b-w7crlzodru]  .mdc-button {
        height: 24px !important;
        min-width: auto !important;
        padding: 0 !important;
        width: auto !important;
    }

    .icons__wrapper button[b-w7crlzodru] {
        appearance: none;
        background-color: transparent;
        border: none;
        margin: 0;
        padding: 0;
    }

.checkbox-header__item[b-w7crlzodru] {
    max-width: 50px;
}

.table__wrapper[b-w7crlzodru] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

    /* Override body scrollbar */

    .table__wrapper[b-w7crlzodru]::-webkit-scrollbar {
        height: 0.7rem;
        width: 0.7rem;
    }

    .table__wrapper[b-w7crlzodru]::-webkit-scrollbar-thumb {
        background-color: var(--secondary-color);
        border-radius: .5rem;
        outline: 1px solid var(--primary-color);
    }

.table__button[b-w7crlzodru] {
    background-color: red;
}

.table__wrapper .status_green[b-w7crlzodru]:before {
    background-color: #00ff00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status_red[b-w7crlzodru]:before {
    background-color: #ff0000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.no__data[b-w7crlzodru] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
/* /Pages/Onboarding/Onboarding.razor.rz.scp.css */
.table__wrapper[b-iq752mv4po] {
    height: 580px;
    overflow: auto;
}

/* Override body scrollbar */

.table__wrapper[b-iq752mv4po]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-iq752mv4po]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.pagination__wrapper[b-iq752mv4po] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tabs__wrapper[b-iq752mv4po] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.table_pagination_wrapper[b-iq752mv4po] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: space-between;
}


/* FILTER */

select[b-iq752mv4po] {
    background-color: var(--background);
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #CFCFCF;
    height: 34px;
    min-width: 180px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-iq752mv4po] { color: #CFCFCF; }

select:focus[b-iq752mv4po] { border-color: var(--filter-color); }

input[b-iq752mv4po] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: var(--filter-color);
    height: 30px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input:focus[b-iq752mv4po] { border-color: var(--filter-color); }


.filter__wrapper[b-iq752mv4po] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 180px;
    justify-content: center;
    margin: 1rem 0;
}

/* Override body wrapper scrollbar */

.filter__wrapper[b-iq752mv4po]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filter__wrapper[b-iq752mv4po]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filter-group[b-iq752mv4po] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.items-group[b-iq752mv4po] {
    display: flex;
    gap: 10px;
}

.filter-item[b-iq752mv4po] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-iq752mv4po] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

.reload-button[b-iq752mv4po] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-iq752mv4po] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}
/* /Pages/Onboarding/OnboardingTable.razor.rz.scp.css */
.icons__wrapper[b-ot6maf8gxj] {
    color: #fff;
    display: flex;
    gap: 5px;
}


.checkbox-header__item[b-ot6maf8gxj] { max-width: 50px; }

.table__wrapper[b-ot6maf8gxj] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

/* Override body scrollbar */

.table__wrapper[b-ot6maf8gxj]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-ot6maf8gxj]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status[b-ot6maf8gxj]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status.red[b-ot6maf8gxj]:before { background-color: red; }

.table__wrapper .status.green[b-ot6maf8gxj]:before { background-color: green; }

.table__button[b-ot6maf8gxj] { background-color: red; }

.row-sub-menu-active .header-item[b-ot6maf8gxj] {
    display: flex;
    font-size: 1.5em;
    justify-content: center;
    margin-top: 1%;
}

.row-sub-menu-active .content[b-ot6maf8gxj] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    padding: 1rem;
}


.row-sub-menu-active .content.between[b-ot6maf8gxj] { justify-content: space-between; }

.row-sub-menu-active .content .row[b-ot6maf8gxj] {
    display: inline-flex;
    width: 100%;
}

.row-sub-menu-active .row .item[b-ot6maf8gxj] {
    display: flex;
    gap: 5px;
    width: 100%;
}

.row-sub-menu-active .row[b-ot6maf8gxj] {
    display: inline-flex;
    gap: 10px;
}

.row-sub-menu-active .content_info[b-ot6maf8gxj] {
    font-size: 0.8rem;
    margin-bottom: 1%;
    margin-top: 1%;
}

.no__data[b-ot6maf8gxj] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* unvisited link */

a:-webkit-any-link[b-ot6maf8gxj] { color: var(--text-color); }

/* visited link */

a:visited[b-ot6maf8gxj] { color: #388ac2; }

/* mouse over link */

a:hover[b-ot6maf8gxj] { color: var(--background-secondary-color); }

/* selected link */

a:active[b-ot6maf8gxj] { color: var(--primary-color); }


td .button_link[b-ot6maf8gxj] {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.button_link:hover[b-ot6maf8gxj] { background-color: #232220; }

.add-button[b-ot6maf8gxj] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-ot6maf8gxj] {
    background-color: #0E9701;
    opacity: 0.9;
}

.reject_button[b-ot6maf8gxj] {
    background-color: var(--red-color);
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.reject_button:hover[b-ot6maf8gxj] {
    opacity: 0.9; 
}

.center-button-cell[b-ot6maf8gxj] {
    text-align: center;
}

.center-button-cell button[b-ot6maf8gxj] {
    margin: 2px;
}
/* /Pages/Reports/Crypto/Trades/CryptoTradesReport.razor.rz.scp.css */
.pagination__wrapper[b-lgik5u4tmm] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.table_pagination_wrapper[b-lgik5u4tmm] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 63vh;
    justify-content: space-between;
    margin-top: 25px;
}

select[b-lgik5u4tmm] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 35px;
    min-width: 180px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-lgik5u4tmm] { background-color: #293036; }

select:focus[b-lgik5u4tmm] { border-color: #fff; }

.reload-button[b-lgik5u4tmm] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-lgik5u4tmm] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}
/* /Pages/Reports/Crypto/Trades/CryptoTradesReportTable.razor.rz.scp.css */
.icons__wrapper[b-xbzdhoatlp] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-xbzdhoatlp]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-xbzdhoatlp] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-xbzdhoatlp] { max-width: 50px; }


/* Override body scrollbar */

.table__wrapper[b-xbzdhoatlp] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

.table__wrapper[b-xbzdhoatlp]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-xbzdhoatlp]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status[b-xbzdhoatlp]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.no__data[b-xbzdhoatlp] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

td .button_link[b-xbzdhoatlp] {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.button_link:hover[b-xbzdhoatlp] { background-color: #232220; }
/* /Pages/Reports/Crypto/Transactions/CryptoTransactionsReport.razor.rz.scp.css */
.table__wrapper[b-79nhxue8yt]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.pagination__wrapper[b-79nhxue8yt] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.tabs__wrapper[b-79nhxue8yt] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.table_pagination_wrapper[b-79nhxue8yt] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 63vh;
    justify-content: space-between;
    margin-top: 25px;
}

select[b-79nhxue8yt] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-79nhxue8yt] { background-color: var(--background); }

select:focus[b-79nhxue8yt] { border-color: #fff; }

.reload-button[b-79nhxue8yt] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-79nhxue8yt] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}
/* /Pages/Reports/Crypto/Transactions/CryptoTransactionsReportTable.razor.rz.scp.css */
.icons__wrapper[b-6ceg23b7c6] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.checkbox-header__item[b-6ceg23b7c6] { max-width: 50px; }

.thead th[b-6ceg23b7c6] {
    background-color: var(--primary-color);
    color: var(--primary-color);
    height: 35px;
    user-select: none;
}

.thead th:first-child[b-6ceg23b7c6] { width: 20px; }

thead[b-6ceg23b7c6]  th {
    background-color: var(--primary-color);
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

thead[b-6ceg23b7c6]  th:first-child { width: 20px; }


/* Override body scrollbar */

.table__wrapper[b-6ceg23b7c6] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

.table__wrapper[b-6ceg23b7c6]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-6ceg23b7c6]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status[b-6ceg23b7c6]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.no__data[b-6ceg23b7c6] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


td .button_link[b-6ceg23b7c6] {
    background-color: var(--primary-color);
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 14px;
}

.button_link:hover[b-6ceg23b7c6] { background-color: #232220; }

.button-accept[b-6ceg23b7c6] {
    align-items: center;
    background-color: #0E9701;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-accept:hover[b-6ceg23b7c6] { background-color: rgba(14, 151, 1, 0.5); }

.button-reject[b-6ceg23b7c6] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-6ceg23b7c6] { background-color: rgba(234, 57, 67, 0.5); }
/* /Pages/Traders/Submenu/OrdersSubmenu.razor.rz.scp.css */
.no__data[b-19i4rja4n8] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.naming[b-19i4rja4n8] {
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
    width: 100%;
}
/* /Pages/Traders/Submenu/PendingsSubmenu.razor.rz.scp.css */
.no__data[b-om1qwx324v] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.naming[b-om1qwx324v] {
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
    width: 100%;
}
/* /Pages/Traders/Submenu/TradesSubmenu.razor.rz.scp.css */
.no__data[b-ph6pkbrlod] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.naming[b-ph6pkbrlod] {
    align-items: center;
    display: flex;
    font-size: 20px;
    justify-content: center;
    width: 100%;
}
/* /Pages/Traders/Tabs/TradersActionTab.razor.rz.scp.css */
p[b-31dmsgtkl9] { margin: 0; }

.sum__wrapper[b-31dmsgtkl9] {
    background-color: var(--background);
    margin-bottom: 10px;
}

.status__wrapper[b-31dmsgtkl9] {
    align-items: center;
    border-bottom: 1px solid #fff;
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(3, 1fr);
    overflow-x: auto;
    padding: 10px 0;
    white-space: nowrap;
}

/* Override body scrollbar */

.status__wrapper .toast[b-31dmsgtkl9] {
    background-color: rgba(78, 157, 78, 0.7);
    border-radius: 4px;
    display: flex;
    gap: 20px;
    padding: 10px;
}

.status__wrapper .toast.hide[b-31dmsgtkl9] {
    animation: toastAction-b-31dmsgtkl9 150ms reverse;
    animation-fill-mode: forwards;
}

.status__wrapper .info[b-31dmsgtkl9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page[b-31dmsgtkl9] {
    align-items: end;
    display: flex;
    justify-content: end;
}

.status__wrapper .toast .close[b-31dmsgtkl9] {
    color: red;
    cursor: pointer;
}

.totals__wrapper[b-31dmsgtkl9] {
    border-radius: 4px 4px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.totals__wrapper span[b-31dmsgtkl9] { font-weight: 600; }

.table__wrapper[b-31dmsgtkl9] {
    /*background-color: #2b2932;*/
    border-radius: 0 0 4px 4px;
    overflow-x: auto;
    padding-top: 10px;
}

/* Override body scrollbar */

.page[b-31dmsgtkl9] {
    align-items: end;
    display: flex;
    height: 100%;
    justify-content: end;
}

@keyframes toastAction-b-31dmsgtkl9 {
    from { opacity: 0; }

    to { opacity: 1; }
}

/*summary filter*/

.filters__wrapper[b-31dmsgtkl9] {
    align-items: center;
    display: flex;
    grid-template-rows: 80px;
    margin: 10px 0;
    padding: 10px 0;
    white-space: nowrap;
    /*height: 80px;*/
    width: 100%;
}

/* Override body wrapper scrollbar */

.filters__wrapper[b-31dmsgtkl9]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-31dmsgtkl9]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* FILTER */

.filter-item select[b-31dmsgtkl9] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-31dmsgtkl9] { background-color: var(--background); }

select:focus[b-31dmsgtkl9] { border-color: #fff; }

input[b-31dmsgtkl9] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 30px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input[type="date"][b-31dmsgtkl9]::-webkit-calendar-picker-indicator {
    background-image: url("./assets/icons/Calendar.svg");
    background-position: 100% center;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    /*background-size: 20px;*/
    cursor: pointer;
    opacity: 1;
}

input:focus[b-31dmsgtkl9] { border-color: #fff; }

.button__wrapper[b-31dmsgtkl9]  button { background-color: #388ac2; }

.item-content[b-31dmsgtkl9]  button { height: 34px; }

.item-content.crud .button__wrapper:nth-child(1)[b-31dmsgtkl9]  button {
    background-color: #fff;
    color: #000;
}

.item-content.crud .button__wrapper:nth-child(2)[b-31dmsgtkl9]  button { background-color: #cf6154; }

.item-content.crud .button__wrapper:nth-child(3)[b-31dmsgtkl9]  button { background-color: #70b165; }

.item-content.export[b-31dmsgtkl9] { gap: 2px; }

.item-content.export[b-31dmsgtkl9]  button { background-color: var(--secondary-color); }

.item-content .button__wrapper[b-31dmsgtkl9] { height: 34px; }

.input__wrapper[b-31dmsgtkl9] { display: flex; }

.input__wrapper[b-31dmsgtkl9]  button { background-color: #388ac2; }

.filter-group[b-31dmsgtkl9] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.items-group[b-31dmsgtkl9] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-item[b-31dmsgtkl9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.filter-item-save[b-31dmsgtkl9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-31dmsgtkl9] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

.radio__wrapper[b-31dmsgtkl9] {
    align-items: center;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding-inline: 10px;
}

.pagination__wrapper[b-31dmsgtkl9] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-top: 1rem;
}

.pagination__wrapper .pagination-item[b-31dmsgtkl9] {
    align-items: center;
    display: flex;
    gap: 1rem;
}

#show_per[b-31dmsgtkl9] { align-items: center; }

@media screen and (max-width: 1150) {
    .filter-item[b-31dmsgtkl9] { align-items: start; }
}
/* /Pages/Traders/Tabs/TradersCactTableTab.razor.rz.scp.css */
.pagination__wrapper[b-xqpff2qd1m] {
    /*    margin-top: 1rem;*/
    align-items: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    justify-content: inherit;
    overflow-x: auto;
}

.pagination__wrapper .pagination-item[b-xqpff2qd1m] {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.table__wrapper[b-xqpff2qd1m] { overflow: auto; }

.table__wrapper[b-xqpff2qd1m]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-xqpff2qd1m]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}
/* /Pages/Traders/Tabs/TradersECNTableTab.razor.rz.scp.css */
.pagination__wrapper[b-5rahxwtzsb] {
    /*    margin-top: 1rem;*/
    align-items: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    justify-content: inherit;
    overflow-x: auto;
}

.pagination__wrapper .pagination-item[b-5rahxwtzsb] {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.table__wrapper[b-5rahxwtzsb] { overflow: auto; }

.table__wrapper[b-5rahxwtzsb]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-5rahxwtzsb]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}
/* /Pages/Traders/Tabs/TradersOvernightTableTab.razor.rz.scp.css */
.pagination__wrapper[b-fpgeayacqi] {
    /*    margin-top: 1rem;*/
    align-items: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    justify-content: inherit;
    overflow-x: auto;
}

.pagination__wrapper .pagination-item[b-fpgeayacqi] {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.table__wrapper[b-fpgeayacqi] { overflow: auto; }

.table__wrapper[b-fpgeayacqi]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-fpgeayacqi]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}
/* /Pages/Traders/Tabs/TradersSumTableTab.razor.rz.scp.css */
.pagination__wrapper[b-gvaimw6zlz] {
    /*    margin-top: 1rem;*/
    align-items: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    justify-content: inherit;
    overflow-x: auto;
}

.pagination__wrapper .pagination-item[b-gvaimw6zlz] {
    align-items: end;
    display: flex;
    justify-content: space-between;
}

.table__wrapper[b-gvaimw6zlz] { overflow: auto; }

.table__wrapper[b-gvaimw6zlz]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-gvaimw6zlz]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}
/* /Pages/Traders/Traders.razor.rz.scp.css */
/* MAT TAB OVERRIDE */

.pagination__wrapper[b-xrsu89hdvu] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.table_pagination_wrapper[b-xrsu89hdvu] {
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 65vh;
    justify-content: space-between;
}

.tabs__wrapper[b-xrsu89hdvu] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.icon__wrapper[b-xrsu89hdvu] { user-select: none; }

select[b-xrsu89hdvu] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #CFCFCF;
    height: 35px;
    min-width: 180px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-xrsu89hdvu] { background-color: #101010; }

select:focus[b-xrsu89hdvu] { border-color: #fff; }

.reload-button[b-xrsu89hdvu] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-xrsu89hdvu] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}


.add-button[b-xrsu89hdvu] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-xrsu89hdvu] {
    background-color: #0E9701;
    opacity: 0.9;
}
/* /Pages/Traders/TradersTable.razor.rz.scp.css */
.icons__wrapper[b-9fpfsiylsg] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-9fpfsiylsg]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-9fpfsiylsg] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-9fpfsiylsg] { max-width: 50px; }

.table__wrapper[b-9fpfsiylsg] {
    flex: 1;
    margin-bottom: 10px;
    overflow: auto;
}

/* Override body scrollbar */

.table__wrapper[b-9fpfsiylsg]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-9fpfsiylsg]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__button[b-9fpfsiylsg] { background-color: red; }

.table__wrapper .status_green[b-9fpfsiylsg]:before {
    background-color: #00ff00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status_red[b-9fpfsiylsg]:before {
    background-color: #ff0000;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.no__data[b-9fpfsiylsg] {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.button-accept[b-9fpfsiylsg] {
    align-items: center;
    background-color: #0E9701;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

    .button-accept:hover[b-9fpfsiylsg] {
        background-color: rgba(14, 151, 1, 0.5);
    }

.button-reject[b-9fpfsiylsg] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

    .button-reject:hover[b-9fpfsiylsg] {
        background-color: rgba(234, 57, 67, 0.5);
    }

.button-accept[b-9fpfsiylsg], .button-reject[b-9fpfsiylsg] {
    align-items: center;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
    margin: 0 auto; /* Center horizontally within the cell */
    border: none; /* Add this to ensure no default button borders */
    cursor: pointer; /* Add pointer cursor for better UX */
}

.button-accept[b-9fpfsiylsg] {
    background-color: #0E9701;
}

.button-reject[b-9fpfsiylsg] {
    background-color: #EA3943;
}

.button-accept:hover[b-9fpfsiylsg] {
    background-color: rgba(14, 151, 1, 0.5);
}

.button-reject:hover[b-9fpfsiylsg] {
    background-color: rgba(234, 57, 67, 0.5);
}
/* /Shared/Components/CircleProgressBar.razor.rz.scp.css */
.skill[b-mo0npfeu1s] {
    height: 160px;
    position: relative;
    width: 160px;
}

.outer[b-mo0npfeu1s] {
    background-color: #353c49;
    border-radius: 50%;
    box-sizing: border-box;
    height: 160px;
    position: relative;
    width: 160px;
}

.inner[b-mo0npfeu1s] {
    align-items: center;
    background-color: var(--inner-color);
    border-radius: 50%;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    display: flex;
    height: 140px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
}

#number[b-mo0npfeu1s] {
    color: var(--text-color);
    font-size: 22px;
    font-weight: 600;
}

circle[b-mo0npfeu1s] {
    fill: none;
    height: 145px;
    stroke: url(#GradientColor);
    stroke-dasharray: 472;
    stroke-width: 10px;
    transition: 150ms;
    width: 145px;
}

svg[b-mo0npfeu1s] {
    left: 0;
    position: absolute;
    top: 0;
}
/* /Shared/Components/Footer.razor.rz.scp.css */
footer[b-1fr0wgyigm] {
    align-items: center;
    background-color: #161A1E;
    clear: both;
    color: #8b91a3;
    display: flex;
    font-size: 14px;
    height: 40px;
    justify-content: end;
    min-height: 40px;
}

span[b-1fr0wgyigm] {
    color: var(--footer-color);
    font-weight: 100;
}

/* TEXT WRAPPER */

.text__wrapper[b-1fr0wgyigm] {
    display: flex;
    gap: 1rem;
}

/* VERTICAL LINE */

.vertical-line[b-1fr0wgyigm] {
    border-right: 1px solid #CFCFCF;
    height: auto;
    padding-left: 0.5rem;
    padding-right: 1rem;
    white-space: nowrap;
}

.server[b-1fr0wgyigm] {
    align-items: center;
    color: #CFCFCF;
    display: flex;
    font-size: 13px;
}

.server_state[b-1fr0wgyigm] {
    align-items: center;
    color: var(--white-color);
    display: flex;
    position: relative;
}

.server_state .status_green[b-1fr0wgyigm]:before {
    background-color: var(--green-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.server_state .status_orange[b-1fr0wgyigm]:before {
    background-color: #ffaa00;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.server_state .status_red[b-1fr0wgyigm]:before {
    background-color: var(--red-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.server_state:hover .dropdown-content[b-1fr0wgyigm] { display: block; }

.dropdown-content[b-1fr0wgyigm] {
    background-color: var(--background-footer-color);
    bottom: 28px;
    display: none;
    padding: 5px;
    position: absolute;
    z-index: 2;
}

.connect_state[b-1fr0wgyigm] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.reconect_button[b-1fr0wgyigm] {
    background-color: var(--red-color);
    border: 0;
    border-radius: 2px;
    color: var(--white-color);
    cursor: pointer;
    margin: 0 20px;
    min-height: 34px;
    min-width: 119px;
}

.reconect_button:hover[b-1fr0wgyigm] { opacity: 0.6; }
/* /Shared/Components/IslbAutocompleteMultiSelect.razor.rz.scp.css */
input[b-p2o7z31e09] {
    background-color: transparent;
    border-bottom-color: var(--filter-border-color);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: var(--filter-border-color);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 2px 0 0 2px;
    border-right-color: transparent;
    border-top-color: var(--filter-border-color);
    border-top-style: solid;
    border-top-width: 1px;
    color: var(--filter-color);
    height: 31px;
    max-width: max-content;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.inpur_auto[b-p2o7z31e09] {
    background-color: transparent;
    border-bottom-color: var(--filter-border-color);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: var(--filter-border-color);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 2px 0 0 2px;
    border-right-color: transparent;
    border-top-color: var(--filter-border-color);
    border-top-style: solid;
    border-top-width: 1px;
    color: var(--filter-color);
    height: 31px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 150px;
}

input:focus[b-p2o7z31e09] { }

.content[b-p2o7z31e09] {
    background-color: #1D1E21;
    border-bottom: 1px solid var(--filter-border-color);
    border-left: 1px solid var(--filter-border-color);
    border-radius: 3px;
    border-right: 1px solid var(--filter-border-color);
    max-height: 200px;
    overflow: auto;
    padding: 2px 5px;
    position: absolute;
    width: 190px;
    z-index: 2;
}

.count[b-p2o7z31e09] {
    align-items: center;
    border-bottom-color: var(--filter-border-color);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: var(--secondary-color);
    border-radius: 0 2px 2px 0;
    border-right-color: var(--filter-border-color);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: var(--filter-border-color);
    border-top-style: solid;
    border-top-width: 1px;
    display: flex;
    width: 30px;
}

.input_value[b-p2o7z31e09] { display: flex; }

.content[b-p2o7z31e09]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-p2o7z31e09]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.rows[b-p2o7z31e09] {
    display: flex;
    font-size: 16px;
    margin-left: 5px;
    padding: 3px;
}

.rows:hover[b-p2o7z31e09] {
    cursor: pointer;
    opacity: 0.7;
}

.text-span[b-p2o7z31e09] { margin-left: 5px; }

.select_all[b-p2o7z31e09] {
    background-color: #1D1E21;
    position: sticky;
    top: 0;
    z-index: 3;
}
/* /Shared/Components/IslbBulkDropdown.razor.rz.scp.css */
.dropbtn[b-lletnyj4mp] {
    background-color: #cf6154;
    border: 0;
    border-color: #cf6154;
    border-radius: 4px;
    color: var(--text-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    height: 32px;
    position: relative;
    text-align: center;
    width: 75px;
}

.dropdown[b-lletnyj4mp] {
    display: inline-block;
    position: relative;
}

.dropdown-content[b-lletnyj4mp] {
    background-color: var(--secondary-color);
    border-radius: 3px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 75px;
    overflow: auto;
    position: absolute;
    z-index: 1;
}

/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content[b-lletnyj4mp] { display: block; }

/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn[b-lletnyj4mp] { background-color: #d22b2b; }

.dropdown-content a[b-lletnyj4mp] {
    color: var(--text-color);
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
/* /Shared/Components/IslbButtonsWrapper.razor.rz.scp.css */
.items-group[b-5xhqgef6jc] {
    display: flex;
    flex-wrap: wrap;
}


.item-content[b-5xhqgef6jc] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    height: 100%;
}
/* /Shared/Components/IslbCheckBox.razor.rz.scp.css */
.container[b-r21ol3dg8j] {
    cursor: pointer;
    font-size: 22px;
    margin-right: 1.5rem;
    margin-top: 4px;
    position: relative;
}

.container input[b-r21ol3dg8j] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.checkmark[b-r21ol3dg8j] {
    background-color: transparent;
    border: 2px solid #548EE5;
    border-radius: 4px;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.container:hover input ~ .checkmark[b-r21ol3dg8j] { opacity: 0.6; }

.container input:checked ~ .checkmark[b-r21ol3dg8j] { background-color: #548EE5; }

.checkmark[b-r21ol3dg8j]:after {
    content: "";
    display: none;
    position: absolute;
}

.container input:checked ~ .checkmark[b-r21ol3dg8j]:after { display: block; }

.container .checkmark[b-r21ol3dg8j]:after {
    border: solid white;
    border-width: 0 4px 4px 0;
    content: "";
    font-weight: 100;
    height: 4px;
    left: 0px;
    top: 0px;
    transform: scale(-1, 1) rotate(45deg);
    width: 8px;
}
/* /Shared/Components/IslbContainer.razor.rz.scp.css */
.custom-container[b-ubufbx74dg] {
    margin-bottom: 0px;
    margin-left: 25px;
    margin-right: 40px;
    margin-top: 13px;
}
/* /Shared/Components/IslbDateRange.razor.rz.scp.css */
.filters__wrapper[b-iv5174ftoi] {
    align-items: center;
    display: grid;
    height: 100%;
    width: 100%;
}

/* Override body wrapper scrollbar */

.filters__wrapper[b-iv5174ftoi]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-iv5174ftoi]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* FILTER */

.filter-item select[b-iv5174ftoi] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #CFCFCF;
    min-height: 35px;
    min-width: 145px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.filter-item-show select[b-iv5174ftoi] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #CFCFCF;
    height: 35px;
    min-width: 145px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.item-header[b-iv5174ftoi] {
    color: var(--filter-header-color);
    text-align: start;
}

option[b-iv5174ftoi] { background-color: #293036; }

select:focus[b-iv5174ftoi] { border-color: var(--filter-color); }

input[b-iv5174ftoi] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #CFCFCF;
    font-size: 14px;
    height: 35px;
    min-width: 145px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input[type="date"][b-iv5174ftoi]::-webkit-calendar-picker-indicator {
    background-image: url("./assets/icons/Calendar.svg");
    background-position: 100% center;
    background-repeat: no-repeat;
    color: #CFCFCF;
    cursor: pointer;
    opacity: 1;
}

input:focus[b-iv5174ftoi] { border-color: var(--filter-color); }

.item-content[b-iv5174ftoi] { color: #CFCFCF; }

.filter-group[b-iv5174ftoi] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.items-group[b-iv5174ftoi] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-item[b-iv5174ftoi] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

/*Bulk-button*/

.dropbtn[b-iv5174ftoi] {
    background-color: #cf6154;
    border: 0;
    border-color: #cf6154;
    border-radius: 4px;
    color: var(--text-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    height: 32px;
    position: relative;
    text-align: center;
    width: 75px;
}

.dropdown-content[b-iv5174ftoi] {
    background-color: var(--secondary-color);
    border-radius: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 75px;
    overflow: auto;
    position: absolute;
}

.dropdown-content a[b-iv5174ftoi] {
    color: var(--text-color);
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

#export[b-iv5174ftoi] {
    justify-content: end;
    width: 100%;
}


#show_per[b-iv5174ftoi] {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.show-button[b-iv5174ftoi] {
    background-color: var(--second-primary-color);
    border: 0;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.show-button:hover[b-iv5174ftoi] {
    background-color: var(--second-primary-color-hover);
    opacity: 0.9;
}

.input__wrapper[b-iv5174ftoi] { height: 35px; }

.searchbar[b-iv5174ftoi] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #CFCFCF;
    min-height: 35px;
    min-width: 145px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.input__search[b-iv5174ftoi] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #CFCFCF;
    font-size: 14px;
    height: 31px;
    min-width: 145px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}
/* /Shared/Components/IslbExport.razor.rz.scp.css */
.items-group[b-kyrfe0z6bv] {
    display: flex;
    flex-wrap: wrap;
    max-height: 58px;
    max-width: 204px;
}

.filter-item[b-kyrfe0z6bv] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: end;
}

.item-content[b-kyrfe0z6bv] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.export_button[b-kyrfe0z6bv] { overflow: hidden; }

.item-header[b-kyrfe0z6bv] { color: var(--filter-header-color) }

.islb_button[b-kyrfe0z6bv] {
    background: #2F3540;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-style: normal;
    height: 35px;
    margin-right: 1px;
    transition-duration: 0.4s;
    width: 50px;
}

.islb_button:hover[b-kyrfe0z6bv] { background-color: #596478; }

.export_button:hover[b-kyrfe0z6bv] { filter: brightness(1.3); }
/* /Shared/Components/IslbFilter.razor.rz.scp.css */
.filters__wrapper[b-qunn1ss7x2] {
    align-items: center;
    display: grid;
    width: 100%;
}

/* Override body wrapper scrollbar */

.filters__wrapper[b-qunn1ss7x2]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-qunn1ss7x2]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filter-group[b-qunn1ss7x2] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 1rem;
}
/* /Shared/Components/IslbHeaderBlue.razor.rz.scp.css */
/* TAGS */
header[b-cuyg77fm69] {
    align-items: center;
    background-color: var(--background);
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    font-size: 14px;
    height: 60px;
    width: 100%;
}

header[b-cuyg77fm69]  .custom-container { width: 100%; }

/* PROFILE WRAPPER */

.profile__wrapper[b-cuyg77fm69] {
    align-items: center;
    display: flex;
    gap: 25px;
}

.profile__wrapper[b-cuyg77fm69]  .islb-button { outline: none; }

/* SIDE WRAPPER */

.side__wrapper[b-cuyg77fm69] {
    display: flex;
    height: 100%;
    width: 310px;
}

.logo[b-cuyg77fm69] {
    align-items: center;
    border-right: 1px solid #191d24;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 70px;
}

/* PROFILE BUTTON */

.profile-button[b-cuyg77fm69] {
    background-color: #70B165;
    border: none;
    border-radius: 100%;
    box-sizing: border-box;
    color: var(--footer-color);
    cursor: pointer;
    min-height: 40px;
    min-width: 40px;
    outline: none;
}

.profile-button:hover[b-cuyg77fm69] {
    border: 1px solid #fff;
    transition: 150ms;
}

/* HEADER WRAPPER */

.header__wrapper[b-cuyg77fm69] {
    align-items: center;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin-left: 25px;
    margin-right: 40px;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .header__wrapper[b-cuyg77fm69] {
        display: flex;
        justify-content: flex-end;
    }
}


/* OUTPUT WELCOME */

.output-welcome span[b-cuyg77fm69] {
    color: var(--footer-color);
    font-weight: 600;
}

@media only screen and (max-width: 700px) {
    .output-welcome[b-cuyg77fm69] { display: none; }
}

.button__wrapper[b-cuyg77fm69] { height: inherit; }

/* MT BUTTON */

.button__wrapper[b-cuyg77fm69]  .mt-button { outline: none; }

@media only screen and (max-width: 1000px) {
    .status__wrapper[b-cuyg77fm69] { display: none; }
}

.status__wrapper[b-cuyg77fm69] {
    color: var(--filter-header-color);
    font-size: 20px;
    padding: 15px;
}


.settings__button[b-cuyg77fm69] {
    background: transparent;
    border: 0px;
    cursor: pointer;
}
/* /Shared/Components/IslbIcon.razor.rz.scp.css */
.icon__wrapper[b-5suoblce6u] { height: 24px; }

img[b-5suoblce6u] {
    height: 24px;
    outline: none;
    transition: .1s;
}
/* /Shared/Components/IslbInputWrapper.razor.rz.scp.css */
.filters__wrapper[b-6ujdvy8wsz] {
    align-items: center;
    display: grid;
    height: 100%;
    padding: 5px;
    width: 100%;
}

/* Override body wrapper scrollbar */

.filters__wrapper[b-6ujdvy8wsz]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-6ujdvy8wsz]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* FILTER */

.filter-item select[b-6ujdvy8wsz] {
    background-color: transparent;
    border: 1px solid var(--filter-color);
    border-radius: 2px;
    color: var(--filter-color);
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.item-header[b-6ujdvy8wsz] { color: var(--filter-header-color); }

.item-header-checkbox[b-6ujdvy8wsz] { color: var(--filter-header-color); }

option[b-6ujdvy8wsz] { color: var(--filter-color); }

option:focus[b-6ujdvy8wsz] { border-color: var(--filter-color); }

input[b-6ujdvy8wsz] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: var(--filter-color);
    height: 32px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input[type="date"][b-6ujdvy8wsz]::-webkit-calendar-picker-indicator {
    background-image: url("./assets/icons/Calendar.svg");
    background-position: 100% center;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    /*background-size: 20px;*/
    cursor: pointer;
    opacity: 1;
}

input:focus[b-6ujdvy8wsz] { border-color: var(--filter-color); }

.button__wrapper[b-6ujdvy8wsz]  button { background-color: #388ac2; }

.item-content[b-6ujdvy8wsz]  button { height: 34px; }

.item-content.crud .button__wrapper:nth-child(1)[b-6ujdvy8wsz]  button {
    background-color: #fff;
    color: #000;
}

.item-content.crud .button__wrapper:nth-child(2)[b-6ujdvy8wsz]  button { background-color: #cf6154; }

.item-content.crud .button__wrapper:nth-child(3)[b-6ujdvy8wsz]  button { background-color: #70b165; }

.item-content.export[b-6ujdvy8wsz] { gap: 2px; }

.item-content.export[b-6ujdvy8wsz]  button { background-color: var(--secondary-color); }

.item-content .button__wrapper[b-6ujdvy8wsz] { height: 34px; }

.input__wrapper[b-6ujdvy8wsz] { display: flex; }

.input__wrapper[b-6ujdvy8wsz]  button { background-color: #388ac2; }

.filter-group[b-6ujdvy8wsz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-top: 1rem;
}

.items-group[b-6ujdvy8wsz] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filter-item[b-6ujdvy8wsz] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-6ujdvy8wsz] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

/*Bulk-button*/

.dropbtn[b-6ujdvy8wsz] {
    background-color: #cf6154;
    border: 0;
    border-color: #cf6154;
    border-radius: 4px;
    color: var(--text-color);
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    height: 32px;
    position: relative;
    text-align: center;
    width: 75px;
}

.dropdown-content[b-6ujdvy8wsz] {
    background-color: var(--secondary-color);
    border-radius: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: none;
    min-width: 75px;
    overflow: auto;
    position: absolute;
}

.dropdown-content a[b-6ujdvy8wsz] {
    color: var(--text-color);
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

#export[b-6ujdvy8wsz] {
    justify-content: end;
    width: 100%;
}

@media screen and (max-width: 1150px) {
    #export[b-6ujdvy8wsz] { justify-content: start; }
}

#show_per[b-6ujdvy8wsz] { align-items: center; }

@media screen and (max-width: 1150) {
    .filter-item[b-6ujdvy8wsz] { align-items: start; }
}

/*custom checkbox*/

.item-content-checkbox[b-6ujdvy8wsz] {
    display: flex;
    height: 30px;
    left: 25px;
    position: relative;
}

.item-header-checkbox[b-6ujdvy8wsz] { height: 25px; }

#show_per[b-6ujdvy8wsz] { align-items: center; }
/* /Shared/Components/IslbProgress.razor.rz.scp.css */
/* PROGRESS */
.progress[b-o03c6ulkwc] {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.progress span.progress__value[b-o03c6ulkwc] {
    font-size: 24px;
    font-weight: 600;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* /Shared/Components/IslbRoutes.razor.rz.scp.css */
option[b-7ycejtjmpv] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-7ycejtjmpv] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.menu__wrapper[b-7ycejtjmpv] {
    display: flex;
    height: 500px;
    justify-content: space-between;
}

/* CONTENT */

.content[b-7ycejtjmpv] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    overflow-y: auto;
    width: 100%;
}

/* Override content scrollbar */

.content[b-7ycejtjmpv]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.item-header[b-7ycejtjmpv] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-7ycejtjmpv] { color: var(--modal-text-color); }

.content[b-7ycejtjmpv]::-webkit-scrollbar-thumb {
    background-color: #484e56;
    border-radius: 4px;
}

.content.between[b-7ycejtjmpv] { justify-content: space-between; }

.content .row[b-7ycejtjmpv] {
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-7ycejtjmpv] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.item-content[b-7ycejtjmpv]  textarea { height: 100px; }


.row[b-7ycejtjmpv]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 166px;
}

.row[b-7ycejtjmpv]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
    width: 166px;
}

.row[b-7ycejtjmpv]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 70px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-7ycejtjmpv]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-7ycejtjmpv] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-7ycejtjmpv] {
    display: inline-flex;
    margin-bottom: 23px;
    margin-left: 20px;
    min-height: 34px;
}

.buttons[b-7ycejtjmpv] {
    display: flex;
    gap: 8px;
}

.button-create[b-7ycejtjmpv] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 96px;
}

.button-create:hover[b-7ycejtjmpv] { opacity: 0.5; }

.button-cancel[b-7ycejtjmpv] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 96px;
}

.button-cancel:hover[b-7ycejtjmpv] { opacity: 0.5; }


.button-add[b-7ycejtjmpv] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 140px;
}

.button-cancel:hover[b-7ycejtjmpv] { opacity: 0.5; }


/* MENU */

.menu[b-7ycejtjmpv] {
    background: #101010;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-7ycejtjmpv] { width: 250px; }

.menu-group[b-7ycejtjmpv]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-7ycejtjmpv]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-7ycejtjmpv] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    padding: 0 10px;
    width: 166px;
}

.modal__wrapper input:focus[b-7ycejtjmpv] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-7ycejtjmpv] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    width: 166px;
    width: 100%;
}

.modal__wrapper select:focus[b-7ycejtjmpv] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-7ycejtjmpv] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-7ycejtjmpv] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-7ycejtjmpv] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-7ycejtjmpv] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-7ycejtjmpv] { color: red; }

.row[b-7ycejtjmpv]  .password_strength { display: flex; }

.row[b-7ycejtjmpv]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-7ycejtjmpv]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px;
}

.row[b-7ycejtjmpv]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

/*buttons route*/

.button-route[b-7ycejtjmpv] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 5px;
    color: var(--modal-text-color);
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.button-route[b-7ycejtjmpv]::after {
    border: solid white;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.button__content[b-7ycejtjmpv] {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ico__wrapper[b-7ycejtjmpv] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: block;
}

.icon__img[b-7ycejtjmpv] {
    height: 32px;
    width: 40px;
}

.content-wrapper[b-7ycejtjmpv] {
    display: flex;
    flex-direction: column;
    height: 400px;
    margin-left: 20px;
    margin-right: 18px;
    width: auto;
}

.header[b-7ycejtjmpv] {
    margin-left: 20px;
    margin-top: 15px;
}

.title[b-7ycejtjmpv] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    padding-bottom: 5px;
    width: max-content;
}

.nav-item[b-7ycejtjmpv] {
    background-color: transparent;
    color: #CFCFCF
}

.nav-item:active[b-7ycejtjmpv] {
    background-color: transparent;
    color: #CFCFCF;
    opacity: 0.7;
}


.filter[b-7ycejtjmpv] { }


.wrapper[b-7ycejtjmpv] {
    display: flex;
    flex-direction: column;
    height: 385px;
    justify-content: space-between;
}

.item-filter[b-7ycejtjmpv] { }

.table__wrapper[b-7ycejtjmpv] {
    margin-top: 10px;
    overflow: auto;
    width: 100%;
}

.table__wrapper[b-7ycejtjmpv]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-7ycejtjmpv]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.button-reject[b-7ycejtjmpv] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-7ycejtjmpv] { background-color: rgba(234, 57, 67, 0.5); }
/* /Shared/Components/IslbSideMenu.razor.rz.scp.css */
/* MENU WRAPPER */
.menu__wrapper[b-8a3wam7np5] {
    background-color: var(--background-side-bar);
    color: var(--text-color);
    display: flex;
    position: relative;
    transition: width 150ms;
    user-select: none;
    width: 200px;
}

/* MENU WRAPPER HIDE */

.menu__wrapper.hide[b-8a3wam7np5] {
    white-space: nowrap;
    width: 70px;
}

.menu__wrapper.hide .menu-content[b-8a3wam7np5] {
    overflow: hidden;
    width: 0;
}

.menu__wrapper.hide .menu__list[b-8a3wam7np5] {
    opacity: 0;
    visibility: hidden;
}

.menu__wrapper.hide .menu__list[b-8a3wam7np5]  .mdc-nav-menu * {
    overflow: hidden;
    visibility: hidden;
}

.menu__wrapper.hide .menu-footer[b-8a3wam7np5] {
    opacity: 0;
    overflow: hidden;
    transition: visibility 150ms, opacity 150ms;
    visibility: hidden;
}

/* SIDE WRAPPER */

.side__wrapper[b-8a3wam7np5] {
    border-right: 1px solid #191d24;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    width: 70px;
}

/* Override side wrapper scrollbar */

.side__wrapper[b-8a3wam7np5]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.side__wrapper[b-8a3wam7np5]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: 0.5rem;
    outline: 1px solid var(--secondary-color);
}

/* SIDE ITEM */

.side-item[b-8a3wam7np5] {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-top: 10px;
}

.side-item[b-8a3wam7np5]  .mt-button {
    margin: 0.5rem 0;
    outline: none;
    padding: 0;
    width: 100%;
}

.side__wrapper .side-item:last-child[b-8a3wam7np5] { margin-bottom: 5rem; }

/* MENU CONTENT */

.menu-content[b-8a3wam7np5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    transition: all 150ms;
    width: 270px;
}

/* Override side wrapper scrollbar */

.menu-content[b-8a3wam7np5]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.menu-content[b-8a3wam7np5]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: 0.5rem;
    outline: 1px solid var(--secondary-color);
}

.menu-content .button__wrapper[b-8a3wam7np5] { cursor: pointer; }

.menu-content .button__wrapper[b-8a3wam7np5]  img.rotate_180 {
    transform: rotate(180deg);
    transition: 150ms;
}

/* MENU LIST */

.menu__list[b-8a3wam7np5] {
    color: rgba(207, 207, 207, 0.8);
    font-size: 15px;
    margin: 10px 0;
    transition: visibility 150ms, opacity 150ms;
    transition-delay: 0.1s;
    white-space: nowrap;
}

.menu__list[b-8a3wam7np5]  a {
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

.menu__list[b-8a3wam7np5]  a.active { color: var(--navitem-color); }

.menu__list[b-8a3wam7np5]  .icon__wrapper { margin-right: 0.5rem; }

/* BUTTON WRAPPER */

.button__wrapper[b-8a3wam7np5] {
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: 0.5rem;
    transform: translateX(50%);
}

.button__wrapper button[b-8a3wam7np5] {
    background-color: transparent;
    border: none;
    border-radius: 100%;
    cursor: pointer;
    outline: none;
    padding: 0;
}

button[b-8a3wam7np5] {
    background-color: transparent;
    border: transparent;
    border-radius: 3px;
}

button:hover[b-8a3wam7np5] { background-color: #67748c; }

/* LINKS WRAPPER */

.links__wrapper[b-8a3wam7np5] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    width: 100%;
}

.links__wrapper[b-8a3wam7np5] { transform: scale(1.2); }

/* MENU FOOTER */

.menu-footer[b-8a3wam7np5] {
    overflow: hidden;
    position: sticky;
    white-space: nowrap;
}

.menu-footer p[b-8a3wam7np5] { margin: 0; }

.menu-footer img[b-8a3wam7np5] {
    bottom: 0;
    position: absolute;
    right: 0;
}

.menu-footer .text[b-8a3wam7np5] {
    color: rgba(255, 255, 255, 0.6);
    margin: 2rem auto;
    transition: visibility 150ms;
    transition-delay: 0.1s;
    width: 80%;
}

.side_list[b-8a3wam7np5] { margin: 30px 0; }

.title[b-8a3wam7np5] {
    align-items: center;
    color: var(--white-color);
    display: flex;
    font-size: 22px;
    font-weight: lighter;
    justify-content: center;
    padding: 15px;
}

@media screen and (max-width: 380px) {
    .title[b-8a3wam7np5] { display: none; }
}

.title span[b-8a3wam7np5] { font-weight: 600; }

.sidebar[b-8a3wam7np5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-x: hidden;
}
/* /Shared/Components/IslbSpeedometer.razor.rz.scp.css */
.speed-box[b-uc434x4pyz] {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100px;
    position: relative;
}

.speed-box-groove[b-uc434x4pyz] {
    border: 10px solid var(--background-secondary-color);
    border-radius: 100px 100px 0 0;
    height: 120px;
    width: 120px;
}

.speed-box-score[b-uc434x4pyz] {
    border: 10px solid #3E90C5;
    border-color: transparent transparent #3E90C5 #3E90C5;
    border-radius: 100px;
    height: 120px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(-45deg);
    transition: transform 300ms ease;
    width: 120px;
    z-index: 1;
}

.speed-box-base[b-uc434x4pyz] {
    background-color: var(--primary-color);
    bottom: 0;
    height: 120px;
    position: absolute;
    transform: translateY(75%);
    width: 140px;
    z-index: 2;
}

.speed-box-arrow[b-uc434x4pyz] {
    background-color: var(--background-secondary-color);
    border-radius: 100px;
    bottom: 0;
    height: 20px;
    left: 50%;
    position: absolute;
    /*transform: translate(-50%, -100%) rotate(-90deg);*/
    transition: transform 300ms ease;
    width: 20px;
    z-index: 2;
}

.speed-box-arrow[b-uc434x4pyz]:after {
    border: 10px solid transparent;
    border-bottom: 40px solid var(--background-secondary-color);
    content: '';
    position: absolute;
    transform: translateY(-80%);
    z-index: 2;
}
/* /Shared/Components/IslbSwitchButton.razor.rz.scp.css */
/* SWITCH BUTTON */
.switch__wrapper[b-yl7nqebexs] {
    background-color: #38383a;
    border-radius: 5rem;
    cursor: pointer;
    height: 20px;
    position: relative;
    transition: 150ms;
    width: 33px;
}

.switch__wrapper span[b-yl7nqebexs] {
    background-color: #ededed;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    height: 17px;
    left: 1px;
    position: absolute;
    top: 1px;
    transition: 150ms;
    width: 17px;
}

.switch__wrapper.enabled[b-yl7nqebexs] {
    background-color: #2481E0;
    transition: 150ms;
}

.switch__wrapper.enabled span[b-yl7nqebexs] {
    left: 14px;
    transition: 150ms;
}

.text[b-yl7nqebexs] {
    color: #CFCFCF;
    font-size: 13px;
}

.switch[b-yl7nqebexs] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 13px;
}
/* /Shared/Components/LoginDisplay.razor.rz.scp.css */
/* LOGIN WRAPPER */
.login__wrapper[b-fqbnr1tvan] {
    align-items: center;
    color: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%;
}

.login__wrapper[b-fqbnr1tvan]  input { height: 26px; }

/* FORM WRAPPER */

.form__wrapper[b-fqbnr1tvan] {
    background-color: var(--primary-color);
    border-radius: 2px;
    z-index: 5;
}

/* FORM HEADER */

.form__header[b-fqbnr1tvan] {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    justify-content: center;
    align-items: center;
    padding: 1.0rem;
}

/* FORM CONTENT */

.form__content[b-fqbnr1tvan] {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
}

/* INPUT WRAPPER */

.input__wrapper[b-fqbnr1tvan] {
    margin: 1rem 0;
    position: relative;
    user-select: none;
}

.input__wrapper input[b-fqbnr1tvan] {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 1px;
    color: #fff;
    outline: none;
    padding: .5rem 1rem;
    position: relative;
    transition: 150ms all ease;
    width: 300px;
}

.input__wrapper #password[b-fqbnr1tvan] {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-radius: 1px;
    border-right: transparent;
    border-top: 1px solid #fff;
    outline: none;
    padding: .5rem 1rem;
    position: relative;
    transition: 150ms all ease;
    width: 260px;
}

img[b-fqbnr1tvan] {
    border-bottom: 1px solid #fff;
    border-radius: 1px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 22px;
    padding: 10px 10px;
    position: absolute;
    right: 0px;
    top: 0px;
}

img:hover[b-fqbnr1tvan] { background-color: rgba(255, 255, 255, 0.1); }

button[b-fqbnr1tvan] {
    background: transparent;
    border: 0px;
    color: transparent;
}

.input__wrapper input:focus[b-fqbnr1tvan] {
    border-color: #fff;
    transition: 150ms all ease;
}

.input__wrapper label[b-fqbnr1tvan] {
    left: 1rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 150ms ease all;
}

.input__wrapper input:focus + label[b-fqbnr1tvan],
input:not(:placeholder-shown) + label[b-fqbnr1tvan] {
    left: .5rem;
    top: 0;
}

.input__wrapper input:focus + label[b-fqbnr1tvan] { color: #fff; }

.input__wrapper span[b-fqbnr1tvan] {
    background-color: var(--primary-color);
    border-radius: 1000px;
}

/* BUTTON WRAPPER */

.button__wrapper[b-fqbnr1tvan]  button {
    border: 2px solid;
    border-color: #fff !important;
    color: #fff;
}


.button__wrapper[b-fqbnr1tvan]  a { color: #fff; }


/* FORM FOOTER */

.form__footer[b-fqbnr1tvan] { padding: 1.5rem; }

/* BACKGROUND BLUR */

.background__blur[b-fqbnr1tvan] {
    background-color: #fff;
    border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 0 80px 80px #15141A inset;
    filter: blur(10px);
    height: 500px;
    opacity: 0.1;
    pointer-events: none;
    pointer-events: none;
    position: absolute;
    right: 10%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 500px;
    z-index: 1;
}

.link[b-fqbnr1tvan] {
    display: flex;
    font-size: 14px;
    justify-content: flex-end;
    margin-bottom: 10px;
}

a[b-fqbnr1tvan] { color: white; }

.loader[b-fqbnr1tvan] {
    display: flex;
    justify-content: center;
}

.force-disconnect-message[b-fqbnr1tvan] {
    color: #dc3545;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}
/* /Shared/Components/Paginations/IslbPagination.razor.rz.scp.css */
/* PAGINATION */
.pagination[b-w94kdrny0h] {
    align-items: center;
    color: #808080;
    display: flex;
    font-size: 14px;
}

/* PAGE ITEM */

.page-item[b-w94kdrny0h] {
    align-items: center;
    background-color: #161A1E;
    border: 1px solid #484E6D;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 30px;
    min-width: 36px;
    user-select: none;
}

.page-item:hover[b-w94kdrny0h] { background-color: var(--secondary-color); }

.page-item.active[b-w94kdrny0h] {
    background-color: var(--second-primary-color);
    color: #000000;
    transition: var(--transition-scale);
}

.page-item-buttons[b-w94kdrny0h] {
    align-items: center;
    background-color: #161A1E;
    border: 1px solid #484E6D;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 5px;
    min-height: 30px;
    min-width: 55px;
    user-select: none;
}

.page-item-buttons:hover[b-w94kdrny0h] { background-color: var(--secondary-color); }

.page-item-left[b-w94kdrny0h] {
    align-items: center;
    background-color: #161A1E;
    border: 1px solid #484E6D;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-left:
               ;
    min-height: 30px;
    min-width: 36px;
    user-select: none;
}

.page-item-left:hover[b-w94kdrny0h] { background-color: var(--secondary-color); }

.page-item-right[b-w94kdrny0h] {
    align-items: center;
    background-color: #161A1E;
    border: 1px solid #484E6D;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 30px;
    min-width: 36px;
    user-select: none;
}

.page-item-right:hover[b-w94kdrny0h] { background-color: var(--secondary-color); }
/* /Shared/Components/Paginations/IslbPaginationInfo.razor.rz.scp.css */
.pagination-info[b-520s776am5] { color: var(--text-head-colors); }
/* /Shared/Components/Table/IslbRowContent.razor.rz.scp.css */
/* ROW SUB MENU */
.row-sub-menu[b-42ku25uasp] { display: none; }


.row-sub-menu-active[b-42ku25uasp] {
    animation: activeAnim-b-42ku25uasp 150ms;
    display: table-row;
    overflow-y: hidden;
}

.row-sub-menu-active .sub-menu-content[b-42ku25uasp] {
    background-color: var(--table-submenu);
    display: table-cell;
    padding: .3rem 1rem;
}

/* MAT TAB OVERRIDE */

.sub-menu-content[b-42ku25uasp] .mdc-tab__text-label {
    color: var(--text-color);
    font-size: .8rem;
    font-weight: 400;
}

.sub-menu-content[b-42ku25uasp] .mdc-tab__content {
    align-items: start;
    padding: .5rem 0;
}

.sub-menu-content[b-42ku25uasp] .mdc-tab {
    flex: none;
    font-weight: normal;
    height: auto;
    letter-spacing: normal;
    pointer-events: none;
    text-transform: none;
    user-select: none;
}

.sub-menu-content[b-42ku25uasp] .mat-tab-group-content { margin-top: 1rem; }

/* KEYFRAMES */

@keyframes activeAnim-b-42ku25uasp {
    from {
        transform: translateY(-5%);
        visibility: hidden;
    }

    to {
        transform: translateY(0);
        visibility: visible;
    }
}
/* /Shared/Components/Table/IslbTable.razor.rz.scp.css */
/* TABLE */
table[b-phyolqw2h7] {
    background-color: #161A1E;
    border-collapse: collapse;
    font-size: .8rem;
    white-space: nowrap;
    width: 100%;
}

/* ROWS AND COLS */

/* TABLE HEADER */

thead[b-phyolqw2h7]  th {
    background-color: #1B2024;
    border: 1px solid #20262B;
    color: #CFCFCF;
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    position: sticky;
    top: -1px;
    vertical-align: middle;
    z-index: 1;
}

thead[b-phyolqw2h7]  th:first-child { width: 20px; }

thead[b-phyolqw2h7]  .mat-sort-header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: sticky;
    top: 0;
    user-select: none;
}

/* TABLE BODY */

/* TR */

tbody[b-phyolqw2h7]  tr { background-color: var(--table-bg); }

/*tbody ::deep tr:hover { background-color: var(--table-hover); }*/

/* SPEC */

tbody[b-phyolqw2h7]  tr.spec td {
    background-color: var(--background-secondary-color);
    height: 40px;
}

/*tbody ::deep tr.spec:hover { background-color: var(--table-hover); }*/

tbody[b-phyolqw2h7]  tr.spec {
    background-color: var(--table-hover);
    font-size: 1rem;
}

/* TD */

tbody[b-phyolqw2h7]  td {
    border: 1px solid #20262B;
    color: #CFCFCF;
    height: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
    user-select: text;
    vertical-align: middle;
}

/* COLORS */

tbody[b-phyolqw2h7]  td.green { color: #90c564; }

tbody[b-phyolqw2h7]  td.red { color: #D25773; }

/* MEDIA */

@media screen and (min-width: 1650px) {
    table[b-phyolqw2h7] { table-layout: auto; }
}
/* /Shared/Components/Table/IslbTableWidget.razor.rz.scp.css */
/* TABLE */
table[b-9fz3co8jm5] {
    border-collapse: collapse;
    font-size: .8rem;
    white-space: nowrap;
    width: 100%;
}

/* ROWS AND COLS */

/* TABLE HEADER */

thead[b-9fz3co8jm5]  th {
    background-color: #1B2024;
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    position: sticky;
    top: 0;
    vertical-align: middle;
    z-index: 1;
}

thead[b-9fz3co8jm5]  th:first-child { width: 20px; }

thead[b-9fz3co8jm5]  .mat-sort-header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: sticky;
    top: 0;
    user-select: none;
}

th:last-child[b-9fz3co8jm5] { text-align: end; }

/* TABLE BODY */

/* TR */

tbody[b-9fz3co8jm5]  tr { background-color: var(--table-bg); }

/*tbody ::deep tr:hover { background-color: var(--table-hover); }*/

/* SPEC */

tbody[b-9fz3co8jm5]  tr.spec td {
    background-color: var(--background-secondary-color);
    height: 40px;
}

/*tbody ::deep tr.spec:hover { background-color: var(--table-hover); }*/

tbody[b-9fz3co8jm5]  tr.spec {
    background-color: var(--table-hover);
    font-size: 1rem;
}

/* TD */

tbody[b-9fz3co8jm5]  td {
    height: 30px;
    padding-left: 1rem;
    padding-right: 1rem;
    user-select: none;
    vertical-align: middle;
}

/* COLORS */

tbody[b-9fz3co8jm5]  td.green { color: #90c564; }

tbody[b-9fz3co8jm5]  td.red { color: #D25773; }

/* MEDIA */

@media screen and (min-width: 1650px) {
    table[b-9fz3co8jm5] { table-layout: auto; }
}
/* /Shared/Components/Table/SkeletonTable.razor.rz.scp.css */
table[b-k8980jyrq3] {
    border-collapse: separate;
    font-size: .8rem;
    white-space: nowrap;
    width: 100%;
}

thead th[b-k8980jyrq3] {
    background-color: var(--primary-color);
    color: var(--primary-color);
    height: 35px;
    user-select: none;
}

thead th:first-child[b-k8980jyrq3] { width: 20px; }

tbody tr[b-k8980jyrq3] { background-color: var(--primary-color); }

tbody td[b-k8980jyrq3] {
    color: var(--primary-color);
    height: 30px;
    user-select: none;
}

/* MEDIA */

@media screen and (min-width: 1650px) {
    table[b-k8980jyrq3] { table-layout: auto; }
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* WRAPPERS */
.wrapper[b-jdjwz6xnpm] {
    /* Height for inputs, buttons and selectors */
    --input-height: 40px;
    /* Color for labels */
    --text-color: rgba(255, 255, 255, 0.6);
    /* Default gap for filter group */
    --gap: 10px;
    /* Default border radius value */
    --border-radius: 2px;
    /* Default transition scale */
    --transition-scale: .25s;
    /* Default font size */
    --font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

/* WRAPPER */

.wrapper[b-jdjwz6xnpm] {
    display: flex;
    height: 100vh;
    overflow: auto;
}

.wrapper main[b-jdjwz6xnpm] {
    flex: 1 1 auto;
    overflow-y: auto;
}

main[b-jdjwz6xnpm]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

main[b-jdjwz6xnpm]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* BODY WRAPPER */

.body__wrapper[b-jdjwz6xnpm] {
    background-color: #101010;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

/* Override body wrapper scrollbar */

.body__wrapper[b-jdjwz6xnpm]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.body__wrapper[b-jdjwz6xnpm]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* NOTIFICATION */

.notification__wrapper[b-jdjwz6xnpm] { position: relative; }

.notification__wrapper[b-jdjwz6xnpm]  .count {
    background-color: #D45572;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    height: 15px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    user-select: none;
    width: 15px;
}

.side-menu-button[b-jdjwz6xnpm] {
    cursor: pointer;
    display: flex;
    left: 15px;
    position: relative;
    top: 11px;
    width: 214px;
}

.side-menu-button:hover[b-jdjwz6xnpm] {
    background-color: var(--secondary-color);
    overflow: hidden;
}

.text-span[b-jdjwz6xnpm] {
    color: white;
    left: -15px;
    position: relative;
    top: -12px;
}

.item_wrapper[b-jdjwz6xnpm] {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

img[b-jdjwz6xnpm] {
    height: 24px;
    margin-right: 0.5rem;
    outline: none;
    transition: .1s;
}

.button_wrapper[b-jdjwz6xnpm] {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 16px;
    text-align: left;
}

.item_wrapper:hover[b-jdjwz6xnpm] { cursor: pointer; }

.button_wrapper:hover[b-jdjwz6xnpm] { cursor: pointer; }

.page__wrapper[b-jdjwz6xnpm] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* /Shared/Modals/AddAdminModal.razor.rz.scp.css */
option[b-c2v4ort1nn] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-c2v4ort1nn] {
    display: inline-flex;
    height: 100%;
    width: 100%;
}

/* MENU WRAPPER */

.menu__wrapper[b-c2v4ort1nn] {
    height: 100%;
    width: 350px;
}

/* CONTENT */

.content__wrapper[b-c2v4ort1nn] {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    width: 100%;
}

.content[b-c2v4ort1nn] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

.checkbox__wrapper[b-c2v4ort1nn] { color: var(--modal-text-color); }

/* Override content scrollbar */

.content[b-c2v4ort1nn]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-c2v4ort1nn]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.content.between[b-c2v4ort1nn] { justify-content: space-between; }

.content .row[b-c2v4ort1nn] {
    display: inline-flex;
    margin-top: 12px;
    width: 100%;
}

.row .item[b-c2v4ort1nn] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-c2v4ort1nn]  textarea { height: 100px; }

.row[b-c2v4ort1nn]  input {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 230px;
}

.item-header[b-c2v4ort1nn] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.row[b-c2v4ort1nn]  select {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
    width: 230px;
}

.row[b-c2v4ort1nn] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-c2v4ort1nn] {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 18px;
    margin-left: 10px;
    min-height: 34px;
    width: max-content;
}

.button-create[b-c2v4ort1nn] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    width: 83px;
}

.button-create:hover[b-c2v4ort1nn] { opacity: 0.5; }

.button-cancel[b-c2v4ort1nn] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    width: 95px;
}

.button-cancel:hover[b-c2v4ort1nn] { opacity: 0.5; }

.header[b-c2v4ort1nn] {
    margin-left: 14px;
    margin-top: 20px;
}

.title[b-c2v4ort1nn] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    font-size: 14px;
    padding-bottom: 5px;
    width: max-content;
}

/* MENU */

.menu[b-c2v4ort1nn] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:first-child[b-c2v4ort1nn] {
    height: 100%;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-c2v4ort1nn] {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-group[b-c2v4ort1nn]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-c2v4ort1nn]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-c2v4ort1nn] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding: 0 0.8rem;
}

.modal__wrapper input valid[b-c2v4ort1nn] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding: 0 0.8rem;
}

.modal__wrapper input:focus[b-c2v4ort1nn] { border-color: var(--modal-text-color); }

.modal__wrapper select[b-c2v4ort1nn] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding-inline: 0.8rem;
}

.modal__wrapper select:focus[b-c2v4ort1nn] { border-color: var(--modal-text-color); }

.modal__wrapper textarea[b-c2v4ort1nn] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-c2v4ort1nn] { border-color: var(--modal-text-color); }

/* CHECKBOX */

.checkbox__wrapper[b-c2v4ort1nn] {
    align-items: center;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: flex;
    gap: .5rem;
    height: 32px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-c2v4ort1nn] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-c2v4ort1nn] { color: red; }

#space[b-c2v4ort1nn] { padding: 9px; }

.password_strength[b-c2v4ort1nn] { display: flex; }

.row[b-c2v4ort1nn]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-c2v4ort1nn]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 34px;
}

.row[b-c2v4ort1nn]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}
/* /Shared/Modals/AddGroupModal.razor.rz.scp.css */
option[b-g2cmj2rs2m] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-g2cmj2rs2m] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.menu__wrapper[b-g2cmj2rs2m] {
    display: flex;
    height: 500px;
    justify-content: space-between;
}

/* CONTENT */

.content[b-g2cmj2rs2m] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 28px;
}

/* Override content scrollbar */

.content[b-g2cmj2rs2m]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.item-header[b-g2cmj2rs2m] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-g2cmj2rs2m] { color: var(--modal-text-color); }

.content[b-g2cmj2rs2m]::-webkit-scrollbar-thumb {
    background-color: #484e56;
    border-radius: 4px;
}

.content.between[b-g2cmj2rs2m] { justify-content: space-between; }

.content .row[b-g2cmj2rs2m] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-g2cmj2rs2m] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-g2cmj2rs2m]  textarea { height: 100px; }


.row[b-g2cmj2rs2m]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-g2cmj2rs2m]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-g2cmj2rs2m]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 70px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-g2cmj2rs2m]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-g2cmj2rs2m] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-g2cmj2rs2m] {
    display: inline-flex;
    justify-content: flex-end;
    margin-bottom: 23px;
    margin-right: 28px;
    min-height: 34px;
}

.buttons[b-g2cmj2rs2m] {
    display: flex;
    gap: 8px;
}

.button-create[b-g2cmj2rs2m] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-create:hover[b-g2cmj2rs2m] { opacity: 0.5; }

.button-cancel[b-g2cmj2rs2m] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-cancel:hover[b-g2cmj2rs2m] { opacity: 0.5; }


/* MENU */

.menu[b-g2cmj2rs2m] {
    background: #101010;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-g2cmj2rs2m] { width: 250px; }

.menu-group[b-g2cmj2rs2m]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-g2cmj2rs2m]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-g2cmj2rs2m] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    padding: 0 10px;
}

.modal__wrapper input:focus[b-g2cmj2rs2m] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-g2cmj2rs2m] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    width: 100%;
}

.modal__wrapper select:focus[b-g2cmj2rs2m] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-g2cmj2rs2m] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-g2cmj2rs2m] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-g2cmj2rs2m] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-g2cmj2rs2m] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-g2cmj2rs2m] { color: red; }

.row[b-g2cmj2rs2m]  .password_strength { display: flex; }

.row[b-g2cmj2rs2m]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-g2cmj2rs2m]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px;
}

.row[b-g2cmj2rs2m]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

/*buttons route*/

.button-route[b-g2cmj2rs2m] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 5px;
    color: var(--modal-text-color);
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.button-route[b-g2cmj2rs2m]::after {
    border: solid white;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.button__content[b-g2cmj2rs2m] {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ico__wrapper[b-g2cmj2rs2m] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: block;
}

.icon__img[b-g2cmj2rs2m] {
    height: 32px;
    width: 40px;
}

.content-wrapper[b-g2cmj2rs2m] {
    background-color: #161A1E;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    width: 70%;
}

.header[b-g2cmj2rs2m] {
    margin-left: 20px;
    margin-top: 15px;
}

.title[b-g2cmj2rs2m] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    padding-bottom: 5px;
    width: max-content;
}

.nav-item[b-g2cmj2rs2m] {
    background-color: transparent;
    color: #CFCFCF
}

.nav-item:active[b-g2cmj2rs2m] {
    background-color: transparent;
    color: #CFCFCF;
    opacity: 0.7;
}
/* /Shared/Modals/AddTraderModal.razor.rz.scp.css */
option[b-paivughahd] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-paivughahd] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* CONTENT */

.content[b-paivughahd] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 28px;
}

/* Override content scrollbar */

.content[b-paivughahd]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.item-header[b-paivughahd] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-paivughahd] { color: var(--modal-text-color); }

.content[b-paivughahd]::-webkit-scrollbar-thumb {
    background-color: #484e56;
    border-radius: 4px;
}

.content.between[b-paivughahd] { justify-content: space-between; }

.content .row[b-paivughahd] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-paivughahd] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-paivughahd]  textarea { height: 100px; }


.row[b-paivughahd]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-paivughahd]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-paivughahd]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 70px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-paivughahd]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-paivughahd] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-paivughahd] {
    display: inline-flex;
    justify-content: flex-end;
    margin-bottom: 23px;
    margin-right: 28px;
    min-height: 34px;
}

.buttons[b-paivughahd] {
    display: flex;
    gap: 8px;
}

.button-create[b-paivughahd] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-create:hover[b-paivughahd] { opacity: 0.5; }

.button-cancel[b-paivughahd] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-cancel:hover[b-paivughahd] { opacity: 0.5; }


/* MENU */

.menu[b-paivughahd] {
    background: #101010;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-paivughahd] { width: 250px; }

.menu-group[b-paivughahd]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-paivughahd]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-paivughahd] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 10px;
}

.modal__wrapper input:focus[b-paivughahd] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-paivughahd] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    width: 100%;
}

.modal__wrapper select:focus[b-paivughahd] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-paivughahd] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-paivughahd] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-paivughahd] {
    align-items: center;
    display: flex;
    font-size: 13px;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-paivughahd] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-paivughahd] { color: red; }

.row[b-paivughahd]  .password_strength {
    display: flex;
    margin-top: 10px;
}

.row[b-paivughahd]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-paivughahd]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px;
}

.row[b-paivughahd]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

/*buttons route*/

.button-route[b-paivughahd] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 5px;
    color: var(--modal-text-color);
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.button-route[b-paivughahd]::after {
    border: solid white;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.button__content[b-paivughahd] {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ico__wrapper[b-paivughahd] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: block;
}

.icon__img[b-paivughahd] {
    height: 32px;
    width: 40px;
}

.content-wrapper[b-paivughahd] {
    background-color: #161A1E;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
}

.header[b-paivughahd] {
    margin-left: 20px;
    margin-top: 15px;
}

.title[b-paivughahd] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    padding-bottom: 5px;
    width: max-content;
}

.nav-item[b-paivughahd] {
    background-color: transparent;
    color: #CFCFCF
}

.nav-item:active[b-paivughahd] {
    background-color: transparent;
    color: #CFCFCF;
    opacity: 0.7;
}


.menu__wrapper[b-paivughahd] {
    display: flex;
    justify-content: space-between;
}


.content__wrapper[b-paivughahd] {
    display: flex;
    flex-direction: column;
    height: 735px;
    justify-content: space-between;
    width: 100%;
}

.route__button[b-paivughahd] {
    background-color: transparent;
    border-color: white;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    width: 210px;
}

.route__button:hover[b-paivughahd] { opacity: 0.6; }

.button-add[b-paivughahd] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 140px;
}

.button-cancel:hover[b-paivughahd] { opacity: 0.5; }

.button-reject[b-paivughahd] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-paivughahd] { background-color: rgba(234, 57, 67, 0.5); }
/* /Shared/Modals/AssignAdminToGroup/AssignAdminToGroupModal.razor.rz.scp.css */
.filters__wrapper[b-7ec8u0jdsk] {
    align-items: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    overflow-x: auto;
    padding: 5px;
    width: 100%;
}

/* Override body wrapper scrollbar */

.filters__wrapper[b-7ec8u0jdsk]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-7ec8u0jdsk]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.tabs__wrapper[b-7ec8u0jdsk] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

/* FILTER */

.filter-item select[b-7ec8u0jdsk] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}


option[b-7ec8u0jdsk] { background-color: var(--background); }

select:focus[b-7ec8u0jdsk] { border-color: #fff; }

input[b-7ec8u0jdsk] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 32px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input[type="date"][b-7ec8u0jdsk]::-webkit-calendar-picker-indicator {
    background-image: url("./assets/icons/Calendar.svg");
    background-position: 100% center;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    /*background-size: 20px;*/
    cursor: pointer;
    opacity: 1;
}

input:focus[b-7ec8u0jdsk] { border-color: #fff; }

.button__wrapper[b-7ec8u0jdsk]  button { background-color: #388ac2; }

.item-content[b-7ec8u0jdsk]  button { height: 34px; }

.item-content.crud .button__wrapper:nth-child(1)[b-7ec8u0jdsk]  button {
    background-color: #fff;
    color: #000;
}

.item-content.crud .button__wrapper:nth-child(2)[b-7ec8u0jdsk]  button { background-color: #cf6154; }

.item-content.crud .button__wrapper:nth-child(3)[b-7ec8u0jdsk]  button { background-color: #70b165; }

.item-content.export[b-7ec8u0jdsk] { gap: 2px; }

.item-content.export[b-7ec8u0jdsk]  button { background-color: var(--secondary-color); }

.item-content .button__wrapper[b-7ec8u0jdsk] { height: 34px; }

.input__wrapper[b-7ec8u0jdsk] { display: flex; }

.input__wrapper[b-7ec8u0jdsk]  button { background-color: #388ac2; }

.filter-group[b-7ec8u0jdsk] {
    align-items: end;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 1rem;
}

.items-group[b-7ec8u0jdsk] {
    display: flex;
    gap: 10px;
}

.filter-item[b-7ec8u0jdsk] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-7ec8u0jdsk] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

.pagination-item[b-7ec8u0jdsk] {
    align-items: center;
    display: flex;
    justify-content: center;
}

.pagination__wrapper[b-7ec8u0jdsk] { margin-top: 2%; }


.reload-button[b-7ec8u0jdsk] {
    background-color: #006DBB;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-7ec8u0jdsk] {
    background-color: #006DBB;
    opacity: 0.9;
}


.add-button[b-7ec8u0jdsk] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-7ec8u0jdsk] {
    background-color: #0E9701;
    opacity: 0.9;
}
/* /Shared/Modals/AssignAdminToGroup/AssignAdminToGroupTable.razor.rz.scp.css */
.icons__wrapper[b-337jz8ssfc] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-337jz8ssfc]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-337jz8ssfc] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-337jz8ssfc] { max-width: 50px; }

.table__wrapper[b-337jz8ssfc] {
    height: max-content;
    overflow: auto;
}

.thead th[b-337jz8ssfc] {
    background-color: var(--primary-color);
    color: var(--primary-color);
    height: 35px;
    user-select: none;
}

.thead th:first-child[b-337jz8ssfc] { width: 20px; }

thead[b-337jz8ssfc]  th {
    background-color: var(--primary-color);
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

thead[b-337jz8ssfc]  th:first-child { width: 20px; }


/* Override body scrollbar */

.table__wrapper[b-337jz8ssfc]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-337jz8ssfc]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status[b-337jz8ssfc]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status.red[b-337jz8ssfc]:before { background-color: red; }

.table__wrapper .status.green[b-337jz8ssfc]:before { background-color: green; }

.table__button[b-337jz8ssfc] { background-color: red; }
/* /Shared/Modals/AssignGroupToAdmin/AssignGroupToAdminModal.razor.rz.scp.css */
.filters__wrapper[b-mv87wd1gvw] {
    align-items: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    overflow-x: auto;
    padding: 5px;
    width: 100%;
}

/* Override body wrapper scrollbar */

.filters__wrapper[b-mv87wd1gvw]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-mv87wd1gvw]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.tabs__wrapper[b-mv87wd1gvw] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

/* FILTER */

.filter-item select[b-mv87wd1gvw] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}


option[b-mv87wd1gvw] { background-color: var(--background); }

select:focus[b-mv87wd1gvw] { border-color: #fff; }

input[b-mv87wd1gvw] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 32px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

.pagination__wrapper[b-mv87wd1gvw] {
    align-items: center;
    display: grid;
    justify-content: inherit;
    margin-top: 2%;
    overflow-x: auto;
}

.pagination__wrapper .pagination-item[b-mv87wd1gvw] {
    align-items: end;
    display: flex;
    justify-content: center;
}

input[type="date"][b-mv87wd1gvw]::-webkit-calendar-picker-indicator {
    background-image: url("./assets/icons/Calendar.svg");
    background-position: 100% center;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    /*background-size: 20px;*/
    cursor: pointer;
    opacity: 1;
}

input:focus[b-mv87wd1gvw] { border-color: #fff; }

.button__wrapper[b-mv87wd1gvw]  button { background-color: #388ac2; }

.item-content[b-mv87wd1gvw]  button { height: 34px; }

.item-content.crud .button__wrapper:nth-child(1)[b-mv87wd1gvw]  button {
    background-color: #fff;
    color: #000;
}

.item-content.crud .button__wrapper:nth-child(2)[b-mv87wd1gvw]  button { background-color: #cf6154; }

.item-content.crud .button__wrapper:nth-child(3)[b-mv87wd1gvw]  button { background-color: #70b165; }

.item-content.export[b-mv87wd1gvw] { gap: 2px; }

.item-content.export[b-mv87wd1gvw]  button { background-color: var(--secondary-color); }

.item-content .button__wrapper[b-mv87wd1gvw] { height: 34px; }

.input__wrapper[b-mv87wd1gvw] { display: flex; }

.input__wrapper[b-mv87wd1gvw]  button { background-color: #388ac2; }

.filter-group[b-mv87wd1gvw] {
    align-items: end;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 1rem;
}

.items-group[b-mv87wd1gvw] {
    display: flex;
    gap: 10px;
}

.filter-item[b-mv87wd1gvw] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-mv87wd1gvw] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

.reload-button[b-mv87wd1gvw] {
    background-color: #006DBB;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 97px;
}

.reload-button:hover[b-mv87wd1gvw] {
    background-color: #006DBB;
    opacity: 0.9;
}


.add-button[b-mv87wd1gvw] {
    background-color: #0E9701;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 144px;
}

.add-button:hover[b-mv87wd1gvw] {
    background-color: #0E9701;
    opacity: 0.9;
}
/* /Shared/Modals/AssignGroupToAdmin/AssignGroupToAdminTable.razor.rz.scp.css */
.icons__wrapper[b-ssxjsxr3sd] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-ssxjsxr3sd]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-ssxjsxr3sd] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-ssxjsxr3sd] { max-width: 50px; }

.table__wrapper[b-ssxjsxr3sd] {
    height: max-content;
    overflow: auto;
}

.thead th[b-ssxjsxr3sd] {
    background-color: var(--primary-color);
    color: var(--primary-color);
    height: 35px;
    user-select: none;
}

.thead th:first-child[b-ssxjsxr3sd] { width: 20px; }

thead[b-ssxjsxr3sd]  th {
    background-color: var(--primary-color);
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

thead[b-ssxjsxr3sd]  th:first-child { width: 20px; }


/* Override body scrollbar */

.table__wrapper[b-ssxjsxr3sd]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-ssxjsxr3sd]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status[b-ssxjsxr3sd]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status.red[b-ssxjsxr3sd]:before { background-color: red; }

.table__wrapper .status.green[b-ssxjsxr3sd]:before { background-color: green; }

.table__button[b-ssxjsxr3sd] { background-color: red; }
/* /Shared/Modals/AssignTradersToGroup/AssignTradersToGroupModal.razor.rz.scp.css */
.table__wrapper[b-g1k389m3ah] {
    height: 580px;
    overflow: auto;
}

/* Override body scrollbar */

.table__wrapper[b-g1k389m3ah]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-g1k389m3ah]::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.tabs__wrapper[b-g1k389m3ah] {
    flex: 1;
    margin-bottom: 20px;
    margin-top: 25px;
}

.pagination__wrapper[b-g1k389m3ah] {
    align-items: center;
    display: grid;
    justify-content: inherit;
    margin-top: 2%;
    overflow-x: auto;
}

.pagination__wrapper .pagination-item[b-g1k389m3ah] {
    align-items: end;
    display: flex;
    justify-content: center;
}

/* FILTER */

select[b-g1k389m3ah] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

option[b-g1k389m3ah] { background-color: var(--background); }

select:focus[b-g1k389m3ah] { border-color: #fff; }

input[b-g1k389m3ah] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 30px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input:focus[b-g1k389m3ah] { border-color: #fff; }

.button__wrapper[b-g1k389m3ah]  button { background-color: #388ac2; }

.item-content[b-g1k389m3ah]  button { height: 34px; }

.filter__wrapper[b-g1k389m3ah] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 180px;
    justify-content: center;
    margin: 1rem 0;
    overflow-x: auto;
}

/* Override body wrapper scrollbar */

.filter__wrapper[b-g1k389m3ah]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filter__wrapper[b-g1k389m3ah]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.filter-group[b-g1k389m3ah] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.items-group[b-g1k389m3ah] {
    display: flex;
    gap: 10px;
}

.filter-item[b-g1k389m3ah] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-g1k389m3ah] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}

.item-content.crud .button__wrapper:nth-child(1)[b-g1k389m3ah]  button {
    background-color: #fff;
    color: #000;
}

.item-content.crud .button__wrapper:nth-child(2)[b-g1k389m3ah]  button { background-color: #cf6154; }

.item-content.crud .button__wrapper:nth-child(3)[b-g1k389m3ah]  button { background-color: #70b165; }

.item-content.export[b-g1k389m3ah] { gap: 2px; }

.item-content.export[b-g1k389m3ah]  button {
    ;
    background-color: var(--secondary-color);
}

.item-content .button__wrapper[b-g1k389m3ah] { height: 34px; }

.input__wrapper[b-g1k389m3ah] { display: flex; }

.input__wrapper[b-g1k389m3ah]  button { background-color: #388ac2; }
/* /Shared/Modals/AssignTradersToGroup/AssignTraderToGroupTable.razor.rz.scp.css */
.icons__wrapper[b-0ishs9suad] {
    color: #fff;
    display: flex;
    gap: 5px;
}

.icons__wrapper[b-0ishs9suad]  .mdc-button {
    height: 24px !important;
    min-width: auto !important;
    padding: 0 !important;
    width: auto !important;
}

.icons__wrapper button[b-0ishs9suad] {
    appearance: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.checkbox-header__item[b-0ishs9suad] { max-width: 50px; }

.table__wrapper[b-0ishs9suad] {
    height: 50vh;
    overflow: auto;
}

.thead th[b-0ishs9suad] {
    background-color: var(--primary-color);
    color: var(--primary-color);
    height: 35px;
    user-select: none;
}

.thead th:first-child[b-0ishs9suad] { width: 20px; }

thead[b-0ishs9suad]  th {
    background-color: var(--primary-color);
    height: 35px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle;
}

thead[b-0ishs9suad]  th:first-child { width: 20px; }


/* Override body scrollbar */

.table__wrapper[b-0ishs9suad]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-0ishs9suad]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.table__wrapper .status[b-0ishs9suad]:before {
    background-color: var(--background-secondary-color);
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}

.table__wrapper .status.red[b-0ishs9suad]:before { background-color: red; }

.table__wrapper .status.green[b-0ishs9suad]:before { background-color: green; }

.table__button[b-0ishs9suad] { background-color: red; }

.filters__wrapper[b-0ishs9suad] {
    align-items: center;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    height: 100%;
    overflow-x: auto;
    padding: 5px;
    width: 100%;
}

/* Override body wrapper scrollbar */

.filters__wrapper[b-0ishs9suad]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.filters__wrapper[b-0ishs9suad]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/* FILTER */

.filter-item select[b-0ishs9suad] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: #fff;
    height: 34px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}


option[b-0ishs9suad] { background-color: var(--background); }

select:focus[b-0ishs9suad] { border-color: #fff; }

input[b-0ishs9suad] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px 0 0 2px;
    color: #fff;
    height: 32px;
    outline: none;
    padding-left: .5rem;
    padding-right: .5rem;
}

input[type="date"][b-0ishs9suad]::-webkit-calendar-picker-indicator {
    background-image: url("./assets/icons/Calendar.svg");
    background-position: 100% center;
    background-repeat: no-repeat;
    color: rgba(0, 0, 0, 0);
    /*background-size: 20px;*/
    cursor: pointer;
    opacity: 1;
}

input:focus[b-0ishs9suad] { border-color: #fff; }

.button__wrapper[b-0ishs9suad]  button { background-color: #388ac2; }

.item-content[b-0ishs9suad]  button { height: 34px; }

.item-content.crud .button__wrapper:nth-child(1)[b-0ishs9suad]  button { background-color: #70b165; }

.item-content.crud .button__wrapper:nth-child(2)[b-0ishs9suad]  button { background-color: #70b165; }


.item-content.export[b-0ishs9suad] { gap: 2px; }

.item-content.export[b-0ishs9suad]  button { background-color: var(--secondary-color); }

.item-content .button__wrapper[b-0ishs9suad] { height: 34px; }

.input__wrapper[b-0ishs9suad] { display: flex; }

.input__wrapper[b-0ishs9suad]  button { background-color: #388ac2; }

.filter-group[b-0ishs9suad] {
    align-items: end;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 1rem;
}

.items-group[b-0ishs9suad] {
    display: flex;
    gap: 10px;
}

.filter-item[b-0ishs9suad] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: end;
}

.item-content[b-0ishs9suad] {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}
/* /Shared/Modals/ConfirmCashActivityModal.razor.rz.scp.css */
.modal-content[b-zd9cq995ro] {
    width: 440px;
    max-height: 80vh;
    padding: 30px;
    overflow-y: auto;
}

.title[b-zd9cq995ro] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}

.buttons__wrapper[b-zd9cq995ro] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.yes-button[b-zd9cq995ro] {
    background-color: #2481E0;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    min-height: 40px;
    min-width: 120px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .yes-button:hover[b-zd9cq995ro] {
        background-color: #1a64b8;
    }

    .yes-button:disabled[b-zd9cq995ro] {
        background-color: #a0c4f0;
        cursor: not-allowed;
    }

.no-button[b-zd9cq995ro] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 4px;
    color: #2481E0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    min-height: 40px;
    min-width: 120px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .no-button:hover[b-zd9cq995ro] {
        background-color: #2481E0;
        color: #fff;
    }
/* /Shared/Modals/ConfirmOnboardingAction.razor.rz.scp.css */
.no-button[b-e9rdro3k6n] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 76px;
}

.no-button:hover[b-e9rdro3k6n] { opacity: 0.9; }


.yes-button[b-e9rdro3k6n] {
    background-color: #2481E0;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 76px;
}

.yes-button:hover[b-e9rdro3k6n] { opacity: 0.9; }


.title[b-e9rdro3k6n] {
    font-size: 14px;
    padding: 24px 43px;
}

.buttons__wrapper[b-e9rdro3k6n] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 29px 61px;
}
/* /Shared/Modals/DeleteModal.razor.rz.scp.css */
.no-button[b-ce8iepnqr4] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 76px;
}

.no-button:hover[b-ce8iepnqr4] { opacity: 0.9; }


.yes-button[b-ce8iepnqr4] {
    background-color: #2481E0;
    border: 0;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 100;
    min-height: 34px;
    min-width: 76px;
}

.yes-button:hover[b-ce8iepnqr4] { opacity: 0.9; }


.title[b-ce8iepnqr4] {
    font-size: 14px;
    padding: 24px 43px;
    width: 200px;
}

.buttons__wrapper[b-ce8iepnqr4] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 29px 61px;
}
/* /Shared/Modals/EDitAdminModal.razor.rz.scp.css */
option[b-ke6x2qfqdx] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-ke6x2qfqdx] {
    display: inline-flex;
    height: 100%;
    width: 100%;
}

/* MENU WRAPPER */

.menu__wrapper[b-ke6x2qfqdx] {
    height: 100%;
    width: 350px;
}

/* CONTENT */

.content__wrapper[b-ke6x2qfqdx] {
    display: flex;
    flex-direction: column;
    height: 418px;
    justify-content: space-between;
    width: 100%;
}

.content[b-ke6x2qfqdx] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding: 20px;
}

.checkbox__wrapper[b-ke6x2qfqdx] { color: var(--modal-text-color); }

/* Override content scrollbar */

.content[b-ke6x2qfqdx]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-ke6x2qfqdx]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.content.between[b-ke6x2qfqdx] { justify-content: space-between; }

.content .row[b-ke6x2qfqdx] {
    align-items: center;
    display: inline-flex;
    margin-top: 5px;
    width: 100%;
}

.row .item[b-ke6x2qfqdx] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
    width: 100%;
}

.item-content[b-ke6x2qfqdx]  textarea { height: 100px; }

.row[b-ke6x2qfqdx]  input {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 230px;
}

.item-header[b-ke6x2qfqdx] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.row[b-ke6x2qfqdx]  select {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
    width: 230px;
}

.row[b-ke6x2qfqdx] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-ke6x2qfqdx] {
    display: inline-flex;
    gap: 10px;
    margin-left: 20px;
    min-height: 34px;
    width: max-content;
}

.button-create[b-ke6x2qfqdx] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    width: 83px;
}

.button-create:hover[b-ke6x2qfqdx] { opacity: 0.5; }


.button-cancel[b-ke6x2qfqdx] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    width: 95px;
}

.button-cancel:hover[b-ke6x2qfqdx] { opacity: 0.5; }

/* MENU */

.menu[b-ke6x2qfqdx] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:first-child[b-ke6x2qfqdx] {
    height: 100%;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-ke6x2qfqdx] {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-group[b-ke6x2qfqdx]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-ke6x2qfqdx]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-ke6x2qfqdx] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding: 0 0.8rem;
}

.modal__wrapper input valid[b-ke6x2qfqdx] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding: 0 0.8rem;
}

.modal__wrapper input:focus[b-ke6x2qfqdx] { border-color: var(--modal-text-color); }

.modal__wrapper select[b-ke6x2qfqdx] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding-inline: 0.8rem;
}

.modal__wrapper select:focus[b-ke6x2qfqdx] { border-color: var(--modal-text-color); }

.modal__wrapper textarea[b-ke6x2qfqdx] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-ke6x2qfqdx] { border-color: var(--modal-text-color); }

/* CHECKBOX */

.checkbox__wrapper[b-ke6x2qfqdx] {
    align-items: center;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: flex;
    gap: .5rem;
    height: 32px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-ke6x2qfqdx] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-ke6x2qfqdx] { color: red; }

#space[b-ke6x2qfqdx] { padding: 9px; }

.row[b-ke6x2qfqdx]  .password_strength { display: flex; }

.row[b-ke6x2qfqdx]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-ke6x2qfqdx]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px;
}

.row[b-ke6x2qfqdx]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

.header[b-ke6x2qfqdx] {
    margin-left: 15px;
    margin-top: 10px;
}

.title[b-ke6x2qfqdx] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    padding-bottom: 5px;
    width: max-content;
}
/* /Shared/Modals/EditGroupModal.razor.rz.scp.css */
option[b-jxxkyya00o] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-jxxkyya00o] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.menu__wrapper[b-jxxkyya00o] {
    display: flex;
    height: 500px;
    justify-content: space-between;
}

/* CONTENT */

.content[b-jxxkyya00o] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding-left: 20px;
    padding-right: 28px;
}

/* Override content scrollbar */

.content[b-jxxkyya00o]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.item-header[b-jxxkyya00o] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-jxxkyya00o] { color: var(--modal-text-color); }

.content[b-jxxkyya00o]::-webkit-scrollbar-thumb {
    background-color: #484e56;
    border-radius: 4px;
}

.content.between[b-jxxkyya00o] { justify-content: space-between; }

.content .row[b-jxxkyya00o] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-jxxkyya00o] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-jxxkyya00o]  textarea { height: 100px; }


.row[b-jxxkyya00o]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-jxxkyya00o]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-jxxkyya00o]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 70px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-jxxkyya00o]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-jxxkyya00o] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-jxxkyya00o] {
    display: inline-flex;
    justify-content: flex-end;
    margin-bottom: 23px;
    margin-right: 28px;
    min-height: 34px;
}

.buttons[b-jxxkyya00o] {
    display: flex;
    gap: 8px;
}

.button-create[b-jxxkyya00o] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-create:hover[b-jxxkyya00o] { opacity: 0.5; }

.button-cancel[b-jxxkyya00o] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-cancel:hover[b-jxxkyya00o] { opacity: 0.5; }


/* MENU */

.menu[b-jxxkyya00o] {
    background: #101010;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-jxxkyya00o] { width: 250px; }

.menu-group[b-jxxkyya00o]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-jxxkyya00o]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-jxxkyya00o] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    padding: 0 10px;
}

.modal__wrapper input:focus[b-jxxkyya00o] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-jxxkyya00o] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    width: 100%;
}

.modal__wrapper select:focus[b-jxxkyya00o] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-jxxkyya00o] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-jxxkyya00o] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-jxxkyya00o] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-jxxkyya00o] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-jxxkyya00o] { color: red; }

.row[b-jxxkyya00o]  .password_strength { display: flex; }

.row[b-jxxkyya00o]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-jxxkyya00o]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px;
}

.row[b-jxxkyya00o]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

/*buttons route*/

.button-route[b-jxxkyya00o] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 5px;
    color: var(--modal-text-color);
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.button-route[b-jxxkyya00o]::after {
    border: solid white;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.button__content[b-jxxkyya00o] {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ico__wrapper[b-jxxkyya00o] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: block;
}

.icon__img[b-jxxkyya00o] {
    height: 32px;
    width: 40px;
}

.content-wrapper[b-jxxkyya00o] {
    background-color: #161A1E;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    width: 70%;
}

.header[b-jxxkyya00o] {
    margin-left: 20px;
    margin-top: 15px;
}

.title[b-jxxkyya00o] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    padding-bottom: 5px;
    width: max-content;
}

.nav-item[b-jxxkyya00o] {
    background-color: transparent;
    color: #CFCFCF
}

.nav-item:active[b-jxxkyya00o] {
    background-color: transparent;
    color: #CFCFCF;
    opacity: 0.7;
}
/* /Shared/Modals/EditTrader/CommissionInfo/CryptoCommissionSection.razor.rz.scp.css */
/* OVERRIDE */
section.content[b-3by6ngwwmj]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-3by6ngwwmj]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

/* FIELDS */

input[b-3by6ngwwmj] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 34px;
    margin-top: auto;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

input:focus[b-3by6ngwwmj] { border-color: var(--modal-border-color); }

select[b-3by6ngwwmj] {
    background-color: transparent;
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 34px;
    margin-top: auto;
    outline: none;
    padding-inline: 0.8rem;
    width: 100%;
}

select:focus[b-3by6ngwwmj] { border-color: var(--modal-border-color); }

option[b-3by6ngwwmj] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

.item-header[b-3by6ngwwmj] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-3by6ngwwmj] { color: var(--modal-text-color); }

.checkbox-title[b-3by6ngwwmj] { font-size: 13px; }

textarea[b-3by6ngwwmj] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

textarea:focus[b-3by6ngwwmj] { border-color: #fff; }

.checkbox__wrapper[b-3by6ngwwmj] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    display: flex;
    gap: .5rem;
    height: 32px;
    margin-top: auto;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-3by6ngwwmj] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

/* CONTENT */

section.content[b-3by6ngwwmj] {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

/* OVERRIDE */

section.content[b-3by6ngwwmj]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-3by6ngwwmj]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.item[b-3by6ngwwmj] {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
}

.row[b-3by6ngwwmj]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-3by6ngwwmj]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
    width: 100%;
}

.row[b-3by6ngwwmj] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
}
/* /Shared/Modals/EditTrader/EditTraderModal.razor.rz.scp.css */
option[b-mibfpnjonl] { background-color: var(--modal-option-bg-color); }

/* MODAL WRAPPER */

.modal__wrapper[b-mibfpnjonl] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* CONTENT */

.content[b-mibfpnjonl] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 1rem;
}

/* Override content scrollbar */

.content[b-mibfpnjonl]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.item-header[b-mibfpnjonl] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-mibfpnjonl] { color: var(--modal-text-color); }

.content[b-mibfpnjonl]::-webkit-scrollbar-thumb {
    background-color: #484e56;
    border-radius: 4px;
}

.content.between[b-mibfpnjonl] { justify-content: space-between; }

.content .row[b-mibfpnjonl] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-mibfpnjonl] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-mibfpnjonl]  textarea { height: 100px; }


.row[b-mibfpnjonl]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 38px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-mibfpnjonl]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 38px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-mibfpnjonl]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 70px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-mibfpnjonl]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-mibfpnjonl] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-mibfpnjonl] {
    display: inline-flex;
    justify-content: flex-end;
    margin-bottom: 23px;
    margin-right: 28px;
    min-height: 34px;
}

.buttons[b-mibfpnjonl] {
    display: flex;
    gap: 8px;
}


.button-create[b-mibfpnjonl] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-create:hover[b-mibfpnjonl] { opacity: 0.5; }

.button-cancel[b-mibfpnjonl] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-cancel:hover[b-mibfpnjonl] { opacity: 0.5; }


/* MENU */

.menu[b-mibfpnjonl] {
    background: #101010;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-mibfpnjonl] { width: 250px; }

.menu-group[b-mibfpnjonl]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-mibfpnjonl]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-mibfpnjonl] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding: 0 5px;
}

.modal__wrapper input:focus[b-mibfpnjonl] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-mibfpnjonl] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    width: 100%;
}

.modal__wrapper select:focus[b-mibfpnjonl] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-mibfpnjonl] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-mibfpnjonl] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-mibfpnjonl] {
    align-items: center;
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-mibfpnjonl] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-mibfpnjonl] { color: red; }

.row[b-mibfpnjonl]  .password_strength { display: flex; }

.row[b-mibfpnjonl]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-mibfpnjonl]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px;
}

.row[b-mibfpnjonl]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

/*buttons route*/

.button-route[b-mibfpnjonl] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 5px;
    color: var(--modal-text-color);
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.button-route[b-mibfpnjonl]::after {
    border: solid white;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.button__content[b-mibfpnjonl] {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ico__wrapper[b-mibfpnjonl] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: block;
}

.icon__img[b-mibfpnjonl] {
    height: 32px;
    width: 40px;
}

.content-wrapper[b-mibfpnjonl] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
}

.header[b-mibfpnjonl] {
    margin-left: 20px;
    margin-top: 15px;
}

.title[b-mibfpnjonl] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    padding-bottom: 5px;
    width: max-content;
}

.menu__wrapper[b-mibfpnjonl] {
    display: flex;
    height: auto;
    justify-content: space-between;
    width: 300px;
}


.content__wrapper[b-mibfpnjonl] {
    display: flex;
    flex-direction: column;
    height: 735px;
    justify-content: space-between;
    width: 100%;
}
/* /Shared/Modals/EditTrader/GeneralInfo/AccountProfile.razor.rz.scp.css */
option[b-56ajyyajjc] { background-color: var(--modal-option-bg-color); }

/* MODAL WRAPPER */

.modal__wrapper[b-56ajyyajjc] {
    display: inline-flex;
    height: 100%;
    width: 100%;
}

/* MENU WRAPPER */

.menu__wrapper[b-56ajyyajjc] {
    height: 100%;
    width: 350px;
}

/* CONTENT */

.content__wrapper[b-56ajyyajjc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.item-header[b-56ajyyajjc] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox-title[b-56ajyyajjc] { font-size: 13px; }

.checkbox__wrapper[b-56ajyyajjc] { color: var(--modal-text-color); }

.content[b-56ajyyajjc] {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

/* Override content scrollbar */

.content[b-56ajyyajjc]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-56ajyyajjc]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.content.between[b-56ajyyajjc] { justify-content: space-between; }

.content .row[b-56ajyyajjc] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-56ajyyajjc] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-56ajyyajjc]  textarea { height: 100px; }

.row[b-56ajyyajjc]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-56ajyyajjc]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-56ajyyajjc]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-56ajyyajjc] { gap: 10px; }

/* CONTENT MENU */

.content-menu[b-56ajyyajjc] {
    align-items: center;
    display: inline-flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
}

.content-menu[b-56ajyyajjc]  button:first-child { background-color: #388ac2; }

.content-menu[b-56ajyyajjc]  button:last-child { border: 1px solid #388ac2; }

/* MENU */

.menu[b-56ajyyajjc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:first-child[b-56ajyyajjc] {
    height: 100%;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-56ajyyajjc] {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-group[b-56ajyyajjc]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-56ajyyajjc]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-56ajyyajjc] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 5px;
}

.modal__wrapper input:focus[b-56ajyyajjc] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-56ajyyajjc] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    width: 100%;
}

.modal__wrapper select:focus[b-56ajyyajjc] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-56ajyyajjc] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-56ajyyajjc] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-56ajyyajjc] {
    align-items: center;
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-56ajyyajjc] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-56ajyyajjc] { color: red; }
/* /Shared/Modals/EditTrader/GeneralInfo/ContactInformation.razor.rz.scp.css */
option[b-cnj28s39cf] { background-color: var(--modal-option-bg-color); }

/* MODAL WRAPPER */

.modal__wrapper[b-cnj28s39cf] {
    display: inline-flex;
    height: 100%;
    width: 100%;
}

/* MENU WRAPPER */

.menu__wrapper[b-cnj28s39cf] {
    height: 100%;
    width: 350px;
}

/* CONTENT */

.content__wrapper[b-cnj28s39cf] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.item-header[b-cnj28s39cf] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox-title[b-cnj28s39cf] { font-size: 13px; }

.checkbox__wrapper[b-cnj28s39cf] { color: var(--modal-text-color); }

.content[b-cnj28s39cf] {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

/* Override content scrollbar */

.content[b-cnj28s39cf]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-cnj28s39cf]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.content.between[b-cnj28s39cf] { justify-content: space-between; }

.content .row[b-cnj28s39cf] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-cnj28s39cf] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-cnj28s39cf]  textarea { height: 100px; }

.row[b-cnj28s39cf]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-cnj28s39cf]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-cnj28s39cf]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-cnj28s39cf] { gap: 10px; }

/* CONTENT MENU */

.content-menu[b-cnj28s39cf] {
    align-items: center;
    display: inline-flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
}

.content-menu[b-cnj28s39cf]  button:first-child { background-color: #388ac2; }

.content-menu[b-cnj28s39cf]  button:last-child { border: 1px solid #388ac2; }

/* MENU */

.menu[b-cnj28s39cf] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:first-child[b-cnj28s39cf] {
    height: 100%;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-cnj28s39cf] {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-group[b-cnj28s39cf]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-cnj28s39cf]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-cnj28s39cf] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 5px;
}

.modal__wrapper input:focus[b-cnj28s39cf] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-cnj28s39cf] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    width: 100%;
}

.modal__wrapper select:focus[b-cnj28s39cf] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-cnj28s39cf] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-cnj28s39cf] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-cnj28s39cf] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-cnj28s39cf] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-cnj28s39cf] { color: red; }

.sumsub__button[b-cnj28s39cf] {
    background: transparent;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    height: 35px;
    width: 210px;
}
/* /Shared/Modals/EditTrader/GeneralInfo/RoutesSettings.razor.rz.scp.css */
/* OVERRIDE */
section.content[b-afqrs236ye]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-afqrs236ye]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

/* FIELDS */

input[b-afqrs236ye] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    margin-top: auto;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.checkbox-title[b-afqrs236ye] { font-size: 13px; }

input:focus[b-afqrs236ye] { border-color: var(--modal-border-color); }

.item-header[b-afqrs236ye] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-afqrs236ye] { color: var(--modal-text-color); }

select[b-afqrs236ye] {
    background-color: transparent;
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    margin-top: auto;
    outline: none;
    padding-inline: 0.8rem;
    width: 100%;
}

select:focus[b-afqrs236ye] { border-color: var(--modal-border-color); }

option[b-afqrs236ye] { background-color: var(--modal-option-bg-color); }

textarea[b-afqrs236ye] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

textarea:focus[b-afqrs236ye] { border-color: var(--modal-border-color); }

.checkbox__wrapper[b-afqrs236ye] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    display: flex;
    gap: .5rem;
    height: 32px;
    margin-top: auto;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-afqrs236ye] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

/* CONTENT */

section.content[b-afqrs236ye] {
    border-radius: 5px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

/* OVERRIDE */

section.content[b-afqrs236ye]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-afqrs236ye]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.item[b-afqrs236ye] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-between;
    min-height: 60px;
}

.content .row[b-afqrs236ye] {
    display: inline-flex;
    margin-bottom: 12px;
    width: 100%;
}

.row .item[b-afqrs236ye] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-afqrs236ye]  textarea { height: 100px; }


.row[b-afqrs236ye]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-afqrs236ye]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-afqrs236ye]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-afqrs236ye]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-afqrs236ye] {
    display: inline-flex;
    gap: 10px;
}

.route__button[b-afqrs236ye] {
    background-color: transparent;
    border-color: white;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    width: 210px;
}

.route__button:hover[b-afqrs236ye] { opacity: 0.6; }

.button-add[b-afqrs236ye] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 140px;
}

.button-cancel:hover[b-afqrs236ye] { opacity: 0.5; }

.button-reject[b-afqrs236ye] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-afqrs236ye] { background-color: rgba(234, 57, 67, 0.5); }
/* /Shared/Modals/EditTrader/GeneralInfo/WalletSettings.razor.rz.scp.css */
/* OVERRIDE */
section.content[b-u0r2errrph]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-u0r2errrph]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

/* FIELDS */

input[b-u0r2errrph] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    margin-top: auto;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.checkbox-title[b-u0r2errrph] { font-size: 13px; }

input:focus[b-u0r2errrph] { border-color: var(--modal-border-color); }

.item-header[b-u0r2errrph] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-u0r2errrph] { color: var(--modal-text-color); }

select[b-u0r2errrph] {
    background-color: transparent;
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    margin-top: auto;
    outline: none;
    padding-inline: 0.8rem;
    width: 100%;
}

select:focus[b-u0r2errrph] { border-color: var(--modal-border-color); }

option[b-u0r2errrph] { background-color: var(--modal-option-bg-color); }

textarea[b-u0r2errrph] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

textarea:focus[b-u0r2errrph] { border-color: var(--modal-border-color); }

.checkbox__wrapper[b-u0r2errrph] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    display: flex;
    gap: .5rem;
    height: 32px;
    margin-top: auto;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-u0r2errrph] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

/* CONTENT */

section.content[b-u0r2errrph] {
    border-radius: 5px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    padding: 1rem;
    width: 590px;
}

/* OVERRIDE */

section.content[b-u0r2errrph]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-u0r2errrph]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.item[b-u0r2errrph] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-between;
    min-height: 60px;
}

.content .row[b-u0r2errrph] {
    display: inline-flex;
    margin-bottom: 12px;
    width: 100%;
}

.row .item[b-u0r2errrph] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-u0r2errrph]  textarea { height: 100px; }


.row[b-u0r2errrph]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-u0r2errrph]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-u0r2errrph]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-u0r2errrph]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-u0r2errrph] {
    display: inline-flex;
    gap: 10px;
}

.route__button[b-u0r2errrph] {
    background-color: transparent;
    border-color: white;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    width: 210px;
}

.route__button:hover[b-u0r2errrph] { opacity: 0.6; }

.button-add[b-u0r2errrph] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 140px;
}

.button-cancel:hover[b-u0r2errrph] { opacity: 0.5; }

.button-reject[b-u0r2errrph] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-u0r2errrph] { background-color: rgba(234, 57, 67, 0.5); }


.table__wrapper[b-u0r2errrph] { width: 100%; }
/* /Shared/Modals/EditTrader/GeneralInfo/WidgetaAccess.razor.rz.scp.css */
option[b-r3nn7apg93] { background-color: var(--modal-option-bg-color); }

/* MODAL WRAPPER */

.modal__wrapper[b-r3nn7apg93] {
    display: inline-flex;
    height: 100%;
    width: 100%;
}

/* MENU WRAPPER */

.menu__wrapper[b-r3nn7apg93] {
    height: 100%;
    width: 350px;
}

/* CONTENT */

.content__wrapper[b-r3nn7apg93] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.item-header[b-r3nn7apg93] { color: var(--modal-text-color); }

.checkbox__wrapper[b-r3nn7apg93] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.content[b-r3nn7apg93] {
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

/* Override content scrollbar */

.content[b-r3nn7apg93]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.content[b-r3nn7apg93]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.content.between[b-r3nn7apg93] { justify-content: space-between; }

.content .row[b-r3nn7apg93] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-r3nn7apg93] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-r3nn7apg93]  textarea { height: 100px; }

.row[b-r3nn7apg93]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 34px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-r3nn7apg93]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 38px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-r3nn7apg93]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    height: 70px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-r3nn7apg93] { gap: 10px; }

/* CONTENT MENU */

.content-menu[b-r3nn7apg93] {
    align-items: center;
    display: inline-flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
}

.content-menu[b-r3nn7apg93]  button:first-child { background-color: #388ac2; }

.content-menu[b-r3nn7apg93]  button:last-child { border: 1px solid #388ac2; }

/* MENU */

.menu[b-r3nn7apg93] {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:first-child[b-r3nn7apg93] {
    height: 100%;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-r3nn7apg93] {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.menu-group[b-r3nn7apg93]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-r3nn7apg93]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-r3nn7apg93] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    padding: 0 5px;
}

.modal__wrapper input:focus[b-r3nn7apg93] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-r3nn7apg93] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 16px;
    outline: none;
    width: 100%;
}

.modal__wrapper select:focus[b-r3nn7apg93] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-r3nn7apg93] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-r3nn7apg93] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-r3nn7apg93] {
    align-items: center;
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-r3nn7apg93] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-r3nn7apg93] { color: red; }
/* /Shared/Modals/EditTrader/RiskInfo/CryptoRiskSection.razor.rz.scp.css */
/* OVERRIDE */
section.content[b-w4o2qqc08o]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-w4o2qqc08o]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

/* FIELDS */

input[b-w4o2qqc08o] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    margin-top: auto;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.checkbox-title[b-w4o2qqc08o] { font-size: 13px; }

input:focus[b-w4o2qqc08o] { border-color: var(--modal-border-color); }

.item-header[b-w4o2qqc08o] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-w4o2qqc08o] { color: var(--modal-text-color); }

select[b-w4o2qqc08o] {
    background-color: transparent;
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    margin-top: auto;
    outline: none;
    padding-inline: 0.8rem;
    width: 100%;
}

select:focus[b-w4o2qqc08o] { border-color: var(--modal-border-color); }

option[b-w4o2qqc08o] { background-color: var(--modal-option-bg-color); }

textarea[b-w4o2qqc08o] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

textarea:focus[b-w4o2qqc08o] { border-color: var(--modal-border-color); }

.checkbox__wrapper[b-w4o2qqc08o] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    display: flex;
    gap: .5rem;
    height: 32px;
    margin-top: auto;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-w4o2qqc08o] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

/* CONTENT */

section.content[b-w4o2qqc08o] {
    border-radius: 5px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
    overflow-y: auto;
    padding: 1rem;
}

/* OVERRIDE */

section.content[b-w4o2qqc08o]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

section.content[b-w4o2qqc08o]::-webkit-scrollbar-thumb {
    background-color: #1d1c23;
    border-radius: 4px;
}

.item[b-w4o2qqc08o] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: space-between;
    min-height: 60px;
}

.content .row[b-w4o2qqc08o] {
    display: inline-flex;
    margin-bottom: 12px;
    width: 100%;
}

.row .item[b-w4o2qqc08o] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-w4o2qqc08o]  textarea { height: 100px; }


.row[b-w4o2qqc08o]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 100%;
}

.row[b-w4o2qqc08o]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
}

.row[b-w4o2qqc08o]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-w4o2qqc08o]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-w4o2qqc08o] {
    display: inline-flex;
    gap: 10px;
}

.route__button[b-w4o2qqc08o] {
    background-color: transparent;
    border-color: white;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    height: 35px;
    width: 210px;
}

.route__button:hover[b-w4o2qqc08o] { opacity: 0.6; }
/* /Shared/Modals/PriceGroupModal.razor.rz.scp.css */
option[b-uhk6qt9av4] {
    background-color: var(--modal-option-bg-color);
    font-size: 13px;
}

/* MODAL WRAPPER */

.modal__wrapper[b-uhk6qt9av4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.menu__wrapper[b-uhk6qt9av4] {
    display: flex;
    height: 500px;
    justify-content: space-between;
}

/* CONTENT */

.content[b-uhk6qt9av4] {
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 225px;
    margin-top: 20px;
    overflow-y: auto;
    width: 100%;
}

/* Override content scrollbar */

.content[b-uhk6qt9av4]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.5rem;
}

.item-header[b-uhk6qt9av4] {
    color: var(--modal-text-color);
    font-size: 13px;
}

.checkbox__wrapper[b-uhk6qt9av4] { color: var(--modal-text-color); }

.content[b-uhk6qt9av4]::-webkit-scrollbar-thumb {
    background-color: #484e56;
    border-radius: 4px;
}

.content.between[b-uhk6qt9av4] { justify-content: space-between; }

.content .row[b-uhk6qt9av4] {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}

.row .item[b-uhk6qt9av4] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
}

.item-content[b-uhk6qt9av4]  textarea { height: 100px; }


.row[b-uhk6qt9av4]  input {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding: 0 0.8rem;
    width: 166px;
}

.row[b-uhk6qt9av4]  select {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 35px;
    outline: none;
    padding-inline: 0.8rem;
    width: 166px;
}

.row[b-uhk6qt9av4]  textarea {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    height: 70px;
    outline: none;
    padding: 0px 5px;
    width: 98%;
}

.row[b-uhk6qt9av4]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.row[b-uhk6qt9av4] {
    display: inline-flex;
    gap: 10px;
}

/* CONTENT MENU */

.content-menu[b-uhk6qt9av4] {
    display: inline-flex;
    margin-bottom: 23px;
    margin-left: 20px;
    min-height: 34px;
}

.buttons[b-uhk6qt9av4] {
    display: flex;
    gap: 8px;
}

.button-create[b-uhk6qt9av4] {
    background-color: #2481E0;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-create:hover[b-uhk6qt9av4] { opacity: 0.5; }

.button-cancel[b-uhk6qt9av4] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 2px;
    color: #2481E0;
    cursor: pointer;
    font-size: 13px;
    height: 34px;
    width: 116px;
}

.button-cancel:hover[b-uhk6qt9av4] { opacity: 0.5; }


/* MENU */

.menu[b-uhk6qt9av4] {
    background: #101010;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: 99%;
    justify-content: space-between;
    overflow-y: auto;
}

.menu .menu-group:last-child[b-uhk6qt9av4] { width: 250px; }

.menu-group[b-uhk6qt9av4]::-webkit-scrollbar {
    height: 0.3rem;
    width: 0.3rem;
}

.menu-group[b-uhk6qt9av4]::-webkit-scrollbar-thumb {
    background-color: #67748c;
    border-radius: .5rem;
    outline: 1px solid #67748c;
}

/* INPUTS */

.modal__wrapper input[b-uhk6qt9av4] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    padding: 0 10px;
    width: 166px;
}

.modal__wrapper input:focus[b-uhk6qt9av4] { border-color: var(--modal-border-color); }

.modal__wrapper select[b-uhk6qt9av4] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    font-size: 13px;
    outline: none;
    width: 166px;
    width: 100%;
}

.modal__wrapper select:focus[b-uhk6qt9av4] { border-color: var(--modal-border-color); }

.modal__wrapper textarea[b-uhk6qt9av4] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 2px;
    color: var(--modal-text-color);
    height: 100px;
    resize: none;
    width: 100%;
}

.modal__wrapper textarea:focus[b-uhk6qt9av4] { border-color: var(--modal-border-color); }

/* CHECKBOX */

.checkbox__wrapper[b-uhk6qt9av4] {
    align-items: center;
    border: 1px solid var(--modal-border-color);
    display: flex;
    gap: .5rem;
    height: 34px;
    padding: 0 5px;
    user-select: none;
}

.checkbox__wrapper input[b-uhk6qt9av4] {
    border-radius: 2px;
    height: 1rem;
    width: 1rem;
}

.message[b-uhk6qt9av4] { color: red; }

.row[b-uhk6qt9av4]  .password_strength { display: flex; }

.row[b-uhk6qt9av4]  .strength {
    color: var(--text-head-colors);
    font-family: Helvetica Neue;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 12px;
    margin-top: 2px;
    text-align: left;
}

.row[b-uhk6qt9av4]  .str_row {
    background: var(--background-secondary-color);
    border-radius: 0px;
    height: 4px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    width: 38px;
}

.row[b-uhk6qt9av4]  .bars {
    align-items: center;
    display: flex;
    margin-left: 10px;
}

/*buttons route*/

.button-route[b-uhk6qt9av4] {
    background-color: transparent;
    border: 1px solid var(--modal-border-color);
    border-radius: 5px;
    color: var(--modal-text-color);
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
    position: relative;
}

.button-route[b-uhk6qt9av4]::after {
    border: solid white;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}


.button__content[b-uhk6qt9av4] {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.ico__wrapper[b-uhk6qt9av4] {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    border-radius: 2px;
    display: block;
}

.icon__img[b-uhk6qt9av4] {
    height: 32px;
    width: 40px;
}

.content-wrapper[b-uhk6qt9av4] {
    background-color: #161A1E;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 20px;
    margin-right: 18px;
    width: auto;
}

.header[b-uhk6qt9av4] {
    margin-left: 20px;
    margin-top: 15px;
}

.title[b-uhk6qt9av4] {
    border-bottom: 2px solid #2481E0;
    color: #2481E0;
    padding-bottom: 5px;
    width: max-content;
}

.nav-item[b-uhk6qt9av4] {
    background-color: transparent;
    color: #CFCFCF
}

.nav-item:active[b-uhk6qt9av4] {
    background-color: transparent;
    color: #CFCFCF;
    opacity: 0.7;
}


.filter[b-uhk6qt9av4] { }


.wrapper[b-uhk6qt9av4] {
    display: flex;
    flex-direction: column;
    height: 520px;
    justify-content: space-between;
}

.item-filter[b-uhk6qt9av4] { }

.table__wrapper[b-uhk6qt9av4] {
    height: 190px;
    margin-top: 10px;
    overflow: auto;
    width: 100%;
}

.table__wrapper[b-uhk6qt9av4]::-webkit-scrollbar {
    height: 0.7rem;
    width: 0.7rem;
}

.table__wrapper[b-uhk6qt9av4]::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color);
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

.button-reject[b-uhk6qt9av4] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-uhk6qt9av4] { background-color: rgba(234, 57, 67, 0.5); }

.button-edit[b-uhk6qt9av4] {
    align-items: center;
    background-color: #d2691e;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-edit:hover[b-uhk6qt9av4] { background-color: rgba(210, 105, 30 0.2); }

.button-accept[b-uhk6qt9av4] {
    align-items: center;
    background-color: #0E9701;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-accept:hover[b-uhk6qt9av4] { background-color: rgba(14, 151, 1, 0.5); }
/* /Shared/Modals/RejectCashActivityModal.razor.rz.scp.css */
.modal-content[b-skrmlozajq] {
    width: 640px;
    max-height: 80vh;
    padding: 30px;
    overflow-y: auto;
}

.title[b-skrmlozajq] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.form-group[b-skrmlozajq] {
    margin: 20px 0;
}

textarea[b-skrmlozajq] {
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 120px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
}

    textarea.invalid[b-skrmlozajq] {
        border-color: #dc3545;
    }

.validation-error[b-skrmlozajq] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
}

.buttons__wrapper[b-skrmlozajq] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.yes-button[b-skrmlozajq] {
    background-color: #2481E0;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    min-height: 40px;
    min-width: 120px;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .yes-button:hover[b-skrmlozajq] {
        background-color: #1a64b8;
    }

    .yes-button:disabled[b-skrmlozajq] {
        background-color: #a0c4f0;
        cursor: not-allowed;
    }

.no-button[b-skrmlozajq] {
    background-color: transparent;
    border: 2px solid #2481E0;
    border-radius: 4px;
    color: #2481E0;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    min-height: 40px;
    min-width: 120px;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    .no-button:hover[b-skrmlozajq] {
        background-color: #2481E0;
        color: #fff;
    }

.character-count[b-skrmlozajq] {
    text-align: left;
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}
/* /Shared/PagePreloader.razor.rz.scp.css */
.preloader-wrapper[b-gpixsficj3] {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
    width: inherit;
    z-index: 99;
}
/* /Shared/Widgets/WidgetCryptoCashActivity.razor.rz.scp.css */
.widget__wrapper[b-aofwhg4jwf] {
    background-color: var(--widget-bg-color);
    border: 2px solid var(--widget-border-color);
    border-radius: 5px;
    height: 450px;
    width: 100%;
}

.widget-header[b-aofwhg4jwf] {
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 1rem;
}


.title[b-aofwhg4jwf] {
    color: var(--second-primary-color);
    font-size: 18px;
}

.widget-content[b-aofwhg4jwf] {
    height: 88%;
    overflow: auto;
}


.widget-content[b-aofwhg4jwf]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.3rem;
}

.widget-content[b-aofwhg4jwf]::-webkit-scrollbar-thumb {
    background-color: var(--background);
    border-radius: .5rem;
    outline: 1px solid grey;
}

@media screen and (max-width: 1150px) {
    .widget__wrapper[b-aofwhg4jwf] { width: 100%; }

    .widget__wrapper[b-aofwhg4jwf] { gap: 20px; }
}

.button-accept[b-aofwhg4jwf] {
    align-items: center;
    background-color: #0E9701;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-accept:hover[b-aofwhg4jwf] { background-color: rgba(14, 151, 1, 0.5); }

.button-reject[b-aofwhg4jwf] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-aofwhg4jwf] { background-color: rgba(234, 57, 67, 0.5); }
/* /Shared/Widgets/WidgetCryptoClientBalances.razor.rz.scp.css */
.widget__wrapper[b-0kypt5yorl] {
    align-items: center;
    background-color: rgb(27, 32, 36);
    border-radius: 4px;
    display: flex;
    height: 90px;
    margin: 10px;
    min-height: 90px;
    padding-left: 22px;
    width: 261px;
}

.icon__wrapper[b-0kypt5yorl] { margin-right: 19px; }

.icon__wrapper[b-0kypt5yorl]  img {
    height: 40px;
    width: 40px;
}


.widget__values[b-0kypt5yorl] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.title[b-0kypt5yorl] {
    color: var(--widget-text-color);
    font-size: 14px;
    position: relative;
    text-align: start;
    width: 100%;
}

select[b-0kypt5yorl] {
    background-color: transparent;
    border: 0px;
    color: var(--modal-text-color);
    cursor: pointer;
}

option[b-0kypt5yorl] { background-color: var(--modal-option-bg-color); }

.value[b-0kypt5yorl] {
    display: flex;
    font-size: 18px;
    font-weight: 100;
    position: relative;
}

.item[b-0kypt5yorl] {
    display: flex;
    justify-content: center;
    position: relative;
}

@media screen and (max-width: 1510px) {
    .widget__wrapper[b-0kypt5yorl] { width: 92%; }

    .widget__wrapper[b-0kypt5yorl] { gap: 20px; }
}
/* /Shared/Widgets/WidgetCryptoDelivery.razor.rz.scp.css */
.widget__wrapper[b-oxgkkkbf2k] {
    background-color: var(--widget-bg-color);
    border: 2px solid var(--widget-border-color);
    border-radius: 5px;
    height: 450px;
    width: 100%;
}

.widget-header[b-oxgkkkbf2k] {
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 1rem;
}


.title[b-oxgkkkbf2k] {
    color: var(--widget-text-color);
    font-size: 18px;
}

.widget-content[b-oxgkkkbf2k] {
    height: 88%;
    overflow: auto;
}


.widget-content[b-oxgkkkbf2k]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.3rem;
}

.widget-content[b-oxgkkkbf2k]::-webkit-scrollbar-thumb {
    background-color: var(--background);
    border-radius: .5rem;
    outline: 1px solid grey;
}

@media screen and (max-width: 1150px) {
    .widget__wrapper[b-oxgkkkbf2k] { width: 100%; }

    .widget__wrapper[b-oxgkkkbf2k] { gap: 20px; }
}

.button-accept[b-oxgkkkbf2k] {
    align-items: center;
    background-color: #0E9701;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-accept:hover[b-oxgkkkbf2k] { background-color: rgba(14, 151, 1, 0.5); }

.button-reject[b-oxgkkkbf2k] {
    align-items: center;
    background-color: #EA3943;
    border-radius: 5px;
    display: flex;
    height: 27px;
    justify-content: center;
    width: 40px;
}

.button-reject:hover[b-oxgkkkbf2k] { background-color: rgba(234, 57, 67, 0.5); }
/* /Shared/Widgets/WidgetCryptoLatestTransactions.razor.rz.scp.css */
.widget__wrapper[b-e5hc4odxi5] {
    background-color: var(--widget-bg-color);
    border: 2px solid var(--widget-border-color);
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.widget-header[b-e5hc4odxi5] {
    align-items: center;
    border-bottom: 1px solid var(--secondary-color);
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 1rem;
}

.widget-headers[b-e5hc4odxi5] {
    align-items: center;
    background-color: #1B2024;
    display: flex;
    height: 37px;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.title[b-e5hc4odxi5] {
    color: var(--second-primary-color);
    font-size: 18px;
}

.headers[b-e5hc4odxi5] {
    color: var(--widget-text-color);
    font-size: 13px;
}

.widget-content[b-e5hc4odxi5] { overflow: auto; }

.widget-content[b-e5hc4odxi5]::-webkit-scrollbar {
    height: 0.5rem;
    width: 0.3rem;
}

.widget-content[b-e5hc4odxi5]::-webkit-scrollbar-thumb {
    background-color: #343B41;
    border-radius: .5rem;
    outline: 1px solid var(--primary-color);
}

/*Blocks*/

.widgets-transaction-block[b-e5hc4odxi5] {
    max-height: 315px;
    padding: 10px 20px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.widgets-transaction__content[b-e5hc4odxi5] {
    min-width: 260px;
    padding: 8px;
}

.widget-line[b-e5hc4odxi5] {
    background-color: rgba(47, 53, 64, 1);
    height: 1px;
    position: relative;
    width: auto;
}

.transaction-block-item[b-e5hc4odxi5] {
    display: flex;
    font-size: 14px;
}

.transaction-icon[b-e5hc4odxi5] { margin-right: 10px; }

.transaction-block[b-e5hc4odxi5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.transaction-date[b-e5hc4odxi5] { color: darkgray; }

.second-row[b-e5hc4odxi5] {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1150px) {
    .widget__wrapper[b-e5hc4odxi5] { width: 100%; }

    .widget__wrapper[b-e5hc4odxi5] { gap: 20px; }
}
