/* Layout */ 

.wp-form-setup-question {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: #EBEFF3;
    position: relative;
    display: flex;
    flex-direction: column;
}

.close-page-dark {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    transition: all .4s;
    cursor: pointer;
    z-index:8;
    background: #ebeff3;

}

.close-page-dark img {
    transition: all .4s;
    filter: brightness(1);
    transform: scale(1);
}

.close-page-dark:hover {
    background: #E14547;
}

.close-page-dark:hover img {
    filter: brightness(9);
}

.close-page-dark:hover img {
    transform: scale(.8);
}

.bottom-form-setup-question {
    box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.04);
    background: rgba(255, 255, 255, 1);
    height: 68px;
    padding: 0 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 10px;
    z-index: 7;
}

.main-form-setup-question {
    flex: 1;
    padding: 50px 0;
    overflow-y: auto;
}
.bottom-form-setup-question .left-bottom {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.bottom-form-setup-question .right-bottom {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.flex-button-setup-question {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.flex-button-setup-question .btn-bg-icon {
    height: 52px;
    min-width: 132px;
}


.select-choose-question-page {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.select-choose-question-page select {
    background: #006402;
    height: 44px;
    border-top-left-radius: 12px;
    padding: 0 30px 0 12px;
    appearance: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    border: none;
}
.select-choose-question-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: -44px;
    width: 45px;
    height: 44px;
    background-image: url(../img-fix/elements/texture-select.png)
}

.select-choose-question-page:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 20px;
    height: 10px;
    background: #006402;
}
.select-choose-question-page .icon-select {
    position: absolute;
    right: 6px;
    pointer-events: none;
}
.select-choose-question-page .icon-select img {
    filter: brightness(9);
}
.select-choose-question-page select option {
    background: #fff;
    color: rgba(28, 43, 51, 1);
}
.style-box-setup {
    margin-bottom: 39px;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 36px 52px;
}
.style-box-setup:last-child {
    margin: 0;
}
@media (min-width:1200px) {
    .main-form-setup-question .container {
        max-width: 1194px;
        margin: 0 auto;
    }
}
@media (min-width:992px) and (max-width:1599px){
    .main-form-setup-question {
        padding: 40px 0;
    }
}

@media (min-width:992px) and (max-width:1199px){
    .style-box-setup.style-box-setup {
        padding: 32px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .style-box-setup.style-box-setup {
        padding: 24px;
    }
    .main-form-setup-question {
        padding: 40px 0;
    }
    .close-page-dark {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .close-page-dark img {
        transform: scale(.8);
    }
    .bottom-form-setup-question {
        padding: 0 15px;
    }
    .bottom-form-setup-question {
        height: 60px;
    }
    .flex-button-setup-question .btn-preview .text {
        display: none;
    }
    .bottom-form-setup-question .btn-detele .text {
        display: none;
    } 
}
@media (max-width:991px){
  
    .flex-button-setup-question .btn-bg-icon {
        height: 44px;
    }
   
    .flex-button-setup-question .btn-bg-icon {
        min-width: auto;
        padding: 13px;
    }
   
    
}
@media (max-width:767px){
    .flex-button-setup-question>div {
        flex: 1;
    }
    
    .bottom-form-setup-question .right-bottom {
        width: 100%;
    }
    
    .flex-button-setup-question {
        width: 100%;
    }
    
    .flex-button-setup-question .btn-bg-icon {
        width: 100%;
    }
    
    .flex-button-setup-question .btn-bg-icon .text {
        flex: 1;
    }
}
@media (min-width:576px) and (max-width:767px){
    .bottom-form-setup-question {
        padding: 12px 15px;
        height: auto;
        flex-direction: column;
    }
    .style-box-setup.style-box-setup {
        padding: 24px;
    }
    .main-form-setup-question {
        padding: 30px 0;
    }
    .close-page-dark {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
    }
    .close-page-dark img {
        transform: scale(.8);
    }
    .bottom-form-setup-question .left-bottom {
        margin-bottom: 10px;
    }
}
@media (max-width:575px){
    .bottom-form-setup-question {
        padding: 12px 15px;
        height: auto;
        flex-direction: column;
    }
    .bottom-form-setup-question .left-bottom {
        margin-bottom: 10px;
    }
    .style-box-setup.style-box-setup {
        padding: 16px;
        margin-bottom: 24px;
    }
    .main-form-setup-question {
        padding: 30px 0;
    }
    .close-page-dark {
        width: 40px;
        height: 40px;
        right: 4px;
        top: 4px;
    }
    .close-page-dark img {
        transform: scale(.8);
    }
    
    .select-choose-question-page select {
        font-size: 14px;
    }

    
  
    
    .flex-button-setup-question .btn-bg-icon .text {}
}
/* End Layout */ 


.box-item-setup {
    margin-bottom: 28px;
}

.box-item-setup:last-child {
    margin: 0;
}

.title-box-setup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.title-box-setup .name-title {
    color: rgba(133, 141, 154, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;}

.btn-open-box {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.fill-blank-question {
    display: inline-block;
    height: 25px;
    position: relative;
}

.fill-blank-question input {
    width: auto;
    border: none;
    border-bottom: 1px solid #D37B00;
    height: 18px;
    color: #D37B00;
}
.btn-open-box .text {
    color: rgba(133, 141, 154, 1);
    font-size: 13px;
    font-weight: 400;
    transition: all .3s;
}

.btn-open-box .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateX(0);
    transition: all .3s;
}

.main-box-setup {
    display: none;
}

.box-item-setup.open .main-box-setup {
    display: block;
}

.box-item-setup.open .btn-open-box .icon {
    transform: rotateX(180deg);
}

.textarea-brain .appear-els {width: 100%;height: 100%;}

.textarea-brain textarea {
    width: 100%;
    /* height: 100%; */
    border: 1px solid rgba(224, 227, 233, 1);
    border-radius: 6px;
    font-size: 15px;
    padding: 8px;
    outline: none;
    box-shadow: none;
    transition: all .3s;
    resize: none;
    overflow-y: hidden;
    min-height:100px;
    max-height: 300px; 
}

.textarea-brain textarea::placeholder {
    color: rgba(133, 141, 154, 1);
    font-size: 13px;
    font-weight: 400;
}
.item-add-picture {
    position: relative;
    cursor: pointer;
}

.item-add-picture .picture {
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 6px;
}

.item-add-picture .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.icon-detele-item {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    cursor: pointer;
}
.item-add-audio.flex-add-audio {
    display: flex;
    align-items: center;
}

.item-add-audio.flex-add-audio .iframe-audio {
    flex: 1;
}

.item-add-audio.flex-add-audio .icon-detele-item {
    position: relative;
    top: 0;
    right: 0;
    background: transparent;
    width: 24px;
    height: 24px;
}

.item-add-audio.flex-add-audio .icon-detele-item img {
    width: 16px;
    filter: brightness(1);
}
.item-add-picture .icon-detele-item img {
    width: 12px;
}
.item-add-audio .icon-detele-item img {
    width: 12px;
}
.icon-detele-item img {
    transition: all .3s;
}

.item-add-picture:hover .icon-detele-item {
    opacity: 1;
    visibility: visible;
}

.icon-detele-item:hover {
    background: rgba(221, 13, 58, 1);
}

.icon-detele-item:hover img {
    filter: brightness(9);
}

.item-add-audio {
    width: 100%;
    background: rgba(240, 243, 246, 1);
    position: relative;
    min-width: 120px;
    padding:2px  12px;
    border-radius: 6px;
}

.item-add-audio .info-add-audio {
    text-align: center;
}

.item-add-audio .info-add-audio .name {
    color: rgba(28, 43, 51, 1);
    font-size: 13px;
    font-weight: 400;
    margin-top: 8px;
}

.item-add-audio:hover .icon-detele-item {
    opacity: 1;
    visibility: visible;
}

.list-btn-add-info {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.style-box-setup .row [class*='col-'] {
    margin-bottom: 12px;
}
.form-tag {
    border: 1px solid rgba(224, 227, 233, 1);
    border-radius: 6px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
}

.box-tag-search .text-size-13-dark {
    margin-bottom: 4px;
}

.search-tag input {
    width: auto;
    border: none;
    font-size: 14px;
    border: none;
    width: 100%;
    height: 32px;
}

.search-tag input::placeholder {
    color: rgba(133, 141, 154, 1);
}

.item-tag-search {
    display: inline-flex;
    align-items: center;
    background: rgba(225, 231, 253, 1);
    border-radius: 4px;
    height: 32px;
    padding: 0 12px;
    gap: 0 8px;
}

.item-tag-search .name {
    color: rgba(74, 74, 176, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.item-tag-search .close-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item-tag-search .close-tag svg path {
    transition: all .3s;
}

.item-tag-search .close-tag:hover svg path {
    fill: rgba(225, 69, 71, 1);
}
.box-choose-option .list-btn-add-info .btn-add-content {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-box-setup .flex-title-box {
    display: flex;
    align-items: center;
}

.box-select-choose-label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 40px;
}

.box-select-choose-label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 20px;
    width: 1px;
    height: 24px;
    background: #CDD2DD;
}

.box-select-choose-label .label {
    display: inline-flex;
    background: #EBEFF3;
    border-radius: 100px;
    height: 20px;
    padding: 0 6px;
    color: #858D9A;
    font-size: 13px;
}

.select-choose-label {
    position: relative;
    margin-left: 6px;
}

.select-choose-label select {
    appearance: none;
    background: transparent;
    border: none;
    color: #1C2B33;
    font-weight: 500;
    font-size: 15px;
    padding-right: 26px;
    outline: none;
    cursor: pointer;
}

.select-choose-label .icon-select {
    position: absolute;
    right: 0;
    pointer-events: none;
}

.box-choose-option {
    border: 1px solid #E0E3E9;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 16px;
}

.box-choose-option .title-box-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.box-choose-option .title-box-option .box-check-type {
    flex: 1;
}

.box-choose-option .title-box-option .list-btn-add-info {
    gap: 0 12px;
}

.box-check-type.checked-green label .check {
    border: 1px solid #CDD2DD;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    position: relative;
    top: 4px;
}

.box-check-type.checked-green 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-green input:checked~label .check {
    opacity: 0;
    visibility: hidden;
}

.box-check-type.checked-green input:checked~label .checked {
    background: #1BBD69;
}
.title-box-option .box-check-type .text {
    color: #1C2B33;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 4px;
}
.flex-option-question .item-add-picture {
    width: 168px;
}

.flex-option-question .item-form-site {
    flex: 1;
}

.flex-option-question {
    display: flex;
    gap: 0 8px;
    flex-wrap:wrap;
}

.flex-option-question .auto-textarea {
    min-height: 100%;
    background: #F0F3F6;
    border-color: transparent;
}
/* .flex-option-question .auto-textarea:focus {
    border-color: rgb(46 46 147);
} */
.box-content-question-textarea .item-form-site {
    position: relative;
}
.box-content-question-textarea .item-form-site .btn-detele {
    position: absolute;
    top: 5px;
    right: 5px;
}
.box-content-question-textarea .item-form-site .appear-els .auto-textarea {
    padding-right: 32px;
}
.item-form-site.textarea-brain.h-64 .auto-textarea {
    min-height: 64px;
}
.btn-add-lc {
    text-align: center;
}
.btn-status-tt .layout-btn {
    display: inline-flex;
    align-items: center;
    gap: 0 4px;
}

.btn-status-tt .layout-btn .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-status-tt .layout-btn .text {
    color: #218D20;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    top: 1px;
}
.box-list-stt {
    border-bottom: 1px dashed #A9ACB0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.box-list-stt:last-child {
    margin: 0;
}

.label-number-stt {
    display: inline-flex;
    align-items: center;
    background: #EBEFF3;
    border-radius: 100px;
    padding: 0 10px;
    height: 20px;
    margin-bottom: 10px;
}

.label-number-stt p {
    color: #858D9A;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.list-tag-question {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.item-tag-question {
    border: 1px solid rgba(169, 172, 176, 1);
    border-radius: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
    transition: all .3s;
}

.item-tag-question p {
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    transition: all .3s;
}

.item-tag-question:hover {
    background: rgba(169, 172, 176, 1);
}

.item-tag-question:hover p {
    color: #fff;
}.box-list-stt {
    border-bottom: 1px dashed #A9ACB0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.box-list-stt:last-child {
    margin: 0;
}

.label-number-stt {
    display: inline-flex;
    align-items: center;
    background: #EBEFF3;
    border-radius: 100px;
    padding: 0 10px;
    height: 20px;
    margin-bottom: 10px;
}

.label-number-stt p {
    color: #858D9A;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.list-tag-question {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.item-tag-question {
    border: 1px solid rgba(169, 172, 176, 1);
    border-radius: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
    transition: all .3s;
}

.item-tag-question p {
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    transition: all .3s;
}

.item-tag-question:hover {
    background: rgba(169, 172, 176, 1);
}

.item-tag-question:hover p {
    color: #fff;
}.box-list-stt {
    border-bottom: 1px dashed #A9ACB0;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.box-list-stt:last-child {
    margin: 0;
}

.label-number-stt {
    display: inline-flex;
    align-items: center;
    background: #EBEFF3;
    border-radius: 100px;
    padding: 0 10px;
    height: 20px;
    margin-bottom: 10px;
}

.label-number-stt p {
    color: #858D9A;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.list-tag-question {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.item-tag-question {
    border: 1px solid rgba(169, 172, 176, 1);
    border-radius: 4px;
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    cursor: pointer;
    transition: all .3s;
}

.item-tag-question p {
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    transition: all .3s;
}

.item-tag-question:hover {
    background: rgba(169, 172, 176, 1);
}
.ct-check-radio-style label .check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: all .3s;
    border: 1px solid rgba(205, 210, 221, 1);
}

.ct-check-radio-style label .checked {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: all .3s;
    border: 6px solid rgba(244, 162, 29, 1);
    top: 1px;
}

.ct-check-radio-style input:checked~label .name-text {
    color: rgba(28, 43, 51, 1);
}

.ct-check-radio-style label .name-text {
    color: rgba(133, 141, 154, 1);
    font-weight: 500;
    transition: all .3s;
}
.item-tag-question:hover p {
    color: #fff;
}
.btn-add-lc .layout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0 4px;
}

.btn-add-lc .layout-btn .text {
    color: #C47901;
    font-weight: 500;
    line-height: 23px;
    font-size: 15px;
}

.btn-add-lc .layout-btn  .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -1px;
}
.iframe-audio audio {
    width: 100%;
    height: 100%;
}

.iframe-audio {
    height: 36px;
}
.box-choose-option .content-box-option {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.box-choose-option .btn-add-lc .text{
    color: #218D20;
}
.box-name-title-tag {
    display: flex;
    align-items: center;
    gap: 0 8px;
    position: absolute;
    background: #fff;
    left: 12px;
    top: -9px;
    padding: 0 4px;
}

.box-name-title-tag .icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-tag-search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:  8px;
}

.form-tag.form-tag-green {
    padding: 20px 12px 12px 12px;
    margin-bottom: 14px;
}

.item-tag-search.tag-correct {
    background: rgba(220, 246, 223, 1);
}
.item-tag-search.tag-correct .name {
    color: rgba(33, 168, 91, 1);
}
.item-tag-search.tag-correct .close-tag svg path {
    fill: rgba(33, 168, 91, 1);
}
.item-tag-search.tag-correct .close-tag:hover svg path {
    fill: #e14547;
}
.item-tag-search.tag-wrong {
    background: rgba(255, 225, 226, 1);
}
.item-tag-search.tag-wrong .name {
    color: #e14547;
}
.item-tag-search.tag-wrong .close-tag svg path {
    fill: #e14547;
}
.item-tag-search.tag-wrong .close-tag:hover svg path {
    fill: #e14547;
}

.box-question-fill-blank {
    border: 1px solid rgba(224, 227, 233, 1);
    background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 14px 20px;
}
.form-tag-fill-blank {border: 1px solid #E0E3E9;border-radius: 6px;padding: 20px 12px 12px 12px;position: relative;display: flex;flex-wrap: wrap;gap: 8px;margin-bottom: 14px;}

.main-box-quetion {display: inline-block;font-size: 15px;}

.box-location-answer {
    display: inline-block;
    background: rgba(225, 231, 253, 1);
    height: 28px;
    padding: 0 8px;
    border-radius: 6px;
    line-height: 28px;
}
.flex-1-tr .icon-answer {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-1-tr .flex-tag-search {
    flex: 1;
}
.tr-answer-correct-wrong {
    background: #F0F3F6;
    border-radius: 6px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
}
.flex-1-tr {
    display: flex;
    gap: 8px;
    align-items: center;
}
.box-answer-correct-wrong {
    width: 100%;
}

.tr-answer-correct-wrong:last-child {
    margin: 0;
}

.tr-answer-correct-wrong .search-tag input {
    background: transparent;
}
.box-location-answer .number {
    color: rgba(74, 74, 176, 1);
    font-size: 15px;
    font-weight: 500;
}

.icon-close-button {
    margin-left: 4px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.icon-close-button svg path {
    transition: all .3s;
}

.icon-close-button:hover svg path {
    fill: rgba(225, 69, 71, 1);
}

.flex-box-quetion {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.btn-creat-location-blank .btn-bg-icon {
    height: 32px;
}
.number-question-check-answer {
    display: flex;
    align-items: center;
    gap: 0 20px;
    flex: 1;
}

.number-question-check-answer .name {
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.flex-check-answer {
    display: flex;
    align-items: center;
    gap: 0 16px;
    position: relative;
    top: 1px;
}

.ct-check-radio .check {
    border: 1px solid rgba(205, 210, 221, 1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.ct-check-radio label .name-text {
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    top: 1px;
}
.flex-option-question .list-btn-add-info {
    width: 100%;
    padding-top: 12px;
}
.ct-check-radio label .checked {
    background: rgba(205, 210, 221, 1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-answer-correct .checked {
    background: rgba(27, 189, 105, 1) !important;
}
.ct-check-radio .checked img {
    width: 10px;
}
.box-choose-option.ct-bg-pl {
    background: rgba(240, 243, 246, 1);
    border: none;
}

.flex-name-title-pl {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.flex-name-title-pl .number {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #006402;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-name-title-pl .number p {
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
}

.flex-name-title-pl .form-fill-title {
    flex: 1;
}

.flex-name-title-pl .form-fill-title input {
    width: 100%;
    background: transparent;
    border: none;
    height: 24px;
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.flex-name-title-pl .form-fill-title input::placeholder {
    color: rgba(133, 141, 154, 1);
    font-size: 13px;
    font-weight: 400;
}

.box-choose-option.ct-bg-pl .flex-option-question {
    background: #fff;
    padding: 8px;
    border-radius: 8px;
}

.box-choose-option.ct-bg-pl .flex-option-question .auto-textarea {
    background: transparent;
    border: 1px solid rgba(224, 227, 233, 1);
}
.icon-detele-hover {
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.flex-option-question:hover .icon-detele-hover {
    opacity: 1;
    visibility: visible;
}
.block-question-small {
    margin: 0 -52px;
    padding: 0 52px;
    border-top: 3px solid #006402;
}

.flex-title-question-small {
    display: flex;
    margin-bottom: 24px;
}

.flex-title-question-small .btn-bg-icon {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    height: 32px;
    gap: 0 4px;
}

.flex-title-question-small .btn-bg-icon .icon {
    position: relative;
    top: -2px;
}

.flex-title-question-small .btn-bg-icon  .text {
    position: relative;
    top: -2px;
}

c {
    margin-left: auto;
    position: absolute;
}

.box-action-dots>.icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    cursor: pointer;
    transition: all .3s;
    background: transparent;
    border-radius: 4px;
}
.box-action-dots {
    margin-left: auto;
    position: relative;
}

.popup-action-box {
    position: absolute;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);
    width: 196px;
    right: 0;
    top: calc(100% + 10px);
    border-radius: 4px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.popup-action-box.open {
    opacity: 1;
    visibility: visible;
}          
.box-action-dots>.icon:hover {
    background: #f0f3f6;
}

.text-imt-action {
    color: #1C2B33;
    padding: 6px 0;
    display: inline-flex;
    font-size: 15px;
    transition: all .3s;
}
.flex-title-question-small .select-choose-question-page:before {
    display: none;
}
.flex-title-question-small .select-choose-question-page:after {
    display: none;
}

.flex-title-question-small .select-choose-question-page select {
    border-radius: 0px 0px 8px 8px;
    height: 32px;
    font-size: 15px;
    margin-top: -4px;
}

.flex-title-question-small .select-choose-question-page .icon-select {
    top: 2px;
}
.flex-box-otp {
    display: flex;
    align-items: center;
    gap: 0 6px;
    flex: 1;
}

.flex-box-otp .checked {
    width: 20px;
    height: 20px;
    background: rgba(27, 189, 105, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.form-input-choose-otp input {
    width: 100%;
    border: none;
    flex: 1;
    height: 100%;
}

.form-input-choose-otp {
    flex: 1;
}
.form-input-choose-otp input::placeholder {
    font-weight: 300;
    font-size: 14px;
}
.box-fill-question-textarea {
    border-radius: 6px;
    border: 1px solid rgba(224, 227, 233, 1);
    display: flex;
    align-items: center;
    padding: 8px;
}

.box-fill-question-textarea .stt-question {
    background: rgba(235, 239, 243, 1);
    width: 32px;
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-fill-question-textarea .stt-question p {
    color: rgba(133, 141, 154, 1);
    font-size: 15px;
    font-weight: 700;
}

.box-fill-question-textarea .appear-els {
    border: none;
}

.box-fill-question-textarea .appear-els textarea {
    min-height: 32px;
    width: 100%;
    border: none;
    padding: 6px 10px;
}

.box-fill-question-textarea .item-form-site {
    flex: 1;
}

.box-keyword-fill-answer .ct-input-keyword {
    display: block;
    width: 426px;
}

.box-keyword-fill-answer {
    position: relative;
}

.box-keyword-fill-answer .flex-keyword {
    min-width: 190px;
    position: absolute;
    background: #fff;
    display: inline-flex;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 8px;
}

.box-keyword-fill-answer .flex-keyword .checked-correct {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
}

.box-keyword-fill-answer .flex-keyword .text {
    color: rgba(28, 43, 51, 1);
}

.box-keyword-fill-answer .ct-input-keyword input {
    color: rgba(27, 189, 105, 1);
}
@media (max-width:991px) {
    .item-add-audio.flex-add-audio .icon-detele-item {
        opacity: 1;
        visibility: visible;
    }
    .icon-detele-item {
        opacity: 1;
        visibility: visible;
        top: 5px;
    }
    .icon-detele-hover {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width:575px) {
    .box-keyword-fill-answer .ct-input-keyword {width: 100%;}
    .box-question-fill-blank {
        padding: 14px 12px;
    }
    .list-btn-add-info {
        gap: 0 8px;
    }

    .btn-text-icon-purple .text {
       
        line-height: 1.2;
        text-align: center;
    }
    .title-box-setup .flex-title-box {
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }
    
    .title-box-setup .name-title {flex: 1;margin-right: 10px;}
    
    .box-select-choose-label {
        padding: 0;
        width: 100%;
        padding-top: 9px;
        margin-bottom: 9px;
    }
    
    .box-select-choose-label:before {
        display: none;
    }
    
    .title-box-setup {
        flex-wrap: wrap;
        width: 100%;
        position: relative;
    }
    
    .box-select-choose-label .select-choose-label {
        width: auto;
    }
    
    .btn-open-box {
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width:325px) {
    .flex-button-setup-question .btn-bg-icon {
        min-width: auto;
        padding: 10px;
    }
}