.table td {
    font-size: 0.875rem;
}
.table td {
    vertical-align: middle;
    line-height: 0.5;
    white-space: nowrap;
    text-align: center;
    padding: 0.7rem;
}

.table th{
    vertical-align: middle;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    padding: 0.7rem;
}

.filter-btn{
    outline: none;
    border: none;
    height: 100%;
}

.filter-btn-rounded{
    outline: none;
    border: none;
    height: 100%;
    border-radius: 5px;
}

.dtfh-floatingparent, .dtfh-floatingparenthead{
    top: 60px !important;
    position: fixed !important;
    width: auto;
    overflow: auto hidden !important;
    height: auto !important;
    left: auto;
    z-index: 10 !important;
    background: white !important;
}

thead th{
    vertical-align: middle !important;
    text-align: center !important;
}

.footer_card{
    backdrop-filter: blur(20px) saturate(200%);
    -webkit-backdrop-filter: blur(20px) saturate(200%);
    /*background-color: rgba(161, 201, 247, 0.67);*/
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
}

.header_colour{
    background-color: cornflowerblue
}

.symbol_rising{
    color: orange;
    font-size:  xx-large;
}

.symbol_falling{
    color: dodgerblue;
    font-size:  xx-large;
}

.symbol_stable{
    color: green;
    font-size:  xx-large;
}

.symbol_approach{
    color: yellow;
    font-size:  xx-large;
}

.symbol_danger{
    color: red;
    font-size:  xx-large;
}

.firstArrow{
    clip-path: polygon(0% 0%, 78.5% 0%, 100% 50%, 78.5% 100%, 0% 100%, 0% 49.8%);
    background: dodgerblue;
    z-index: 2;
    font-size: larger;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.secondArrow{
    clip-path: polygon(0% 0%, 78.5% 0%, 100% 50%, 78.5% 100%, 0% 100%, 0% 49.8%);
    background: deepskyblue;
    margin-left: -15% !important;
    font-size: larger;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-right: 2.5rem;
    padding-left: 4.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.stable {
    background-color: #9bd5ab; /* Example highlighting style for 'STABLE' */
}

.approach-danger {
    background-color: #f7d79c; /* Example highlighting style for 'APPROACH DANGER' */
}

.cross-danger {
    background-color: #ff4b4b; /* Example highlighting style for 'STABLE' */
}

.rising {
    background-color: #ffa80acf; /* Example highlighting style for 'APPROACH DANGER' */
}
.falling {
    background-color: #1e90ff52; /* Example highlighting style for 'APPROACH DANGER' */
}

.notify_button{
    cursor:pointer;
    border-radius: 50%;
    border: 2px solid #494040;
    padding: 5px;
    background: white;
    box-shadow: rgb(0, 0, 0) 0px 0px 7px 0px;
}


.notify_dropdown{
    min-width: auto !important;
}

/* For screen sizes up to the smallest mobile screen width */
@media screen and (min-width: 991px) {
    .notify_dropdown {
        min-width: 60rem !important; /* Adjust as needed */
    }
}



