/** W3C **/
html {
  height: 100%;
  font-size: 14px;
}
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #fff;
  padding: 0;
  color: #000;
}
h1 {
  font-size: 1.5rem;
  margin: 0 0 16px;
  color: #333;
}
h2 {
  font-size: 1.3rem;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
h2:before {
  content: " ";
  border-left: 4px solid #1586d1;
  display: inline-block;
  width: 8px;
  height: 1.1rem;
}
h3 {
  font-size: 1.3rem;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
form {
  margin-bottom: 0rem;
}
input[type="checkbox"] {
  -moz-transform: scale(1.75);
  -webkit-transform: scale(1.75);
  transform: scale(1.75);
}

hr.blank {
  border: 0;
  overflow: hidden;
  margin: 0 0 2rem;
}
span.blank {
  margin-right: 1rem;
}
span.required {
  color: #ff0000;
  margin-left: 0.5rem;
  position: absolute;
}
.strong {
  font-size: 1.25rem;
}

/** Bootstrap **/
.form-inline .form-group {
  margin-bottom: 4px;
}
.form-inline input[type="file"] {
  display: inline-block !important;
}
.form-horizontal .form-control {
  width: auto;
}
.btn-default {
  background-color: #ccc;
  border-color: #333;
}
.btn-default:hover {
  background-color: #bbb;
  border-color: #333;
}
.btn-danger {
  background-color: #a40016;
  border-color: #66000e;
}
.btn-danger:hover {
  background-color: #c2001a;
  border-color: #66000e;
}
.btn-primary {
  background-color: #1586d1;
  border-color: #0e598b;
}
.btn-primary:hover {
  background-color: #1274b5;
  border-color: #0e598b;
}

.flash {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 8px;
}
.flash span {
  color: #999;
  cursor: pointer;
}
.flash .inner {
  width: 100%;
  opacity: 0.95;
  box-shadow: 2px 2px 8px #999;
  background-color: #fff;
  left: 0;
  padding: 16px 8px 12px;
  border: 1px solid #333;
  font-weight: bold;
}
.flash.text-success .inner {
  background-color: #f5feff;
  border-color: #3c763d;
}
.flash.text-danger .inner {
  background-color: #ffdfdf;
  border-color: #a94442;
}

.table {
  margin-bottom: 4px;
  font-size: 1rem;
}
.table > thead {
  background-color: #fafafa;
}
.table > thead tr th {
  vertical-align: middle;
}
.table > thead td {
  background-color: #4789c0;
  color: #fff;
  text-align: center;
}
.table > thead td a {
  color: #fff;
}
.table_fixed {
  table-layout: fixed;
}
.table > thead > tr > td {
  vertical-align: middle;
}
.table > tbody > tr > th {
  background-color: #f6f6f6;
  font-weight: normal;
  text-align: center;
}
.table dl {
  margin-bottom: 0;
}
.table .dl-horizontal dt {
  font-weight: normal;
  width: 10rem;
}
.table .dl-horizontal dd {
  text-align: right;
  margin-left: 10rem;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.under_condition {
  display: inline-block;
}

.under_cross {
  display: inline-block;
  vertical-align: top;
}

.form-inline .control-label.under_cross_title {
  vertical-align: top;
}

.under_cross_text {
  display: inline-block;
}

/* paginate */
.page_block {
  overflow: hidden;
  margin: 4px 0;
}
.page_block .count {
  padding: 6px 12px;
  display: inline-block;
}
.page_block .pagination {
  float: right;
  margin: 0;
}

/** Custom **/
.width_auto {
  width: auto !important;
}
.width_xxxxs {
  width: 2rem !important;
}
.width_xxxs {
  width: 3rem !important;
}
.width_xxs {
  width: 4rem !important;
}
.width_xs {
  width: 6rem !important;
}
.width_sm {
  width: 8rem !important;
}
.width_md {
  width: 10rem !important;
}
.width_lg {
  width: 12rem !important;
}
.width_xl {
  width: 14rem !important;
}
.width_xxl {
  width: 20rem !important;
}
.width_xxxl {
  width: 28rem !important;
}
.width_full {
  width: 100% !important;
}
.width_thumbnail {
  width: 272px;
}
.spacer {
  margin-bottom: 4px !important;
}
.slit {
  margin-right: 2rem;
}

.frame {
  margin: 8px 0;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
  overflow: hidden;
}
.frame input[type="file"] {
  display: inline-block;
}
.frame .form-group {
  margin-right: 1rem;
  white-space: nowrap;
  vertical-align: top;
}
.frame .form-control,
.frame .btn {
  margin-bottom: 4px;
}

.panel_items {
  margin-right: -4px;
  margin-left: -4px;
}
.panel_items > div {
  padding-right: 4px;
  padding-left: 4px;
}
.panel_items .item {
  height: 400px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  padding: 4px;
}
.panel_items .item > a {
  display: block;
  height: 360px;
}
.panel_items .item img {
  max-height: 100%;
}
.panel_items .item .name {
  line-height: 40px;
  white-space: nowrap;
}

.toolbar {
  text-align: right;
  padding: 8px 0;
}
.toolbar a {
  margin-left: 1rem;
}

.btn_block {
  margin: 24px 0;
}
.btn_block.right {
  text-align: right;
}

.dialog_template {
  display: none;
}
.clickable {
  cursor: pointer !important;
}
.img_thumbnail {
  max-width: 256px;
  max-height: 256px;
}

.gauge span {
  display: block;
  float: left;
  text-align: center;
  outline: 1px solid #ccc;
  overflow: hidden;
  white-space: nowrap;
}
.gauge span.level1 {
  background-color: #d8f4ff;
}
.gauge span.level2 {
  background-color: #ffec5e;
}
.gauge span.level3 {
  background-color: #ffc05e;
}
.gauge span.level4 {
  background-color: #ff5050;
}

.table_wrapper {
  position: relative;
}
.table_scroll {
  height: 600px;
  overflow: auto;
}

/** Header **/
#header {
  background-color: #1586d1;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #666;
  box-shadow: 0 0 4px #999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
#header .navbar-brand {
  padding: 8px 8px 0;
  color: #fff;
}
#header .navbar-brand img {
  height: 44px;
  display: inline-block;
  margin-top: -4px;
}
#header .navbar-text {
  color: #fff;
  font-size: 34px;
  margin: 2px 8px 0;
}
#globalmenu {
  border-bottom: 1px solid #666;
  box-shadow: 0 0 4px #999;
  background-color: #fff;
  padding: 8px;
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 1;
}
#globalmenu ul {
  margin: 0;
}
#globalmenu .items {
  margin-top: 8px;
  font-size: 1.5rem;
}
#globalmenu .items a {
  color: #1586d1;
  margin-right: 2rem;
}
#globalmenu .items a:hover {
  color: #a40016;
  text-decoration: none;
  font-weight: bold;
}
#content {
  position: relative;
  margin-top: 52px;
}
#content > .inner {
  font-size: 1rem;
  margin-right: 8px;
  margin-bottom: 28px;
  width: 100%;
  padding: 16px;
}
#content.has_sidebar > .inner {
  padding: 8px 16px 8px 8px;
  border-left: 240px solid #fafafa;
}
.fa.fa-admin:before {
  content: "\f2c2";
}
.fa.fa-editor:before {
  content: "\f2be";
}
.fa.fa-user:before {
  content: "\f2c0";
}
#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  margin-bottom: 0;
}
#page_top a {
  color: #337ab7;
  margin: 6px;
  display: block;
  font-size: 32px;
  text-shadow: 1px 1px 4px #ccc;
}
#page_top a:hover {
  text-decoration: none;
  color: #23527c;
}

/** sidebar **/
#sidebar {
  position: fixed;
  top: 54px;
  left: 0;
  width: 240px;
  font-size: 1rem;
  height: 100%;
  border-right: 1px solid #ccc;
  background-color: #fff;
}
#sidebar h1 {
  background-color: #a40016;
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  margin: 0;
}
#sidebar h1 a {
  color: #fff;
}
#sidebar h2 {
  padding: 4px 8px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 2rem;
  font-size: 1rem;
  border: none;
  margin: 0;
}
#sidebar h2:before {
  content: "";
  border: none;
  width: 0;
  height: 0;
  display: block;
}
#sidebar .list-group {
  margin-bottom: 0;
  padding: 0 4px;
}
#sidebar .list-group li {
  background-color: #eee;
  padding: 4px 8px;
}
#sidebar a.list-group-item {
  padding: 8px 15px;
}

@media (max-width: 767px) {
  .width_auto,
  .width_xs,
  .width_sm,
  .width_md,
  .width_lg,
  .width_xl,
  .width_xxl,
  .width_xxxl {
    width: 100% !important;
  }
  .table_fixed {
    table-layout: initial;
  }
}

/** Bootstrap 4 **/
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.checkandinput {
  margin: 0 0 1rem 0;
}
.checkandinput .checkbox {
  margin: 0 0 0.5rem 0;
}
.checkandinput .checkbox input[type="checkbox"] {
  margin: 0 0.75rem 0.5rem 0;
  position: relative;
}
.checkandinput .checkbox label {
  padding-left: 5px;
}
.checkandinput .checkbox label input {
  cursor: pointer;
}

.checkandinput div.inputitems {
  padding: 0 0 0 2rem;
}

.checkandinput div.inputitems div.inputitem {
  padding: 0.05rem 0.25rem 0.45rem 0;
}
.checkandinput div.inputitems div.inputitem input {
  margin-right: 0.5rem;
  display: inline-block;
}
.checkandinput div.inputitems div.inputitem div.readonly-item {
  margin-right: 0.5rem;
  display: inline-block;
}
.checkandinput span.delete-btn {
  margin-left: 0.5rem;
  cursor: pointer;
  color: #666666;
}

.checkandinput button {
  margin: 0 0 0 2rem;
}
.checkandinput .hide {
  display: none;
}
.exportGrid {
  display: grid;
  grid-template-columns: 1fr auto;
}

.exportcondarea {
  display: flex;
}

.exportcond {
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
  padding: 1rem;
}

.exportcond .business {
  margin: 1rem 0rem 2rem 0;
}

.exportGrid .exportbuttonarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #666 1px 4rem;
  padding: 0 5rem;
}

.exportGrid .exportbuttonarea .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.exportGrid .exportbuttonarea .buttons .btn {
  margin: 0 0 0.5rem 0;
}

.exportGrid .exportbuttonarea .buttons .btn .soundness {
  font-weight: bold;
  color: khaki;
}

.exportGrid .exportbuttonarea .buttons .btn .record {
  font-weight: bold;
  color: greenyellow;
}

.exportGrid .checkboxarea {
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.5rem;
}

.exportGrid .checkboxarea .checkbox {
  width: fit-content;
}

.exportGrid .messagearea {
  padding: 1rem;
}

.imagebutton {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem;
}

.imagebutton.middle {
  width: 220px;
}

.imagebutton .icon {
  margin: 0 0.5rem;
}

.imagebutton .text {
  width: 100%;
  padding-right: 2rem;
}

.exportTable td.inspection,
.exportTable td.inspection a {
  background-color: #bdd7ee;
  color: black;
}

.exportTable td.export,
.exportTable td.export a {
  background-color: #ffe699;
  color: black;
}

.exportTable td a.nowrap {
  white-space: nowrap;
}

.exportGrid .checkbox {
  margin: 0 0 0.5rem 0;
}

.exportGrid .checkbox input[type="checkbox"] {
  margin: 0 0.75rem 0.5rem 0;
  position: relative;
}

.exportGrid .checkbox label {
  padding-left: 5px;
}

.exportGrid .checkbox label input {
  cursor: pointer;
}

span.delete-btn {
  margin-left: 0.5rem;
  cursor: pointer;
}

.exportTable .selectBusiness.disabled {
  background-color: #f0f0f0;
}

.exportTable input[type="checkbox"] {
  cursor: pointer;
}

.exportScreen .statusarea .exporting {
  padding: 1rem;
}

.exportScreen .statusarea .exporting .msgLine {
  line-height: 3em;
}

.exportScreen .statusarea .exporting .msgLine .msg {
  color: #a94442;
}
.exportScreen .statusarea .exporting .msgLine .cancel {
  margin-left: 1rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #1586d1;
}
.exportScreen .statusarea .exporting .msgLine .cancel:hover {
  text-decoration: underline;
}

.exportScreen .statusarea .exported {
  padding: 1rem;
  width: fit-content;
}
.exportScreen .statusarea .exported .msgLine {
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
.exportScreen .statusarea .dataLine {
  line-height: 2rem;
  margin-left: 2rem;
}
.exportScreen .statusarea .delZipButton {
  margin-top: 0rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #666666;
}

.importSrceen .import_drop_area {
  max-width: 400px;
  border-style: dashed;
  border-width: 3px;
  border-color: #999999;
  border-radius: 2px;
  padding: 1.5rem;
  margin-bottom: 0.5rem;
}
.importSrceen .import_drop_area .text {
  text-align: center;
  margin-bottom: 0.5rem;
  pointer-events: none;
}

.importSrceen .import_drop_area .input {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 4px;
  padding: 0.5rem;
}

.importSrceen .import_drop_area.drop {
  background-color: hsl(64, 100%, 80%);
  border-color: hsl(64, 100%, 30%);
}
.importSrceen #forCheckArea {
  padding: 0.5rem 0 0.5rem 0;
  display: flex;
  flex-direction: column;
  /* width: 440px; */
}

.importSrceen .import_file {
  margin: 0.3rem 0;
  /* width: 440px; */
}
.importSrceen .import_file .bar {
  display: inline-flex;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
  border-radius: 4px;
  padding: 0 0.2rem;
  width: 400px;
}
/* .importSrceen .import_file .bar.ok {
  background-color: hsl(204, 82%, 90%);
}
.importSrceen .import_file .bar.ng {
  background-color: hsl(0, 100%, 90%);
} */

.importSrceen .import_file .bar .status {
  margin-left: auto;
}
.importSrceen .import_file .bar.ok .status {
  color: #1586d1;
}
.importSrceen .import_file .bar.ng .status {
  color: #ff0000;
}

.importSrceen .import_file span {
  margin: 0.5rem;
}
.importSrceen .import_file span.msg {
  color: #a94442;
  line-height: 1.7rem;
  display: inline-block;
}
.importSrceen .import_file span.info {
  color: #1586d1;
  line-height: 1.7rem;
  /* display: inline-block; */
}
.importSrceen .import_file span.trash {
  cursor: pointer;
  color: #666666;
}

.importSrceen .import_command_area {
  padding: 0;
  /* display: none; */
  cursor: pointer;
}

.importSrceen .statusarea .importing,
.importSrceen .statusarea .imported {
  padding: 0rem 2rem;
}

.importSrceen .statusarea .importing .msgLine,
.importSrceen .statusarea .imported .msgLine {
  line-height: 3em;
}

.importSrceen .statusarea .importing .msgLine .msg {
  color: #ff0000;
}
.importSrceen .statusarea .importing .msgLine .cancel {
  margin-left: 1rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #1586d1;
}
.importSrceen .statusarea .importing .msgLine .cancel:hover {
  text-decoration: underline;
}

.importSrceen .statusarea .importing .dataLine,
.importSrceen .statusarea .imported .dataLine {
  line-height: 2rem;
  margin-left: 2rem;
}

.importSrceen .statusarea .imported .dataLine.success {
  color: #1586d1;
}
.importSrceen .statusarea .imported .dataLine.error {
  color: #ff0000;
}
.importSrceen .alter_select {
  padding-top: 0.5rem;
}
.importSrceen .business .business_name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.importSrceen .business a,
.importSrceen .business .business_name,
.importSrceen .business .trash {
  display: inline-block;
}

.importSrceen .business .trash {
  margin-left: 0.5rem;
}

.importSrceen .import_file_area {
  padding-top: 0.1rem;
}

.importSrceen .import_file_area table td {
  vertical-align: middle;
}

.importSrceen .import_file_area span {
  margin: 0 0.3rem 0 0;
}

.cumtoninput.checkbox.inline {
  margin: 0.4rem 0 0.4rem 0;
}

.cumtoninput.checkbox {
  margin: 0 0 0.5rem 0;
}
.cumtoninput.checkbox input[type="checkbox"] {
  margin: 0 0.75rem 0.5rem 0;
  position: relative;
}
.cumtoninput.checkbox label {
  padding-left: 5px;
}
.cumtoninput.checkbox label input {
  cursor: pointer;
}

.importSrceen .import_file_area table tbody td.status {
  /* font-weight: bold; */
  text-align: center;
}

.importSrceen .import_file_area table tbody .checkError {
  background-color: hsl(0, 100%, 95%);
}
.importSrceen .import_file_area table tbody .checkError td.status {
  color: #db0320;
  font-weight: bold;
}

.importSrceen .import_file_area table tbody .importError {
  background-color: hsl(0, 100%, 98%);
}
.importSrceen .import_file_area table tbody .importError td.status {
  color: #db0320;
  font-weight: bold;
}

.importSrceen .import_file_area table tbody .importOk {
  background-color: hsl(204, 82%, 96%);
}
.importSrceen .import_file_area table tbody .importOk td.status {
  color: #0e598b;
  font-weight: bold;
}

.importSrceen .import_file_area table tbody .checking {
  background-color: hsl(69, 100%, 83%);
}

.importSrceen .import_file_area table tbody .importing {
  background-color: hsl(64, 100%, 80%);
}

.importSrceen .import_file_area span.trash {
  cursor: pointer;
  color: #666666;
}

.importSrceen div.fileimage {
  height: 160px;
  margin: 0rem 0;
}

.importSrceen div.hint {
  margin: 0.4rem 0 0 0.2rem;
  font-size: 1rem;
  color: #666;
}


/* 画像表示モーダル */

.wrapper {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}

.wrapper img {
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
  padding: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 1);
  border-radius: 4px;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 0.15s ease-out;
  z-index: 100;
}

.modal-wrapper.show {
  opacity: 1;
  pointer-events: all;
}

.modal-image {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  transition: 0.25s ease-out;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  padding: 20px;
  background-color: #ffffff;
  box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}
