html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* START HEADER */
@media (max-width: 1199.98px) {
    #adminNavbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        border: none
    }
}
    /* END HEADER */

    /* toggle editing of table rows */
    .edit-mode {
        display: none;
    }

    .editing .edit-mode {
        display: inline-block;
    }

    .editing .view-mode {
        display: none;
    }

    tr.editing td {
        vertical-align: middle;
    }

    .w-px-40 {
        width: 40px !important;
    }

    .cursor-move {
        cursor: move !important;
    }

    .tooltip-wide {
        --bs-tooltip-max-width: none;
    }
    
    .cursor-pointer {
        cursor: pointer;
    }