/*--------------------------------------------------------------------------------------------
  html elements
--------------------------------------------------------------------------------------------*/
#main {
  margin-bottom: 80px;
}

/*--------------------------------------------------------------------------------------------
  modal zoom fix
--------------------------------------------------------------------------------------------*/

body {
  padding-right: 0px !important;
}

.modal-open {
  overflow-y: auto;
}

.nvtooltip {
    /* Set the background color to black with 50% opacity */
    background-color: rgb(255, 255, 255) !important;
    /* Other optional styles */
    border: none !important;
    color: white !important;
}