/*
* cunstom css for layout
*/
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.clear-both {
    clear: both;
}

#content {
    margin-bottom: 20px;
    min-height: 698px;
}

.wp-topic-content {
    width: 1040px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #B9BDC0;
}

.wp-topic-content .form-content {
    width: 719px;
    background: #fff;
}

.form-content.form-content-category {
    height: max-content;
}

.wp-topic-content .sub {
    width: 300px;
}

.topic-content .topic-head {
    display: flex;
    border-bottom: 1px dashed #ccc;
}

.topic-content {
    padding: 10px 30px 20px 30px;
}

.topic-head .img-head-content {
    margin-right: 20px;
    margin-bottom: 30px;
}

.img-head-content img {
    width: 100px;
    height: 100px;
}

.img-head-content .image-topic {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
}

.text-head-content {
    width: 100%;
}

.wp-link-topic-category li {
    min-width: 53px;
    margin-right: 10px;
}

.text-content {
    word-break: break-word;
    font-size: 20px;
    line-height: 1.2;
    color: #90979A;
    font-weight: 600;
    min-height: 65px;
}

.form-check {
    display: flex;
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 30px;
}

.form-check .checkbox {
    margin-right: 20px;
}

.topic-main {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.topic-main-detail {
    border: none !important;
}

.msg-error {
    color: red;
    margin-top: 10px;
    font-weight: 700;
}

.title-main {
    width: 65%;
    line-height: 24px;
    margin-bottom: 10px;
    word-break: break-word;
}

.comment {
    display: flex;
    margin-top: 10px;
    padding: 20px;
    background-color: #DBEEEE;
    border: 1px solid #43A6A1;
    border-radius: 5px;
}

.img-comment {
    width: 60px;
    height: 60px;
    background: #D9D9D9;
    margin-right: 10px;
}

.comment-title {
    width: 547px;
}

.comment-title a {
    color: #61CBED;
    text-decoration: none;
}

.title {
    margin-bottom: 10px;
}

.sub-part {
    padding: 16px;
    background: #fff;
}

.lab-select {
    margin-bottom: 10px;
}

.select-sort {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #B9BDC0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}

.select-sort:focus {
    color: #B9BDC0;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-sort {
    width: 268px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    background: #43A6A1;
    border-radius: 3px;
    border: #43A6A1;
    font-weight: 700;
    line-height: 50px;
}

.btn-go-unapproved{
    width: 268px;
    height: 50px;
    color: #43A6A1;
    font-size: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #43A6A1;
    font-weight: 700;
}
.btn-go-unapproved:hover{
    color: #fff;
    background: #43A6A1;
}
.title-pc{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.btn-sort:hover {
    cursor: pointer;
}

.menu {
    margin-top: 30px;
}

.title-menu {
    border-bottom: 1px dashed #ccc;
    height: 30px;
}

.ul-menu {
    margin-top: 20px;
    list-style: none;
}

.menu-txt {
    margin-top: 5px;
    margin-bottom: 20px;
}

.menu-txt a {
    text-decoration: none;
    color: #61CBED;
}

.footer {
    bottom: 0;
}

.paginate {
    margin-top: 6px;
    margin-bottom: 20px;
}

ul.pager {
    margin-top: 16px;
}

.page-list-search-topic {
    background-color: #F9E7ED;
    padding: 25px 75px 25px 77px;
    color: #43A6A1;
}

.title {
    color: #90979A;
    font-weight: 700;
}

.source-topic-title {
    color: #61CBED !important;
    text-decoration: none;
    line-height: 24px;
}

.comment-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: flex-start;
}

.btn-comment {
    width: 56px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #43A6A1;
    border-radius: 6px;
    color: #43A6A1;
    margin-right: 10px;
}

.no-instead {
    width: 69px;
}

button:hover {
    cursor: pointer;
}

.form-btn {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.form-checkbox-cmt {
    margin: 3.75px 10px 0 0;
    background: #E1F4EF;
    color: #8F8F8F;
    font-weight: 700;
    text-align: center;
    width: 87px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-checkbox-repcmt {
    text-align: center;
    margin-top: 10px;
    width: 120px;
    height: 28px;
    background: #DBEEEE;
    border-radius: 4px;
    color: #43A6A1;
    line-height: 28px;
    padding: 0 10px;
}

.form-checkbox-repcmt a {
    color: #43A6A1;
}

.form-checkbox-repcmt input {
    width: 16px;
    height: 16px;
    background: #43A6A1;

}

.topic-item-rate {
    font-size: 0;
    text-align: right;
    margin-top: 10px;
    /* margin-bottom: 20px; */
}

.item-confirm {
    margin-bottom: 20px;
}

.topic-item-rate .wrap-counter {
    position: relative;
    vertical-align: middle;
}

.topic-item-rate .gage {
    position: relative;
    width: 144px;
    height: 16px;
    vertical-align: middle;
}

.topic-item-rate .gage,
.topic-item-rate .wrap-counter {
    display: inline-block;
}

.topic-item-rate .wrap-minus .counter,
.topic-item-rate .wrap-plus .counter {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    position: absolute;
    top: -10px;
    left: 50%;
    overflow: hidden;
    width: 60px;
    height: 21px;
    margin-left: -30px;
    text-align: center;
}

.topic-item-rate .wrap-plus .counter {
    color: #43A6A1;
}

.topic-item-rate .wrap-minus .counter p,
.topic-item-rate .wrap-plus .counter p {
    margin-right: 0;
    margin-bottom: 4px;
    margin-left: 0;
    text-align: center;
}

.topic-item-rate .wrap-counter .icon-minus,
.topic-item-rate .wrap-counter .icon-plus {
    padding: 10px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div {
    position: absolute;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(1),
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(2) {
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3),
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4) {
    background: #fff;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(1) {
    top: 2px;
    background: #43A6A1;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(2) {
    top: 0;
    background: #43A6A1;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3) {
    top: 13px;
    left: 8px;
    width: 14px;
    height: 2px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4) {
    top: 7px;
    left: 14px;
    width: 2px;
    height: 14px;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):after,
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):before,
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):after,
.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):before {
    left: 0;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(3):after {
    right: 0;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):before {
    top: 0;
}

.topic-item-rate .icon-rate.icon-plus .btn-rate div:nth-child(4):after {
    bottom: 0;
}

.topic-item-rate .gage .minus, .topic-item-rate .gage .plus {
    height: 16px;
}

.topic-item-rate .gage .plus {
    float: left;
    background: #43A6A1;
}

.topic-item-rate .gage .minus {
    float: right;
    background: #D9D9D9;
}

.topic-item-rate .gage .minus:after,
.topic-item-rate .gage .plus:before {
    position: absolute;
    width: 2px;
    height: 16px;
    content: '';
}

.topic-item-rate .gage .plus:before {
    left: -2px;
    border-radius: 2px 0 0 2px;
    background: #43A6A1;
}

.topic-item-rate .gage .minus:after {
    right: -2px;
    border-radius: 0 2px 2px 0;
    background: #D9D9D9;
}

.topic-item-rate .wrap-minus .counter {
    color: #BBBBBB;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div {
    position: absolute;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(1) {
    top: 2px;
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
    background: #9f9f9f;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(2) {
    top: 0;
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
    background: #bdbdbd;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3) {
    top: 13px;
    left: 8px;
    width: 14px;
    height: 2px;
    background: #fff;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):after,
.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 2px;
    content: '';
    border-radius: 2px;
    background: #fff;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):before {
    left: 0;
}

.topic-item-rate .icon-rate.icon-minus .btn-rate div:nth-child(3):after {
    right: 0;
}

.bg-efefef {
    background: #EFEFEF;
}

.btn-content-right-default {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 50px;
    background: #43A6A1;
    border-radius: 4px;
    border: #43A6A1;
    color: #fff;
    margin-bottom: 25px;
}

.btn-list-comment {
    width: 100%;
    height: 50px;
    background: #43A6A1;
    border-radius: 4px;
    border: #43A6A1;
    color: #fff;
    margin-bottom: 25px;
}

.action-comment {
    height: 30px;
    border-bottom: 1px dashed #ccc;
}

.btn-comment-topic {
    width: 268px;
    height: 50px;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    color: #43A6A1;
    background: #fff;
    margin-bottom: 16px;
}

h3 {
    font-weight: 700;
    color: #8F8F8F;
}

.sub-text {
    font-weight: 700;
    color: #8F8F8F;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 12px;
}

.btn-disabled {
    background: #DED9DF;
    color: #fff;
    border: #DED9DF;
}

.link-user:hover {
    cursor: pointer;
}

.comment-hide {
    margin-top: 30px;
}

.content-pager {
    padding: 10px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    z-index: 99;
}

.modal.open {
    display: flex;
}

.modal-dialog {
    margin-top: 204px;
    width: 936px;
    max-width: calc(100% - 32px);
    height: 333px;
    background: #fff;
}

.modal-content {
    padding: 60px 0;
}

.modal-title {
    height: 21px;
    font-size: 16px;
    font-weight: 700;
    color: #43A6A1;
    text-align: center;
    margin-bottom: 20px;
}

.modal-body {
    height: 15px;
    font-size: 12px;
    color: #8F8F8F;
    text-align: center;
    margin-bottom: 40px;
}

.modal-footer {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.btn-modal {
    width: 360px;
    height: 50px;
    border-radius: 4px;
}

.btn-delete-cmt {
    background: #43A6A1;;
    color: #fff;
    border: #43A6A1;;
    margin-bottom: 30px;
}

.btn-return {
    border: 1px solid #43A6A1;
    border-radius: 4px;
    background-color: #fff;
    color: #43A6A1;
}

.topic-comment {
    padding: 10px 30px 0 30px;
    border-bottom: 1px solid #EFEFEF;
}

.checkbox-cf-head {
    width: 63px;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.checkbox-sort-cf input[type=checkbox] {
    width: 18.5px;
    height: 18px;
}

input[type='checkbox']:checked {
    accent-color: #228f89;
    appearance: auto;
}

.topic-trending {
    height: 30px;
    border-bottom: 1px dashed #ccc;
}

.list-topic {
    display: flex;
    padding-top: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.wp-topic-main-trand {
    width: 100%;
}

.topic-main-trand {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: rgba(143, 143, 143, 0.7);
    margin-bottom: 30px;
}

.btns-topic-trend {
    align-items: center;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn-enter-number {
    width: 82px;
    height: 30px;
    background: #FEFDFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    color: #CCCCCC;
    font-size: 12px;
}

.btn-enter-two {
    width: 86px;
    height: 28px;
    background: #43A6A1;
    border: #43A6A1;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
}

.btn-sort-trand {
    width: 99px;
    height: 28px;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    color: #43A6A1;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
}

.enter-btns-topic {
    width: 50%;
}

.wp-img-comment {
    position: relative;
}

.wp-img-comment .icon-flag,
.wp-img-comment .rank {
    position: absolute;
}

.wp-img-comment .icon-flag {
    font-size: 26px;
    top: 0;
    left: 0;
    color: #e3bb7d;
}

.wp-img-comment .icon-flag.rank1 {
    color: #FF3691;
}

.wp-img-comment .icon-flag.rank2 {
    color: #FF7DB8;
}

.wp-img-comment .icon-flag.rank3 {
    color: #FF7DB8;
}

.wp-img-comment .icon-flag.rank4 {
    color: #E6BE34;
}

.wp-img-comment .icon-flag.rank5 {
    color: #E6BE34;
}

.wp-img-comment .rank {
    font-size: 10px;
    font-weight: 600;
    top: 3px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #fff;
}

.btns-sort-topic {
    display: flex;
    align-items: center;
}

.icon-trend {
    width: 34px;
    height: 34px;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
}

.img-angle {
    margin: 11px 6px 10px 7px;
}

.mr-10 {
    margin-right: 10px;
}

.list-topic:last-child {
    border-bottom: none;
}

.link-trend-text {
    color: #61CBED !important;
    text-decoration: none;
    font-size: 12px;
}

.text-watch-topic {
    color: #43A6A1;
    font-size: 15px;
    font-weight: 700;
    height: 30px;
    border-bottom: 1px dashed #ccc;
}

.list-topic-watch {
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #EFEFEF;
}

.content-text-trend-topic {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    color: #8F8F8F;
    margin-bottom: 14px;
}

.border-none {
    border-bottom: none !important;
}

.border-radius {
    border-radius: 4px;
}

.btn-submit-watch {
    width: 265px;
    height: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    background: #43A6A1;
    border: #43A6A1;
    border-radius: 4px;
    color: #fff;
    margin-top: 16px;
}

.topic-category-content {
    padding: 20px;
    background: #fff;
}

.topic-category-content .image-category,
.ul-category .image-category {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}

.wp-category {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

.category-content {
    margin-bottom: 10px;
}

.category-head {
    display: flex;
    justify-content: space-between;
    width: 330px;
    height: 42px;
    background: #DBEEEE;
    align-items: center;
}

.category-title-head {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #8F8F8F;
}

.select-category-sort {
    width: 58px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #cccccc;
    padding: 0 10px;
    margin: 5px 10px 5px 0;
}

.select-category-sort:focus {
    color: #cccccc;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.btn-sort-category {
    /* width: 46px; */
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #43A6A1;
    margin-right: 10px;
}

select:hover {
    cursor: pointer;
}

.category-content-main {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.text-category-main {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #8F8F8F;
    margin-left: 10px;
}

.input-handle-category {
    width: 154px !important;
    height: 30px !important;
    background: #FEFDFF !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 4px !important;
    padding-left: 10px;
}

.handle-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-delete-category {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #61CBED;
}

.title-list-category {
    margin-top: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #8F8F8F;
    line-height: initial;
}

.ul-category {
    margin-top: 16px;
    list-style: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #8F8F8F;
}

.ul-category li {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.ul-category .number-category {
    padding-right: 5px;
    min-width: 25px;
    width: 25px;
}

.ul-category img.img-category {
    vertical-align: middle;
}

.txt-li-category {
    margin-left: 5px;
}

.text-category-main, .txt-li-category {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-add-category {
    height: 34px;
    border-bottom: 1px dashed #ccc;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #43A6A1;
}

.list-category .title-add-category {
    height: unset;
    padding-bottom: 10px;
}

.form-gr-add-category {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EFEFEF;
}

.gr-content-category {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.wp-quantity {
    display: flex;
    align-items: center;
}

.form-gr-add-category .choose-image-category {
    font-weight: 600;
    vertical-align: middle;
}

.ml-27 {
    margin-left: 27px !important;
}

.lab-category {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #8F8F8F;
}

.wp-input-add {
    margin: 5px 0;
}

.wp-input-add span {
    word-break: break-all;
    color: #8F8F8F;
}

.form-control-input-add {
    background: #FEFDFF !important;
    border: 1px solid #D7D7D7 !important;
    border-radius: 4px !important;
    font-family: 'Inter' !important;
    font-size: 13px;
    padding: 6px 10px;
}

.name-category {
    width: 309px;
    height: 38px !important;
    margin-right: 20px;
}

.insert-indexof {
    width: 87px;
    height: 38px !important;
}

.item-quantity {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.wp-button-quantity {
    display: flex;
}

.wp-btn-submit-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-submit-category {
    width: 360px;
    height: 50px;
    background: #43A6A1;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border: #43A6A1;
    margin-top: 30px;
    margin-bottom: 10px;
}

.form-cf-add-category {
    justify-content: space-between;
}

.wp-input-add.wp-input-add-cf {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
}

.txt-name-category {
    margin-left: 10px;
}

.txt-ordinal-number {
    margin: 0 38px;
}

.btn-quantity-disable {
    border: 1px solid #DED9DF !important;
    border-radius: 4px;
    pointer-events: none;
}

.link-return-category {
    text-align: center;
    margin-top: 20px;
}

.active-category {
    color: #43A6A1 !important;
    font-weight: 700;
}

.err-category {
    color: #FF3691;
    font-size: 12px;
    padding-left: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.error-category-for-pc div:first-child {
    width: 61%;
    float: left;
}

.error-category-for-pc div:nth-child(2) {
    width: 35%;
    float: left;
}

.modal-dialog.modal-edit-category,
.modal-dialog.modal-delete-category {
    margin-top: 0;
    position: absolute;
    top: 45%;
    transform: translate(0, -45%);
    /* height: 450px; */
    height: auto;
}
.modal-delete-category .modal-body {
    padding: 0 10%;
}
.modal-dialog.modal-edit-category .modal-title,
.modal-dialog.modal-delete-category .modal-title {
    color: #43A6A1;
}
.modal-dialog.modal-edit-category .modal-body,
.modal-dialog.modal-delete-category .modal-body {
    height: auto;
}
.modal-delete-category .form-group.current-category-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-edit-category .modal-body {
    font-size: 14px;
    text-align: left;
}
.modal-edit-category .modal-body .category-info {
    width: 430px;
    margin: auto;
}
.modal-edit-category .form-group.current-category-info {
    display: grid;
    grid-template-columns: max-content max-content auto;
    align-items: center;
}
.modal-edit-category .modal-body label {
    font-weight: 600;
    color: #8f8f8f;
    padding-right: 5px;
}

.modal-edit-category .modal-body .current-category-name,
.modal-delete-category .modal-body .current-category-name {
    font-weight: 600;
    color: #8f8f8f;
    padding-left: 5px;
    text-align: left;
    word-break: break-word;
}
.modal-edit-category .modal-body .form-group {
    margin: 10px 0 20px;
}

.modal-delete-category .modal-body p {
    color: #FF3691;
    font-weight: 600;
    line-height: 18px;
    padding-top: 30px;
    font-size: 15px;
}
.modal-edit-category .btn-save-category {
    background: #43A6A1;
    color: #fff;
    border: #43A6A1;
    margin-bottom: 30px;
}
.modal-edit-category .btn-save-category[disabled] {
    opacity: .5;
    cursor: not-allowed;
}
.modal-edit-category .modal-body .input-category-name {
    width: 233px;
    height: 38px;
    border-radius: 3px;
    padding: 3px 10px;
}
.modal-edit-category .err-category {
    line-height: unset;
}
a.change-image-category {
    font-weight: 600;
    color: #61CBED;
}
.btn-remove-image,
.btn-change-image-category {
    border: 1px solid #43A6A1;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px 10px;
    color: #43A6A1;
}
.title-apv-admin {
    width: 680px;
    height: 30px;
    border-bottom: 1px dashed #CCCCCC;
}

.form-content-apv {
    height: 100%;
}

.today-list {
    font-weight: 700;
    font-size: 15px;
    color: #8F8F8F;
}

.topic-apv-list {
    width: 680px;
    list-style: none;
}

.flc-apv {
    margin-top: 16px;
    border-bottom: 1px solid #DED9DF;
}

.flc-apv:last-child {
    border-bottom: none;
}

.apv {
    display: flex;
    text-decoration: none;
    line-height: 21px;
}

/* .apv:hover {
    cursor: pointer;
} */

.apv-content-title {
    display: flex;
    margin-bottom: 20px;
}

.image-apv {
    margin-right: 18px;
}

.apv-content-title {
    font-size: 12px;
    color: #8F8F8F;
}

.apv-main {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #61CBED;
}

.apv-date-time {
    margin-left: 20px;
}

.count-comment {
    display: flex;
}

.icon-comment-apv {
    margin-right: 5px;
}

.topic-list-header-apv {
    margin: 20px 0 !important;
    padding-bottom: 16px !important;
}

/* #content {
    display: flex;
} */

.footer {
    margin-top: 0 !important;
}

.no-data {
    text-align: center;
}

.apv-link-user {
    text-decoration: none;
}

.title-topic-detail {
    font-family: 'Inter';
    font-style: normal;
    padding: 20px 0;
    font-weight: 700;
    font-size: 15px;
    color: #8F8F8F;
    border-bottom: 1px dashed #8F8F8F;
    margin: 0 20px 10px 20px ;
}

.title-topic-detail-2 {
    padding: 0 30px;
}

.wp-link-topic-category {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
    list-style: none;
}

.link-topic-approval {
    text-decoration: none;
    font-size: 12px;
    color: #8F8F8F;
}

.title-topic-approval-2 {
    font-weight: 700;
    font-size: 12px;
    color: #43A6A1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-topic-approval {
    height: 53px;
    line-height: 53px;
    color: #43A6A1;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px dashed #8F8F8F;
}

.li-link-index {
    white-space: nowrap;
    /* width: 62px; */
}

.li-link-topic-approval {
    white-space: nowrap;
    /* max-width: 350px; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.url-box {
    margin: 10px 0;
    padding: 20px;
    color: #8F8F8F;
    border: 1px solid #43A6A1;
    border-radius: 5px;
    background-color: #f9e7ed;
    line-height: 1.5;
}

.url-box-title, .url-box-des-pc {
    padding-left: 90px;
}

.url-box-title a {
    display: block;
    text-decoration: none;
    color: #61CBED !important;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
}

.url-box-head img {
    float: left;
}

.url-box-head a.original-link {
    font-size: 12px;
    word-break: break-all;
}

.topic-wrap .content-wrap .url-box .url-box-des-pc p {
    font-size: 15px;
    font-weight: normal;
}

.url-box-des {
    display: none;
    font-size: 12px;
}

.paginate-topic-apv {
    display: none;
}

.content-comments {
    padding-bottom: 0 !important;
}

.apv-main p {
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.btn-disabled {
    pointer-events: none;
}

.count-cmt-topic {
    margin-right: 20px;
}

.title-comment-hidden {
    height: 31px;
    background-color: #CCCCCC;
    padding: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.title-comment-hidden p {
    font-size: 16px;
    line-height: 21px;
    height: 21px;
    color: #FFFFFF;
}

.mt-5 {
    margin-top: 5px !important;
}

.form-checkbox-id-parent {
    width: 100px;
    height: 28px;
    display: flex;
    flex-direction: column;
    background: #DBEEEE;
    border-radius: 4px;
    color: #43A6A1;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.cursor-0 {
    cursor: unset;
}

@media screen and (max-width: 1140px) {
    .wp-nav-top .nav-top, .topic-apv-list, .title-apv-admin {
        width: 100%;
    }

    .wp-nav-top .nav-top .nav-txt {
        margin-left: 30px;
    }

    .wp-topic-content {
        display: block;
        width: 100%;
    }

    .wp-topic-content .form-content, .btn-submit-watch, .btn-submit-category {
        width: 100%;
    }

    .sub {
        width: 100% !important;
        margin-top: 20px;
    }

    .sub-part {
        padding: 30px;
    }

    .menu {
        margin-top: 20px;
    }

    .content-right-defaul {
        text-align: center;
        padding: 0px 30px 20px 30px;
    }

    .btn-content-right-default {
        margin: 0;
        width: 100%;
    }

    .wp-btn-topic {
        display: flex;
        justify-content: space-between;
    }

    .btn-comment-topic {
        width: 48%;
    }

    @font-face {
        font-family: icon;
        src: url(./fonts_pc/icon.eot?1617358924993);
        src: url(./fonts_pc/icon.eot?1617358924993#iefix) format("eot"),
            url(./fonts_pc/icon.woff?1617358924993) format("woff"),
            url(./fonts_pc/icon.ttf?1617358924993) format("truetype"),
            url(./fonts_pc/icon.svg#icon?1617358924993) format("svg");
    }

    .form-gr-add-category {
        justify-content: space-between;
    }

    .wp-input-add {
        width: 65%;
    }

    .name-category {
        width: 60%;
    }

    .insert-indexof {
        width: 60%;
    }

    .wp-topic-content .form-content-category {
        height: 100%;
    }

    /* .wp-input-add-cf {
        width: unset;
    } */

    .btn-comment-topic-cf {
        width: 100%;
    }

    .w-btn-topic-comment {
        width: 48% !important;
    }

    .img-detail {
        margin-bottom: 20px;
    }

    .btn-update-detail {
        width: 100% !important;
    }

    .wp-category .row {
        width: 48%;
    }
    .category-head {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        position: unset !important;
        bottom: 0;
    }

    .topic-list-content-apv {
        padding: 16px;
    }

    .topic-list-header-apv h2 {
        display: block !important;
        line-height: 50px !important;
    }

    .topic-list-content-apv {
        padding: 16px !important;
    }

    .form-content-apv {
        border: none;
    }

    .topic-list-header-apv {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px dashed #CCCCCC !important;
    }

    /* #content {
        display: flex !important;
    } */

    .paginate-topic-apv {
        display: block;
    }

    .btn-approval-handle-re {
        width: 108px !important;
    }
}

@media screen and (max-width: 576px) {
    .wp-nav-top .nav-top .nav-txt {
        margin-left: 16px;
    }

    .topic-content {
        padding: 16px;
    }

    .img-detail {
        width: 100%;
    }

    .btn-sort {
        width: 100%;
    }

    .menu {
        margin-top: 20px;
    }

    .comment-main {
        display: block;
    }

    .form-btn {
        margin-bottom: 20px;
    }

    .list-comment {
        padding: 0px 16px 20px 16px;
    }

    .btn-list-comment, .btn-comment-topic {
        width: 100%;
    }

    .wp-btn-topic {
        display: block;
    }

    .modal-body {
        padding: 0 16px;
    }

    .btn-modal {
        width: 80%;
    }

    .modal-edit-category .modal-body {
        font-size: 12px;
    }

    .modal-edit-category .modal-body .category-info {
        width: 100%;
    }

    .modal-edit-category .modal-body .input-category-name {
        width: 45%;
    }

    .title-topic-detail-2 {
        padding: 0 16px;
    }

    .wp-btn-topic {
        display: block !important;
    }

    .w-btn-topic-comment {
        width: 100% !important;
    }

    .img-detail {
        margin-bottom: 0;
        text-align: center;
    }

    .checkbox .checkbox-list-topic {
        margin-left: 0 !important;
    }

    .row {
        width: 100%;
    }

    .title-topic-detail {
        margin-left: 16px;
    }

    .form-title-detail {
        flex-direction: column-reverse;
        margin-top: 30px;
    }

    .wp-category {
        display: block;
    }

    .wp-category .row {
        width: 100%;
    }

    .comment-main .title-main {
        width: 100%;
    }

    .modal-delete-category .modal-body {
        padding: 0 16px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    nav.sp {
        display: none;
    }

    nav.admin-pc {
        display: block;
    }

    .insert-indexof[type="number"] {
        padding: 3px 1px 3px 4px;
    }
}

.admin-pc {
    background: #205565;
}

body {
    background: #EDF8FF;
}

.topic-list-wrap ul.topic-list li a>.info .author {
    font-size: 13px;
    position: relative;
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
    color: #b3b3b3;
}

.topic-list-wrap ul.topic-list li a>.info .date-posted {
    padding-left: 13px;
}

.topic-list-wrap ul.topic-list li a .title-pc {
    color: #61CBED;
}

.reason {
    text-align: end;
}

.reason:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.reason select {
    border-radius: 5px;
    height: 40px;
    width: 222px;
    padding-left: 10px;
    color: #CCCCCC;
    border: 1px #CCCCCC solid;
}
.error-reason{
    color: red;
    font-size: 11px;
    margin-top: 7px;
}
.option-disable:disabled {
    color: #CCCCCC;
}

.check-select {
    display: flex;
    justify-content: space-between;
}

.check-select label {
    background: #E1F4EF;
    width: 27%;
    height: 33px;
    text-align: center;
    display: inline-block;
}

.check-select .active label {
    background: #43A6A1;
    width: 27%;
    height: 33px;
    text-align: center;
    display: inline-block;
}

/* .check-select label input.check-input {
    width: 17%;
    height: 79%;
    accent-color: #43A6A1;
} */

.checkbox {
    float: left;
    width: 60%;
}

.button-bottom-flc {
    display: flex;
}

.check-select button {
    border: 1px solid #43A6A1;
    border-radius: 5px;
    background: #fff;
    color: #43A6A1;
    height: 34px;
}

/* .ul-topic {
    padding: 20px;
} */

.btn-del-topics {
    width: 56px;
    height: 36px;
    margin-right: 20px;
}

.pd-right-0 {
    padding-right: 0 !important;
}

.btn-approval-handle {
    width: 82px !important;
    height: 36px !important;
}

.bottom-flc:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0px;
}

.bottom-flc {
    margin-bottom: 3%;
}

.reason-sub select {
    border-radius: 5px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
    color: #CCCCCC;
    border: 1px #CCCCCC solid;
}

.reason-sub select:focus-visible, .reason select:focus-visible {
    outline: none;
}

.selected {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 12px;
}

.selected a {
    color: #95a3a6;
    text-decoration: none;
}

.topic-admin {
    color: #95a3a6;
    text-decoration: none;
    cursor: unset;
}

.btn-topic {
    width: 100%;
    height: 50px;
    border: 1px #43A6A1 solid;
    color: #43A6A1;
    margin-top: 2%;
    border-radius: 5px;
    background: #fff;
}

.precautions {
    font-size: 12px;
    margin: 10px 0px;
    color: #95a3a6;
    line-height: 14.52px;
}
.reason-deletion-menu{
    font-size: 12px;
    color: #43A6A1;
    margin-bottom: 10px;
    font-weight: 700;
}

.menu-topic {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    padding-bottom: 12px;
}

.menu-topic a {
    color: #61CBED;
    text-decoration: none;
}

.title-delete {
    font-size: 15px;
    font-weight: 700;
    color: #8F8F8F;
    line-height: 18.15px;
}

.title-delete span {
    color: red;
}

.reason-for-deletion {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3%;
    color: #95a3a6;
}

.if-deletion {
    color: #43A6A1;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 22px;
}

.button-delete {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-delete button {
    background: #43A6A1;
    font-size: 13px;
    line-height: 36px;
    width: 360px;
    height: 50px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    border: none;
}

.link-select-again {
    text-align: center;
    margin-top: 20px;
    line-height: 14.25px;
}

.link-select-again a {
    color: #8F8F8F;
}

.checkbox-list-topic {
    width: 87px !important;
    height: 34px !important;
    margin-left: 80px !important;
    color: #8F8F8F;
    font-weight: 700;
    line-height: 34px;
}

.wp-apv-image {
    width: 60px;
    height: 60px;
    margin-right: 18px
}
.wp-apv-image .image-topic {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: 50% 10%;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 3px;
}
.author-name{
    height: unset !important;
}
.author-name .author span{
    word-break: break-all;
}
.pl15{
    padding-left: 15px;
}

/* smart phone design */
@media (max-width: 1024px) {
    .topic-list .info {
        display: block;
    }

    .topic-list .title-pc {
        display: block;
    }

    .link-select-again {
        margin-bottom: 3%;
    }

    .title-delete {
        margin-top: 1%;
    }

    .url-box-des {
        display: block;
    }

    .url-box-des-pc {
        display: none;
        font-size: 12px;
    }

    .url-box-title a {
        font-size: 14px;
    }

    .url-box {
        padding: 10px !important;
    }
}
@media screen and (max-width: 768px){
    .form-cf-add-category {
        display: flex;
    }
    .gr-content-category {
        display: block;
    }
    .wp-input-add, .wp-quantity, .lab-category, .name-category {
        width: 100%;
    }
    .insert-indexof {
        width: 80%;
    }
    .wp-button-quantity {
        margin-top: 20px;
    }
    .name-category {
        margin-right: 0;
    }
    .wp-button-quantity-cf {
        margin-top: 0;
    }
    .wp-quantity-cf, .wp-input-add-cf {
        width: unset;
    }
    .txt-ordinal-number {
        margin: 0px 20px 0px 5px;
    }
}

@media (min-width: 1024px) and (max-width: 1140px) {
    .error-category-for-pc div:first-child {
        width: 65%;
    }
    .error-category-for-pc div:nth-child(2) {
        width: 33%;
    }
}

@media screen and (max-width: 350px) {
    .image-comments, .image-topic-detail {
        width: 100%;
    }
}

/* @media screen and (max-width: 1080px) {
    .row {
        width: 48%;
    }
    .category-head {
        width: 100%;
    }
} */

@media screen and (max-width: 500px) {
    .apv-content {
        width: 80%;
    }
}

@media screen and (min-width: 1140px) {
    .wp-category .text-category-main {
        max-width: 275px;
    }
    .wp-input-add.wp-input-add-cf {
        max-width: 60%;
    }
}

/* deletion request page */
.item-hidden {
    background-color: #CCCCCC !important;
}
.deletion-request-main {
    padding: 20px;
    font-family: 'Inter';
}

.deletion-request-main .deletion-request-title {
    height: 30px;
    font-size: 15px;
    color: #43A6A1;
    border-bottom: 1px dashed #CCCCCC;
}

.deletion-request-main .form-deletion {
    border-bottom: 1px solid #CCCCCC;
}

.deletion-request-main .form-deletion .wp-form-input-deletion {
    display: flex;
    margin-top: 20px;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control,
.deletion-request-main .form-deletion .wp-action .action-handling {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #8F8F8F;
}

.deletion-request-main .form-deletion .wp-action  {
    display: flex;
    margin-top: 10px;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control.right{
    margin-left: 30px;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control.right select{
    margin-left: 5px;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control.right button{
    width: 56px;
    height: 36px;
    background: #43A6A1;
    border-radius: 4px;
    border: #43A6A1;
    color: #FFFFFF;
    font-weight: 700;
    border: none;
    margin-left: 30px;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control input {
    width: 115px;
    height: 36px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    color: #8F8F8F;
    margin-left: 5px;
    padding: 10px;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .mx-datepicker {
    width: unset;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .mx-datepicker .mx-input-wrapper .mx-icon-calendar {
    display: none;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .custom-select select {
    padding: 10px 20px 10px 10px;
    width: 76px;
    height: 36px;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    color: #8F8F8F;
    -webkit-appearance: none;
    appearance: none;
    background: url(../image/arrow_icon_gray.png);
    background-repeat: no-repeat;
    background-size: 16px 17px;
    background-position: calc(100% - 3px) center;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .custom-select .form-control-month {
    width: 90px;
}

.deletion-request-main .form-deletion .wp-action .action-handling button {
    width: 56px;
    height: 25px;
    border: none;
    background-color: #FFFF;
    color: #8F8F8F;
    margin-left: 5px;
    margin-right: 10px;
}

.deletion-request-main .form-deletion .wp-action {
    margin-bottom: 20px;
}

.deletion-request-main .form-deletion .wp-action .action-handling p {
    margin-right: 20px;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-40 {
    margin-left: 40px;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .form-control:focus {
    color: #8F8F8F;
    background-color: #fff;
    border-color: #BBBBBB;
    outline: 0;
}

.deletion-request-main .deletion-item {
    border-bottom: 1px solid #CCCCCC;
    margin-top: 20px;
}

.deletion-request-main .deletion-item:last-child {
    border-bottom: none;
}

.deletion-request-main .deletion-item .deletion-item-heading {
    padding: 10px 10px 10px 10px;
    background: #43A6A1;
}

.deletion-request-main .deletion-item .deletion-item-heading p {
    margin-top: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}

.deletion-request-main .deletion-item .deletion-item-heading p:first-child {
    margin-top: 0;
}

.deletion-request-main .deletion-item .deletion-item-content {
    margin-top: 15px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-content {
    font-size: 12px;
    display: flex;
    margin-bottom: 20px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-content p:first-child {
    width: 170px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-content a {
    text-decoration: underline;
    word-break: break-all;
    line-height: 15px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-btn {
    text-align: end;
    margin-bottom: 20px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-btn .btn {
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    color: #43A6A1;
    background-color: #FFFFFF;
    height: 34px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-btn .btn-no-condition {
    width: 190px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-btn .btn-delete {
    width: 90px;
    margin-left: 10px;
}

.deletion-request-main .deletion-item .deletion-item-content .item-btn p {
    color: #43A6A1;
    margin-right: 10px;
}

.deletion-request-main .form-deletion .wp-action .action-handling .active {
    background: #43A6A1;
    border-radius: 30px;
    color: #FFFFFF;
}

.deletion-request-main .deletion-item .deletion-item-content .item-content p:last-child {
    width: 75%;
    word-break: break-all;
}

@media screen and (max-width: 1024px) {
    .deletion-request-main {
        padding: 10px;
    }
}

@media screen and (max-width: 576px) {
    .deletion-request-main .form-deletion .wp-form-input-deletion {
        display: block;
    }

    .deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control.right {
        margin-left: 0;
        margin-top: 20px;
    }

    .deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control p,
    .deletion-request-main .form-deletion .wp-action .action-handling p:first-child {
        width: 65px;
    }

    .deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .mx-datepicker {
        width: 40%;
        margin-right: 5px;
    }

    .deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control input {
        width: 100%;
    }

    .deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .custom-select {
        width: 35%;
    }

    .deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .custom-select select {
        width: 100%;
    }

    .deletion-request-main .form-deletion .wp-action  {
        display: block;
        margin-top: 20px;
    }

    .deletion-request-main .form-deletion .wp-action .action-handling.ml-40 {
        margin-left: 0;
        margin-top: 20px;
    }

    .deletion-request-main .deletion-item .deletion-item-content .item-content p:first-child {
        width: 20%;
        min-width: 90px;
        line-height: 15px;
        margin-right: 10px;
    }

    .deletion-request-main .deletion-item .deletion-item-content .item-content p:last-child,
    .deletion-request-main .deletion-item .deletion-item-content .item-content a {
        width: 80%;
        line-height: 15px;
    }
}

@media screen and (max-width: 350px) {
    .deletion-request-main {
        padding: 10px;
    }

    .deletion-request-main .deletion-item .deletion-item-content .item-btn .btn {
        width: 100%;
        margin-left: 0;
    }

    .deletion-request-main .deletion-item .deletion-item-content .item-btn .btn:first-child {
        margin-bottom: 10px;
    }
}

.sub-part .head a,
.sub-part ul .sub-right .selected a,
.sub-part .head a:hover,
.sub-part ul .sub-right .selected a:hover {
    cursor: unset;
}

.deletion-item .item-content p .url-box {
    margin: 0px !important;
}
.deletion-item .deletion-item-content .item-url {
    display: flex;
    justify-content: space-between;
}
.deletion-item .deletion-item-content .item-url span{
    width: 50px;
    margin-left: 10px;
}
.topic-main-detail #contentComment1 {
    word-break: break-all;
}

/* update topic approval */
.apv-content {
    width: 100%;
}

.wp-action-delete {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wp-action-delete .checkbox-delete {
    background: #E1F4EF;
}

.btn-delete-topic-approval {
    background: #FFFFFF;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    width: 173px;
    height: 36px;
    color: #43A6A1;
    font-weight: 700;
}

.btn-deletes-topic-apv {
    width: 100%;
    height: 50px;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    background: #FEFDFF;
    color: #43A6A1;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 20px;
}

.sub-part .txt-note {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #CCCCCC;
    color: #8F8F8F;
    font-size: 10px;
}

.txt-reminder {
    color: #8F8F8F;
    font-size: 10px;
}

.count-topic-apv-del {
    font-weight: 700;
    font-size: 12px;
    color: rgba(4, 21, 27, 0.44);
}

.modal-title-reminder {
    color: #E90000;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
}

.modal-body-name-title {
    color: #8F8F8F;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 25px;
    max-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0;
}

/* .modal-body-name-title:after {
    content: '...';
    position: absolute;
    top: 341px;
    right: 180px;
} */

.modal-dialog-del-topic {
    height: 420px;
}

.modal-body-del-topic {
    margin-bottom: 115px;
    /* position: unset; */
}

.txt-time-approval {
    color: #8F8F8F;
    font-weight: 700;
    font-size: 12px;
    margin-top: 16px;
}

.form-title-detail .btn-moderate {
    width: 72px !important;
    height: 36px !important;
    border: 1px solid #43A6A1 !important;
    border-radius: 4px !important;
    background: #FFFFFF !important;
    color: #43A6A1 !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.wp-date-topic-apv {
    display: flex;
}

.form-topic-url-apv {
    justify-content: space-between !important;
}

.wp-btn-action-comment {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.item-topic-comment-hidden {
    padding: 20px 30px 0 30px;
}

.item-topic-comment-hidden.hidden-cmt {
    background: #EFEFEF;
}

.content-pager .paginate .custom-pagination.active button {
    border: 1px solid #F9E7ED !important;
    color: #43A6A1 !important;
    background: #F9E7ED !important;
}

/* .content-pager .paginate .custom-pagination.active button {
    border: 1px solid #DBEEEE !important;
    color: #43A6A1 !important;
    background: #FEFDFF !important;
} */

.content-pager .paginate .custom-pagination button, .custom-pagination span {
    margin: 0 3px !important;
    border: 1px solid #DBEEEE !important;
    color: #43A6A1 !important;
    cursor: pointer;
}

.content-pager .paginate .pagination-pages .page-item.disabled[role='separator'] span {
    border: none !important;
    color: #43A6A1 !important;
}

.pd-0 {
    padding: 0 !important;
}

.wp-topic-apv-content {
    padding-top: 20px;
}

.wp-topic-apv-content  .breadcrumbs {
    padding-left: 30px;
}

.mt-0 {
    margin-top: 0 !important;
}

.icon-image_mode:before {
    margin-right: 3px;
}

.icon-image_mode.admin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-deletes-topic-apv.detail {
    width: 100%;
}

.content-pager {
    padding: 20px 30px !important;
}

.bgr-approval {
    background: #F9E7ED;
    padding: 20px 30px 10px 30px !important;
}

.topic-body-img {
    padding: 0 30px 0 30px;
}

.topic-body.topic-body-img .topic-imgs {
    display: flex;
    margin-bottom: 20px;
    padding: 0 10px;
    flex-wrap: wrap;
}

.topic-body.topic-body-img .topic-imgs {
    padding-bottom: 10px;
}

.topic-imgs .topic-imgs-item {
    margin-left: 7px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.topic-imgs .topic-imgs-item:first {
    margin-left: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.swipe {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.swipe.pc {
    background: rgba(204, 204, 204, 0.5);
}

.swipe.sp {
    background: rgba(0, 0, 0, .9);
}

.swipe[show="on"] {
    display: block;
    visibility: visible;
}

.swipe[show="off"] {
    display: none;
    visibility: hidden;
}

.swipe.pc .swipe-wrap {
    position: fixed;
    top: 100px;
    left: 50%;
    overflow: hidden;
}

.swipe.pc .swipe-wrap .action-next,
.swipe.pc .swipe-wrap .action-prev {
    position: absolute;
    top: 40%;
    width: 32px;
    height: 62px;
    cursor: pointer;
    text-align: center;
    opacity: 0.8;
    color: #fff;
    background: #43A6A1;
}

.swipe.pc .swipe-wrap .action-next span,
.swipe.pc .swipe-wrap .action-prev span {
    font-size: 22px;
    line-height: 62px;
}

.swipe.pc .swipe-wrap .action-next[disabled],
.swipe.pc .swipe-wrap .action-prev[disabled] {
    cursor: auto;
    background: #ccc;
}

.swipe.pc .swipe-wrap .action-prev {
    left: 0;
}

.swipe.pc .swipe-wrap .action-next {
    right: 0;
}

.swipe.pc .swipe-wrap .action-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #43A6A1;
}

.swipe.pc .swipe-wrap .swipe-wrap-body {
    height: 100%;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div {
    position: relative;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 20px 32px;
    background: #fff;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div a.head {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 18px;
    text-align: left;
    text-decoration: none;
    color: grey;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div a.head span {
    text-decoration: underline;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-img-wrap {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    background-color: #DBEEEE;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment {
    position: relative;
    overflow: hidden;
    height: 100px;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment .swipe-comment-text {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    color: grey;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(255, 255, 255, 0)),
        color-stop(40%, rgba(255, 255, 255, 0)),
        to(white)
    );
    background: -o-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0) 40%,
        #fff 100%
    );
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0) 40%,
        #fff 100%
    );
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment-res {
    font-size: 14px;
    position: absolute;
    bottom: 32px;
    left: 20px;
    display: none;
    padding: 6px 9px;
    text-decoration: none;
    letter-spacing: 0;
    color: #E3A3FF;
    border-radius: 2px;
    background: #F7E1FF;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment-res[show="on"] {
    display: inline-block;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .swipe-comment-res span {
    font-size: 12px;
}

.swipe.pc .swipe-wrap .swipe-wrap-body > div .topic-rate {
    right: 20px;
    bottom: 22px;
}

.topic-rate {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.topic-rate .gage,
.topic-rate .icon-rate-wrap {
    display: inline-block;
    vertical-align: middle;
}

.topic-rate .icon-rate-wrap {
    position: relative;
    padding: 10px;
}

.topic-item-rate .wrap-counter .icon-rate .btn-rate:hover {
    cursor: pointer;
    opacity: 0.7;
}

.topic-rate .icon-rate:hover {
    cursor: pointer;
    opacity: 0.7;
}

.topic-rate .icon-rate-wrap-minus .counter,
.topic-rate .icon-rate-wrap-plus .counter {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    position: absolute;
    top: -10px;
    left: 50%;
    overflow: hidden;
    width: 60px;
    height: 18px;
    margin-left: -30px;
    text-align: center;
}

.topic-rate .icon-rate-wrap-minus .counter.clicked p,
.topic-rate .icon-rate-wrap-plus .counter.clicked p {
    -webkit-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: counter;
    animation-name: counter;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.topic-rate .icon-rate-wrap-plus .counter p {
    color: #43A6A1;
}

.topic-rate .icon-rate-wrap-minus .counter p {
    color: #a1a1a1;
}

.topic-rate .icon-rate .icon-loading {
    display: none;
    margin: 5px;
}

.topic-rate .icon-rate .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.topic-rate .icon-rate .btn-rate div {
    position: absolute;
}

.topic-rate .icon-rate .btn-rate div:nth-child(1),
.topic-rate .icon-rate .btn-rate div:nth-child(2) {
    left: 0;
    width: 30px;
    height: 28px;
    border-radius: 5px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(1) {
    top: 2px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(2) {
    top: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3),
.topic-rate .icon-rate .btn-rate div:nth-child(4) {
    background: #fff;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3):after,
.topic-rate .icon-rate .btn-rate div:nth-child(3):before,
.topic-rate .icon-rate .btn-rate div:nth-child(4):after,
.topic-rate .icon-rate .btn-rate div:nth-child(4):before {
    position: absolute;
    top: 0;
    width: 2px;
    height: 2px;
    content: "";
    border-radius: 2px;
    background: #fff;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3) {
    top: 13px;
    left: 8px;
    width: 14px;
    height: 2px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3):before {
    left: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(3):after {
    right: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(4) {
    top: 7px;
    left: 14px;
    width: 2px;
    height: 14px;
}

.topic-rate .icon-rate .btn-rate div:nth-child(4):before {
    top: 0;
}

.topic-rate .icon-rate .btn-rate div:nth-child(4):after {
    bottom: 0;
}

.topic-rate .icon-rate.icon-plus-btn .btn-rate div:nth-child(1) {
    background: #43A6A1;
}

.topic-rate .icon-rate.icon-plus-btn .btn-rate div:nth-child(2) {
    background: #43A6A1;
}

.topic-rate .icon-rate.icon-minus-btn .btn-rate div:nth-child(1) {
    background: #9f9f9f;
}

.topic-rate .icon-rate.icon-minus-btn .btn-rate div:nth-child(2) {
    background: #bdbdbd;
}

.topic-rate .icon-rate.loading .btn-rate div:nth-child(2),
.topic-rate .icon-rate.loading .btn-rate div:nth-child(3),
.topic-rate .icon-rate.loading .btn-rate div:nth-child(4) {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: pm_btn;
    animation-name: pm_btn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.topic-rate .icon-rate .num-plus {
    color: #43A6A1;
}

.topic-rate .icon-rate .num-minus {
    color: #bfbfbf;
}

.topic-rate .gage {
    position: relative;
    width: 144px;
    height: 16px;
}

.topic-rate .gage .minus,
.topic-rate .gage .plus {
    height: 16px;
}

.topic-rate .gage .plus {
    float: left;
    background: #43A6A1;
}

.topic-rate .gage .minus {
    float: right;
    background: #D9D9D9;
}

.topic-rate .gage .minus:after,
.topic-rate .gage .plus:before {
    position: absolute;
    width: 2px;
    height: 16px;
    content: "";
}

.topic-rate .gage .plus:before {
    left: -2px;
    border-radius: 2px 0 0 2px;
    background: #43A6A1;
}

.topic-rate .gage .minus:after {
    right: -2px;
    border-radius: 0 2px 2px 0;
    background: #D9D9D9;
}

.url-box {
    font-size: 12px;
    position: relative;
    margin: 10px 0;
    padding: 10px;
    color: #8F8F8F;
    border: 1px solid #DBEEEE;
    border-radius: 5px;
    background-color: #F9E7ED;
}

.topic-wrap .content-wrap .breadcrumbs .breadcrumb span.icon-next {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    color: #e3e3e3;
}

/*.swipe.sp {*/
/*    display: none;*/
/*}*/

.swipe.sp .swipe-wrap {
    position: relative;
    overflow: hidden;
}

.swipe.sp .swipe-wrap > div {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

.swipe.sp .swipe-wrap > div a.head {
    font-size: 10px;
    display: inline-block;
    margin: 55px 15px 10px;
    text-align: left;
    color: #fff;
}

.swipe.sp .swipe-wrap > div a.head span {
    text-decoration: underline;
}

.swipe.sp .swipe-wrap > div .swipe-body {
    position: relative;
    height: calc(100vh - 290px);
    margin-bottom: 10px;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment[show=on] {
    display: block;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    margin: 10px 20px;
    color: #fff;
    word-break: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 390px;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment a {
    font-size: 14px;
    display: none;
    margin: 15px 20px;
    padding: 6px 9px;
    letter-spacing: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    text-decoration: none;
}

.swipe.sp .swipe-wrap > div .swipe-body .swipe-comment .icon-comment {
    vertical-align: middle;
}

.topic-image.topic-item-rate {
    font-size: 0;
    float: right;
    margin: 5px 0 0;
}

.swipe.sp .swipe-wrap > div .topic-item-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 15px;
}

.topic-image.topic-item-rate .wrap {
    position: relative;
}

.topic-item-rate .gage, .topic-item-rate .wrap {
    display: inline-block;
}

.swipe.sp .topic-item-rate .wrap {
    width: unset;
    margin: unset;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .wrap-plus {
    margin-left: auto;
}

.swipe.sp .swipe-wrap > div .topic-item-rate p {
    font-weight: 400;
    color: #fff;
}

.swipe.sp .swipe-wrap > div .close {
    position: absolute;
    top: 50px;
    right: 15px;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}

.topic-image.topic-item-rate .wrap .icon-minus,
.topic-image.topic-item-rate .wrap .icon-plus {
    padding: 10px;
}

.topic-image.topic-item-rate .icon-rate.icon-plus .btn-rate {
    position: relative;
    width: 30px;
    height: 30px;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .icon-rate .btn-rate {
    background: #000;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .btn-rate div:nth-child(1) {
    border: 1px solid #fff;
    background: #fff;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .btn-rate div:nth-child(2) {
    border: 1px solid #fff;
    background: #000;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    position: relative;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .plus {
    border: 1px solid #fff;
    border-left: none;
    background: #fff;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .plus:before {
    top: 0;
    border: 1px solid #fff;
    border-right: none;
    background: #fff;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .minus {
    border: 1px solid #fff;
    border-right: none;
    background: 0 0;
}

.swipe.sp .swipe-wrap > div .topic-item-rate .gage .minus:after {
    top: 0;
    border: 1px solid #fff;
    border-left: none;
    background: 0 0;
}

.page-for-comment {
    background: white;
}

.swipe.pc {
    display: none;
}

@media (min-width: 768px) {
    .swipe.pc {
        display: block;
    }

    .swipe.sp {
        display: none;
    }

    /* .topic-wrap .content-wrap .breadcrumbs .breadcrumb#title-comment {
        max-width: 55%;
    } */

    .topic-head .breadcrumbs .title-category {
        max-width: 45%;
    }

    .breadcrumbs-comment .breadcrumb.title-category {
        max-width: 30%;
    }

    .breadcrumbs-comment .breadcrumb#title-comment {
        max-width: 30%;
    }
}

.btn-back-to-previous {
    line-height: 48px;
    width: 260px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    background: #43A6A1;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 40px;
}

.center {
    text-align: center;
}

.btn-show-image-count {
    line-height: 48px;
    width: 260px;
    height: 48px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color: #43A6A1;
    border: 1px solid #43A6A1;
    border-radius: 4px;
    margin-bottom: 30px;
    display: block !important;
}

.bg-F9E7ED {
    background: #F9E7ED !important;
}

.custom-pgn .pb-5 {
    padding-bottom: 5PX !important;
}

.cursor-unset {
    cursor: unset !important;
}

.hover-none:hover {
    opacity: unset !important;
}

.modal-image.open {
    display: flex !important;
}

.modal-image {
    display: none;
    position: fixed;
    z-index: 99;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 0.2);
    align-items: center;
    flex-direction: column;
}

.wp-modal-image {
    max-width: calc(100% - 32px);
    background-color: #FFFFFF;
    position: relative;
}

.modal-image-content {
    display: block;
    width: 100%;
    min-width: 500px;
    max-width: calc(100% - 42px);
    margin: 50px 20px;
    max-height: 700px;
    background-repeat: no-repeat;
}

.modal-image-content {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal-wrap.modal-report {
    width: 300px;
    top: 45%;
    transform: translate(0, -45%);
    padding: 0px 0px 20px;
    max-height: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.topic-wrap .content-wrap .topic-body .modal-wrap.modal-report .topic-item {
    padding: 20px 10px 10px;
    border-bottom: unset !important;
}

.modal-wrap.modal-report a.topic-item-info {
    text-decoration: none;
    display: block;
}

.modal-bk .modal-wrap.modal-report .close {
    top: 0px;
    right: 0px;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.close-modal-image {
    position: absolute;
    top: 17px;
    right: 15px;
    color: #43A6A1;
    font-size: 17px;
    font-weight: bold;
    transition: 0.3s;
}

.close-modal-image:hover,
.close-modal-image:focus {
    color: #43A6A1;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 768px){
    .modal-image-content {
      min-width: 400px;
    }
}

@media only screen and (max-width: 576px){
    .modal-image-content {
      min-width: 300px;
    }
    .wp-btn-action-comment,
    .wp-date-topic-apv {
        display: block;
    }
    .title-main {
        width: 100%;
    }
}

@media only screen and (max-width: 400px){
    .modal-image-content {
      min-width: unset;
    }
}

.checkbox-list-topic.checked,
.form-checkbox-cmt.checked,
.checkbox-delete.checked {
    background: #228f89 !important;
    color: #ffffff !important;
}

.mt-8 {
    margin-top: 8px;
}

.none {
    display: none;
}

.block {
    display: unset !important;
}

@media screen and (max-width: 1140px) {
    .icon-ranking {
        width: 7%;
    }

    .icon-arrival {
        width: 6%;
    }
}

.wp-action-delete .btn-recovery {
    width: 82px;
    height: 36px;
}

.wp-action-delete .txt-right {
    text-align: right;
}

.wp-action-delete .txt-right,
.wp-action-delete .txt-right p {
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    color: #8F8F8F;
}

.wp-action-delete .txt-right span {
    color: #E90000;
}

.modal-dialog-recovery {
    height: 317px !important;
}

.modal-footer-recovery p {
    margin-top: 30px;
    text-decoration: underline;
    color: #61CBED;
    cursor: pointer;
}

.modal-body-recovery {
    height: 100% !important;
}

.modal-body-title-recovery {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #8F8F8F;
    margin-bottom: 30px !important;
    max-height: 54px !important;
    height: unset !important;
    overflow: hidden;
}

.deletion-request-main .form-deletion .wp-form-input-deletion .form-input-control .custom-select-sort select {
    width: 120px;
}

.sub-part .menu-topic {
    display: flex;
    align-items: center;
}

.sub-part .menu-topic img {
    margin-right: 7px;
}

.recovery-topic-detail {
    border: 1px solid #43A6A1;
    border-radius: 4px;
    height: 50px;
    width: 100%;
    color: #43A6A1;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    background-color: #ffffff;
}

.wp-recovery-topic-detail {
    height: 106px;
    padding: 16px 16px 0 16px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.wp-recovery-topic-detail p {
    color: #8F8F8F;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}

.wp-recovery-topic-detail p span {
    color: #E90000;
}

.wp-topic-apv-content .max-width {
    max-width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wp-input-check-detail {
    display: flex;
    align-items: center;
}

.wp-input-check-detail label {
    margin-top: 8px;
    font-size: 12px;
    color: #8F8F8F;
}

.input-check-detail {
    margin-top: 10px;
    width: 30px !important; 
    height: 30px !important;
}

.wp-input-date-pecker {
    display: flex;
    margin-top: 10px;
}

.input-check-date-detail,
.wp-input-date-pecker .date-pecker {
    width: 150px;
    padding: 0  10px 0 0;
}

.wp-input-date-pecker .time-pecker {
    width: 80px;
}

.wp-input-date-pecker .mx-datepicker .mx-input-wrapper input {
    padding: 18px 10px;
}

.mx-datepicker-header {
    text-align: center;
}

.input-check-date-detail {
    margin-right: 10px;
}

.h-400 {
    height: 400px !important;
}

.wp-title-top {
    display: flex;
    justify-content: space-between;
}

.analytic-info p {
    color: #8F8F8F;
    font-weight: 700;
    font-size: 12px;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
  
table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}
  
table tr {
    /* background-color: #f8f8f8; */
    border: 1px solid #ddd;
    padding: .35em;
    color: #8F8F8F;
}
  
table th,
table td {
    padding: .625em;
    text-align: center;
    vertical-align: middle;
}

/* table td .text-time {
    font-weight: 700;
} */

table td .text-time:first-child {
    margin-bottom: 5px;
}
  
table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
}

.personality {
    text-align: left;
}
  
@media screen and (max-width: 600px) {
    .personality {
        text-align: right;
    }

    table {
      border: 0;
    }
  
    table caption {
      font-size: 1.3em;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }
    
    table td::before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
}
.wp-input-time,
.wp-input-time .input-time {
    display: flex;
    align-items: center;
}

.wp-input-time .input-time .time-pecker {
    margin-right: 0;
    width: 85px;
}

.wp-input-time .input-time .time-pecker .mx-input {
    height: 38px;
    border-radius: 5px;
}

.gr-content-category .wp-input-add .input-personality {
    width: 593px;
    margin-right: 0;
}
.gr-content-category .wp-input-add .input-idea {
    width: 250px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-12 {
    margin-left: 12px;
}

.gr-content-category .input-age {
    margin-right: 0;
    width: 250px;
}

.lab-time0 {
    margin-left: 0;
    margin-right: 9px;
}

.gr-content-category .form-check-input,
.gr-content-category .form-check-label {
    cursor: pointer;
}

.button-add-time-ai {
    background-color: #43A6A1;
    border: #43A6A1;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-left: 10px;
}

.gr-content-category .wp-input-add .input-max-comment {
    width: 117px;
}

@media screen and (max-width: 1140px) {
    .gr-content-category {
        display: block;
    }

    .gr-content-category .input-age,
    .wp-input-add,
    .wp-input-time,
    .input-time,
    .gr-content-category .wp-input-add .input-personality,
    .gr-content-category .wp-input-add .input-idea,
    .gr-content-category .wp-input-add .input-max-comment,
    .wp-input-time .input-time .time-pecker {
        width: 100%;
    }

    .wp-input-time,
    .wp-input-time .input-time {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-top: 5px;
    }

    .button-add-time-ai {
        margin-left: 0;
        margin-top: 15px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 28px;
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
  
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #43A6A1;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #43A6A1;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.form-check-input-gender[type=radio] {
    width: 20px;
    height: 20px;
    accent-color: #279690;
}

.form-check-label-gender {
    margin-top: 3px;
    margin-right: 5px;
}
