.flex-button-setup-question .btn-bg-icon.btn-yellow {
    background: rgba(232, 151, 44, 1);
}

.flex-button-setup-question .btn-bg-icon.btn-yellow .text {
    color: #fff;
}

.flex-button-setup-question .btn-bg-icon.btn-yellow:hover {
    background: rgba(233, 137, 11, 1);
}
.form-input-aes.ct-input input {
    border: 1px solid rgba(224, 227, 233, 1);
    border-radius: 6px;
    height: 52px;
    padding: 0 12px;
    width: 100%;
    color: rgba(28, 43, 51, 1);
    font-size: 15px;
}
.title-block-part .flex-part .box-input-fill input {
    color: #212529;
}
.box-input-fill .item-form-site {
    width: 100%;
}

.box-input-fill {
    flex: 1;
}
.box-input-fill .item-form-site .appear-els {
    border: none;
    background: transparent;
    border: none;
}
.box-decs .item-form-site .appear-els textarea {
    background: transparent;
    border: none;
    color: #858D9A;
    font-size: 13px;
    line-height: 1.3;
    min-height: 70px;
  
}
.ct-total-point-input.form-input-aes.ct-input input {
    border: none;
}
.box-decs .item-form-site .appear-els {
    border: none;
    background: transparent;
    border: none;
}
.box-input-fill .item-form-site .appear-els textarea {
    background: transparent;
    border: none;
    min-height: 32px;
}

.box-input-fill input {
    width: 100%;
    height: 30px;
    color: #212529;
}
.list-flex-right-part {
    display: flex;
    margin-left: auto;
    align-items: center;
}
.box-total-point-ls {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 36px;
    border-radius: 6px;
    background: #218D20;
    position: relative;
}

.box-total-point-ls .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.ct-total-point-input {
    position: relative;
}
.flex-title-question-small .list-flex-right-part {
    padding-top: 9px;
    width: auto;
    margin-left: auto;
}

.flex-title-question-small .list-flex-right-part .box-total-point-ls .ct-input-point input {
    background: #fff;
}
.form-input-aes.form-input-aes.ct-total-point-input input {
    padding-right: 190px;
    color: rgba(65, 65, 168, 1);
    font-size: 16px;
    font-weight: 700;
    padding-top: 17px;
}

.form-input-aes.form-input-aes.ct-total-point-input .form-label {
    color: rgba(133, 141, 154, 1);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    position: absolute;
    top: 4px;
    left: 12px;
}

.form-input-aes.form-input-aes.ct-total-point-input .box-check-type {
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-input-aes.form-input-aes.ct-total-point-input .box-check-type .name-text {
    color: rgba(28, 43, 51, 1);
    font-weight: 400;
    font-size: 13px;
    top: 4px;
}

.box-total-point-ls .text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding:0 10px;
}

.box-total-point-ls .ct-input-point {
    width: 73px;
    height: 100%;
}

.box-total-point-ls .ct-input-point input {
    background: #dce3ea;
    border: 1px solid 
#CDD2DD;
width:100%;
    height: 100%;
    border-radius: 0;
    padding: 0 10px;
    color: #218D20;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}


.box-dots-choose-opt {
    position: relative;
    margin-left: 8px;
}

.box-dots-choose-opt .icon {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #CDD2DD;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    transition: all .3s;
}

.box-dots-choose-opt .icon img {
    filter: brightness(1);
    transition: all .3s;
}

.box-dots-choose-opt .icon:hover {
    background: #218D20;
}

.box-dots-choose-opt .icon:hover img {
    filter: brightness(99);
}
.popup-box-nav-more {
    position: absolute;
    width: 214px;
    background: #fff;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    z-index: 4;
    right: 0;
    top: calc(100% + 5px);
    padding: 12px;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.popup-box-nav-more.open-box-nav {
    opacity: 1;
    visibility: visible;
}

.imt-nav-child {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccd1d9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    gap: 5px;
}
.imt-nav-child:last-child{
    padding:0;
    margin-bottom:0;
    padding-bottom:0;
    border:none;
}
.imt-nav-child .txt {
    flex: 1;
    transition: all .3s;
    font-size: 15px;
}

.imt-nav-child:hover .txt {
    color: #006402;
}
.title-block-part .flex-part .box-input-fill {
    margin-left: 12px;
}

.title-block-part .flex-part .box-input-fill input {
    width: 100%;
    height: 32px;
    border: none;
    background: transparent;
}

.block-part-lesson .block-part-lesson {}

.title-block-part .text-decs {
    margin: 0;
}
.box-decs .text-decs {
    color: #858D9A;
    font-size: 13px;
    line-height: 1.3;
}

.box-decs {
    border-top: 1px solid #C4D0DD;
    margin: 0 -18px;
    padding: 16px 18px;
    position: relative;
}
.style-box-setup.ct-style-nodata {
    background: rgba(255,255,255,.3);
}
.block-nodata {
    text-align: center;
    padding: 20px 0;
    min-height: 300px;
}

.block-nodata .nodata-image {
    text-align: center;
    margin-bottom: 12px;
}

.text-size-15-gray {
    font-size: 15px;
    font-weight: 400;
    color: #858D9A;
}

.list-button-choose-question {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
}

.btn-choose-question .btn-border {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CDD2DD;
    border-radius: 6px;
    background: transparent;
    height: 40px;
    padding: 0 8px;
    gap: 0 5px;
    min-width:220px;
    transition: all .3s;
}

.btn-choose-question .btn-border .plus {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-choose-question .btn-border .text {
    flex: 1;
    color: #3D4375;
    font-size: 15px;
    font-weight: 700;
    transition: all .3s;
    line-height: 1.3;
    position: relative;
    top: 1px;
}

.btn-choose-question .btn-border .icon {
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px;
}
.btn-choose-question .btn-border:hover {
    background: rgba(61,67,117,.15);
}
.flex-title-box-creat {
    display: flex
    ;
        align-items: flex-start;
}
.box-name-creat {
    background: #006402;;
    height: 44px;
    border-top-left-radius: 12px;
    padding: 0 8px 0 12px;
    appearance: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-action-creat-box {
    display: flex;
    align-items: center;
    gap:8px;
    margin-left: 8px;
}

.item-action-creat {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #CDD2DD;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: transparent;
    transition: all .3s;
}

.item-action-creat .icon-action img {
    filter: brightness(1);
}

.item-action-creat:hover .icon-action img {
    filter: brightness(99);
}

.item-action-creat:hover {
    background: #218D20;
}

.btn-add-tp-new .btn-border {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DAE2EA;
    height: 52px;
    border-radius: 8px;
    overflow: hidden;
    gap: 8px;
}

.btn-add-tp-new .btn-border .plus {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-add-tp-new .btn-border .text {
    color: #3D4375;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    transition: all .3s;
    position: relative;
    top: 1px;
}

.btn-add-tp-new .btn-border .plus img {
    filter: brightness(1);
    transition: all .3s;
}

.btn-add-tp-new .btn-border:hover .plus img {
    filter: brightness(99);
}

.btn-add-tp-new .btn-border:hover .text {
    color: #fff;
}

.btn-add-tp-new .btn-border:hover {
    background: #218D20;
}
@media (min-width:1400px) and (max-width:1599px){

}
@media (min-width:1200px) and (max-width:1399px){
    
}
@media (min-width:992px) and (max-width:1199px){
    
}
@media (min-width:768px) and (max-width:991px){
    
}
@media (min-width:576px) and (max-width:767px){
    .list-flex-right-part {
       margin-left:0;
       width:100%;
    }
    .flex-title-box-creat {
        flex-direction: column;
        margin-bottom: 12px;
    }
    
    .flex-title-box-creat .select-choose-question-page:before,.flex-title-box-creat .select-choose-question-page:after {
        display: none;
    }
    
    .flex-title-box-creat .select-choose-question-page .box-name-creat {
        border-radius: 8px;
        margin-bottom: 12px;
    }
}
@media (max-width:575px){
    .box-decs {
        margin: 0 -12px;
    }
    .flex-title-box-creat {
        flex-direction: column;
        margin-bottom: 12px;
    }
    .flex-title-question-small {
        display: block;
    }
    .flex-title-box-creat .select-choose-question-page:before,.flex-title-box-creat .select-choose-question-page:after {
        display: none;
    }
    
    .flex-title-box-creat .select-choose-question-page .box-name-creat {
        border-radius: 8px;
        margin-bottom: 12px;
    }
    .box-gt-exam {
        padding: 0;
        gap: 0 6px;
        margin-left: -5px;
    }
    .list-button-choose-question {
        flex-direction: column;
        gap: 8px;
    }
    .list-flex-right-part {
        margin-left: 0;
        width:100%;
    }
    .title-block-part .flex-part .box-input-fill {
        flex: 1;
    }
    .title-block-part .flex-part {
                width: 100%;
        flex-wrap: wrap;
        gap: 4px 0;
    }
    .box-gt-exam .txt {
        font-size: 14px;
        line-height: 1.2;
    }
    .title-block-part .flex-part .label-number {
    margin-right: 8px;
}
.title-block-part .flex-part .name {
    flex: none;
    margin: 0;
}
}
@media (max-width:325px) {
    .box-gt-exam .txt {
        max-width: 110px;
    }
}