
  /* Checkbox */
.container-checkbox[data-v-3b853e34] {
    display: block;
    position: relative;
    padding-left: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 20px;
    height: 20px;
    width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.container-checkbox input[data-v-3b853e34] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark[data-v-3b853e34] {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: var(--cor_icones_1);
    border: 1px solid var(--cor_texto_2);
    border-radius: .28rem;
    border-radius: 100%;
}
.container-checkbox:hover input ~ .checkmark[data-v-3b853e34] {
    background-color: var(--cor_background_1);
}
.container-checkbox input:checked ~ .checkmark[data-v-3b853e34] {
    background-color: var(--cor_btn_1);
}
.checkmark[data-v-3b853e34]:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox input:checked ~ .checkmark[data-v-3b853e34]:after {
    display: block;
}
.container-checkbox .checkmark[data-v-3b853e34]:after {
    left: 6.5px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


.el-select__caret {
    color: red !important;
    font-weight: bold !important;
}
#form-training-put-date > div div {
    width: 100% !important;
}
#form-training-put[data-v-54f2fcba] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}
#form-training-put-fields-description-date[data-v-54f2fcba] {
    --max-height: 8rem;
    display: grid;
}
#form-training-put-fields-description-date .el-textarea__inner {
    resize: none;
}
@media only screen and (min-width: 992px) {
#form-training-put-fields-description-date[data-v-54f2fcba] {
      grid-template-columns: 2.85fr 1.25fr;
      max-height: var(--max-height);
}
#form-training-put-fields-description-date .el-textarea__inner {
      height: calc(var(--max-height) - 26px);
}
}
@media only screen and (min-width: 1200px) {
#form-training-put[data-v-54f2fcba] {
      display: grid;
      grid-template-columns: 369px auto;
}
}
#box-table-questions[data-v-54f2fcba]{
    overflow-x: auto;
}
#box-table-questions> table[data-v-54f2fcba] {
    min-width: 1050px;
}
#box-table-questions> table tbody tr[data-v-54f2fcba]:nth-child(odd){
    background-color: var(--cor_background_3)
}
.btn-custom-youtube:hover * {
    fill: var(--cor_icones_1)
}

