\\n */\\n@-webkit-keyframes passing-through {\\n 0% {\\n opacity: 0;\\n transform: translateY(40px); }\\n 30%, 70% {\\n opacity: 1;\\n transform: translateY(0px); }\\n 100% {\\n opacity: 0;\\n transform: translateY(-40px); } }\\n@keyframes passing-through {\\n 0% {\\n opacity: 0;\\n transform: translateY(40px); }\\n 30%, 70% {\\n opacity: 1;\\n transform: translateY(0px); }\\n 100% {\\n opacity: 0;\\n transform: translateY(-40px); } }\\n@-webkit-keyframes slide-in {\\n 0% {\\n opacity: 0;\\n transform: translateY(40px); }\\n 30% {\\n opacity: 1;\\n transform: translateY(0px); } }\\n@keyframes slide-in {\\n 0% {\\n opacity: 0;\\n transform: translateY(40px); }\\n 30% {\\n opacity: 1;\\n transform: translateY(0px); } }\\n@-webkit-keyframes pulse {\\n 0% {\\n transform: scale(1); }\\n 10% {\\n transform: scale(1.1); }\\n 20% {\\n transform: scale(1); } }\\n@keyframes pulse {\\n 0% {\\n transform: scale(1); }\\n 10% {\\n transform: scale(1.1); }\\n 20% {\\n transform: scale(1); } }\\n.dropzone, .dropzone * {\\n box-sizing: border-box; }\\n.dropzone {\\n min-height: 150px;\\n border: 2px solid rgba(0, 0, 0, 0.3);\\n background: white;\\n padding: 20px 20px; }\\n.dropzone.dz-clickable {\\n cursor: pointer; }\\n.dropzone.dz-clickable * {\\n cursor: default; }\\n.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {\\n cursor: pointer; }\\n.dropzone.dz-started .dz-message {\\n display: none; }\\n.dropzone.dz-drag-hover {\\n border-style: solid; }\\n.dropzone.dz-drag-hover .dz-message {\\n opacity: 0.5; }\\n.dropzone .dz-message {\\n text-align: center;\\n margin: 2em 0; }\\n.dropzone .dz-preview {\\n position: relative;\\n display: inline-block;\\n vertical-align: top;\\n margin: 16px;\\n min-height: 100px; }\\n.dropzone .dz-preview:hover {\\n z-index: 1000; }\\n.dropzone .dz-preview:hover .dz-details {\\n opacity: 1; }\\n.dropzone .dz-preview.dz-file-preview .dz-image {\\n border-radius: 20px;\\n background: #999;\\n background: linear-gradient(to bottom, #eee, #ddd); }\\n.dropzone .dz-preview.dz-file-preview .dz-details {\\n opacity: 1; }\\n.dropzone .dz-preview.dz-image-preview {\\n background: white; }\\n.dropzone .dz-preview.dz-image-preview .dz-details {\\n transition: opacity 0.2s linear; }\\n.dropzone .dz-preview .dz-remove {\\n font-size: 14px;\\n text-align: center;\\n display: block;\\n cursor: pointer;\\n border: none; }\\n.dropzone .dz-preview .dz-remove:hover {\\n text-decoration: underline; }\\n.dropzone .dz-preview:hover .dz-details {\\n opacity: 1; }\\n.dropzone .dz-preview .dz-details {\\n z-index: 20;\\n position: absolute;\\n top: 0;\\n left: 0;\\n opacity: 0;\\n font-size: 13px;\\n min-width: 100%;\\n max-width: 100%;\\n padding: 2em 1em;\\n text-align: center;\\n color: rgba(0, 0, 0, 0.9);\\n line-height: 150%; }\\n.dropzone .dz-preview .dz-details .dz-size {\\n margin-bottom: 1em;\\n font-size: 16px; }\\n.dropzone .dz-preview .dz-details .dz-filename {\\n white-space: nowrap; }\\n.dropzone .dz-preview .dz-details .dz-filename:hover span {\\n border: 1px solid rgba(200, 200, 200, 0.8);\\n background-color: rgba(255, 255, 255, 0.8); }\\n.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {\\n overflow: hidden;\\n text-overflow: ellipsis; }\\n.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {\\n border: 1px solid transparent; }\\n.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {\\n background-color: rgba(255, 255, 255, 0.4);\\n padding: 0 0.4em;\\n border-radius: 3px; }\\n.dropzone .dz-preview:hover .dz-image img {\\n transform: scale(1.05, 1.05);\\n -webkit-filter: blur(8px);\\n filter: blur(8px); }\\n.dropzone .dz-preview .dz-image {\\n border-radius: 20px;\\n overflow: hidden;\\n width: 120px;\\n height: 120px;\\n position: relative;\\n display: block;\\n z-index: 10; }\\n.dropzone .dz-preview .dz-image img {\\n display: block; }\\n.dropzone .dz-preview.dz-success .dz-success-mark {\\n -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);\\n animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }\\n.dropzone .dz-preview.dz-error .dz-error-mark {\\n opacity: 1;\\n -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);\\n animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }\\n.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {\\n pointer-events: none;\\n opacity: 0;\\n z-index: 500;\\n position: absolute;\\n display: block;\\n top: 50%;\\n left: 50%;\\n margin-left: -27px;\\n margin-top: -27px; }\\n.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {\\n display: block;\\n width: 54px;\\n height: 54px; }\\n.dropzone .dz-preview.dz-processing .dz-progress {\\n opacity: 1;\\n transition: all 0.2s linear; }\\n.dropzone .dz-preview.dz-complete .dz-progress {\\n opacity: 0;\\n transition: opacity 0.4s ease-in; }\\n.dropzone .dz-preview:not(.dz-processing) .dz-progress {\\n -webkit-animation: pulse 6s ease infinite;\\n animation: pulse 6s ease infinite; }\\n.dropzone .dz-preview .dz-progress {\\n opacity: 1;\\n z-index: 1000;\\n pointer-events: none;\\n position: absolute;\\n height: 16px;\\n left: 50%;\\n top: 50%;\\n margin-top: -8px;\\n width: 80px;\\n margin-left: -40px;\\n background: rgba(255, 255, 255, 0.9);\\n -webkit-transform: scale(1);\\n border-radius: 8px;\\n overflow: hidden; }\\n.dropzone .dz-preview .dz-progress .dz-upload {\\n background: #333;\\n background: linear-gradient(to bottom, #666, #444);\\n position: absolute;\\n top: 0;\\n left: 0;\\n bottom: 0;\\n width: 0;\\n transition: width 300ms ease-in-out; }\\n.dropzone .dz-preview.dz-error .dz-error-message {\\n display: block; }\\n.dropzone .dz-preview.dz-error:hover .dz-error-message {\\n opacity: 1;\\n pointer-events: auto; }\\n.dropzone .dz-preview .dz-error-message {\\n pointer-events: none;\\n z-index: 1000;\\n position: absolute;\\n display: block;\\n display: none;\\n opacity: 0;\\n transition: opacity 0.3s ease;\\n border-radius: 8px;\\n font-size: 13px;\\n top: 130px;\\n left: -10px;\\n width: 140px;\\n background: #be2626;\\n background: linear-gradient(to bottom, #be2626, #a92222);\\n padding: 0.5em 1.2em;\\n color: white; }\\n.dropzone .dz-preview .dz-error-message:after {\\n content: '';\\n position: absolute;\\n top: -6px;\\n left: 64px;\\n width: 0;\\n height: 0;\\n border-left: 6px solid transparent;\\n border-right: 6px solid transparent;\\n border-bottom: 6px solid #be2626; }\\n/* ==========================================================================\\n #DROPZONE CUSTOM STYLES\\n ========================================================================== */\\n/**\\n * Instead of modifying `_dropzone.scss` directly, we add Dashboard's custom\\n * styles for dropzone plugin here.\\n */\\n.dropzone {\\n display: flex;\\n position: relative;\\n align-items: center;\\n justify-content: center;\\n background-color: #fff;\\n color: #7f8fa4;\\n border: 1px solid #e6eaee;\\n border-radius: 4px;\\n padding: 5px;\\n transition: border-color 0.3s; }\\n.dropzone:hover {\\n border-color: #2ea1f8; }\\n.dropzone .dz-message {\\n display: flex;\\n flex-flow: column;\\n position: absolute;\\n align-items: center;\\n justify-content: center;\\n top: 0;\\n right: 0;\\n bottom: 0;\\n left: 0;\\n width: calc(100% - 10px);\\n height: calc(100% - 10px);\\n margin: auto;\\n border-radius: 4px;\\n border: 2px dashed rgba(206, 208, 218, 0.5); }\\n.dz-icon {\\n display: block;\\n margin-bottom: 10px;\\n font-size: 30px;\\n color: #E2E3E9; }\\n/*!\\n * FullCalendar v3.8.0\\n * Docs & License: https://fullcalendar.io/\\n * (c) 2017 Adam Shaw\\n */\\n.fc {\\n direction: ltr;\\n text-align: left; }\\n.fc-rtl {\\n text-align: right; }\\nbody .fc {\\n /* extra precedence to overcome jqui */\\n font-size: 1em; }\\n/* Colors\\n--------------------------------------------------------------------------------------------------*/\\n.fc-highlight {\\n /* when user is selecting cells */\\n background: #bce8f1;\\n opacity: .3; }\\n.fc-bgevent {\\n /* default look for background events */\\n background: #8fdf82;\\n opacity: .3; }\\n.fc-nonbusiness {\\n /* default look for non-business-hours areas */\\n /* will inherit .fc-bgevent's styles */\\n background: #d7d7d7; }\\n/* Buttons (styled