:root{

   --cbase :  #08314C

}


 .profile-string {
   padding: 30px;
   background: var(--cbase);
   border-radius: 60%;
   color: #FFF;
   font-weight: 600;
   font-size: 24px;
}

.text-right{
   text-align:right;
}

.profile-image.avatar {
   position: relative;
   display: inline-block;
   width: 6rem;
   height: 4rem;
}

.form-control .select2-choices{
   border: none;
   background-image: none;
}

.pointer{ cursor: pointer; }

.bold{ font-weight: bold; }

.submenu ul{
   margin-top: 5px !important;
}

.submenu ul li a i{
   margin-right: 10px;
}
.pull-right{ float: right;}
.pull-left{ float: left;}

.w-100, .w-full{ 
   width: 100%;
}

.disabled-btn{
   background-color: darkgrey !important;
   border: none !important;
   cursor: default;
}

.elem-form-control{
   border: 1px solid #ddd;
   box-shadow: none;
   color: #333;
   font-size: 15px;
   max-height: 45px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   padding: 5px 20px;
   margin-bottom: 5px;
   width: 100%;
}

[data-modo="test"] .form-group{
   margin-bottom: 0px !important;
}

.header .header-left .logo img{
   margin: auto auto;
}

#boxContentCurso{ width: 20%; }
#boxContenidoDinamico{ width: 60%; }
#boxElementContenidoDinamico{ width: 20%; }
.item-comment{
   padding: 0px 0px 10px 50px;
}

.card-body .user-img{
   margin-right: 10px;
}

.hand{ cursor: pointer; }

.premiun{
   position: relative;
}

.premiun::after {
   content: url(../img/stars-color-icon.svg);
   width: 33px;
   display: block;
   position: absolute;
   top: -76px;
   right: -5px;
}

.plyr__progress__marker{
   cursor: pointer;
}

.col-full {
   width: 100%;
}

.video-activity{
   background: #efeeee;
   padding: 3px;
   margin: 0px 0px 3px 0px;
   position: relative;
   border-radius: 5px;
}

.video-activity .time{
    padding: 5px;
    background: #14cb46;
    color: #FFF;
    border-radius: 10px;
    margin-right: 5px;
    margin-left: -5px;
}

.svg-map svg{
   margin: auto;
   cursor: pointer;
}

.video-activity .activity-name{
   
}

.box-element{
   position: relative;
}
.box-element:hover .edit-element{
   visibility: visible;
}

#area-interna .box-element .edit-element{
   top: -18px;
}

#area-interna .box-element .edit-element .icon-editor:hover{
   border: 1px solid #5e5e5e;
}

.disable-scroll{
   overflow: hidden;
}

.activity-title{
   text-align: left;
   padding: 10px 0px;
   font-size: 17px;
   font-weight: bold;
   text-decoration: underline;
   color: var(--cbase);
}

.icon-trash-video{
   position: absolute;
    top: 19px;
    right: 15px;
    color: red;
    cursor: pointer;
    font-size: 18px !important;
    transition: all ease 0.2s;
    z-index: 5;
}

.icon-trash-video:hover{
   top: 9px;
   font-size: 26px !important;
   transform: rotate(11deg);
   transition: all ease-in-out 0.1s;

}

.nota-item-video{
   position: absolute;
    top: 2px;
    right: 15px;
    font-size: 16px !important;
    z-index: 1;
}

.nota-item-video::before{
      content: 'Nota : ';
}

.big-iframe{
   width: 100%;
   height: 84vh;
}

.btn-schedule{
   background: #d6d4c8;
}

.ml-auto{
   margin-left: auto !important;
}

    
 
.box-likes{
   color: var(--cbase);
   font-size: 20px;
}

i.action-like{
   cursor: pointer;
   display: inline-block;
   margin: 5px 10px;
}

i.action-like span {
    font-size: 11px;
    display: inline-block;
    margin-left: 5px;
}

i.action-like.active{
    font-weight: 900;
}

i.action-like:hover{
   transition: all ease 0.2s;
  /* transform: scale(1.5);*/
   font-weight: 900;
}   

.box-element-foro{
    background : #FAFAFA;
    border: 2px solid #F6F6F6;
    padding: 20px;
 
}

.box-element-foro .comment{
    font-size: 12px;
}

.leyent-foto {
    border-bottom: 2px solid #f1eded;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.leyent-foto .title-foro{
    color: var(--cbase);
    font-size: 20px; 
    padding-bottom: 5px;
}

.leyent-foto .title-foro .tags{
    font-size: 11px;
}

.foro-user-img{
    margin-right:10px; 
}
.box-item-comment{
    padding: 10px;
    border: 1px solid #f1eded;
    background: #FFF;
}

.line-comment{
    margin-bottom:10px; 
}

.box-item-comment span{
    font-size: 11px;
}

.line-item-comment{
    padding-top:5px; 
}

.line-top-spacer{
    margin-top:10px; 
    padding-top: 10px;
    border-top: 1px solid #f1eded;
}

.foro-comment-reply{
    cursor: pointer;
}

.response-total{
    cursor: pointer;
}

.grid-ul{
   /* display: flex; */
   flex-wrap: wrap;
   gap: 10px;
}

.grid-ul li{
  /* flex: 0 0 21%; */
   margin: 5px;
   font-size: 16px;
}

.grid-ul li label{
   margin: 0px;
   position: relative;
   cursor: pointer;
}

.grid-ul li label input[type="checkbox"]{
   position: relative;
   height: 20px;
   width: 20px;
   top: 3px;
}

.btn-bg-1,
.btn-bg-1:hover {
   background: #ca3675 !important;
   border: 1px solid #ca3675 !important;
}


.box-search-question{

}

.box-search-question li{
   width: 94% !important;
   height: auto !important;
   text-align: left !important;
   font-size: 11px;
   word-break: break-word;
   border: none !important;
   border-bottom: 1px solid #000 !important;
   border-radius: 0px !important;
   padding: 5px !important;
   cursor: pointer;
   margin: 0px !important;
}


.input-group .cke_browser_webkit{
   display: flex;
   width: 95%;
}


.input-search-advance{
   display: flex;
   align-items: baseline;
   gap: 10px;
}

.AddAvacedSearch{
   display: none;
}

.animate-questions{
   animation-name: resaltarPregunta;
   animation-duration: 4s;
}

@keyframes resaltarPregunta {
   0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
 }

 .option-response .input-group .form-control {
   display: flex;
 }
 
 .option-response .input-group .form-control p{
   margin: 0px;
 }