.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.upload_music {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: calc(100vh - 300px);
	position: relative;
}

.ds_create_edit_ads_cont.upload_music {
	overflow: visible;
}

.home_widget_title.home_big_title {
	border: 0;
	padding: 0;
	color: white;
	text-transform: uppercase;
	font: normal normal 600 24px / 29px Montserrat;
	margin-top: 50px;
	margin-bottom: 35px;
}

.p-5 {
	padding: 3rem !important;
}

.content {
	background: rgba(0,0,0,0.7);
	padding: 15px;
	margin: 30px auto;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.mat_form_title {
	font: normal normal 600 20px / 20px Montserrat;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.alert {
	border: 0;
	border-radius: 10px;
	font: normal normal 500 18px / 22px Montserrat;
	padding: 20px;
	border: 1.5px dashed;
}

.alert-danger {
	color: #F44336;
	background-color: #2d1f1e;
	border-color: #F44336;
}

.alert-empty:empty {
	padding: 0;
	margin: 0;
	border: 0;
}

.ds_create_edit_prods .mat_input {
	margin-bottom: 25px;
}

.mat_input.float {
	position: relative;
}

.mat_input input,
.mat_input select,
.mat_input textarea {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #4a4a4a;
	border-radius: 0;
	color: #d7d7d7;
	padding: 5px;
	box-shadow: none;
	transition: all .2s ease-out;
	width: 100%;
}

.mat_input input,
.mat_input select {
	height: 40px;
}

.mat_input.float>.form-control,
.mat_input.float>.form-select {
	height: calc(3.5rem + 2px);
	font: normal normal 500 18px / 1.25 Montserrat;
	border-radius: 5px;
	border: 1px solid #4f4f4f;
	resize: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.mat_input.float>.form-control {
	padding: 1rem .75rem;
}

.mat_input.float>label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 1rem .75rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity .1s ease-in-out, transform .1s ease-in-out;
	font: normal normal 500 16px / 25px Montserrat;
	flex: auto;
	max-width: 100%;
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.mat_sett_btn {
	padding: 10px 0 0;
	border: 0;
}

.mat_sett_btn .btn {
	font: normal normal 500 18px / 52px Montserrat;
	border: 0;
	border-radius: 26px;
	letter-spacing: 0;
	padding: 0 20px;
	min-width: 160px;
}

@media (min-width: 992px) {
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
}