.bg-one {
	background-image: url("../images/login.jpg");
	background-size: cover;
	background-position: center;
}
.flex {
	display: flex;
}
.fc-event-start {
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.fc .fc-toolbar-title {
	font-size: 21px;
}
.display-none {
	display: none;
}

.smaller {
	font-size: 11px;
}

.display-block {
	display: block;
}
.display-flex {
	display: flex;
}
.gap-25 {
	gap: 25px
}
.my-card {
	padding: 10px;
    background: #eaeaea;
    font-size: 14px;
}
#default_data_container
.red-color {
	color: red;
}
.unstyled-list {
	padding: 0;
	list-style: none;
}
.header-ul {
	list-style: none;
	display: inline-block;
	position: relative;
}

.header-ul>li {
	display: inline-block;
	padding-left: 20px;
}

.page-content {
	min-height: calc(100vh - 200px);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.form-group {
	margin-bottom: 1rem !important;
}

label {
	font-weight: 500 !important;
	margin-bottom: 0.5rem;
}

.toast-wrapper {
	right: auto;
}

.toast-container {
	position: absolute;
	z-index: 1055;
	top: 14px;
	right: 370px;
}

.toast-header button {
	background: none;
	background-color: none;
	border: none;
	display: flex;
	flex: 1;
	justify-content: flex-end;
	font-size: 23px;
	height: auto;
	margin: auto;
	padding: 0 10px;
}

.active-calls-container {
	min-width: 500px;
}

.page-content>div {
	min-width: 500px;
}

.mm-page {
	height: 100%;
	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
}

@media(max-width: 767px) {

	.page-content>div {
		min-width: none;
	}

	.active-calls-container {
		min-width: none;
	}

	.theme-login-register .left-column {
		display: none;
	}

	.theme-login-register .right-column .logo {
		display: block;
	}

	.page-content {
		min-height: calc(100vh - 200px);
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 50px;
		margin: auto;
	}
}