/**
 * Failed to minify the file using clean-css v5.3.3. Serving the original version.
 * Original file: /gh/deinspector111/web@master/pdpa/style.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
    .btn.focus,
    .btn:focus,
    .btn:hover {
      color: #fff;
      text-decoration: none;
    }

    .error {
      padding-top: 10px;
      color: red !important;
      font-size: 12px
    }

    .toast-center-center {
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    @media all and (min-width: 769px) {
      #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 350px;
      }
    }

    .form-control-static {
      font-weight: 700;
    }

    .img-responsive {
      margin: 0 auto;
    }

    .jumbotron {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 5px;
    }

    .jumbotron p {
      margin-bottom: 0px;
    }

    @media screen and (min-width: 768px) {
      .jumbotron {
        padding-top: 20px;
        padding-bottom: 20px;
      }
    }

    @media screen and (min-width: 768px) {

      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 20px;
        padding-left: 20px;
      }

    }
  </style>

  <style>
    .dpdpa--popup {
      visibility: hidden;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      background-color: #f9f9f9;
      padding: 15px;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 16px 32px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 8px 16px 0 rgba(0, 0, 0, 0.1), 0 16px 32px 0 rgba(0, 0, 0, 0.1);
      line-height: 1.6;
      z-index: 9999999997;
      -webkit-transition: 1s all;
      -o-transition: 1s all;
      transition: 1s all
    }

    .dpdpa--popup .container {
      max-width: 1200px;
      margin: auto
    }

    .dpdpa--popup-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative
    }

    .dpdpa--popup.active {
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0)
    }

    .dpdpa--popup-settings {
      display: inline-block;
      margin-right: 20px
    }

    .dpdpa--popup-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 2em;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
    }

    .dpdpa--popup-text p {
      margin: 0;
      font-size: 14px;
      line-height: 1.4;
      color: #444
    }

    .dpdpa--popup-text a {
      display: inline-block;
      margin: 0 1px;
      color: #3860BE;
      font-weight: 500
    }

    .dpdpa--popup-text a:hover {
      text-decoration: underline;
      color: #2c4c97
    }

    .dpdpa--popup-button-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-right: 30px
    }

    .dpdpa--popup-button-group a {
      margin-right: 15px
    }

    .dpdpa--popup-button-group a:last-child {
      margin-right: 0
    }

    a.dpdpa--popup-button {
      display: inline-block;
      padding: 8px 20px;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      border-radius: 3px;
      background-color: #3860BE;
      color: #fff;
      text-decoration: none;
      clear: both;
      white-space: nowrap
    }

    a.dpdpa--popup-button:hover,
    a.dpdpa--popup-button:visited {
      color: #fff;
      text-decoration: none;
      background-color: #3256aa;
      -webkit-transition: 0.2 all;
      -o-transition: 0.2 all;
      transition: 0.2 all
    }

    .dpdpa--popup-bg {
      visibility: hidden;
      opacity: 0;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3);
      z-index: 9999999998;
      -webkit-transition: 0.4s all;
      -o-transition: 0.4s all;
      transition: 0.4s all;
      cursor: pointer
    }

    .dpdpa--popup-bg.active {
      visibility: visible;
      opacity: 1
    }

    .dpdpa--popup-sidebar {
      visibility: hidden;
      opacity: 0;
      background-color: #ffffff;
      position: fixed;
      top: 0;
      left: 0;
      right: auto;
      bottom: 0;
      width: 100%;
      max-width: 400px;
      z-index: 9999999999;
      -webkit-transition: 0.4s all;
      -o-transition: 0.4s all;
      transition: 0.4s all;
      -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
      transform: translateX(-400px)
    }

    .dpdpa--popup-sidebar.active {
      -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
      transform: translateX(0px);
      visibility: visible;
      opacity: 1
    }

    .dpdpa--popup-close:before,
    .dpdpa--popup-settings-close:before {
      display: inline-block;
      content: "";
      width: 10px;
      height: 10px;
      background: url("/web/pdpa/close.svg") no-repeat 0 0;
      background-size: cover
    }

    .dpdpa--popup-close:hover:before,
    .dpdpa--popup-settings-close:hover:before {
      width: 10px;
      height: 10px;
      background: url("/web/pdpa/close.svg") no-repeat 0 0;
      background-size: cover
    }

    .dpdpa--popup-close {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-left: 20px
    }

    .dpdpa--popup-settings-close {
      display: inline-block;
      position: absolute;
      right: 30px;
      top: 45%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 2
    }

    .dpdpa--popup-sidebar-container {
      line-height: 1.7;
      position: absolute;
      top: 60px;
      left: 1em;
      right: 0;
      bottom: 1em;
      padding-top: 1em;
      padding-right: 1em;
      overflow-y: auto
    }

    .dpdpa--popup-sidebar-header {
      position: relative
    }

    .dpdpa--popup-logo {
      min-height: 60px;
      padding: 12px 15px 12px 20px;
      border-bottom: 1px solid #E9E9E9;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
    }

    .dpdpa--popup-logo img {
      width: auto !important;
      max-height: 35px
    }

    .dpdpa--popup-section {
      padding-bottom: 15px
    }

    .dpdpa--popup-section em {
      font-style: normal;
      font-weight: 500;
      font-size: 19px;
      line-height: 1;
      color: #444
    }

    .dpdpa--popup-section p {
      font-size: 14px;
      line-height: 1.6;
      margin: 10px 0 15px;
      color: #444
    }

    .dpdpa--popup-section .dpdpa--popup-button {
      margin-top: 10px
    }

    .dpdpa--popup-section.intro {
      border-bottom: 1px solid #ddd;
      padding-bottom: 1em
    }

    .dpdpa--popup-section.list {
      margin-top: 1em
    }

    .dpdpa--popup-list {
      padding: 0;
      margin: 1em 0 0 0
    }

    .dpdpa--popup-list li {
      list-style: none;
      margin-top: 1em
    }

    .dpdpa--popup-list li:first-child {
      margin-top: 0.5em
    }

    .dpdpa--popup-list p {
      font-size: 13px;
      line-height: 1.6
    }

    .dpdpa--popup-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 700;
      font-size: 15px;
      line-height: 1.5;
      color: #444
    }

    .dpdpa--popup-action {
      padding-left: 10px;
      padding-top: 5px;
      text-align: right;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1
    }

    .dpdpa--popup-action.text {
      padding-top: 0;
      white-space: nowrap;
      color: #3860BE
    }

    .dpdpa--popup-switch {
      position: relative;
      display: inline-block;
      width: 55px;
      height: 28px
    }

    .dpdpa--popup-switch input {
      opacity: 0;
      width: 0;
      height: 0
    }

    .dpdpa--popup-slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #F2F1F1;
      border: 1px solid #DDDDDD;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s
    }

    .dpdpa--popup-slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 5px;
      bottom: 4px;
      background-color: #bbb;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s
    }

    .dpdpa--popup-switch input:checked+.dpdpa--popup-slider {
      background-color: rgba(56, 96, 190, 0.2);
      border-color: #3860BE
    }

    .dpdpa--popup-switch input:focus+.dpdpa--popup-slider {
      -webkit-box-shadow: 0 0 1px #2196F3;
      box-shadow: 0 0 1px #2196F3
    }

    .dpdpa--popup-switch input:checked+.dpdpa--popup-slider:before {
      background-color: #3860BE;
      -webkit-transform: translateX(26px);
      -ms-transform: translateX(26px);
      transform: translateX(26px)
    }

    .dpdpa--popup-slider.round {
      border-radius: 34px
    }

    .dpdpa--popup-slider.round:before {
      border-radius: 50%
    }

    @media only screen and (max-width:860px) {
      .dpdpa--popup {
        padding: 1em
      }

      .dpdpa--popup-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
      }

      .dpdpa--popup-text {
        padding-right: 30px
      }

      .dpdpa--popup-button-group {
        margin-top: 10px;
        padding-right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
      }

      .dpdpa--popup-close {
        top: -5px;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
      }
    }

    @media only screen and (max-width:782px) {
      .logged-in .dpdpa--popup-sidebar {
        top: 46px
      }
    }

    @media only screen and (max-width:600px) {
      .logged-in .dpdpa--popup-sidebar {
        top: 0
      }
    }
	body,h5{
       font-family: 'line_seed_sans_th';
       font-weight: bold;    /*กรณีอยากได้ตัวหนาเปิดตัวนี้มาใช้*/
  }
	a {
        text-decoration: none;
  }

