.main-container-entry {
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  min-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .main-container-entry {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    max-width: calc(100vw - 35%);
    min-width: 1200px;
    margin: 0 auto;
  }
}

.main-content-entry {
    padding: 5px 40px 0px;
    background-color: #ffffff;
    border-radius: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container_head_entry,
.container_icon_entry {
  display: flex;
}
.container_info_entry {
  display: flex;
  align-items: center;
  gap: 5px;
}
.container_head_entry {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: flex-start;
  margin-bottom: 25px;
}

.container_icon_entry {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding-top: 5px;
}
.icon_entry {
  width: 125px;
  height: 125px;
  object-fit: contain;
}
.icon_type_entry {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.container_icon_entry img {
  width: 20px;
  height: 20px;
}

.info_entry_update {
  font-size: 12px;
  color: #a6adb2;
  font-style: italic;
  margin-top: 5px;
}

.info_entry_author {
  font-size: 12px;
  color: #a6adb2;
  font-style: italic;
}

.info_entry {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info_entry span {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: rgb(138, 149, 165);
}
.info_entry span {
  display: flex;
  height: 25px;
  align-items: flex-end;
}

.info_entry > div {
  display: flex;
  align-items: center;
  margin-left: 5px;
}
.info_entry_description {
  gap: 20px;
  align-items: center;
  margin: 5px;
  margin-top: 10px;
}
.info_entry_description h3 {
  font-size: 24pt;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
.info_entry_description div {
  background-color: rgb(37, 117, 121);
  padding: 5px 10px;
  border-radius: 5px;
  min-width: 30px;
  display: flex;
  justify-content: center;
  height: 17px;
  align-items: center;
}
.info_entry_description div p {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 11pt;
  font-weight: bold;
}
ul.tab {
  padding-bottom: 5px;
  /* padding-top: 25px; */
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 2px solid rgb(196, 196, 206);
  position: relative;
  gap: 10%;
}
ul.tab > li {
  display: inline-block;
}
ul.tab > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

li.tab-selected {
  position: relative;
}
li.tab-selected::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -20px;
  width: calc(100% + 50px);
  height: 4px;
  background-color: rgb(29, 120, 115);
}
ul.tab > li > a:hover {
  color: rgb(130, 185, 46);
}
.tab-panel {
  display: none;
}

.tab-panel.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
  padding-bottom: 30px;
}

.entry_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.entry_content_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #f6f7fb;
    padding: 10px 0px;
    border-radius: 15px;
  }
  .carousel-track-container {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .carousel-slide {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .carousel-slide img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    border-radius: 6px;
    display: block;
  }
  .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
  }
  .carousel-btn.prev {
    left: 10px;
    padding-right: 8px;
  }
  .carousel-btn.next {
    right: 10px;
    padding-left: 8px;
  }
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    background: #ffffff;
    border-top: 2px solid #1d7873;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 1000;
    min-width: 150px;
    width: auto;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 7px 0px;
    border-radius: 0px 0px 5px 5px;
  }
  .dropdown-menu li a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
  }
  .dropdown-menu li a:hover {
    background: #f0f0f0;
  }
  li.has-dropdown.show-dropdown .dropdown-menu {
    display: block;
}
.download-div {
  background-color: #1d7874;
  padding: 10px;
  border-radius: 0%;
  align-items: center;
  width: calc(50% - 30px);
  border-radius: 10px;
}
.download-div a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.files-download p {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}
.download-div img {
  width: 25px;
}
.files-download p:nth-child(2) { 
  padding-top: 5%;
  font-size: unset;
}
.files {
  width: 100%;
}
.download-div-older {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.download-div-older div.secondary {
  background-color: #f2f2f2;
}
.download-div-older div.secondary p {
  color: #000000;
}
.download-div-older div.secondary p:nth-child(2) {
  color: #95a3bf;
}
#principal_action_buttons {
  position: sticky;
  bottom: 0;
  z-index: 10;
  padding: 35px 10px;
  background: #ffffff;
  height: 62px;
}

#upload_form {
  margin-top: 15px;
}

#main-container-entry #principal_action_buttons,
#upload_form #principal_action_buttons {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
  margin-bottom: -50px;
}

@media (min-width: 1200px) {
  #main-container-entry #principal_action_buttons,
  #upload_form #principal_action_buttons {
    --offset: 15px;
    --half-offset: calc(var(--offset) / 2);
    margin-left: calc(-50vw + 50% + var(--half-offset));
    width: calc(100vw - var(--offset));
    box-sizing: border-box;
    max-width: calc(100vw - var(--offset));
    margin-bottom: -50px;
    min-width: 1200px;
  }
}

.entry_content table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.entry_content table tr th {
  background-color: rgb(37, 117, 121);
  color: #ffffff;
  height: 50px;
  border: 1px solid #ffffff;
}

.entry_content table tr td:first-child {
  width: 20%;
}
.entry_content table tr td:last-child {
  text-align: start;
}
.entry_content table  td {
  border: 1px solid #ccc;
  padding: 8px;
}

.entry_content table  tr:nth-child(even) {
  background-color: #f9f9f9;
}

.entry_content table  tr:nth-child(odd) {
  background-color: #ffffff;
}
.entry_content table  p {
  margin: 5px 0px;
}
.action_buttons:hover, .secondary.mini.action_buttons.submitButton:hover {
color: #82b92e;
}

.tab-content {
  min-height: calc(100vh - 150px);
}

.category-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.category-title img {
    width: 200px;
    height: 100px;
    object-fit: contain;
    margin-right: 15px;
}
.category-title h3 {
    margin: 0;
    font-size: 22px;
    color: #333333;
}
.category-text {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-right: 15px;
}
.category-description {
    margin: 0;
    font-size: 14px;
    color: #8a95a5;
}

#name-type {
    padding-top: 4px;
}

#modal_carousel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
    box-sizing: border-box;
}

#modal-image {
    max-width: calc(80vw);
    max-height: calc(80vh);
    margin: auto;
}

#close-modal {
    align-self: flex-end;
    color: white;
    font-size: 30px;
    cursor: pointer;
    margin: 10px 20px 0 auto;
}

.additional-info-content * {
  box-sizing: border-box;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: pre-wrap;
}

.type-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 15px;
    margin-right: 15px;
    margin: 0;
    font-size: 14px;
    color: #8a95a5;
}
.type-title img {
    width: 35px;
    height: 25px;
    object-fit: contain;
    margin-right: 15px;
}
.type-title h3 {
    margin: 0;
    font-size: 19px;
    color: #333333;
}
