.ddc-pill-treinamento {
    height: 20px;
}

.modal-content {
    background-color: var(--primary);
    color: var(--white);
}
.note-editor {
    color: var(--white);
}
.modal-header {
    border-bottom: 1px solid var(--third);
}
.modal-header .close {
    color: var(--white);
}
.modal-footer {
    border-top: 1px solid var(--primary);
}

#form_modal_avaliacao div.questoes:not(:first-of-type) {
  display: none;
}

div.questoes {
    position: relative;
}

.h1-treinamento {
    color: #fff !important;
    font-size: 1.1rem !important;
}

.div-title-treinamento {
  padding: 0;
  padding-bottom: 0px;
  display: flex;
  padding-bottom: 5px;
}

.div-title-treinamento-avaliar {
  padding: 0;
  column-gap: 15px;
  justify-content: space-between;
  display: -webkit-box;
  padding-bottom: 5px;
}
.form-row-treinamento-avaliar {
    margin: 15px 5px;
}
.label-treinamento-avaliar {
    color: var(--white);
    font-size: 13px;
}
.label-treinamento-avaliar i {
    color: var(--second);
    font-size: 11px;
}

.btn-add-deletar {
    margin-left: 5px;
    margin-right: 10px;
}
.btn-add-avaliacao {
    margin-left: 5px;
    margin-right: 5px;
}
.btn-add-aula {
    margin-left: auto;
    margin-right: 5px;
}

.badge-nao-realizada, .badge-realizada {
    margin: auto;
    margin-left: 15px
}

.badge-nao-realizada span {
    background-color: var(--third);
    width: 115px;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: default;
}

.badge-realizada span {
    background-color: var(--green);
    width: 90px;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: default;
}

.main-treinamento {
    position: relative;
    width: 100%;
    padding: 20px 50px;
    margin-bottom: 3em;
    display: block;
    background-color: var(--pretin);
}

.content-treinamento-list {
    border-left: 2px solid var(--third);
    padding: 10px 0 10px 30px;
    position: relative;
}

.content-treinamento-item {
    display: flex;
    position: relative;
    margin-bottom: 10px;
}

.content-treinamento-name {
    color: #fff;
    width: 80%;
    position: relative;
    padding: 3px 0;
}
.content-treinamento-name p {
    font-size: 0.8rem;
    margin-bottom: 0px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content-treinamento-buttons {
    width: 20%;
    position: relative;
    display: flex;
    color: var(--third);
}

.btn-treinamento-disabled {
    cursor: default !important;
}
.btn-treinamento-disabled i:hover {
    color: var(--third) !important;
}

.btn-treinamento {
    color: #fff;
    background: none;
    border: none;
    font-size: 18px;
    padding: 0px;
    cursor: pointer;
    outline: none;
    margin:0 10px;
}

.btn-treinamento a, .btn-treinamento i, .btn-treinamento svg {
    color: var(--third);
}
.btn-treinamento a:hover, .btn-treinamento i:hover, .btn-treinamento svg:hover {
    color: var(--white);
}

.btn.questoes-page {
    color: var(--white);
}
.btn.questos-page:hover {
    color: var(--white);
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem var(--primary-75);;
}

div.quiz_box .modal-body {
    padding: 25px 30px 20px 30px;
}

.modal-body .que_text{
    font-size: 18px;
    font-weight: normal;
}

.modal-body .option_list{
    padding: 20px 0px;
    display: block;
}

.modal-body .option_list .option{
    color: var(--white);
    background: var(--third);
    border: 1px solid var(--third);
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 17px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-body .option_list .option:last-child{
    margin-bottom: 0px;
}

.modal-body .option_list .option:hover{
    color: var(--third);
    background: var(--primary);
    border: 1px solid var(--third);
}

.modal-body .option_list .option.correct{
    color: #155724;
    background: #d4edda;
    border: 1px solid #c3e6cb;
}

.modal-body .option_list .option.incorrect{
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
}

.modal-body .option_list .option.disabled{
    pointer-events: none;
}

.modal-body .option_list .option .icon{
    height: 26px;
    width: 26px;
    border: 2px solid transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 24px;
}
.option_list .option .icon.tick{
    color: #23903c;
    border-color: #23903c;
    background: #d4edda;
}

.option_list .option .icon.cross{
    color: #a42834;
    background: #f8d7da;
    border-color: #a42834;
}

.card-footer .total_que {
    cursor: default !important;
}

.card-footer button.show{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.modal-body.result-box .icon{
    font-size: 100px;
    color: #007bff;
    margin-bottom: 10px;
}

.modal-body.result-box .complete_text{
    font-size: 20px;
    font-weight: 500;
}

.modal-body.result-box .score_text span{
    display: flex;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.modal-body.result-box .score_text span p{
    padding: 0 4px;
    font-weight: 600;
}
