
.my-custom-scroll-nautilus {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

    .my-custom-scroll-nautilus::-webkit-scrollbar {
        width: 8px;
    }

    .my-custom-scroll-nautilus::-webkit-scrollbar-track {
        background: transparent;
        border-radius: 10px;
    }

    .my-custom-scroll-nautilus::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 10px;
        border: 2px solid transparent;
        background-clip: content-box;
    }

        .my-custom-scroll-nautilus::-webkit-scrollbar-thumb:hover {
            background: rgba(255, 255, 255, 0.5);
            background-clip: content-box;
        }

    .my-custom-scroll-nautilus::-webkit-scrollbar-button {
        display: none;
    }


.my-placeholder-input::placeholder {
    color: #ffffff; /* A light grey color, for example */
    opacity: 1; /* Ensures the color is fully applied (some browsers default to lower opacity) */
}

.my-custom-dropdown .Select-control {
    border-radius: 40px !important;
}
.my-custom-dropdown .Select-menu-outer {
    border-radius: 20px !important;
}

td.dash-cell.cell--selected.focused {
    background-color: #16181c !important;
}

td.dash-cell {
    border-color: #5f5f5f !important;
}

.first-page {
    background-color: transparent;
    color: #636b7e;
}
.previous-page {
    background-color: transparent;
    color: #636b7e;
}
.page-number {
    background-color: transparent;
    color: #636b7e;
}
.next-page {
    background-color: transparent;
    color: #636b7e;
}
.last-page {
    background-color: transparent;
    color: #636b7e;
}

.CalendarDay {
    background-color: #000000;
    color: #ffffff;
}

.CalendarDay_default {
    background-color: #000000;
    color: #ffffff;
}

.CalendarDay__selected_span {
    background-color: #66e2da;
    color: #ffffff;
}

.DayPickerKeyboardShortcuts_buttonReset {
    display: none;
}

.DateInput {
    background-color: #000000;
    color: #ffffff;
}

.DateInput_input {
    background-color: #000000;
    color: #ffffff;
    font-size: 16px;
}

.DateInput_input__focused {
    outline: 0;
    background: #17181c;
    border: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 3px solid #5bdae1;
    border-left: 0;
}

.DayPickerNavigation_button {
    background-color: #000000;
    color: #ffffff;
}

.CalendarMonthGrid {
    background-color: #000000;
    color: #ffffff;
}

.CalendarMonth {
    background-color: #000000;
    color: #ffffff;
}

.DateRangePicker {
    background-color: #000000;
    color: #ffffff;
}

.DateRangePicker_picker {
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #373b46;
    border-radius: 0.5rem !important;
}

.DateRangePickerInput {
    background-color: #000000;
    color: #ffffff;
}

.DayPicker {
    background-color: #000000;
    color: #ffffff;
    border-color: #373b46 !important;
    border-radius: 0.5rem !important;
}

.custom-button-toggle {
    background-color: #515459;
    border: 1px solid #515459;
    color: #000000;
}

    .custom-button-toggle:focus, .custom-button-toggle:active {
        background-color: #363b45 !important;
        border-color: #363b45 !important;
    }

    .custom-button-toggle:hover {
        background-color: #363b45;
        border-color: #363b45;
    }

.custom-ticker-group {
}

    .custom-ticker-group:focus, .custom-ticker-group:active {
        border: 2px solid #ffffff;
        border-color: #ffffff !important;
    }

    .custom-ticker-group:hover {
        border: 2px solid #ffffff;
        border-color: #ffffff !important;
    }


.custom-radio .custom-control-label::before {
    background-color: #000000;
    border: 2px solid white;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5ce1e6;
}


#risk-input {
    color: white;
    background-color: #363b45;
}

#risk-input::placeholder {
    color: white;
}

#shares-input {
    color: white;
    background-color: #363b45;
}

#shares-input::placeholder {
    color: white;
}

.table th {
    background-color: #636C7E !important;
    color: white !important;
    text-align: center;
    border: 1px solid gray;
}

.popover {
    font-size: 20px;
    max-width: 400px;
}

.popover-1200 {
    font-size: 20px;
    max-width: 800px !important;
}

/* Custom responsive font size */
.font-responsive {
    font-size: 20px;
}

.font-responsive-small {
    font-size: 16px;
}
.font-responsive-small-two {
    font-size: 16px;
}

.font-responsive-title {
    font-size: 20px;
}

.font-responsive-title-two {
    font-size: 36px;
}

.font-responsive-title-three {
    font-size: 40px;
}

.font-responsive-table {
    font-size: 12px;
}

.font-responsive-footer {
    font-size: 10px;
}

.font-responsive-medium {
    font-size: 12px;
}


/* NEW RESPONSIVE FONTS */
.font-responsive-plain-small {
    font-size: 20px;
}

.font-responsive-plain {
    font-size: 30px;
}

.font-responsive-plain-title {
    font-size: 40px;
}

.font-responsive-new {
    font-size: 16px;
}

.font-responsive-new-small {
    font-size: 12px;
}

.font-responsive-new-small-two {
    font-size: 12px;
}

.font-responsive-new-title {
    font-size: 16px;
}

.font-responsive-new-title-two {
    font-size: 32px;
}

.font-responsive-new-title-three {
    font-size: 32px;
}

.font-responsive-new-title-medium {
    font-size: 40px;
}

.font-responsive-new-title-big {
    font-size: 50px;
}

.font-responsive-new-table {
    font-size: 8px;
}

.font-responsive-new-footer {
    font-size: 6px;
}

.font-responsive-new-medium {
    font-size: 8px;
}

.font-responsive-new-medium-two {
    font-size: 10px;
}


.custom-button-radius {
    border-radius: 2rem !important;
}

.title-button-border {
    background-color: #000000;
    color: white;
    border: 2px solid #5ce1e6 !important;
    border-radius: 2rem !important;
    padding: .25rem .25rem;
}

.custom-trade-modal .modal-content {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
    max-width: 800px !important;
}

.platinum-modal .modal-content {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid rgba(13, 202, 240, 1) !important;
}

.modal-footer {
    border-top: none;
}


.responsive-img-default {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-img-expansion {
    width: 65%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-img {
    max-height: 100px;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-img-new {
    max-height: 150px;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-img-two {
    max-height: 80px;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-img-three {
    max-height: 50px;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-nautilus {
    max-height: 100px;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-img-four {
    max-height: 20px;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-progress {
    max-height: 25px;
}

/* Always show the sidebar on desktop */
.my-sidebar {
    display: block;
}

.mobile-menu {
    display: none;
}

.graph-container {
    width: 90%;
    height: auto;
}

.graph-container-new {
    width: 100%;
    height: auto;
}

.dash-graph {
    zoom: 1;
}

.custom-icon {
    font-size: 2em; /* Adjust font size to reduce icon size */
}

.custom-icon-tiny {
    font-size: 2em; /* Adjust font size to reduce icon size */
}

.custom-icon-two {
    font-size: 4em; /* Adjust font size to reduce icon size */
}

.custom-icon-modal {
    font-size: 4em; /* Adjust font size to reduce icon size */
}

.custom-icon-big {
    font-size: 10em;
}

.custom-button-nautilus {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #1056a7;
    border-color: #1056a7 !important;
    border-radius: 3rem !important;
    background-color: #061743;
    color: #1056a7;
}

    .custom-button-nautilus:focus, .custom-button-nautilus:active {
        background-color: #1056a7 !important;
        border-color: #1056a7 !important;
        color: #ffffff;
    }

    .custom-button-nautilus:hover {
        background-color: #74aff3;
        border-color: #74aff3;
    }

.custom-button-nautilus-active {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #21A01A;
    border-color: #21A01A !important;
    border-radius: 3rem !important;
    background-color: #061743;
    color: #21A01A;
}

    .custom-button-nautilus-active:focus, .custom-button-nautilus-active:active {
        background-color: #21A01A !important;
        border-color: #21A01A !important;
        color: #ffffff;
    }

    .custom-button-nautilus-active:hover {
        background-color: #7BF274;
        border-color: #7BF274;
    }

.custom-button-nautilus-inactive {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #385A80;
    border-color: #385A80 !important;
    border-radius: 3rem !important;
    background-color: #061743;
    color: #385A80;
}

    .custom-button-nautilus-inactive:focus, .custom-button-nautilus-inactive:active {
        background-color: #385A80 !important;
        border-color: #385A80 !important;
        color: #ffffff;
    }

    .custom-button-nautilus-inactive:hover {
        background-color: #6893C3;
        border-color: #6893C3;
    }

.custom-button-nautilus-two {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #1056a7;
    border-color: #1056a7 !important;
    border-radius: 3rem !important;
    background-color: #1056a7;
    color: #ffffff;
}

    .custom-button-nautilus-two:focus, .custom-button-nautilus-two:active {
        background-color: #1056a7 !important;
        border-color: #1056a7 !important;
        color: #ffffff;
    }

    .custom-button-nautilus-two:hover {
        background-color: #74aff3;
        border-color: #74aff3;
        color: #1056a7;
    }

.custom-button-nautilus-clean {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    border: 0px solid #1056a7;
    border-color: transparent !important;
    border-radius: 3rem !important;
    background-color: transparent;
    color: #ffffff;
}
    .custom-button-nautilus-clean:hover {
        background-color: transparent;
        border-color: #74aff3;
        color: #1056a7;
    }


.custom-nautilus-radius {
    border-radius: 3rem !important;
}

.logo-button {
    width: 10vw; /* Scales with viewport width */
    max-width: 50px; /* Caps maximum size */
    min-width: 40px; /* Ensures minimum size */
    height: auto; /* Maintains aspect ratio */
    display: block;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/assets/Quicksand-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/assets/Quicksand-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/assets/Quicksand-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('/assets/Quicksand-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

.nautilus-regular {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400; /* Regular weight for elements with class custom-regular */
}

.nautilus-light {
    font-family: 'Quicksand', sans-serif;
    font-weight: 300; /* Light weight for elements with class custom-text */
}

.nautilus-bold {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700; /* Bold weight for elements with class custom-bold */
}

@media (min-width: 2000px) {
    .new-regular-layout {
        width: 80% !important;
    }
}

@media (max-width: 768px) {

    .logo-button {
        width: 25vw; /* Larger relative size on smaller screens */
        max-width: 120px;
    }

    .new-regular-layout {
        width: 100% !important;
    }

    .col-main {
        width: 96% !important;
    }
    .col-side {
        width: 96% !important;
    }


    .popover {
        font-size: 10px;
    }
    .popover.show {
        display: none;
    }


    .font-responsive-plain {
        font-size: 16px;
    }

    .font-responsive-plain-small {
        font-size: 12px;
    }

    .font-responsive-plain-title {
        font-size: 20px;
    }


    /* For tablets and below */
    .font-responsive {
        font-size: 10px;
    }
    .font-responsive-small {
        font-size: 10px; /* Default font size */
    }
    .font-responsive-small-two {
        font-size: 8px; /* Default font size */
    }
    .font-responsive-title {
        font-size: 12px; /* Default font size */
    }
    .font-responsive-title-two {
        font-size: 16px; /* Default font size */
    }
    .font-responsive-medium {
        font-size: 12px; /* Default font size */
    }
    .font-responsive-title-three {
        font-size: 16px; /* Default font size */
    }
    .font-responsive-table {
        font-size: 7px; /* Default font size */
    }
    .font-responsive-footer {
        font-size: 6px; /* Default font size */
    }


    /* NEW RESPONSIVE FONTS */
    .font-responsive-new {
        font-size: 10px;
    }

    .font-responsive-new-small {
        font-size: 10px; /* Default font size */
    }

    .font-responsive-new-small-two {
        font-size: 8px; /* Default font size */
    }

    .font-responsive-new-title {
        font-size: 12px; /* Default font size */
    }

    .font-responsive-new-title-two {
        font-size: 16px; /* Default font size */
    }

    .font-responsive-new-medium {
        font-size: 12px; /* Default font size */
    }

    .font-responsive-new-title-three {
        font-size: 16px; /* Default font size */
    }

    .font-responsive-new-table {
        font-size: 7px; /* Default font size */
    }

    .font-responsive-new-footer {
        font-size: 6px; /* Default font size */
    }



    .responsive-img-default {
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-img {
        max-height: auto;
        width: 35px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-img-new {
        max-height: auto;
        width: 100%;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-img-two {
        max-height: auto;
        width: 35px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-img-three {
        max-height: auto;
        width: 35px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-nautilus {
        max-height: auto;
        width: 70px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-img-four {
        max-height: auto;
        width: 10px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-progress {
        max-height: auto;
    }
    .custom-icon {
        font-size: 1em; /* Adjust font size to reduce icon size */
    }
    .custom-icon-tiny {
        font-size: 0.25em;
        display: none; 
    }
    .custom-icon-two {
        font-size: 2em; /* Adjust font size to reduce icon size */
    }
    .custom-button {
        padding: 0.05em 0.05em; /* Reduced padding */
    }
    .my-sidebar {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .graph-container {
        width: 100%;
        height: auto;
    }
    .dash-graph {
        zoom: 0.75;
    }
}



