label.required:after {
    content: "*";
    color: red;
}

.swal2-container {
    z-index: 9999 !important;
}

.w-32 {
    width: 8rem !important;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.max150px {
    max-width: 150px;
}

.my05 {
    margin-top: 0.15rem !important;
    margin-bottom: 0.15rem !important;
}

.mb10px {
    margin-bottom: 10px !important;
}

.minh200px {
    min-height: 200px !important;
    overflow: auto;
}

.minh500px {
    min-height: 500px !important;
    overflow: auto;
}

.mh500px {
    max-height: 500px !important;
    overflow: auto;
}

.mw400px {
    max-width: 400px !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.kanban-col {
    display: flex;
}

.ui-state-highlight {
    background-color: #FFFCEA !important;
    height: 5em; line-height: 2em;
}

.h-px-35 {
    height: 35px !important;
}

.menu-vertical .menu-inner > .menu-item .menu-link:hover {
    background-color: #519fc7;
}

.bg-light-danger {
    background-color: #fce5e647 !important;
}
.bg-light-primary {
    background-color: #d9f8fc7a !important;
}

.bg-brand-yellow {
    background-color: #dfcc00 !important;
}