body {
  font-family: Tahoma, Arial, sans-serif;
  background: white;
  margin: 0;
}

/* ===== LEFT MENU ===== */

/* Container */

.menu-container {
  width: 270px;
  margin: 20px 0 20px;
  background: #e6e6e6;
  border: 1px solid #aaa;
}

.item-container {
  margin: 20px 0 20px;
  background: white;
}

/* Header */

.menu-header {
  background-image: linear-gradient(to right, #0780ff, #0780ff, #fff);
  color: white;
  padding: 10px;
  font-weight: bold;
}

.section-header {
  background-image: linear-gradient(to right, #2A7B9B, #57C785, #EDDD53);
  color: white;
  padding: 10px;
  font-weight: bold;
}

.item-header-software {
  background-image: linear-gradient(to right, #676767, #676767, #D0D0D0);
  color: white;
  padding: 10px;
  font-weight: bold;
}

.item-header-schematics {
  background-image: linear-gradient(to right, #FFA807, #FFA807, #FFFFFF);
  color: white;
  padding: 10px;
  font-weight: bold;
}

.item-header-policys {
  background-image: linear-gradient(to right, #993000, #993000, #FFFFFF);
  color: white;
  padding: 10px;
  font-weight: bold;
}

.item-header-recipes {
  background-image: linear-gradient(to right, #CCB400, #CCB400, #FFFFFF);
  color: white;
  padding: 10px;
  font-weight: bold;
}

/* Columns */

.menu-columns {
  display: flex;
  padding: 10px;
}

.column {
  flex: 1;
  padding: 0 15px;
  border-right: 1px solid #ccc;
}

.column:last-child {
  border-right: none;
}

/* Section headers */

h3 {
  font-size: 14px;
  margin: 10px 2px 5px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
}

h3.disable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  cursor: default;
}

span.disable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  cursor: default;
}

thead.disable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  cursor: default;
}

/* Icon support */

h3.icon {
  position: relative;
  padding-left: 22px;
}

.menu-container h3.icon {
  position: relative;
  padding-right: 22px;
}

.menu-container h3.icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Assign icons */

.menu-container h3.disks::before {
  margin-left: 4px;
  margin-top: 10px;
  background-image: url("../../icons/disk.png");
}

.menu-container h3.documents::before {
  margin-left: 5px;
  margin-top: 8px;
  background-image: url("../../icons/document.png");
}

.menu-container h3.recipe::before {
  margin-left: 5px;
  margin-top: 8px;
  background-image: url("../../icons/recipe.png");
}

/* Lists */

.menu-container ul {
  list-style: none;
  padding-left: 18px;
  margin: 5px 0;
}

.menu-container li {
  font-size: 13px;
  padding: 2px 0;
  position: relative;
  padding-left: 16px;
  cursor: pointer;
}

/* Custom bullet */

.menu-container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  margin-top: 2px;
  background-image: url("../../icons/bullet.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hover */

.menu-container li:hover {
  text-decoration: underline;
}

.menu-container a {
  text-decoration: none;
  color: #000000;
}

.menu-container a:visited {
  text-decoration: none;
  color: #000000;
}

.menu-container a:hover {
  text-decoration: underline;
  color: #000000;
}

.item-container a {
  text-decoration: none;
  color: #0000FF;
}

.item-container a:visited {
  text-decoration: none;
  color: #0000FF;
}

.item-container a:hover {
  text-decoration: underline;
  color: #0000FF;
}

img {
  width: 16px;
  height: 16px;
}

.blinking {
  animation: updatedText 1.2s infinite;
}

.freeshipping {
  background-color: red;
  padding: 2px 10px;
  font-size: 12px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: white;
  white-space: nowrap;
  text-align: center;
  border-radius: 15px;
}

.newMenu {
  background-color: lime;
  padding: 2px 10px;
  font-size: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: black;
  white-space: nowrap;
  text-align: center;
  border-radius: 15px;
}

.newContent {
  background-color: lime;
  padding: 2px 10px;
  font-size: 12px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: black;
  white-space: nowrap;
  text-align: center;
  border-radius: 15px;
}

.updatedMenu {
  background-color: orange;
  padding: 2px 10px;
  font-size: 12px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  color: black;
  white-space: nowrap;
  text-align: center;
  border-radius: 15px;
}

.updatedContent {
  background-color: orange;
  padding: 2px 10px;
  font-size: 12px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  color: black;
  white-space: nowrap;
  text-align: center;
  border-radius: 15px;
}

@keyframes updatedText {
  0% {
    color: #000;
  }
  49% {
    color: #000;
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: #000;
  }
}

.zoom-thumb {
  transition: transform 0.3s ease;
}

.zoom-thumb:hover {
  transform: scale(1.05);
}

/* Assign icons */

/* .download-link {  position: relative;  padding-right: 20px;} */

/* Icon AFTER text */

/* .download-link::after {  content: "";  position: absolute;  right: 0;  top: 3px;  width: 14px;  height: 14px;  background-image: url("../../icons/disk.png");  background-size: contain;  background-repeat: no-repeat;} */

/* ===== RIGHT CONTENT ===== */

.content-section {
  padding: 20px;
}

.d-none {
  display: none;
}

.padmeleft {
  padding-left: 10px;
}

.Truncate-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 1ch;
  max-width: 200px;
  overflow: hidden;
}

.text-small {
  font-size: 16px !important;
}

#Btn_top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
  font-size: 18px;
}

#Btn_top:hover {
  background-color: #555;
}

.pdf-viewer {
  border: 2px solid #333333;
  border-radius: 4px;
}

