img.user-profile-image {
	height: 70px !important;
	border: 1px solid transparent;
	border-radius: 50%;
}

@media (max-width: 767px) {
	.main-container {
		width: 215% !important;
	}
}

.gleamdesk-blue {
	background-color: #0097b2;
	color: #fff;
}

.gleamdesk-orange {
	background-color: #ff914d;
	color: #fff;
}

.h-150 {
	height: 150px;
}

.img-full-width {
	width: -webkit-fill-available;
}

.img-add-partner {
	width: 100%;
	max-height: 100px
}

.img-partner {
	height: 50px;
	object-fit: cover;
}

.tox-statusbar__branding {
	display: none;
}

.fs-30 {
	font-size: 30px;
}

.img-stock {
	height: auto;
	width: 400px;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.font-23 {
	font-size: 23px;
	line-height: 1.71em;
}

.font-32 {
	font-size: 32px;
	line-height: 1.71em;
}

.text-primary-icon {
	color: #3b8aeb;
}

.fw-500 {
	font-weight: 500;
}

.fs-12 {
	font-size: 12px;
}

.cursor-pointer {
	cursor: pointer;
}

.btn-user-info {
	cursor: pointer;
	color: blue;
	&:hover {
		color: #0097b2;
	}
}

.overflow-x-scroll {
	overflow-x: scroll;
}

.actions-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-ad {
	height: 70px;
	width: 70px;
	object-fit: cover;
}
