.alert.alert-transparent {
  border: 1px solid rgba(0, 0, 0, .1);
}

.alert-transparent h4 {
  margin-bottom: .5em;
}

.payment_info {
  margin: .5em 0;
  border-bottom: 1px solid #eee;
}

.mt05em {
	margin-top: .5em;
}

.alert.alert-warning a {
	color: #856404;
	font-weight: bold;
	border-bottom: 1px solid #856404;
	text-decoration: none !important;
}

.alert.alert-warning a:hover {
	border-bottom-color: transparent;
}

.payment_info:nth-last-of-type(1) {
	border-bottom-color: transparent;
}

.cabinet-student-block {
	margin-bottom: 2.5em;
	border-radius: 1em;
	padding: 2.5em;

	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cabinet-student-block h4 {
	margin-bottom: .75em;
}

.cabinet-student-block h4 a {
	color: #6f3db8;
}

.cabinet-student-block .btn-outline-primary {
	border-color: #6f3db8;
	color: #6f3db8;
	font-weight: bold;
}

.cabinet-student-block .btn-outline-primary:hover {
	background-color: #6f3db8;
	color: #fff;
}

.days_with_us_data {
	background-color: #6f3db8;
	color: #fff;
	display: inline-block;
	padding: .25em 1em;
	border-radius: .5em;
}

.badge-meteor {
	background-color: #6f3db8;
	color: #fff;
}

ul.mini-ul, ul.mini-ul li {
	margin: 0;
	padding: 0;
}

ul.mini-ul {
	margin-bottom: 1em;
}

ul.mini-ul li {
	list-style-type: none;
}

ul.mini-ul li:before {
	content: "– ";
}

.cabinet-student-block .csb-photo-wrapper {
	display: inline-block;
    height: 0;
    padding-bottom: 100%;
    width: 100%;

    position: relative;

	background-image: url(/assets/images/photo-wrapper.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.cabinet-student-block .csb-photo-img {
	display: inline-block;
	height: 0;
	padding-bottom: 49.8%;
	width: 49.8%;

	position: absolute;
	left: 20.8%;
	top: 1.8%;

	border-radius: 999px;
	overflow: hidden;
}

.cabinet-student-block .csb-photo-img img {
  width: 100%;
}

.cabinet_photo_preview {
	width: 300px;
}

.cabinet_photo_preview img {
	width: 100%;
}

@media (max-width: 767.98px) {

	.cabinet_photo_preview {
		width: 100%;
	}

	.cabinet-student-block .csb-photo-wrapper {
		margin-bottom: 1em;
	}

	body.user-cabinet .navbar-toggler {
		font-size: 1.5em;
	}

	body.user-cabinet [role="main"] {
		padding-top: 80px;
	}

	body.user-cabinet .nav-link .badge {
		width: 20px;
		height: 20px;
		line-height: 18px;
		border-radius: 10px;
	}

	body.user-cabinet .nav-link, 
	body.user-cabinet .sidebar-heading span a, 
	body.user-cabinet .ui-info-links a {
		font-size: 18px;
		padding: 15px 20px;
	}

	body.user-cabinet .sidebar {
		top: 0;
		padding-top: 58px;
	}

	body.user-cabinet .nav-link {
		border-top-color: #ccc;
	}
}

.badge-payment {
	padding: 1em 2em;
	border-width: 0;
}