.box-stamp * {
    box-sizing: border-box;
}

.box-stamp {
    padding-top: 50px;
    padding-bottom: 30px;
}

.box-stamp .image img {
    width: 100%;
}

.uploadpreview{
    width: 170px;
    height: 170px;
    display:block;
    border:1px solid #ccc;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    background-image: url("/common/design/user/img/stamp/image-stamp-same.jpg");
}

.upload-wrap {
    width: 170px;
    height: 170px;
    position: relative;
}

.upload-wrap input[type="file"] {
    color: transparent;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.box-upload {
    margin-bottom: 20px;
}

.box-upload .common-title_s1 {
    margin-bottom: 40px;
}

.box-stamp .box-input {
    display: flex;
}

.box-stamp .box-input .item {
    width: 50%;
}

.box-stamp input[type="text"] {
    padding: 8px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

.box-stamp .box-input input[type="text"] {
    width: 80%;
}

.box-stamp ::-webkit-input-placeholder { /* Edge */
    color: #e1e1e1;
}

.box-stamp :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e1e1e1;
}

.box-stamp ::placeholder {
    color: #e1e1e1;
}

.box-stamp .box-input .title {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

.box-upload .list-upload {
    margin-top: 25px;
    padding-top: 25px;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    justify-content: space-around;
}

.box-upload .item-upload {
    width: 18%;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 3px;
}

.box-upload .item-upload .upload-wrap,
.box-upload .item-upload .uploadpreview{
    width: 100%;
}

.box-upload .item-upload .price-input {
    display: flex;
    align-items: center;
}

.box-upload .box-price {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #8f8585;
    font-weight: 700;
    letter-spacing: 1px;
}

.box-upload .box-price .title {
    margin-bottom: 10px;
}

.box-upload .price-input input {
    width: 85%;
    margin-right: 5px;
}

.box-stamp h3 {
    font-size: 18px;
    line-height: 50px;
    font-weight: 700;
}

.choose-sale {
    margin-bottom: 30px;
}

.list-category ul {
    display: flex;
}

.list-category li {
    width: calc(100% /3);
}

.box-stamp .btn-c80000 {
    background: #c80000;
}

.box-stamp .btn-full {
    display: block;
    width: 345px;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 20px;
    font-size: 22px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.btn-delete {
    background-color: black;
    color: white;
    border: none;
    border-radius: 4px;
    width: 100%;
    height: 35px;
}

.category-select {
    width: 100%;
    margin-top: 10px;
    position: relative;
}


/*.category-select:after {*/
/*    content:'\25BC';*/
/*    display:inline-block;*/
/*    box-sizing:border-box;*/
/*    color:red;*/
/*    background-color:#fff;*/
/*    pointer-events:none;*/
/*    top: 31px;*/
/*    left: 136px;*/
/*    position: absolute;*/
/*}*/

.category-select-title {
     font-weight: 700;
    margin-bottom: 5px;
}

.category-select-content {
    width: 100%;
    height: 35px;
    border: 1px solid #d7d3d3;
    border-radius: 2px;
    color: #857f7f;
}

.container-stamp {
    margin-bottom: 200px;
}

.table-stamp-paid {
    border: 1px solid #3333;
}


td, th {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    vertical-align: middle;
}
.table-stamp-paid thead {
    background-color: #0a0a0a;
}

.table-stamp-paid th:nth-last-child(1){
    text-align: center;
}


.table-stamp-paid th {
    font-weight: 700;
    background-color: #f7f4f4;
}

.preview {
    width: 100%;
}

.preview img {
    max-height: 85px;
    width: 60%;
    height: 100%;
}

td .approval-status {
    font-weight: 700;
}

/*.sales-status:after {*/
/*    content:'\25BC';*/
/*    display:inline-block;*/
/*    box-sizing:border-box;*/
/*    color:red;*/
/*    background-color:#fff;*/
/*    pointer-events:none;*/
/*    top: 9px;*/
/*    left: 185px;*/
/*    position: absolute;*/
/*}*/

.sales-status {
    width: 100%;
    position: relative;
}

.sales-status .select-custom {
    width: 40%;
}

.sales-status-content {
    width: 100%;
    height: 35px;
    border: 1px solid #d7d3d3;
    border-radius: 2px;
    color: #857f7f;
    font-size: 16px;
}

.btn-list-delete {
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 35px;
}

.btn-list-delete a {
     color: white;
    text-decoration: none;
}

nav.navi-stamp_paid {
    background: #ececec;
    margin-top: 40px;
    margin-bottom: 80px;
}
.navi-stamp_paid .pagination.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navi-stamp_paid li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 20px 3px;
    text-align: center;
    padding: 1px 16px;
}
.navi-stamp_paid span {
    color: #242424 !important;
    /*active page*/
}
.navi-stamp_paid a,.navi-stamp_paid span {
    font-size: 16px;
    color: #0095c6;
    vertical-align: middle;
    line-height: 40px;
}
.navi-stamp_paid li:hover a {
    color: #2c2c2c;
}

#block_error {
    display: none;
}
.select-custom {
    display: block;
    position: relative;
    height: 100%;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category-select-custom {
    display: block;
    position: relative;
    height: 100%;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-select {
    position: absolute;
    top: 24%;
    transform: translateY(-24%);
    right: 24px;
    font-size: 14px;
}
.category-check-select {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 23px;
    font-size: 14px;
}

.check-select:after {
    content: '\25BC';
    display: inline-block;
    box-sizing: border-box;
    color: red;
    pointer-events: none;
    position: absolute;
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
}

.category-check-select:after {
    content: '\25BC';
    display: inline-block;
    box-sizing: border-box;
    color: red;
    pointer-events: none;
    position: absolute;
    left: 7px;
    top: -7px;
    width: 4px;
    height: 8px;
}

label select {
    font-size: 16px;
}

@media (max-width: 991px) {
    .sales-status .select-custom {
        width: 100%;
    }
    .select-custom .check-select:after {
        left: 7px;
        top: 3px;
        width: 4px;
        height: 7px;
        border-width: 0 2px 2px 0;
    }

    .category-check-select:after {
        left: 6px;
        top: -7px;
        width: 4px;
        height: 8px;
    }

    .category-select-title,
    .category-select-content,
    .box-upload .box-price
    {
        font-size: 14px;
    }

    .box-stamp {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box-stamp .box-input {
        display: block;
    }

    .box-stamp .box-input .title {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .box-stamp .box-input .item {
        width: 100%;
        margin-bottom: 15px;
    }

    .box-stamp .box-input input[type="text"] {
        width: 100%;
    }

    .upload-wrap,
    .uploadpreview {
        width: 100px;
        height: 150px;
    }

    .box-upload .item-upload {
        width: calc(100% / 2);
    }

    .box-upload .item-upload {
        padding: 11px;
    }

    .box-stamp .btn-0097c8,
    .box-stamp .btn-c80000{
        width: 50%;
    }

    .box-stamp .box-btn .btn:not(:last-child) {
        margin-right: 10px;
    }

    .box-stamp .btn-full {
        font-size: 12px;
    }

    .box-stamp input[type="text"] {
        padding: 6px 10px;
    }

    .box-upload .list-upload {
        margin: 0;
        padding-top: 15px;
    }

    .list-upload .item-upload {
        margin-left: 5px;
        margin-right: 5px;
    }

    .box-stamp .btn-full {
        padding: 12px;
    }

    .category-select:after {
        font-size: 14px;
    }

    .list-stamp-paid {
        display: flex;
        flex-direction: column;
    }

    .list-stamp-paid .stamp-paid {
        display: flex;
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        padding: 10px;
    }

    .list-stamp-paid .stamp-paid:last-child {
        border-bottom: 1px solid #e2e2e2;
    }

    .list-stamp-paid .stamp-paid .preview {
        width: 30%;
    }

    .preview img {
        width: 100%;
        max-width: 300px;
        object-fit: cover;
        object-position: center;
        max-height: 100%;
    }

    .list-stamp-paid .stamp-paid .content-stamp-paid {
        flex: 1;
        margin-left: 10px;
    }

    .stamp-paid .preview {
        margin-right: 10px;
    }

    .sales-status select {
        width: 100%;
        font-size: 14px;
    }

    .content-stamp-paid .approval-status {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .sales-status {
        margin-bottom: 10px;
    }

    .btn-delete-search {
        width: 35%;
        border-radius: 6px;
    }

}


