/*
File: Custom Css File
*/

.auth-page-wrapper {
    overflow: hidden;
    height: 100vh;
}

.text-danger {
    display: block;
    margin-top: 0.15rem;
    margin-bottom: 1rem;
}

.table-responsive .dropdown-menu {
    position: fixed !important;
    z-index: 1050;
}

form .form-group .checkbox {
    margin-top: 1rem;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f3f5;
}