.download.simple {
  position: absolute;
}
.download.simple select {
  display: none;
}
.download.simple .select-wrapper {
  width: 205px;
  max-width: 100%;
}
.download.simple .chosen-container {
  width: fit-content !important;
  max-width: 100% !important;
  padding: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  position: relative;
}
.download.simple .chosen-container.chosen-with-drop .chosen-results {
  visibility: visible;
  min-width: 190px;
}
.download.simple .chosen-container:before {
  content: "";
  background-image: url(/20221018085324oe_/https://unfccc.int/themes/custom/assets/svgs/Download.svg);
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 6px;
  top: 5px;
}
.download.simple .chosen-search {
  display: none;
}
.download.simple .chosen-single {
  display: block;
  padding: 6px 12px;
  padding-left: 36px;
  font-size: 16px;
  color: #4169e2;
  width: fit-content;
  border: 1px solid #4169e2;
  border-radius: 2px;
  background: white;
  font-size: 14px;
  word-break: normal;
  position: relative;
}
.download.simple .chosen-single::before {
  content: "";
  background-image: url("/20221018085324oe_/https://unfccc.int/themes/custom/assets/svgs/Download.svg");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  left: 14px;
  top: 5px;
  z-index: 1;
}
@media (max-width: 767px) {
  .download.simple .chosen-single {
    font-size: 13px;
  }
}
.download.simple .chosen-results {
  list-style: none;
  visibility: hidden;
  position: absolute;
  padding-left: 10px;
  background-color: rgb(255, 255, 255);
  z-index: 5;
  left: 0;
  border: 1px solid #DBDFE5;
  border-radius: 4px;
  box-shadow: 0px 2px 4px #f0f0f0;
  padding: 0;
  cursor: pointer;
}
.download.simple .chosen-results::-ms-clear {
  display: none;
}
.download.simple .chosen-results::-webkit-scrollbar {
  width: 13px; /* width of the entire scrollbar */
  height: 13px;
}
.download.simple .chosen-results::-webkit-scrollbar-track {
  background: rgb(245, 247, 246); /* color of the tracking area */
}
.download.simple .chosen-results::-webkit-scrollbar-track:horizontal {
  border-top: 1px solid rgb(171, 189, 240);
}
.download.simple .chosen-results::-webkit-scrollbar-track:vertical {
  border-left: 1px solid rgb(171, 189, 240);
}
.download.simple .chosen-results::-webkit-scrollbar-thumb {
  background-color: rgb(171, 189, 240); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 2px solid transparent; /* creates padding around scroll thumb */
  background-clip: content-box;
}
.download.simple .chosen-results::-webkit-scrollbar-thumb:horizontal {
  border-top: 3px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.download.simple .chosen-results::-webkit-scrollbar-thumb:vertical {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 3px solid transparent;
}
.download.simple .chosen-results::-webkit-scrollbar-corner {
  background-color: rgb(245, 247, 246);
}
.download.simple .chosen-results::-webkit-scrollbar-track {
  border: none;
}
.download.simple .chosen-results .active-result {
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 12px;
  color: rgb(66, 66, 69);
  position: relative;
  padding: 5px 20px;
  padding-right: 5px;
  width: 100%;
  pointer-events: all;
  line-height: 20px;
  padding-left: 30px;
}
.download.simple .chosen-results .active-result::marker {
  display: none;
}
.download.simple .chosen-results .active-result::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  background-color: rgb(255, 255, 255);
  border: 1.5px solid rgb(65, 105, 226);
  border-radius: 2px;
  left: 8px;
  top: 35%;
  position: absolute;
  transform: translate(0px, -50%);
}
.download.simple .chosen-results .active-result.selected {
  background-color: rgb(255, 255, 255);
}
.download.simple .chosen-results .active-result.result-selected {
  background-color: rgb(225, 233, 255);
}
.download.simple .chosen-results .active-result.result-selected:before {
  background-image: linear-gradient(to bottom, rgb(65, 105, 226) 0%, rgb(65, 105, 226) 100%), linear-gradient(to bottom, white 0%, white 100%);
}
.download.simple .chosen-results .active-result:hover {
  background-color: rgb(225, 233, 255);
}
.download.simple .chosen-drop {
  min-width: 120px;
  margin-top: 3px;
}
.download.simple select.form-select.form-control.download.selectr-hidden {
  display: none;
}

.table-responsive {
  overflow-x: inherit;
}

body.path-documents .download.simple .chosen-container, body.path-decisions .download.simple .chosen-container, body.path-reports .download.simple .chosen-container, body.path-resources .download.simple .chosen-container {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  border: 1px solid rgb(65, 105, 226);
  cursor: pointer;
}
body.path-documents .download.simple .chosen-container:hover, body.path-decisions .download.simple .chosen-container:hover, body.path-reports .download.simple .chosen-container:hover, body.path-resources .download.simple .chosen-container:hover {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(25, 25, 112);
}
body.path-documents .download.simple .chosen-container .chosen-single, body.path-decisions .download.simple .chosen-container .chosen-single, body.path-reports .download.simple .chosen-container .chosen-single, body.path-resources .download.simple .chosen-container .chosen-single {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

