@charset "UTF-8";

@media only screen and (max-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 576px) {
  .w-sm-40 {
    width: 40% !important;
  }
}

.text-light {
  color: #adb5bd !important;
}

.container {
  min-width: 1200px !important;
}

@media only screen and (max-width: 992px) {
  .container {
    min-width: initial !important;
  }
}

.container.cpp-container-md {
  min-width: initial !important;
  max-width: 800px !important;
}

.jumbotron {
  padding: 60px 0px;
}

.navbar .navbar-brand {
  margin-right: 3rem;
}

.navbar .navbar-toggler {
  border: none;
}

.navbar .navbar-nav .nav-item {
  margin-right: 1rem;
}

.navbar .navbar-nav .nav-item i {
  font-size: 125%;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-divider {
  margin: 0;
}

.dropdown-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table {
  border-collapse: separate;
  border-spacing: 1px;
  font-size: 0.825rem;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.025);
}

.table tr th {
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  padding: 0.45rem 0.65rem !important;
}

.table tr th.mw-200 {
  width: 100px !important;
}

.table tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 400px;
  padding: 0.65rem 0.85rem !important;
  vertical-align: middle;
}

.table tr td.mw-200 {
  width: 10px;
}

.table-fixed {
  table-layout: fixed;
}

.alert .btn-close {
  height: 1.25rem;
}

.alert-dismissible {
  padding-right: 1rem !important;
}

.modal .modal-header {
  background-color: #f7f7f7;
  text-align: center;
}

.modal .modal-header .modal-title {
  width: 100%;
  font-weight: bold;
}

.modal .modal-header .btn-close {
  color: #008cba;
}

.modal .modal-body {
  padding: 1.8rem 1rem;
}

.modal .btn-primary {
  width: 150px;
}

.modal .btn-secondary {
  width: 150px;
}

h1 {
  font-size: 1.725rem;
  font-weight: bold;
}

h2 {
  font-size: 1.125rem;
  font-weight: bold;
}

.item-label {
  background-color: #eee;
  padding: 1.25rem 1.25rem;
  font-size: 0.825rem;
}

.item-label-required::after {
  content: "\5FC5\9808";
  color: #fff;
  background-color: #f04124;
  padding: 1px 5px;
  margin-left: 0.4rem;
  font-size: 94%;
  border-radius: 2px;
}

.input {
  padding: 0.25rem 1.75rem;
  margin-top: 0.15rem;
}

.input-label {
  font-size: 0.875rem;
}

.form-select {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  font-size: 0.875rem !important;
}

.form-select-sm {
  padding: 0.45rem 1.5rem 0.45rem 0.55rem;
}

.form-control {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  font-size: 0.875rem !important;
}

.form-control.inline {
  padding: 0.45rem 0.75rem 0.45rem 0.75rem;
}

button.form-control {
  padding: 0.75rem;
}

.form-check {
  padding-top: 0.75rem;
  margin-right: 1.25rem;
}

.form-check-label {
  font-size: 0.875rem;
}

.form-check-input {
  margin-right: 0.35rem;
  margin-top: 0.25rem;
}

input[type=submit] {
  margin: 0 auto;
  width: 400px;
  height: 45px;
  font-size: 0.925rem;
}

.btn {
  font-size: 0.875rem;
  padding: 0.45rem 0.5rem;
}

.table .item-label {
  background-color: #eee;
  padding: 0.825rem 0.825rem;
  font-size: 0.825rem;
}

.table .item-text {
  padding: 0.825rem 0.825rem;
  font-size: 0.825rem;
}

.toast {
  background-color: #008cba;
}

.toast-success {
  background-color: #43ac6a;
}

.toast-error {
  background-color: #e99002;
}

.toast-info {
  background-color: #5bc0de;
}

.toast-warning {
  background-color: #e99002;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

@media only screen and (max-width: 992px) {
  header.navbar {
    position: sticky;
    top: 0;
    z-index: 99;
  }
}

@media only screen and (max-width: 576px) {
  .jumbotron {
    padding: 30px 0px;
  }

  .jumbotron.with-controls {
    padding-bottom: 70px;
    margin-bottom: 30px;
  }

  .jumbotron.with-controls .cpp-position-abs-middle {
    top: auto;
  }

  .cpp-form-sm .item-label {
    padding: 0.75rem 1.75rem 0.25rem;
    background-color: #fff;
  }

  .cpp-profile-sm h5,
  .cpp-search-form-sm h5 {
    margin-bottom: 1.25rem;
  }

  .cpp-profile-sm > .container,
  .cpp-search-form-sm > .container {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .cpp-profile-sm .row,
  .cpp-search-form-sm .row {
    display: block;
    width: 100%;
    margin: 0 0 1.25rem 0 !important;
  }

  .cpp-profile-sm .row.px-5,
  .cpp-search-form-sm .row.px-5 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .cpp-profile-sm .row .col-4,
  .cpp-search-form-sm .row .col-4 {
    width: 100%;
  }

  .cpp-profile-sm .row .col-8,
  .cpp-search-form-sm .row .col-8 {
    width: 100%;
  }

  .cpp-profile-sm .row > *,
  .cpp-search-form-sm .row > * {
    padding: 0;
  }

  .cpp-profile-sm .row .item-label,
  .cpp-search-form-sm .row .item-label {
    width: 100%;
    padding: 0.675rem;
  }

  .cpp-profile-sm .row .item-text,
  .cpp-search-form-sm .row .item-text {
    width: 100%;
    padding: 0.675rem;
  }

  .cpp-profile-sm .row .input,
  .cpp-search-form-sm .row .input {
    width: 100%;
    padding: 0.675rem;
  }

  .cpp-pagination-sm {
    height: 84px;
    margin-bottom: 1rem;
  }

  .cpp-pagination-sm div:nth-of-type(1) {
    left: 1rem !important;
  }

  .cpp-pagination-sm div:not([class]) {
    position: absolute;
    width: 100%;
    height: 35px;
    top: auto;
    bottom: 0;
  }

  .cpp-pagination-sm div:not([class]) .pagination {
    justify-content: center;
  }

  .cpp-pagination-sm div:nth-of-type(3) {
    right: 1rem !important;
  }

  footer .navbar-expand {
    flex-wrap: wrap;
  }

  footer .navbar-expand .navbar-nav .nav-item:last-of-type {
    margin-right: 0;
  }

  footer .navbar-expand .navbar-nav:first-of-type {
    width: 100%;
    justify-content: center;
  }

  footer .navbar-expand .navbar-nav:last-of-type {
    width: 100%;
  }

  footer .navbar-expand .navbar-nav:last-of-type .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .w-sm-90 {
    width: 90% !important;
  }

  .w-sm-80 {
    width: 80% !important;
  }

  .w-sm-70 {
    width: 70% !important;
  }

  .w-sm-60 {
    width: 60% !important;
  }

  .w-sm-50 {
    width: 50% !important;
  }

  .w-sm-40 {
    width: 40% !important;
  }

  .w-sm-30 {
    width: 30% !important;
  }

  .w-sm-20 {
    width: 20% !important;
  }

  .w-sm-10 {
    width: 10% !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .scroll-container {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
  }

  .d-sm-none {
    display: none !important;
  }
}

/**
 * カスタムコンポーネント
 */

.cpp-fs-lg {
  font-size: 1rem;
}

.cpp-fs-md {
  font-size: 0.925rem;
}

.cpp-fs-sm {
  font-size: 0.875rem;
}

.cpp-fs-xs {
  font-size: 0.775rem;
}

.cpp-position-abs-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.cpp-position-abs-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cpp-custom-checkbox input {
  display: none;
}

.cpp-custom-checkbox input:checked + label {
  color: #008cba;
}

.cpp-custom-checkbox input:checked + label::before {
  content: "\F012C";
  font-family: "Material Design Icons";
  position: absolute;
  left: -1rem;
}

.cpp-custom-checkbox label {
  position: relative;
  color: #888;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cpp-container-mw800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.error-code {
  color: #008cba;
  font-size: 8em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.35em;
}

.error-code::before {
  content: "\F0026";
  font-family: "Material Design Icons";
  font-weight: normal;
  margin-right: 12px;
}

.tm-logo {
  width: 100px;
  height: 42px;
}

/**
 * 登録状況進捗表示
 */

.cpp-step-progress ul {
  margin-bottom: 70px;
}

.cpp-step-progress ul li {
  list-style: none;
  position: relative;
  margin: 0px 100px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #dee2e6;
  counter-increment: title;
}

.cpp-step-progress ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 6px;
  top: 11px;
  left: 30px;
  background-color: #dee2e6;
  z-index: -1;
}

.cpp-step-progress ul li.done {
  background-color: #008cba;
}

.cpp-step-progress ul li.done::before {
  content: "\F012C";
  position: absolute;
  left: 6px;
  font-family: "Material Design Icons";
  font-size: 1.125rem;
  color: #fff;
  line-height: 30px;
}

.cpp-step-progress ul li.done::after {
  background-color: #008cba;
}

.cpp-step-progress ul li:last-child::after {
  content: none;
}

.cpp-step-progress ul li .title {
  font-size: 0.825rem;
  position: absolute;
  top: 55px;
  white-space: nowrap;
  transform: translate(-50%);
}

.cpp-step-progress ul li .title::before {
  content: "Step " counter(title);
  display: block;
  position: absolute;
  width: 100px;
  left: 50%;
  top: -20px;
  transform: translate(-50%);
  white-space: nowrap;
}

/**
 * 稼働状況
 */

.cpp-occupancy {
  border-collapse: collapse;
}

.cpp-occupancy tr {
  border: 1px solid #dee2e6;
}

.cpp-occupancy tr td {
  font-size: 0.715rem;
  position: relative;
  padding: 0.45rem 1.25rem 1.9rem !important;
  text-align: center;
}

.cpp-occupancy tr td:nth-child(6) {
  color: #5bc0de;
}

.cpp-occupancy tr td:nth-child(7) {
  color: #f04124;
}

.cpp-occupancy tr td.circle::after {
  content: "\F0766";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  font-family: "Material Design Icons";
  color: #008cba;
}

.cpp-occupancy tr td.triangle::after {
  content: "\F0537";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  font-family: "Material Design Icons";
}

.cpp-occupancy tr td.cross::after {
  content: "\F0156";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: -0.075rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Material Design Icons";
  color: #ccc;
}

#calendarModal .modal-dialog {
  max-width: 1140px;
}

.cpp-occupancy-calendar {
  width: 1000px;
  margin: 0 auto;
}

.cpp-occupancy-calendar .month-list .btn-left,
.cpp-occupancy-calendar .month-list .btn-right {
  width: 25px;
  height: 45px;
  line-height: 45px;
  margin: 0px 5px;
}

.cpp-occupancy-calendar .month-list .btn-left i,
.cpp-occupancy-calendar .month-list .btn-right i {
  position: relative;
  left: -0.7rem;
}

.cpp-occupancy-calendar .month-list .month {
  width: 100px;
  height: 45px;
  width: 180px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  color: #008cba;
  border: 1px solid #008cba;
  margin: 0 3px;
  transition: 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cpp-occupancy-calendar .month-list .month:hover,
.cpp-occupancy-calendar .month-list .month.active {
  background-color: #008cba;
  color: #fff;
}

.cpp-occupancy-calendar .calendar-body .calendar {
  margin: 0 5px;
}

.cpp-occupancy-calendar .calendar-body .calendar .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 30px 0 16px;
}

.cpp-occupancy-calendar .calendar-body .calendar table {
  border-collapse: collapse;
}

.cpp-occupancy-calendar .calendar-body .calendar table thead {
  background-color: #efefef;
}

.cpp-occupancy-calendar .calendar-body .calendar table thead tr {
  border: 1px solid #ddd;
}

.cpp-occupancy-calendar .calendar-body .calendar table thead tr th {
  width: 68px;
  text-align: center;
  padding: 0.45rem 0.45rem;
  font-size: 0.725rem;
}

.cpp-occupancy-calendar .calendar-body .calendar table thead tr th:nth-child(6) {
  color: #008cba;
}

.cpp-occupancy-calendar .calendar-body .calendar table thead tr th:nth-child(7) {
  color: #f04124;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr {
  border: 1px solid #ddd;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td {
  font-size: 1.1em;
  position: relative;
  padding: 0.85rem 1.25rem 2.8rem !important;
  text-align: center;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td:nth-child(6) {
  color: #008cba;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td:nth-child(7) {
  color: #f04124;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td.circle::after {
  content: "\F0766";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Material Design Icons";
  color: #008cba;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td.triangle::after {
  content: "\F0537";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Material Design Icons";
  color: #888;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td.cross::after {
  content: "\F0156";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0.275rem;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Material Design Icons";
  color: #ccc;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td.tbd::after {
  content: "\F0374";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0.275rem;
  text-align: center;
  font-size: 1.75rem;
  font-family: "Material Design Icons";
  color: #888;
}

.cpp-occupancy-calendar .calendar-body .calendar table tbody tr td.rest::after {
  content: "\4F11";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0.575rem;
  text-align: center;
  font-size: 1.35rem;
  color: #f04124;
}

.cpp-occupancy-calendar .legend {
  width: 1000px;
  text-align: right;
  margin-top: 20px;
}

.cpp-occupancy-calendar .legend dl {
  display: inline-block;
}

.cpp-occupancy-calendar .legend dl dt {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
}

.cpp-occupancy-calendar .legend dl dt::after {
  content: "\2026";
  font-family: "MS UI Gothic", sans-serif;
  margin-right: 5px;
  vertical-align: middle;
}

.cpp-occupancy-calendar .legend dl dd {
  display: inline-block;
  font-size: 0.875rem;
  margin: 0;
}

/**
 * アカウント画像
 */

.cpp-account-image-lg {
  width: 128px;
  height: 128px;
  line-height: 128px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: #eee;
}

.cpp-account-image-lg img {
  width: 100%;
}

.cpp-account-image-lg::after {
  content: "\F0004";
  display: block;
  font-family: "Material Design Icons";
  color: #008cba;
  font-size: 96px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 128px;
}

.cpp-account-image-ss {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: #eee;
}

.cpp-account-image-ss img {
  width: 100%;
}

.cpp-account-image-ss::after {
  content: "\F0004";
  display: block;
  font-family: "Material Design Icons";
  color: #008cba;
  font-size: 22.5px;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 30px;
}

.cpp-account-image-ss.d-inline-block {
  position: relative;
  top: 0.625rem;
  margin-top: -0.625rem;
}

.cpp-account-image-narrow {
  margin-top: -0.825rem !important;
}

.line-height-lg {
  line-height: 125px;
}

.line-height-ss {
  line-height: 25px;
}

/**
 * リンクボタン
 */

.cpp-link-button {
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 1rem;
  color: #008cba;
  border: 1px solid #008cba;
  transition: 0.15s;
}

.cpp-link-button a {
  text-decoration: none;
  color: #008cba;
  display: block;
  width: 100%;
  height: 100%;
}

.cpp-link-button a:hover {
  color: #fff;
}

.cpp-link-button:hover {
  color: #fff;
  background-color: #008cba;
}

.cpp-link-button-current {
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 1rem;
  color: #008cba;
  border: 1px solid #008cba;
  transition: 0.15s;
  color: #fff;
  background-color: #008cba;
}

.cpp-link-button-md {
  width: 170px;
}

.cpp-link-button-sm {
  height: 36px;
  line-height: 36px;
  font-size: 0.875rem;
  padding: 0 1rem;
}

.cpp-link-button-danger {
  border-color: #f04124;
  color: #f04124;
}

.cpp-link-button-danger:hover {
  color: #fff;
  background-color: #f04124;
}

.cpp-link-button-disable {
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 1rem;
  color: #008cba;
  border: 1px solid #008cba;
  transition: 0.15s;
  border-color: #929292;
  color: #929292;
}

.cpp-link-button-disable:hover {
  color: #929292;
  background-color: transparent;
}

.cpp-portfolio .tabs .tab-item {
  max-width: 170px;
}

.cpp-portfolio .back-arrow {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 576px) {
  .cpp-portfolio .tabs {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .cpp-portfolio .tabs .tab-item {
    width: calc(33% - 6px);
    padding: 0 !important;
    margin-right: 0px !important;
  }

  .cpp-portfolio .tabs .tab-item a {
    font-size: 0.9rem;
  }

  .cpp-portfolio .flex-container {
    display: block;
    padding: 0 12px !important;
  }

  .cpp-portfolio .flex-container > * {
    padding: 0 !important;
    width: 100% !important;
  }

  .cpp-portfolio .list-group {
    margin-bottom: 0px !important;
  }

  .cpp-portfolio .back-arrow {
    margin-top: 0.5rem;
  }
}

.cpp-portfolio-item.adflow-item {
  background-color: #e6f4f8;
}

.cpp-portfolio-item .images {
  width: 250px;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.15s;
}

.cpp-portfolio-item .images .large {
  width: 100%;
}

.cpp-portfolio-item .images .small {
  display: inline-block;
  width: 31.5%;
}

.cpp-portfolio-item .images .img-item img {
  width: 100%;
  height: auto;
}

.cpp-portfolio-item .images:hover {
  opacity: 0.75;
}

.cpp-portfolio-item .description {
  width: 100%;
  position: relative;
  padding: 2rem;
}

.cpp-portfolio-item .description .icon-edit {
  position: absolute;
  top: 0;
  right: 0;
}

.cpp-creative-item {
  margin-top: 30px;
}

.cpp-creative-item .cpp-creative-image {
  width: 250px;
  height: 162px;
  background-color: #eee;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.cpp-creative-item .cpp-creative-image img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

.cpp-creative-item .cpp-creative-image input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
}

.cpp-creative-item .cpp-creative-image::after {
  content: "\F11E3";
  font-family: "Material Design Icons";
  font-size: 22px;
  color: #008cba;
  position: absolute;
  bottom: 2px;
  right: 10px;
  pointer-events: none;
}

.cpp-creative-item .cpp-creative-image.noimage::before {
  content: "no image";
  position: absolute;
  top: 0;
  width: 100%;
  line-height: 162px;
  text-align: center;
  pointer-events: none;
}

.cpp-creative-item .cpp-creative-image.noimage::after {
  content: "\F0419";
  font-family: "Material Design Icons";
  font-size: 22px;
  color: #008cba;
  position: absolute;
  bottom: 2px;
  right: 10px;
  pointer-events: none;
}

.cpp-creative-item .cpp-creative-description {
  flex: 1;
  position: relative;
}

.cpp-creative-item .cpp-creative-description textarea {
  position: absolute;
  bottom: 0;
  height: 124px;
  resize: none;
}

.cpp-creative-item .cpp-creative-description .icon-delete {
  position: absolute;
  top: -4px;
  right: 0;
  color: #008cba;
  cursor: pointer;
}

.cpp-creative-item-add {
  width: 100%;
  height: 50px;
  background-color: #e6f4f8;
  text-align: center;
  transition: background-color 0.25s;
  cursor: pointer;
  margin-top: 30px;
}

.cpp-creative-item-add:hover {
  background-color: #d2ebf2;
}

.cpp-creative-item-add i {
  line-height: 50px;
  color: #008cba;
}

.cpp-creatorinfo-memo .list-group-item {
  background-color: #fafafa;
  border: 1px solid #ddd;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.cpp-creatorinfo-memo .list-group-item:last-of-type {
  margin-bottom: 4px;
}

.cpp-creatorinfo-memo .list-group-item .info {
  white-space: nowrap;
  padding-top: 3px;
  color: #999;
}

@media only screen and (max-width: 576px) {
  .cpp-creative-item .d-flex {
    display: block !important;
  }

  .cpp-creative-item .d-flex .cpp-creative-image {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }

  .cpp-creative-item .d-flex .cpp-creative-image.noimage::before {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cpp-creative-item .d-flex .cpp-creative-image input {
    position: absolute;
    top: 0;
  }

  .cpp-creative-item .d-flex .cpp-creative-description {
    margin-top: 12px;
    width: 100%;
    height: 156px;
  }

  .cpp-creative-item .d-flex .cpp-creative-description.ms-3 {
    margin-left: 0 !important;
  }

  .cpp-portfolio-item .d-flex {
    display: block !important;
  }

  .cpp-portfolio-item .d-flex .images {
    width: 100%;
    height: 0;
    padding-top: 66.6%;
    position: relative;
  }

  .cpp-portfolio-item .d-flex .images .img-item-ovw {
    position: absolute;
    top: 0;
    height: 100%;
  }

  .cpp-portfolio-item .d-flex .images .img-item-ovw img {
    height: 100%;
  }

  .cpp-portfolio-item .d-flex .description {
    padding: 0.675rem 0.185rem 0.185rem;
  }
}

#portfolioModal .modal-dialog {
  width: 1000px;
  max-width: 1000px;
}

#portfolioModal .modal-dialog .modal-body {
  padding: 40px 40px;
}

#portfolioCarousel {
  width: 1000px;
  margin-top: 20px;
}

#portfolioCarousel .carousel-item-container {
  width: 100%;
  height: 500px;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

#portfolioCarousel .carousel-item-container img {
  width: 75%;
  height: 95%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cpp-portfolio-item .images .large-ovw {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}

.cpp-portfolio-item .images .small-ovw {
  width: 100%;
  margin: 0px 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.cpp-portfolio-item .images .img-item-ovw img {
  display: block;
  width: 100%;
  height: 128px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cpp-creative-item .cpp-creative-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}

.cpp-creative-item .cpp-creative-image.plus-button::after {
  content: "\F0419";
  font-family: "Material Design Icons";
  font-size: 22px;
  color: #008cba;
  position: absolute;
  bottom: 2px;
  right: 10px;
  pointer-events: none;
}

.background-color-ovw {
  background-color: #fff !important;
  border: 1px solid #ccc;
}

.detail-loading {
  width: 20% !important;
  height: 20% !important;
}

.select-image {
  color: #fff;
  margin-right: 1.25rem;
  padding: 5px 10px;
  cursor: pointer;
}

.bold-explain {
  margin-top: 0.25rem;
  margin-right: 1.25rem;
  padding: 0.5rem 0.5rem;
  font-weight: bold;
}

.image-error {
  display: block;
  font-size: 0.875em;
  color: #f04124;
  margin-bottom: 1rem;
}

.cpp-inquiry {
  margin: 0 auto;
}

.cpp-inquiry .title .item-label {
  padding: 0.675rem;
  width: 200px;
}

.cpp-inquiry .title .item-text {
  padding: 0.675rem;
}

.cpp-inquiry .list-group .list-group-item {
  width: 250px;
  height: 56px;
  line-height: 38px;
  font-size: 0.875rem;
}

.cpp-inquiry .list-group .list-group-item.active {
  background-color: #e6f4f8;
  color: #222;
}

.cpp-inquiry .list-group .list-group-item .title {
  font-size: 0.875rem;
  vertical-align: top;
  margin-right: 0.25rem;
}

.cpp-inquiry .list-group .list-group-item.account-all::before {
  content: "\F0849";
  font-family: "Material Design Icons";
  color: #008cba;
  font-size: 20px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #eee;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  top: 2px;
}

.cpp-inquiry .list-group .list-group-item .image {
  margin: auto 0.25rem auto 0;
}

.cpp-inquiry .message-list {
  padding-left: 35px;
  flex: 1 1 auto;
}

.cpp-inquiry .message-list .date {
  text-align: center;
  font-weight: bold;
  font-size: 0.925rem;
}

.cpp-inquiry .message-list .message-item {
  position: relative;
  margin-bottom: 30px;
}

.cpp-inquiry .message-list .message-item .account .cpp-account-image-ss {
  position: relative;
  top: 9px;
}

.cpp-inquiry .message-list .message-item .account .name {
  font-size: 0.825rem;
}

.cpp-inquiry .message-list .message-item .time {
  font-size: 0.775rem;
  color: #888;
  position: absolute;
}

.cpp-inquiry .message-list .message-item .message-body-creator {
  width: 690px;
  padding: 20px;
  margin-top: 8px;
  border-radius: 16px;
}

.cpp-inquiry .message-list .message-item.message-recieved .account .cpp-account-image-ss {
  margin-right: 10px;
  margin-left: 0px;
}

.cpp-inquiry .message-list .message-item.message-recieved .time {
  right: 50px;
  top: 0px;
}

.cpp-inquiry .message-list .message-item.message-recieved .message-body-creator {
  margin-left: 38px;
  background-color: #e6f4f8;
  border-top-left-radius: 0;
}

.cpp-inquiry .message-list .message-item.message-recieved .message-body-creator .attach-files {
  padding: 0;
  margin: 2px 0;
  width: auto;
}

.cpp-inquiry .message-list .message-item.message-sent .account {
  flex-direction: row-reverse;
}

.cpp-inquiry .message-list .message-item.message-sent .account .cpp-account-image-ss {
  margin-right: 0;
  margin-left: 10px;
}

.cpp-inquiry .message-list .message-item.message-sent .time {
  right: auto;
  left: 40px;
  top: 0px;
}

.cpp-inquiry .message-list .message-item.message-sent .message-body-creator {
  margin-left: 38px;
  background-color: #008cba;
  color: #fff;
  border-top-right-radius: 0;
}

.cpp-inquiry .message-list .message-item.message-sent .message-body-creator .attach-files {
  padding: 0;
  margin: 2px 0;
  width: auto;
  color: #fff;
}

.cpp-inquiry .message-list .message-item .message-body-order {
  width: 430px;
  padding: 20px;
  margin-top: 8px;
  border-radius: 16px;
}

.cpp-inquiry .message-list .message-item.message-recieved .account .cpp-account-image-ss {
  margin-right: 10px;
  margin-left: 0px;
}

.cpp-inquiry .message-list .message-item.message-recieved .time {
  right: 50px;
  top: 0px;
}

.cpp-inquiry .message-list .message-item.message-recieved .message-body-order {
  margin-left: 38px;
  background-color: #e6f4f8;
  border-top-left-radius: 0;
}

.cpp-inquiry .message-list .message-item.message-recieved .message-body-order .attach-files {
  padding: 0;
  margin: 2px 0;
  width: auto;
}

.cpp-inquiry .message-list .message-item.message-sent .account {
  flex-direction: row-reverse;
}

.cpp-inquiry .message-list .message-item.message-sent .account .cpp-account-image-ss {
  margin-right: 0;
  margin-left: 10px;
}

.cpp-inquiry .message-list .message-item.message-sent .time {
  right: auto;
  left: 40px;
  top: 0px;
}

.cpp-inquiry .message-list .message-item.message-sent .message-body-order {
  margin-left: 38px;
  background-color: #008cba;
  color: #fff;
  border-top-right-radius: 0;
}

.cpp-inquiry .message-list .message-item.message-sent .message-body-order .attach-files {
  padding: 0;
  margin: 2px 0;
  width: auto;
  color: #fff;
}

.cpp-inquiry .message-input {
  width: 100%;
  height: auto;
  background-color: #eee;
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 0;
  min-height: 140px;
}

.cpp-inquiry .message-input .handle{
  position: relative;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 15px;
  background-color: #eee;
  cursor: grabbing;
}

.cpp-inquiry .message-input .handle:hover{
  background-color: #e9e9e9;
}

.cpp-inquiry .message-input .input-group {
  width: 800px;
  min-height: 60px;
  margin: 15px auto;
  border: 1px solid #ccc;
  background-color: #fff;
  overflow: hidden;
}

.cpp-inquiry .message-input .input-group textarea {
  margin: 4px 40px 4px 4px;
  min-height: 70px;
  resize: none;
  margin-right: 125px;
  border: none;
}

.cpp-inquiry .message-input .input-group .input-group-text {
  position: absolute;
  right: 10px;
  bottom: 21px;
  background-color: #fff;
  border: none;
  padding: 0;
}

.cpp-inquiry .message-input .input-group .input-group-text::before {
  content: "";
  display: block;
  width: 1px;
  min-height: 40px;
  position: absolute;
  background-color: #ccc;
}

.cpp-inquiry .message-input .input-group .input-group-text .attachment {
  height: 60px;
  width: 40px;
  line-height: 60px;
  left: -40px;
  position: absolute;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cpp-inquiry .message-input .input-group .input-group-text .attachment:hover {
  opacity: 0.7;
}

.cpp-inquiry .message-input .input-group .input-group-text .attachment i {
  font-size: 22px;
}

.cpp-inquiry .message-input .input-group .input-group-text .btn-send {
  outline: none;
  border: none;
  width: 80px;
  height: 100%;
  background-color: #fff;
  font-size: 0.875rem;
  color: #008cba;
}

.cpp-inquiry .message-input .input-group .input-group-text .btn-send .label {
  transition: opacity 0.2s;
}

.cpp-inquiry .message-input .input-group .input-group-text .btn-send:hover .label {
  opacity: 0.7;
}

.cpp-inquiry .message-input .input-files {
  width: 800px;
  height: auto;
  margin: 5px auto;
}

.cpp-inquiry .message-input .input-files .attachfiles {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  margin-right: 0.25rem;
  padding: 0.25rem 0 0.25rem 1rem;
  border-radius: 50rem;
}

.unread-header {
  display: inline-block;
  width: auto;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  text-align: center;
  margin-left: 2px;
}

.unread-header::after {
  content: attr(data-text);
  padding: 0 5px;
}

.unread-list {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
  margin-right: 5px;
}

.body-newline {
  word-wrap: break-word;
}

.title-newline {
  width: 100%;
  word-wrap: break-word;
}

.select-creator {
  width: 90%;
  height: auto;
  background-color: #e2f5fb;
}

@media only screen and (max-width: 576px) {
  .select-creator {
    width: 100%;
  }
}

.add-del-item {
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  margin: 0.25rem;
  padding: 0.25rem 0 0.25rem 1rem;
  border-radius: 50rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 576px) {
  .add-del-item {
    padding: 0.125rem 0 0.125rem 1rem;
    display: inline-block;
  }
}

.cpp-flex {
  display: flex;
  width: 100%;
}

.btn-add-inquiry {
  margin: 0 0 0 0.25rem;
}

@media only screen and (max-width: 576px) {
  .btn-add-inquiry {
    width: 100%;
    margin-top: 1rem;
  }
}

.cpp-inquiry-reply .outer-frame {
  padding: 0 70px;
}

.cpp-inquiry-reply .inner-frame {
  height: 90px;
  margin: 20px auto;
}

.cpp-inquiry-reply .reply-frame {
  display: flex;
  justify-content: space-around;
  height: 50px;
  background-color: #eee;
}

.cpp-inquiry-reply .btn-double {
  margin-block: 5px;
  width: 180px;
}

.cpp-inquiry-reply .btn-single {
  margin-block: 5px;
  width: 150px;
}

.toggle-btn {
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  margin-left: auto;
  border-radius: 50rem;
}

.btn-undecided {
  color: gray;
  background-color: #0087b4a1;
  border-color: #0087b4a1;
}

.btn-assigned {
  color: white;
  background-color: #8a0ab7;
  border-color: #8a0ab7;
}

.text-undecided {
  color: gray;
}

.text-assigned {
  color: #8a0ab7;
}

.reply-view {
  width: 800px;
  margin: 0px auto -15px auto;
}

.reply-btn {
  float: left;
  margin: 3px auto auto 3px;
}

.reply-message {
  margin: -15px auto -10px auto;
  padding: 0 0 0 10px;
}

.edit-message {
  margin: -0.5rem auto;
  width: 100%;
  height: 100%;
}

.message-edit-buttons {
  float: right;
  margin-top: 3px;
}

.message-edit-buttons .edit-close-button {
  margin: 0;
}

.message-error-area {
  width: 800px;
  margin: 15px auto;
}

.message-response-status {
  margin: auto 1rem auto 0;
}

.text-existcreator {
  color: #ddd;
}

.assign-filter {
  padding-left: 0;
}

#popup {
  display: none;
  position: absolute;
  width: auto;
  z-index: 50;
  /* 文字 */
  font-weight: normal;
  color: #515151;
  background: #fff;
  border: 1px solid #333;
  padding: 10px;
  border-radius: 10px;
}

#popup .upblock {
  display: none;
  white-space: pre-wrap;
}

.rpoint {
  cursor: pointer;
}

.rpoint:hover {
  opacity: 0.7;
}

.entry-cancel {
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
}

@media only screen and (max-width: 576px) {
  .list-group {
    margin-bottom: 2rem;
  }

  .list-group .list-group-item {
    width: 100% !important;
  }

  .list-group .list-group-item .d-flex {
    display: flex !important;
  }

  .message-list {
    width: 100% !important;
    table-layout: fixed;
  }

  .message-list thead {
    display: none;
  }

  .message-list tbody tr {
    border-bottom: 1px solid #dee2e6 !important;
    position: relative;
    display: block;
  }

  .message-list tbody tr:first-of-type {
    border-top: 1px solid #dee2e6 !important;
  }

  .message-list tbody tr td {
    display: block;
    border: none;
    width: initial;
  }

  .message-list tbody tr td:nth-child(1) {
    width: calc(100% - 100px);
    padding-top: 16px !important;
    padding-left: 60px !important;
    padding-bottom: 0.45rem !important;
  }

  .message-list tbody tr td:nth-child(2) {
    width: 50px;
    position: absolute;
    top: 8px;
    left: 0;
    padding: 0.65rem 0 !important;
  }

  .message-list tbody tr td:nth-child(2) .cpp-account-image-ss {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .message-list tbody tr td:nth-child(2) .cpp-account-image-ss::after {
    line-height: 50px;
    font-size: 37.5px;
  }

  .message-list tbody tr td:nth-child(2) .cpp-account-image-ss:nth-of-type(n+2) {
    display: none !important;
  }

  .message-list tbody tr td:nth-child(3) {
    width: 100%;
    padding-left: 60px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 16px !important;
  }

  .message-list tbody tr td:nth-child(4) {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px !important;
    padding-right: 0 !important;
  }

  .inquiry-list {
    width: 100% !important;
    table-layout: fixed;
  }

  .inquiry-list thead {
    display: none;
  }

  .inquiry-list tbody tr {
    border-bottom: 1px solid #dee2e6 !important;
    position: relative;
    display: block;
  }

  .inquiry-list tbody tr:first-of-type {
    border-top: 1px solid #dee2e6 !important;
  }

  .inquiry-list tbody tr td {
    display: block;
    border: none;
    width: initial;
  }

  .inquiry-list tbody tr td:nth-child(1) {
    width: 100px;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 0 !important;
    text-align: right !important;
  }

  .inquiry-list tbody tr td:nth-child(1) .toggle-btn {
    line-height: 1;
    padding: 0.35rem 0.75rem;
  }

  .inquiry-list tbody tr td:nth-child(2) {
    width: calc(100% - 135px);
    padding: 16px 0px 0.45rem 0px !important;
  }

  .inquiry-list tbody tr td:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px !important;
    padding-right: 0 !important;
  }

  .inquiry-list tbody tr td:nth-child(4) {
    width: 100%;
    padding-left: 0px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 16px !important;
    text-align: left !important;
  }

  .orderer-inquiry-list tr {
    display: flex !important;
    flex-wrap: wrap;
  }

  .orderer-inquiry-list tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .orderer-inquiry-list tr th,
  .orderer-inquiry-list tr td {
    flex-grow: 1;
  }

  .orderer-inquiry-list tr th:nth-child(2),
  .orderer-inquiry-list tr td:nth-child(2) {
    width: 70%;
  }

  .orderer-inquiry-list tr td:nth-child(2) {
    line-height: 1.75;
  }

  .orderer-inquiry-list tr td:nth-child(3) {
    width: 160px;
    flex-grow: 0;
    text-align: left !important;
  }

  .orderer-inquiry-list tr td:nth-child(4) {
    width: calc(100% - 250px);
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left !important;
  }

  .orderer-inquiry-list tr td:nth-child(5) {
    width: 70px;
    flex-grow: 0;
    font-size: 0;
    padding-top: 8px !important;
  }

  .orderer-inquiry-list tr td:nth-child(5) .mdi {
    line-height: 1;
  }

  .orderer-inquiry-list tr td:nth-child(n+1) {
    padding: 0.65rem 0.85rem 0.25rem !important;
  }

  .orderer-inquiry-list tr td:nth-child(n+3) {
    padding: 0.25rem 0.85rem 0.65rem !important;
  }

  .orderer-inquiry-list .toggle-btn {
    line-height: 1;
    padding: 0.35rem 0.75rem;
  }

  .orderer-inquiry-list .mdi {
    line-height: 0.5rem;
  }

  .cpp-inquiry-sm .d-flex {
    display: block !important;
  }

  .cpp-inquiry-sm .title .item-label {
    width: 100%;
  }

  .cpp-inquiry-sm .title.response-status .d-flex {
    display: flex !important;
    flex-wrap: wrap;
  }

  .cpp-inquiry-sm .title.response-status .d-flex .message-response-status {
    width: 100%;
    margin-bottom: 16px;
  }

  .cpp-inquiry-sm .message-list {
    padding-left: 0;
  }

  .cpp-inquiry-sm .message-list .message-item.message-recieved .time {
    right: 8px;
  }

  .cpp-inquiry-sm .message-list .message-item.message-sent .account {
    display: flex !important;
  }

  .cpp-inquiry-sm .message-list .message-item.message-sent .time {
    left: 4px;
  }

  .cpp-inquiry-sm .message-list .message-item.message-sent .message-body-creator {
    margin-left: 0;
  }

  .cpp-inquiry-sm .message-list .message-item .message-body-creator {
    width: calc(100% - 38px);
  }

  .cpp-inquiry-sm .message-list .message-item .message-body-order {
    width: calc(100% - 38px);
  }

  .cpp-inquiry-sm .message-input .input-group {
    width: calc(100% - 24px);
    height: 80px;
  }

  .cpp-inquiry-sm .message-input .input-group textarea {
    height: 70px;
  }

  .cpp-inquiry-header-sm {
    margin-bottom: 3rem;
    height: 160px;
  }

  .cpp-inquiry-header-sm .cpp-position-abs-middle {
    top: auto;
  }

  .cpp-inquiry-header-sm .cpp-link-button-md {
    width: calc(50% - 8px);
  }

  .cpp-inquiry-detail {
    padding: 0 !important;
    width: 100%;
  }

  .cpp-inquiry-detail .table .row {
    display: block;
    margin: 0;
  }

  .cpp-inquiry-detail .table .row div {
    width: 100%;
  }

  .cpp-inquiry-detail-controls {
    padding-right: 0 !important;
    width: 75%;
    margin: 0 auto;
  }

  .cpp-inquiry-detail-controls .confirm-wrap {
    display: block !important;
    margin: 0 auto;
  }

  .cpp-inquiry-detail-controls .confirm-wrap .btn {
    display: block !important;
    width: 100% !important;
    margin-bottom: 1rem;
  }

  .cpp-inquiry-reply {
    padding-right: 0 !important;
  }

  .cpp-inquiry-reply .outer-frame {
    padding: 0 !important;
  }

  .cpp-inquiry-reply .outer-frame .inner-frame {
    display: block !important;
    height: auto !important;
  }

  .cpp-inquiry-reply .outer-frame .inner-frame > div {
    width: 100% !important;
    padding: 0.75rem 0;
  }

  .cpp-inquiry-reply .outer-frame .inner-frame .reply-frame {
    flex-wrap: wrap;
    height: auto !important;
  }

  .cpp-inquiry-reply .outer-frame .inner-frame .reply-frame .item-text {
    width: 100%;
  }

  .cpp-inquiry-reply .outer-frame .inner-frame .reply-frame .btn {
    width: 75%;
  }

  .creator-search-form {
    display: block !important;
  }

  .creator-search-form form {
    margin-right: 0 !important;
  }

  .creator-search-form form div {
    margin-right: 0;
  }

  .creator-search-form .cpp-link {
    text-align: right;
    margin-top: 0.5rem !important;
    margin-right: 0.75rem;
  }

  .cpp-orderer-inquiry-form {
    padding: 8px 0px;
    margin: 0 !important;
    width: 100%;
    display: block;
    position: relative;
  }

  .cpp-orderer-inquiry-form .col-3 {
    width: 100%;
    padding-left: 0 !important;
  }

  .cpp-orderer-inquiry-form .col-3 .form-control {
    width: 100%;
    margin-bottom: 8px;
  }

  .cpp-orderer-inquiry-form .col-3:last-child {
    position: absolute;
    bottom: -110px;
    text-align: center;
  }

  .cpp-orderer-inquiry-entry-form {
    padding: 0 !important;
    margin-top: 0 !important;
    width: initial;
  }

  .cpp-orderer-inquiry-entry-form .row {
    display: block;
    width: 100%;
    margin: 0 auto !important;
  }

  .cpp-orderer-inquiry-entry-form .row .col-9,
  .cpp-orderer-inquiry-entry-form .row .col-3 {
    width: 100%;
  }

  .cpp-orderer-inquiry-entry-form .row .item-label {
    padding: 0.675rem;
  }

  .cpp-orderer-inquiry-entry-form .row .item-label .col-form-label {
    padding: 0;
  }

  .cpp-orderer-inquiry-entry-form .row .input {
    padding: 0.675rem 0 1.275rem;
  }

  .cpp-orderer-inquiry-entry-form .row .input .item-label {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0.425rem 0.275rem;
    font-weight: bold;
  }

  .cpp-orderer-inquiry-entry-form .row .input .col-4,
  .cpp-orderer-inquiry-entry-form .row .input .col-5 {
    width: 100%;
    padding-bottom: 0;
  }

  .cpp-orderer-inquiry-entry-form .row .input .col-4.input {
    text-align: right;
    padding-top: 0;
    margin-bottom: 0.675rem;
  }

  .cpp-orderer-inquiry-filter-form {
    display: block;
    padding-bottom: 75px !important;
  }

  .cpp-orderer-inquiry-filter-form .col-6 {
    width: 100%;
  }

  .cpp-orderer-inquiry-filter-form .col-6 .form-check {
    padding-top: 6px;
  }

  .cpp-orderer-inquiry-filter-form .col-6 .assign-filter {
    width: 100%;
  }

  .cpp-inquiry-filter-form {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }

  .cpp-inquiry-filter-form .col-6,
  .cpp-inquiry-filter-form .col-3 {
    width: 100%;
  }

  .cpp-inquiry-filter-form .col-6 {
    position: relative;
    padding-left: 90px;
  }

  .cpp-inquiry-filter-form .col-6 .form-check {
    padding-top: 0;
    margin-right: 1rem;
  }

  .cpp-inquiry-filter-form .col-6 .assign-filter {
    position: absolute;
    left: 12px;
  }

  .cpp-inquiry-filter-form .col-3 {
    padding: 12px;
  }

  .cpp-inquiry-filter-form .col-3 button {
    margin-left: auto;
    margin-right: 0px;
  }

  #icsearch {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .cpp-creator-search tr {
    display: flex !important;
    flex-wrap: wrap;
  }

  .cpp-creator-search tr th,
  .cpp-creator-search tr td {
    flex-grow: 1;
  }

  .cpp-creator-search tr th:nth-child(1),
  .cpp-creator-search tr td:nth-child(1) {
    order: 1;
    width: 65%;
  }

  .cpp-creator-search tr th:nth-child(2),
  .cpp-creator-search tr td:nth-child(2) {
    order: 3;
    width: 65%;
  }

  .cpp-creator-search tr th:nth-child(3),
  .cpp-creator-search tr td:nth-child(3) {
    order: 4;
    width: 35%;
  }

  .cpp-creator-search tr th:nth-child(4),
  .cpp-creator-search tr td:nth-child(4) {
    order: 2;
    width: 35%;
  }

  .cpp-creator-search tr td:nth-child(1) {
    padding: 0.65rem 0.85rem 0.25rem !important;
  }

  .cpp-creator-search tr td:nth-child(2) {
    text-align: left !important;
    padding: 0.25rem 0.85rem 0.65rem !important;
  }

  .cpp-creator-search tr td:nth-child(3) {
    padding: 0.25rem 0.85rem 0.65rem !important;
  }

  .cpp-creator-search tr td:nth-child(4) {
    padding: 0.65rem 0.85rem 0.25rem !important;
  }

  .cpp-creator-search tr:nth-last-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

@media only screen and (max-width: 576px) {
  .cpp-orderer-list section {
    width: 100% !important;
  }

  .cpp-orderer-list section .table .row {
    display: block;
    margin: 0 !important;
  }

  .cpp-orderer-list section .table .row .col-3,
  .cpp-orderer-list section .table .row .col-9 {
    width: 100%;
  }

  .cpp-orderer-list section table.orderer-list tr {
    display: flex;
    flex-wrap: wrap;
  }

  .cpp-orderer-list section table.orderer-list tr:nth-last-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .cpp-orderer-list section table.orderer-list tr th,
  .cpp-orderer-list section table.orderer-list tr td {
    flex-grow: 1;
  }

  .cpp-orderer-list section table.orderer-list tr th:nth-child(1),
  .cpp-orderer-list section table.orderer-list tr th:nth-child(2),
  .cpp-orderer-list section table.orderer-list tr td:nth-child(1),
  .cpp-orderer-list section table.orderer-list tr td:nth-child(2) {
    width: 30%;
  }

  .cpp-orderer-list section table.orderer-list tr th:nth-child(3),
  .cpp-orderer-list section table.orderer-list tr td:nth-child(3) {
    width: 40%;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 120px;
  font-size: 0.875rem;
  color: #495057;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  font-size: 0.825rem;
}

footer::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
}

footer .navbar {
  padding-top: 0;
  padding-bottom: 0;
}

footer .nav-item a {
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.mdi {
  font-size: 1.125rem;
  vertical-align: -0.125rem;
  margin-right: 0.25rem;
}

.mdi.va-0 {
  vertical-align: -0.07rem;
}

.portfolio-thumbnails .thumbnail {
  width: 24%;
  height: 84px;
  margin-bottom: 5px;
  background-color: #adb5bd;
}

.no-select {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

