/*	################################################################

	Author: 
	URL: 

	Project Name: 
	Version: 1.0
	URL: 
	
################################################################# */

/* ------------------------------------------
                  COMMON
------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  --bs-font-sans-serif: 'Noto Sans', sans-serif;
  --primary: #8e8e8e;
  --secondary: #616161;
  --tertiary: #f5f5f5;
  --dark80: #323232;
  --dark70: #626262;
  --dark40: #8e8e8e;
  --dark30: #dfdfdf;
  --dark10: #f5f5f5;
  --deepBlue: #4731b6;
  --white100: #ffffff;
  --btn-bg: var(--primary);
  --btn-bg-hover: var(--secondary);
  --link-text-color: var(--deepBlue);
  --describe-color: var(--dark40);
  --text-color: var(--dark70);
  --title-color: var(--dark80);
  --text-active-color: var(--primary);
  --border-color: var(--dark30);
  --bs-heading-color: var(--dark80);
  --main-shadow: 2px 4px 8px 4px #00000012;
  --block-radius: 16px;
  --button-radius: 8px;
  --hint-size: 12px;
  --span-size: 14px;
  --text-size: 16px;
  --body-lg-size: 18px;
  --subtitle-size: 20px;
  --title-size: 24px;
  --heading-size: 28px;
  --x-heading-size: 32px;
}

body {
  font: 16px var(--bs-font-sans-serif);
  color: var(--text-color);
  line-height: 1.6;
  background-color: var(--dark10);
  min-height: 100vh;
}

a {
  font-weight: 500;
  text-decoration: underline;
  color: var(--text-color);
}

p {
  margin: 0;
  font-size: 16px;
  color: var(--text-color);
  line-height: var(--line-height);
}


/*header navbar style start*/
.navbar .brand-logo img {
  max-width: 200px;
}

.navbar .brand-metro img {
  width: 100px;
}

.navbar .navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-collapse {
  flex-direction: column;
  justify-content: space-between;
}

.header-description {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  column-gap: 16px;
  margin-bottom: 0;
}

.header-description li {
  list-style: none;
}

.header-description li a {
  color: var(--dark40);
  font-weight: 400;
  font-size: var(--span-size);
}




.navbar {
  width: 100%;
  margin-bottom: 0;
  background: var(--primary);
  padding: 0;
}


.navbar-nav .nav-link:hover {
  background-color: unset;
  color: var(--btn-bg-hover);
}

.navbar h1 {
  text-align: left;
}

.navbar h1 img {
  transition: all 0.2s ease-in-out 0s;
}

.sticky h1 img {
  transform: scale(0.8);
}

.navbar-header {
  margin: 0;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav>li {
  padding: 10px;
}

.navbar-nav>li>a {
  /*padding: 7px 15px;*/
  text-decoration: none;
  color: var(--white100);
  font-weight: 500;
}

.navbar-nav>li>button {
  /*padding: 7px 15px;*/
  text-decoration: none;
  color: var(--white100);
  font-weight: 500;
}

.navbar-nav>li>.btn-tertiary {
  background-color: var(--tertiary);
  color: var(--text-color) !important;
}


.navbar-nav a {
  cursor: pointer;
}

/*.navbar-nav li > a:hover {
background:var(--tertiary);
}*/

.navbar-nav li.active>a {
  background: #f1f1f1;
  color: #111;
}

.dropdown-menu {
  max-height: 400px;
  padding: 0;
  overflow: auto;
}

.dropdown-menu>li>a {
  padding: 5px 15px;
}

.dropdown-toggle i {
  padding-left: 0.5em;
  font-size: 72%;
}

ul.header-socialbtn {
  float: right;
  margin-bottom: 0;
  padding-left: 1em;
}

ul.header-socialbtn li {
  display: inline-block;
  padding: 10px 0;
  list-style: none;
  line-height: 20px;
}

ul.header-socialbtn li a {
  min-width: 30px;
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  text-align: center;
}

ul.header-socialbtn li.twitter a {
  background: #00B6F1;
}

ul.header-socialbtn li.facebook a {
  background: #3B599C;
}

/*header navbar style end*/

footer {
  padding: 15px 0;
  background: #fff;
  font-size: 86%;
  color: var(--describe-color);
}

#copyright .footer-a {
  display: flex;
  justify-content: space-around;

}

#copyright a {
  color: var(--describe-color);
  text-decoration: underline;
}

#copyright a:hover {
  text-decoration: none;
}

#footer-navi {
  text-align: right;
}

#footer-navi li {
  display: inline-block;
  list-style: none;
}

#footer-navi li a {
  display: inline-block;
  padding: 0 0 0 10px;
  color: #fff;
}

#footer-navi p.license a {
  color: #fff;
  text-decoration: underline;
}

#footer-navi p.license a:hover {
  text-decoration: none;
}

/* ------------------------------------------
                 LOWER CONTENT
------------------------------------------ */


#localnavi nav ul {
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

#localnavi nav li {
  display: inline-block;
  list-style: none;
  padding-right: 5px;
  color: var(--describe-color);
  font-weight: 500;
}

#localnavi nav li a {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  color: var(--describe-color);
}

#localnavi nav li a:hover {
  background: #fff;
  text-decoration: none;
}

#localnavi nav li span {
  display: inline-block;
  padding: 10.5px;
}


/* #localnavi nav li.pagetop ul li {
display: block;
float: none;
}

#localnavi nav li.pagetop ul li a {
display: block;
border-right: none;
}

#localnavi nav li.pagetop ul li a:hover {
background: #f6f6f6;
}

#localnavi nav li.pagetop ul li.active a:hover {
background: #428bca;
}

#localnavi nav li.pagetop ul li a:before,
#localnavi nav li.pagetop ul li a:after {
display: none;
} */

.breadcrumb {
  /*background-color: #fff;*/
  border-radius: 0;
  list-style: none outside none;
  margin-bottom: 0;
  padding: 0;
}


/* ------------------------------------------
                    BTN
------------------------------------------ */
.btn {
  border: 1px solid var(--primary)
}

.btn:hover {
  border: 1px solid var(--primary);
}

.btn:focus-visible {
  border: 1px solid var(--primary);
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--primary);
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}

.btn-xlg {
  max-width: unset;
  padding: 1.2em 0;
  width: 100%;
  font-size: var(--title-size);
}

.btn-lg {
  max-width: 360px;
  width: 100%;
  font-size: var(--body-lg-size);
}

.btn-md {
  max-width: 240px;
  width: 100%;
  line-height: 18px;
  font-size: var(--text-size);
}

.btn-sm {
  max-width: 90px;
  width: 100%;
  line-height: 15px;
  font-size: var(--text-size);
}

.btn-xs {
  max-width: 50px;
  width: 100%;
  line-height: 14px;
  font-size: var(--text-size);
}

button {
  border-radius: 8px;
  border: 1px solid var(--primary);
  padding: 0.6em 0em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: unset;
  cursor: pointer;
  transition: border-color 0.25s;
}

button.hidden {
  display: none;
}

.btn-icon {
  width: 50px;
  height: 50px;
  border: 3px solid var(--primary);
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.btn-icon i {
  font-size: 1.5em;
}

.btns-group {
  display: flex;
  justify-content: center;
  gap: 3em;
  width: 100%;
}

.btns-group.space-around {
  justify-content: space-around;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--white100);
  background-color: var(--btn-bg-hover);
  border-color: var(--primary);
}


.btn-primary {
  padding: 0.5em;
  background-color: var(--btn-bg);
  color: var(--white100);
  border-radius: var(--button-radius);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: var(--white100);
  background-color: var(--btn-bg);
}

.btn-primary:checked+.btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-primary)+.btn-primary:active {
  color: var(--white100) !important;
  background-color: var(--btn-bg-hover);
  border-color: var(--primary);
}




.btn-secondary {
  padding: 0.5em;
  background-color: var(--secondary);
  color: var(--white100);
  border-radius: var(--button-radius);
  font-size: var(--text-size);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s;
  border-color: var(--primary);
}

.btn-secondary:hover {
  color: var(--white100);
  background-color: var(--secondary);
}

.btn-tertiary {
  padding: 0.5em;
  background-color: var(--tertiary);
  color: var(--text-color);
  border-radius: var(--button-radius);
  font-size: var(--text-size);
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.25s;
  border-color: var(--primary);
}

.btn-tertiary:hover,
.btn-tertiary:show,
.btn:active {
  color: var(--white100);
  background-color: var(--btn-bg-hover);
  border-color: var(--primary);
}




.btn-white {
  padding: 0.5em;
  background-color: var(--white100);
  border-radius: var(--button-radius);
  font-weight: 500;
  text-align: left;
  border-color: var(--primary);
  padding: 1em;
}

.btn-white:hover {
  background-color: var(--white100);
}


/*.btn-secondary:hover {
  background-color: var(--btn-bg-hover);
  color: var(--white100);
}

.btn-primary:hover {
  background-color: var(--btn-bg-hover);
  color: var(--white100);
}
*/

/* switch */
.switch {
  --w: 56px;
  --h: 32px;
  --knob-size: 26px;
  --track-off: #d1d5db;
  --track-on: #fff;
  --knob-bg: #fff;
  position: relative;
  display: inline-block;
  width: var(--w);
  height: var(--h);
  cursor: pointer;
  user-select: none;
}

.switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: inherit;
}

.switch .track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--track-off);
  transition: background-color 0.2s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.switch .knob {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: var(--knob-size);
  height: var(--knob-size);
  border-radius: 50%;
  background: var(--knob-bg);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: left 0.2s ease, transform 0.12s ease;
}

.switch input:checked+.track {
  background: var(--track-on);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.switch input:checked+.track+.knob {
  left: calc(100% - var(--knob-size) - 4px);
}

.switch input:active+.track+.knob {
  transform: translateY(-50%) scale(0.96);
}

.state {
  font-size: 14px;
  color: #444;
  min-width: 64px;
}

/* ------------------------------------------
               STYLE FOR TABLET
------------------------------------------ */

@media screen and (max-width:767px) {
  img {
    max-width: 100%;
  }

  header {
    margin-bottom: 5px;
  }

  .container>.navbar-header {
    position: relative;
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .navbar-nav {
    margin: 0;
    border: solid 1px #f1f1f1;
  }

  .navbar-nav>li {
    padding: 0;
  }

  button.navbar-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 11px;
    margin-right: 0;
    background: #f6f6f6;
    border: solid 1px #f1f1f1;
    border-radius: 3px;
    font-size: 15px;
  }

  .container>.navbar-collapse {
    margin: 0;
  }

  ul.header-socialbtn {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    margin-bottom: 1em;
  }

  section .col-sm-1:last-of-type,
  section .col-sm-2:last-of-type,
  section .col-sm-3:last-of-type,
  section .col-sm-4:last-of-type,
  section .col-sm-5:last-of-type,
  section .col-sm-6:last-of-type,
  section .col-sm-7:last-of-type,
  section .col-sm-8:last-of-type,
  section .col-sm-9:last-of-type,
  section .col-sm-10:last-of-type,
  section .col-sm-11:last-of-type,
  section .col-sm-12:last-of-type {
    margin-bottom: 1em;
  }

  #footer-logoarea {
    text-align: center;
  }

  #footer-navi ul.pull-right {
    float: none !important;
    padding: 0;
    text-align: center;
  }

  footer .col-sm-6 {
    margin-bottom: 0;
  }

  .dropdown-menu {
    max-height: 200px;
  }

}

/*main-shadow start*/
.main-shadow {
  box-shadow: var(--main-shadow);
}

/*main-shadow end*/

/*Layout*/

/*Background Color*/
.bg-tertiary {
  background-color: var(--tertiary);
}

.bg-tertiary>section.block {
  box-shadow: none;
}

/*Container style*/

.outer-container .outer-section {
  position: relative;
  padding: 1em 0;
  width: 100%;
  border: 0;
  z-index: 1;
  margin: auto;
}

.outer-container .outer-section-lg {
  max-width: 1298px;
}

.outer-container .outer-section-md {
  max-width: 900px;
}

.outer-container .outer-section-sm {
  max-width: 500px;
}

.outer-container .hidden {
  display: none;
}

.outer-container #localnavi,
.outer-container .breadcrumb {
  background-color: unset;
}

.radius {
  border-radius: var(--block-radius);
}

section.block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 1em;
  margin: 1em auto;
  padding: 2em;
  width: 100%;
  min-height: 300px;
  /* background-color: var(--white100); */
  /* border-radius: var(--block-radius); */
  box-shadow: var(--main-shadow);
  background: var(--bs-body-bg);
  border: 2px solid var(--secondary);
}

section.block.block-lg {
  max-width: 1298px;
}

section.block.block-md {
  max-width: 900px;
}

section.block.block-sm {
  max-width: 500px;
}

.min-h-0 {
  min-height: 0 !important;
}

.block.confirm-outer {
  justify-content: space-evenly;
  padding: 2em 4em;
  column-gap: 3em;
}

section.block.page-detail {
  align-items: flex-start;
}

section.block .block-text {
  text-align: center;
}

main.outer-container {
  position: relative;
  padding-bottom: 2em;
  width: 100%;
  overflow-x: hidden;
}

section.block.row-2 {
  flex-direction: row;
  column-gap: 1em;
  box-shadow: none;
  background-color: unset;
}


.row-2>.main {
  flex: 1;
  display: flex;
  align-items: center;
}

.video-block {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-block iframe {
  width: 100%;
  height: 100%;
}

/*dialog style start*/

.bg-dialog {
  height: calc(280px - 4em);
  background-image: url("./img/support_info_dialog.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg-dialog p {
  margin-left: 6vw;
  font-size: 18px;
}

/*dialog style end*/

/* アコーディオン start*/
.details {
  border: 2px solid var(--primary);
  margin: 1em 0;
}

.details-summary {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em 1.2em 2.5em 1.2em;
  color: var(--text-color);
  font-size: var(--text-size);
  font-weight: 500;
  background: var(--white100);
  list-style: none;
  /* Firefox */
  cursor: pointer;
  /* padding-right: 1em; */
  gap: 1em;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-summary::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--text-color);
  transition: transform 0.2s;
}

.details-summary h5 {
  position: absolute;
  top: 0;
  background: var(--primary);
  color: white;
  padding: 0.25em 1em;
  left: 0;
}

details[open] summary::after {
  transform: rotate(180deg);
}

.details-content {
  background: var(--primary);
  padding: 1.2em;
  font-size: var(--text-size);
  color: var(--white100);
  /* border-top: 5px solid var(--border-color); */
  display: flex;
  gap: 1em;
  align-items: center;
}

.details-content h3,
.details-content p {
  color: var(--white100);
}

/* アコーディオン end */
.container {
  position: relative;
  margin: auto;
  max-width: 1298px;
  width: 100%;
}

/*カラム*/
.outer-container.col-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
  margin: 1em auto;
  max-width: 1298px;
  width: 100%;
}

.outer-container.col-1 ul {
  padding: 0 2em;
}

.outer-container.col-1 .list-title {
  padding: 0 1.5em;
}

.outer-container.col-2 {
  display: grid;
  grid-template-columns: 9fr 3fr;
  gap: 1em;
  margin: 1em auto;
  max-width: 1298px;
  width: 100%;
}

/* border style */
.border {
  border-color: 2px solid var(--secondary) !important;
}

.bd-dark {
  border-color: 2px solid var(--secondary) !important;
}


/*list style*/

.main ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 0;
  border-bottom: 1px solid var(--border-color);
}

.list-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  height: 2em;
  font-size: var(--subtitle-size);
  font-weight: 500;
  color: var(--title-color);
}

.list-title::after {
  content: "";
  display: block;
  width: 100%;
  flex: 4px 0 0;
  background-color: var(--primary);
  border-radius: 4px;
}

.list-content {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
  width: 100%;
}

.info-group {
  display: flex;
  align-items: center;
  column-gap: 1em;
  flex-wrap: wrap;
  width: 100%;
}

.info-group strong {
  color: var(--primary);
}

/* table */

table.zebra {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, sans-serif;
  border: 2px solid var(--border-color);
  max-width: 1298px;
  margin: 1em auto;
}


table.zebra th {
  padding: 8px 10px;
  text-align: center;
  background: var(--secondary);
  color: #fff;
}


table.zebra td {
  padding: 8px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}


table.zebra tr:nth-child(odd) {
  background: var(--white100);
}

table.zebra tr:nth-child(even) {
  background: var(--dark30);
}

table.zebra td:first-child,
table.zebra th:first-child {
  text-align: left;
}

.zebra .w-5 {
  width: 5%;
}

.zebra .w-10 {
  width: 10%;
}

.zebra .w-15 {
  width: 15%;
}

.zebra .w-20 {
  width: 20%;
}

.zebra .w-30 {
  width: 30%;
}

.zebra .w-40 {
  width: 40%;
}

.zebra .w-50 {
  width: 50%;
}

.zebra .w-60 {
  width: 60%;
}

.zebra .w-70 {
  width: 70%;
}

.zebra .w-80 {
  width: 80%;
}

.zebra .w-90 {
  width: 90%;
}

.zebra .info-group p {
  width: 100%;
  text-align: center;
}

.office-link {
  cursor: pointer;
  text-decoration: underline;
}


 

.repocheck-container table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  border: 2px solid #000;
  table-layout: fixed;
}
.repocheck-container th,
.repocheck-container td {
  border: 1px solid var(--primary);
  padding: 8px 10px;
  white-space: normal;
  vertical-align: middle;
}

.repocheck-container th {
  background-color: white;
  font-weight: bold;
  text-align: center;
}


.repocheck-container-L {
  border-collapse: collapse;
  font-size: 0.85rem;
  width: 190px;
  min-width: 190px;
  flex-shrink: 0;
}

.repocheck-container-L th,
.repocheck-container-L td {
  border: 1px solid var(--primary);
  padding: 10px 8px;
  white-space: nowrap;
  background: var(--tertiary);

}

.repocheck-container-R th,
.repocheck-container-R td {
  border: 1px solid var(--primary);
  padding: 10px 8px;
  white-space: nowrap;
  text-align: center;
}

.repocheck-container-R th {
  text-align: center;
  background-color: var(--tertiary);
}

.repocheck-container-R td {
  text-align: center;
}
 /* 横スクロール表のスタイル */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive table {
    border-collapse: collapse;
    white-space: nowrap;
  }

   /* 固定左列スタイル */
  .table-responsive th[style*="position: sticky"],
  .table-responsive td[style*="position: sticky"] {
    position: sticky !important;
    left: 0 !important;
    background: white !important;
    z-index: 2;
    border-right: 2px solid #000 !important;
  }

  .table-responsive td, .table-responsive th {
    padding: 10px;
    vertical-align: middle;
  }

/* 上部小テーブル */
.header-info-table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.header-info-table td {
  padding: 5px 10px;
  border: none;
}

/* 工場・指定作業場 ○ スタイル */
.report-type-option {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 8px;
}

.report-type-option.selected {
  border: 2px solid #000;
  border-radius: 50%;
}

/* ---------- 第二ページ開始：1ページに3件の化学物質 ---------- */
.chemical-page {
  page-break-after: always;
  max-width: 100%;
  padding: 10mm;
  margin: 10px auto 20px auto;
  background: white;
}

.chemical-page:last-child {
  page-break-after: auto;
}

/* 化学物質詳細データテーブルのフォントサイズを縮小 */
.chemical-page .repocheck-container table {
  font-size: 0.67em;
  /* 元のサイズの3分の2に縮小 */
}

/* 化学物質データ列のフォントを拡大し中央揃え */
.chemical-page .repocheck-container table td {
  font-size: 2em;
  /* テーブルフォントの2倍に拡大 */
  text-align: center;
}

/* 化学物質ページのすべてのth要素の背景色 */
.chemical-page .repocheck-container th {
  background-color: #e9e7e7b9 !important;
}

/* 化学物質テーブルの主標題と子項目のスタイル */
.chemical-page .main-category-header {
  font-size: 1em;
  text-align: left;
  vertical-align: middle;
  border-bottom: none !important;
  padding-left: 10px;
}

.chemical-page .sub-category-wrapper {
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

/* 子項目行のデータセル（td）の上ボーダーを削除、下ボーダーを保持 */
.chemical-page .sub-category-wrapper~td {
  border-top: none !important;
}

.chemical-page .sub-category-header {
  background-color: #e9e7e7b9 !important;
  font-weight: normal;
  font-size: 0.95em;
  text-align: justify;
  text-align-last: justify;
  border: 1px solid #000;
  width: 80%;
  margin-left: auto;
  padding: 8px 10px;
  box-sizing: border-box;
  height: 100%;
  line-height: 29px;
}

.repotable-container {
  overflow-x: auto;
  padding: 5px;
  max-width: 100%;
}

.repotable-container table {
  border-collapse: collapse;
  width: 900px;
  min-width: 800px;
}

.repotable-container th,
.repotable-container td {
  border: 1px solid var(--primary);
  padding: 6px 10px;
  text-align: center;
  white-space: nowrap;
}

.repotable-container th {
  background-color: var(--border-color);
}


.fuel-table input[type="text"] {
  width: 100px;
  text-align: right;
}

.fuel-table input[type="number"] {
  text-align: right;
}

/* 隐藏数字输入框的上下箭头 */
.fuel-table input[type="number"]::-webkit-inner-spin-button,
.fuel-table input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.fuel-table input[type="number"] {
  -moz-appearance: textfield;
}

.fuel-table label {
  margin: 0 4px;
}

.chemical-table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.chemical-table th,
.chemical-table td {
  padding: 6px 8px;
}

.chemical-table input {
  width: 100%;
  text-align: right;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 2px 4px;
}

/* 数字入力ボックスの上下矢印を非表示 */
.chemical-table input[type="number"]::-webkit-inner-spin-button,
.chemical-table input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.chemical-table input[type="number"] {
  -moz-appearance: textfield;
}

/* 汎用的spinner非表示スタイル（cleaning等のmodalで使用） */
input.no-spinner::-webkit-inner-spin-button,
input.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.no-spinner[type="number"] {
  -moz-appearance: textfield;
}

.chemical-table input[readonly],
.chemical-table input:disabled,
input.no-spinner:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.chemical-table .editable-volume {
  background-color: #fff;
  border-color: #0d6efd;
  cursor: text;
}

.total {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
}

.total span {
  font-size: 1.1rem;
  color: #333;
}

.br-td {
  display: none;
}

.info {
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.noti-content {
  min-height: 300px;
  background: var(--white100);
  padding: 1em;
  margin: 1em auto;
}
.must{
	margin-left:1em;
	background:var(--primary);
	color:var(--white100);
	font-size:var(--span-size);
	padding: 0 1em;
}
/*2 column version 2*/

.v-2 .content-title::before {
  display: none;
}

.v-2 .list-description>p {
  --text-row-number: 3;
}

.v-2 .sidebar {
  flex: 400px 0 0;
}

.v-2 .sidebar .list-description>p {
  --text-row-number: 2;
}

.v-2 .list-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.4em;
}

.v-2 .list-title::after {
  display: none;
}

.v-2 .list-title::before {
  content: "";
  display: block;
  width: 4px;
  height: 12px;
  background-color: var(--primary);
  border-radius: 4px;
}

.list-description {
  margin: 0;
  width: 100%;
  overflow: hidden;
}


/*title style*/
.search-title {
  display: flex;
  align-items: center;
}

.search-title h4 {
  margin-bottom: 0;
}

.search-title .reg {
  margin-left: 0.5rem;
  cursor: pointer;
}

.title-lg {
  font-size: var(--x-heading-size);
  font-weight: 500;
}

.title-lg::before {
  --title-mark-height: 20px;
}

.title-md {
  font-size: var(--title-size);
  font-weight: 500;
}

.title-md::before {
  --title-mark-height: 16px;
}

.underline {
  border-bottom: solid 2px var(--text-color);
}

/*button style*/

.btns-group {
  display: flex;
  justify-content: center;
  gap: 1em;
  width: 100%;
  align-items: center;
}

/* search-box start*/
.search-box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
}

/* search-box End*/

/*pagination start*/

ul.search-pagination {
  display: flex;
  justify-content: center;
}

ul.search-pagination li {
  display: inline-block;
  margin: 0 0.5em;
  border: 0;
}

ul.search-pagination li a {
  border: 0;
  /* background-color: #fff; */
  color: var(--text-color);
  text-align: center;
  text-decoration: none;
}

ul.search-pagination .num {
  box-shadow: var(--main-shadow);
}

ul.search-pagination .num a:hover {
  background-color: var(--primary);
  color: #fff;
}

.search-pagination li.page-item {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
}

.active>.page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--primary);
  border-color: var(--primary);
}

/*pagination end*/
/*Hint style*/
.content-hint-group {
  display: flex;
  justify-content: flex-start;
  column-gap: 1em;
  width: 100%;
}

.content-hint {
  font-size: var(--hint-size);
  color: var(--describe-color);
}


/*Card Group*/

.card-group-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(120px, 1fr) minmax(120px, 1fr);
  gap: 2em;
  margin: auto;
  padding: 3em 2em;
  width: 100%;
  max-width: 1298px;
}

.card-group-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
  margin: auto;
  width: 100%;
  max-width: 1298px;
}

.card-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  padding: 4em 2em;
  border: 0;
  border-top: 4px solid var(--primary);
  border-radius: 0;
  z-index: 1;
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1em;
  border-radius: var(--block-radius);
  background-color: var(--white100);
}
.card-icon img{
  width: 75%;
}
.card-row p{
  white-space: nowrap;
}


.row {
  gap: 1em 0;
}

/*Table Style*/

section.block .table-responsive {
  width: 100%;
  overflow-x: hidden;
}

.table-responsive.no-border {
  border: 0;
}

/*Global Table Style Start*/

.table-responsive th,
.table-responsive td {
  color: var(--text-color);
  vertical-align: middle;
}

.table-responsive .icon-group-block .icon-group,
.table-responsive {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}


.table-responsive .icon-group figure {
  margin: 0;
}

.table-responsive .icon-group img {
  width: 20px;
}

/*Icon group in info pages start*/

.block .content-title-group .icon-group {
  display: grid;
  justify-items: flex-end;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  flex: 280px 0 0;
}

.content-title-group .icon-group .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 100%;
}

.content-title-group .icon-group img {
  width: 20px;
}


.content-title h4 {
  flex: 1;
}

/*Global Table Style End*/

/*Index Table Style start*/
.table-info-index th {
  color: var(--primary);
  font-weight: 500;
}

.table-info-index tr {
  cursor: pointer;
  font-size: var(--text-size);
  color: var(--text-color);
}

.table-info-index td {
  text-align: left;
  cursor: pointer;
  font-size: var(--text-size);
  color: var(--text-color);
}

.table-info-index h3 {
  text-align: center;
}

/*Index Table Style end*/

/*Search Result start*/
.table-responsive .result-group {
  display: grid;
  grid-template-columns: 250px 1fr;
  width: 100%;
}

.result-container {
  width: 100%;
}

.result-container .table-responsive {
  row-gap: 3em;
}

.result-group .title {
  display: flex;
  justify-content: center;
  align-self: center;
  padding: 0.5em 0;
  height: 100%;
  font-size: var(--text-size);
  color: var(--title-color);
  border: 1px solid var(--border-color);
}

.result-group .content {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.result-group .content>p,
.result-group .content>a {
  flex: 1;
  padding: 0.5em 0;
  height: 100%;
  text-align: center;
  border: 1px solid var(--border-color);
  vertical-align: middle;
}

.result-group .content>a {
  color: var(--link-text-color);
}

#content .result-group .content>p {
  margin: 0;
}

.result-group .content p.active {
  background-color: var(--primary);
  color: #fff;
}

.result-group .content p.grayout {
  background-color: var(--dark10);
}

/*Search Result end*/

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

/*Checkbox input start*/
.searchList {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
  width: 100%;
}

.checkbox-group {
  display: flex;
  width: 100%;
  gap: 1em;
}

.checkbox-group legend {
  flex: 72px 0 0;
  margin: 0;
  text-align: start;
  font-size: var(--text-size);
  color: var(--text-color);
}


/*time options in search box start*/

.time-info-outer {
  display: grid;
  grid-template-columns: 72px 1fr 160px;
  grid-template-rows: 1fr 1fr;
  flex-wrap: wrap;
  row-gap: 0.1em;
}

.time-info-outer span {
  grid-column: 2/3;
  grid-row: 2/2;
  width: 100%;
  font-size: var(--span-size);
  color: var(--describe-color);
}

.time-info-outer .btns-group {
  grid-row: 1/3;
  grid-column: 3/3;
}

.time-info-outer .btns-group .btn {
  font-size: var(--span-size);
}

/*time options in search box end*/

/* .label-group,
.form-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1em;
  row-gap: 0.5em;
}

.label-group label,
.form-radio label{
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-color);
}
.label-group input[type="checkbox"] {
  display: none;
}
.label-group input[type="checkbox"] + label::before,
.form-radio input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  flex: 20px 0 0;
  width: 20px;
  height: 20px;
  accent-color: var(--secondary);
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--dark10);
  border: 1px solid var(--border-color);
  cursor: pointer;
}

input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before {
  content: url("/img/global_check_solid.svg");
  display: block;
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.label-group input[type="checkbox"]:checked,
.form-radio input[type="radio"]:checked {
  accent-color: #0499b5;
  color: #fff;
} */

/*Checkbox input end*/
/*Form style start*/
.input-group-col {
  flex-direction: column;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-radius: unset;
}

.form-outer {
  display: flex;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  gap: 0.5em;
  width: 100%;
  /*min-height: 400px;*/
  margin: auto;
}

.form-outer.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.form-aside {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.form-outer label {
  font-weight: bold;
}

.form-outer .input-group {
  border: 0;
}

.form-outer .input-group-text {
  font-size: var(--text-size);
  color: var(--text-color);
  white-space: break-spaces;
}

.form-outer .input-group {
  gap: 4px;
  align-items: center;
}

.form-outer .btns-group {
  grid-column: 1/3;
}

.form-outer h4 {
  font-size: var(--subtitle-size);
}

.form-outer .form-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}

.form-outer textarea {
  padding: 8px;
  min-height: 300px;
  border: 1px solid var(--primary);
  border-radius: 4px;
}

.form-radio-group .form-radio input[type="radio"] {
  display: none;
}

/*modal start*/
.form-check {
  margin-bottom: 1em;
}

.modal-header {
  position: relative;
  border: 0;
}

.modal-title {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}


.modal-header .btn-close {
  position: relative;
  z-index: 1;
}

.modal-footer {
  justify-content: center;
  border: 0;
  /* padding-top: 0; */
}

.modal-body {
  padding: 0 1em;
}

.modal-body textarea {
  width: 100%;
  min-height: 200px;
}

/*modal end*/
.input-group .from-select {
  height: 36px;
}

.form-outer select,
.form-outer input,
.input-group select,
.input-group input {
  border: 1px solid var(--primary);
  border-radius: 8px;
  color: var(--text-color);
  background-color: #fff;
  border-radius: unset;
}

.input-group input:disabled,
.input-group select:disabled {
  background-color: #fff;
  border: none;
}

.input-group select:disabled.form-select {
  --bs-form-select-bg-img: none;
}

.input-group .input-group-text {
  padding: 0.375em 0;
  width: 170px;
  text-align: start;
  background-color: #fff;
  border: 0;
}

.input-others-block {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
}

.input-others-block.hidden {
  display: none;
}

.form-outer .input-others {
  padding: 0 8px;
  width: 100%;
  border-radius: 8px;
  line-height: 32px;
}

.form-outer .input-others:focus,
.form-outer .input-others:focus-visible {
  border-color: var(--primary);
  box-shadow: none;
}

.input-group-outer {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding-left: 0.5em;
  border-left: 4px solid var(--primary);
}

.input-group-outer.border-style .input-group-text {
  width: 148px;
}

.input-group>.form-select {
  border-radius: 8px;
}

.form-control {
  border-radius: 0;
  border-color: 2px solid var(--secondary);
}

.form-select:focus,
.form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.input-with-unit {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-with-unit input {
  padding-right: 3em;
  box-sizing: border-box;
  text-align: right;
}

.input-with-unit .unit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  font-size: 0.9em;
  pointer-events: none;
}

/*Form style end*/
h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

.repo-block h3 {
  font-size: var(--title-size);
  background-color: var(--border-color);
  width: fit-content;
  margin: 0;
  padding: 0.35em;
}

h2 {
  text-align: center;
  background: var(--border-color);
  padding: 0.5em;
  font-size: calc(1rem + .9vw);
}

h4 {
  font-size: var(--subtitle-size);
}

h5 {
  font-size: var(--body-lg-size);
}


/* ------------------------------------------
                    width
------------------------------------------ */
.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}


@media screen and (max-width: 1298px) {
  .outer-container .outer-section {
    margin: auto;
    padding: 1em 2em;
  }

  .sm-none {
    display: none;
  }


  @media screen and (max-width: 998px) {

    /*.navbar>.container-fluid {
  background-color: var(--white100);
}*/

    .header-description {
      flex-wrap: wrap;
      margin-bottom: 0.25em;
    }

    .bg-fullpage {
      background-image: none;
    }

    .bg-rside::after {
      content: "";
      display: none;
    }

    .btns-group {
      flex-direction: column;
      align-items: center;
    }

    .btns-group .btn-primary,
    .btns-group .btn-secondary {
      max-width: unset;
    }

    .form-outer .btns-group {
      grid-column: 1/1;
    }

    .form-outer.col-2 {
      grid-template-columns: 1fr;
      gap: 1em;
    }

    .input-group-outer {
      padding-left: 0;
      border-left: 0;
    }

    .form-outer .input-group {
      flex-direction: column;
      align-items: flex-start;
    }

    .form-outer .input-group input,
    .form-outer .input-group select {
      width: 100%;
    }

    .form-outer .input-group label {
      font-size: var(--span-size);
      color: var(--describe-color);
      width: 148px;
    }

    .input-group-outer.border-style .input-group-text {
      width: 100%;
    }

    .form-outer .support-info-block {
      grid-column: 1/1;
    }

    /*time option in the search block start*/
    .time-info-outer {
      grid-template-columns: 72px 1fr;
      grid-template-rows: 26px 1fr;
    }

    .time-info-outer .btns-group {
      grid-row: 3/3;
      grid-column: 1/3;
      width: 100%;
    }

    .time-info-outer .btns-group button {
      margin-top: 1em;
      width: 100%;
    }

    /*time option in the search block end*/
  }

  @media screen and (max-width: 768px) {
    .navbar .brand-logo img {
      max-width: 160px;
    }

    .navbar-brand {
      margin-right: 0;
    }


    .page-detail h3 {
      font-size: var(--title-size);
    }

    .page-detail h4 {
      margin: 0;
      font-size: var(--subtitle-size);
    }

    .page-detail h5 {
      font-size: var(--body-lg-size);
    }

    .btn-primary {
      padding: 0.5em;
    }

    .btn-xlg {
      font-size: var(--body-lg-size);
    }

    section.block.m-shadow-none {
      box-shadow: none;
    }

    .outer-section:has(.support-info-block) .block {
      box-shadow: none;
    }

    .outer-section:has(.bg-dialog) {
      background-color: var(--tertiary);
    }

    .outer-section .bg-dialog {
      background-color: var(--white100);
    }

    .outer-container .outer-section {
      padding: 1em;
    }

    .m-bg-white {
      background-color: var(--white100);
    }

    .m-bg-tertiary {
      background-color: var(--tertiary);
    }

    .outer-container.col-1 {
      margin: 0;
      padding: 1em 0 0 0;
      grid-template-columns: 1fr;
      box-shadow: none;
    }

    .outer-container.col-2 {
      margin: 0;
      padding: 1em 0 0 0;
      grid-template-columns: 1fr;
      background-color: var(--tertiary);
    }

    .outer-container>.outer-section.m-bg-white {
      background-color: var(--white100);
      box-shadow: none;
    }

    .outer-container>.outer-section.m-p-0 {
      padding: 0;
    }

    .outer-container>.outer-section.m-bg-none {
      background-color: unset;
      box-shadow: none;
    }

    .outer-container.col-2>.main,
    .outer-container.col-2>.sidebar {
      padding: 1em;
      min-height: 80dvh;
      background-color: var(--white100);
    }

    .outer-container.col-2>.main>.list-title {
      display: none;
    }

    .outer-container.col-2>.main li {
      padding: 1em 0;
      border-bottom: none;
    }

    .outer-container.col-2>.sec-hidden {
      display: none;
    }

    .bg-dialog {
      padding: 1em 0.5em;
      height: auto;
      width: 100%;
      background-image: none;
      box-shadow: var(--main-shadow);
      border-radius: 8px;
    }

    .bg-dialog p {
      margin: 0;
      font-size: var(--span-size);
    }

    /*enterence page end*/


    .card-row {
      gap: 1em;
      border-radius: 8px;
      background-color: var(--white100);
    }

    .card-group-col-3 {
      grid-template-columns: 1fr;
      padding: 0;
    }

    .card-group-col-3:has(.card-col),
    .outer-section:has(.card-group-col-3) {
      background-color: var(--tertiary);
    }

    /*table list start*/

    .table-list td {
      display: none;
    }

    .table-list .icon-group {
      display: flex;
      justify-content: center;
      flex-direction: row;
      gap: 0.5em;
    }

    .table-responsive .m-w-15 {
      display: table-cell;
      width: 15%;
    }

    .table-responsive .m-w-45 {
      display: table-cell;
      width: 45%;
    }

    .table-responsive .m-w-40 {
      display: table-cell;
      width: 40%;
    }

    .table-list {
      gap: 0;
    }

    .table-list .table {
      margin: 0;
    }

    .table-list .table:not(:first-child) thead {
      display: none;
    }

    .table-list .table:first-child thead th:nth-child(3),
    .table-list .table:first-child thead th:nth-child(5),
    .table-list .table:first-child thead th:nth-child(6),
    .table-list .table:first-child thead th:nth-child(7) {
      display: none;
    }


    .outer-container .table-info-index-outer,
    .table-info-index .table {
      border-top: 1px solid var(--dark30);
      border-bottom: 1px solid var(--dark30);
    }

    .outer-container .table-info-index-outer,
    .table-info-index-outer .block {
      padding: 1em 0;
    }

    .table-responsive.table-info-index .info-group::before {
      display: none;
    }

    .table-responsive.table-info-index .info-group>p {
      flex: 1;
    }

    .table-responsive.table-info-index .info-group>.link {
      display: none;
    }

    .table-responsive.table-info-index>.m-link {
      display: block;
      padding-right: 16px;
    }

    .table-info-index th.text-start {
      width: 25%;
      color: var(--text-color);
    }

    .table-info-index .table {
      margin: 1em 0;
    }

    .table-info-index .table tr>td {
      width: 75%;
    }

    /* .table-info-index .table tr > td > a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--text-color);
  }*/

    .table-info-index .table tr:nth-child(2n + 1) th,
    .table-info-index .table tr:nth-child(2n + 1) td {
      background-color: var(--tertiary);
    }

    .table-list .icon-group {
      flex-direction: row;
    }

    /*table list end*/

    .toggle-btn-group {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      gap: 0;
      margin: 0 auto;
      max-width: 360px;
      border-radius: 8px;
      background: #fff;
      overflow: hidden;
    }

    .toggle-btn-group .btn {
      flex: 1;
      color: var(--dark40);
      border-radius: 8px;
      font-size: var(--text-size);
      border: none;
    }

    .toggle-btn-group .btn.active {
      flex: 1;
      background-color: var(--primary);
      color: var(--text-color);
    }

    /* footer*/
    #copyright .footer-a {
      display: block;
    }

    /*footer end*/

    /* Back to Top Button styling */
  }
}

/*審査画面のしたにボータン設定*/
.btns-img-group {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.btns-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btns-img .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-text {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

.status-red {
  color: red;
}

#th_status,
#th_status_city {
  position: relative;
}

.status-warning-icon {
  display: none;
  position: absolute;
  top: -14px;
  left: 15%;
  transform: translateX(-50%);
  color: #dc3545;
  font-size: 20px;
  pointer-events: none;
}

/* Toggle Switch Styles */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 10px;
  cursor: pointer;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 20px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 30%;
}

.toggle-switch input:checked+.toggle-slider {
  background-color: #4731b6;
}

.toggle-switch input:checked+.toggle-slider:before {
  transform: translateX(25px);
}

.toggle-switch input:indeterminate+.toggle-slider {
  background-color: #a0a0a0;
}

.toggle-switch input:indeterminate+.toggle-slider:before {
  transform: translateX(10px);
}