.swal2-validation-message {
	width: calc(100% + 104);
	margin-left: -48px !important;
	margin-right: -49px !important;
}

.modal.modal-picture .prev,
.modal.modal-picture .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.modal.modal-picture .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.modal-picture .modal-content {
	background: none;
	box-shadow: none;
}

.modal-picture img {
	margin: auto;
	margin-top: 2rem;
	display: block;
	height: 60%;
	max-height: 600px;
	width: 100%;
}

.modal-picture .modal-header {
    border-bottom: none;
}

.modal-picture .modal-header .modal-title {
	width: 100%;
}

.modal-picture .modal-header .close,
.modal-picture .modal-header .close i, 
.modal-picture .modal-header .close .ki {
    outline: none !important;
    color: #FFF;
    text-shadow: none;
    opacity: .9;
}
/*
.modal-picture-container img {
	margin: auto;
	margin-top: 2rem;
	display: block;
	height: 60%;
	max-height: 600px;
}
*/

.modal-second {
    z-index: 1052 !important;
}
.modal-backdrop.backdrop-second {
    z-index: 1051 !important;
}