.panel-notify {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-alert {
    font-size: 14px;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    min-width: 200px;
    max-width: 45%;
}

.box-alert-disabled {
	display: none;
}

.box-alert a {
	cursor: pointer;
	text-decoration: underline;
}

.box-alert.alert-success a {
	color: #366a37;
}

.box-alert.alert-success a:hover {
	color: #29522a;
}

.box-alert.alert-info a {
	color: #2c6581;
}

.box-alert.alert-info a:hover {
	color: #20495e;
}

.box-alert.alert-warning a {
	color: #7c6235;
}

.box-alert.alert-warning a:hover {
	color: #503f22;
}

.box-alert.alert-danger a {
	color: #983d3b;
}

.box-alert.alert-danger a:hover {
	color: #5e2524;
}

.koncili-notification-channel-new-concil {
	position: unset;
	float: none;
	max-width: unset;
}

.koncili-notification-sale {
	margin-top: -50px;
}

.koncili-notification-lower {
	position: relative;
	float: right;
	top: -25px;
	max-width: 50vw;
}

.old-dashboard {
	max-width: unset;
}

.mw-50 {
    max-width: 50%;
}

.mw-45 {
    max-width: 45%;
}

.mw-40 {
    max-width: 40%;
}
