#formInsertCategory {
    margin-top: 20px;
}
.listCategories {
    margin-top: 9px;
}
.deleteCategory {
    position: absolute;
    right: 0;
    top: 9px;
    color: red;
    border: 1px solid red;
    border-radius: 50%;
    padding: 5px;
    height: 25px;
    width: 25px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center
}
.deleteFile {
    color: #e91e63;
    font-size: 15px;
    margin-left: 9px;
}
#videoPreviewModal #videoPreview video {
    width: 100%;
}
.proyectImage {
    height: 100px;
    width: 100px;
    background-size: cover;
    display: inline-block;
    margin-right: 14px;
    border-radius: 5px; 
}
.proyectImage .deleteFile {
    color: #e91e63;
    font-size: 19px;
    position: absolute;
    right: -7px;
    top: -10px;
}
.fileContainer {
    border: 1px solid #B29C3F;
    border-radius: 7px;
    font-size: 13px;
    padding: 5px;
    color: #B29C3F;
    font-weight: 600;
    margin-right: 11px;
    display: inline-block;
}
.fileTitles {
    font-size: 16px;
}
.fileContainer a {
     color: #B29C3F;
}
.logoSideBar{
    width: -webkit-fill-available;
}
.error {
    font-size: 17px;
    width: 100%;
    color: transparent;
    border-color: rgba(231, 74, 59, 0.5);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}
label.error {
    display:none !important;
}

/*Scroll Bar*/
/* width */
/* ::-webkit-scrollbar {
    width: 10px;
  } */
  
  /* Fondo */
  /* ::-webkit-scrollbar-track {
    background: transparent;
  } */
  
  /* Barra */
 /*  ::-webkit-scrollbar-thumb {
    background: #B29C3F;
  } */
  
  /* Barra on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #c4ba38;
  } */

