@charset "UTF-8";
.ptg-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.ptg-toggle .ptg-input-toggle {
  opacity: 0;
  width: 0;
  height: 0;
}
.ptg-toggle .ptg-input-toggle:checked + .ptg-toggle-slider {
  background-color: #469ef0;
}
.ptg-toggle .ptg-input-toggle:checked + .ptg-toggle-slider::before {
  transform: translateX(20px);
}
.ptg-toggle .ptg-toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 20px;
  transition: 0.4s;
}
.ptg-toggle .ptg-toggle-slider::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  left: 3px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.4s;
}

.ptg-form-invalid-feedback .ptg-form-text {
  font-weight: bold;
  color: #f44336;
}

.ptg-list-board {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border-top: 2px solid #4472c4;
  border-bottom: 2px solid #ccc;
}

.ptg-list-board-head {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 8px 0px;
  border-bottom: 1px solid #ccc;
  background-color: #ccd9f0;
}
.ptg-list-board-head .ptg-list-item-column {
  flex: 1;
  padding: 0px 8px;
  text-align: center;
  box-sizing: border-box;
  border-left: 2px solid #ccc;
}
.ptg-list-board-head .ptg-list-item-column:first-child {
  border-left: 0;
}

.ptg-list-item {
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  border-bottom: 1px solid #e2e2e2;
}
.ptg-list-item:last-child {
  border-bottom: 0;
}
.ptg-list-item .ptg-list-item-column {
  flex: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 8px;
  border-right: 1px solid #e2e2e2;
}
.ptg-list-item .ptg-list-item-column:last-child {
  border-right: 0;
}

.ptg-pagination {
  width: 100%;
}
.ptg-pagination .ptg-pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number {
  width: 34px;
  margin: 0px 3px;
  padding: 6px 0px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number-selected {
  background-color: #81bef7;
  border-color: #81bef7;
  color: #fff;
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-first,
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-prev,
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-next,
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-last {
  width: 34px;
  margin: 0px 3px;
  padding: 6px 0px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
.ptg-pagination img {
  width: 14px;
  height: 12px;
}

.ptg-search-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ptg-search-bar .ptg-search-bar-select {
  width: 25%;
  border-radius: 0;
}
.ptg-search-bar .ptg-search-bar-input {
  width: 55%;
  border-radius: 0;
}
.ptg-search-bar .ptg-search-bar-button {
  width: 15%;
  height: 33px;
}

@media (max-width: 415px) {
  .ptg-search-bar {
    flex-direction: column;
  }
  .ptg-search-bar .ptg-search-bar-select {
    width: 100%;
  }
  .ptg-search-bar .ptg-search-bar-input {
    width: 100%;
  }
  .ptg-search-bar .ptg-search-bar-button {
    width: 100%;
    height: 33px;
  }
  .ptg-search-bar > * {
    margin: 5px 0px;
  }
}
.ptg-graph-list-option {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ptg-graph-list-option .ptg-graph-list-option-sort {
  padding: 0px 3px;
  width: 90px;
}
.ptg-graph-list-option .ptg-graph-list-option-sort > img {
  width: 1rem;
}
.ptg-graph-list-option .ptg-graph-list-option-term {
  max-width: 110px;
  border-radius: 0;
}

@media (max-width: 415px) {
  .ptg-graph-list-option {
    flex-wrap: wrap;
  }
  .ptg-graph-list-option .ptg-graph-list-option-sort {
    width: 100%;
    justify-content: center;
    padding: 5px 0px;
  }
  .ptg-graph-list-option .ptg-graph-list-option-sort > * {
    margin: 0px 5px;
  }
  .ptg-graph-list-option .ptg-graph-list-option-term {
    max-width: 100%;
    border-radius: 0;
  }
  .ptg-graph-list-option > * {
    margin: 5px 0px;
  }
}
.ptg-category {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.ptg-category-all {
  flex: 1;
  height: auto;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.ptg-category-all .ptg-category-button {
  width: 100%;
  height: 100%;
}

.ptg-category-group {
  display: flex;
  flex: 4;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.ptg-category-group .ptg-category-button-wrapper {
  display: inline-block;
  min-width: 10%;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.ptg-category-group .ptg-category-button-wrapper .ptg-category-button {
  width: 100%;
  height: 50px;
}

@media (max-width: 1024px) {
  .ptg-category-all {
    flex: 2;
  }

  .ptg-category-group .ptg-category-button-wrapper {
    min-width: 25%;
  }
}
@media (max-width: 415px) {
  .ptg-category-all {
    flex: none;
    width: 100%;
    height: 100px;
  }

  .ptg-category-group {
    flex: none;
    width: 100%;
  }
  .ptg-category-group .ptg-category-button-wrapper {
    min-width: 100%;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.ptg-editing {
  width: 100%;
}
.ptg-editing .ptg-editing-head {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ptg-editing .ptg-editing-head .ptg-input-text {
  width: 84%;
}
.ptg-editing .ptg-editing-head .ptg-select {
  width: 15%;
  min-width: 100px;
}
.ptg-editing .ptg-editing-content {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px 0px;
}
.ptg-editing .ptg-editing-content .ptg-textarea {
  display: block;
  width: 100%;
  height: 100%;
}
.ptg-editing .ptg-editing-content .ptg-input-file {
  display: block;
  width: 100%;
}
.ptg-editing .ptg-editing-foot {
  width: 100%;
}
.ptg-editing .ptg-editing-foot .ptg-button-group {
  display: inline-flex;
  justify-content: center;
}
.ptg-editing .ptg-editing-foot .ptg-button-group > * {
  margin: 0px 5px;
}

.ptg-thumbnail-list {
  width: 100%;
  height: auto;
}
.ptg-thumbnail-list .ptg-thumbnail-list-item-group {
  width: 100%;
}
.ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 10px;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item:first-child {
  border-top: 2px solid #4472c4;
}
.ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item:last-child {
  border-bottom: 2px solid #4472c4;
}

@media (max-width: 415px) {
  .ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item {
    display: block;
  }
  .ptg-thumbnail-list .ptg-thumbnail-list-item-group .ptg-thumbnail-list-item > * {
    width: 100%;
  }
}
.ptg-thumbnail-list-grid {
  width: 100%;
  height: auto;
}

.ptg-thumbnail-list-grid-item-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item {
  flex: 0 1 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item:nth-child(4n+4) {
  margin-right: 0;
}
.ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item > * {
  width: 100%;
}

@media (max-width: 1024px) {
  .ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item {
    flex: 0 1 32.668%;
  }
  .ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item:nth-child(4n+4) {
    margin-right: 1%;
  }
  .ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media (max-width: 415px) {
  .ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item {
    flex: 0 1 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .ptg-thumbnail-list-grid-item-group .ptg-thumbnail-list-grid-item:nth-child(4n+4) {
    margin-right: 0;
  }
}
.ptg-carousel-horizontal {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  z-index: 1;
}
.ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper {
  width: 95%;
  overflow: hidden;
  margin: 0 auto;
}
.ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group {
  width: 200%;
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}
.ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group > .ptg-carousel-item {
  width: 25%;
  margin: 0px 10px;
  box-sizing: border-box;
}
.ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group > .ptg-carousel-item > .ptg-thumbnail {
  width: 100%;
  height: auto;
}
.ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group > .ptg-carousel-item > .ptg-thumbnail > a {
  display: block;
}
.ptg-carousel-horizontal > .ptg-carousel-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: -1em;
}
.ptg-carousel-horizontal > .ptg-carousel-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: -1em;
}

@media (max-width: 1024px) {
  .ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group {
    width: 266.667%;
  }
  .ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group > .ptg-carousel-item {
    width: 33.333%;
  }
}
@media (max-width: 415px) {
  .ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group {
    width: 800%;
  }
  .ptg-carousel-horizontal > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group > .ptg-carousel-item {
    width: 100%;
    margin: 0px 30px;
  }
  .ptg-carousel-horizontal > .ptg-carousel-prev {
    width: 10%;
  }
  .ptg-carousel-horizontal > .ptg-carousel-next {
    width: 10%;
  }
}
.ptg-carousel-vertical {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
  padding: 30px 0px;
  box-sizing: border-box;
}
.ptg-carousel-vertical > .ptg-carousel-item-group-wrapper {
  width: 100%;
  height: 770px;
  overflow: hidden;
}
.ptg-carousel-vertical > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group {
  width: 100%;
  height: 1530px;
  box-sizing: border-box;
}
.ptg-carousel-vertical > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group > .ptg-carousel-item {
  height: 180px;
  margin: 10px 0px;
  box-sizing: border-box;
}
.ptg-carousel-vertical > .ptg-carousel-item-group-wrapper > .ptg-carousel-item-group > .ptg-carousel-item > .ptg-thumbnail {
  width: 100%;
  height: 100%;
}
.ptg-carousel-vertical > .ptg-carousel-prev {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.7em;
  z-index: 10;
  background-color: transparent;
  border: 0;
  padding: 0;
  transform: rotate(90deg);
}
.ptg-carousel-vertical > .ptg-carousel-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.7em;
  z-index: 10;
  background-color: transparent;
  border: 0;
  padding: 0;
  transform: rotate(90deg);
}

.ptg-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  visibility: hidden;
}
.ptg-modal .ptg-modal-dialog-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.ptg-modal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  position: relative;
  width: calc(100vw - 30px);
  max-width: 450px;
  height: 80%;
  padding: 15px;
  z-index: 520;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.27);
}
.ptg-modal .ptg-modal-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 510;
  background: black;
  background: transparent\9 ;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6c800000,endColorstr=#6c800000);
  zoom: 1;
}

.ptg-modal-crud {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  visibility: hidden;
}
.ptg-modal-crud .ptg-modal-crud-dialog {
  position: absolute;
  z-index: 520;
  width: 100%;
  max-width: 550px;
  height: 100vh;
  top: 0;
  right: -550px;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.27);
  transition: all 0.4s;
}
.ptg-modal-crud .ptg-modal-crud-dialog .ptg-modal-head {
  flex: 1;
}
.ptg-modal-crud .ptg-modal-crud-dialog .ptg-modal-content {
  flex: 6;
}
.ptg-modal-crud .ptg-modal-crud-dialog .ptg-modal-foot {
  flex: 1;
}
.ptg-modal-crud .ptg-modal-crud-background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 510;
  background: black;
  background: transparent\9 ;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6c800000,endColorstr=#6c800000);
  zoom: 1;
}

@media (max-width: 1024px) {
  .ptg-modal-crud .ptg-modal-crud-dialog {
    max-width: 850px;
  }
}
@media (max-width: 415px) {
  .ptg-modal-crud .ptg-modal-crud-dialog {
    max-width: 100%;
  }
}
.ptg-detail-view {
  width: 100%;
  border-top: 2px solid #4472c4;
  border-bottom: 2px solid #4472c4;
  box-sizing: border-box;
}
.ptg-detail-view .ptg-detail-view-head {
  padding: 30px;
  text-align: center;
  border-bottom: 2px solid #e2e2e2;
  box-sizing: border-box;
}
.ptg-detail-view .ptg-detail-view-head > * {
  display: block;
  margin: 20px 0px;
}
.ptg-detail-view .ptg-detail-view-content {
  padding: 50px 0px;
  border-bottom: 2px solid #e2e2e2;
  box-sizing: border-box;
}
.ptg-detail-view .ptg-detail-view-foot {
  padding: 50px 0px;
}

.ptg-tree {
  width: 100%;
  height: 500px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: auto;
  border: 1px solid #ccc;
  padding: 5px 0px;
  box-sizing: border-box;
}
.ptg-tree .ptg-tree-item-click {
  position: relative;
  z-index: 1;
  font-size: 17px;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}
/* .ptg-tree .ptg-tree-item-click::before {
  width: 17px;
  content: "📁";
  margin-right: 5px;
} */
.ptg-tree .ptg-tree-item {
  margin: 5px 0px;
}
.ptg-tree .ptg-tree-item .ptg-tree-item-group {
  padding-left: 25px;
}
.ptg-tree .ptg-tree-item .ptg-tree-item-group .ptg-tree-item-icon {
  cursor: pointer;
}
/* .ptg-tree .ptg-tree-item .ptg-tree-item-group .ptg-tree-item-icon::before {
  content: "📄";
  margin-right: 5px;
} */

.ptg-tree-item-open {
  font-weight: 600;
}
/* .ptg-tree-item-open::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 17px;
  content: "📂";
  background-color: #fff;
} */
