@media screen and (max-width: 760px) {
    .wm-app .app-search.full-screen.input-group {
        width: 100% !important;
        position: fixed;
        display: block;
        background-color: #fff;
        height: 80%;
        z-index: 5000;
        border-radius: 0;
        top: 0;
        left: 0;
        margin-top: 14%;
    }
}

img[alt="Checkbox Image"] {
    display: none;
}

.wm-app .app-grid .table tbody tr td {
    white-space: normal;
}

.wm-app .form-control.app-textarea {
    padding-top: 8px;
}

.picture-list {
    width: 100%;
    height: 100%;
    max-width: 42px;
    max-height: 42px;
}

.clickable-element {
    cursor: pointer;
}

.non-click-element {
    cursor: default;
}

.disable-click-element {
    cursor: no-drop;
}

.list-dialog-scroll-400 {
    height: 400px;
    overflow-y: scroll;
}

.list-dialog-scroll-300 {
    height: 300px;
    overflow-y: scroll;
}

.list-dialog-scroll-200 {
    height: 200px;
    overflow-y: scroll;
}

.hide-overflow {
    overflow: hidden;
}

.modal-layout-custome {
    top: unset !important;
    bottom: -15px !important;
    padding-top: 110% !important;
}

bs-datepicker-container,
bs-daterangepicker-container {
    top: 80px !important;
}

.display-flex {
    display: flex !important;
} 

.align-items-center {
    align-items: center !important;
}

.select-status {
    margin-top: 8px !important;
}

@media screen and (max-width: 480px) {
    .select-status {
        margin-top: 0px !important;
    }
}