@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+TC&display=swap');

.app-sidebar__user-avatar {
    width: 48px;
    background: #D8B56A;
    padding: 6px;
}

.headerRegister{
    background: #B59B59;
    color:#fff;
} 

.headerUpdate{
    background: #3f3f3e;
    color:#fff;
}

#divLoading{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 254, .65);
    z-index: 1;
    display: none;
}

#divLoading img{
    width: 50px;
    height: 50px;
}

div.dt-top-container {
/*     display: grid;
    grid-template-columns: auto auto auto;
        */
    text-align:center
}
    
div.dt-center-in-div {
    margin: 0 auto;
    display: inline-block;
}
    
div.dt-filter-spacer {
    margin: 10px 0;
}
    
td.highlight {
    background-color: whitesmoke !important;
}

div.dt-left-in-div {
    float: left;
}

div.dt-right-in-div {
    float: right;
}

.text_login{
    font-family: "LXGW WenKai TC", cursive;
    font-weight: 400;
    font-style: normal;

    font-size: 1.8rem;
    /*font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;*/
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #f8f8f8;
}

.app-sidebar__cenetec {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

.app-sidebar__imagen_login {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}

.app-sidebar__toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15pt;
}
.app-sidebar__toggle::before{
	display: none;
}

/*Imagen en Productos*/

.div_img_book{
	border: 1px solid;
    border-color: #6c757d;
    border-radius: 8px;
}

.inputUploadfile{
    display: none;
}

.btnUploadfile, .btnDeleteImage{
    border: 0;
    background-color: #9D844D;
    text-align: center;
    padding: 2px 3px;
    color: #fff;
    font-size: 9pt;
    cursor: pointer;
    width: 80%;
}

.btnDeleteImage{
    background-color: #dc3545;
}

#textColorOp{
    color: #fff;
}

.txtLeyenda{
    font-size: 9pt;
}

.app-content{
    margin: 0%;
    background-color: #fffcf6;
}

.div-menu{
    display: flex;
    justify-content: center;
    align-items: center;    
}