/* BODY */
body {
    font-family: 'Poppins';
}

.bg-2 {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,.80) 0%, rgba(255,255,255,0) 100%);
    background-blend-mode: multiply;
}

/* SIDEBAR */

#sidebar {
    position: fixed;
    width:112px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 34px 0 0;
    background: linear-gradient(180deg, #223B7A 0%, #062A6B 100%);
}

#sidebar .menu {
    border: solid 1px #ffffff40;
    border-radius:10px;
    margin: 0 auto;
    padding: 3px 3px 0 3px;
    width:68px;
}

.menu img {
    width:28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.avatar {
    cursor: pointer;
}

.progress-avatar {
    width: 80px;
    height: 80px;
    background: none;
    position: relative;
}
  
.progress-avatar::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
  
.progress-avatar>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
  
.progress-avatar .progress-left {
    left: 0;
}
  
.progress-avatar .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #0084c7;
}
  
.progress-avatar .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
  
.progress-avatar .progress-right {
    right: 0;
}
  
.progress-avatar .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.avatar img {
    width:74px;
    height:74px;
    margin-top:3px;
   
}

.sidebar-name {
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: #FFFFFF;
    margin-top:10px;
    margin-bottom:10px;
}

.sidebar-details {
    font-size:10px;
    font-weight: 600;
    background-color: #ffffff70;
    color: #ffffff;
    margin: 0 auto;
    width:68px;
    margin-bottom:30px;
    padding: 2px 0;
    border-radius:10px;
}

.sidebar-details:hover {
    color: #ffffff;
    font-weight: 600;
}

.menu .nav-link {
    position: relative;
    height: 70px;
    margin-bottom: 3px;
}

.menu .nav-link:hover {
    background-color: #0084c7;
    border-radius: 10px;
}

.menu .nav-link.active {
    background-color: #0084c7;
    border-radius: 10px;
}

/* SUPNAV / HEADER */

#supnav {
    background: linear-gradient(280deg, #223B7A 0%, #062A6B 100%);
    border-radius: 10px;
    position: relative;
    height:60px;
    padding: 0 30px;
}

.materias {
    align-content: center;
    height:60px;
    position:relative;
    line-height:56px;
}

.materias a {
    text-decoration: none;
    margin-right:20px;
}

.materias .subject-icon{
    height:26px;
    vertical-align:middle;
    pointer-events: none;
    filter: opacity(0.5);
}

.materias a:hover > .subject-icon{
    filter: invert(0);
}

.active .subject-icon{
    filter: invert(0);
}

.materias .divider {
    border-right:solid 4px #ffffff;
    margin-right:20px;
    height:40px;
    display: block;
    
}

.menu-alter {
    align-content: center;
    height:60px;
    position:relative;
    line-height:56px;
}

.menu-alter a {
    text-decoration: none;
}

.menu-alter .subject-icon{
    height:26px;
    margin-right:20px;
    vertical-align:middle;
    pointer-events: none;
}

.menu-alter .divider {
    border-right:solid 4px #ffffff;
    margin-right:20px;
    height:40px;
}

.menu-alter .titulo {
    font-size:14px;
    font-weight:600;
    color:#ffffff;
}

.controles {
    align-content: center;
    text-align:right;
    height:60px;
    position:relative;
    line-height:52px;
}

.controles img {
    width:24px;
    margin-left:20px;
    vertical-align:middle;
}

/* CONTENT */

.content {
    margin:20px;
}

.calendar {
    border: solid 1px #223b7a;
    border-radius: 10px;
}

.calendar-date {
    border-radius: 10px;
    font-size: 40px;
    text-align:center;
    height:70px;
    width:70px;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.calendar-tasks {
    border: solid 1px #223b7a;
    border-radius: 10px;
    padding:0 5px;
}

.task-title {
    color: #223b7a;
    font-size:14px;
    font-weight: 800;
    padding:3px;
}

.task-subject {
    font-size:12px;
    color: #0084c7;
    margin-top:-5px;
}

.task-icon {
    width:24px;
    float:right;
}

.continue {
    background-position: center;
    background-size: cover;
    height:120px;
    border-radius:10px;
    border: none;
    padding:20px 30px;
    margin-bottom: 20px;
}

.continue .title {
    color:#ffffff;
    font-size:18px;
    font-weight: 800;
}

.continue .icon{
    width:20px;
    margin-right:4px;
}

.continue .subject {
    color:#ffffff;
    font-size: 12px;
}

.progress-container {
    margin-top:10px;
}

.progress {
    height: 10px;
    background-color: #cccccc60;

}

.progress-bar {
    background-color: #223b7a;
}

.continue .type {
    font-size: 24px;
    font-weight: 800;
    color: #fffffF;

}

.continue .type-icon{
    width:16px;
}

.continue .conles {
    font-size: 14px;
    color:#ffffff;
}

.continue .go {
    background-color: #cccccc60;
    margin: auto 0;
    position: absolute;
    top: 0; bottom: 0; right: 20px;
    width:60px;
    height:60px;
    border-radius:50%;
}

.continue .go:hover {
    background-color: #223b7a;
}

.continue .go img {
    height:40px;
}

.notificacion.leida {
    border: solid 1px #223b7a;
    padding: 10px;
    border-radius:10px;
    cursor: pointer;
}

.notificacion.noleida {
    border: solid 2px #223b7a;
    padding: 10px;
    border-radius:10px;
    cursor: pointer;
}

.rechazar {
    position:absolute;
    right: 8px;
    top: 5px;
    font-weight:300;
}

.rechazar:hover {
    font-weight:600;
}

.notificacion .title {
    color: #223b7a;
    font-weight: 600;
    font-size: 14px;
}

.notificacion .text {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    text-align:justify;
}

.notificacion .ico-not {
    width: 40px;
    height: 40px;
    border-radius:10px;
    text-align:center;
    display:table-cell; 
    vertical-align:middle;
}

.notificacion-leida .ico-not i {
    font-size:24px;
    color: #223b7a;
}

.section-title {
    color: #223b7a;
    font-weight: 600;
    font-size: 16px;
    margin:10px;
}

.lessons .nav-tabs {
    margin-top:-40px;
    border-color: #223b7a;
}

.lessons .nav-tabs .nav-item {
    margin-left:5px;
}

.lessons .nav-tabs li a {
    font-size: 14px;
    color: #223b7a;
    font-weight: 600;
    background-color: #f2f2f2;
    border-radius:10px 10px 0 0;
    border: solid 1px #f2f2f2;
    border-bottom: solid 1px #223b7a;
}

.lessons .nav-tabs li a:hover {
    background-color: #ffffff;
    border-color: #223b7a;
}

.lessons .nav-tabs li .active {
    font-size: 14px;
    color: #223b7a;
    font-weight: 600;
    background-color:#ffffff;
    border-right: 1px;
    border-left: 1px;
    border-top: 1px;
    border-color: #223b7a;
    border-style: solid;
    border-bottom: solid 1px #ffffff;
}

.subject-description {
    border-radius:10px;
    border: none;
    padding:20px 30px;
}

.subject-description .subject-name {
    font-size: 24px;
    font-weight: 800;
    color: #fffffF;
}

.subject-description .image {
    width: 140px;
    position:absolute;
    right:0;
    top:0;
    margin-top:-10px;
    margin-right:-10px;
    z-index: 1;
}

.subject-description .progress-text {
    color: #ffffff;
    font-size: 12px;
}

.subject-description .subject-content {
    background-color: #ffffff;
    border-radius:10px;
    margin-top:20px;
    padding:10px;
    z-index: 2;
}

.subject-content .teacher {
    background-color: #223b7a;
    border-radius:10px;
    padding:2px;
}

.subject-content .teacher img {
    width:60px;
}

.subject-content .go img {
    background-color: #cccccc60;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding:6px;
}

.subject-content .teacher .name {
    line-height: 1;
}

.card.leccion {
    background-position: center;
    background-size: cover;
    height:120px;
    border-radius:10px;
    border: none;
    padding:20px 30px;
    z-index:2;
    margin-bottom: 20px;
}

.leccion .title {
    color:#ffffff;
    font-size:24px;
    font-weight: 800;
}

.leccion .icon{
    width:20px;
    margin-right:4px;
}

.leccion .subject {
    color:#ffffff;
    font-size: 12px;
}

.lessons .nav-tabs {
    margin-bottom:20px;
}

.card.append {
    margin-right:20px;
    margin-top:-5px;
    margin-left:20px;
    border-radius: 0 0 10px 10px;
    z-index:1;
    padding:25px 20px 20px 20px;
    display:none;
}

.card.nocontent {
    border-radius: 10px;
    padding:20px 20px 20px 20px;
    border: solid 1px #223b7a;
    height:120px;
}

.nocontent .title {
    color: #223b7a;
    font-weight: 600;
    font-size: 14px;
}

.nocontent .text {
    color: #000;
    font-weight: 400;
    font-size: 12px;
    text-align:justify;
}

.nocontent .ico-cont {
    width:80px;
    height:80px;
    background-color: #f1d929;
    border-radius:10px;
    text-align:center;
    display:table-cell; 
    vertical-align:middle;
}

.nocontent .ico-cont i {
    font-size:24px;
    color: #223b7a;
}

.card.append .ico-cont {
    width:80px;
    height:80px;
    background-color: #2f3d77;
    border-radius:10px;
    display:table-cell; 
    vertical-align:middle;
    font-size:24px;
}

.ico-cont .lec-ico {
    width:36px;
    margin: auto;
    display: block;
}

.append .title {
    color: #000;
    font-size: 24px;
    font-weight: 800;
}

.append .go {
    margin: auto 0;
    position: absolute;
    top: 0; bottom: 0; right: 20px;
    width:60px;
    height:60px;
    border-radius:50%;
}

.append .go img {
    height:40px;
}

.leccion-bg {
    width:40%;
    position:absolute;
    bottom:30px;
    right:10px;
}

.leccion-titulo {
    font-size: 40px;
    color: #ffffff;
    font-weight: 800;
}

.leccion-materia-ico {
    width:26px;
    margin:10px 0;
}

.leccion-info {
    margin-left:10px;
    font-size:16px;
    font-weight:600;
    color: #ffffff;
}

.btn-comenzar {
    background-color: #ffffff20;
    border:none;
    border-radius:5px;
    text-align:center;
    margin-top:40px;
    padding:10px 20px;
}

.btn-comenzar:hover {
    background-color: #223b7a;

}

.btn-comenzar::after {
    content: "";
    background-image: url(../images/lel/go.svg);
    background-repeat:no-repeat;
    margin-left:10px;
    width:12px;
    height:12px;
    display:inline-block;
}

.video-container > *{
    padding-right:0!important;
    padding-left:0!important;
}

.video-container{
    background-color:#ffffff;
    border-radius: 0 0 10px 10px;
}

.video-container .controls {
    padding:30px;
}

.video-container .controls .btn{
    width:220px;
    margin: 0 5px;
    background-color: #223b7a;
    border: none;
}

/* GRADE FORM */
.card.grade-form {
    padding: 25px 10px;
    border-radius: 10px;
}

.form-check {
    margin-bottom: 5px;
}

.grade-form .btn {
    width:220px;
    margin: 0 5px;
    background-color: #223b7a;
    border: none;
    margin-top:20px;
}

.logo-lel img {
    margin-bottom:20px;
    width: 160px;
}

.bg-3 {
    background: rgb(0,32,97);
    background: linear-gradient(0deg, rgba(0,32,97,1) 0%, rgba(0,132,199,1) 100%);
    background-size:cover;
    background-repeat:no-repeat;
    height:100%;
}

.grade-checkbox-label {
    font-size:14px;
}

.modal-title {
    color: #223b7a;
    font-weight: 600;
    font-size: 16px;
    margin:10px;
}

#nuevorecordatorio .btn-primary {
    background-color: #223b7a;
    border: none;
    font-size: 14px;
}

#nuevorecordatorio .btn-secondary {
    font-size: 14px;
    border:none;
}

#nuevorecordatorio label {
    font-size:14px;
}

#nuevorecordatorio input {
    font-size:14px;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

@media screen and (max-width: 800px) {
    .main {
        padding: 0!important;
    }

    .type-img {
        display:none;
    }

    .card.continue {
        height:auto;
    }
    .card.leccion {
        height: auto;
    }
    .leccion .title{
        font-size: 20px;
        text-align:center;
    }
    .leccion .illustration {
        margin-top:10px;
    }
    .conles {
      margin-top: 5px;
    }

    .continue .go {
        bottom: 10px;
        top: auto;
    }

    .offcanvas-start {
        width: 25%;
        left:0;
    }

    .barras {
        color:#fff;
        font-size: 26px;
        visibility:visible!important;
    }

    #main {
        padding:20px!important;
    }
    .divider{
        display:none;
    }
    .signout {
        display:none;
    }
    #player {
        height:auto;
    }
    .video-container .controls .btn {
        margin-bottom: 10px;
        float: none!important;
        width:100%;
        margin:10px;
    }
    .leccion-bg {
        width:70%;
        z-index:1
    }
    .btn-comenzar {
        z-index:2;
        margin-top:10px;
    }
    .leccion-materia-ico {
        width:22px;
    }
    .leccion-info {
        font-size:14px;
    }
  }