.item-question-storage {
    position: relative;
    background: rgba(240, 243, 246, 1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom:16px;
}

.item-question-storage .main-item-topic {
    padding: 0;
    background: transparent;
    position: relative;
}

.item-question-storage .bottom-item-topic {
    padding: 12px;
    background:  rgba(240, 243, 246, 1);
    border-radius: 0 0 8px 8px;
}

.item-question-storage .bottom-item-topic .category-topic {
    margin: 0;
}

.item-question-storage .main-item-topic .picture {
    border: none;

}

.item-question-storage .box-category-question {
    position: absolute;
    bottom: 0;
    background: rgba(218, 226, 234, 1);
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0 12px;
    height: 24px;
    display: inline-flex;
    align-items: center;
}

.item-question-storage .box-category-question .text {
    color: rgba(28, 43, 51, 1);
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-question-storage .main-item-topic .picture.picture-thumb {
    background: #fff;
}

.item-question-storage .main-item-topic .picture.picture-thumb a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-question-storage .main-item-topic .picture.picture-thumb a img {
    width: auto;
    height: auto;
}
.item-question-storage .main-item-topic .number {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: rgba(58, 84, 97, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.heart-item-topic {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
    cursor: pointer;
}

.item-question-storage .main-item-topic .number p {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.heart-item-topic svg path {
    transition: all .3s;
}

.heart-item-topic:hover svg path {
    stroke: rgba(223, 24, 67, 1);
}
.heart-item-topic.heart-active svg path {
    fill:  rgba(223, 24, 67, 1);
    stroke: rgba(223, 24, 67, 1);
}
.item-question-storage .item-cateogory-topic {
    background: transparent;
}
.save-item-topic {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1;
    cursor: pointer;
}

.save-item-topic svg path {
    transition: all .3s;
    fill: transparent;
    stroke: rgba(133, 141, 154, 1);
}

.save-item-topic:hover svg path {
    stroke: rgba(223, 24, 67, 1);
}

.save-item-topic.save-active svg path {
    fill:  rgba(223, 24, 67, 1);
    stroke: rgba(223, 24, 67, 1);
}
.box-check-type.checked-yellow label .check {
    border: 1px solid #CDD2DD;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: relative;
    top: 4px;
}

.box-check-type.checked-yellow label .checked {
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 4px;
}
.box-check-type.checked-yellow input:checked~label .check {
    opacity: 0;
    visibility: hidden;
}
.box-check-type.checked-yellow input:checked~label .checked {
    background: #E8972C;
}


.box-check-type.checked-yellow .text {
    margin-left: 10px;
}
.item-question-storage.checked-item .box-check-type.checked-yellow label .check {
    opacity: 0;
    visibility: hidden;
}
.item-question-storage.checked-item .box-check-type.checked-yellow label .checked {
    background: #E8972C;
    opacity: 1;
    visibility: visible;
}

.item-question-storage.checked-item .main-item-topic {
    border-color: #E8972C;
}

.item-question-storage.checked-item .main-item-topic .number {
    background: #E8972C;
}

.item-question-storage.checked-item .main-item-topic .number p {
    color: #fff;
}
.item-question-storage.checked-item .item-cateogory-topic .text {
    color: #C47901;
}
.item-question-storage .box-check-type {
    background: #fff;
    border-radius: 6px;
    margin-top: 6px;
    padding: 6px;
    cursor: pointer;
}
.item-question-storage.checked-item .item-cateogory-topic {
    border-color: #C47901;
}
.item-question-storage.checked-item  .bottom-item-topic {
    background: #FDF2E5;
}
.wp-form-setup-question.ct-bg-white {
    background: #fff;
}
.flex-button-setup-question .btn-bg-icon.btn-yellow .icon img {
    filter: brightness(99);
}
.center-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.item-question-storage .box-check-type:hover label .check {
    opacity: 0;
    visibility: hidden;
}

.item-question-storage .box-check-type:hover label .checked {
    opacity: 1;
    visibility: visible;
    background: #e8972c;
}
@media (min-width:1500px) {
    .ct-container-choose-question .container {
        max-width: 1510px !important;
    }
}


