.auth-one-bg {
   background-image: url(../images/bg-login.jpg);
}

.error-validation {
   width: 100%;
   margin-top: 0.25rem;
   font-size: 0.875em;
   color: #f06548;
}

.choices {
   margin-bottom: 0px;
}

#loading-ajax {
   display: none;
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   background-color: rgba(255, 255, 255, 0.5);
   z-index: 9999;
}

#image-crop-upload {
   display: block;
   max-width: 100%;
}

.preview-cropper {
   overflow: hidden;
   height: 200px;
   margin: 10px;
   border: 1px solid red;
}

#image2-crop-upload {
   display: block;
   max-width: 100%;
}

.preview-cropper2 {
   overflow: hidden;
   height: 200px;
   margin: 10px;
   border: 1px solid red;
}

.choices__placeholder {
   color: var(--vz-card-color) !important;
}

span.reorder {
   cursor: move;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
   background-color: initial !important;
}

.profile-wid-bg::before {
   opacity: 0.8;
}
