﻿

.secondary-nav {
    

}

#referrer-info {
    width: auto;
    /*     border: 1px solid #ccc;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); */
    display: none;
}

.secondary-nav h4 {
    padding-top: 40px;
}
    .secondary-nav .container {
        display: flex;
        justify-content: center;
        gap: 80px;
        height: 64px;
        align-items: center;
    }

.filter-item.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black;
}

.form-control {
    border-color: transparent;
}

.input-group > .form-control:focus {
    border-color: transparent;
    box-shadow: inset 0 0 0 1px transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: #f5f5f5;
    font-weight: bold;
}

td strong {
    font-weight: bold;
}

.status {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

    .status.pending {
        background-color: #fdf3e4;
        color: #cfa92d;
        padding: 10px 24px;
        border-radius: 99px;
        color: #D29E00;
    }

    .status.completed {
        background-color: #e4f6e7;
        color: #4caf50;
    }

    .status.cancelled {
        background-color: #f9e4e4;
        color: #e05d5d;
    }

.tool-bar-list {
    height: 64px;
    max-height: 64px;
}

.border {
    border: 1px solid #D9D9D9 !important;
}

.main-text {
    color: var(--Black, #000);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

    .main-text p {
        margin: 0px !important;
    }


.position-relative {
    position: relative;
}

.tooltip-text {
    display: block; /* Always display the tooltip */
    position: absolute;
    top: -25px;
    left: 10px;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10;
    opacity: 0.8; /* Optional: make it slightly transparent */
}

@media (max-width: 1440px) {
    .status.pending {
        background-color: #fdf3e4;
        color: #cfa92d;
        padding: 9px 9px;
        border-radius: 99px;
        color: #D29E00;
    }

    .filter-item {
        padding: 10px !important;
    }
}


@media (max-width: 768px) {


    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }

    #all-orders {
        border: none !important;
    }

    thead {
        display: none;
    }

    tr {
        margin-bottom: 15px;
        border: 1px solid #D9D9D9;
    }

    td {
        display: flex;
        justify-content: space-between;
        position: relative;
        border: 0px;
    }
                                         
    tbody {
    }

    .td-two {
        display: flex;
        flex-direction: column;
    }


    td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        font-weight: bold;
    }

    .filter-item {
        padding: 10px !important;
    }
}
