.dropdown-menu {
    width: 170px;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
}

.filter-option-inner-inner {
    width: 100%;
}

.fade-in {
    display: block;
    animation: fadeIn 0.2s linear forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dropdown {
    border: 1px solid #cccccc !important;
}
.dashed-area {
  border: 2px solid #595959;
  color: #595959;
  height: 400px;
  width: 500px;
  display: flex;
  position: relative;
  border-radius: 5px;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
