/*-----------------------------------------------
|   Phoenix buttons
-----------------------------------------------*/
/* -------------------------------------------------------------------------- */
/*                                Phoenix button                              */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/* ----------------------------- Phoenix-buttons ---------------------------- */
/*# sourceMappingURL=user.css.map */

:root {
    --bs-primary: #0693e3 !important;
    --bs-secondary: #062c52 !important;
    --bs-success: var(--phoenix-success);
    --bs-danger: var(--phoenix-danger);
}

.pointer {
    cursor: pointer;
}

.tabulator-popup-container {
    z-index: 999 !important;
    background-color: #fff !important;
}

#rules td, #rules th {
    vertical-align: top;
}

.border-light {
    border: 1px solid var(--phoenix-soft);
}

.v-align-top {
    vertical-align: top;
}

#scrollUp {
    position: fixed;
    z-index: 999;
    right: 1.5rem;
    bottom: 1.5rem;
    cursor: pointer;
    display: none;
}

.tabulator-edit-list .tabulator-edit-list-item:hover {
    cursor: pointer;
    color: #000 !important;
    background: var(--phoenix-info) !important;
}

.tabulator-edit-list .tabulator-edit-list-item.active {
    color: #000 !important;
    background: var(--phoenix-info) !important;
}

/* -xs- */

@media only screen and (max-width: 768px) {}


/* -sm- */

@media only screen and (max-width: 992px) {
    .border-sm-radius {
        border-radius: 5px !important;
    }
}


/* -md- */

@media only screen and (min-width: 993px) {}


/* -lg- */

@media only screen and (min-width: 1400px) {}