﻿.SellerDashOrdersItemsReviewPicAndDetails {
    width: 100%;

    display: flex;
}


.SellerDashProductShowcaseImageCotainer {
    min-width: 150px;
    min-height: 150px;

    width: 150px;
    height: 150px;

    border-radius: 500px;

    overflow: hidden;
    
    border: 2px solid grey;
}

.SellerDashProductShowcaseImageCotainer:hover {
    transform: scale(1.05);
}

.SellerDashProfileImageIDElement {
    width: 100%;
    height: 100%;

    background-position: center center;
    background-size: cover;
}






.SellerDashProductShowcaseHeadingNameContainer {
    margin: 0 0 0.4rem 0.4rem;
    text-align: justify;
}

.SellerDashProductShowcaseHeadingNameContainer {
    margin: 0 0 0.4rem 0.4rem;
    text-align: justify;
}





.SellerDashProductSpecialCommentDetails {
    display: flex;
    justify-content: space-between;
}

.SellerDashProductShowcaseComments {
    margin: 0 0 0.4rem 0rem;
    padding-right: 0.4rem;

    width: 50%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;

    border-right: 2px solid black;
}

.SellerDashProductShowcaseDetails {
    margin: 0 0 0.4rem 0.8rem;
    padding-right: 0.4rem;

    width: 50%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;

    width: 50%;
}



.SellerDashProductShowcaseDetailsPriceDetails {
    margin: 0 0 0.4rem 0.8rem;

    width: 100%;
    height: 130px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;
}


.AcceptRejectButton {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 90%;
    height: 35%;
    border-radius: 10px;

    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: white;

    border-color: black;

    box-sizing: border-box;
}

.AcceptRejectButton:active {
    transform: scale(1.05);
}







.SellerDashProductShowcaseCommentsConfirm {
    margin: 0 0 0.4rem 0rem;
    padding-right: 0.4rem;

    width: 50%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;

    border-right: 2px solid black;
}

.SellerDashProductShowcaseDetailsConfirm {
    margin: 0 0 0.4rem 0.8rem;
    padding-right: 0.4rem;

    width: 50%;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: justify;

    width: 50%;
}