.gall > img, .cover > img {
    border: 1px solid #9f9f9f;
    max-width: 100px !important;
    height: 100px !important;
    object-fit: contain;
    margin: 0 10px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0px #95959585;
}

.dashboard {
    display: flex;
    flex-direction: column;
    row-gap: 11px;

}
.user {
    border: solid;
	
    padding: 50px 20px;
    font-size: 14px;
    position: relative;
	margin-bottom: 20px;
}

.field-subtitle {
	margin: 0 !important;
	padding: 0 !important;
	
}
.field-title {
	font-weight: bold;
}


.user .title {
    font-size: 25px;
    position: absolute;
    margin: 0;
    top: -26px;
    text-align: center;
    /* width: 125px !important; */
    background: #000000;
    /* display: inline; */
    width: auto;
    border-radius: 10px;
    padding: 9px 20px;
    display: inline-block;
    color: #ffffff;
}
.entry {
    background: #ebebeb;
    border: 1px solid #9b9b9b;
    max-height: 129px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    height: 130px;
}
.entry img {
    height: 130px !important;
    max-height: 130px !important;
    width: auto !important;
    
}

.maker {
    background: #ffc4c4;
}

.tdartist {
    background: #d0d1ff;
}

.ttdartist {
    background: #ffffc3
}
.error {
    color: #f00;
}

.fc-tag {
    background: #ffe4c1;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: lighter;
    margin: 5px;
	
}
.fc-tag.checked {
	background: #fc774c;
}

.fc-tag input {
	display: none;
}

.fc-tag label {
	font-weight: normal;
	cursor: pointer;
}