
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icons.woff2) format('woff2');
  }
  
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
  }
.login-avatar-content img{
    width: 100px;
    height: 100px;
}
.app-container{ overflow-x:auto!important;}
.login-avatar-content{
    display: flex;
    justify-content: center;
    padding: 20px 0px;
    
}
.card{
    overflow-x: auto;
}
.card_cover{
    background-image: url('../assets/bg2.jpg');
    background-size: contain;
    width: 100%;
    height: 300px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.card_avatar{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: white;
    border: 2px solid #FFF;
    margin:10px;
}
.card_cover>div{
    text-align: center;
}
.card_email{
    padding: 10px;
    background: #ffffffaa;
    border-radius: 23px;
}
.card_doc {
    display: inline-flex;
    border-radius: 3px;
    margin-top: 10px;
    padding: 5px;
}
@media (min-width: 1200px){
	.container{
		max-width: 1440px;
	}
}
.paginate_content{
    justify-content: center;
    display: flex;
    padding: 20px;
}
body{
    color:#000!important;
}

/* body *{
    background: #333!important;
    color: #FFF!important;
} */

#example{
    width: 100%!important;
}
.bloque{
    display: inline-flex;
    padding: 10px 0px;
}
.bloque .topic_thumbnail{
    height: 100px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
    margin-right: 15px;
}
.header-card{
    background:#232631;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
}
.input-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preview-btn:hover{
    background: #FFF!important;
    color:#3ac47d!important;
}
#print{
    color: #fff;
    background-color: #2955c8;
    border-color: #2651be;
    padding: .375rem .74rem;
    border: none;
    border-radius: .25rem;
    line-height: 1.5;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.175) !important;
    cursor: pointer;
    text-decoration: none;
}
.logo_a_content{
    display: flex;
    align-items: center;
    width: 100%;
}
.logo_a_content>h5{
    margin-left: 10px;
    font-weight: bold;
    color: #6c757d;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
}
.logo_a_content>img{
    border-radius: 50%;
    border: 1px solid lightgrey;
}
.app-header__logo .logo-src{
    background: none;
    width: 100%;
}
@media(max-width:981px){
    .logo_a_content>h5{
        text-transform: uppercase;
    }
}
.btn-actions-panel-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}
.off .btn_preview{
    display: none;
}
.off .btn-email{
    display: none;
}
.on .actions_th{
    width: 320px!important;
    min-width:320px!important;
}
.off .actions_th{
    width: 120px!important;
    min-width:120px!important;
}
.invalid-feedback{
    display: block!important;
}

/* profile  */

.card_cover>div>div{
    display: flex;
    justify-content: center;
}
.card_cover .avatar{
    width: 80px;
    height: 80px;
    
    margin-bottom: 10px;
}
.avatar .letter{
    font-size: 42px;
    font-weight: 600;
    color: #FFF;
}
.avatar{
    background: #3b18a7;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFF;
}
.avatar.min .letter{
    font-size: 20px;
    line-height: 0;
    margin: 0;
}
.avatar.min{
    width: 42px;
    height: 42px;
}
.av{
    align-items: center;
}
.btn_content{
	text-align:center;
	font-family: sans-serif;
}
