.TeamOrder {
    background-color: #202630;
    padding-bottom: 100px;
    overflow-x: hidden
}

.TeamOrder .btnDate-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.TeamOrder .btnDate-group .btnDate-group-btn {
    background-color: #29313c;
    border: 1.5px solid #454141;
    box-shadow: rgba(255, 255, 255, 0.05) 0px 1px 0px, rgba(255, 255, 255, 0.1) 0px 0px 8px;
    color: #8797b0;
    border-radius: 10px;
    width: 100%;
    margin: 0 5px;
    padding: 0 5px;
    height: 30px
}

.TeamOrder .btnDate-group .btnDate-group-btn-active {
    background: -webkit-gradient(linear, left top, right top, from(#5cbffe), color-stop(#a0f5d0), to(#ffd7c8));
    background: #fcd535;
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    margin: 0 5px;
    padding: 0 5px;
    height: 30px
}

.TeamOrder .subInfo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.TeamOrder .subInfo-block .selector {
    width: 30%;
    margin-right: 10px
}

.TeamOrder .historyFormImg {
    width: 55px;
    height: 35px;
    cursor: pointer
}

.TeamOrder .product-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 15px 0;
    padding: 0 5%
}

.TeamOrder .product-area .ProductInformation-imgDiv {
    height: 100px
}

.TeamOrder .product-area .ProductInformation-imgDiv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5%
}

.TeamOrder .product-area .ProductInformation-imgDiv .ProductInformation-bgImg {
    position: absolute;
    width: 4rem;
    height: 4rem
}

.TeamOrder .product-area .ProductInformation-imgDiv .ProductInformation-textBought {
    position: absolute;
    z-index: 2;
    top: 3%;
    left: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.TeamOrder .product-area .ProductInformation-imgDiv .ProductInformation-textSold {
    position: absolute;
    z-index: 2;
    top: 3%;
    left: 9%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.TeamOrder .product-area .ProductInformation-textDiv .ProductInformation-text-title {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    color: #3d4045
}

.TeamOrder .product-area .ProductInformation-textDiv .ProductInformation-content-text {
    width: 100%;
    text-align: end;
    line-height: 15px;
    word-break: break-all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8797b0
}

.TeamOrder .product-area .ProductInformation-textDiv .name-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0
}

.TeamOrder .product-area .ProductInformation-textDiv .share-img img {
    display: block;
    width: 20px
}

.TeamOrder .product-area .ProductInformation-icon {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.TeamOrder .product-area .underscore {
    border-bottom: 1px solid #b9c5d9
}

@media screen and (min-width:768px) {
    .TeamOrder {
        background-color: #fff;
        padding: 0 5%
    }

    .TeamOrder .date-row {
        margin-bottom: 5px
    }

    .TeamOrder .subInfo-block {
        margin: 0 10px 30px 0
    }

    .TeamOrder .historyForm {
        margin-bottom: 30px
    }

    .TeamOrder .product-area {
        margin-bottom: 70px
    }

    .TeamOrder .product-area .ProductInformation-imgDiv {
        height: 20vw;
        max-height: 300px;
        min-height: 300px
    }

    .TeamOrder .product-area .ProductInformation-imgDiv .ProductInformation-bgImg {
        position: absolute;
        width: 5rem;
        height: 5rem
    }
}