#admin-home-contenedor, .brl-1, #admin-porquechile-contenedor, #admin-candidatos{
    border-left: 1px solid #808080;
}

.admin-texts{
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.collapse-admin-items span i{
    margin-top: -.313rem;
    margin-left: 1rem;
}

.collapse-admin-items i,
.collapse-admin-items span i{
    transform: rotate(0deg);
    animation: no-rotate .5s ease;
    color: blue !important;
}

.collapse-admin-items.collapsed i,
.collapse-admin-items.collapsed span i{
    transform: rotate(-180deg);
    animation: rotate .5s ease;
}

.content-admin-item{
    border-top: 1px solid #808080;
}

.b-top-bot{
    border-top: 1px solid #CED7E0;
    border-bottom: 1px solid #CED7E0;
    border-width: 90%;
}


@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(-180deg);}
}

@keyframes no-rotate {
    from {transform: rotate(-180deg);}
    to {transform: rotate(0deg);}
}



.drop-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    gap: 10px;
}


.box {
    cursor: move;
}

.box.over {
    border: 2px dashed #0038e1 !important;
}

.box.rotate{
    transform: rotate(-10deg);
    border: 2px solid #0038e1 !important;
    position: relative !important;
    right: -5rem !important;
    background-color: white !important;
    background: white !important;
    z-index: 1;
    cursor: move !important;

}


.bw-1 {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ced7e0;
}


.w-icon-10{
    width: 10px;
}

.button-close{
    position: absolute;
    right: 1rem;
    border: none;
    background: #ffffff;
    z-index: 9999;
}

.box-center{
    display: table;
    height:8rem;
    width: 7rem;
    cursor: pointer;
}

.box-center.active{
    background: #295eff !important;
}
.box-center.active .box-center-text span{
    color: white !important;
}

.box-center:hover{
    background: #295eff !important;
}

.box-center:hover .box-center-text span{
    color: white !important;
}

.box-center-text{
    display: table-cell;
    vertical-align: middle;
}

/* MI RESUMEN CSS */

.border-postulaciones {
    border: 1px solid #CED7E0 !important; 
}

.b-2{
    border: 2px solid #CED7E0 !important;
}



/*.mis-postulaciones__porcentaje-perfil {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin: 0;
    border-bottom: 6px solid #18AC18;
    border-left: 6px solid #18AC18;
    border-right: 6px solid #CED7E0;
    border-top: 6px solid #CED7E0;

    transform: rotateZ(45deg);
}*/

.mis-postulaciones__porcentaje-perfil span {
    position: absolute !important;
    font-size: 1.5rem;
    color: #0038E1;
    position: relative;
    top: 2.7rem;
    width: 100%;
    right: auto;
    transform: rotate(-180deg) !important;
    font-weight: bold;
    text-align: center;
}

.mis-postulaciones__porcentaje-perfil span::before {
    transform: rotate(-180deg) !important;
}

.items-end{
    margin-top: 1rem;
}

.vh-card{
    min-height: 25rem;
}

.position-bottom{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

.position-bottom-mobile{
    position: absolute;
    bottom: 0rem;
    right: 1rem;
}

.w-70{
    width: 70%;
}

.w-30{
    width: 30%;
}


/* CARD MOBILE NONE*/

@media (max-width: 799px) {
    .bch-card.mobile{
        box-shadow: none !important;
        background: #ffffff !important;
    }
}

.modal-content.subformmobile{
    height: 100% !important;
    overflow-y: auto;
    width: 90%;
    margin-left: auto;
}

.resumen-panel-scroll{
    max-height: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.resumen-panel-scroll-mobile{
    max-height: 15rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* SKELETON LOADER VIDEO*/
.skeleton-loader {
    height: 21px;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 5px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}