/**
Perfiles y filtros
**/
body.profile-A .profile-allow:not(.profile-A),
body.profile-B .profile-allow:not(.profile-B) {
    display: none !important;
}

body.profile-A .profile-deny.profile-A,
body.profile-B .profile-deny.profile-B {
    display: none !important;
}

@media (max-width: 1280px) and (min-width: 1100px) {
    body #main-title-subtitle {
        display: none !important;
    }

    body .header-menu .menu>div>a {
        padding: 0 10px;
    }
}

@media (max-width: 1099px) and (min-width: 992px) {
    body #main-title-subtitle {
        display: none !important;
    }

    body .header-menu .menu>div>a {
        padding: 0 0.4vh;
    }
}

.uppy-DashboardContent-title,
.uppy-DashboardContent-save,
.uppy-ImageCropper-controls {
    display: none;
}

#file-uploader .uppy-Dashboard {
    min-height: 300px;
    margin: 0 auto;
}

.uppy-Root {
    z-index: 1;
}

.form-readonly .uppy-DashboardContent-addMore,
.form-readonly .uppy-Dashboard-Item-action--remove,
.form-readonly .uppy-Dashboard-AddFiles-title,
.form-readonly .uppy-Dashboard-AddFiles-list,
.cropper-dashed,
.cropper-line,
.cropper-point {
    display: none !important;
}

.uppy-ImageCropper {
    pointer-events: none;
}

.uppy-Dashboard-Item-previewImg {
    cursor: pointer;
}

.uppy-Dashboard-Item {
    margin-bottom: 3rem !important;

}

.badge-light {
    background-color: #F4F4F4;
    color: #62785E;
}

.form-control.custom-datetimepicker.custom-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'><path fill='%23CCCCCC' d='M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 0.5rem center;
    padding-right: 2rem;
  }

  .form-control.custom-datetimepicker svg path{
    fill: rgb(63, 66, 84);
  }
  

@media (min-width: 992px) {

    .hover-scroll-overlay-y,
    .hover-scroll-y {
        overflow: auto !important;
    }
}