/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/scss/custom.scss ***!
  \******************************************************************************************************************/
#block-cityu-lib-content form.views-exposed-form {
    white-space: nowrap;
    padding: 20px 20px 10px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid rgba(204, 204, 204, 0.5);
  }

    #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] {
      z-index: 20;
      margin-right: 130px;
    }

    #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] .form-item-combine {
        margin-right: 10px;
      }

    #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] [data-drupal-selector="edit-actions"] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
      }

    #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] [data-drupal-selector="edit-actions"] [name="reset"] {
          background-color: rgba(255,255,255,0) !important;
        }

    #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] [data-drupal-selector="edit-actions"] [name="reset"] {
          color: rgba(153, 18, 75, 1);
          color: var(--Brand-DarkBG, rgba(153, 18, 75, 1));
        }

    #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] [data-drupal-selector="edit-actions"] .reset-container {
          position: relative;
        }

    #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] [data-drupal-selector="edit-actions"] .reset-container::before {
            content: "";
            background-image: url(assets/reset-59ea4222719b550f4404.svg);
            display: inline-block;
            position: absolute;
            top: 12px;
            left: 5px;
            background-repeat: no-repeat;
            width: 13px;
            height: 13px;
            z-index: -10;
          }

    #block-cityu-lib-content form.views-exposed-form details {
      z-index: 10;
    }

    #block-cityu-lib-content form.views-exposed-form details summary {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        margin-top: -46px;
        margin-bottom: 33px;
        color: rgba(153, 18, 75, 1);
        color: var(--Brand-DarkBG, rgba(153, 18, 75, 1));
        position: relative;
        padding-right: 22px;
        list-style: none;
      }

    #block-cityu-lib-content form.views-exposed-form details summary::marker {
          content: none;
          display: none;
          font-size: 0;
        }

    #block-cityu-lib-content form.views-exposed-form details summary::-webkit-details-marker {
          display: none;
        }

    #block-cityu-lib-content form.views-exposed-form details summary[aria-expanded="true"]::before {
          content: "";
          background-image: url(assets/up-bf9bab1f1e38e2198d51.svg);
          display: inline-block;
          position: absolute;
          top: 3px;
          right: 0;
          background-repeat: no-repeat;
          width: 16px;
          height: 16px;
          z-index: -10;
        }

    #block-cityu-lib-content form.views-exposed-form details summary[aria-expanded="false"]::before {
          content: "";
          background-image: url(assets/down-254822e3cd6a952da8be.svg);
          display: inline-block;
          position: absolute;
          top: 3px;
          right: 0;
          background-repeat: no-repeat;
          width: 13px;
          height: 13px;
          z-index: -10;
        }

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset {
          padding-bottom: 15px;
          padding-top: 15px;
          border-top: 1px solid rgba(204, 204, 204, 0.5);
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
        }

    @media (max-width: 768px) {

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
               -moz-box-orient: vertical;
               -moz-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
        }
          }

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset legend {
            font-size: 15px;
            font-weight: bold;
            padding-top: 3px;

            display: -webkit-inline-box;

            display: -moz-inline-box;

            display: -ms-inline-flexbox;

            display: inline-flex;
            width: auto;
            float: left;
            margin-right: 10px;
          }

    @media (max-width: 768px) {

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset legend {
              margin-bottom: 7px;
              padding-left: 2px
          }
            }

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset > .fieldset-wrapper > .form-checkboxes {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
          }

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset > .fieldset-wrapper > .form-checkboxes .bef-toggle {
              margin-right: 10px;
              border: 1px solid #bf165e;
              border: 1px solid var(--Brand-Primary, #bf165e);
              border-radius: 4px;
              height: -webkit-fit-content;
              height: -moz-fit-content;
              height: fit-content;
              color: #bf165e;
              color: var(--Brand-Primary, #bf165e);
              padding: 3px 6px;
            }

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset > .fieldset-wrapper > .form-checkboxes .bef-processed .form-item {
                margin-right: 13px;
                margin-bottom: 13px;
              }

    #block-cityu-lib-content form.views-exposed-form details .details-wrapper fieldset > .fieldset-wrapper > .form-checkboxes .bef-processed input {
                border: 1px solid #cccccc;
                border: 1px solid var(--Brand-Outline-Neutral, #cccccc);
              }

    @media (max-width: 768px) {
      #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }

        #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] [data-drupal-selector="edit-actions"] {
          -webkit-box-pack: justify;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 10px;
        }
      #block-cityu-lib-content form.views-exposed-form summary {
        margin-top: 0 !important;
        margin-bottom: 10px !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
           -moz-box-orient: horizontal !important;
           -moz-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
      }
    }
  #block-cityu-lib-content .dbtag {
    border-radius: 3px;
    background: #f8e7ee;
    background: var(--Brand-LightBG, #f8e7ee);
    color: #bf165e;
    padding: 3px 6px;
    font-weight: normal;
    font-size: small;
  }
  #block-cityu-lib-content .dbtag a {
      color: #bf165e;
      font-weight: normal;
      font-size: small;
    }
  #block-cityu-lib-content .dbtag-dark {
    border-radius: 3px;
    background: #bf165e;
    color: white;
    padding: 3px 6px;
    font-weight: normal;
    font-size: small;
  }
  #block-cityu-lib-content .dbtag-dark a {
      color: white;
      font-weight: normal;
      font-size: small;
    }
  #block-cityu-lib-content .left .list-database-wrapper {
      padding-left: 0;
      padding-top: 15px;
      padding-bottom: 15px;
    }
  #block-cityu-lib-content .left .list-database-wrapper > h3 {
        padding-right: 12px;
      }
  #block-cityu-lib-content .left .list-database-wrapper > h3::after {
          display: none;
        }
  #block-cityu-lib-content .left .list-database-wrapper .list-database {
        padding-top: 26px;
        border-top: 1px solid #bf165e;
        border-top: 1px solid var(--Brand-Text-Highlight, #bf165e);
      }
  #block-cityu-lib-content .right .quick-link a {
        width: 50%;
      }
  #block-cityu-lib-content .right .quick-link a img {
          width: 100%;
        }
  #block-cityu-lib-content .right h3 {
      border-bottom: 4px solid #bf165e;
      border-bottom: 4px solid var(--Brand-Primary, #bf165e);
      padding-bottom: 9px;
      margin-bottom: 12px;
      padding-right: 63px;
    }
  #block-cityu-lib-content .right .list-database-wrapper {
      padding-left: 0;
    }
  #block-cityu-lib-content .right li {
      border-bottom: 1px solid #cccccc;
      border-bottom: 1px solid var(--Brand-Outline-Neutral, #cccccc);
      padding-bottom: 14px;
      margin-bottom: 14px;
    }

[lang="zh-hans"] #block-cityu-lib-content form.views-exposed-form [data-drupal-selector="edit-log-detail"] {
        margin-right: 85px;
      }

#main h1 {
    padding-left: 58px;
    font-size: 2rem;
  }

.page-database-log header {
    padding-left: 60px;
    margin-bottom: 20px;
    color: #4d4d4d;
    color: var(--Brand-Text-Secondary, #4d4d4d);
  }

.page-database-log li {
    margin-bottom: 10px;
    list-style: disc;
  }

.page-database-log li::marker {
      color: #bf165e;
      color: var(--Brand-Primary, #bf165e);
    }

.page-database-log li .log-content {
      color: #4d4d4d;
      color: var(--Brand-Text-Secondary, #4d4d4d);
    }

.color-cityu {
  color: #bf165e;
  color: var(--Brand-Primary, #bf165e);
}

.block-view {
  position: relative;
}

.block-view .more-link {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 8px;
  }

.more-link a {
    padding-right: 16px;
    position: relative;
  }

.more-link a::after {
      content: "";
      background-image: url(assets/vector-6eade71cc6d452d7e9e7.svg);
      display: inline-block;
      position: absolute;
      top: 7.5px;
      right: 0px;
      background-repeat: no-repeat;
      width: 12px;
      height: 8px;
      z-index: -10;
    }

.field .label {
    font-weight: bold;
  }

.field-attachments .field-items, .field-library-supervisor .field-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

.field-attachments .field-items .field-item, .field-library-supervisor .field-items .field-item {
      margin-left: 0;
    }

.border-bottom-title {
  border-bottom: 2px solid rgba(248, 231, 238, 1);
}

.page-node-type-database article.contextual-region .contextual {
      display: none;
    }

.page-node-type-database .field .label {
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 10px;
      margin-bottom: 10px;
    }

.sticky-tag {
  border-radius: 3px;
  background: #bf165e;
  color: white;
  font-weight: normal;
  font-size: x-small;
}

.sticky-tag a {
    color: white;
    font-weight: normal;
    font-size: x-small;
  }

.database-recommend-webform {
  border: 10px solid #F8E7EE;
  border: 10px solid var(--Brand-LightBG, #F8E7EE);
  padding: 5px;
}

.database-recommend-webform #edit-container .webform-flex .webform-flex--container {
        width: 100%;
        height: 100%;
      }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-left {
          margin: 0 10% 0 -10%;
          width: 100%;
          height: 100%;
          background-image: url(assets/webform-database-842274dd7c81c07b37f7.jpg);
          background-repeat: no-repeat;
          background-size: auto 100%;
          background-position: right center;
          background-color: #f0f0f0;
        }

@media (max-width: 768px) {

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-left {
            height: 500px;
            margin: 0 0 10px
        }
          }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right .databases-select label {
              font-weight: bold;
            }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right #edit-recommend {
            font-weight: bold;
          }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right legend {
            font-weight: bold;
            margin-bottom: 5px;
          }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right {

          padding-right: 30px;
}

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right .form-radios {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
          }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right .form-radios .form-item {
              padding-right: 5px;
            }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right .questions fieldset {
              margin-bottom: 10px;
            }

.database-recommend-webform #edit-container .webform-flex .webform-flex--container #edit-right textarea {
            border: 1px solid #f8e7ee;
          }

@media (max-width: 768px) {

.database-recommend-webform #edit-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }

table.footable .footable-header {
    background: #E5E5E5;
    background: var(--Neutral-Pale, #E5E5E5);
  }

table.footable .footable-header th {
      border: 1px solid #CCCCCC;
      border: 1px solid var(--Brand-Outline-Neutral, #CCCCCC);
      padding: 20px 10px;
      font-weight: bold;
      white-space: nowrap;
    }

table.footable tbody td {
      border: 1px solid #CCCCCC;
      border: 1px solid var(--Brand-Outline-Neutral, #CCCCCC);
      padding: 10px;
    }

table.footable tbody .footable-detail-row tr {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }

table.footable tbody .footable-detail-row tr th {
          white-space: nowrap;
          font-weight: bold;
        }

table.footable tbody .footable-detail-row tr td {
          border: none;
        }

.my-recommend-content .left .header, .db-recommend-form .left .header {
      background: #BF165E;
      font-size: 21px;
      color: white;
      padding: 17px;
    }

.my-recommend-content .left div, .db-recommend-form .left div {
      border: 1px solid #CCCCCC;
      border: 1px solid var(--Brand-Outline-Neutral, #CCCCCC);
      border-bottom: none;
    }

.my-recommend-content .left .last, .db-recommend-form .left .last {
      border-bottom: 1px solid #CCCCCC;
      border-bottom: 1px solid var(--Brand-Outline-Neutral, #CCCCCC);;
    }

.my-recommend-content .left .menu, .db-recommend-form .left .menu {
      padding: 10px;
    }

.my-recommend-content .left .menu span, .db-recommend-form .left .menu span {
        white-space: nowrap;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }

.my-recommend-content .left img, .db-recommend-form .left img {
      height: auto;
      width: 3.5em;
      padding-left: 0.4em;
      padding-right: 0.3em;
    }

.webform-submission-db-recommend-form #edit-flexbox-header {
    margin-left: 0;
    margin-right: 0;
  }

.webform-submission-db-recommend-form #edit-flexbox-header .webform-flex--container {
      margin: 0;
    }

.webform-submission-db-recommend-form #edit-flexbox-header .webform-flex--container img {
        background-color: #f1f1f1;
      }

.webform-submission-db-recommend-form #edit-flexbox-content {
    margin-bottom: 0;
  }

@media (max-width: 768px) {

.webform-submission-db-recommend-form #edit-flexbox-content #edit-flexbox-top {
        margin-bottom: 1em
    }
      }

.webform-submission-db-recommend-form #edit-flexbox-content {
    padding: 20px 50px 0 50px;
}

.webform-submission-db-recommend-form #edit-flexbox-content legend {
      font-weight: bold;
      font-size: large;
      color: #808080;
      padding-bottom: 5px;
      margin-bottom: 0.7em;
    }

.webform-submission-db-recommend-form #edit-flexbox-content #edit-ill-service-type {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
    }

.webform-submission-db-recommend-form #edit-flexbox-content #edit-ill-service-type > div {
        margin-right: 10px;
      }

@media (min-width: 768px) {

.webform-submission-db-recommend-form #edit-flexbox-content #edit-ill-service-type--wrapper {
        margin-left: 1em
    }

.webform-submission-db-recommend-form #edit-flexbox-content [data-drupal-selector="edit-item-information"] {
        margin-left: 0.8em;
    }
      }

.webform-submission-db-recommend-form #edit-flexbox-content [data-drupal-selector="edit-item-information"] {
      font-weight: bold;
      font-size: large;
      color: #808080;
      padding-bottom: 5px;
}

@media (max-width: 768px) {
        .webform-submission-db-recommend-form #edit-flexbox-content #edit-flexbox-bottom .webform-flex {
          margin-bottom: 1em;
        }

.webform-submission-db-recommend-form #edit-flexbox-content #edit-flexbox-bottom #edit-flexbox-inside {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column
      }
      }

.webform-submission-db-recommend-form #edit-flexbox-content #edit-flexbox-bottom #edit-flexbox-inside {
        margin-top: 0;
}

.webform-submission-db-recommend-form #edit-flexbox-content #edit-flexbox-bottom #edit-flexbox-inside #edit-flexbox-left > div, .webform-submission-db-recommend-form #edit-flexbox-content #edit-flexbox-bottom #edit-flexbox-inside #edit-flexbox-right > div {
            padding-bottom: 1em;
          }

.webform-submission-db-recommend-form #edit-submit {
    margin-left: 5em;
    margin-bottom: 20px;
  }

@media (max-width: 768px) {

.webform-submission-db-recommend-form #edit-submit {
      margin-left: 3.5em
  }
    }

.field .label {
  padding-right: 3px;
}

