@charset "UTF-8";
* {
  word-break: break-all;
}

.modal-footer .btn + .btn {
  margin-left: 0.5em;
}

.two-column-btns {
  display: flex;
}
.two-column-btns .btn {
  flex-shrink: 1;
  width: 50%;
}
.two-column-btns .btn:last-child {
  margin-left: 0.5em;
}

.btn:disabled {
  cursor: not-allowed;
}

i[data-toggle=tooltip] {
  cursor: help;
}

.tooltip-toggle {
  cursor: pointer;
}

[data-toggle=tooltip] .btn:disabled {
  pointer-events: none;
}

.circle-wrapper {
  border-radius: 100% !important;
  padding: 0.3em;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.circle-wrapper.thin {
  padding: 0.15em;
}

.card-header.card-header-text .card-text.with-icon {
  padding: 0.5em 1.5em 0.5em 0.5em;
}
.card-header.card-header-text .card-text.with-icon .card-title {
  display: flex;
  align-items: center;
}
.card-header.card-header-text .card-text.with-icon .card-title i {
  font-size: 1.3em;
}

.card-header-light {
  background: #eaeaea !important;
  padding: 0.5em !important;
  box-shadow: none;
}
.card-header-light .card-title {
  color: #7d7d7d !important;
}

.card-header-icon-center .card-icon {
  margin: auto;
  margin-right: auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: none !important;
}

.card-header-icon-left {
  flex-direction: row;
  align-items: stretch;
}
.card-header-icon-left .card-header-icon {
  padding: 0 0.5em;
  font-weight: bold;
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 0.5em;
  padding-right: 0.5em;
  border-right: 3px solid;
  width: 9em;
  min-width: 9em;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  font-size: 0.9em;
  line-height: 1rem;
}
.card-header-icon-left .card-header-icon .new-badge {
  position: absolute;
  left: -1em;
  top: -0.5em;
}
.card-header-icon-left .card-header-icon .card-icon {
  padding: 0.1rem !important;
  border-radius: 100% !important;
}
.card-header-icon-left .card-header-icon .card-icon i {
  font-size: 1.5em;
}
.card-header-icon-left .card-header-icon[class$=info] {
  background-color: #13b9cd;
}
.card-header-icon-left .card-header-icon[class$=danger] {
  background-color: #ef5350;
}
.card-header-icon-left .card-header-icon[class$=warning] {
  background-color: #fb8c00;
}
.card-header-icon-left .card-header-icon[class$=success] {
  background-color: #66bb6a;
}
.card-header-icon-left .card-header-icon[class$=rose] {
  background-color: #ec407a;
}
.card-header-icon-left .card-header-icon[class$=primary] {
  background-color: #ab47bc;
}
.card-header-icon-left .card-header-icon[class$=default] {
  background-color: #ccc;
}
.card-header-icon-left .card-body {
  padding-left: 2em !important;
}

.card [class*=card-header-outline] {
  background-color: white !important;
}
.card [class*=card-header-outline] .card-icon {
  border: 1px solid;
}
.card [class*=card-header-outline][class$=info] {
  color: #13b9cd;
}
.card [class*=card-header-outline][class$=danger] {
  color: #ef5350;
}
.card [class*=card-header-outline][class$=warning] {
  color: #fb8c00;
}
.card [class*=card-header-outline][class$=success] {
  color: #66bb6a;
}
.card [class*=card-header-outline][class$=rose] {
  color: #ec407a;
}
.card [class*=card-header-outline][class$=primary] {
  color: #ab47bc;
}
.card [class*=card-header-outline][class$=default] {
  color: #ccc;
}

.card-left-header {
  position: absolute;
  padding: 0.8em;
  width: 33%;
  padding-right: 4px;
  z-index: 4;
}
.card-left-header .icon-text {
  width: 100%;
  justify-content: end;
}
.card-left-header .icon-text span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card-right-header {
  position: absolute;
  padding: 0.8em;
  right: 0;
  z-index: 99;
}

.card-floated-btn {
  width: 80%;
  margin: auto;
  margin-bottom: -35px;
}

.card-action.card-header {
  display: flex;
  align-items: center;
}
.card-action.card-header .title-description {
  font-size: 0.9rem;
}
.card-action.card-header .title-description-detail {
  background: rgba(255, 255, 255, 0.83);
  padding: 1rem;
  border-radius: 3px;
  color: #238b98;
}
.card-action.card-header .title-description-detail small {
  font-size: 0.9rem;
  display: block;
  line-height: 1.8;
}
.card-action.card-header .actions {
  display: flex;
  margin-left: auto;
}
.card-action.card-header .actions .btn {
  margin: 0 0.5rem;
  min-width: 4.5rem;
}

.scrollable .ps-scrollbar-x-rail,
.scrollable .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.modal-body.scrollable {
  max-height: 75vh;
}

.card-body.scrollable {
  height: calc(100vh - 94px);
}

.card.action-bottom {
  position: sticky;
  bottom: 1%;
}

.scrollable,
.sidebar .sidebar-wrapper,
.main-panel,
.main {
  overflow: hidden;
}

.sidebar .help {
  display: none;
  padding-top: 0;
  color: #3c4858;
}
.sidebar a.text-muted {
  color: aliceblue !important;
}

.nav-open .help {
  display: inline-flex;
}

a.card:hover {
  background-color: #e6e6e6;
}

.card-controller {
  position: sticky;
  top: 5em;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 768px) {
  .card-controller {
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
  }
}
.card-controller .card-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.card-controller .card-body.scrollable {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .card-controller .card-body .btn-square {
    margin: 0 0.5rem 0.5rem;
    flex-grow: 1;
  }
}

.comment-bubble-top {
  padding: 1em;
  background: #f7f7f7;
  display: block;
  border-radius: 5px;
}

.comment-bubble {
  padding: 1em;
  background: #f7f7f7;
  display: block;
  border-radius: 5px;
  position: relative;
}
.comment-bubble.left {
  margin-left: 2em;
}
.comment-bubble.left::before {
  content: " ";
  width: 1.5em;
  height: 1.5em;
  background: inherit;
  position: absolute;
  top: 1em;
  left: -0.5em;
  transform: rotate(45deg);
}

.btn-gradient {
  background-color: #3eadcf;
  background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);
}
.btn-gradient:active {
  background-color: #3eadcf !important;
}
.btn-gradient.proposing {
  background-color: #3eadcf;
  background-image: linear-gradient(315deg, #ffe70a 0%, #ff9e01 74%);
}

tr.deleted {
  background-color: #f1f1f1;
  color: #b7b7b7;
}

.icon-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.icon-text i {
  margin-right: 0.1em;
  font-size: 1.35em;
}

.with-icon-head {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
}
.with-icon-head i {
  font-size: 3rem;
}

.fw-bold {
  font-weight: bold !important;
}

.divider {
  border-bottom: 1px solid #ccc;
}

.badge-lg {
  font-size: 1.3em;
}

.badge-outline {
  border: 1px solid;
  background-color: white !important;
}
.badge-outline.badge-info, .badge-outline.text-info {
  color: #00bcd4 !important;
}
.badge-outline.badge-default {
  color: #999;
}
.badge-outline.badge-success {
  color: #00c3b1;
}
.badge-outline.badge-warning {
  color: #ff9800;
}
.badge-outline.badge-danger {
  color: #f44336;
}
.badge-outline.badge-rose {
  color: #e91e63;
}

.badge-gold {
  background-color: #464646;
  color: #efe7a3;
}

.badge-inner {
  position: absolute !important;
  width: 1.5rem;
  padding: 0.5em;
  top: -0.5em !important;
  right: -0.5em;
}

.btn-square {
  line-height: 24px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 6em;
}
.btn-square i {
  display: block !important;
  font-size: 30px !important;
  margin: auto !important;
}
.btn-square .form-check-label {
  padding-left: 20px;
}

.btn-book {
  display: flex;
  flex-direction: row;
  padding: 0;
}
.btn-book .left {
  display: flex;
  flex-direction: column;
  min-width: 6em;
  max-width: 6em;
  padding: 0.5em;
  white-space: normal;
  line-height: 1.4em;
}
.btn-book .right {
  background-color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  text-align: left;
  border-radius: inherit;
  margin: 1px;
  min-height: 7em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-book .right span {
  line-height: 1.4em;
  font-weight: bold;
}
.btn-book .right .date {
  color: #606060;
}
.btn-book[class*=btn-outline] .right {
  border-left: 1px solid #d9d9d9;
}
.btn-book .text-default {
  color: #b7b7b7;
}
.btn-book[class*=-info] .text-info {
  color: #00aec5 !important;
}

.popover.relative {
  position: relative;
  max-width: 70%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 15em;
  z-index: 1;
  box-shadow: -3px 3px 8px #ccc;
  border-radius: 9px;
}
.popover.relative:not(:first-child) {
  margin-top: 1rem;
}
.popover.relative:last-child {
  margin-bottom: 1rem;
}
.popover.relative.bs-popover-right .arrow, .popover.relative.bs-popover-left .arrow {
  top: 1em;
}
.popover.relative.bs-popover-right .arrow::before, .popover.relative.bs-popover-left .arrow::before {
  box-shadow: 0px 12px 8px 2px #8c8c8c;
}
.popover.relative.bs-popover-left {
  margin-left: auto;
  box-shadow: 3px 3px 8px #ccc;
}
.popover.relative.popover-light {
  box-shadow: none;
  background-color: #f3f3f3;
}
.popover.relative.popover-light .arrow {
  left: 0.5em;
}
.popover.relative.popover-light .arrow::after {
  border-bottom-color: #f3f3f3;
}
.popover.relative .popover-header {
  font-size: 1em;
  padding: 0.5em 1em 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.popover.relative .popover-body .float-right {
  margin-top: 0.5em;
}
.popover.relative .popover-footer {
  padding: 0 1em 0.5em;
}

.message-bubble-wrapper .member-icon {
  display: flex;
  align-items: center;
  padding-top: 1em;
  padding-left: 0.5em;
  flex-direction: column;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.message-bubble-wrapper.right {
  position: relative;
  flex-direction: row !important;
}
.message-bubble-wrapper.right .circle-wrapper + small {
  position: absolute;
  top: -1em;
  white-space: nowrap;
  left: 0;
}
.message-bubble-wrapper.right .member-icon {
  padding-left: 0;
  padding-right: 0.5em;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
}

.readonly-form .form-group {
  font-size: 1.2em;
}

.check-list .check-list-container {
  position: relative;
  height: 15em;
}
.check-list .check-list-container .form-check {
  background: #f4fff4;
  margin: 0;
  padding: 1em;
}
.check-list .check-list-container .form-check.checked {
  background: #e7fde7;
}
.check-list .check-list-container .form-check.checked .form-check-label {
  font-weight: bold !important;
}
.check-list .check-list-container .title-label {
  font-weight: bold;
  display: block;
  background: #80c5bf;
  color: white;
  padding-left: 1em;
}

.form-check.checked .form-check-label {
  font-weight: bold !important;
}

.mini-actions {
  position: absolute;
  bottom: -1.5em;
  right: 0;
}

.pagination-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .pagination-row {
    flex-direction: column;
  }
  .pagination-row > * {
    margin-top: 0.5em;
  }
}
.pagination-row .disp-num-wrapper {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.pagination-row .disp-num-wrapper span {
  color: #999;
  margin-right: 0.5em;
}
.pagination-row .disp-num-wrapper .form-control {
  width: 6em !important;
}
.pagination-row .badge {
  background-color: #d0d0d0;
}
.pagination-row .pagination {
  margin-bottom: 0;
}

.news-pagination {
  padding: 0.5em;
  padding-left: 1em;
  box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.14);
}
.news-pagination .pagination-row {
  margin-bottom: 0;
}

.table-contract-detail th {
  font-size: 0.8rem !important;
  padding: 0.3rem 0.5rem !important;
  background: #fafafa;
  font-weight: bold;
  color: #6c757d;
}
.table-contract-detail td {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  color: #555;
}

.form-label-readonly {
  color: #009688;
}

.projects.card {
  max-height: 30rem;
  height: 30rem;
  min-width: 22em;
  max-width: 30em;
}
@media (max-width: 715px) {
  .projects.card {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
  }
}
.projects.card .card-title,
.projects.card .labels {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projects.card .card-title .badge,
.projects.card .labels .badge {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.projects.card .overview {
  max-height: 13.5em;
  overflow: hidden;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19em, 1fr));
  gap: 1rem;
}
.grid .empty {
  grid-column: 1/5;
}

.is-preview-wrapper {
  position: fixed;
  top: 4em;
  z-index: 99999;
  right: 1em;
  opacity: 0.6;
}
.is-preview-wrapper .badge {
  padding: 1rem 2rem !important;
  box-shadow: 3px 3px 8px #b9b9b9;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
          animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.card .card-footer .competing {
  position: absolute;
  z-index: 1;
  right: 1rem;
  margin-bottom: 1rem;
}
.card .propose {
  font-size: 1.5rem;
  font-weight: bold;
}
.card .propose[href="#"] {
  cursor: not-allowed;
}

.card.premium {
  background-color: #464646;
  color: white;
  box-shadow: 0px 0px 8px 4px #ffd598;
}
.card.premium .card-header::after {
  content: "プレミアム先行公開";
  padding: 0.2em 1em;
  background-color: #fff6a7;
  color: #a58f4f;
  font-size: 0.7rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5em;
}
.card.premium .card-body .card-title {
  color: white;
}

.card.wanted .card-header::after {
  content: "急募！！";
  padding: 0.2em 1em;
  background-color: #ff6363;
  color: white;
  font-size: 0.7rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5em;
}

.project-question-btn {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  border: 2px solid;
  border-radius: 5px;
  padding: 5px 1rem 5px 0.5rem;
  color: #139fcd;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
}
.project-question-btn:before, .project-question-btn:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}
.project-question-btn:after {
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 7px;
  border-right-width: 7px;
  margin-left: -7px;
  border-top-color: #FFFFFF;
}
.project-question-btn:before {
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin-left: -9px;
  margin-top: 1px;
  border-top-color: inherit;
}
.project-question-btn:hover {
  color: #139fcd;
  opacity: 0.7;
}

.app-information th {
  min-width: 6em;
}

.businesses-line-height {
  line-height: 1.9;
}

.secret {
  background-color: #505050;
  color: white;
}
.secret label {
  color: white !important;
}
.secret input,
.secret textarea {
  background-color: white;
}
.secret input:focus,
.secret textarea:focus {
  background-color: white;
}

.form-row {
  margin-left: 0;
}
.form-row br {
  display: none;
}
.form-row .form-group {
  margin-top: 0 !important;
}

.form-group.bottom-attached {
  padding-bottom: 0;
}
.form-group.bottom-attached label {
  margin-bottom: 0;
}
.form-group.bottom-attached + .form-group {
  margin-top: -7px;
}

.message-box {
  max-height: calc(100vh - 94px);
  background-color: #fefefe;
}
.message-box .message-input {
  background-color: white;
  z-index: 999;
}
.message-box .message-input .form-control {
  font-size: 1rem;
  padding: 0.8em;
  max-height: 10em;
  min-height: 2em;
  height: 3.1em;
}

.form-init {
  line-height: 1.5 !important;
  padding: 1px 12px !important;
  display: table-cell !important;
  vertical-align: middle !important;
}

.skill-form-init {
  line-height: 1.5 !important;
  padding: 1px 12px !important;
  text-align: center !important;
}

.init-form-div {
  display: table-cell;
  vertical-align: middle;
}

.profile-popover {
  background: #656565;
  color: white;
  border-radius: 6px;
}
.profile-popover .popover-header {
  background: #7d7d7d;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  color: inherit;
  font-size: 0.9rem;
  padding: 8px 15px;
}
.profile-popover .popover-body {
  color: inherit;
}
.profile-popover .arrow:after {
  border-top-color: #656565;
}

span.news-header {
  padding: 0.5em 1em;
  background: #f9f9f9;
  border-radius: inherit;
  border-bottom-right-radius: 0;
  color: grey;
  font-size: 0.85em;
  display: flex;
  align-items: center;
}
span.news-header .material-icons {
  margin-right: 3px;
  margin-left: 3px;
  font-size: 1.5em;
  color: #cfcfcf;
}

.system-message {
  display: block;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 2em;
  border-radius: 0;
  max-width: 100%;
  white-space: normal;
  border: none;
  border-bottom: 1px solid;
}
.system-message .time {
  display: block;
  padding-bottom: 3px;
}

a:disabled {
  cursor: default;
}

.attachment-files {
  list-style: none;
  padding-left: 1em;
  margin-top: 1em;
}
.attachment-files a {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 5px 0;
  display: block;
  color: #607d8b;
  flex-grow: 1;
}
.attachment-files a i {
  float: right;
  margin-top: -2px;
}
.attachment-files a:hover {
  background-color: #ececec;
}

.file-label {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #607d8b;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

.btn-link.optional-link {
  display: block;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5em 0.5em;
}

.product-selector-wrapper {
  max-width: 85em;
  display: grid;
}
.product-selector-wrapper:not(.single-column) {
  grid-template-columns: 33% 33% 33%;
}
.product-selector-wrapper:not(.single-column) .product-selector {
  cursor: pointer;
}
.product-selector-wrapper .product-selector {
  margin: 0 !important;
  border-radius: 0;
  height: 100%;
  display: grid;
  grid-template-rows: 2.5rem 1fr 2.5rem;
}
.product-selector-wrapper .product-selector.checked {
  box-shadow: inset 3px 3px 3px 0px #e5e5e5;
  padding: 2px;
  background: #9c27b005;
}
.product-selector-wrapper .product-selector .card-body {
  display: flex;
  align-items: center;
  margin: 0;
}
.product-selector-wrapper .product-selector .card-body .form-check .form-check-label span {
  top: 41%;
}
.product-selector-wrapper .product-selector .card-footer {
  justify-content: center;
  margin: 0;
  padding: 0;
}
.product-selector-wrapper .product-selector .card-footer a {
  width: 100%;
  background: #f3f3f3;
  height: 100%;
  color: #00c3b1;
}
.product-selector-wrapper .product-selector img {
  max-width: 100%;
  height: auto;
}
.product-selector-wrapper.single-column {
  gap: 1rem;
}
.product-selector-wrapper.single-column .product-selector {
  height: 13em;
}

.product-img {
  max-height: 6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
}

#applicationProjectInfo .card {
  position: sticky;
  top: 6em;
}
#applicationProjectInfo .card .card-body {
  max-height: 83vh;
}

.after-labeled input {
  width: 7em;
  display: inline-block;
}
.after-labeled span {
  color: #009688;
}
.after-labeled.md input {
  width: 10em;
}
.after-labeled.full-w input {
  width: calc(100% - 2rem);
}

.member-remove-button {
  position: absolute !important;
  bottom: 0;
  right: 0.2em;
}

td.application-status {
  font-size: 1.1em;
}
td .app-number-text {
  display: inline-flex;
  align-items: baseline;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
td .app-number-text .app-number {
  font-size: 1.5em;
  font-weight: bold;
}
td.project-name {
  width: 20em;
  margin: auto;
}
td.company-name {
  width: 18em;
  margin: auto;
}
td.latest-message {
  width: 18em;
  margin: auto;
}
td.latest-message .popover.relative {
  max-width: 100%;
  font-size: 0.85em;
}
td.latest-message .popover.relative img.rounded-circle {
  width: 25px;
  height: 25px;
}
td.prj-start-date {
  font-size: 1.3em;
}
td .recruite-num {
  font-weight: bold;
  font-size: 1.5em;
}
td .reviewing-num {
  font-weight: bold;
  margin-right: 2px;
  font-size: 1.3em;
}

.manual-input .is-empty .form-label,
.manual-input .is-empty .bmd-label-static {
  color: #ff9800;
}
.manual-input .is-empty .form-control {
  border-color: #ff9800 !important;
}

.news {
  align-self: center;
}
.news span {
  font-weight: bold;
  margin: 0 0.1em;
}
.news span.project {
  color: #00c3b1;
}
.news span.user {
  color: #66bb6a;
}
.news span.member {
  color: #fb8c00;
}

.error-info {
  max-width: 100% !important;
}

.input-group input {
  height: auto;
  background-color: white;
}
.input-group input:focus {
  background-color: white !important;
}
.input-group .input-group-append .btn {
  border: 1px;
  margin-left: 1px !important;
}

.step {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.step ul {
  display: flex;
  list-style: none;
  color: white;
  justify-content: center;
  font-size: 1.3em;
  margin-bottom: 0;
  height: 3em;
  align-items: center;
  padding-left: 3px;
}
.step ul li {
  padding: 0 1em;
  height: 90%;
  border-radius: 2px;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.step ul li small {
  font-weight: bold;
  margin-right: 0.5em;
}
.step ul li.active {
  background: white;
  color: #00c3b1;
}
.step ul li.active + li {
  padding-left: 2.5em;
}
.step ul li.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid white;
  border-top: 1.35em solid transparent;
  border-bottom: 1.35em solid transparent;
  position: absolute;
  left: 100%;
}

.term-of-service {
  width: 53em;
  max-width: 80%;
  max-height: 56vh;
  overflow-y: scroll;
  border: 1px solid #e6e6e6;
  padding: 1em;
}

.entry-form {
  width: 53em;
  max-width: 80%;
}
.entry-form .exist-members {
  background-color: #efefef;
}

.table.price {
  border: 1px solid #ff9e01;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
.table.price th,
.table.price td {
  padding: 0.7em 1rem;
  padding-right: 1.5rem;
}
.table.price thead {
  background-color: #ff9e01;
}
.table.price thead th {
  font-weight: bold;
  color: white;
}
.table.price tbody td {
  font-size: 2em;
  color: #ff9e01;
  font-weight: bold;
  border-left: 1px solid #ddd;
}
.table.price tbody td small {
  font-weight: bold;
  font-size: 1rem;
}

.entry-user-infos {
  justify-content: center;
  align-items: baseline;
}
.entry-user-infos.origin {
  display: none !important;
}
.entry-user-infos .form-group:not(:last-child) {
  padding-right: 0.5em;
}
.entry-user-infos .form-group:first-child {
  flex-grow: 2;
}

.add-members {
  border: 3px solid #ffe7bf;
}

.total-price {
  border: 3px solid #00c3b1;
  padding: 0.5rem;
  color: #868686;
}
.total-price.payment {
  border-color: #ff9800;
}
.total-price small {
  font-weight: bold;
}
.total-price small.sub-title {
  font-size: 0.5em;
  vertical-align: middle;
}

.owners-news .card-header {
  padding-bottom: 0;
}
.owners-news .card-header .icon-text {
  margin-bottom: 0.5em;
  margin-top: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #ff9800;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.owners-news .card-header .icon-text small {
  font-weight: bold;
  font-size: 0.9rem;
  color: #5e5e5e;
}
.owners-news .btn {
  float: right;
  margin-top: -4em;
}

#ownersNewsModal h5 {
  font-size: 1rem;
}

.news-with-ad {
  display: grid;
  grid-template-columns: 1fr 16em;
}
.news-with-ad .ad-space {
  margin-left: 1em;
  width: 100%;
  padding: 0.5em 1em;
}
.news-with-ad .ad-space small {
  display: block;
  text-align: center;
  background: white;
  margin-bottom: 6px;
  border-radius: 4px;
}
.news-with-ad .ad-space img {
  width: 100%;
  border: 3px solid white;
}
.news-with-ad .ad-space img.for-sp {
  display: none;
}

.contract.project {
  max-width: 20em;
}

.card.pdf-preview {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

[id*=canvas_container] {
  overflow: auto;
}
[id*=canvas_container] [id*=pdf_renderer] {
  box-shadow: 1px 1px 5px 1px #ccc;
}

[id*=pdf_viewer] {
  position: relative;
}
[id*=pdf_viewer] .zoom-btns {
  position: absolute;
  right: 1em;
  top: 0.5em;
  opacity: 0;
  transition: opacity 0.3s;
}
[id*=pdf_viewer] .zoom-btns .btn {
  min-width: auto;
  background-color: #ffffffcc;
  color: #6c757d;
}
[id*=pdf_viewer] .zoom-btns .btn i {
  margin: 0 !important;
}
[id*=pdf_viewer] .zoom-btns .btn:hover.pdf-zoom-out {
  color: #13b9cd;
}
[id*=pdf_viewer] .zoom-btns .btn:hover.pdf-zoom-in {
  color: #ff9800;
}
[id*=pdf_viewer]:hover .zoom-btns {
  opacity: 1;
}

.contract-renewal-detail {
  padding: 0.5rem 1rem;
  background: whitesmoke;
  border-radius: 6px;
  line-height: 1em;
  align-items: center;
}
.contract-renewal-detail .name {
  font-size: 1.5rem;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7rem;
  margin-right: 1rem;
  line-height: 1em;
}

.request-comment-bubble {
  max-width: 15rem;
  font-size: 0.8rem;
}

.request-targets .contract-renewal-detail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.request-targets .contract-renewal-detail .name {
  font-size: 1.3rem;
}

.nav-tabs {
  border-bottom: 1px solid #d1d1d1;
}
.nav-tabs .nav-item .nav-link {
  color: #3c4858 !important;
  font-size: initial;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link:focus {
  color: #3c4858 !important;
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
  border: 1px solid #d1d1d1 !important;
  border-bottom-color: white !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.blink {
  -webkit-animation: blinking 1s ease-in-out infinite alternate;
          animation: blinking 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.has-danger-back {
  background-color: #ffd9e1 !important;
  border-radius: 6px;
}
