.custom-style-free-text-circle {
    color: white;
    background: #4B5563;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    margin-bottom: 15px;
}
.custom-style-free-text-circle.true-answer {
    background: #00B578;
}
.custom-style-free-text-circle.false-answer {
    background: #FF3141;
}
.input__text--option {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-radius: 8px; 
    background-color: #C8E4FF;
    min-width: 140px;
    height: 72px;
    margin-right: 12px;
    color: #252525;
    font-style: normal;
    line-height: normal;
    padding: 16px;
    padding-right: 4px;
    font-size: 32px;
    border: none;
    background-image: url(/assets/imgs/caret-down.svg);
    background-position: calc(100% - 16px);
    background-repeat: no-repeat;
}

.input__text--option--true-false {
    font-size: 12px;
    font-weight: 600;
    min-width: 76px;
    height: auto;
    background-image: url(/assets/imgs/caret-down-de-thi.svg);
}
.input__text--option.true-answer {
    border: 1px solid var(--Theme-Success, #00B578);
    background-color: #D9F2DF;
}
.input__text--option.false-answer {
    border: 1px solid var(--Theme-Danger, #FF3141);
    background-color: #F7D6D4;
}
.input__text--input {
    border-radius: 4px !important;
    border: 1px solid var(--Bng-mu-m-rng-Mu-sc-trung-lp-Trung-tnh-sng-TT-1, #D5D5D5) !important;
    background: var(--Bng-mu-m-rng-Mu-sc-trung-lp-Trung-tnh-sng-TT-6, #FFF) !important;

    width: 100% !important;
    height: 40px !important;
    padding: 8px 12px !important;
    margin-bottom: 16px !important;

    color: var(--text-primary, rgba(0, 0, 0, 0.87)) !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 24px !important; /* 150% */
}
.option_content--item .content-answer {
    font-size: 32px !important;
    display: block;
    text-align: left;
}
.option_content--item {
    color: #252525;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    background: #F4F4F4;
    border-radius: 16px;
    padding: 16px;
    font-size: 32px;
    overflow-x: auto;
}
.option_content--item--true-false {
    font-size: 16px;
    background: none;
    padding-left: 4px;
}
.chum__input-wrap {
    position: relative;
}
.chum__icon {
    position: absolute;
    top: 12px;
}
.chum__icon.chum__icon-check {
    right: 4px;
    color: #3CA031;
}
.chum__icon.chum__icon-uncheck {
    color: #FF3141;
    right: 8px;
}
.pointer-events-none {
    pointer-events: none;
}

.w-full {
    width: 100%;
}

.flex-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.content-question {
    position: relative;
}

.tooltip-chi-dan {
    display: none;
}

.custom-label-matching .content-question:first-of-type .tooltip-chi-dan {
    display: block !important;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
    transform: translate(0, 70%);
}

.tooltiptext-chi-dan {    
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.60);
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 8px 16px;
    display: block;
    margin-top: -16px;
}

.custom-text-area {
    width: 100%;
    max-width: min(75%, 640px);
    resize: vertical;
    border-radius: 16px;
    background: #f0f0f0;
    border: none;
    padding: 16px;
    color: #000000DE;
    font-family: Quicksand;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    outline: none;
    text-align: left;
}

.checkmark-checkbox {
    min-width: 30px;
}

.style-custom-free-text {
    /* display: flex; flex-wrap: wrap; width: 100%; align-items: center; justify-content: flex-start; gap: 10px; margin-bottom: 8px; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
    padding: 0 15%;
}

@media screen and (max-width: 768px) {
    .custom-text-area,
    .option_content--item,
    .option_content--item .content-answer,
    .input__text--option {
      font-size: 24px !important;
    }
    .input__text--option {
        min-width: 124px;
        height: 62px;
    }
    .tooltiptext-chi-dan {
        padding: 4px 12px;
        font-size: 16px;
    }

    .style-custom-free-text {
        padding: 0 16px;
    }
}