﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Questrial&display=swap');


html {
    height: 100%;
    scroll-behavior: smooth;
    font-size: 1rem;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

/*bootbox position to center*/

.bootbox.modal {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .bootbox.modal .modal-dialog {
        margin: 0; /* Remove default margin */
    }

#submitOrderInput {
    /* Use -webkit-text-security if the browser supports it */
    -webkit-text-security: disc;
}

#tradingPinInput {
    /* Use -webkit-text-security if the browser supports it */
    -webkit-text-security: disc;
}

#withdrawalConfirmTradingPin {
    /* Use -webkit-text-security if the browser supports it */
    -webkit-text-security: disc;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.currentPin {
    -webkit-text-security: disc;
}

.newPin {
    -webkit-text-security: disc;
}

.confirmPin {
    -webkit-text-security: disc;
}

.displayPinText {
    -webkit-text-security: unset;
}

.modal-withdrawl-sm {
    max-width: 376px;
}

/* Scroll Bar */
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/*Radius*/
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #D1D1D1;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/*Firefox*/
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

input::placeholder {
    text-transform: none;
}

.cursor-text {
    cursor: text !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.simplebar-track {
    opacity: 0.3;
    visibility: visible;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ABABAB;
    opacity: 1; /* Firefox */
}

.add-lot select {
    -webkit-appearance: none;
    background-image: url(../../Images/Common/dropdown-gray.png) !important;
    background-position: right 8px center;
    background-repeat: no-repeat;
    padding-right: 20px;
    border: 0 !important;
}

    .add-lot select:focus {
        border: 0 !important;
        box-shadow: none !important;
    }

.customize-dp-stock {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .customize-dp-stock:after {
        /*content: url(../../Images/Common/caret-down.png);*/
        content: "\f078"; 
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif; 
        font-weight: 900;
        position: absolute;
        right: 0;
        font-size: 0.625rem;
        top: 4px;
        text-align: center;
        pointer-events: none;
        cursor: pointer;
    }

    .dp-mobile:after {
        content: "\f078"; 
        font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", sans-serif; 
        font-weight: 900;
        position: absolute;
        right: 0;
        font-size: 0.625rem;
        top: 4px !important;
        text-align: center;
        pointer-events: none;
        cursor: pointer;
    }

.addlot-dp:after {
    top: 3px !important;
    cursor: pointer;
    right: 8px;
}

.orderexpiry-dp:after {
    top: 3px !important;
    right: 0;
    cursor: pointer;
}

.mobile-orderexpiry-dp:after {
    right: 16px !important;
}

.customize-dp-stock .dropdown-menu .dropdown-item:hover {
    background: #00BEF9 !important;
    border-radius: 0 !important;
    color: #fff !important;
}



.order-type-dp select:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.order-type-dp select {
    -webkit-appearance: none;
    background-image: url(../../Images/Common/caret-down.png) !important;
    background-position: right 0 center;
    background-repeat: no-repeat;
    padding-right: 20px;
    border: 1px solid #CDD0D4;
}


.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ABABAB;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ABABAB;
}

.application-form-content .form-control.is-invalid, .was-validated .form-control:invalid {
    background: none !important;
    padding-right: 12px !important;
}

input[type="date"]::-webkit-inner-spin-button {
    opacity: 0;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../../Images/Onboarding/calendar-icon-blue.png) center/80% no-repeat;
    cursor: pointer;
}

    input[type="date"]::-webkit-calendar-picker-indicator:hover {
        background: url(../../Images/Onboarding/calendar-icon-blue.png) center/80% no-repeat;
        cursor: pointer;
    }

#datetimepickerBirthday {
    max-width: 250px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

.app-alert {
    display: none;
}

@-moz-document url-prefix() {
    input [type="date"], input[type="datetime-local"], input[type="month"], input[type="time"] {
        background: url(../../Images/Onboarding/calendar-icon-blue.png) no-repeat;
        cursor: pointer;
        background-position: 95%;
    }

    #submitOrderInput {
        font-family: text-security-disc;
    }

    #tradingPinInput {
        font-family: text-security-disc;
    }

    #withdrawalConfirmTradingPin {
        /* Use -webkit-text-security if the browser supports it */
        font-family: text-security-disc;
    }

    .currentPin {
        font-family: text-security-disc;
    }

    .newPin {
        font-family: text-security-disc;
    }

    .confirmPin {
        font-family: text-security-disc;
    }

    .displayPinText {
        font-family: text-security-disc;
    }

    ::placeholder {
        font-family: 'Roboto', sans-serif;
    }
}

.mx-470 {
    max-width: 470px;
}

.mobile-footer {
    background: #00BEF9;
    position: fixed;
    height: 50px;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: none !important;
}

.mini-footer {
    background: #fff;
    position: fixed;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: none !important;
}

.hover-icon-footer .hover-icon-footer-svg {
    display: none;
}

.hover-icon-footer .default-icon {
    display: inline;
}

.hover-icon-footer:hover .default-icon {
    display: none;
}

.hover-icon-footer:hover .hover-icon-footer-svg {
    display: inline;
}

.sidebar-active-footer .hover-icon-footer .default-icon {
    display: none;
}

.sidebar-active-footer .hover-icon-footer .hover-icon-footer-svg {
    display: inline;
}

.hover-icon-footer:hover .mini-footer-text {
    color: #00BEF9;
    font-weight: 700;
}

.sidebar-active-footer .mini-footer-text {
    color: #00BEF9;
    font-weight: 700;
}

.mini-footer-text {
    color: #878787;
}


/*.close-icon {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: none;
    border-right: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}

    .close-icon:after {
        content: "\f00d";
        display: block;
        font: normal normal normal 12px/1 FontAwesome;
        z-index: 1;
        right: 35px;
        font-weight: 800 !important;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        color: #00BEF9 !important;
        font-weight: normal;
        font-size: 12px;
        cursor: pointer;
    }

.search-box:valid ~ s.close-icon {
    display: none;
}*/
.btn.disabled, .btn:disabled {
    cursor: not-allowed !important;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #eff0f4;
    height: 100%;
    box-sizing: border-box;
    /*padding-bottom: 97px;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    line-height: 1.38;
    display: flex;
    flex-direction: column;
    color: #3E3E3E;
}

#AlertNotificationMessage {
    margin-top: 25px;
    z-index: 99999999;
    border-radius: 8px;
    overflow-wrap: break-word; /* break long words */
    word-break: break-word; /* extra safety */
    white-space: normal;
}

#AlertNotificationPanelMessage {
    text-align: center;
    border-radius: 8px;
    z-index: 1035;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    color: #fff;
    display: flex;
}

.notif-icon-wrap {
    width: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .notif-icon-wrap:hover {
        background: #0C91CF;
        border-radius: 50px;
    }

/*.notif-icon:hover {
    background: red;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}*/

/* Big - comment out, use more specific class for this*/
/*.alert {
    background: #F45B50 !important;
}*/

/*.alert-success {
    background: #3DDB72 !important;
}*/

.alert-notification-message {
    /*top: 49px;
    position: fixed;
    left: 41%;
    z-index: 1035;
    text-align: center;*/
    top: 49px;
    margin: 0 0 0 -50%;
    position: fixed;
    left: 75%;
    width: 50%;
    z-index: 1035;
    text-align: center;
}

.fa-notification {
    font-size: 1.875rem;
    color: #fff;
    cursor: pointer;
}

.notification-order {
    position: relative;
    display: flex;
    justify-content: center;
}

.notification-order-message {
    background: #fff;
    text-align: center;
    border-radius: 15px;
    position: fixed;
    margin-top: 15px;
    z-index: 1035;
    box-shadow: 0 0 4px 2px rgba(0,0,0,.2);
    display: flex;
    color: #fff;
}

.notification-order-icon {
    padding: 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.profile-picture-sidebar {
    width: 45px;
    height: 45px;
}

.body-content {
    flex: 1 0 auto !important;
}

.footer-content {
    flex-shrink: 0 !important;
}

.full-height {
    display: flex;
    flex: 1 1 0 !important;
}

/*.parent-full-height {
    display: flex !important;
    flex-direction: column !important;
}*/

.mastersite-wrapper {
    display: flex;
    flex-grow: 1;
}

.nav-tabs {
    border-bottom: 0 solid #ddd;
    background: #f5f5f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 2;
}

.table tbody tr td {
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid #F2F3F7 !important;
    vertical-align: middle !important;
    letter-spacing: 0.5px;
}

.table-select .tr-selected {
    /*background: #00BEF9;*/
    background: #d4edf9;
    /*color: white !important;*/
    color: #3e3e3e !important;
}

.table-select tr:not(.tr-selected):hover {
    background: #F2F3F7;
    overflow: visible;
}

tr:focus {
    outline: none !important;
}

/*.s-bidAsk-transaction .table thead th, tbody td {
    width: 120px;
}*/


.investa-trade-container {
    display: flex;
    flex: 1 1 0;
}

.investa-trade-sidebar {
    margin: 0;
    padding: 0;
    width: 80px;
    background-color: #00BEF9;
    position: fixed;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

    .investa-trade-sidebar a {
        color: #b3ecfd;
        font-family: var(--roboto);
        font-weight: 400;
        text-decoration: none;
        font-size: 0.75rem;
    }

.nav-img {
    padding-top: 5px;
    position: relative;
}

    .nav-img:hover {
        /*background: #1a2948;*/
        border-radius: 8px;
    }

.sidebar-icon {
    height: 84px;
}

    .sidebar-icon:hover {
        cursor: pointer;
        background: #0C91CF;
        color: #fff !important;
    }

    .sidebar-icon a span:hover {
        color: #fff;
    }

.sidebar-active {
    cursor: pointer;
    background: #0C91CF;
    color: #fff !important;
}

.fa-sort {
    cursor: pointer;
    color: #00BEF9;
}

.search-gray-icon {
    background: transparent;
    border-bottom-left-radius: 0;
}

.index-1 {
    z-index: 1;
}
/*custom modal*/
.modal-xm {
    max-width: 400px;
}

.modal-xsm {
    max-width: 320px;
}
/*end custom modal*/
/*Common css*/
.expires-orange {
    color: #FFA939;
}

.transaction-submitted {
    color: #FFA939;
    background: #FFF8EF;
    border-radius: 8px;
}

.transaction-failed {
    color: #F45B50;
    background: #FFF2F1;
    border-radius: 8px;
}

.transaction-completed {
    color: #3DDB72;
    background: #F0FCF4;
    border-radius: 8px;
}
/*end common css*/
/*Status Class*/
.pending-status {
    background: #FFF1DF;
    border-radius: 20px;
    color: #FFA939;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

    .pending-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f254";
        color: #FFA939;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.complete-status {
    background: #E0F9E8;
    border-radius: 20px;
    color: #3DDB72;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .complete-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f058";
        color: #3DDB72;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.failed-expired-status {
    background: #FEE4E3;
    border-radius: 20px;
    color: #F45B50;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .failed-expired-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f071";
        color: #F45B50;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.cancelled-status {
    background: #FEE4E3;
    border-radius: 20px;
    color: #F45B50;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .cancelled-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f057";
        color: #F45B50;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.posted-status {
    background: #E0F9E8;
    border-radius: 20px;
    color: #3DDB72;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .posted-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f058";
        color: #3DDB72;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.rejected-status {
    background: #FEE4E3;
    border-radius: 20px;
    color: #F45B50;
    padding: 3px 7px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .rejected-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f057";
        color: #F45B50;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.pending-modification-status {
    background: #FFF1DF;
    border-radius: 20px;
    color: #FFA939;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

    .pending-modification-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f044";
        color: #FFA939;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.expired-status {
    background: #FEE4E3;
    border-radius: 20px;
    color: #F45B50;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .expired-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f071";
        color: #F45B50;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.modified-status {
    background: #E0F9E8;
    border-radius: 20px;
    color: #3DDB72;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .modified-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f044";
        color: #3DDB72;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.pending-cancellation-status {
    background: #FFF1DF;
    border-radius: 20px;
    color: #FFA939;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

    .pending-cancellation-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f254";
        color: #FFA939;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.submitted-status {
    background: #FFF1DF;
    border-radius: 20px;
    color: #FFA939;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

    .submitted-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f254";
        color: #FFA939;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.filled-status {
    background: #E0F9E8;
    border-radius: 20px;
    color: #3DDB72;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .filled-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f058";
        color: #3DDB72;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.rejected-cancellation-status {
    background: #FEE4E3;
    border-radius: 20px;
    color: #F45B50;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

    .rejected-cancellation-status::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f071";
        color: #F45B50;
        font-size: 0.6875rem;
        margin-right: 5px;
    }

.manual-adjustment-status {
    background: #EAEAEA;
    border-radius: 20px;
    color: #9B9B9B;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.green-default-span {
    background: #E0F9E8;
    border-radius: 20px;
    color: #3DDB72;
    padding: 5px 10px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
/*end status class*/
.badge-notify {
    color: #fff;
    z-index: 1000;
    background: #f44336;
    border-color: #f44336;
    width: 20px;
    font-size: 0.6875rem;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 19px;
    margin-top: -35px;
    font-family: var(--roboto);
    cursor: pointer;
    top: 38px;
}

.badge-warning {
    color: #fff;
    z-index: 1000;
    background: #FFA939;
    border-color: #FFA939;
    width: 20px;
    font-size: 0.6875rem;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--roboto);
    cursor: pointer;
    right: 1rem;
    position: absolute;
    margin-top: -4.75rem;
}

.mobile-notification {
    color: #fff;
    position: relative;
}

.mobile-badge {
    background: #f44336;
    border-color: #f44336;
    width: 20px;
    height: 20px;
    font-size: 0.75rem;
    position: absolute;
    display: flex;
    justify-content: center;
    top: -10px;
    right: -5px;
}

#toast-container {
    /*right: 35px; this is for revamp code*/
    /*left: 90px;*/
}

.toast-info {
    background-color: #25a7df !important;
}

.toastr .toast-info {
    max-width: 350px;
}

.white-background {
    background: #fff;
}

button:focus {
    outline: none;
}

button:focus, button:focus-visible, button:focus-within {
    border-color: transparent !important;
    outline: none !important;
}

.dropdown-toggle::after {
    color: #00BEF9 !important;
}

.dp-toggle-gray::after {
    color: #878787 !important;
    border-top: .5em solid !important;
    border-right: .5em solid transparent !important;
    border-left: .5em solid transparent !important;
}

.dp-toggle-active {
    color: #fff !important;
    background: #00BEF9;
    cursor: pointer;
    border-radius: 6px;
    width: -webkit-fill-available;
    font-weight: 700;
}

.result-content {
    background: #D3F5FF;
    color: #00BEF9;
    border-radius: 4px;
}

/*.navbar-nav a {
    color: #fff !important;
}*/

.nav-profile::after {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    color: #fff;
    float: right;
    right: 25px;
    font-size: 1.25rem;
    font-weight: 700;
}

.nav-profile[aria-expanded="true"]::after {
    content: "\f106";
    color: #fff;
}
/*ticker*/
.ticker-item {
    border-bottom: 3px solid #28a9e0;
    border-left: 1px solid #e2e2e2;
    /*padding: 4px !important;*/
    text-align: right;
    width: 160px;
    height: 42px;
    margin-right: 0px;
    cursor: pointer;
    direction: ltr;
    float: right;
    line-height: 16px;
    flex-shrink: 0;
    overflow: hidden;
}

    .ticker-item span {
        font-size: 0.6875rem;
        font-weight: bold;
        line-height: 10px;
    }

    .ticker-item .glyphicon-arrow-up {
        font-size: 0.625rem;
        color: #09bca8;
    }

    .ticker-item .glyphicon-arrow-down {
        font-size: 0.625rem;
        color: #ff6862;
    }

.ticker-item-red {
    border-top: #ff6862 3px solid;
}

.ticker-item-green {
    border-top: #09bca8 3px solid;
}

.ticker-item-unchange {
    border-top: #6f7172 3px solid;
}

.right-panel-red {
    color: #ff6862;
}

.right-panel-green {
    color: #09bca8;
}

.right-panel-unchange {
    color: #6f7172;
}

.ticker {
    background: #fff;
    border-bottom: 3px solid #E6E9EC;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.ticker-settings-btn {
    background: url(../../Images/Common/ticker-settings-icon.png) center center;
    width: 24px;
    height: 70px;
    display: block;
    padding: 0;
    vertical-align: top;
    width: 25px;
    height: 67px;
    text-align: center;
    display: inline-block;
    float: right;
    flex-shrink: 0;
}

    .ticker-settings-btn a {
        background: url(../../Images/Common/ticker-settings-icon.png) center center;
        width: 24px;
        height: 50px;
        display: block;
        padding: 0;
    }
/*end ticker*/
.tb-arrow {
    background: #D3F5FF;
    color: #00BEF9;
    cursor: pointer;
    border-radius: 4px;
}
/*start onboarding*/
.get-started {
    width: 400px;
}

.onboarding-active {
    border-color: #000;
}

.body-wrapper {
    margin: auto;
    background: #F2F3F7;
}

.flex-grid {
    display: flex;
    /*height: 100vh;*/
    flex: 1 1 0;
}

.sidebar {
    padding-left: 80px;
    display: flex !important;
    flex: .7;
    background: #fff;
    max-width: 410px;
}

.main {
    flex: 3;
    margin-top: 40px;
}

.tradeMain {
    align-items: center;
    display: flex;
    justify-content: center;
}

.full-panel {
    background: #F2F3F7;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.panel-card {
    border-radius: 16px;
    background: #fff;
    position: relative;
    padding: 20px;
    /*width: 420px;*/
}

.chart-card {
    background: #fff;
    position: relative;
    /*max-height: 480px;*/
    border: 2px solid #F2F3F7;
    border-bottom: 0;
}

.chart-content {
    height: 100%;
    padding: 0 24px;
}

.chart-asset-info-divider {
    width: 2px;
    height: 50px;
    background: #F2F6FA;
    left: -15px;
}

.st-btn-content {
    background: #F2F3F7;
    width: 50px;
}

.hr-divider {
    border: 1px solid #E6E9EC;
}

.btn-inside button {
    padding: 6px 10px !important;
}

.account-application {
    background: #fff;
}

.account-progress {
    position: relative;
}

    .account-progress label {
        color: #000;
        font-size: 0.9375rem;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    .account-progress p {
        font-family: var(--roboto);
        color: #fff;
        font-size: 0.9375rem;
    }

.form-progress a {
    font-size: 0.9375rem;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    cursor: no-drop;
}

.a-active {
    background: #E5FAFE;
    padding-left: 10px;
    color: #00BEF9 !important;
    font-weight: 700;
}

    .a-active a {
        color: #00BEF9 !important;
        font-weight: 500;
    }

.t-active {
    background: #00BEF9;
    border-radius: 8px;
    color: #fff !important;
}

.verify-card {
    max-width: 525px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #fff;
}

.verify-mobile-content {
    padding: 20px;
}

    .verify-mobile-content h5 {
        color: #31456A;
        font-family: var(--roboto);
        font-weight: 500;
        font-size: 1.5rem;
    }

    .verify-mobile-content p {
        color: #878787;
        font-size: 0.9375rem;
        font-weight: 400;
    }

.mobile-note {
    color: #878787;
    font-size: 0.6875rem;
    line-height: 15px;
    padding-top: 5px;
}

.application-form {
    padding: 20px;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
}

.application-form-content {
    background: #fff;
    border-radius: 12px;
}

.application-form h4 {
    color: #31456A;
    font-family: var(--roboto);
    font-weight: 500;
    font-size: 1.5rem;
}

.btn-application-form-active {
    color: #00D0FA;
    font-family: var(--roboto);
    font-weight: 500;
    font-size: 0.8125rem;
    background: #E5FAFF;
}

    .btn-application-form-active a {
        color: #00D0FA !important;
    }


    .btn-application-form-active p {
        color: #fff;
        border: 0;
    }

.form-panel-active {
    background: #00BEF9;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #fff;
}

.btn-application-form {
    background: #ffffff;
    color: #3E3E3E;
    font-family: var(--roboto);
    font-weight: 500;
    font-size: 0.8125rem;
    border: 1px solid #E6E9EC;
}

    .btn-application-form:disabled {
        color: #878787;
        font-family: var(--roboto);
        font-weight: 400;
        font-size: 0.8125rem;
        background: #F2F3F7;
        border: 1px solid #E6E9EC;
    }

.application-form-label {
    color: #3E3E3E;
    font-size: 0.9375rem;
    font-family: var(--roboto);
    font-weight: 500;
    padding-left: 5px;
}

.application-form-input {
    border: 1px solid #D5D6D9;
}

.red-border {
    border: 2px solid red !important;
    color: red !important;
}

.add-button {
    background: #E5FAFE;
    color: #00BEF9;
    border-color: #00BEF9;
    font-size: 0.9375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.add-button-position {
    padding-left: 113px;
    padding-top: 15px;
}

.border-investment-objective {
    padding: 5px 10px;
    width: 250px;
    border-radius: 6px;
    border: 1px solid #D5D6D9
}

.investment-rank {
    background: #D5D6D9;
    width: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 6px;
    height: 40px;
    color: #878787;
    font-size: 0.9375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.red {
    color: red;
}

.black {
    color: black;
}


.fatca-label-aggrement {
    font-weight: 400;
    font-family: var(--roboto);
    color: #878787;
    font-size: 0.9375rem;
}

    .fatca-label-aggrement strong {
        color: #00BEF9;
    }

.agreement {
    font-family: var(--roboto);
    color: #3E3E3E;
}

.agreement-title {
    font-weight: 500;
    font-size: 0.9375rem;
}

.agreement-content {
    font-weight: 400;
    font-size: 0.9375rem;
    color: #3E3E3E;
}

.agreement-list {
    /*display: flex;*/
}

.btnScroll {
    display: block;
}

.form-control.onboarding {
    max-width: 250px;
    border-radius: 6px;
}

#displayTermsAndCondition {
    display: none;
}

.fatcaScrollBtn {
    display: block;
}

.fatcaDoneBtn {
    display: none;
}

.document-card {
    margin: 0 auto;
    padding: 0;
    border: 1px solid #fff;
}

.document-card-width {
    width: 550px;
}

.document-content {
    padding: 15px
}

    .document-content h5 {
        color: #31456A;
        font-family: var(--roboto);
        font-weight: 500;
        font-size: 1.5rem;
    }

    .document-content p {
        color: #878787;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .document-content h2 {
        text-align: left;
        color: #3E3E3E;
        font-size: 0.9375rem;
        font-weight: 500;
        line-height: 1.5;
    }

.dc-modal-body {
    position: relative;
    padding: 30px;
}

    .dc-modal-body h5 {
        color: #31456A;
        font-family: var(--roboto);
        font-weight: 500;
        font-size: 1.25rem;
    }

    .dc-modal-body h2 {
        text-align: left;
        color: #878787;
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .dc-modal-body label {
        color: #3E3E3E;
        font-size: 0.9375rem;
        font-weight: 500;
    }

.dc-dash {
    border: 1px solid #D5D6D9;
    border-style: dashed;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.dc-browse-file {
    font-size: 0.875rem;
    color: #878787;
    font-weight: 500;
}

.id-type {
    font-size: 1.25rem;
    color: #3E3E3E;
    font-family: var(--roboto);
    font-weight: 500;
}

.id-number {
    font-size: 1rem;
    color: #3E3E3E;
    font-family: var(--roboto);
    font-weight: 500;
}

.dc-border {
    height: 250px;
    width: 100%;
    border: 1px solid #D5D6D9;
}

.use-mouse {
    position: absolute;
    bottom: 15px;
    color: #ABABAB;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9375rem;
}

.interview {
    padding: 40px 30px;
    width: 383px;
}

.reminder {
    font-size: 1.125rem;
    color: #3E3E3E;
    font-weight: 500;
    font-family: var(--roboto);
}

.reminder-sub {
    font-size: 0.9375rem;
    color: #3E3E3E;
    font-weight: 400;
    font-family: var(--roboto);
}

.dp select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dp {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    border-radius: 3px;
}

    .dp:after {
        /*content: "\f078";*/
        content: url(../../Images/Common/dropdown-icon-blue.png);
        color: #00BEF9;
        padding: 8px 10px;
        position: absolute;
        right: 0;
        font-size: 0.625rem;
        top: 5px;
        text-align: center;
        pointer-events: none;
        font-family: 'Font Awesome 5 Free';
    }

.fatca-agreement-content {
    font-size: 0.9375rem;
    font-family: 'Roboto', sans-serif;
}

.fatca-agreement-title {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #31456A;
}

.order-list {
    height: 450px;
    overflow-y: scroll;
}

    .order-list li {
        color: #3E3E3E;
    }

.onboarding-panel {
    /*background: url(../../Images/Onboarding/onboarding-panel-bg.png) no-repeat center center;*/
    /*background: url(../../Images/Common/bg-account-status.png) no-repeat center center;*/
    background-image: linear-gradient(to right, rgba(236,117,105,1), rgba(254,193,45,1));
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 227px;
}

.btn-open-account {
    background: #FFBC3A;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
}

.terms-panel-onboarding {
    max-height: 650px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.sidebar-content {
    width: 410px;
}

.agreement-fade-bottom {
    background-image: linear-gradient(to bottom, transparent, #ffffff 100%);
    height: 110px;
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.rm-center {
    margin-left: -5px;
}

.retry-btn {
    display: none;
}
/*end onboarding*/
/*notification*/

.notification-content {
    position: fixed;
    background: #fff;
    top: 5px;
    margin-left: 90px;
    transition: all .75s ease;
    border-radius: 8px;
    box-shadow: rgb(202 202 202) 0px 0px 7px 0px;
    min-height: 200px;
    max-height: 450px;
}

.notification-scroll {
    width: 450px;
    min-height: 200px;
    max-height: 450px;
    width: 385px;
    height: 450px;
    list-style: none;
    overflow: auto;
}

.notification-sub-text a {
    font-size: 0.875rem;
}

.notification-content li:hover, .notification-content li:hover span, .notification-content li:hover small {
    background-color: #428bca;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    border-radius: 8px;
}
/*.notification-content:after {
    content: '';
    position: fixed;
    left: 0;
    top: 44%;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    margin-top: -20px;
    margin-left: 66px;
}*/
.notification-content.ng-hide {
    display: none;
}

.notif-img {
    height: 45px;
    width: 45px;
    justify-content: center;
    display: flex;
}

.notification-type-icon {
    height: 18px;
    width: 18px;
}

.notif-preview {
    width: 314px;
    color: #838383;
    font-family: Roboto;
    font-size: 0.8125rem;
    letter-spacing: .19px;
    line-height: 18px;
}

.truncate-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
}

.hidden-value {
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    text-align: center;
    user-select: none;
}

    .hidden-value::before {
        content: '*******';
        margin-top: 5px;
        display: inline-block;
        width: 100%;
    }


.highlight {
    background-color: #E5F9FF;
    border-radius: 8px;
}

.n-active {
    position: absolute;
    padding: 1rem 1.34rem;
    display: flex;
    justify-content: center;
    top: -30px;
    background: #1a2948;
    border-radius: 8px;
    left: 0px;
}

.notif-mark-all {
    color: #00BEF9;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

.notification-dropdown {
    position: relative;
}

    .notification-dropdown .dropdown-menu {
        will-change: unset !important;
        transform: unset !important;
        background-color: transparent !important;
        border: none !important;
    }

    .notification-dropdown .dropdown-toggle:after {
        display: none;
    }

.notification-content .container {
    background: #fff !important;
    border-radius: 8px;
}
/*end notification*/
/* Profile Settings bubble */
.profile-settings-content {
    position: fixed;
    background: #fff;
    bottom: 20px;
    margin-left: 85px;
    transition: all .75s ease;
    border-radius: 8px;
    box-shadow: rgb(224, 218, 218) -2px 2px 7px 4px;
    overflow: hidden;
}
/*.profile-settings-content:after {
        content: '';
        position: fixed;
        left: 0;
        bottom: 35px;*/
/*bottom: 22px;*/
/*width: 0;
        height: 0;
        border: 24px solid transparent;
        border-right-color: #fff;
        border-left: 0;
        margin-top: -20px;
        margin-left: 66px;
    }*/

.profile-settings-dropdown .dropdown-menu {
    will-change: unset !important;
    transform: unset !important;
    background-color: transparent !important;
    border: none !important;
}

.profile-settings-dropdown .dropdown-toggle:after {
    display: none;
}

.profile-settings-content ul {
    width: 250px;
    list-style: none;
    overflow: auto;
    font-size: 0.9375rem;
    cursor: pointer;
}

    .profile-settings-content ul li:hover {
        background: #E5FAFF;
    }

.btn-xs {
    padding: .44rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
    font-size: 12px
}


.ps-list:hover {
    background: #E5FAFE;
    color: #00BEF9 !important;
    font-weight: 700;
}
/*end profile settings*/
.file-upload {
    background-color: #ffffff;
    width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.selfie-upload-content {
    display: none;
    text-align: center;
}

.irs-upload-content {
    display: none;
    text-align: center;
}

.uspassport-upload-content {
    display: none;
    text-align: center;
}

.consent-upload-content {
    display: none;
    text-align: center;
}

.deposit-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-selfie {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-irs {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-uspassport {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-consent {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-input-deposit {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 10;
}

.file-upload-image {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-selfie {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-irs {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-uspassport {
    margin: auto;
    padding: 20px;
    /*max-height: 300px;
    max-width: 600px;*/
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-consent {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.file-upload-deposit {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.remove-image {
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

#sig-canvas {
    /*border: 2px dotted #CCCCCC;*/
    border-radius: 15px;
    cursor: crosshair;
}

#my_camera video {
    border-radius: 8px;
}

#my_result img {
    border-radius: 8px;
}

.circle {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 0.875rem;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #E6E9EC;
    color: #878787;
}

.isDesktop {
    display: flex;
}

.isMobile {
    display: none !important;
}

.isMobile992px {
    display: none;
}

.sidebarDesktop {
    display: flex;
}

.sidebarMobile {
    display: none;
    background: #00BEF9 !important;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
/*Broker selection*/
.broker-selection-border {
    border: 1px solid #D5D6D9;
    border-radius: 8px;
    background: #fff;
}

    .broker-selection-border:hover {
        background: #f1f1f1 !important;
        color: #fff;
    }

.broker-selection-disabled {
    border: 2px solid #D5D6D9;
    border-radius: 8px;
    background: #dcdfe0 !important;
}

.broker-selection-btn-content {
    width: 446px;
}

.active-broker-hover {
    top: -50px;
    right: -41px;
    width: 210px;
    border: 2px solid #3DDB72;
    border-radius: 8px;
    background: #DFFFE9;
}

    .active-broker-hover:after {
        content: "";
        border-color: #DFFFE9 transparent transparent;
        border-style: solid;
        border-width: 9px;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -18px;
        left: 109px
    }

    .active-broker-hover:before {
        content: "";
        border-color: #3DDB72 transparent transparent;
        border-style: solid;
        border-width: 10px;
        width: 0;
        height: 0;
        position: absolute;
        bottom: -20px;
        left: 108px
    }

    .active-broker-hover p {
        color: black;
    }
/*end broker selection*/
/*hamburger color*/
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.logout {
    position: fixed;
    bottom: 0;
}
/*Login page*/
/*.term-policy-login {
    margin-top: 50px;
}*/


.input-group:focus-within {
    border-color: #00bef9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    z-index: 3;
    border-radius: 12px;
    border: 1px solid #00bef9;
}

.input-group .form-control:focus {
    box-shadow: none !important;
}

.welcome-container {
    /*padding-left: 300px;
    padding-right: 300px;*/
    max-width: 700px;
}

.welcome-left-side {
    overflow: hidden;
    /*background: url(../../Images/Welcome/wc-bg-2.png) no-repeat center center;*/
    background: url(../../Images/Welcome/wc-bg.png) no-repeat;
    background-size: 120% 100%;
    width: 50%;
    max-width: 50%;
}

.trade-icon-wc {
    display: none;
}

.wc-asset-1 {
    right: -70px;
    top: 70px;
}

.wc-asset-2 {
    bottom: -230px
}

.login-wrapper {
    background: #fff !important;
}
/*end login*/
/*portfolio*/
.portfolio-cash ul {
    list-style: none;
    padding-left: 0;
}

.portfolio {
    padding-left: 80px;
}

.portfolio-funds {
    padding: 36px;
}

.portfolio-bg {
    background: url(../../Images/Common/portfolio-card.png) no-repeat center center;
    background-size: cover;
    border-radius: 15px;
}

.portfolio-cash .fa-circle {
    font-size: 0.75rem;
}

.portfolio-cash, .portfolio-overview small {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 100;
}

    .portfolio-cash p {
        font-size: 0.9375rem;
        color: #fff !important;
        font-weight: 700;
        word-break: break-word;
    }

.portfolio-overview h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

.portfolio-overview span {
    font-size: 0.875rem;
    font-weight: 500;
}

.trade-nav .nav-tabs li a {
    color: #878787;
    font-weight: 500;
    border: 0;
    padding: 5px 15px;
}

.trade-nav .nav-tabs li span {
    color: #878787;
    font-weight: 500;
    border: 0;
    padding: 5px 15px;
}

.trade-nav .nav-tabs .nav-item.show .nav-link, .trade-nav .nav-tabs .nav-link.active {
    color: #00BEF9 !important;
    background:#fff;
    font-weight: 500;
    border: 0;
    border-bottom: solid #00BEF9 !important;
}

.trade-nav .nav-link {
    background: #fff;
}

.trade-nav .nav-tabs {
    background-color: transparent;
    z-index: 9;
}

.show-values .switch {
    height: 20px;
    width: 35px;
}

    .show-values .switch small {
        height: 20px;
        width: 20px;
    }

    .show-values .switch.checked small {
        left: 17px !important;
    }

    .show-values .switch.checked {
        background: #00BEF9;
        border-color: #00BEF9;
    }

.peso-switch .switch {
    height: 17px;
    width: 33px;
}

    .peso-switch .switch small {
        height: 16px;
        width: 16px;
    }

    .peso-switch .switch.checked small {
        left: 17px !important;
    }

    .peso-switch .switch.checked {
        background: #00BEF9;
        border-color: #00BEF9;
    }


.ticker-switch .switch {
    height: 20px;
    width: 35px;
}

    .ticker-switch .switch small {
        height: 20px;
        width: 20px;
    }

    .ticker-switch .switch.checked small {
        left: 17px !important;
    }

    .ticker-switch .switch.checked {
        background: #00BEF9;
        border-color: #00BEF9;
    }

/*#matched tbody tr:hover, #posted tbody tr:hover, #pending tbody tr:hover, #cancelled tbody tr:hover {
    background: #F2F3F7;
    cursor: pointer;
}*/

#myWatcher tbody tr:hover {
    background: #F2F3F7;
    cursor: pointer;
}

.trade-transaction {
    padding-left: 80px;
}

.bank-transaction {
    padding-left: 80px;
}

.trade-performance {
    padding-left: 80px;
    height: 100vh;
}

/*.add-fund {
    padding-left: 80px;
}*/

.card-choices {
    border-bottom: 1px solid #E6E9EC;
    padding: 6px 0 6px 0;
}

    .card-choices:last-of-type {
        border-bottom: none;
    }

.cell-action:hover {
    filter: brightness(75%);
    cursor: pointer;
}

.stockprice-normal {
    color: black;
}

.stockprice-up {
    color: #09bca8;
}

.stockprice-down {
    color: #ff6862;
}

.stock-growing {
    color: white !important;
    background-color: #09bca8 !important;
}

.stock-falling {
    color: white !important;
    background-color: #ff6862 !important;
}


.table thead th {
    cursor: pointer;
    position: sticky;
    top: 0;
    background: #fff;
    margin-top: 0;
    /*font-size: 0.875rem;*/
    color: #878787;
    font-weight: 500;
    border-bottom: none;
    letter-spacing: 0.5px;
    z-index: 2;
}

.table thead th {
    border-top: 1px solid #dee2e6;
}

/*#tabContent {
    min-height: 400px;
}*/

.tr-table-hover:hover {
    background: #F2F3F7 !important;
    cursor: pointer;
}


.round-hover tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.round-hover tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.portfolio .table {
    border-collapse: separate;
    border-spacing: 0 3px;
}

.portfolio table tr:hover td:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.portfolio table tr:hover td:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tb-arrow-up {
    position: absolute;
    top: -1px;
}

.tb-arrow-down {
    position: absolute;
    bottom: -2px;
}

.side-nested-tab-pills ul li .sm-btn-history {
    /*background: #00BEF9 !important;*/
    border: 1px solid #00BEF9 !important;
    color: #00BEF9 !important
}



    .sm-btn-history:hover {
        background: #0C91CF !important;
    }

.st .fa-chevron-up {
    position: absolute;
    top: 1px;
}

.st .fa-chevron-down {
    position: absolute;
    bottom: 0;
}

.watchlist-add:hover {
    color: #fff !important;
}

.port-pills-cond {
    position: absolute;
    z-index: 9;
    right: 30px;
    top: 5px;
}
/*Top gainer rank color*/
.gainer-card table tbody tr td {
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.gainer-card {
    padding: 24px;
}

.tg-first {
    background: #1BBFAF;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tg-second {
    background: #07A696;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tg-third {
    background: #007367;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tg-fourth {
    background: #005950;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tg-fifth {
    background: #064039;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}
/*Top loser color*/
.tl-first {
    background: #FA6960;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tl-second {
    background: #C74B42;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tl-third {
    background: #AD3931;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tl-fourth {
    background: #942A22;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

.tl-fifth {
    background: #7A1D16;
    padding: 5px 10px;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 0.9375rem;
}

#allocationChart {
    width: 150px !important;
    height: 150px !important;
}

.onboarding-logo {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.market-open {
    border-radius: 6px;
    font-size: 0.6875rem !important;
    background: #42B8A41A;
    color: #42B8A4;
    letter-spacing: 1px;
    padding: 5px 10px;
    font-weight: 700;
    margin-right: 12px;
}

    /*.market-open:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f111";
        color: #42B8A4;
        font-size: 6px;
        margin-right: 5px;
        background: #42B8A4;
        border-radius: 30px;
    }*/

.market-closed {
    background: #EAEAEA;
    border-radius: 6px;
    font-size: 0.6875rem !important;
    color: #808080;
    letter-spacing: 1px;
    padding: 5px 10px;
    font-weight: 700;
    margin-right: 12px;
}

    /*.market-closed:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f111";
        color: #808080;
        font-size: 6px;
        margin-right: 5px;
        background: #808080;
        border-radius: 30px;
    }*/

.market-runoff {
    border-radius: 6px;
    font-size: 0.6875rem !important;
    letter-spacing: 1px;
    padding: 5px 10px;
    font-weight: 700;
    margin-right: 12px;
    background: #FF37291A;
    color: #FF3729;
}

    /*.market-runoff:before {
        font-family: 'Font Awesome 5 Free';
        content: "\f111";
        background: #FF3729;
        color: #FF3729;
        font-size: 6px;
        margin-right: 5px;
        border-radius: 30px;
    }*/

.market-status {
    text-align: right;
}

.marquee-bg {
    background: #fff;
    border-bottom: 2px solid #eff0f4;
}

.mk-indices {
    border-right: 1px solid #E6E9EC;
}

.op-content {
    padding: 36px;
}

.fa-circle-small:before {
    font-family: 'Font Awesome 5 Free';
    content: "\b7";
}

.order-details-view {
    border: 1px solid #A3C7E8;
    background: #D6F5FF;
    border-radius: 6px;
}

.order-details-count {
    background: #FA6960;
    box-shadow: -1px -1px 11px 0px #fa6960;
    border-radius: 50px;
    color: #fff;
}

.order-details-card {
    border: 2px solid #CFDCE8;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;
}

.clb-red {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 16px solid #FA6960;
}

.clb-green {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 16px solid #34D9C8;
}

.tp-nav-content {
    padding: 11px 5px !important;
}

.tp-nav-link:hover {
    text-decoration: none !important;
}

.tp-nav {
    background: #F2F6FA;
    border-radius: 10px;
}

    .tp-nav .nav-item.show .tp-nav-link, .tp-nav .tp-nav-link.active {
        border-radius: 8px;
        color: #fff !important;
        background: #00BEF9;
        font-weight: 500;
    }

    .tp-nav .nav-item .tp-nav-link {
        color: #7888A2;
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-weight: 500;
    }

        .tp-nav .nav-item .tp-nav-link:hover {
            border-color: transparent !important;
        }

.tp-cards {
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px rgb(120 136 162 / 10%);
    overflow: hidden;
}

.tp-change-up {
    background: #EBFBF9;
    border-radius: 12px;
    color: #1BBFAF;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 700;
}

.tp-change-down {
    background: #FFEEF0;
    border-radius: 12px;
    color: #FA6960;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-weight: 700;
}

.tp-change-none {
    padding-left: 0 !important;
    color: #878787;
    font-weight: 500;
}

.date-range-regular {
    width: 34px;
    height: 34px;
    background: #F7FDFF;
    color: #A3C7E8;
    border-radius: 6px !important;
    text-decoration: none !important;
    border-style: none;
    padding: 0;
}

.date-range-active {
    width: 34px;
    height: 34px;
    background: #00BEF9;
    color: #fff;
    border-radius: 6px !important;
    text-decoration: none !important;
    border-style: none;
    padding: 0;
}
/*end portfolio*/
/*market*/
.market {
    padding-left: 80px;
    height: 100%;
}

.market-title {
    margin-top: 20px;
}

.sector {
    margin: 24px 0 24px 0;
}

.sector-container {
    max-width: 1610px;
}

.stock-name h4 {
    font-size: 1.25rem;
}

.statistic-card {
    background: #fff;
    border-left: 2px solid #E6E9EC;
    width: 335px;
}

.sector-name {
    font-size: 1rem;
    font-weight: 500;
}


.sector-content {
    width: 310px;
    height: 150px;
    background: #fff;
    border-radius: 8px;
    margin: 0 12px 0 12px;
}

.popular-content {
    height: 150px;
    background: url(../../Images/Market/up-trend.png) no-repeat right;
    border-radius: 8px;
    padding: 16px;
}

.unpopular-content {
    height: 150px;
    background: url(../../Images/Market/down-trend.png) no-repeat right;
    border-radius: 8px;
    padding: 16px;
}

.nochange-content {
    height: 150px;
    background: url(../../Images/Market/no-change.png) no-repeat right;
    border-radius: 8px;
    padding: 16px;
}

.financial {
    background: url(../../Images/Market/financials.png) no-repeat center;
    background-size: cover;
    background-color: #D5E135;
}

.holdings {
    background: url(../../Images/Market/holdings.png) no-repeat center;
    background-size: cover;
    background-color: #5B8FFB;
}

.industrial {
    background: url(../../Images/Market/industrial.png) no-repeat center;
    background-size: cover;
    background-color: #fff;
}

.mining {
    background: url(../../Images/Market/mining.png) no-repeat center;
    background-size: cover;
    background-color: #D84E7D;
}

.services {
    background: url(../../Images/Market/services.png) no-repeat center;
    background-size: cover;
    background-color: #FA9D00;
}

.property {
    background: url(../../Images/Market/property.png) no-repeat center;
    background-size: cover;
    background-color: #FA9D00;
}

.psei {
    background: url(../../Images/Market/psei.png) no-repeat center;
    background-size: cover;
    background-color: #fff;
}

.allshare {
    background: url(../../Images/Market/allshares.png) no-repeat center;
    background-size: cover;
    background-color: #fff;
}

.popular-card {
    border-radius: 8px;
    width: 200px;
    overflow: hidden;
    height: 147px;
}

.market-statistic {
    width: 300px;
    margin: 0 auto;
    padding: 20px 24px;
}

    .market-statistic hr {
        border-bottom: #E6E9EC;
        width: 75px;
        margin-left: 0;
        margin-top: 8px;
        margin-bottom: 16px;
    }

.chart-markup-table {
    height: 328px !important;
}

.slick-prev:before, .slick-next:before {
    color: #cdd0d4 !important;
}

.market-chart {
    height: 410px;
}

.exchange-category-btn {
    font-size: .75rem;
    font-weight: 700;
    color: #a3c7e8;
    background: 0 0;
    padding: 0;
    transition: .2s ease all;
}

    .exchange-category-btn span {
        transition: .2s ease all;
    }

    .exchange-category-btn.selected {
        color: #00bef9;
    }

    .exchange-category-btn:hover span {
        color: #00bef9;
    }

.mk-status-open {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 2px 3px;
    justify-content: center;
    background-color: #c6f3ef;
}

    .mk-status-open i {
        color: #009688;
        font-size: 8px;
    }

.mk-status-close {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 2px 3px;
    justify-content: center;
    background-color: #ebebeb;
}

    .mk-status-close i {
        color: #9598a1;
        font-size: 8px;
    }

.mk-status-runoff {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 2px 3px;
    justify-content: center;
    background-color: #FFF2F1;
}

    .mk-status-runoff i {
        color: #FA6960;
        font-size: 8px;
    }


/*end market*/
/*Stock page*/
.stock-wrapper {
    padding-left: 80px;
}

.s-title-holder {
    padding-top: 20px;
}

.stock-content {
    width: 110px;
    text-align: center;
}

    .stock-content small {
        font-size: 0.8125rem;
    }

    .stock-content strong {
        font-size: 0.9375rem;
    }

.dyanmic-card {
    overflow: hidden;
    background: #fff;
}

    .dyanmic-card label {
        font-size: 1.25rem;
        font-weight: 500;
    }

.dynamic-card-width {
    width: 100%;
}

.dropdown-list ul {
    transform: none !important;
    top: 35px !important;
    width: 100%;
    border-radius: 8px;
}

    .dropdown-list ul li:hover {
        background: #00BEF9;
        border-radius: 8px;
    }

    .dropdown-list ul li:hover span{
        color: #fff !important;
    }

    .dropdown-list ul li a {
        padding: 16px;
        color: #3E3E3E;
        text-decoration: none;
    }

        .dropdown-list ul li a:hover {
            color: #fff;
        }

.dropdown-item {
    padding: 10px;
    color: #3E3E3E;
}

    .dropdown-selected,
    .dropdown-item:hover {
        color: #fff !important;
        background: #00BEF9;
        cursor: pointer;
        border-radius: 6px;
        width: -webkit-fill-available;
    }

.chart-card-width {
    width: 75%;
}

.sc-height {
    /*height: calc(100vh - 65px);*/
    height: 100%;
}

.add-lot {
    /*max-width: 175px;*/
}

    .add-lot:focus {
        border: none !important;
        box-shadow: none !important;
    }

.chart-calc {
    height: calc(100vh - 65px);
}

.stock-list-calc {
    height: calc(100vh - 696px);
}

.buy-btn {
    height: 30px;
    padding: 10px !important;
}

.sell-btn {
    height: 30px;
    padding: 10px !important;
}

.buy-btn:hover {
    transition-duration: .4s !important;
    transform: scale(1.04,1.04) !important;
}

.sell-btn:hover {
    transition-duration: .4s !important;
    transform: scale(1.04,1.04) !important;
}

.s-days-holder {
    /* align-items: center;*/
}

.boxes button {
    width: 40px;
    height: 35px;
    margin-right: 6px;
}

.stock-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1 1;
    border-top: 2px solid #F2F3F7;
}

.stock-sidebar {
    width: 300px;
    height: 100%;
    background: #fff;
    border-top: 2px solid #F2F3F7;
}

.stock-chart-content {
    overflow-x: hidden;
}

.mini-stock-page-chart {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Fix scrollbars */
}

.stock-sidebar-header {
    border-bottom: 3px solid #F2F3F7;
    padding: 12px;
}

.sidebar-stock-list {
    width: 300px;
    border: 2px solid #F2F3F7;
    border-bottom: 0;
}

.btn-normal-lot {
    margin-left: -1px;
    font-size: 0.75rem;
    height: 24px;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 4px;
}

.btn-normal-lot-active {
    margin-left: -1px;
    font-size: 0.75rem;
    height: 24px;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 4px;
    border-color: #E6E9EC;
    color: #00BEF9;
}

.btn-odd-lot {
    font-size: 0.75rem;
    height: 24px;
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 4px;
    border-color: #E6E9EC;
}

.projected-content {
    background: #EFFBFF;
    margin-right: -25px;
    margin-left: -25px;
}

    .projected-content label {
        font-size: 0.875rem;
    }

.buy-sell-order-panel {
    height: 100%;
    overflow: auto;
    margin-top: 20px;
}

.pb-gray {
    background: #E7E7E7;
}

.pb-red {
    background: #FFE1DF;
}

.pb-green {
    background: #D1F2EF;
}

    .pb-green .progress-bar {
        background-color: #1BBFAF
    }

.pb-red .progress-bar {
    background-color: #FF6961;
}

.pb-gray .progress-bar {
    background-color: #878787;
}

.simplebar-scrollbar::before {
    background-color: transparent;
}

.bid-ask-panel {
    overflow: hidden;
    border-bottom: 3px solid #E6E9EC;
    padding: 12px 0;
}

.transaction-panel {
    overflow: hidden;
    padding: 12px 0;
}

.position-order {
    padding: 12px;
}
/*.transaction-table {
    border-bottom: 1px #E6E9EC;
}*/

.middle-panel-active {
    background: #fff;
    margin: 2px 0px 2px 2px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    /*.middle-panel-active img {
        filter: brightness(0.5);
    }*/

/*.stockMobileScreen .nav-tabs .nav-item.show .nav-link, .stock-nav .nav-tabs .nav-link.active {
    background: #F2F3F7;
}*/

/*.dropdown-search-result-content::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
    content: '';
}

.dropdown-search-result-content::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}*/

.stock-sidebar-search {
    padding-left: 1rem;
    padding-right: 1rem;
}

.stock-name-header {
    width: 205px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.port-card {
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgb(120 136 162 / 10%);
}

    .port-card:hover {
        background: #F9FAFC;
    }

.border-left-green {
    border-left: 3px solid #1BBFAF;
}

.border-left-red {
    border-left: 3px solid #FA6960;
}

.border-left-gray {
    border-left: 3px solid #878787;
}

.port-card-detail {
    border: 1px solid #CFDCE8;
    border-radius: 8px;
    width: 200px;
    position: absolute;
    background: #fff;
    right: 10px;
    z-index: 9999;
    top: 32px;
    padding-top: 25px;
    box-shadow: 0 3px 10px rgb(120 136 162 / 10%);
}
/*end stocks*/
/*add Wallet*/
.pending-transaction {
    background: #ffd5d2;
    border-radius: 8px;
    text-decoration-line: none;
    text-decoration: none;
}

.transaction-no {
    background: #F2F3F7;
    border-radius: 8px;
    text-decoration-line: none;
}

.select-deposit {
    margin-top: 24px;
    margin-bottom: 48px;
}

.deposit-methods {
    color: #3E3E3E;
    user-select:none;
}
.deposit-methods:hover:active {
    background: #0C91CF;
    color: white;
}
.deposit-methods:hover {
    background: #00BEF9;
    color: white;
}
.deposit-details {
    margin-top: 24px;
    margin-bottom: 48px;
}

.deposit-content {
    padding: 24px 24px 0 24px;
}

.addfund-content {
    padding: 24px 24px 0 24px;
}

.withdraw-form {
    margin-top: 24px;
    margin-bottom: 48px;
}

.widthrawal-card {
    padding: 24px 24px 0 24px;
}

.bank-transaction-details-header {
    background-image: linear-gradient(to right, #00D0FA, #00A8FC);
}

.bank-transaction-details-gray-bg {
    background: #F9FAFC;
}

.bank-transaction-details-panel-card {
    max-width: 565px;
}

.bank-transaction-table .table td, .bank-transaction-table .table th {
    text-align: left !important;
}


.sky-color {
    background-image: linear-gradient(to right, rgba(0,208,250, 1), rgba(0,168,252,1)) !important;
    border-radius: 0.75rem;
    overflow: hidden;
}

.bg-circle {
    background: url(../../Images/Wallet/wallet-bg-img.png) no-repeat right;
    height: 85px;
}

.banksList, .banksNewList {
    border-radius: 0rem 0rem 6px 6px;
}

    .banksList .dropdown-item:hover {
        background: #F5F5F5;
        color: #00BEFA !important;
        width: -webkit-fill-available;
        border-radius: 6px;
    }

.select-bank-item, .select-bank-new-item {
    padding: 0.938rem 0.938rem 0rem 0.938rem;
    margin: 0rem;
}

    .select-bank-item p {
        margin: 0rem;
        padding-bottom: 0.938rem;
        border-bottom: 0.063rem solid #E6E9EC;
    }

    .select-bank-new-item p {
        margin: 0rem;
        padding-bottom: 0.938rem;
    }

    /*    .select-bank-item:hover div p {
        color: #fff !important;
    }

    .select-bank-item:hover div span {
        color: #fff !important;
    }

    .select-bank-item:hover div img {
        filter: brightness(0) invert(1);
    }*/

    /*.select-bank-item:hover {
        cursor: pointer;
        background-color: #F5F5F5 !important;
    }*/

    .select-bank-item:hover strong {
        color: #fff !important;
    }

.select-bank-item-active {
    padding: 0.938rem 0.938rem 0rem 0.938rem;
    margin: 0rem;
    background-color: #00BEF9 !important;
    width: -webkit-fill-available;
    border-radius: 6px;
}

    .select-bank-item-active div p {
        color: #fff !important;
    }

    .select-bank-item-active div span {
        color: #fff !important;
    }

    .select-bank-item-active div img {
        filter: brightness(0) invert(1);
    }

    .select-bank-item-active strong {
        color: #fff;
    }


.bg-light-gray {
    background: #F9FAFC;
}

.orange-border {
    border: 1px solid #FA6960;
    background: #fffafa !important;
}

.steps-active-level {
    padding: 4px 10px;
    background: #00BEF9;
    border-radius: 50px;
    color: #fff;
}

.steps-level {
    padding: 4px 10px;
    background: #F2F3F7;
    border-radius: 50px;
    color: #ABABAB;
}

.badge-done {
    background: #EAFFF1;
    border-radius: 20px;
    color: #3DDB72;
    padding: 0px 15px 2px;
    letter-spacing: 1px;
    font-weight: 500;
}

    .badge-done::before {
        content: "Done";
        color: #3DDB72;
        font-size: 0.6875rem;
    }

.badge-inprogress {
    background: #EBFAFF;
    border-radius: 20px;
    color: #00BEF9;
    padding: 0px 7px 2px;
    font-weight: 500;
}

    .badge-inprogress::before {
        content: "In Progress";
        color: #00BEF9;
        font-size: 0.6875rem;
    }

.hover-withdraw {
    right: 40px;
    width: 248px;
    background: #31456A;
    top: 55px;
    border-radius: 12px;
    align-items: center;
    display: flex;
    padding: 15px 15px 0 15px;
}

.fa-solid fa-wallet {
    color: #431EEE;
}

.tranx-stat {
    width: 230px;
}

.tranx-history {
    width: 190px;
}

/*end Wallet*/
/*Account Settings*/
.settings-sm {
    max-width: 500px;
}

.mobile-trading-account {
    display: none;
}

.m-account-settings {
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
    width: 100%;
}
/*end Account Settings*/
/*Statement And Document*/
.settings-md {
    max-width: 700px;
}
/*end statement and documents*/
/*Trade transaction*/
.tt-attr button {
    font-size: 0.75rem;
    margin-right: 10px;
}
/*end trade transaction*/
/*Trade Performance*/

.tp-chart {
    width: 100%;
    height: 85%;
}

.tp-height-content {
    height: 100%;
}

.tp-content {
    overflow: auto;
    position: relative;
    height: 100vh;
}

.tp-dynamic-card {
    background: #fff;
    height: 100vh;
    border-left: solid #E6E9EC;
}

#equityChart {
    width: 100% !important;
}

#profitGrowth {
    width: 100% !important;
}

.tp-content-new {
    /*height: calc(100vh - 48px);*/
    height: calc(100vh - 80px);
}

.tp-content-old {
    height: 100vh;
}
/*end trade performance*/
/*Bank Transaction*/
.bt-blue-bg {
    background-color: #00BEF9;
    background-image: linear-gradient(#00BEF9, #009CFF);
    border-radius: 8px;
    /*height: 84px;*/
    padding: 24px;
}

.bt-nav-wallet {
    text-decoration: none !important;
    color: #fff !important;
}

    .bt-nav-wallet:hover:after {
        width: 100%;
    }

    .bt-nav-wallet:after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 0;
        width: 0%;
        height: 2px;
        background-color: #fff;
        transition: 0.2s ease;
        opacity: 0.75;
    }

.btn-nav-active {
    background: #fff;
    border-radius: 8px;
    padding: 5px 30px;
    color: #00BEF9 !important;
}

    .btn-nav-active:hover {
        /*transition: .4s;
        transform: scale(1.05,1.05);*/
        color: #00BEF9;
        text-decoration: none !important;
    }
/*end bank transaction*/
.loading-div {
    background-image: url(../../Images/Common/nodata-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    z-index: 100;
}

.c-point {
    cursor: pointer !important;
}

.hover-bold:hover {
    font-weight: bolder !important;
}

a.button-a {
    text-decoration: none;
}

.no-focus:focus {
    border: 1px solid #ced4da;
    box-shadow: none !important;
}
/*Help and Support*/
.faq-accordion {
    cursor: pointer;
}

    .faq-accordion::after {
        font-family: 'Font Awesome 5 Free';
        content: "\f107";
        color: #CDD0D4;
        right: 25px;
        font-size: 1.5625rem;
        font-weight: 700;
    }

    .faq-accordion[aria-expanded="true"]::after {
        content: "\f106";
        color: #CDD0D4;
    }

.help-support {
    margin-top: 60px;
}

.help-support-banner {
    background: rgb(0,156,255);
    background: linear-gradient(0deg, rgba(0,156,255,1) 0%, rgba(0,190,249,1) 87%);
    height: 150px;
}

.faqs-tooltip {
    position: relative;
}

    .faqs-tooltip:hover {
        text-decoration: underline;
    }

        .faqs-tooltip:hover > .tooltiptext,
        .faqs-tooltip:hover .tooltiptext::after {
            visibility: visible;
            opacity: 1;
            color: #fff;
        }

    .faqs-tooltip > .tooltiptext {
        visibility: hidden;
        padding: 1.25rem .93rem;
        border-radius: 5px;
        color: #fff;
        background: #31456A;
        font-size: 0.625rem;
        position: absolute;
        z-index: 500;
        bottom: 0;
        left: 150px;
        /*transform: translateX(-50%);*/
        opacity: 0;
        transition: opacity 0.3s ease;
        line-height: 17px;
        font-style: normal !important;
        text-shadow: none !important;
    }

        .faqs-tooltip > .tooltiptext::after {
            visibility: hidden;
            opacity: 0;
            content: '';
            position: absolute;
            left: 0;
            bottom: 10px;
            width: 0;
            height: 0;
            border: 20px solid transparent;
            border-right-color: #31456A;
            border-left: 0;
            border-bottom: 0;
            margin-top: -10px;
            margin-left: -20px;
        }

.help-support-bg {
    background: url(../../Images/Common/banner-bg.png) no-repeat bottom;
    border-radius: 12px;
    width: 100%;
}

.help-accordion {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
/*Help and Support*/
/*Research*/
.research {
    overflow: auto;
    height: 100vh;
}

.research-card {
    height: 210px;
    overflow: hidden;
}

.research-panel {
    margin-top: 48px;
}

.research-content p {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

.new-research {
    background: #FEE4E3;
    display: flex;
    border-radius: 50px;
    padding: 7px;
    font-size: 0.75rem;
    font-family: 'Roboto', sans-serif;
}

.research-stock {
    background: #D3F5FF;
    padding: 5px;
    border-radius: 5px;
}

.research-scroll {
    height: 100vh;
    overflow: auto;
}

.research-card a {
    height: 30px;
    display: flex;
    align-items: center;
}
/*End research*/
/*Terms and Privacy*/
.terms-panel {
    background: #fff;
    border-radius: 8px;
}


.hasStickyNav {
    position: sticky;
    top: 0;
    z-index: 99;
    flex-grow: 1;
    margin-left: -15px;
    margin-right: -15px;
}

.isMobileStrict {
    display: none !important;
}

.isDesktopStrict {
    display: block;
}

.terms-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    background-color: #fff;
    z-index: 1;
}

.sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white; /* Optional: for visibility */
    z-index: 999; /* Ensure it stays on top */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* Optional: nice shadow effect */
    padding: 10px; /* Optional: spacing */
}

.terms-list-color {
    color: #00BEF9 !important;
}

.list-group li a {
    list-style: none;
    color: #3E3E3E;
}

.cursor-loading:hover {
    cursor: progress !important;
}
/*End of agreement*/
/*Order page*/
.wrapper-order-page {
    padding-left: 80px;
}


.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}

.breadcrumb-item a {
    color: #00BEF9 !important;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #878787 !important;
    font-weight: 500;
}

.col-160 {
    width: 160px;
}

.col-200 {
    width: 200px;
}

.events li {
    display: flex;
    color: #999;
}

.events .dates {
    position: relative;
}

.dates div {
    width: 40px;
}

.order-status-label::after {
    content: "";
    position: absolute;
    z-index: 2;
    /* right: 0; */
    left: -14px;
    top: 25px;
    transform: translateX(50%);
    border-radius: 50%;
    background: #fff;
    border: 1px #ccc solid;
    width: 10px;
    height: 10px;
}

.colored::after {
    background: #FFA939 !important;
    border: none;
}
/*.order-status-label:not(:first-child):after {
    background: #fff;
}*/

.order-status-label::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -5px;
    top: 10px;
    height: 25px;
    border-left: 1px #FFA939 dashed;
}

.events .dates::after {
    content: "";
    position: absolute;
    z-index: 2;
    /*right: 0;*/
    left: 74px;
    top: 5px;
    transform: translateX(50%);
    border-radius: 50%;
    background: #fff;
    border: 1px #ccc solid;
    width: 10px;
    height: 10px;
}
/*.events .dates:first-child::after {
        background: #3DDB72;
        border: none;
    }*/
.events .pending:first-child::after {
    border: none;
    background: #FFA939;
}

.events .cancelled:first-child::after {
    border: none;
    background: #F45B50;
}

.events .posted:first-child::after {
    background: #3DDB72;
    border: none;
}



.events .dates:not(:first-child):after {
    background: #fff;
}


.events span {
    /*padding: 0 1.5em 1.5em 1.5em;*/
    position: relative;
    padding-bottom: 20px;
}

    .events span::before {
        content: "";
        position: absolute;
        z-index: 1;
        left: -5px;
        top: 10px;
        height: 100%;
        border-left: 1px #ccc dashed;
    }

.events .remove-border::before {
    border: none;
}

.events,
.events *::before,
.events *::after {
    box-sizing: border-box;
    font-family: arial;
}

.order-status-label {
    margin-left: 90px;
}

.order-status-img {
    /*margin-left: 132px;*/
    margin-left: 90px;
}
/*end of order page*/
.isIOS {
    display: none !important;
}


.custom-height {
    height: calc(100% - 25px);
}

.flickity-prev-next-button {
    width: 30px !important;
    height: 30px !important;
}

.faq-broker-img {
    border-color: #EAEAEA;
    border: 1px solid #EAEAEA;
    border-radius: 12px;
}

.faq-sm {
    position: absolute;
    bottom: -5px;
    right: -10px;
}

.error-img {
    width: 415px;
    height: 100%;
}

/*animation*/
#head {
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.bounce {
    animation-name: bounce-1;
    animation-timing-function: linear;
}

.subs-placeholder .simplebar-placeholder {
    width: 100% !important;
}

.sidebarImg {
    position: absolute;
    top: 15px;
    left: 20px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    transition: .15s all linear;
    padding-top: 60px;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
}

    .sidenav.open {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: -12px;
        right: 10px;
        font-size: 36px;
        margin-left: 50px;
    }

.nav-mobile-freeze-scroll {
    overflow-y: hidden !important;
}

.subsContainer {
    min-width: 100%;
}

/*.header-sticky {
    position: sticky;
    z-index: 1;
    width: 100%;
    background: #fff;
    top: -1px;
    border-top-left-radius: 8px;
}*/

.chartImg {
    width: 100px;
    height: 35px;
    position: relative;
}


.chartImgContainer {
    display: flex;
    height: 100%;
    justify-content: end;
    align-items: center;
    flex-grow: 0;
}


.img-table-simplebar {
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #DDE7F3;
}

.market-table-view {
    /*max-height: 680px;*/
    height: calc(100vh - 150px);
}

#stockPriceChartContainer {
    max-height: 450px;
}

.market-row {
    height: calc(100vh - 57px);
}

.view-wallet-btn {
    border: 1px solid #E6E9EC;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    background: transparent;
    cursor: pointer;
}

    .view-wallet-btn:hover {
        background: #E6E9EC;
        color: #00BEF9;
        text-decoration: none;
    }

.deposit-btn {
    border: 1px solid #E6E9EC;
    color: #00BEF9;
    border-radius: 6px;
    padding: 10px 20px;
    background: #F2F3F7;
    cursor: pointer;
}

    .deposit-btn:hover {
        background: #D5D6D9;
        color: #3E3E3E;
        text-decoration: none;
    }

.reits-agreement-content {
    min-height: 720px !important;
}

.sp-mobile {
    display: none;
}

.sp-desktop {
    display: block;
}

/*.welcome-content {
    min-width: 100%;
}*/

.dep-btn:hover {
    background: #00BEF9;
    color: #fff !important;
}

.dep-btn.active {
    background: #00BEF9;
    color: #fff !important;
}

.pyd-d {
    width: 50%;
}

.pyd-t {
    width: 50%;
}

.chart-asset-info .stock-name-header {
    width: 100%;
}

.news-wrapper:hover {
    background: #F2F6FA;
}

.side-nested-tab-pills ul li a:not(.active):hover {
    background: #00BEF9;
    color: #fff !important;
}

.side-nested-tab .ors-tab.active {
    background: #fff !important;
}

.ticker-wrapper {
    background-color: #ffffff;
    overflow: hidden;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.rs-wrapper {
    position: sticky;
    z-index: 99;
    top: 45px;
    background: #fff;
}


/*revamp style*/

/*status class*/
.status-complete {
    background: #21A6901A;
    color: #21A690;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    letter-spacing: 0.015rem;
}

.status-pending {
    background: #FFBE001A;
    color: #FFBE00;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    letter-spacing: 0.015rem;
}

.status-failed {
    background: #FF37291A;
    color: #FF3729;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    letter-spacing: 0.015rem;
}

.status-break {
    background: #8787871A;
    color: #878787;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
    letter-spacing: 0.015rem;
}


.status-pending-icon {
    display: flex;
    padding: 0.25rem 0.5rem;
    align-items: center;
    gap: 0.25rem;
    background: #FFBE001A;
    color: #FFBE00;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
}

    .status-pending-icon:before {
        content: "\f017";
        width: 12px;
        display: flex;
        height: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        align-items: center;
        margin-right: 5px;
        margin-top: 1px;
    }

.status-pending-icon-gray {
    display: flex;
    padding: 0.25rem 0.5rem;
    align-items: center;
    gap: 0.25rem;
    background: #F9FAFC;
    color: #3E3E3E;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
}

    .status-pending-icon-gray:before {
        content: "\f021";
        width: 12px;
        display: flex;
        height: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        align-items: center;
        margin-right: 5px;
        margin-top: 1px;
    }

.status-complete-icon {
    display: flex;
    padding: 0.25rem 0.5rem;
    align-items: center;
    gap: 0.25rem;
    background: #21A6901A;
    color: #21A690;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
}

    .status-complete-icon:before {
        content: "\f058";
        width: 12px;
        display: flex;
        height: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        align-items: center;
        margin-right: 5px;
        margin-top: 1px;
    }

.status-failed-icon {
    display: flex;
    padding: 0.25rem 0.5rem;
    align-items: center;
    gap: 0.25rem;
    background: #FF37291A;
    color: #FF3729;
    border-radius: 12px;
    font-weight: 700;
    font-size: 12px;
}

    .status-failed-icon:before {
        content: "\f057";
        width: 12px;
        display: flex;
        height: 12px;
        font-family: "Font Awesome 5 Free";
        font-weight: 700;
        align-items: center;
        margin-right: 5px;
        margin-top: 1px;
    }

/*end status class*/

/*pending order status*/
.pending-order {
    border-radius: 16px;
    background: rgba(255, 190, 0, 0.10);
}

.matched-order {
    border-radius: 16px;
    opacity: 0.8999999761581421;
    background: rgba(33, 166, 144, 0.10)
}

.cancelled-order {
    border-radius: 16px;
    opacity: 0.8999999761581421;
    background: rgba(244, 89, 78, 0.10)
}
/*end pending order status*/


.nav-link-external:hover {
    color: #0056b3 !important;
}

.cond-order {
    background: #F2F6FA;
}

.cond-order ul li a {
    color: #3E3E3E !important;
}


/*mini app mobile style*/

.mkt-mini-chart {
    height: 350px;
}

.mini-mkt-scroll-horizontal {
    display: flex;
    overflow-x: scroll; /* Enables horizontal scroll */
    gap: 20px;
    white-space: nowrap;
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    -ms-overflow-style: none; /* Hides scrollbar in IE and Edge */
}

    .mini-mkt-scroll-horizontal::-webkit-scrollbar {
        height: 8px; /* Custom scrollbar height */
    }
    .mini-mkt-scroll-horizontal::-webkit-scrollbar {
        display: none; /* Hides scrollbar in Chrome, Safari, and Opera */
    }

.span-mkt-green {
    background: #34D9C8;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
}

.span-mkt-red {
    background: #FA6A60;
    border-radius: 50px;
    padding: 5px 10px;
    color: #fff;
}

.conds-order {
    background: #EAEFF5;
    color: #878787;
    padding: 7px 3px;
}

.conds-order .active {
    background: #fff;
    color: #3E3E3E;
    border-radius: 12px;
}

.bg-home {
    background: url(../../Images/Common/mini-app-bg.png);
    background-size: 100% 100%;
    height: 140px;
}

.stock-t-header {
    width: 140px;
}

.avg-t-header {
    width: 130px;
}

.prof-t-header {
    width: 130px;
}


.mini-orders-tab {
    background: #E0E6EF;
    color: #3E3E3E;
    border: 1px solid #E0E6EF;
}

.mini-orders-tab.active {
    background: #FFFFFF;
    font-weight: 700 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.stock-mini-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.stock-mini-nav {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/*mini app end mobile style*/
/*
.cond-order a {
    color: #3E3E3E;
}

.pen-order.active {
    background: #00BEF9;
    color: #fff !important;
}*/
/*end revamp style*/
.nav-port-mini {
    color: #3E3E3E;
    font-weight: 500;
}

.nav-port-mini.active {
    border-bottom: 1px solid #E6E9EC !important;
    background: #00BEF9 !important;
    color: #fff !important;
}

.trade-nav-mini .nav-port-mini {
    border: 1px solid #E6E9EC !important;
    border-radius: 24px;
}

.invt-accordion .fa-chevron-right {
    transition: transform .3s ease;
}

.invt-accordion[aria-expanded=true] .fa-chevron-right {
    transform: rotate(90deg);
}

.mini-accordion[aria-expanded=true] .fa-chevron-down {
    transform: rotate(180deg);
}

.fa-chevron-down {
    color: #ABB3C2;
}

.mini-accordion .fa-chevron-down {
    transition: transform .3s ease;
}


.invst-fixed {
    position: sticky;
    z-index: 1;
    top: 47px;
}

.portstat-wrapper-blue {
    height: 500px;
    background: linear-gradient(180deg, #00D0FA 0%, #00A8FC 100%);
}

.portstat-chart {
    width: 100%;
}

.portstat-card {
    background: #fff;
    box-shadow: 0px 3px 50px 0px rgba(49, 69, 106, 0.10);
}


.enh-trd-wrapper {
    padding: 24px;
}

.bg-enh-trd {
    min-width: 230px;
    background: url('../../Images/Portfolio/bg-trade-analytical-1.png') no-repeat center center;
    background-size: 100% 100%;
    border-radius: 16px;
}

.enh-trd-wrapper {
    height: 100vh;
}

.enh-btn-gray-hover:hover {
    background: #F2F6FA !important;
    color: #3E3E3E !important;
    font-weight: 700;
}


@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}
/*end animation*/


.input-parent:focus-within {
    /*border-color: #00BEF9 !important;*/
    box-shadow: none !important;
}

.form-control:focus {
    /*border-color: #00BEF9 !important;*/
    box-shadow: none !important;
}

.input-group:focus-within {
    border-color: #00bef9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    z-index: 3;
    border-radius: 12px;
    border: 1px solid #00bef9;
}

.input-group .form-control:focus {
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.eye-btn {
    position: absolute;
    right: 15px;
    z-index: 100;
    top: 9px;
}


/*Portfolio revamp*/
.rvp-btn-deposit {
    background: #EAEFF5;
    color: #3E3E3E
}

    .rvp-btn-deposit:hover {
        background: #E0E6EF;
        color: #3E3E3E
    }

.rvp-port-chart {
    /*height: 120px;*/
    min-width: 120px;
}

.rvp-port-width {
    min-width: 350px;
}

#rvmp-bar-chart {
    width: 100%;
    height: 170px;
}


.rvp-btn-black {
    background: #3E3E3E;
    color: #fff;
}

    .rvp-btn-black:hover {
        background: #EAEFF5;
        color: #3E3E3E;
    }

.rvp-btn-white{
    border: 1px solid #E0E6EF;
    color: #3E3E3E;
    background: #fff;
}

    .rvp-btn-white.active {
        background: #3E3E3E !important;
        color: #EAEFF5 !important;
        font-weight: 700 !important;
    }

    .rvp-btn-white:hover {
        background: #EAEFF5;
        color: #3E3E3E;
    }
.rvp-btn-gray.active {
    background: #EAEFF5 !important;
    color: #3E3E3E !important;
}


.conds-order {
    background: #EAEFF5;
    color: #878787;
    padding: 4px 3px;
}

.conds-order .active {
    background: #fff;
    color: #3E3E3E;
    border-radius: 12px;
}

/*end portfolio revamp*/


.mobile-port-light {
    background: url('../../Images/Mobile/bg-port-model-light.png') no-repeat center center;
    background-size: 100% 100%;
}

.mobile-port-dark {
    background: url('../../Images/Mobile/bg-port-model-dark.png') no-repeat center center;
    background-size: 100% 100%;
}

.mobile-port-header {
    width: 618px;
}

.rs-container {
    padding-top: 1.5rem;
}


/*Share Port*/

.table-my-stocks td > .td-container.border-left {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.table-my-stocks td > .td-container.border-right {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.sharecard-with-top-10-gains {
    /*background-image: url(../../Images/Portfolio/top-ten.png);*/
    background-image: url(../../Images/Portfolio/dynamic-top-ten-blue.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 103%;
}

/*.sharecard-total-percent-only {
    background-image: url(../../Images/Portfolio/dynamic-blue.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.sharecard-total-percent-only-loss {
    background-image: url(../../Images/Portfolio/dynamic-red.png);
}*/

/*.sharecard-perstack {
    background-image: url(../../Images/Portfolio/dynamic-light-blue.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}*/

.sharecard-perstack-loss {
    background-image: url(../../Images/Portfolio/bg-sharecard-perstack-2.png);
}

.bg-basic-account {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #D4E0EF;
    background: #F6F9FD;
}


.ipo-meter-bg {
    background: linear-gradient(115deg, #0597FB 31.38%, #00D5DD 100%);
}

.ipo-meter-bg span{
    color: #fff
}

    .ipo-meter-bg .g-text-blue {
        background: linear-gradient(90deg, #00A8FF, #00E0FF);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.ipo-meter-bg label {
    color: #071969;
}

.ipo-meter-yellow {
    background: linear-gradient(115deg, #FFF0BB 31.38%, #FFD24D 100%);
}

    .ipo-meter-yellow span {
        color: #3E3E3E
    }

    .ipo-meter-yellow .g-text-yellow {
        color: #966F0B;
    }

    .ipo-meter-yellow label {
        color: #6C5009;
    }


/*Broker Agent style*/

.client-full {
    height: calc(100vh - 350px);
}

.client-half {
    height: calc(100vh - 310px);
}

.cl-active {
    background: #E0E6EF;
}

/*.BA-action-btn {
    min-width: 60px;
    transition: width .2s ease-in-out, height .2s ease-in-out;
}*/

.BA-action-btn {
    position: static;
    transition: all 0.3s ease;
}

.BA-wrapper-content {
    width:100%;
}

.BA-left {
    min-width: 300px;
}

.BA-right {
    min-width: 320px;
}

.BA-center {
    min-width: 700px;
}

.net-foreign-circle {
    background: #E0E6EF;
    color: #E0E6EF;
    fill: #E0E6EF;
}

.brkr-cirlce {
    width: 1.25rem;
    height: 1.25rem;
    z-index: 9999;
    background: #00c3fa;
    border-radius: 50px;
}

.earn-blue {
    background: #0887DF;
    color: #fff;
}

.earn-yellow {
    background: #EBBD30;
    color: #3E3E3E !important;
    box-shadow: 0 3px 10px rgb(120 136 162/10%);
}




/*responsive*/
@media (min-width: 1921px) {
    /*.investa-trade-container {
        width: 1600px;
        margin-left: auto;
        margin-right: auto;
        flex: 1 1 0;
    }

    .full-panel-width {
        width: 1600px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }*/

    .welcome-left-side .container {
        align-items: center;
        padding-top: 60px;
    }

    .wc-asset-1 {
        position: relative !important;
        top: 10%
    }
}

@media(max-width: 1600px) {
    .chart-asset-info .fs-24 {
        font-size: 1rem !important;
    }

    .chart-asset-info .fs-20 {
        font-size: 1rem !important;
    }

    .chart-asset-info .stock-name {
        width: 170px !important;
    }

    .chart-asset-info .fs-14 {
        font-size: 0.75rem !important;
    }

    .chart-asset-info .sub-stock-name {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 163px;
    }

    .chart-asset-info, .gap-30 {
        gap: 20px;
    }
}

@media(max-width: 1400px) {
    .wc-asset-1 {
        top: 105px;
    }

    
}

@media (max-width: 1366px) {
    .fs-mid-11 {
        font-size: 11px;
    }

    .fs-mid-10 {
        font-size: 10px;
    }

    .order-status-img {
        margin-left: 80px;
    }

    .order-status-label {
        margin-left: 80px;
    }

   /* .tp-chart {
        height: auto !important;
    }

    #equityChart {
        height: auto !important;
    }*/

    .tp-chart-container{
        overflow-y: hidden !important;
    }

    .chart-asset-info .gap-30 {
        gap: 15px;
    }
}

@media (max-width: 1365px) {
    .chart-asset-info {
        display: none !important;
    }
}


@media (max-width: 1330px) {
    .BA-action-btn {
        position: fixed;
        right: 20px;
        border-radius: 12px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        padding: 10px;
        z-index: 1000;
        background: #fff;
    }

        /* Only keep icons visible */
        .BA-action-btn span:not(:has(svg)) {
            display: none !important; /* hides text like 'Ticker' */
        }

        /* Stack icons vertically inside */
        .BA-action-btn > div {
            border: none !important;
            background: transparent !important;
            padding: 8px !important;
        }

        /* Optional: make SVGs larger for visibility */
        .BA-action-btn svg {
            width: 24px;
            height: 24px;
        }

        /* Rounded floating button hover effect */
        .BA-action-btn > div:hover {
            background: #f5f5f5;
            border-radius: 50%;
        }

    .darkmode--activated .BA-action-btn {
        background: #121827;
    }

    .BA-action-btn.dragging {
        cursor: grabbing;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    }

    .smw-100 {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .welcome-left-side {
        display: none !important;
    }

    .trade-icon-wc {
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .market-statistic {
        padding: 30px !important;
        width: 230px;
    }

        .market-statistic hr {
            width: 75px;
        }
}

@media(max-width: 1199px) {
    #allocationChart {
        width: 150px !important;
        height: 150px !important;
    }

    .enh-wrapper {
        flex-direction: column !important;
    }

    .bg-enh-trd {
        height: 200px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .dynamic-card-width {
        width: 100%;
    }

    .chart-card-width {
        width: 100%;
    }

    .add-lot {
        width: 100% !important;
    }

    /*.full-height {
        display: block;
    }*/

    .welcome-container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .sidebar {
        display: none !important;
    }

    .application-form {
        margin-left: 65px;
    }

    .tp-chart {
        max-width: 850px
    }

    .help-support {
        margin-left: 80px;
    }

    /*.t-transaction {
        margin-top: 20px;
    }

    .s-bidAsk-transaction {
        margin-right: 0 !important;
    }*/
}

@media (max-width: 1366px) {
    .fs-20 {
        font-size: 1rem;
    }

    .fs-24 {
        font-size: 1rem;
    }

    .fs-15 {
        font-size: 0.75rem;
    }

    .fs-14 {
        font-size: 0.75rem;
    }

    .fs-16 {
        font-size: 0.875rem;
    }

    .table-select.table tbody tr td {
        font-size: 0.7rem;
    }

    .table-select.table thead th {
        font-size: 0.75rem;
    }

    .stock-sidebar {
        width: 280px;
    }

    .sidebar-stock-list {
        width: 280px;
    }

    .stock-sidebar-header {
        padding: 10px;
    }

    .stock-sidebar-search {
        padding-left: 10px;
        padding-right: 10px;
    }


        .stock-sidebar-search .dropdown-list .stock-list-dropdown li a {
            font-size: 0.875rem;
        }

    .bid-ask-panel {
        padding: 10px;
    }

    .transaction-panel {
        padding: 12px;
    }

    .position-order {
        padding: 10px;
    }

    .dyanmic-card label {
        font-size: 0.75rem;
    }

    .simplebar-content {
        padding: 0 !important;
    }

    .stock-name-header {
        width: 170px;
    }

    .notification-bell-spacing {
        margin-bottom: 10px !important;
    }

    .market-table-view {
        max-height: 580px;
    }
}

@media(max-width: 1280px) {
    .terms-panel-onboarding {
        overflow-y: auto;
    }

    .wrapper-order-page {
        padding-left: 80px !important;
    }

    .research-panel {
        margin-left: auto;
    }

}

@media(max-width: 1185px) {
    .mobile-soa-custom {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
        overflow: hidden;
    }

    .desktop-soa-custom {
        display: none !important;
    }
}

@media(max-width: 1099px) {
    .mini-footer {
        display: block !important;
    }

    .BA-heigh-responsive {
        height: calc(100vh - 800px) !important;
    }

    .BA-wrapper-content {
        flex-wrap: wrap;
        margin-bottom: 100px;
    }

    .BA-left {
        order: 2;
        width: 100%;
    }

    .BA-center {
        order: 3;
        width: 100%;
    }

    .BA-right {
        order: 1;
        width: 100%;
    }
}


@media (min-width: 993px) and (max-width: 1100px) {
    .research-panel {
        margin-left: 40px;
    }
}


@media (max-width: 992px) {

    .application-form {
        margin-left: auto;
    }

    .welcome-left-side {
        display: none !important;
    }

    .sidebarDesktop {
        display: none !important;
    }

    .sidebarMobile {
        display: flex;
    }

    .navbar-toggler {
        display: block;
    }

        /* ditch the ugle blue outline */
        .navbar-toggler:focus,
        .navbar-toggler:active {
            outline: 0;
        }

        /* hide close when burger shown */
        .navbar-toggler.collapsed .close-icon {
            display: none;
        }

        .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
            display: inline;
        }

    .market {
        padding-left: 0;
        /*margin-bottom: 50px;*/
    }

    .portfolio {
        padding-top: 77px;
        padding-left: 0;
        margin-bottom: 50px;
    }

    .widthrawal {
        padding-top: 0;
    }

    .widthrawal-card {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 30px !important;
    }

    .trade-transaction {
        padding-top: 60px;
        padding-left: 0;
    }

    .trade-performance {
        padding-left: 0;
    }

    .bank-transaction {
        padding-left: 0;
        padding-top: 60px;
    }

    .stock-wrapper {
        padding-left: 0;
        margin-bottom: 50px;
    }

    .trade-performance {
        padding-top: 60px;
    }

    .tp-nav {
        margin-left: 1rem;
    }

    /*    .notification-content {
        top: 55px !important;
        right: 10px;
    }*/

    .notification-label {
        display: none;
    }

    .chart-card-width {
        width: 100%;
    }

    .add-lot {
        width: 100% !important;
    }

    .add-fund {
        padding-left: 0;
        padding-top: 0;
    }

    .research {
        padding-left: 0;
        /*padding-top: 50px;*/
    }

    .research-almost {
        margin-left: 0;
    }

    .help-support {
        margin-left: 0;
        padding-top: 50px;
    }

    /*.ticker-content {
        padding-top: 81px;
    }*/

    .notification-dropdown .cmb-36 {
        margin-bottom: 0;
    }

    .portfolio-overview {
        margin-top: 20px;
    }

    .ticker-content {
        margin-top: 65px;
    }

    .mobile-footer {
        display: block;
    }

    .main {
        margin-bottom: 50px;
    }

    .chart-content {
        width: 100%;
        height: 380px;
    }

    /*.stockMobileScreen {
        margin-top: 65px;
    }*/


    .stock-sidebar {
        width: 100%;
    }

    .wrapper-order-page {
        margin-top: 4rem;
        margin-bottom: 2.5rem;
    }

    .notification-bell-spacing {
        margin-bottom: 0 !important;
    }

    .notif-icon-wrap {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        background: transparent !important;
        display: flex;
        justify-content: flex-end;
    }

    .notification-content {
        margin-left: -253px;
        min-width: auto !important;
        top: auto;
    }

    .badge-notify {
        top: 30px;
    }

    .market {
        margin-top: 77px;
    }

    .trade-nav {
        background: #fff;
    }

    .account-setting-mobile {
        margin-top: 60px;
        display: block !important;
    }

    .tp-chart-content {
        overflow: initial;
    }

    .tp-sidebar-content {
        width: 100% !important;
    }

    .statistic-card {
        background: transparent;
    }

    .market-statistic {
        background: #fff;
        border-radius: 12px;
        margin-top: 20px;
    }

    .s-document {
        margin-top: 70px;
    }

    .tp-cards {
        margin: 0 0;
    }

    .tp-first-row {
        padding: 0 !important;
    }

    .tt-holder .panel-card {
        width: 650px;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    /*#toast-container {
        left: 1%;
    }*/

    .mobile-trading-account {
        display: block;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

    .forSubs {
        margin-top: 60px;
    }

    .market-row {
        height: 100%;
    }

    .mk-ordr-2 {
        margin-bottom: 70px;
    }

    .research .mt-48 {
        margin-top: 0;
    }

    .research-panel {
        margin-top: 30px;
    }

    /* Hide scrollbar for Webkit (Chrome, Safari) */
    .list-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .ul-clear-scroll::-webkit-scrollbar {
            display: none;
        }

    /* Hide scrollbar for Firefox */
    .list-scroll {
        scrollbar-width: none;
    }

    /* Additional styles to ensure proper layout */
    .dpl-scroll {
        white-space: nowrap;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        /* List item styling */
        .dpl-scroll li {
            display: inline-block;
            margin-right: 10px; /* Add spacing between items */
        }

  .d-inline-flex:has(#datetimepickerBirthday) {
        display: flex !important;
    }

    #datetimepickerBirthday {
        max-width: 100% !important;
    }



    .flex-column-992 {
        flex-direction: column !important;
    }

    .mobile-top-wrapper {
        margin-top: 50px;
        padding-bottom: 100px;
    }

    .invst-search {
        display: none !important;
    }

    .app-alert {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        color: #3E3E3E;
        font-size: .625rem;
        max-height: 64px;
        display: block;
        background: #fff;
        padding: .75rem 1.25rem;
        border-radius: 0;
        border: none;
        margin-bottom: 0;
        z-index: 1000;
        border-bottom: 1px solid #cfdce8 !important;
    }

    .sm-text-center {
        text-align: center;
    }

    .isMobile992px {
        display: block;
    }

    .fa-bell.font-size-icon {
        font-size: 1.25rem;
    }

    .tpin-wrapper {
        width: 100%
    }

    .custom-bg {
        overscroll-behavior-x: none; /* Prevent sideways bounce */
        overflow-x: hidden;
        position: relative;
    }

    .mobile-port-header {
        width: 100%;
    }

    html, body {
        touch-action: manipulation;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .rvp-btn-white:hover {
        background: transparent;
    }
}


@media (max-width: 991px) {
    .modal-transaction-xl {
        max-width: 730px !important;
    }

    .market-panels {
        margin-left: 24px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mob-order-1 {
        order: 1;
    }

    .mob-order-2 {
        order: 2;
    }

    .sp-mobile {
        display: block;
    }

    .sp-desktop {
        display: none;
    }

    .dep-btn {
        font-size: 11px !important;
    }

    .pyd-d {
        width: 100%;
    }

    .pyd-t {
        width: 100%;
    }

    .tranx-stat {
        width: 100%;
    }

        .tranx-stat .text-right {
            text-align: left !important;
        }

        .tranx-stat .tr-align-start {
            justify-content: start !important;
        }

    .tranx-history {
        width: 100%;
    }

    .port-order-mobile {
        margin-top: 2rem;
    }

    .port-pills-cond {
        right: 0;
        left: 0;
        top: -10px;
    }

    .side-nested-tab-pills {
        margin-top: 15px !important;
    }
}

@media (max-width: 912px) {
    .badge-notify {
        right: -5px;
    }

    .stock-wrapper {
        margin-bottom: 50px;
    }

    .tp-content {
        height: 100%;
    }

    .trade-performance {
        width: 100%;
        height: 100%;
    }

    .tp-sidebar-content {
        order: 1;
    }

    #equityChart {
        max-width: 850px;
    }
}

@media (max-width: 840px) {
    #equityChart {
        max-width: 700px;
    }
}


@media (max-width: 768px) {

    .mastersite-wrapper {
        display: block;
    }

    .alert-notification-message {
        /*left: 26%;
        top: 70px;*/
        left: 60%;
        width: 80%;
    }

    .notification-label {
        display: none;
    }

    .sidebar {
        padding-left: 0;
    }

    .sidebar-content {
        width: 250px;
    }

    /*.form-mobile {
        width: 450px;
    }*/

    .w-500 {
        width: 100%;
    }

    .w-550 {
        width: 100%;
    }

    .isDesktop {
        display: none;
    }

    .application-form {
        display: flex;
        margin: 0 auto;
    }

    .document-card-width {
        width: 100%;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .mx-770 {
        max-width: 700px;
    }

    .interview {
        width: 100%;
    }

    .sidebarDesktop {
        display: none !important;
    }

    .sidebarMobile {
        display: flex;
    }

    .sidebar-icon:hover {
        background: transparent;
    }

    /* .main {
        margin-top: 60px;
    }*/

    .tt-title {
        flex-direction: column;
        align-items: self-start !important;
        padding: 10px;
    }

        .tt-title .input-group {
            margin-left: 0 !important;
        }

    .tt-attr {
        flex-direction: column;
        align-items: self-start !important;
    }

    .trade-performance {
        padding-top: 60px;
        padding-left: 0;
    }

    .dynamic-card-width {
        width: 100%;
    }

    .s-title-holder {
        align-items: flex-start;
    }

    .s-days-holder {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .add-lot {
        width: 100% !important;
        align-items: self-start;
    }

    .welcome-left-side {
        display: none !important;
    }

    .welcome-content {
        justify-content: center;
        margin: 0 auto;
    }

    .mobile-trading-account {
        display: block;
        height: 50px;
        overflow: hidden;
        position: relative;
    }

    .m-account-settings {
        position: relative;
    }

    .tp-chart {
        max-width: 650px;
    }

    #allocationChart {
        width: 120px !important;
        height: 120px !important;
    }

    .ticker-item {
        width: 82px;
    }

    .badge-notify {
        right: 0;
    }

    /*    .order-panel {
        width: 400px;
    }*/

    .chart-calc {
        /*width: 99%;*/
        order: 1;
    }

    .chart-card-width {
        order: 2;
    }

    .research {
        padding-left: 0;
    }

    .stock-chart-bottom {
        margin-top: 90px;
    }

    .ticker-content {
        margin-top: 65px;
    }

    .simplebar-placeholder {
        width: 100% !important;
    }

    .account-setting-mobile {
        margin-top: 15px;
    }

    .dc-dash {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    /*#toast-container {
        left: 1%;
    }*/

    .market-panels {
        margin: 1.5rem 0 1.5rem 1.5rem;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .enh-flex-wrap {
        flex-direction: column !important;
    }

    .stock-sidebar.tp-sidebar-content {
        margin-top: 20px !important;
        margin-bottom: 50px;
    }

    .tt-holder .panel-card  {
        max-width: 590px;
    }

    .register-closed-margin {
        margin-top: 70px !important;
    }

    .rs-container {
        padding-top: .5rem
    }
}

@media (min-width: 768px) {
    .register-container {
        max-width: 446px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .mr-absolute {
        position: static !important;
    }

    .modal-transaction-xl {
        max-width: 600px !important;
    }

    .soa-img {
        margin: 0 auto;
    }

/*    .port-order-mobile {
        margin-top: 2rem;
    }

    .port-pills-cond {
        right: 0;
        left: 0;
        top: -15px;
    }*/

    .dc-modal-body {
        height: 500px;
        overflow-y: scroll;
    }
}

@media (max-width: 699px) {
    .tp-chart {
        max-width: 500px;
    }

    .soa-mx {
        max-width: 680px;
    }
}


@media (max-width: 600px) {
    .modal-xm {
        max-width: 100% !important;
    }

    .title-mobile {
        margin-left: 40px !important;
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important;
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important;
    }

    .pl-sm-1 {
        padding-left: .25rem !important;
    }

    .pr-sm-1 {
        padding-right: .25rem !important;
    }
}

@media(max-width: 576px) {
    .op-cards {
        padding: 10px !important;
    }

    .portfolio-list {
        min-width: 300px;
    }

    .wallet-mobile-align {
        flex-direction: column;
        justify-content: center !important;
        flex-grow: 1;
        align-items: center;
    }

    .radio-group-wallet {
        flex-direction: column;
    }

    .wallet-gcash-side {
        width: 350px;
    }

    .sm-center-flex-colum {
        flex-direction: column;
        justify-content: center !important;
        flex-grow: 1;
        align-items: center;
    }

    .sm-flex-column {
        flex-direction: column;
    }
}

@media (max-width: 567px) {
    .isMobile {
        display: block;
    }

    .isDesktop {
        display: none !important;
    }

    .get-started {
        width: 100%;
    }

    .verify-card {
        padding: 20px;
        border-color: transparent;
    }

    .w-500 {
        width: 100%;
    }

    .form-control {
        max-width: 100% !important;
        margin-bottom: 5px;
    }

    .application-form {
        padding: 15px 10px;
    }

        .application-form h4 {
            margin: 0 auto;
        }

    .rm-center {
        margin: 0 auto !important;
        justify-content: center;
    }

    .dp {
        max-width: 100%;
    }

    .address-mobile {
        padding: 10px;
    }

    .address-padding {
        padding-left: 10px !important;
        padding-right: 15px !important;
    }

    .form-mobile {
        width: 320px;
        margin: 0 auto;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .document-card-width {
        width: 340px;
    }

    .interview {
        width: 100%;
    }

    .verify-mobile-content h5 {
        font-size: 20px;
    }

    .sidebarDesktop {
        display: none !important;
    }

    .sidebarMobile {
        display: flex;
    }

    /*  .main {
        margin-top: 90px;
    }*/

    .badge-notify {
        right: -5px;
    }

    #start {
        padding-left: 0;
    }

    .welcome-container {
        padding: 15px;
    }

    .welcome-left-side {
        display: none !important;
    }

    .panel-card {
        padding: 10px;
    }

    .d-block {
        display: block !important;
    }

    .market {
        padding-left: 0;
    }

    .market-title {
        flex-direction: column;
        text-align: center;
    }

    .market-range-day {
        justify-content: center !important;
        align-items: center !important;
    }

    .market-open {
        margin-bottom: 10px;
    }

    /*    .notification-content {
        top: 60px !important;
        bottom: unset !important;
        right: 10px;
    }*/

    .notification-content::after {
        display: none;
    }

    .notification-scroll {
        width: 380px;
    }

    .portfolio-bg {
        background-size: unset;
        border-radius: 0;
    }

    .portfolio-overview {
        margin-top: 20px;
    }

    .tt-holder .panel-card {
        display: block !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 20px;
        width: 300px;
    }

    .tp-holder {
        flex-direction: column;
        align-items: self-start !important;
    }

    .tp-stat {
        width: 50%;
    }

    .bt-title {
        flex-direction: column;
        align-items: center !important;
        padding: 15px;
    }

    .bt-attr {
        flex-direction: column;
        align-items: center !important;
    }

        .bt-attr .input-group {
            margin-left: 0 !important;
        }

    /*.s-bidAsk-transaction {
        padding: 20px;
        width: 100%;
    }

    .t-transaction {
        padding: 20px;
        width: 100%;
        height: 330px !important;
    }*/

    .addfund-content {
        padding: 20px;
    }

    .deposit-content {
        padding: 20px;
    }

    .onboarding-panel {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

        .onboarding-panel img {
            display: none;
        }

        .onboarding-panel .fs-24 {
            font-size: 20px;
        }

    .t-account-setting {
        flex: 0 0 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto;
    }

    .app-form-mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-trading-account {
        display: block;
        width: 100%;
        height: 50px;
        position: relative;
        overflow: hidden;
    }

    .m-account-settings {
        position: absolute;
    }

    .mobile-flex-column > div {
        width: 100% !important;
    }

    .agreement-holder ul {
        height: 350px;
    }

    .bt-container {
        padding: 0 !important;
    }

    .flex-column-mobile {
        flex-direction: column;
    }

    .trade-nav {
        justify-content: center !important;
        padding: 15px;
    }

    .normal-text {
        font-size: 12px;
    }

    .s-title-holder {
        flex-direction: column;
    }

    .s-days-holder .boxes {
        justify-content: center !important;
        margin-right: 0 !important;
        padding-bottom: 10px;
    }

    .s-days-holder {
        align-items: center;
        flex-direction: column;
    }

    .tp-chart {
        max-width: 400px;
        min-height: 310px !important;
    }

    /*.tp-height-content {
        height: 310px;
    }*/

    .bid-ask-table tbody tr td {
        width: 10%;
        padding: 5px;
        font-size: 12px;
        margin-left: 10px;
    }

    .bid-ask-title thead tr th {
        /*width: 10% !important;*/
        padding: 5px;
        font-size: 12px;
    }

    .mobile-gutters {
        margin-right: 0;
        margin-left: 0;
    }

        .mobile-gutters > .col, .mobile-gutters > [class*=col-] {
            padding-right: 0;
            padding-left: 0;
        }

    #allocationChart {
        width: 130px !important;
        height: 130px !important;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .portfolio-bg {
        background: url(../../Images/Common/portfolio-card-responsive.png) no-repeat center center;
        background-size: cover;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-tabs-portofolio-mobile {
        flex-wrap: nowrap;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

        .nav-tabs-portofolio-mobile::-webkit-scrollbar {
            display: none;
        }

    .sc-height {
        height: 100%;
        overflow: hidden;
    }

    /*.order-display {
        width: 330px;
        flex-grow: 0 !important;
    }*/

    /*.bid-ask-transaction {
        margin: 0 auto;
        padding-left: 0 !important;
    }

        .bid-ask-transaction .col-xl-6 {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }*/

    .s-btn-holder {
        align-self: center;
        padding-top: 10px !important;
    }

        .s-btn-holder button {
            display: block !important;
            width: 100%;
            margin: 5px 5px !important;
        }

    .ticker-item {
        width: 130px;
    }

    .stock-broker-logo {
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .op-content .fs-24 {
        font-size: 15px;
        line-height: 1;
    }

    .op-content .fs-16 {
        font-size: 13px;
        padding-top: 10px;
    }

    .market-status {
        text-align: left;
    }

    .projected-stock {
        justify-content: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto;
        padding: 10px 0;
    }

    .stock-content {
        width: 60px;
    }

    #buy-sell-btn {
        order: 2;
    }

    #quote-details {
        order: 1;
        justify-content: center !important;
        padding-bottom: 10px;
    }

    .dyanmic-card {
        padding-top: 20px !important;
    }

    /*.order-panel {
        width: 380px;
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }*/

    .research-card {
        padding: 15px;
    }

    .add-lot {
        margin-left: 0 !important;
    }

    /*.chart-calc {
        width: 99%;
    }*/

    .chart-card {
        max-height: 100%;
    }

    .stock-chart-content {
        overflow-x: inherit;
        order: 2;
    }

    .stock-sidebar {
        margin: 0 auto;
        order: 2;
        width: 100%;
        flex-grow: 1;
    }

    .stock-sidebar-header {
        width: 100%;
        margin: 0 auto;
    }

    .stock-chart-bottom {
        margin-top: 0;
        padding: 0 0 10px 0 !important;
    }

    .broker-selection-btn-content {
        width: 100%;
    }

    .sector-content {
        width: 230px;
    }

    /*.position-order-content .panel-card {
        padding: 10px;
    }*/

    #myWatcher .panel-card .row {
        padding-top: 10px;
    }

    .isMobileStrict {
        display: block !important;
    }

    .isDesktopStrict {
        display: none !important;
    }

    .dates small {
        margin-left: 0 !important;
    }

    .dates span {
        white-space: normal !important;
        display: block !important;
    }

    /*.alert-notification-message {
        left: 7%;
    }*/

    .order-status-label {
        margin-left: 0;
    }

    .order-status-img {
        margin-left: 0;
    }

    .stock-sidebar-search {
        padding-top: 20px;
    }

    .wrapper-order-page {
        padding-left: 0 !important;
        margin-top: 1rem !important;
    }

    .nbsp {
        display: none;
    }

    .order-page-status {
        font-size: .56rem;
    }

    .btn-op-cancel {
        padding: 0 !important;
    }

    .base-timer {
        width: 100%;
        height: 360px;
    }

    .bank-transaction {
        width: 100%;
    }

        .bank-transaction .container-fluid {
            padding: 20px !important;
            margin-bottom: 3rem !important;
        }

    .tp-content {
        height: 100%;
    }

    .chart-title {
        flex-direction: column;
    }

    .deposit-sample-img {
        width: 100%;
    }

    #viewSample {
        /*margin-top: 60px;*/
        z-index: 9999;
    }

    .modal-withdrawl-sm {
        max-width: 300px;
    }

    .error-img {
        width: 100%;
    }

    /*#toast-container {
        left: 10px;
    }*/

    .stockmobileViewNav .nav-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .tt-holder {
        margin-bottom: 50px;
    }

    .market-chart-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-transaction-xl {
        max-width: 500px !important;
    }

    #pos.position-order {
        height: 400px;
    }

    .soa-mx {
        max-width: 560px;
    }

    .soa-px {
        padding-left:.5rem !important;
        padding-right:.5rem !important;
    }

    .tp-val {
        font-size: 1rem;
    }

    .sm-content-start {
        justify-content: start !important;
    }

    .mk-page-content {
        padding-bottom: 50px !important;
    }

    .mw-372 {
        max-width: 100%;
    }

    #shareModal, #sharePerStackModal {
        overflow-y: scroll !important;
    }
}

@media(max-width: 513px) {
    .soa-mx {
        max-width: 490px;
    }
}

@media (max-width: 499px) {
    .tp-chart {
        max-width: 350px;
    }
    .soa-mx {
        max-width: 430px;
    }

    .ellipsis {
        width: 90px;
    }

    .stock-t-header {
        width: 100px;
    }

    .avg-t-header {
        width: 80px;
    }
    
    .prof-t-header {
        width: 100px;
    }

}

@media(max-width: 470px) {
    .soa-mx {
        max-width: 420px;
    }
}

@media(max-width: 440px) {
    .soa-mx {
        max-width: 400px;
    }

    .mw-130 {
        width: 130px;
    }
}

@media(max-width: 410px) {
    .soa-mx {
        max-width: 380px;
    }
}

@media(max-width: 376px) {
    .soa-mx {
        max-width: 350px;
    }
}

@media (max-width: 375px) {
    /*.notification-content {*/
    /*position: absolute;*/
    /*background: #fff;
        transition: all .75s ease;
        right: 10px;
    }*/

    .n-active {
        position: relative;
        padding: 10px;
        top: auto;
        background: #1a2948;
        left: auto;
        font-size: 25px;
    }

    .fa-bell {
        font-size: 16px;
    }

    .notification-scroll {
        width: 350px;
    }

    .portfolio {
        padding-top: 77px;
    }

    .widthrawal {
        padding-top: 0;
    }

    .trade-transaction {
        padding-top: 77px;
    }

    .bank-transaction {
        padding-top: 77px;
    }

    .add-fund {
        padding-top: 0;
    }

    .ticker-item {
        width: 118px;
    }

    .tp-chart {
        max-width: 200px;
    }

    .notification-content {
        margin-left: -223px;
    }

    .tp-val {
        font-size: 0.875rem;
    }

    .sm-flex-column {
        flex-direction: column;
    }

}

@media (max-width: 320px) {
    .notification-scroll {
        width: 310px;
    }

    /*    .notification-content {
        right: 5px;
    }*/

    .notification-sub-text {
        font-size: 12px;
    }

    .s-btn-holder {
        padding: 30px;
        margin: 0 auto;
    }

        .s-btn-holder button {
            margin-right: 0 !important;
        }

    .radio-customize {
        width: 30px;
        height: 30px;
    }

    .radio-button:checked + .radio-customize:after {
        width: 20px;
        height: 20px;
    }

    .modal-backdrop {
        background: transparent !important;
    }

    .cols > .t-account-setting {
        width: 320px;
        padding-right: 0 !important;
    }

    .form-mobile {
        width: 264px;
        overflow: hidden;
    }

    .radio-button {
        width: 30px;
        height: 30px;
    }

    .rf-12 {
        font-size: 12px !important;
    }

    .tp-chart {
        max-width: 290px;
    }

    .tp-chart-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /*.bid-ask-table tbody tr td {
        font-size: 10px;
    }

    .bid-ask-title thead tr th {
        font-size: 10px;
    }

    .s-bidAsk-transaction {
        width: 290px;
    }

    .t-transaction {
        width: 290px;
    }*/

    .s-title-holder {
        padding-left: 0 !important;
    }

    .dyanmic-card {
        width: 100%;
        padding-top: 10px;
    }

    /*.bid-ask-transaction {
        padding: 6px !important;
    }

        .bid-ask-transaction .col-xl-6 {
            padding: 6px 0 !important;
        }*/

    /*.order-display {
        width: 300px;
    }*/

    .ticker-item {
        width: 115px;
    }

    /*.order-display-content {
        padding: 0 !important;
    }*/

    .chart-card-width .tab-content {
        padding: 0 !important;
    }

    .stock-statistics {
        margin: 0 !important;
        padding-left: 0 !important;
    }

    .stock-button {
        padding: 0 !important;
    }

        .stock-button .col-md-6 {
            padding: 0 !important;
        }

    .stock-statistics .panel-card {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .stock-content span {
        font-size: 11px;
    }

    .stock-content small {
        font-size: 11px;
    }

    .stock-content {
        width: 50px;
    }

    .stock-statistics {
        width: 300px;
    }

    .stock-name {
        padding-left: 20px;
    }

    /*.chart-calc {
        width: 99%;
    }*/

    .deposit-content {
        padding: 10px;
    }

    .stock-sidebar {
        width: 100%;
    }

    .notification-content {
        margin-left: -180px;
    }

    .soa-mx {
        max-width: 290px
    }
}

@media (max-height: 500px) {
    .welcome-left-side {
        display: none !important;
    }
}


@media (max-height: 768px) and (max-width: 1024px) {
    .stock-list-dropdown {
        overflow: auto;
        height: 140px;
    }
}

@media(max-height: 768px) and (max-width: 1366px) {
    .stock-list-dropdown {
        overflow: auto;
        height: 200px;
    }

    #canvas_PSE {
        max-height: 380px;
    }
}

@media(max-height: 600px) and (max-width: 1366px) {
    .welcome-left-side .fs-18, .fs-24 {
        font-size: 0.875rem;
    }

    .tp-content-new {
        height: 100%;
    }
}


/*end responsive*/

@media print {
    .no-print {
        display: none !important;
    }

    .left-side,
    .header,
    .content-header {
        display: none;
    }

    .right-side {
        margin: 0;
    }

    body {
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact;
    }
}


/* Custom password font for autocomplete not to show up.*/
@font-face {
    font-family: 'password-mask';
    src: url(../../Font/text-security-disc.woff);
}

.custom-password {
    font-family: password-mask;
}

.custom-password::placeholder {
    font-family: 'Roboto', sans-serif;
}

.tour-no-scroll {
    overflow: hidden !important;
    height: 100% !important;
    margin: 0 !important;
    touch-action: none !important;
}
.sro-banner {
    background: linear-gradient(115deg, #0597FB 31.38%, #00D5DD 100%);
}