[v-cloak] { display:none; }

/* иконки логотипов */
.logo-sm > img {	max-width: 70%;}
.logo-lg > img {
	max-height: 65px;
	max-width: 100%;
}

.auth-one-bg {
	background-image: url(/assets/custom/images/login.webp);
	background-position: center;
	background-size: cover;
}

/* datatables */

thead .sorting_disabled::before, thead .sorting_disabled::after {
	display: none !important;
}

.datatable-scroll {
	width: 100%;
	overflow-x: scroll;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center;
	padding-top: 10px !important;
}
.dataTables_wrapper .dataTables_info {
    float: left;
	padding-top: 15px !important;
}
.dataTables_wrapper .dataTables_length {
    float: right;
	padding-top: 10px !important;
}


/* Стили для эффекта перетаскивания и фокуса */
.position-relative.dragover {
	border: 2px dashed #0d6efd;
	background-color: #e7f1ff;
}

.image-uploader:focus {
	outline: none;
	border: 2px dashed #0d6efd;
	background-color: #e7f1ff;
}

label {
	font-weight: 600;
	margin-bottom: .5rem;
}