.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #554d42;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #554d42;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #554d42;
}

.login-container {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.body {
  background-image: url("../images/imagen-1C.jpg");
  background-position: 0 0;
  background-size: cover;
}

.image {
  opacity: 1;
}

.login-header {
  height: 100px;
}

.header-title {
  width: 500px;
  height: 80px;
  background-color: #554d42;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
}

.text-block {
  color: #fbfbfb;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 100;
}

.login-content {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.login-box {
  width: 300px;
  height: 300px;
  max-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding-top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.login-footer {
  height: 100px;
}

.login {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  display: flex;
}

.login-box-header {
  width: 100%;
  height: 50px;
  background-color: #a07258;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fbfbfb;
  font-family: Raleway, sans-serif;
  font-size: 25px;
}

.login-box-container {
  height: 250px;
  background-color: #fbfbfb;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.field-label {
  width: 100%;
  color: #929292;
  letter-spacing: 0.3px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.field-label-2 {
  width: 100%;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.form {
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.submit-button {
  width: 120px;
  letter-spacing: 3px;
  cursor: pointer;
  background-color: #a49485;
  margin-top: 10px;
  font-family: Raleway, sans-serif;
}

.error-message {
  margin-top: 20px;
}

.form-block {
  height: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.bold-text,
.bold-text-2 {
  font-weight: 500;
}

.text-block-3 {
  font-family: Raleway, sans-serif;
}

.resource-card {
  background-color: #fbfbfb;
  flex-direction: column;
  display: flex;
}

.resource-card-header {
  height: 200px;
  background-image: url("../images/imagen-1C---header.jpg");
  background-position: 0 0;
  background-size: cover;
  padding-top: 20px;
}

.resource-card-header-title {
  width: 500px;
  height: 80px;
  background-color: #554d42;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
}

.text-block-4 {
  color: #fbfbfb;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 100;
}

.bold-text-3,
.bold-text-4 {
  font-weight: 500;
}

.resource-card-content {
  background-color: #fbfbfb;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 16px;
  display: flex;
}

.resource-card-box {
  width: 80%;
  border: 0 solid #000;
  display: flex;
}

.rcb-left-panel {
  width: 300px;
  background-color: #f5f1ef;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 10px 20px;
  display: flex;
}

.rcb-right-panel {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.resource-title {
  height: 50px;
  background-color: #a07258;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-section-title {
  color: #fbfbfb;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.resource-info {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.resource-section {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 0;
}

.resource-section-title {
  height: 30px;
  background-color: #7e756a;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.resource-section-content {
  width: 100%;
  background-color: #f5f1ef;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px;
  display: flex;
  gap: 30px;
}

.resource-section-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.resource-image {
  width: 300px;
  height: 300px;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 10px;
  margin-right: 20px;
}

.section-content-info {
  width: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.text-field-2 {
  font-family: Raleway, sans-serif;
}

.field-label-3 {
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.field-label-4 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
}

.field-title {
  color: #929292;
  letter-spacing: 0.3px;
  flex: 0 auto;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.field-title.dark-text {
  color: #383838;
  font-size: 12px;
}

.field-title.span-resource-version {
  color: #2f2f2f;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0;
  font-size: 13px;
  font-weight: 500;
}

.field-title.span-resource-version.span-resource-tag {
  background-color: #b9ae9e;
  border-radius: 12px;
  padding: 5px;
}

.field-title.span-small {
  flex: 1;
  font-size: 13px;
}

.field-value {
  color: #2f2f2f;
  flex-direction: row;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.field-value.span-small-2 {
  width: 100%;
  flex: 1;
  margin-bottom: 7px;
  font-size: 13px;
}

.reference-container {
  width: 80%;
  background-color: #fbfbfb;
  border: 1px solid #554d42;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 5px;
  display: flex;
}

.text-block-5 {
  color: #2f2f2f;
  text-align: center;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.resource-metadata-container {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  margin-top: 20px;
  display: flex;
}

.resource-metadata-container-header {
  height: 25px;
  background-color: #a5998b;
  border-bottom: 1px solid #e0dbd6;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-6 {
  color: #fbfbfb;
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.resource-metadata-container-info {
  background-color: #fbfbfb;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 20px;
  display: flex;
  border-left: 1px solid #e0dbd6;
  border-right: 1px solid #e0dbd6;
  border-bottom: 1px solid #e0dbd6;
}

.resource-metadata-container-info.resource-tags-container {
  flex-flow: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.resource-option-box {
  width: 80%;
  height: 40px;
  background-color: #554d42;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.option-button {
  height: 30px;
  cursor: pointer;
  background-color: #554d42;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  gap: 7px;
}

.span-button {
  color: #fbfbfb;
  letter-spacing: 0.3px;
  white-space: normal;
  margin-left: 0;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.span-button.span-options-title {
  font-size: 13px;
  font-weight: 600;
  margin: 0px 5px;
}

.image-2 {
  width: 16px;
  height: 16px;
}

.option-button-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.input-field-value {
  height: 30px;
  color: #2f2f2f;
  background-color: #fbfbfb;
  margin-bottom: 5px;
  padding: 0 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.select-field {
  height: 30px;
  color: #2f2f2f;
  background-color: #fbfbfb;
  border-radius: 20px;
  margin-bottom: 5px;
  padding: 0 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.select-field.select-extra {
  border-radius: 0;
}

.textarea {
  height: 60px;
  color: #2f2f2f;
  margin-bottom: 5px;
  padding: 0 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.main {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.main-header {
  height: 400px;
  background-image: url("../images/imagen-1C---header.jpg");
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.main-header-title {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.button-container {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 20px;
  position: absolute;
  right: 0;
}

.button {
  width: 145px;
  height: 50px;
  cursor: pointer;
  background-color: #a49485;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  color: #fbfbfb;
  letter-spacing: 3px;
  font-family: Raleway, sans-serif;
}

.search-container {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-title-bar {
  width: 500px;
  height: 80px;
  background-color: #554d42;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
}

.search-bar-container {
  width: 845px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field-3 {
  width: 700px;
  height: 50px;
  background-color: #fbfbfb;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.form-block-2 {
  margin-bottom: 0;
}

.main-content {
  background-color: #e7e3e0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.main-footer {
  background-color: #554d42;
  flex: none;
}

.main-footer-info {
  height: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.main-footer-developer {
  height: 60px;
  background-color: #3a322f;
  justify-content: center;
  align-items: center;
  display: flex;
}

.span-title {
  color: #fbfbfb;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 60px;
  font-weight: 100;
}

.bold-text-5,
.bold-text-6 {
  font-weight: 500;
}

.main-contact-info {
  height: 45px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.span-contact {
  color: #fbfbfb;
  letter-spacing: 3px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.span-email {
  color: #fbfbfb;
  letter-spacing: 2px;
  font-family: Raleway, sans-serif;
  font-weight: 200;
}

.main-footer-icons {
  width: 70px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.social-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-color: #3a322f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 16px;
  height: 16px;
}

.image-4 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.text-block-7 {
  color: #fbfbfb;
  letter-spacing: 1.5px;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.search-results-container {
  width: 100%;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 10px 0% 40px;
  display: flex;
}

.section-title {
  width: 500px;
  min-height: 60px;
  background-color: #a07258;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.text-block-8 {
  color: #fbfbfb;
  font-family: Raleway, sans-serif;
  font-size: 34px;
  font-weight: 100;
}

.search-results-card {
  width: 600px;
  background-color: #776b5b;
  /* border-radius: 10px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 3px;
  display: flex;
  box-shadow: 0 2px 5px rgba(158, 158, 158, 0.2);
}

.resource-result-resource-image {
  width: 100%;
  height: 200px;
  border-radius: 0;
  flex: 0 auto;
  margin-bottom: 10px;
  margin-right: 20px;
}

.resource-result-resource-image-container {
  width: 200px;
  height: 200px;
  /*   width: 100%;
  height: 200px; */
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.image-5 {
  width: 200px;
  height: 200px;
  /*   width: 100%;
  height: 200px; */
  flex: 0 auto;
  object-fit: cover;
}

.resource-result-content {
  width: 100%;
  background-color: #f5f1ef;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0px;
  padding: 20px;
  display: flex;
}

.slider {
  width: 300px;
  height: 300px;
  color: #2b2b2b;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  display: flex;
}

.icon {
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
}

.icon-2 {
  margin-left: 0;
  margin-right: 0;
}

.lightbox-link {
  /* height: 350px; */
  gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  display: flex;
}

.image-6 {
  background-color: #7e756a;
}

.lightbox-image-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.lightbox-image-option-container {
  height: 50%;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: 7px;
  display: flex;
}

.image-7 {
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
}

.resource-result-contain-info {
  width: 100%;
  flex-flow: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.button-open-resource {
  width: 100px;
  height: 30px;
  cursor: pointer;
  background-color: #a49485;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  transition: all 0.3s;
  text-decoration: none;
}

.button-open-resource:hover {
  background-color: #a07258;
}

.button-small-text {
  color: #fbfbfb;
  letter-spacing: 3px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
}

.resource-check-container {
  display: flex;
}

.checkbox-field {
  margin-right: 20px;
}

.checkbox-label {
  color: #929292;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.resource-card-title {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title-container {
  width: 500px;
  height: 60px;
  background-color: #a07258;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.user-profile {
  background-color: #fbfbfb;
  flex-direction: column;
  display: flex;
}

.user-profile-header {
  height: 200px;
  background-image: url("../images/imagen-1C---header.jpg"),
    url("../images/branding02.jpg");
  background-position: 0 0, 0 0;
  background-size: cover;
  padding-top: 20px;
}

.user-profile-header-title {
  width: 500px;
  height: 80px;
  background-color: #554d42;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
}

.user-profile-content {
  background-color: #fbfbfb;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 16px;
  display: flex;
}

.user-profile-option-box {
  width: 60%;
  height: 40px;
  background-color: #554d42;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.user-profile-title {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.user-profile-box {
  width: 60%;
  border: 0 solid #000;
  display: flex;
}

.user-profile-section {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.user-profile-section-title {
  height: 30px;
  background-color: #7e756a;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.user-profile-section-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.user-profile-section-content {
  width: 100%;
  background-color: #f5f1ef;
  border-top: 0 solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px 20px 10px;
  display: flex;
}

.user-profile-section-content-info {
  width: 100%;
  height: 100%;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.data-field-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.data-info-container {
  width: 50%;
  border-bottom: 1px solid #dbd6d3;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-bottom: 4px;
  padding-right: 0;
  display: flex;
}

.user-field-label {
  color: #929292;
  letter-spacing: 0.3px;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.user-field-label.dark-text {
  color: #383838;
  margin-bottom: 5px;
  font-size: 14px;
}

.user-field-label.span-resource-version {
  color: #2f2f2f;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0;
  font-size: 13px;
  font-weight: 500;
}

.user-field-label.span-resource-version.span-resource-tag {
  background-color: #b9ae9e;
  border-radius: 12px;
  padding: 5px;
}

.user-field-label.span-small {
  font-size: 11px;
}

.user-field-value {
  color: #2f2f2f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.user-field-value.span-small-2 {
  margin-bottom: 7px;
  font-size: 13px;
}

.user-profile-resources-provided {
  width: 100%;
  height: 100%;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.resource-provided-container {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 20px;
}

.resource-provided-contain-info {
  width: 100%;
  background-color: #eee9e7;
  border: 1px solid #c0bbb4;
  flex-direction: column;
  align-items: center;
  padding: 0;
  display: flex;
}

.resource-provided-image-container {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.resource-provided-content-info {
  width: 100%;
  height: 100%;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.resource-provided-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.resource-provided-info-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.resource-data-info-container {
  border-bottom: 0 #dbd6d3;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.resource-result-header {
  width: 100%;
  height: 0;
  display: block;
}

.resource-result-footer {
  width: 100%;
  height: 30px;
  background-color: #e0dad7;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-block-9 {
  color: #2f2f2f;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
}

.bold-text-7 {
  font-weight: 600;
}

.label-icon-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-8 {
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-bottom: 3px;
  margin-left: 5px;
  margin-right: 0;
}

.select-field-2,
.form-block-3 {
  margin-bottom: 0;
}

.resource-tag-container {
  width: 100%;
}

.add-tag-container {
  width: 50%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.form-block-4,
.form-block-5,
.form-block-6,
.form-block-7,
.form-block-8,
.form-block-9 {
  margin-bottom: 0;
}

.image-9 {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.add-tag-img-container {
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.resource-tags-container {
  width: 100%;
}

.resource-tags-container-info {
  width: 100%;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  display: flex;
}

.tag-info {
  min-height: 25px;
  background-color: #e2d9d4;
  border: 0 solid #7e756a;
  border-radius: 20px;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0 8px;
  display: flex;
  cursor: default;
}

.image-10 {
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin-left: 5px;
}

.resource-provided-info {
  width: 100%;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.resource-provided-info-footer {
  width: 100%;
  height: 22px;
  background-color: #e0dad7;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.admin-panel-filter-bar {
  width: 60%;
  height: 40px;
  background-color: #554d42;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.admin-panel {
  background-color: #fbfbfb;
  flex-direction: column;
  display: flex;
}

.header-container {
  height: 200px;
  background-image: url("../images/branding02.jpg");
  background-position: 0 0;
  background-size: cover;
  padding-top: 20px;
}

.admin-panel-header-container {
  height: 200px;
  background-image: url("../images/imagen-1C---header.jpg");
  background-position: 0 0;
  background-size: cover;
  padding-top: 20px;
}

.admin-panel-header-title {
  width: 500px;
  height: 80px;
  background-color: #554d42;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  display: flex;
  cursor: pointer;
}

.admin-panel-content {
  background-color: #fbfbfb;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 16px;
  display: flex;
}

.admin-panel-title {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.admin-panel {
  background-color: #fbfbfb;
  flex-direction: column;
  display: flex;
}

.admin-panel-section {
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.admin-panel-section-title {
  height: 30px;
  background-color: #7e756a;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.admin-panel-section-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.admin-panel-section-content {
  width: 100%;
  background-color: #f5f1ef;
  border-top: 0 solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.admin-panel-last-resources-provided {
  width: 100%;
  height: 100%;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.admin-panel-last-resources-provided-container {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 20px;
}

.admin-panel-last-resources-provided-container a:last-child {
  margin-bottom: 0px !important;
}

.admin-panel-resource-provided-contain-info {
  width: 100%;
  background-color: #eee9e7;
  border: 1px solid #c0bbb4;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

.admin-panel-resource-provided-info {
  width: 100%;
  align-items: center;
  padding: 10px;
  display: flex;
  position: relative;
}

.admin-panel-resource-provided-info-footer {
  width: 100%;
  height: 22px;
  background-color: #e0dad7;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.admin-panel-resource-provided-image-container {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.admin-panel-resource-provided-info-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.admin-panel-resource-data-info-container,
.resource-data-info-container-copy {
  border-bottom: 0 #dbd6d3;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  margin-bottom: 0;
  margin-right: 20px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.icon-text-container-info {
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.image-11 {
  width: 12px;
  height: 12px;
  margin-right: 2px;
}

.point-container {
  width: 3px;
  height: 3px;
  background-color: #7e756a;
  border-radius: 50%;
  margin-bottom: 2px;
  margin-right: 3px;
}

.reviewed-container {
  align-items: center;
  display: flex;
  position: absolute;
  top: 5px;
  right: 8px;
}

.text-block-10 {
  color: #610901;
  white-space: normal;
  align-items: flex-start;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.image-12 {
  width: 11px;
  height: 11px;
  margin-left: 3px;
}

.admin-panel-resource-provided-info-footer-copy {
  width: 100%;
  height: 22px;
  background-color: #e0dad7;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.filter-options-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.filter-op-container {
  height: 30px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.select-field-3 {
  height: 20px;
  color: #fbfbfb;
  letter-spacing: 0.3px;
  background-color: #7e756a;
  border: 1px solid #7e756a;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 5px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.form-block-10 {
  margin-bottom: 0;
}

.checkbox-field-2 {
  margin-bottom: 0;
  padding-left: 20px;
}

.checkbox {
  margin-left: 0;
}

.checkbox-label-2 {
  color: #fbfbfb;
  letter-spacing: 0.3px;
  margin-bottom: 0;
  padding-left: 5px;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.user-profile-resource-provided-info-footer {
  width: 100%;
  height: 22px;
  background-color: #e0dad7;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.user-profile-filter-option-box {
  width: 100%;
  height: 40px;
  background-color: #554d42;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-panel-filter-bar {
  width: 1220px;
  height: 40px;
  background-color: #554d42;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.search-result-filter-container {
  width: 100%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.text-field-4 {
  height: 30px;
  color: #2f2f2f;
  font-family: Raleway, sans-serif;
}

.text-field-5 {
  height: 30px;
  font-family: Raleway, sans-serif;
}

.left-arrow {
  width: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.right-arrow {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-13 {
  width: 30px;
  height: 30px;
  display: none;
}

@media screen and (min-width: 1920px) {
  .login-container {
    object-fit: fill;
    display: flex;
    overflow: visible;
  }

  .body {
    display: block;
  }

  .resource-card-box,
  .resource-option-box,
  .resource-message-container,
  .saving-information {
    width: 60%;
  }

  .search-results-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .search-results-card {
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .resource-card-box {
    width: 90%;
    flex: 1;
  }

  .rcb-left-panel {
    flex: 0 auto;
  }

  .rcb-right-panel {
    width: 100%;
    flex: 0 auto;
  }

  .resource-section {
    width: 100%;
  }

  .resource-section-content {
    flex-direction: column;
    padding-bottom: 6px;
  }

  .field-title.dark-text {
    font-size: 12px;
  }

  .reference-container {
    width: 90%;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .resource-metadata-container-info {
    padding: 10px;
  }

  .resource-option-box {
    width: 90%;
  }

  .select-field.select-extra {
    padding-left: 5px;
    padding-right: 5px;
  }

  .search-bar-container {
    width: 600px;
    max-width: 845px;
  }

  .text-field-3 {
    width: 100%;
  }

  .form-block-2 {
    flex: 1;
  }

  .slider {
    width: 300px;
    height: 300px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .user-profile-option-box,
  .user-profile-box {
    width: 90%;
  }

  .user-profile-box.admin-panel-box,
  .admin-panel-filter-bar {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .header-title {
    width: 100%;
    height: 60px;
    justify-content: center;
    padding-right: 0;
  }

  .text-block {
    font-size: 30px;
  }

  .resource-card-header {
    height: auto;
  }

  .resource-card-header-title {
    width: 100%;
    height: 60px;
    justify-content: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text-block-4 {
    font-size: 30px;
  }

  .resource-card-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .resource-card-box {
    width: 95%;
    flex: 1;
  }

  .rcb-left-panel {
    width: 200px;
  }

  .rcb-right-panel {
    width: 100%;
    flex: 1;
    align-items: stretch;
    margin-left: 5px;
  }

  .rcb-right-panel.rcb-right-panel-extra {
    margin-left: 0;
  }

  .span-section-title {
    font-size: 15px;
  }

  .resource-section {
    padding-left: 0;
  }

  .resource-section-title {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .resource-section-content {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .resource-section-icon {
    width: 12px;
    height: 12px;
  }

  .section-content-info {
    flex: 1;
  }

  .field-title {
    font-size: 12px;
  }

  .field-title.dark-text {
    margin-bottom: 0;
  }

  .field-value {
    width: 100%;
    flex-wrap: nowrap;
    flex: 1;
    font-size: 14px;
    line-height: 100%;
  }

  .reference-container {
    height: auto;
  }

  .resource-metadata-container-header {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-6 {
    margin-left: 5px;
    font-size: 14px;
  }

  .resource-option-box {
    width: 95%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .span-button.span-options-title {
    margin-bottom: 0;
  }

  .input-field-value,
  .select-field.select-extra {
    font-size: 13px;
  }

  .main-header {
    height: auto;
    padding-bottom: 10px;
  }

  .button {
    height: 30px;
  }

  .button.button-search {
    width: 30px;
  }

  .button-text.button-text-search {
    display: none;
  }

  .search-container {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .main-title-bar {
    width: 350px;
    height: 60px;
  }

  .search-bar-container {
    width: 500px;
    height: auto;
  }

  .text-field-3 {
    height: 30px;
  }

  .main-content {
    padding-bottom: 0;
  }

  .main-footer-info {
    height: auto;
  }

  .span-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
  }

  .span-contact,
  .span-email {
    font-size: 12px;
  }

  .search-results-container {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .section-title {
    width: 100%;
    height: 40px;
    justify-content: center;
    padding-left: 0;
  }

  .text-block-8 {
    font-size: 25px;
  }

  .search-results-card {
    width: 95%;
    margin-left: 0;
    margin-right: 0;
  }

  .resource-result-resource-image-container,
  .image-5 {
    /*     width: 150px;
    height: 150px; */
    width: 100%;
    height: 200px;
  }

  .resource-result-content {
    align-items: center;
    padding: 10px 10px 20px 20px;
  }

  .slider {
    width: 300px;
    height: 300px;
    object-fit: fill;
  }

  .lightbox-link {
    width: 100%;
    height: auto;
    flex-flow: wrap;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .lightbox-image-container {
    height: 120px;
  }

  .resource-card-title {
    margin-bottom: 20px;
  }

  .title-container {
    width: 100%;
    height: 40px;
    justify-content: center;
    padding-right: 0;
  }

  .user-profile-header {
    height: auto;
  }

  .user-profile-header-title {
    width: 100%;
    height: 60px;
    justify-content: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .user-profile-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .user-profile-option-box {
    width: 95%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .user-profile-title {
    margin-bottom: 20px;
  }

  .user-profile-box,
  .user-profile-box.admin-panel-box {
    width: 95%;
  }

  .user-profile-section {
    margin-bottom: 0;
  }

  .user-profile-section-content {
    padding: 10px 10px 0;
  }

  .user-field-label {
    font-size: 12px;
  }

  .user-field-value {
    font-size: 14px;
  }

  .resource-provided-contain-info {
    background-color: #e0dad7;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  .resource-provided-image-container,
  .resource-provided-img {
    width: 100px;
    height: 100px;
  }

  .resource-provided-info-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .resource-result-footer {
    height: 20px;
  }

  .add-tag-container {
    width: 100%;
  }

  .resource-provided-info {
    background-color: #eee9e7;
    flex-direction: row;
  }

  .resource-provided-info-footer {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-panel-filter-bar {
    width: 95%;
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .admin-panel-header-container {
    height: auto;
  }

  .admin-panel-header-title {
    width: 100%;
    height: 60px;
    justify-content: center;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .admin-panel-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .admin-panel-title {
    margin-bottom: 20px;
  }

  .admin-panel-section-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .admin-panel-resource-provided-contain-info {
    background-color: #e0dad7;
    padding-bottom: 5px;
  }

  .admin-panel-resource-provided-info {
    background-color: #eee9e7;
  }

  .admin-panel-resource-provided-info-footer {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .admin-panel-resource-provided-image-container {
    width: 100px;
    height: 100px;
  }

  .admin-panel-resource-provided-info-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-text-container-info {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .filter-options-container {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .select-field-3 {
    width: auto;
  }

  .user-profile-resource-provided-info-footer {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-panel-filter-bar {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .search-result-filter-container {
    margin-top: 20px;
  }

  .mask {
    object-fit: fill;
  }

  .image-13 {
    width: 20px;
    height: 20px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .header-title {
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .text-block {
    width: auto;
    height: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 100%;
    display: block;
  }

  .login-content {
    align-items: center;
  }

  .resource-card-header {
    height: auto;
  }

  .resource-card-header-title {
    width: 100%;
    height: 60px;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .text-block-4 {
    width: auto;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 100%;
    display: block;
  }

  .bold-text-3 {
    flex: 0 auto;
  }

  .resource-card-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .resource-card-box {
    flex-direction: column;
  }

  .rcb-left-panel {
    width: 100%;
  }

  .rcb-right-panel {
    width: 100%;
    margin-left: 0;
  }

  .span-section-title {
    font-size: 16px;
  }

  .field-title.dark-text {
    margin-bottom: 0;
  }

  .field-value {
    font-size: 13px;
  }

  .reference-container {
    height: auto;
  }

  .resource-option-box {
    height: auto;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .span-button.span-options-title {
    margin-bottom: 0;
  }

  .option-button-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-header {
    height: auto;
    padding-bottom: 0;
  }

  .main-header-title {
    margin-bottom: 20px;
  }

  .button-container {
    flex: 0 auto;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .button {
    width: 145px;
    height: 30px;
  }

  .button.button-search {
    width: 30px;
  }

  .button-text {
    font-size: 14px;
    display: block;
  }

  .search-container {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-title-bar {
    height: 60px;
    justify-content: center;
    padding-right: 0;
  }

  .search-bar-container {
    width: 80%;
    height: auto;
  }

  .text-field-3 {
    height: 30px;
    font-size: 12px;
  }

  .main-footer-info {
    height: auto;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-footer-developer {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .span-title {
    width: 100%;
    direction: ltr;
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 100%;
    display: block;
  }

  .bold-text-5 {
    flex: 0 auto;
  }

  .bold-text-6 {
    flex: 1;
  }

  .main-contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .search-results-container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-title {
    height: 40px;
  }

  .text-block-8 {
    font-size: 25px;
  }

  .search-results-card {
    margin-bottom: 10px;
  }

  .resource-result-content {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .slider {
    width: 280px;
    height: 280px;
  }

  .resource-result-contain-info {
    flex-direction: column;
  }

  .button-open-resource {
    margin-bottom: 10px;
  }

  .resource-card-title {
    margin-bottom: 20px;
  }

  .title-container {
    height: 40px;
    padding-right: 0;
  }

  .user-profile-header {
    height: auto;
  }

  .user-profile-header-title {
    height: 60px;
    margin-bottom: 20px;
  }

  .user-profile-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .user-profile-option-box,
  .user-profile-title {
    margin-bottom: 20px;
  }

  .user-profile-box.admin-panel-box {
    flex-direction: column;
  }

  .user-profile-section-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .data-field-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .data-info-container {
    width: 100%;
  }

  .user-field-label {
    font-size: 12px;
  }

  .user-field-value {
    flex: 1;
    font-size: 13px;
    line-height: 100%;
  }

  .resource-provided-image-container {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .resource-provided-img {
    width: 150px;
    height: 150px;
  }

  .resource-provided-info-container {
    width: 100%;
    flex: 1;
  }

  .resource-result-footer {
    height: auto;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-9 {
    width: 100%;
    white-space: normal;
    margin-top: 3px;
  }

  .resource-provided-info {
    flex-direction: column;
  }

  .admin-panel-filter-bar {
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .admin-panel-header-container {
    height: auto;
  }

  .admin-panel-header-title {
    width: 100%;
    height: 60px;
    justify-content: center;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .admin-panel-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .admin-panel-title {
    margin-bottom: 20px;
  }

  .admin-panel-section {
    width: 100%;
  }

  .admin-panel-section-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .admin-panel-resource-provided-info {
    flex-direction: column;
  }

  .admin-panel-resource-provided-image-container {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .admin-panel-resource-provided-info-container {
    width: 100%;
    flex-direction: column;
  }

  .admin-panel-resource-data-info-container {
    width: 100%;
  }

  .icon-text-container-info {
    width: 100%;
    flex: 0 auto;
    align-items: flex-start;
  }

  .point-container {
    margin-top: 7px;
  }

  .reviewed-container {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    right: 0;
  }

  .text-block-10 {
    font-size: 11px;
  }

  .filter-options-container {
    width: 100%;
    flex-flow: wrap;
    justify-content: center;
    /* align-items: flex-start; */
    align-items: center;
    margin-top: 5px;
  }

  .filter-op-container {
    width: 45%;
  }

  .form-block-10 {
    width: 100%;
  }

  .search-result-filter-container {
    margin-top: 20px;
  }

  .bold-text-8 {
    width: 100%;
  }

  .image-13 {
    width: 20px;
    height: 20px;
    display: block;
  }
}
