
/***User Dashboard Start***/
a {
	color: inherit;
}

.upload-file-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.file-card-img img {
    width: 100%;
}

.file-card-img {
    max-height: 250px;
}

.file-card-dis {
    padding: 16px;
    height: calc(100% - 250px);
}

.file-usr-icn {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.file-user {
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #eaeaea;
}

.file-user p {
    margin-bottom: 0;
}

.file-usr-icn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-card-dis>h4 {
    font-weight: 700;
}

.file-card-dis>p {
    color: #555;
    font-size: 14px;
}

.main-btn {
	background: #1ba6e5;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 4px;
    transition: all .5s ease-in-out;
    border: 1px solid #1ba6e5;
    font-size: 16px;
}

.main-btn:hover {
    background: transparent;
    color: #1ba6e5;
}

.bd-btn {
    background: transparent;
    display: inline-block;
    padding: 10px 30px;
    color: #1ba6e5;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    border: 1px solid #1ba6e5;
    font-size: 16px;
}

.bd-btn:hover {
    background: #1ba6e5;
    color: #fff;
}

.dashboard-widget {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dashboard-widget-color-1 h1 {
    color: #6259ca;
}

.dashboard-widget-info h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.dashboard-widget-info span {
    font-weight: 500;
}

.dashboard-widget-color-1 .dashboard-widget-icon {
    background: #6259ca;
    color: #fff;
}

.dashboard-widget-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50px;
}

.dashboard-widget-color-1 {
    background: rgba(98, 89, 202, .15);
    color: #6259ca;
}

.dashboard-widget-color-2 {
    background: rgba(14, 198, 198, .15);
    color: #29bf6c;
}

.dashboard-widget-color-3 {
    background: rgba(239, 29, 38, .15);
    color: #ef1d26;
}

.dashboard-widget-color-2 .dashboard-widget-icon {
    background: #29bf6c;
    color: #fff;
}

.dashboard-widget-color-3 .dashboard-widget-icon {
    background: #ef1d26;
    color: #fff;
}

.main-title h3 {
    font-weight: 700;
    font-size: 34px;
}

a {
    text-decoration: none;
}

.user-post-sec .nav-tabs {
    border: none;
    gap: 12px;
}

.user-post-sec .nav-tabs .nav-link {
    color: #1ba6e5 !important;
    padding: 10px 30px;
    border: 1px solid #1ba6e5 !important;
    border-radius: 4px !important;
    font-weight: 500;
}

.user-post-sec .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #1ba6e5 !important;
}

.h-50px {
	height: 50px !important;
}
.mt-n5 {
	margin-top: -3rem !important;
}
.avatar-lg {
	height: 4rem !important;
	width: 4rem !important;
}
.avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.avatar {
	height: 3rem;
	width: 3rem;
	position: relative;
	display: inline-block;
	flex-shrink: 0 !important;
}
.post-meta-wrap {
	margin-top: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 0;
	list-style: none;
	padding: 10px 0;
}



.upload-file-card .file-card-img{
	
	height: 300px;
	
}
.upload-file-card .file-card-img img{ 
	object-fit: cover;
	height: 100%;
    border-radius: 0 !important;
}