.resource-list {
  margin-bottom: 30px;
  background: #F2F4F9;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0 20px;
}
.resource-list.resource-list-reorder {
  padding: 0;
  border-radius: 0%;
  background: transparent;
  box-shadow: none;
}
.resource-list.resource-list-reorder .resource-item {
  padding: 20px 20px 20px 30px;
  border-width: 0px !important;
  background: #F2F4F9;
}
.resource-list.resource-list-reorder .resource-item:not(:first-child) {
  margin-top: 10px;
}
.resource-list .resource-item + .resource-item {
  border-top: 1px solid #D9D9D9;
}
.resource-list .resource-item {
  padding: 20px 0;
}
.resource-list .resource-item::after {
  display: block;
  clear: both;
  content: "";
}
.resource-list .resource-item .empty {
  font-size: 1rem;
  margin: 0;
}
.resource-list .resource-item .resource-item__icon {
  margin-right: 20px;
  float: left;
}
.resource-list .resource-item .resource-item__icon img {
  height: 40px;
  width: 30px;
}
.resource-list .resource-item .resource-item__content {
  float: left;
  width: calc(100% - 50px);
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__header {
  flex-direction: row;
  display: flex;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__header .resource-item__title {
  font-weight: 700;
  font-size: calc(1rem + 4px);
  line-height: calc(1rem + 7px);
  color: #001D85;
  margin-bottom: 10px;
  word-break: break-word;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__header .resource-item__action {
  flex: auto;
  margin-top: -5px;
  margin-right: -5px;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__header .resource-item__action .btn {
  float: right;
  margin: 5px;
  width: 110px;
  height: 30px;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__info-item {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__info-item .resource-item__info-item-label {
  width: 170px;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download {
  margin-top: 10px;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-label {
  width: 170px;
  color: #001D85;
  font-weight: 700;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value li {
  margin-right: 8px;
  float: left;
  height: 20px;
  background: #929292;
  border-radius: 5px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 13px;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value li img {
  margin-right: 5px;
  height: 10px;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-CSV {
  background: #337DA7;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-PDF {
  background: #929292;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-XLSX {
  background: #285C76;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-DOC {
  background: #3D619F;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-DOCX {
  background: #5D87D0;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-API {
  background: #D68791;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-HTML,
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-XML {
  background: #DC8968;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-JPEG {
  background: #34A853;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-JSON {
  background: #9777A8;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-PNG {
  background: #669EC5;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-ZIP {
  background: #D4AC68;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value .download-RAR {
  background: #BD6667;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value li a {
  color: #FFFFFF;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download .resource-item__download-value li a:hover {
  color: #FFFFFF;
}
.resource-list .resource-item .resource-item__content .resource-item__info .resource-item__descriptions {
  margin-top: 5px;
  text-align: justify;
  color: #6c757d;
}
@media (max-width: 575.98px) {
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__header {
    flex-direction: column;
  }
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__header .resource-item__action .btn {
    float: left;
    margin: 15px 0;
  }
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__header .resource-item__action .btn + .btn {
    margin-left: 10px;
  }
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__info-item,
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__descriptions {
    margin-left: -50px;
  }
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__info-item .resource-item__info-item-label,
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__descriptions .resource-item__info-item-label {
    width: 140px;
  }
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download-label,
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download-value {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  .resource-list .resource-item .resource-item__content .resource-item__info .resource-item__download-value {
    margin-top: 20px;
  }
}
.dataset-detail .dataset-description {
  font-size: 1rem;
  line-height: calc(1rem + 3px);
  text-align: justify;
  margin-bottom: 20px;
  white-space: pre-line;
  display: flex;
}
.dataset-detail .dataset-description p {
  margin: 0;
}
.dataset-detail td.updated-details {
  padding: 8.5px 10px;
}
.dataset-detail td.updated-details .btn-updated-details {
  margin: 0;
  padding: 4px 7px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  background-color: #108ee9;
  border-radius: 4px;
  border: 0;
}
@media (min-width: 576px) {
  .dataset-detail .dataset__share {
    margin-left: 60px;
  }
}
@media (max-width: 575.98px) {
  .dataset-detail .dataset__share {
    margin-top: 20px;
  }
}
.dataset-detail .div-btn-add-resource-new .btn-add-resource-new {
  height: 40px;
  width: 40px;
  padding: 10px 10px;
}
.resource-detail .resource-list {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: unset;
}
.resource-detail .resource-list .resource-item {
  padding: 20px;
}
.text-btn .text-btn:hover {
  font-style: normal;
  font-weight: 400;
  line-height: calc(1rem + 3px);
  color: #FFFFFF;
  margin-top: 10px;
}
.read-title {
  width: 100%;
}
.read-title:after {
  display: block;
  clear: both;
  content: "";
}
.read-title .title__label {
  margin-bottom: 25px;
  min-height: 45px;
  float: left;
  display: flex;
  padding-right: 20px;
}
.read-title .title__label .detail-title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #001D85;
  align-self: flex-end;
}
.read-title .title__label .down-line-title {
  line-break: anywhere;
}
.read-title .title__btn {
  margin-bottom: 25px;
  float: right;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 415px) {
  .read-title {
    display: inline-block;
  }
  .read-title .title__label {
    width: 100%;
  }
  .read-title .title__btn {
    width: 100%;
    position: relative;
  }
}
.resources-info {
  background: #001D85;
  border-radius: 5px;
  font-style: normal;
  line-height: calc(1rem + 3px);
  color: #FFFFFF;
  text-align: center;
  padding-top: 40px;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.resources-info .resources__image {
  height: 115px;
}
.resources-info .resources__image img {
  height: 100%;
  object-fit: contain;
}
.resources-info .resources__title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}
.resources-info .resources__description {
  text-align: justify;
  font-weight: 400;
}
.item-detail {
  margin-right: 0.05em;
  background-color: #F2F4F9;
  margin-left: 0.05em;
}
.tags {
  flex-wrap: wrap;
  display: flex;
  margin: -5px -5px 25px -5px;
}
.tags .tag {
  margin: 5px;
  padding: 10px 20px;
  height: 40px;
  background: #DDE4F4;
  border-radius: 20px;
  line-height: 20px;
  color: #001D85;
  text-align: center;
  white-space: nowrap;
}
.resource-el {
  background: #F2F4F9;
}
.resource-edit {
  padding: 25px 30px;
  background: #F2F4F9;
}
.resource-edit .resource-edit-container {
  display: flex;
  width: 100%;
  position: relative;
}
.resource-edit .resource-edit-container .resource-nav {
  width: 70%;
}
.resource-edit .resource-edit-container .resource-all {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
@media screen and (max-width: 415px) {
  .resource-edit .resource-edit-container {
    display: inline-block;
  }
  .resource-edit .resource-edit-container .resource-nav {
    width: 100%;
  }
  .resource-edit .resource-edit-container .resource-all {
    width: 100%;
    position: relative;
  }
}
.stages-container {
  margin-bottom: 10px;
}
.stages-container::after {
  display: block;
  clear: both;
  content: "";
}
.stages-container .stages-item {
  float: left;
  height: 30px;
  border-radius: 3px;
  padding: 4px 10px;
}
.stages-container .stages-item .stages__index {
  float: left;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
}
.stages-container .stages-item .stages__label {
  float: left;
  line-height: 22px;
  text-align: justify;
  margin-left: 17px;
}
.stages-container .stages-active {
  background: #EBFFF5;
}
.stages-container .stages-active .stages-active__index {
  background: #008F00;
  color: #FFFFFF;
  font-weight: 700;
}
.stages-container .stages-active .stages-active__label {
  color: #008F00;
}
.stages-container .stages-complete {
  background: #008F00;
}
.stages-container .stages-complete .stages-complete__index {
  background: #FFFFFF;
}
.stages-container .stages-complete .stages-complete__label {
  color: #FFFFFF;
}
.stages-container .stages-uncomplete {
  background: #AFAEAE;
}
.stages-container .stages-uncomplete .stages-uncomplete__index {
  background: #FFFFFF;
  color: #AFAEAE;
  font-weight: 700;
}
.stages-container .stages-uncomplete .stages-uncomplete__label {
  color: #FFFFFF;
}
.horizontal-dashed {
  float: left;
  border-bottom: 1px dashed #AFAEAE;
  margin-top: 15px;
  width: 89px;
}
.changes-heading {
  display: flex;
  margin-bottom: 20px;
}
.changes-heading .arrow-icon {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  line-height: calc(1rem + 3px);
  color: #001D85;
}
.changes-heading .heading-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  line-height: calc(1rem + 3px);
  color: #001D85;
  margin-left: 40px;
}
