/* Custom style for the DatePickerSingle placeholder */
.custom-date-picker .DateInput_input {
    font-size: 16px;
    padding: 0;
    border-radius: 1px;
    width: 100%;
    height: 50px;
    margin-left: 0px;
    border-bottom: none;
}

.custom-slider {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.custom-slider:focus {
    outline: 0;
}

.custom-slider:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 26, 26, 0.25);
}

.custom-slider:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(26, 26, 26, 0.25);
}

.custom-slider::-moz-focus-outer {
    border: 0;
}

/* --- Custom thumb for Webkit (Chrome, Safari) --- */
.custom-slider::-webkit-slider-thumb {
    width: 1.8rem;               /* Wider than height = pill shape */
    height: 0.8rem;
    margin-top: -0.15rem;
    border-radius: 0px;         /* Rounded corners */
    -webkit-appearance: none;
    appearance: none;
    background-color: #1a1a1a;
    border: 0;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* --- Reduced motion --- */
@media (prefers-reduced-motion: reduce) {
    .custom-slider::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-slider::-webkit-slider-thumb:active {
    background-color: #bababa;
}

/* --- Track style (Webkit) --- */
.custom-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
}

/* --- Custom thumb for Firefox --- */
.custom-slider::-moz-range-thumb {
    width: 1.8rem;
    height: 0.8rem;
    border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background-color: #1a1a1a;
    border: 0;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-slider::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.custom-slider::-moz-range-thumb:active {
    background-color: #bababa;
}

/* --- Track style (Firefox) --- */
.custom-slider::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
}

.custom-slider:disabled {
    pointer-events: none;
}

.custom-slider:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color);
}

.custom-slider:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color);
}


.no-pointer-events .js-plotly-plot {
    pointer-events: none;  /* Disables pointer events */
    touch-action: none;  /* Allows scrolling while preventing other touch actions */
}

.js-plotly-plot .plotly .cursor-ew-resize {
    cursor: default;
}

/* Default font size for larger screens */
.model-portfolio {
    font-size: 48px;
}

/* Smaller font size for screens with a width less than 768px */
@media only screen and (max-width: 768px) {
    .model-portfolio {
        font-size: 32px;
    }
}

/* Even smaller font size for screens with a width less than 480px */
@media only screen and (max-width: 480px) {
    .model-portfolio {
        font-size: 24px;
    }
}

.model-portfolio2 {
    font-size: 40px;
}

/* Smaller font size for screens with a width less than 768px */
@media only screen and (max-width: 768px) {
    .model-portfolio2 {
        font-size: 32px;
    }
}

/* Even smaller font size for screens with a width less than 480px */
@media only screen and (max-width: 480px) {
    .model-portfolio2 {
        font-size: 24px;
    }
}

.rc-slider-handle {
    border-radius: 0;
}

.Select-menu-outer {
    bottom: 100% !important;
    top: auto !important;
}
.Select-control {
    border-color: black;
    height: 46px;
}
.Select-value .Select-value-label{
    color: #000000;
    /* font-weight: bold; */
    opacity: 1;
    font-family: 'Calibri' sans-serif;
    margin-left: 10px;
}

.Select-value-label,
.Select__single-value {
    color: black !important;
    margin-left: 10px;
}

.service-card {
    position: relative;
    max-height: 120px;
    border: 1px solid #ffffff;
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    overflow-y: hidden;
    margin-right: 10px;
    margin-left: 10px;
}

.service-card .body {
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.service-card .body .title {
    font-size: 20px;
    font-weight: bold;
    color: #363A3F;
}

.service-card .body .indexnum {
    font-size: 26px;
    font-weight: bold;
}

.service-card .body .indexchange {
    font-size: 14px;
}

.service-card .body .subtitle {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    font-size: 13px;
    align-items: center;
}

.custom-container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
  
  @media (min-width: 576px) {
    .custom-container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .custom-container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .custom-container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .custom-container {
      max-width: 1140px;
    }
  }

footer {
    margin-top: auto;
}

.body-wrapper {
    min-height: 94vh;
    display: flex;
    flex-direction: column;
}

.mport-wrapper11 {
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #ffffff;
    border-radius: 1px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    left: 10px;
    right: 10px;
    height: 100%;
    margin-bottom: 5px;
    overflow: auto;
}

.mport-wrapper12{
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #000000;
    border-radius: 1px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    left: 10px;
    height: 100%;
    margin-bottom: 5px;
}

.mport-wrapper22 {
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #ffffff;
    border-radius: 1px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    left: 10px;
    right: 10px;
    height: 100%;
    margin-bottom: 5px;
}

.mport-wrapper21 {
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #000000;
    border-radius: 1px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    left: 10px;
    right: 10px;
    height: 100%;
    margin-bottom: 5px;
    overflow: auto;
}

.buy-sell-button {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    background-color: #ffffff;
    color: black;
    border: none;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 30px;
}

.sell-dropdown {
    width: 100%;
    height: 50px;
    border-radius: 1px;
    background-color: #ffffff;
    color: black;
    border: none;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

.Select-control {
    background-color: #fff;
    border-radius: 2px;
    border: none;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 50px;
    overflow: hidden;
    align-items: center;
    font-size: large;
}

.number-form {
    width: 100%;
    border-radius: 2px;
}

.SingleDatePickerInput__withBorder {
    border-radius: 2px;
    border: none;
    width: 100%;
    height: 50px;
}

.fixed-width-col {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.fixed-width-col2 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.fixed-width-col-footer {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.fixed-width-col4 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#video-bg img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    z-index: 10; 
    background-position: center;
   
}
  
#video-bg .content { 
    height: 100%;
    width: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}

.Select-value .Select-value-label {
    padding-top: 10px ;
    color: rgb(143, 139, 139) !important;
}

.js-plotly-plot .plotly .cursor-ns-resize {
    cursor: default !important;
}

.js-plotly-plot .plotly .cursor-pointer {
    cursor: default !important;
}


.table-ai {
    width: 100%;
    table-layout: fixed;
    margin: auto;
    text-align: left;
    margin-top: 30px;
    border-collapse: collapse;
    /* box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 15%); */
    border-radius: 2px;
    overflow: hidden; 
    line-height: 2.5rem;


    th {
    background-color: rgba(39, 39, 39, 0.1);
    }

    th,
    td {
    padding: 6px 10px;
    }

    th:nth-child(1) {
    width: 70px;
    }

    td:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }

    th:nth-child(3) {
    width: 30%;
    }

    progress-meter {
    display: block;
    height: 10px;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1px;
    margin-right: 2rem;
    position: relative;
    }

}

.progress-meter {
    display: block;
    height: 10px;
    /* box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    padding: 1px;
    margin-right:0;
    margin-left: 6rem;
    background-color: #e0e0e0;
    position: relative;
    overflow: hidden;
}

.progress-percent {
    display: block;
    height: 100%;
    background-color: #4caf50;
    border-radius: 5px;
}

.DateInput {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 50px;
    padding-left: 1rem;
    border-radius: 2px;
}

.Select--single>.Select-control .Select-value, .Select-placeholder {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: large;
}

.SingleDatePicker {
    position: relative;
    display: inline-block;
    width: 100%;
}