
.js-plotly-plot .plot-container {
    background-color: transparent !important;
}

#move-up-graph-loading > div:first-child {
    display: block !important;
}

/* Custom Styling for the Switch */
.my-custom-switch .form-check-input {
    background-color: transparent;
    border-color: #444;
    cursor: pointer;
    height: 1.5em;
    width: 3em;
}

    .my-custom-switch .form-check-input:checked {
        background-color: #0dcaf0; /* Cyan color matching your button */
        border-color: #0dcaf0;
    }

/* Custom Styling for the Checkbox */
.my-custom-checklist .form-check-input {
    background-color: transparent;
    border: 2px solid #373b45;
    border-radius: 4px;
}

    .my-custom-checklist .form-check-input:checked {
        background-color: #1ba9c2;
        border-color: #1ba9c2;
    }

.my-custom-checklist .form-check-label {
    color: #373b45;
    margin-left: 10px;
    font-size: 0.9rem;
}



.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;
    }


.ticker-card {
    margin-top: 1vh;
    padding: 3vh 2vw;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    width: 100%; /* Full width on mobile */
    box-sizing: border-box;
}

/* Row 1: Ticker and Progress Bar */
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; /* Allows bar to drop below on very small screens */
    gap: 10px;
}

/* Row 3: Trading Details (Entry, SL, TP) */
.trading-details-row {
    display: flex;
    flex-direction: row; /* Desktop default */
    justify-content: space-between;
    margin-top: 2vh;
}

.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-placeholder-input:focus {
    background-color: rgba(91, 218, 225, 0.05) !important; /* Tiny hint of your theme color */
    border-color: #5bdae1 !important; /* Your theme teal */
    outline: none !important;
    box-shadow: 0 0 10px rgba(91, 218, 225, 0.2) !important; /* Soft glow instead of hard blue */
    transform: translateY(-1px);
    transition: all 0.2s ease-in-out;
}

/* Ensure the placeholder text looks clean */
.my-placeholder-input::placeholder {
    color: #444;
    transition: color 0.3s ease;
}

.my-placeholder-input:focus::placeholder {
    color: #666;
}

.my-placeholder-input::-webkit-outer-spin-button,
.my-placeholder-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.my-placeholder-input[type=number] {
    -moz-appearance: textfield;
}

/* 2. Hover Transition for Inputs */
.my-placeholder-input {
    transition: all 0.25s ease-in-out !important;
}

    .my-placeholder-input:hover {
        border-color: #5bdae1 !important; /* Slightly lighter than #444 but not full teal yet */
        background-color: rgba(255, 255, 255, 0.02) !important;
    }

    /* 3. Refined Focus State (No blue highlight) */
    .my-placeholder-input:focus {
        border-color: #5bdae1 !important;
        background-color: rgba(91, 218, 225, 0.03) !important;
        box-shadow: 0 0 12px rgba(91, 218, 225, 0.15) !important;
        transform: translateY(-1px);
        outline: none !important;
    }

.my-custom-dropdown .Select-control {
    border-radius: 40px !important;
}
.my-custom-dropdown .Select-menu-outer {
    border-radius: 20px !important;
}

.my-custom-dropdown.is-focused .Select-control,
.my-custom-dropdown .Select-control:hover {
    border-color: #5bdae1 !important;
    box-shadow: 0 0 8px rgba(91, 218, 225, 0.15) !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    transition: all 0.2s ease;
}

/* Piercing the internal Dash classes for the actual options */
.my-custom-dropdown .VirtualizedSelectFocusedOption {
    background-color: rgba(91, 218, 225, 0.1) !important;
    color: #5bdae1 !important;
    transition: background 0.2s ease;
}

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;
}

.btn-pro-interactive {
    /* 1. The Physics: Sets the stage for all movement */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-block;
    cursor: pointer;
    backface-visibility: hidden; /* Prevents "jitter" in some browsers */
}

    /* 2. Hover State: The "Lift and Glow" */
    .btn-pro-interactive:hover {
        transform: translateY(-3px) scale(1.02); /* Slight lift and tiny grow */
        filter: brightness(1.15); /* Universal way to "highlight" any color */
    }

    /* 3. Active State: The "Click" feel */
    .btn-pro-interactive:active {
        transform: translateY(-1px) scale(0.98); /* Pushes down when clicked */
        transition: all 0.1s ease; /* Faster response for the actual click */
    }

.custom-button {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

    .custom-button:hover {
        transform: scale(1.15); /* Makes the icon pop out slightly */
    }

/* Specific styling for the Premium Icon to make it feel special */
#premium-nav-icon {
    transition: color 0.3s ease;
}

.custom-button:hover #premium-nav-icon {
    color: #0DCAF0 !important; /* Changes icon color on hover */
    drop-shadow: 0 0 8px rgba(13, 202, 240, 0.5); /* Glow effect */
}

.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;
    }

.plot-button-toggle {
    background-color: transparent;
    border: none;
    color: rgba(81, 84, 89, 1);
}

    .plot-button-toggle:focus, .plot-button-toggle:active {
        background-color: rgba(81, 84, 89, 0.1) !important;
        border-color: transparent !important;
    }

    .plot-button-toggle:hover {
        background-color: rgba(116, 120, 128, 0.1) !important;
        border-color: transparent !important;
    }

/* 1. Base Ticker Style */
.custom-ticker-group {
    border: 0px solid transparent !important; /* Reserve space for the white border */
    margin: 0 2px !important; /* Slight gap between buttons looks cleaner than fully fused */
    border-radius: 6px !important; /* Slightly rounded corners for a modern feel */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

    /* 2. Pro Hover: Brightness and Outer Glow */
    .custom-ticker-group:hover {
        border-color: rgba(255, 255, 255, 0.6) !important;
        filter: brightness(1.2);
        /* Creates a subtle glow using the button's own color */
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        z-index: 2; /* Ensures the hovered button's border is on top of neighbors */
    }

    /* 3. Focus/Active: The "Selected" Ticker */
    /* When a ticker is clicked/active, we want it to stand out clearly */
    .custom-ticker-group:focus,
    .custom-ticker-group:active {
        border-color: #ffffff !important;
        box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
        filter: brightness(1.3);
        outline: none !important;
    }

    /* 4. Special handling for the BLURRED buttons */
    /* We want the blur to be slightly less intense on hover so it's "teasing" the content */
    .custom-ticker-group[style*="blur"] {
        transition: filter 0.5s ease !important;
    }

        .custom-ticker-group[style*="blur"]:hover {
            filter: blur(4px) brightness(0.8) !important; /* Softens the blur slightly on hover */
            cursor: not-allowed;
        }


.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;
}

.font-responsive-new-medium-three {
    font-size: 10px;
}


.font-responsive-new-list {
    font-size: 16px;
}

.font-responsive-new-list2 {
    font-size: 16px;
}

.font-responsive-new-small-profit {
    font-size: 12px;
}


.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;
}

.my-sidebar-med {
    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-icon-menu {
    font-size: 2em; /* Adjust font size to reduce icon size */
}

.custom-icon-nav {
    font-size: 2em; /* Adjust font size to reduce icon size */
}

.custom-icon-update {
    font-size: 6em; /* Adjust font size to reduce icon size */
}

.custom-icon-update-small {
    font-size: 4em; /* Adjust font size to reduce icon size */
}

.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;
}

.custom-button-telegram-clean {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 0px solid #2fabeb;
    border-color: transparent !important;
    border-radius: 3rem !important;
    color: #ffffff;
}

    .custom-button-telegram-clean:hover {
        border-color: #ffffff;
        background-color: transparent;
        color: #ffffff;
    }

.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;
    }

    .new-regular-layout-expansion {
        width: 80% !important;
    }

    .new-regular-layout-expansion-col {
        width: 40% !important;
    }
}

@media (min-width: 768px) {
    #col-move-up, #col-move-down, #col-move-up2, #col-move-down2 {
        display: block !important;
    }
}

.graph-wrapper {
    min-height: 450px;
    height: 450px;
}

@media (max-width: 768px) {

    .graph-wrapper {
        min-height: 300px;
        height: 300px;
    }

    .dynamic-graph-height {
        /* Remove the !important height here and let it inherit */
        height: 100% !important;
    }

    .trading-details-row {
        flex-direction: column; /* Stack details vertically on mobile */
        gap: 20px;
    }

    /* Fix the ticker cards inside the block */
    .ticker-card {
        min-width: unset !important; /* Remove the 780px from Python */
        padding: 15px !important;
    }

    .profit-limit-group {
        flex-wrap: wrap; /* Allow profit targets to wrap */
        gap: 15px !important;
    }

    .logo-button {
        width: 25vw; /* Larger relative size on smaller screens */
        max-width: 120px;
    }

    .new-regular-layout {
        width: 100% !important;
    }

    .new-regular-layout-expansion {
        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-medium-three {
        font-size: 8px;
    }

    .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 */
    }

    .font-responsive-new-list {
        font-size: 9px;
    }

    .font-responsive-new-list2 {
        font-size: 10px;
    }

    .font-responsive-new-small-profit {
        font-size: 12px; /* 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-icon-menu {
        font-size: 2em; /* Adjust font size to reduce icon size */
    }

    .custom-icon-nav {
        font-size: 1.3em; /* Adjust font size to reduce icon size */
    }

    .custom-icon-update {
        font-size: 4em; /* Adjust font size to reduce icon size */
    }

    .custom-icon-update-small {
        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;
    }
}

@media (max-width: 1200px) {

    .font-responsive-small {
        font-size: 12px;
    }

    .font-responsive-new-list {
        font-size: 12px;
    }

    .new-regular-layout {
        width: 100% !important;
    }
}

@media (max-width: 900px) {

    .my-sidebar-med {
        display: none;
    }
}



