.pagination {
    justify-content: center;
}

.list_table th {
    width: 140px;
}

@media (max-width: 575.98px) {
    .list_table th {
        width: 120px;
        font-size: .8rem;
    }
}

.form-check-radio input[type=radio], .form-check input[type=checkbox] {
    opacity: 100;
    position: relative;
    visibility: inherit;
}

.title_under_line{
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
}

.text_bold {
    font-weight: bold;
}

.w-80 {
    width: 80px!important;
}

.w-100 {
    width: 100px!important;
}

.w-120 {
    width: 120px!important;
}

.w-140 {
    width: 140px!important;
}

.w-160 {
    width: 160px!important;
}

.w-200 {
    width: 200px!important;
}

.w-240 {
    width: 240px!important;
}

.w-260 {
    width: 260px!important;
}

.girl_img,
.shop_img {
    width: 360px;
    height: 240px;
    object-fit: cover;
}

@media (max-width: 575.98px) {
    .girl_img,
    .shop_img {
        width: 160px;
        height: 100px;
        object-fit: cover;
    }
}

input:read-only.dp {
    background-color: transparent;
    color: #66615b;
    cursor: pointer;
}

.card-category-pc {
    font-size: .8rem;
}

.card-category-sp {
    display: none;
    font-size: .8rem;
}

@media screen and (max-width:768px) {
    .card-category-pc {
        display: none;
    }
    .card-category-sp{
        display: block;
    }
}
