
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */
.header-logo-sidebar {
    height:55px;
    margin-top:10px;
    max-width: 100%;
}

.header-logo-login {
    height:80px;
    margin-top:10px;
    max-width: 80%;
}

.table-card {
    min-height:calc(100vh - 300px);
}

.email-data {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.email-data .label {
  width: 130px;
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom:1px solid #ddd

}

.email-data .value {
  flex: 1;
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom:1px solid #ddd
}

.linea{
    border-top:1px solid #ddd;
    width:100%;
    height:10px;
    margin-top:10px
}

.nav-hover:hover {
    background-color: #f1f1f1;
}

.login-container {
    height:100vh;  
    align-items:center; 
    justify-content:center;
}

.login-card {
    max-width:400px;
    margin: 0 auto;
}

.dashboard-counter{
    font-size:22px
}

.card-icon-large {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px !important;
    margin-top:4px
}

.overflow-x-auto{
    overflow-x: auto
}

.article-shadow{
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden;
}

.article-date{
    font-size:12px;
    color:#777
}

.article-title{
    font-size:14px !important;
    height:45px;
    padding:0;
    overflow: hidden;
    color:#444 !important;
    font-weight: bold;
    line-height: 1.3rem;
}

.article-excerpt{
    font-size:12px;
    height:90px;
    padding:0;
    overflow: hidden;
    line-height: 1.3rem;
}

.article-excerpt{
    font-size:12px;
    height:90px;
    padding:0;
    overflow: hidden;
    line-height: 1.3rem;
}

.pubblished-checkbox{
    width:20px;
    height:20px
}

.pubblished-checkbox-label{
    margin-top: 3px;
}

.pubblished-checkbox-label{
    margin-top: 4px;
    margin-left: 4px;
}
.sidebar-brand{
    display: flex !important;
    justify-content: center !important;
}
.sidebar-brand a {
    font-size:1px;
    margin:0 auto;
}
.post-row-image {
    width:100px;
    height:80px;
    background-size: cover;
}
.post-button-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}
.publish-toggle{
    margin-top:15px;
    font-size:11px;
    line-height:22px;
    width:60px;
    text-align: center;
}
.theme-white .btn-group .btn.active {
    background-color: #0da8ee;
    color: #fff;
}
.theme-black .btn-group .btn.active {
    background-color: #0da8ee;
    color: #fff;
}
.theme-black .article-title {
    color: #fff !important;
}
.theme-black .article-date {
    color: #f1f1f1 !important;
}
.theme-black .btn-info {
    color: #fff !important;
}
.search-input{
    height:34px !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-green{
    background:#059843;
    border-color: #059843;
    box-shadow: none !important;
}
.btn-green:hover {
    background:#0bb452;
    border-color: #0bb452;
}
.search-button{
    background: #f1f1f1;
    color:#444;
    margin-left:4px;
    border:1px solid #ddd;
    height:34px
}
.search-button:hover{
    background: #ddd !important;
}

.red{
    color:red;
}
/*# sourceMappingURL=custom.css.map */
