.dashboard-flip {
    margin: 0 auto;
    margin-right: 0px;
    cursor: pointer;
}

.flip-heading {
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 6px;
}

.flip-heading::after {
    content: "";
    display: table;
    clear: both;
}

.flip-heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2px;
    text-align: right;
    text-transform: uppercase;
    color: #000;
    float: left;
    margin: 0;
}

.flip-heading svg {
    cursor: pointer;
    float: right;
    margin-top: 10px;
    margin-bottom: -10px;
}

.dashboard-page .flip-container {
    display: none;
    padding: 6px 16px;
}

.flip-order-details .block {
    width: 100%;
}
.flip-order-details table{
    border-collapse: collapse;
}
.flip-order-details table th, .flip-order-details table td {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    text-align: center;
}

.flip-order-details table th {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    padding: 3px 6px;
}

.flip-order-details table td {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #4f4f4f;
    padding: 3px 0;
}

.flip-order-details table td:nth-child(1), .flip-order-details table th:nth-child(1) {
    width: 15%;
}

.flip-order-details table td:nth-child(3), .flip-order-details table th:nth-child(3) {
    width: 15%;
}

.order-details-carousel {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-direction: column;
}

.order-details-carousel svg {
    cursor: pointer;
}

.order-details-carousel svg[disabled] {
    cursor: default;
    filter: grayscale(1) !important;
}

.flip-order-details {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    min-height: 154px;
}