.form-container{
    max-width: 70%;
    margin: 2em auto 2em;
    position: relative;
}
.form-login-container{
    max-width: 30%;
    margin: 5em auto 0;
}

#formLogin i {
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.navbar-brand{
    width: 200px;
}
.blurred-login-container{
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 2em;
    background-color: rgba(255,255,255, 0.25);
}
.logo-login {
    margin: 0 auto 2em;
    width: 300px;
    display: block;
}
.btnlogin {
    width: 100%;
    margin-top: 1em;
}
.btn-cancel-next{
    margin-top: 5em;
}
.btn-cancel-next>button{
    width: 7em;
    text-transform: uppercase;
}
button.col-sm-2.btn.btn-primary.next {
    max-height: 38px;
}
.select-media{
    width: 100%;
    height: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.title-media{
    position: absolute;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.3em 0.2em;
    font-size: 0.9em;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.next{
    float: right;
}
.btns-menu-step{
    width: 60%;
    margin: 4em auto;
    text-align: center;
}
.btns-menu-step>button{
    margin-top: 1em;
    width: 15em;
    max-width: 15em;
}
.img-initial-values{
    max-width: 144px;
    margin: auto;
}
.initial-attribute{
    margin-right: 3em;
}
.inConflict{
    color: #ffc107;
}
.customRadioBtn {
     display : block;
}
.customRadioBtn > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.customRadioBtn > input + div{ /* DIV STYLES */
    cursor:pointer;
    padding: 1em;
    border: 2px solid #fff;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.6);
}
.customRadioBtn > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    border-color: rgba(0, 6, 18, 0.6);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 6, 18, 0.6);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 6, 18, 0.6);
    box-shadow: inset 0 0 20px 15px rgba(255, 255, 255, 0.6);
}
.customRadioBtnMedia {
    display : block;
}
.customRadioBtnMedia > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.customRadioBtnMedia > input + div{ /* DIV STYLES */
    cursor:pointer;
    border-radius: 7px;
    background-color: #000;
    position: relative;
    max-height: 100%;
}
.customRadioBtnMedia > div > img,video{ /* DIV STYLES */
    /* height: 115px; */
}
.customRadioBtnMedia > input:checked + div > div{ /* (RADIO CHECKED) DIV STYLES */
    background-color: rgb(2 0 161 / 70%);
}
.radioMediaDiv{
    position: relative;
    height: 100%;
}
.greenFilter{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 7px;
}
.customCheckbox {
    display : block;
}
.customCheckbox > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
.customCheckbox > input + div{ /* DIV STYLES */
    cursor:pointer;
    border: 2px solid #fff;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.6);
}
.customCheckbox > div > img{ /* HIDE RADIO */
    padding: 1em 1em 0;
}
.customCheckbox > input:checked + div{ /* (RADIO CHECKED) DIV STYLES */
    border-color: rgba(0, 6, 18, 0.6);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 6, 18, 0.6);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 6, 18, 0.6);
    box-shadow: inset 0 0 20px 15px rgba(255, 255, 255, 0.6);
}
.checkboxDiv{
    position: relative;
}
.redFilter{
    box-shadow: inset 0 0 8px 4px #C7545A;
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    border-radius: 6px;
}
.bi-exclamation-triangle-fill{
    color: #FCAB10;
    font-size: 1.5em;
    position: absolute;
    left: 7px;
    visibility: hidden;
}
.bi-exclamation-triangle-fill.block{
    color: #FCAB10;
    font-size: 1em;
    position: relative;
    left: 0;
    visibility: visible;
}
.bi-dash-circle-fill.ab{
    color: #C7545A;
    font-size: 1.5em;
    position: absolute;
    right: 7px;
    visibility: hidden;
}
.bi-dash-circle-fill.conflict{
    color: #C7545A;
    font-size: 1em;
    position: relative;
    right: 0;
    visibility: visible;
}
.bi-list{
    font-size: 1.5em;
}
.bi-list.active{
    border: 1px solid #ddd;
}
.bi-pencil-fill{
    color: #fff;
}
.bi-trash-fill{
    color: #fff;
}
.col-sm-2.form-check.test > input {
    margin: 0.65em auto;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
}
.col-sm-2.form-check.test > label {
    margin: 0.4em 0 0 0.5em;
}
.col-12.addQuestion > button {
    width: 250px;
    margin-left: 1em;
}
.col-12.addQuestion {
    text-align: right;
}
.question{
    margin-top: 2em;
}
.edit-lesson-info{
    font-weight: 400;
}
.edit-lesson-info.title{
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.edit-lesson-info.desc{
    margin: 0.5em 0 0;
    color: #fff;
}
.phase-container{
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    border: 1px solid #ddd;
    padding: 1em;
    margin: 0 auto 1em;
    width: 100%;
}
.img-edit-lesson{
    width: 100%;
}
.lesson-info-box{
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 7px;
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 2em;
    position: relative;
}
.radioCorrect:checked{
    background-color: #78AC0F;
    border-color: #78AC0F;
}
.radioCorrect:focus{
    box-shadow: none;
}
.btnEdit {
    background: none;
    border: none;
    margin-left: 1em;
}
.btnEdit.editLesson{
    position: absolute;
    top: 7px;
    right: 7px;
}
.btnEditPhase {
    background: none;
    border: none;
    float: right;
}
.btnEditPhase {
    background: none;
    border: none;
    float: right;
}
.btnEditPhase.edit {
    position: absolute;
    top: -14px;
    right: -10px;
    color: #fff;
}
.editMenu{
    backdrop-filter: blur(10px);
    background-color: rgba(0, 6, 18, 0.6);
    border-radius: 5px;
    border: 1px solid #ddd;
    position: absolute;
    top: 75px;
    right: 45px;
    z-index: 999;
    width: max-content;
    -webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.23);
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.23);
}
.editMenu > ul {
    padding: 0;
    margin: 0;
}
.editMenu > ul > li{
    list-style: none;
    text-align: left;
    padding: 1em;
    cursor: pointer;
    color: white;
}
#profesorName {
    margin-right: 1em;
}
.btnClassroom {
    float: right;
    margin-left: 1em;
}
.btnLesson {
    float: right;
    margin-left: 1em;
}
.btnAddStep{
    background-color: transparent;
    height: 2.5em !important;
    color: #fff;
    font-weight: 500;
    border-color: #fff;
}
.btnSynthesize{
    height: 2.3em !important;
    color: #fff;
    width: 100%;
    padding: 0 1em !important;
    background-color: rgba(0, 6, 18, 0.8);
    border: 1px solid #fff;
}
.handle {
    cursor: grab;
    color: #fff;
}
.handle-step {
    cursor: grab;
    color: #fff;
}
.list-group-item > p {
    margin: 0.3em;
}
.list-group-item > p > i{
    margin-right: 1em;
    font-weight: 500;
}
.list-group-item {
    margin: 0.2em 0;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #fff;
}
.blue-background-class{
    background: rgba(13, 110, 253, 0.38);
}
.newStep {
    width: 15em;
    margin: 0.5em 0 0.1em;
}
.newPhase {
    height: 3em;
    width: 100%;
    margin-top: 2em;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
}
.phaseDraggable{
    background: rgba(56, 56, 56, 0.25);
    padding: 0 2em 2em;
}
.environment-edit-lesson{
    border-right: 1px solid #ddd;
    position: relative;
}
.environment-edit-lesson > button{
    display: none;
}
.initial-values-edit-lesson{
    position: relative;
    padding: 0 2em;
}
.initial-values-edit-lesson > button{
    display: block;
}
.Healthy{
    color: #78AC0F;
    font-weight: 400;
    margin-right: 1em;
    font-size: 0.9em;
}
.Healthy.desc {
    margin: 0;
}
.Unhealthy{
    color: #C7545A;
    font-weight: 400;
    margin-right: 1em;
    font-size: 0.9em;
}
.Unhealthy.desc {
    margin: 0;
}
.className{
    height: auto !important;
}
.grid-item.class{
    padding: 1em;
}
.inputCode{
    width: 100%;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0 0.5em;
}
.grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
.grid-btnsAddStep{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-btnsAddStep2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.grid-item-btnsAddStep > button, .grid-item-btnsAddStep2 > button{
    background: rgba(0, 6, 18, 0.6);
    padding: 1.7em;
    width: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.labelAddStep{
    font-weight: 600;
    color: #fff;
}
.grid-classes{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
.grid-environment{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
}
.grid-media{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.4em;
}
.grid-initial-action-bubbles{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
.grid-initial-values{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
}
.grid-assign{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
}
.grid-item{
    padding: 1em;
    border: 1px solid #fff;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.6);
}
.grid-radio-item{
    /*background-color: #fff;*/
    border-radius: 7px;
    height: 115px;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.grid-item > h5{
    color: #fff;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.description{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 85px;
    font-size: 0.9em;
    color: #fff;
}
.description::-webkit-scrollbar {
    width: 10px;
    background: none;
    z-index: 1000;
  }
  /* Track */
  .description::-webkit-scrollbar-track {
    background: none;
  }
  /* Handle */
  .description::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: #fff;
    background-clip: content-box;
    border: 3px solid #00000000;
  }
.navbar-toggler-icon{
    margin-top: 15px;
}
.sharedAccount{
    color: #fff;
    font-size: 0.8em;
    display: block;
    margin: -1em auto 0;
}
.sharedAccountResponsive{
    color: #fff;
    font-size: 0.6em;
    display: none;
}
.nameLogout{
    cursor: default;
}
.logoutResponsive{
    display: none;
}
.logout{
    display: block;
}
.nameProfesor{
    color: #fff;
    font-size: 0.7em;
    display: inline-grid;
}
.bi-power{
    -webkit-text-stroke: 1px;
}
.attributes{
    border: 2px solid #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1em 3em;
}
.action-bubbles-section{
    border: 2px solid #DDD;
    border-radius: 7px;
    background-color: transparent;
    padding: 1em;
    margin-top: 2em;
}
.environmentSelected{
    border: 2px solid #fff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1em 5em;
    border-right: none;
}
.toggleAttributes{
    display: flex;
    flex-direction: row;
    padding: 0;
}
.toggleAttr{
    margin-left: 0 !important;
    background-position: right center !important;
    background-color: #C7545A;
    border-color: #C7545A;
}
.toggleAttr:focus{
    box-shadow: none;
}
.toggleAttr:checked{
    background-position: left center !important;
    background-color: #78AC0F;
    border-color: #78AC0F;
}
.btnsEditDeleteLesson {
    background: none;
    border: none;
}
.btnsLessons{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.1em;
}
.audioControl{
    height: 40px;
    display: none;
    width: 100%;
    margin-top: 1em;
}
audio::-webkit-media-controls-enclosure{
    background-color: #9EACAF;
    border-radius: 4px;
}
#search{
    margin-bottom: 2em;
}
#searchClassToAssing {
    margin-bottom: 1em;
}
.notice{
    position: fixed;
    width: 960px;
    bottom: 0;
    left:  calc((100% - 960px) / 2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 1em;

}
.notice p{
    margin: 0;
}
.error{
    background: #dc9f9f;
    color: #771010;
    border-top: 3px solid #771010;
    border-left: 1px solid #771010;
    border-right: 1px solid #771010;
}
.success{
    background: #9fdc9f;
    color: #0c4128;
    border-top: 3px solid #0c4128;
    border-left: 1px solid #0c4128;
    border-right: 1px solid #0c4128;
}
#error-upload-media{
    display: none;
}
#error-upload-pdf{
    display: none;
}
#error-login-wrongPass{
    display: none;
}
#error-login-anotherProfesor{
    display: none;
}
#error-login-waitForLogin{
    display: none;
}
#error-login-noSharedCode{
    display: none;
}
#error-login-noEmail{
    display: none;
}
#error-login-noEmail{
    display: none;
}
#error-login-duplicateSession{
    display: none;
}
#error-classCodeExist{
    display: none;
}
#ok-created{
    display: none;
}
#ok-edited{
    display: none;
}
.center-label{
    text-align: center;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
}
.center-label-small{
    text-align: center;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 1em;
    color: #fff;
}
.label{
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 600;
    padding-bottom: 1em;
    color: #fff;
}
#accordionClassrooms .accordion-header {
    display: flex; /* make flex element */
    align-items: center; /* aligning child items */
    padding-left: 1rem;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #e7f1ff;
    box-shadow: none;
}
a.nav-link {
    color: #fff !important;
    font-weight: 500;
    font-size: 1.2em;
}
.form-container > h3 {
    backdrop-filter: blur(10px);
    text-align: center;
    background-color: rgba(0, 6, 18, 0.6);
    color: #fff;
    padding: 1em;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0;
}
body{
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.content-container {
    backdrop-filter: blur(10px);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 2.5em;
    background-color: rgba(255,255,255, 0.25);
    margin-bottom: 2em;
}
#formFile{
    display: none;
}
.btnUploadMedia{
    cursor: pointer;
    padding: 1.5em 2em 0;
    color: rgba(4, 11, 86,0.7);
    text-align: center;
    font-weight: 500;
    height: 139px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(4, 11, 86,0.7);
    height: 115px;
}
.btnlogin{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}
.btnUploadMedia > div > i{
    font-size: 1.4em;
}
.playMedia{
    position: absolute;
    top: 7px;
    left: 7px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
}
.bi-play-circle-fill{
    position: absolute;
    color: rgba(4, 11, 86, 1);
    font-size: 2em;
    top: -7px;
    left: 2px;
}
.bi-eye-fill{
    position: absolute;
    color: rgba(4, 11, 86, 1);
    font-size: 2em;
    top: -7px;
    left: 2px;
}
.demoMedia{
    height: auto;
}
.demo-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.demo-container.video > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.demo-container.pdf > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
}
.modal-content{
    background: none;
    border: 2px solid rgba(255, 255, 255, 0.6);
}
.modal-header{
    backdrop-filter: blur(10px);
    background-color: rgba(6, 16, 36, 0.8);
    color: #fff;
    border-bottom: none;
}
.modal-body {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}
.modal-footer{
    backdrop-filter: blur(10px);
    background-color: rgba(6, 16, 36, 0.8);
    color: #fff;
    border-top: none;
}
#modal-body-video{
    padding: 0;
}
#modal-body-pdf{
    padding: 0;
}
.invalid-feedback.media{
    width: fit-content;
    margin: 2em auto 0;
}
.input-hidden{
    height:0;
    width:0;
    visibility: hidden;
    padding:0;
    margin:0;
    float:right;
}
.grid-item.btnNewLesson {
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border: 2px solid rgba(4, 11, 86,0.7);
}
.grid-item.btnNewLesson > h3, .grid-item.btnNewLesson > h6{
    color: rgba(4, 11, 86,0.7);
    text-align: center;
}
.grid-item.btnNewLesson > h3{
    margin: 3.5em 0 0;
}
.grid-item.btnNewLesson > h3 > i{
    font-size: 1.8em;
}
.grid-item.btnNewLesson > h6 {
    font-weight: 700;
}
.vr{
    border: none;
    border-left: 2px solid #09302D;
    height: 1em !important;
    width: 1px;
}
li.nav-item {
    padding: 0 1em;
}
.btnsEditDeleteLesson {
    font-size: 0.9em;
    border: 1px solid;
    border-radius: 6px;
    height: 1.8em;
    color: #fff;
}
.btnsCopyClassCode{
    color: #fff;
    background-color: transparent;
    border: none;
}
.btnsEditDeleteLesson > i{
    font-size: 1em;
}
.btnDuplicateLesson{
    width: 100%;
}
.formLabel{
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}
.formLabelLessonInfo{
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    font-size: 1.1em;
}
.input-login{
    color: #fff;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.4);
}
.input-login:focus{
    color: #fff;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: none;
    border-color: #fff;
}
.input-login::-webkit-input-placeholder{
    color: #fff;
}
.input-login::-moz-placeholder{
    color: #fff;
}
.input-login::-ms-input-placeholder{
    color: #fff;
}
.input-login::placeholder{
    color: #fff;
}
.input-dark{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}
.input-dark:focus{
    color: #fff;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: none;
    border-color: #fff;
}
.input-dark::-webkit-input-placeholder{
    color: #fff;
}
.input-dark::-moz-placeholder{
    color: #fff;
}
.input-dark::-ms-input-placeholder{
    color: #fff;
}
.input-dark::placeholder{
    color: #fff;
}
.step-desc{
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    margin-right: 1em;
}
.formLabelAnswers{
    color: #fff;
    font-weight: 500;
}
button.next {
    color: #fff;
    border: 1px solid #fff;
}
button.back {
    color: #fff;
    border: 1px solid #fff;
}
.addStep{
    color: #fff;
    font-weight: 500;
    border: 1px solid #fff;
    width: fit-content !important;
    padding: 0 2em !important;
    margin-top: 1em;
}
.addStep:hover{
    color: #fff !important;
}
.deleteLesson{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: fit-content !important;
    padding: 0 2em !important;
}
.saveLesson{
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: fit-content !important;
    padding: 0 2em !important;
    float: right;
}
.save-title{
    background-color: transparent;
    color: #fff;
    width: fit-content !important;
    padding: 0 2em !important;
    font-weight: 500;
    display: block;
    border: 1px solid #fff;
}
.save-title:hover{
    color: #fff !important;
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}
.btnsLesson{
    margin-top: 2em;
}
.AddRemoveQuestion {
    background-color: transparent;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: 700;
    height: 2.2em;
}
.btn{
    height: 2.1em;
    padding: 0;
}
.btn:hover{
    color: #fff;
}
.btn:focus{
    box-shadow: none;
}
.input-description-lesson{
    min-height: 10em !important;
}
.section-title-white{
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}
.section-title{
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 700;
    font-size: 1.1em;
}
.attributeLabel{
    text-align: left;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    width: 100px;
}
.bi-lock-fill{
    color: #FCAB10;
    visibility: hidden;
}
.bi-lock-fill.warning{
    color: #FCAB10;
    visibility: visible;
}
.warnings{
    position: absolute;
    left: 16em;
    bottom: 2em;
    padding: 1em;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #ddd;
}
#warnings-div{
    display: none;
}
.warning-separator{
    margin-top: 0.5em;
}
#block{
    display: none;
}
#conflict{
    display: none;
}
.label-attributes{
    display: block;
}
.labelResponsive{
    display: none;
    font-weight: 500;
    color: #fff;
}
.noResponsive{
    display: none;
}
.grab{
    display: flex;
    align-items: center;
    padding: 0 0 0 1.3em;
    border-right: 1px solid #ddd;
}
.step{
    position: relative;
    padding: 0 0 0 0.5em;
}
.btnsStep{
    position: absolute;
    top: 8px;
    right: 2px;
}
.save-title {
    position: absolute;
    top: 1.8em;
    right: 3em;
}
.step {
    width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.input-text-synthesize{
    min-height: 6em !important;
}
.valid-feedback.invalid-feedback {
    color: #fff !important;
}
.invalid-feedback.invalid-radio{
    display: none;
    margin-top: 3.25rem;
    font-size: .875em;
    color: #fff;
    background-color: rgb(255 0 0 / 55%);
    border-radius: 6px;
    padding: 0.2em 1em;
    width: max-content;
}

.privPol{
    color: #fff;
    font-size: 0.8em;
}

/* ------------------------------------------------  loader css  ----------------------------------------------------*/

.preloader {
    width: 100px;
    height: 100px;
    border: 15px solid #eee;
    border-top: 15px solid rgba(4, 11, 86,0.7);;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 3em auto 2em;
}
@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
p.loadingText {
    font-size: 25px;
    text-align: center;
    color: rgba(4, 11, 86,0.7);
    margin: 1em auto 3em;
}

/* ---------------------------------------------  End loader css  --------------------------------------------------*/

/* --------------------------------------------- Responsive css ----------------------------------------------------*/

@media screen and (max-width: 1024px) and (min-width: 601px) {
    .form-login-container {
        max-width: 70%;
        margin: 12em auto 0;
    }
    .notice{
        width: 100%;
        left: 0;
    }
    .form-container {
        max-width: 100%;
        margin: 1em auto 0;
    }
    .container{
        max-width: 100%;
    }
    .navbar-collapse{
        background-color: rgba(0, 6, 18, 0.6);
        border: 1px solid #ddd;
        border-radius: 7px;
    }
    .vr{
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .form-login-container {
        max-width: 100%;
        margin: 7em auto 0;
    }
    .notice{
        width: 100%;
        left: 0;
    }
    .form-container {
        max-width: 100%;
        margin: 0 auto 0;
    }
    .container{
        padding: 0;
    }
    .container-fluid{
        padding: 0 0.7em;
    }
    .form-container > h3 {
        padding: 0.5em;
    }
    .content-container {
        padding: 1em 0.5em;
    }
    #search {
        margin-bottom: 1em;
    }
    .grid{
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-classes{
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-environment{
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-item.btnNewLesson > h3{
        margin: 0.5em 0 0;
    }
    .navbar-brand{
        width: 150px;
        margin-top: 11px;
    }
    .navbar-light .navbar-toggler{
        font-size: 1.8em;
    }
    .navbar-light .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-collapse{
        backdrop-filter: blur(10px);
        background-color: rgba(0, 6, 18, 0.6);
        border: 1px solid #fff;
        border-radius: 7px;
    }
    .vr{
        display: none;
    }
    .grid-initial-values {
        grid-template-columns: repeat(1, 1fr);
    }
    .environmentSelected{
        border-bottom-left-radius: 0;
        border-top-right-radius: 7px;
        border-right: 2px solid #DDD;
        border-bottom: none;
    }
    .attributes{
        border-bottom-left-radius: 7px;
        border-top-right-radius: 0;
        padding: 1em 1.5em;
    }
    .grid-initial-action-bubbles {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.3em;
    }
    .action-bubbles-section {
        padding: 0.3em 0.3em 1em;
        margin-top: 1em;
    }
    .center-label-small{
        line-height: 20px;
        padding-bottom: 0;
        height: 2.5em;
    }
    .customCheckbox > div > img {
        padding: 0.2em 0.2em 0;
    }
    .warnings{
        left: 0;
        bottom: 3.9em;
        padding: 0.3em 0.8em;
        margin: 0 0.5em;
        font-size: 0.9em;
        width: fit-content;
    }
    .grid-media{
        grid-template-columns: repeat(2, 1fr);
    }
    .AddRemoveQuestion{
        margin-top: 0.5em;
    }
    .input-test {
        padding-left: 25px;
    }
    .deleteLesson{
        padding: 0 1em !important;
    }
    .saveLesson{
        padding: 0 1em !important;
    }
    .newPhase {
        margin-top: 1em;
    }
    .lesson-info-box{
        margin-bottom: 1em;
    }
    .phaseDraggable{
        padding: 0 0.3em 1em;
    }
    .list-group-item.row{
        padding: 0.2em 0.5em;
        --bs-gutter-x: 0;
    }
    .list-group-item > p > i{
        margin-right: 0.5em;
    }
    .environment-edit-lesson{
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 0 0 0.5em;
    }
    .initial-values-edit-lesson{
        padding: 1em 0 0;
    }
    .phase-container{
        padding: 1em 1em 0;
    }
    .label-attributes{
        display: none;
    }
    .labelResponsive{
        display: block;
    }
    .bi-check-circle-fill{
        color: #78AC0F;
        margin-right: 1em;
    }
    .bi-x-circle-fill{
        color: #C7545A;
        margin-right: 1em;
    }
    .environment-edit-lesson > button{
        display: block;
    }
    .initial-values-edit-lesson > button{
        display: none;
    }
    .editMenu{
        right: 18px;
    }
    .noResponsive{
        display: block;
    }
    .grab{
        padding: 0 1.5em 0 0.3em;
    }
    .save-title{
        top: 0.9em;
        right: 2em;
        height: auto !important;
        padding: 0 0.3em !important;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .btnsStep {
        top: 6px;
        right: 0;
    }
    .step-desc{
        font-size: 1em;
    }
    .step {
        width: 270px;
    }
    .blurred-login-container{
        padding: 2em;
        margin: 0 2em;
    }
    .grid-assign {
        grid-template-columns: repeat(2, 1fr);
    }
    .grid-item.class{
        padding: 0.5em;
    }
    .logout{
        display: none;
    }
    .logoutResponsive{
        display: block;
    }
    .sharedAccount{
        display: none;
    }
    .sharedAccountResponsive{
        display: block;
    }
    .btns-menu-step{
        width: 100%;
    }
    .logo-login {
        margin: 0 auto 2em;
        width: 220px;
    }
}