.login-page, .register-page{
	background-image: url('../img/bg_login.jpg');
	background-size: cover;
}
.main-sidebar .sidebar{
	float: left;
}
.content-wrapper{
	padding-top: 30px;
}
.profile-picture{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	object-fit: cover;
    object-position: center center;
}
.pace-running:after{
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1039;
	background: #fff;
	top: 0;
	left: 0;
}
.swal2-container{
	z-index: 1038 !important;
}
.tox-notifications-container{
	display: none !important;
}
.select2{
	width: 100% !important;
}
.select2-container .select2-selection--single{
	height: calc(2.25rem + 2px);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #007bff;
}
.input-group > .select2-container {
    width: auto !important;
    flex: 1 1 auto;
}
.input-group > .select2-container .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding: 0.5rem 1rem;
}
.input-group-prepend {
    padding: 10px;
    align-items: center;
    background: #ddd;
}
.btn{
    border-radius: 30px;
}
@media(max-width: 768px){
    a.btn,button.btn{
        margin-bottom: 20px;
    }
}
