@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tempCtn {
    padding-right: 40px;
}

.rightCol.viewExercise h1 {
    color: #999999;
    font-size: 1.4em;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

form[id^="exercise-"] .viewExercise h1 {
    color: #999999;
    font-size: 1.4em;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.rightCol.viewExercise .scroll_element, form[id^="exercise-"] .viewExercise .scroll_element {
    max-height: 800px;
}

.rightCol.viewExercise, form[id^="exercise-"] .viewExercise {
    background-color: #f2f2f2;
    padding: 0;
    position: relative;
    padding: 40px 0 40px 40px;
}

.rightCol.viewExercise .deleteBtn, form[id^="exercise-"] .viewExercise .deleteBtn {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
}

.viewExercise.totalCol {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.templatesCnt {
    margin: 0;
    padding: 0;
}

.tempCtn .uploadFiveCnt {
    width: 100%;
}

.inputImgTemplate {
    -ms-flex-align: end;
    -ms-flex-pack: center;
    -o-transition: .3s;
    -webkit-box-align: end;
    -webkit-box-pack: center;
    -webkit-transition: .3s;
    align-items: flex-end;
    background-color: #fff;
    background-image: url(../images/upload_grey.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px !important;
    color: #999999;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    height: 320px !important;
    justify-content: center;
    padding-bottom: 80px;
    transition: .3s;
    width: 100% !important;
    transition: all .3s ease-in-out;
}

.templateEx .inputImgTemplate.hasImage {
    padding-bottom: 0;
    color: #cccccc;
    font-weight: normal;
    background-size: contain !important;
}

.inputImgTemplate:focus+label, .inputImgTemplate:hover {
    opacity: .5;
}

.rightCol.viewExercise p, form[id^="exercise-"] .viewExercise p {
    margin: 20px 0;
}

.rightCol.viewExercise ul, form[id^="exercise-"] .viewExercise ul {
    list-style-type: disc;
    width: 99%;
}

.rightCol.viewExercise ul li h3, form[id^="exercise-"] .viewExercise ul li h3 {
    color: var(--conocimiento);
    font-size: 1.4em;
    font-weight: bold;
}

.answerField {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 20px 0 45px 0;
}

.rightCol.viewExercise .answerField h3, form[id^="exercise-"] .viewExercise .answerField h3 {
    margin: 0 10px 0 0;
}

.answerField input {
    border: 1px solid var(--gris);
    margin: 0;
    padding: 5px 10px;
    width: 275px;
}

.tempCtn .customSelect {
    width: 70px;
    margin: 0 auto;
}

.tempCtn .frac .customSelect {
    margin: 0 5px;
}

.tempCtn .customSelect .ui-selectmenu-button.ui-button {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tempCtn .customSelect .ui-selectmenu-button.ui-button .ui-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.tempCtn .customSelect .ui-selectmenu-text {
    color: #84c341;
    font-size: 2.5em;
    -o-text-overflow: initial;
    text-overflow: initial;
}

input.inputExercice {
    background-color: #fff;
    border: 1px solid #f7931e;
    height: 45px;
    margin: 10px auto;
    text-align: center;
    width: 60px;
}

.tempCtn .switchCnt {
    display: inline-block;
}

.tempCtn .JC {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tempCtn .fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.tempCtn .fx section {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tempCtn .fx .customSelect {
    -ms-grid-column: 2;
    grid-column: 2;
}

.tempCtn .fx .switchCnt {
    display: block;
    text-align: center;
    width: 100%;
}

.tempCtn .fx .switch {
    margin: 0;
}

.tempCtn .fx .inputExercice {
    margin: 0 20px;
}

.equal {
    -ms-flex-item-align: center;
    -ms-grid-column-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #84c341;
    display: block;
    font-size: 4.5em;
    height: 100%;
    justify-self: center;
    text-align: center;
    width: 100%;
}

.tempCtn hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #84c341;
    margin: 1em 0;
    padding: 0;
}

.tempCtn .frac.fx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tempCtn .frac section {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-inline-grid;
    display: inline-grid;
    vertical-align: top;
    height: 172px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.g_end {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 595px;
}

.fieldCenter {
    display: block;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.txt_center {
    text-align: center;
}

.potency .customSelect, .logarithm .customSelect {
    display: inline-block;
    margin: 0 15px;
}

.frac hr {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.tempCtn .frac .switchCnt {
    display: inline-block;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    margin: 0;
}

.squareRoot section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

article.raiz {
    background-image: url(../images/raiz.svg);
    background-position: center 10px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 80px;
    position: relative;
    width: 90px;
}

article.raiz input.inputExercice.pot {
    position: absolute;
    top: -20px;
    left: 0;
}

.squareRoot input.inputExercice {
    margin: 0;
    width: 42px;
}

.squareRoot .raiz input.inputExercice {
    left: 30px;
    position: relative;
    top: 14px;
}

input.inputExercice.pot, input.inputExercice.log {
    width: 25px;
    height: 25px;
    vertical-align: top;
    margin-left: 30px;
}

input.inputExercice.pot {
    border-color: #6309C3;
}

input.inputExercice.log {
    border-color: #001747;
}

input.inputExercice.log {
    display: inline-block;
    vertical-align: bottom;
}

.logSpan {
    font-size: 2.5rem;
    margin-right: 2px;
}

.squareRoot .customSelect {
    width: 70px;
    margin: 0 15px;
}

.afterBegin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.afterBegin section {
    display: -ms-inline-grid;
    display: inline-grid;
}

.afterBegin .switchCnt {
    text-align: center;
}

.afterBegin .switchCnt span {
    margin: 0;
}

#uploadifive-upExerciseImg input[type="file"] {
    height: 100%;
}

.tempCtn .customSelect.equalCnt {
    width: 15px;
}

.rightCol.viewExercise.loading::before, form[id^="exercise-"] .viewExercise.loading::before {
    background-color: #f2f2f2;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.rightCol.viewExercise.loading::after, form[id^="exercise-"] .viewExercise.loading::after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border-bottom: 5px solid var(--empatia);
    border-left: 5px solid var(--empatia3);
    border-radius: 50%;
    border-right: 5px solid var(--empatia3);
    border-top: 5px solid var(--empatia);
    content: '';
    height: 50px;
    left: 42%;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.upCrossBtn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: var(--verde2);
    border-radius: 4px;
    color: #FFF;
    color: white;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    display: inline-block;
    font-size: 1.4em;
    font-size: 1.4rem;
    height: 35px !important;
    justify-content: center;
    line-height: normal !important;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    width: 200px !important;
}

.operation {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.fx.center {
    margin: 0 auto;
}

.statementCnt {
    -ms-flex-align: end;
    -ms-grid-columns: 120px 50px 200px 50px 150px;
    -webkit-box-align: end;
    align-items: end;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 120px 200px 150px;
    margin-bottom: 50px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.statementCnt input.inputExercice, .statementCnt .switchCnt {
    margin: 0;
}

.statementCnt .uploadFiveCnt {
    margin-bottom: 10px;
    text-align: center;
}