@media screen and (max-width: 600px) {
  .filter-menu {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .filter-menu-hide {
    margin-left: -100%; } }

.filter-menu-theme-btn {
  visibility: hidden; }
  @media screen and (max-width: 600px) {
    .filter-menu-theme-btn {
      visibility: visible; } }

@media screen and (max-width: 600px) {
  .filter-main-container {
    height: 90%; } }

.left-arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.dropzone {
  height: 8px;
  padding: 0 !important; }

.swal-button {
  background-color: #008ff5; }

.swal-modal {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.bottom-fader {
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%); }
