﻿.form-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
}

.history-card {
    background-color: var(--color-bg-secondary);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 1px solid var( --color-bg);
    border-radius: 16px;
    margin-bottom: 12px;
    width:100%;
}
.history-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 4px;
    font-size: 10px;
    /*    background-color:red;*/
}
    .history-card-header i {
        color: var(--color-primary);
        margin-left: 4px;
    }
    .order-price {

    }
        .order-price span {

            font-weight: bold;
            font-size: 12px;

        }

.history-card-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    /*        background-color:red;*/
    width: 100%;
    font-size: 12px;
}
.order-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 4px;

}


.img-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /*    background-color:red;*/
    margin-left:8px;
}
.delivery-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    display:none;
/*    background-color: red;*/
}
.delivery-data {
    font-weight: bold;
    flex: 1 0 auto;
}
.img-box {
    border-radius: 50%;
/*    padding: 8px;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    border: 1px solid var(--color-bg);*/
}

    .img-box img {
        width: 60px;
    }

.img-box span {

    }

.history-card-footer {
    border-top: 1px dashed var(--color-accent);
    /*    margin-top:4px;*/
    padding: 4px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*        background-color:red;*/
    width: 100%;
    align-items: center;
    width: 100%;
    gap: 8px;
    font-size: 12px;
}
    .history-card-footer a {
        color: var(--color-accent);
    }
    .history-card-body {
    }

.history-card-body div {
    }

.history-card-body div span {
        }

.stars-wrapper {
    color: var(--color-button);
    margin-right:auto;
}
