:root {
  --primaryBlue: #3c76d0;
  --primaryBlueLight: #d7e2ff;
  --rightBtn: #7dabff;
  --green: #009fb1;
  --darkGray: #8891a5;
  --white: #fff;
  --tableFontColor: #8a90a5;
  --backBtn: #eceef2;
  --err: #de3730;
  --deleateBtn: #585e71;
  --bgLightGray: #eceef2;
  --textGray: #757780;
  --cation: #dba30a;
  --lightGreen: #1fbec0;
}

.inaba {
  color: red;
}

/* --------------------


サイドバーの表示

------------------------*/

/* navBgは追加 */
.navBg {
  background: linear-gradient(210deg, #3c76d0 50%, #2a5aa4 75%, #001b3f) !important;
}

.g-sidenav-show .sidenav .nav-link-text {
  color: var(--white);
  font-weight: bold;
}

.navbar-vertical.bg-white .navbar-nav > .nav-item .nav-link.active,
.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
  background-color: rgba(0, 27, 63, 0.25);
}

#sidenav-main {
  margin: 0 !important;
  border-radius: 0;
}

.navbar-vertical .navbar-nav .nav-link:hover {
  background-color: rgba(0, 27, 63, 0.25);
  border-radius: 0.5rem;
}

/* ナビゲーションの縮むレイアウトを消す */
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  height: auto;
}

/* 表示しているページのナビゲーション項目の背景色変更 activeクラスで判定 */
.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
  background-color: rgba(0, 27, 63, 0.25);
}

/* ボタンCSSの変更 ーーーーーーーーー



ーーーーーーーーーーーーーーーーー*/

.btn {
  cursor: pointer;
  border: none;
  margin-bottom: 1rem;
  letter-spacing: -0.025rem;
  padding: 1.1rem 3rem;
  font-size: 1.05rem;
  letter-spacing: 0.8px;
  border-radius: 0.6rem;
  text-transform: none;
  width: auto;
  font-weight: bold;
  /* box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); */
  box-shadow: none;
  transition: 0.3s ease;
}
.btn:hover {
  opacity: 0.7;
}

.btn:hover:not(.btn-icon-only) {
  transform: translate(0);
  box-shadow: none;
}
button:focus:not(:focus-visible) {
  border: inherit;
  box-shadow: none;
}

/* 情報登録・編集の小さいボタン */
.btn-edit,
.btn-edit:focus {
  background: #5990ec;
  padding: 0.5rem 2.3rem;
  border-radius: 0.4rem;
  font-size: 0.87rem;
  color: var(--white);
  transition: 0.3s ease;
}
.btn-edit:hover,
.btn-edit:active {
  background: #8ab1f1;
  color: var(--white);
}
.btn-edit a {
  color: var(--white);
  display: block;
}

.btn-outer.edit-btn-outer,
.btn-outer.back-btn-outer {
  margin-top: 2.5rem;
}

/* 戻るボタン */
.btn-back {
  background: var(--backBtn);
  color: #757780;
}
.btn-back:hover {
  background: var(--backBtn);
  color: #757780;
}

.btn-back a {
  background: var(--backBtn);
  color: #757780;
}

/* テキストボタン */
.text-btn {
  color: var(--primaryBlue);
  transition: 0.3s ease;
}
.text-btn:hover {
  color: var(--primaryBlue);
  opacity: 0.6;
}
/* sideBar ロゴ */

.navbar-vertical .navbar-brand > img,
.navbar-vertical .navbar-brand-img {
  max-height: 2.7rem;
}

/* settingは追加 */
.cmd.setting {
  box-shadow: none;
}
.cmd.setting:hover:not(.btn-icon-only) {
  box-shadow: none;
}

.btnSet img {
  height: 2rem;
  width: 2rem;
  padding: 0.5rem;
  border-radius: 50%;
  transition: 0.3s ease;
}

.btnSet img:hover {
  opacity: 0.6;
  background: var(--bgLightGray);
}

.badge.home {
  display: block;
  text-align: left;
  padding: 0;
}

/* settingは追加 */
.main-content {
  height: 100vh;
}

.copyright {
  position: fixed;
  right: 2%;
  bottom: 2%;
}

/* program-ttl追加 */
.program-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.programName {
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
  flex: 5;
  padding: 0rem 0 1.1rem 0rem;
}
.taskTtl-outer {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0rem 0 1.7rem 0rem;
}
.programName .taskTtl-outer > img {
  width: 2.5rem;
  height: 2.5rem;
  background: var(--primaryBlueLight);
  border-radius: 50%;
  padding: 0.4rem;
  box-shadow: 0 8px 13px rgba(215, 226, 255, 0.7);
}

.programName > h5 {
  margin-bottom: 0;
}

/* 自動化プログラム　進捗状況のテキスト */

.text-muted {
  margin-top: 0.1rem;
  margin-left: 0.5rem;
  display: block;
  font-size: 0.9rem;
}
/* 実行結果画面　 */
/* 実行結果のフォントサイズ変更 */

.result-box h1 {
  font-size: 1.5rem;
}
/* 自動化プログラムのステータス表示 ーーーーーーーーー


ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/* 自動化タスクのレイアウト */
.taskGrid {
  display: grid;
  grid-template-columns: repeat(3 ,1fr);
  grid-template-rows: auto; 
  gap: 1rem 0;
  align-items: stretch;
}

.row.taskGrid > * {
  display: flex;
  align-items: stretch;
}

.taskGrid .card {
  width: 100%;
}

/* ホームの自動化プログラム上の、ステータス表示のレイアウト */
.badge-box {
  margin: 0.6rem 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: start;
  column-gap: 0.3rem;
}
.badge-box img {
  width: 1.55rem;
  height: 1.55rem;
}
.badge-box .loader-progrss {
  margin-left: 0.5rem;
}

/* 完了 */

.badge.home.bg-success {
  background: transparent !important;
  color: #009fb1;
  font-size: 1.2rem;
  font-weight: bold;
}

/* 実行中 */
.badge.home.bg-process {
  background: transparent !important;
  color: var(--darkGray);
  font-size: 1.2rem;
  font-weight: bold;
}

/* 実行停止 */
.badge.home.bg-revoked {
  background: transparent !important;
  color: var(--darkGray);
  font-size: 1.2rem;
  font-weight: bold;
}

/* 正常終了（一部エラー） */
.badge.home.bg-someError {
  background: transparent !important;
  color: var(--cation);
  font-size: 1.2rem;
  font-weight: bold;
}

/* 実行失敗 */
.badge.home.bg-warning {
  background: transparent !important;
  color: var(--err);
  font-size: 1.2rem;
  font-weight: bold;
}

/* ファイルデータの表示場所 */
.uploadFile-container {
  margin-top: 3rem;
}

.uploadFile-container p {
  border-radius: 0.8rem;
  padding: 0.8rem 2rem;
  font-size: 0.9rem;
  text-align: left;
  background: var(--white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  position: relative;
}
.uploadFile-container p.none {
  display: none;
}
.uploadFile-container p::before {
  content: "\f15c";
  font-family: FontAwesome;
  margin-right: 0.7rem;
  color: #585e71;
  font-size: 1.1rem;
  vertical-align: middle;
}
.uploadFile-container span {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--backBtn);
  cursor: pointer;
  transition: 0.3s ease opacity;
}

.uploadFile-container span:hover {
  opacity: 0.7;
}
.uploadFile-container span::before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #757780;
}

/* ーーーーーーーーーーーーーーーーー


自動化キャンセルのモーダル

ーーーーーーーーーーーーーーーーーーー*/

.cancel-modalOuter.is-active {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.modalList.cancel-modalList {
  width: 38rem;
  padding: 2rem 0;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cancel-modalOuter .btn {
  cursor: pointer;
  text-align: center;
  padding: 0.7rem 2rem;
  font-size: 0.95rem;
  width: 10rem;
  transition: 0.3s ease;
  font-weight: bold;
}

.cancel-modalOuter .btn-outer {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  column-gap: 0.6rem;
}

/* 自動化実行中止のキャンセルボタン */
.cancelThis,
.cancelThis:active {
  background: var(--backBtn);
  color: var(--textGray);
}

.cancelThis:hover,
.cancelThis:focus {
  background: var(--backBtn);
  color: var(--textGray);
  opacity: 0.7;
}

/* 自動化実行の中止の実行ボタン */
.cancelExecution,
.cancelExecution:active {
  background: var(--err);
  color: var(--white);
}

.cancelExecution:focus,
.cancelExecution:hover {
  background: var(--err);
  color: var(--white);
  opacity: 0.7;
}

.taskCancel-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.taskCancel-cont span:first-of-type {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #2e303b;
  font-size: 1.8rem;
}
.taskCancel-cont span:last-of-type {
  margin-top: 1rem;
  color: var(--textGray);
  line-height: 1.5;
}
.taskCancel-cont img {
  width: 5rem;
}

.taskCancel-close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--backBtn);
  cursor: pointer;
  transition: 0.3s ease opacity;
}
.taskCancel-close::before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #757780;
}
.taskCancel-close:hover {
  opacity: 0.6;
}

/* -----------------------------

自動化タスク実行中〜終了画面


--------------------------------*/
/* 実行中画面 */
.autom-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.autom-ttl {
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: bold;
}
.autom-cont img {
  width: 5.5rem;
}

.autom-cont.status-cont .btn-outer {
  margin-right: 2rem;
  margin-left: auto;
}
/* 実行中止ボタン */
.taskCancel {
  background: var(--darkGray);
  color: var(--white);
}

.taskCancel:active {
  background: var(--darkGray);
  color: var(--white);
}

.taskCancel:focus,
.taskCancel:hover {
  background: var(--darkGray);
  color: var(--white);
  opacity: 0.7;
}

/* 実行中アニメーション */

.loader {
  margin-top: 2rem;
  width: 5rem;
  aspect-ratio: 1;
  display: grid;
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  --c: no-repeat radial-gradient(farthest-side, #7dabff 90%, #0000);
  background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
  background-size: 1.1rem 1.1rem;
  animation: l12 1.2s infinite;
}
.loader::before {
  margin: 4px;
  filter: hue-rotate(25deg);
  background-size: 0.6rem 0.6rem;
  animation-timing-function: linear;
}

@keyframes l12 {
  100% {
    transform: rotate(0.5turn);
  }
}
/* 成功画面 */

.autom-cont .btn {
  width: 12rem;
  padding: 0.85rem 2rem;
}

.autom-cont .btn-outer {
  text-align: center;
  margin-top: 2rem;
}
.autom-cont .btn-outer p {
  font-weight: bold;
  font-size: 0.95rem;
  color: var(--deleateBtn);
}
.result-ttl.success {
  color: var(--green);
}

.btn.btn-dl {
  background: var(--lightGreen);
  color: var(--white);
}

/* エラー画面 */

.result-ttl.error {
  color: var(--err);
}

.result-cont p:last-child {
  color: #2e303b;
}

/* ーーーーーーーーーーーーーーー


実行中の進行状況のログ表示


ーーーーーーーーーーーーーーーー*/
.status-ttl {
  color: #333b4d;
}

.progressLog {
  margin-top: 4rem;
  width: 40rem;
  overflow: hidden;
}

.progressBorder {
  padding: 0.5rem 1.5rem 1.5rem;
  border-radius: 1rem;
  border: solid 2px #a5abc1;
}
.scroll {
  padding: 0.5rem 1.5rem 1.5rem;
  height: 13rem;
  overflow-y: scroll;

  scrollbar-color: rgba(136, 145, 165, 0.6);
}

.line {
  text-align: center;
}

.progressLog > * {
  color: var(--textGray);
  font-weight: 600;
  font-size: 0.9rem;
}
.progressLog li {
  list-style-type: disc;
  line-height: 2.5;
}

/* CSS追加　userBtn ーーーーーーーーーー

ユーザーアカウントボタン

ーーーーーーーーーーーーーーーーーーーーー*/

.userBtn:hover span {
  opacity: 0.7;
}
.userBtn-list li {
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  transition: 0.3s ease;
}
.userBtn-list li a {
  color: #8a90a5;
  font-weight: 600;
  font-size: 0.9rem;
}
.userBtn {
  column-gap: 0.5rem;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease all;
}
.userBtn-list li:hover {
  background: #ebf0ff;
}
.userBtn-list li:hover a {
  color: var(--primaryBlue);
}
.userBtn span {
  font-size: 0.9rem;
  margin-left: 0.4rem;
}
.userBtn img {
  height: 2rem;
}

.modalList {
  width: auto;
  background: var(--white);
  border-radius: 0.8rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 0.7rem 0.8rem 0.7rem;
  list-style-type: none;
  z-index: 1000 !important;
}
.modalList.ttlChange-modalList {
  z-index: 2000 !important;
}

.modalList.userBtn-list {
  position: absolute;
  top: 12%;
  right: 5%;
}
.userBtn-list.is-active {
  display: block;
}
.userBtn-list li {
  margin-top: 0.2rem;
}
.userBtn-list li:first-child {
  margin-top: 0;
}

.modalOuter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000 !important;
  display: none;
}

.userBtn-listOuter.is-active {
  display: block;
}

.userBtn > .down-arrow {
  width: 0.7rem;
  margin-left: 0.5rem;
}

/* ユーザーボタン横の下矢印 */
.fa-caret-down {
  font-size: 2em;
  color: #009fb1;
}

/* 自動化実行、中止ボタン CSS追加 */
.btn-execution {
  background: var(--green);
  color: var(--white);
}

.btn-execution:hover,
.btn-execution:focus {
  background: #4bbbc8;
  color: var(--white);
  box-shadow: none;
}

.btn-cancel {
  background: var(--darkGray);
  color: var(--white);
}

.btn-cancel:hover,
.btn-cancel:focus {
  background: #b7bdc9;
  color: var(--white);
}

/* お知らせボタンーーーーーーーーーー

ーーーーーーーーーーーーーーーー*/
.fa-bell {
  transition: 0.3s ease opacity;
}
.fa-bell:hover {
  opacity: 0.6;
}

/* 自動化の設定ボタン ーーーーーーーーーー




ーーーーーーーーーーーーーーーーーーーー*/

.btnSet {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease opacity;
  z-index: 100;
  flex: 0.7;
  align-self: start;
  z-index: auto;
}

.btnSet.none {
  pointer-events: none;
}

.btnSetList {
  position: absolute;
  top: 5%;
  right: 5%;
}

.btnSetList {
  width: auto;
  background: var(--white);
  border-radius: 0.8rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 0.7rem 0.8rem 0.7rem;
  list-style-type: none;
}

.btnSetList li {
  margin-top: 0.2rem;
}
.btnSetList li:first-child {
  margin-top: 0;
}

.btnSetList li {
  padding: 0.2rem 1rem;
  border-radius: 0.5rem;
  transition: 0.3s ease;
  font-weight: 600;
}
.btnSetList li a,
.btnSetList li {
  color: #8a90a5;
  font-weight: 600;
  font-size: 0.9rem;
}

.btnSetList {
  width: 10rem;
}

.btnSetList li:hover {
  background: #ebf0ff;
  color: var(--primaryBlue);
}
.btnSetList li:hover a {
  color: var(--primaryBlue);
}
.btnSetOuter {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000 !important;
  display: none;
}
.btnSetOuter:hover .btnSetList {
  opacity: 1;
}

.btnSetOuter.is-active {
  display: block;
}

.btnSetOuter.none {
  pointer-events: none;
}

/* ------------------------

名前の変更モーダル

---------------------*/
.ttlChange-modalOuter .ttlChange-modalList {
  width: 25rem;
  padding: 1.3rem 1.3rem 0.3rem 1.3rem;
}

.modalList.ttlChange-modalList {
  position: absolute;
  top: 30%;
  right: 30%;
}
.ttlChange-modalOuter p {
  font-weight: bold;
}
.ttlChange-modalList.is-active {
  display: block;
}
.ttlChange-modalOuter.is-active {
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.ttlChange-modalOuter input {
  width: 100%;
}
.ttlChange-modalOuter .btnOuter {
  margin-top: 1.5rem;
  display: flex;
  justify-content: right;
}
.ttlChange-modalOuter .btn {
  width: 7rem;
  padding: 0.5rem 1.2rem;
}

.ttlChange-modalOuter .ttlChange-cancel {
  background: none;
  color: var(--primaryBlue);
  font-weight: bold;
}
.ttlChange-modalOuter .ttlChange-cancel:hover {
  opacity: 0.6;
}
/* ーーーーーーーーーーーーーーー

履歴ページ　

ーーーーーーーーーーーーーーーー*/

.page-link {
  border: none;
  transition: 0.3s ease;
}

.page-item.active .page-link {
  box-shadow: none;
}

.page-link.active,
.active > .page-link {
  font-weight: bold;
  color: var(--primaryBlue);
  background-color: var(--primaryBlueLight);
  border-color: transparent;
}
.page-link:hover,
.active > .page-link:hover {
  box-shadow: 0 0px 15px rgba(215, 226, 255, 0.9);
  opacity: 0.8;
}
#table1_wrapper,
#table_wrapper_news {
  padding: 0 2rem 0;
}

#table1 td,
#table1 th {
  white-space: wrap;
}

.card .card-header {
  padding: 1.5rem 2rem 0;
}

#table1 th .sort {
  width: 1.1rem;
  cursor: pointer;
}
#table1 th .sort:hover {
  opacity: 0.6;
}
.card .card-header .ttl {
  font-weight: bold;
}

.card .card-body {
  padding: 2rem;
}
.table > :not(caption) > * > * {
  padding: 0.9rem 1.2rem;
}

#table1 tr > td > p {
  font-size: 0.95rem;
  font-weight: 500 !important;
  color: var(--tableFontColor);
}
.log {
  font-size: 0.85rem;
}

.log-dl-btn {
  background: var(--lightGreen);
}
.log-dl-btn:hover {
  background: var(--lightGreen);
}
tr:last-child {
  border-bottom: solid 1px #e9ecef;
}

.dataTables_info {
  font-size: 0.9rem;
}

/* 何件中何件表示を削除 */
.dataTables_info {
  display: none;
}

/* table Dataを修正 */
.dataTables_filter {
  display: none;
}

#table1_length {
  display: none;
}

#table1 .log-wrapper {
  width: 35%;
}
#table1 .task-name {
  width: 16%;
}
#table1 .username {
  width: 15%;
}

/* 履歴の詳細ボタン */
.log-btn {
  cursor: pointer;
}

/* 背景色なし */
.badge {
  background: transparent !important;
}

.badge.bg-danger {
  color: #de3730;
  font-size: 1.2rem;
  font-weight: bold;
}
.badge.bg-danger::before {
  content: "\f071";
  font-family: FontAwesome;
  margin-right: 0.4rem;
}

/*  フォームの幅調整 */
.form-control {
  width: 100%;
}

#table-user_length {
  display: none;
}

#table-user .admin-check {
  width: 1.3rem;
}
#table-user td > p {
  margin-bottom: 0;
}

.table-user td > p > a {
  color: var(--primaryBlue);
}

/* del classがつくと文字がグレーになる */
.del td > *,
.del td > p > a {
  color: #c7c6ca;
}

/* ページ右下の設定ボタン */
.fixed-plugin .fixed-plugin-button {
  display: none;
}

/* 履歴ページ、ログが開いた時の文字位置調整 */

#table1 > :not(caption) > * > * {
  padding: 1.5rem 0.9rem 1.5rem;
}

#table1 td.log-wrapper {
  padding: 1rem 0.9rem 1rem;
}

/* 履歴ページdataTablesの読み込みでついた線を削除 */
table.dataTable.no-footer {
  border-bottom: 1px solid #e9ecef !important;
}

/* ---------------

履歴のステータス表示 

--------------------*/
.history-table .status-box {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
}
.history-table .status-img {
  width: 1.35rem;
  height: auto;
}
.history-table .statusTag {
  position: relative;
  font-weight: 600;
  font-size: 0.8rem;
}

/* 正常終了したが、一部エラー */
.history-table .someError {
  color: var(--cation);
}

/* 正常終了 */
.history-table .success {
  color: var(--green);
}

/* 実行中 */
.history-table .processing {
  color: var(--darkGray);
}

/* 実行中のプログレスアイコンのアニメーション */
.loader-progrss {
  margin-right: 1.1rem;
  --d: 13px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  color: var(--primaryBlue);
  box-shadow: calc(1 * var(--d)) calc(0 * var(--d)) 0 0, calc(0.707 * var(--d)) calc(0.707 * var(--d)) 0 1px, calc(0 * var(--d)) calc(1 * var(--d)) 0 1px, calc(-0.707 * var(--d)) calc(0.707 * var(--d)) 0 1.2px, calc(-1 * var(--d)) calc(0 * var(--d)) 0 1.6px,
    calc(-0.707 * var(--d)) calc(-0.707 * var(--d)) 0 1.8px, calc(0 * var(--d)) calc(-1 * var(--d)) 0 2px;
  animation: l27 0.75s infinite steps(8); /* ここを2sから1sに変更 */
}
@keyframes l27 {
  100% {
    transform: rotate(1turn);
  }
}

/* 実行停止 */
.history-table .revoked {
  color: var(--darkGray);
}

/* エラー */

.history-table .warning {
  color: var(--err);
}

/* ーーーーーーーーーーーーー



エラー文のレイアウトなど

ーーーーーーーーーーーーーーーーーー*/

#messsageContainer {
  color: var(--err);
}

/* -------------------

ログイン画面、新規登録画面

----------------------*/

#login .card .card-header {
  padding: 1.5rem 0rem 0;
}
#login .row > * {
  padding-left: 0;
}

.bg-gradient {
  background: linear-gradient(210deg, #3c76d0 50%, #2a5aa4 75%, #001b3f) !important;
}

.btn.btn-login,
.btn-register {
  width: 17rem;
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0.8rem 4rem;
  background: linear-gradient(230deg, #001b3f 1%, #3c76d0 50%, #2a5aa4 85%, #001b3f);
  background-position: 1% 50%;
  background-size: 200% auto;
  box-shadow: none;
  transition: 0.35s ease;
}
.btn-login:hover,
.btn-register:hover {
  opacity: 1;
  background-position: 79% 0%;
}

/* ログイン画面の背景画像 */
.login-wall {
  background: url("/static/assets/img/original/login-background-img.jpg"), linear-gradient(230deg, #3c76d0 50%, #2a5aa4 75%, #001b3f);
  background-repeat: no-repeat;
  background-size: 200%;
  background-position: center center;
}

.mask.login-mask {
  opacity: 1;
  mix-blend-mode: multiply;
}
/* スイッチボタンの背景色を変更 */
.form-switch .form-check-input:checked {
  border-color: var(--rightBtn);
  background-color: var(--backBtn);
}

#register .form-control {
  width: 100%;
}

/* ーーーーーーーーーーーーーーーー


プロフィール

ーーーーーーーーーーーーーーーーー*/
.password-form {
  position: relative;
  display: flex;
  align-items: center;
}
.password-form .eyeBtn {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.password-form img {
  width: 1rem;
  cursor: pointer;
}
.head-ttl p {
  font-weight: bold;
}

/* ------------------------


ユーザー管理ページ
自動化権限ページ


---------------------------*/

#userAdmin .sideNav,
#adminSetting .sideNav {
  padding: 3rem 0.8rem;
  position: relative;
  width: 22%;
}

#userAdmin .sideNav::after,
#adminSetting .sideNav::after {
  content: "";
  display: block;
  height: 90%;
  width: 1px;
  background: #e9ecef;
  position: absolute;
  top: 8%;
  right: 0;
}
#userAdmin .sideNav ul,
#adminSetting .sideNav ul {
  list-style-type: none;
  padding-left: 0;
}

#userAdmin .sideNav li,
#adminSetting .sideNav li {
  margin: 0 0.5rem 0.45rem;
  font-weight: bold;
  font-size: 0.87rem;
  border-radius: 1.3rem;
}

#userAdmin .sideNav li > a,
#adminSetting .sideNav li > a {
  display: block;
  padding-top: 0.675rem;
  padding-bottom: 0.675rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  border-radius: 1.3rem;
  transition: 0.3s ease;
}

#userAdmin .sideNav li a:hover,
#adminSetting .sideNav li a:hover {
  background: #ebf0ff;
  color: var(--primaryBlue);
}

.tab-item {
  color: var(--tableFontColor);
}
.tab-item.current {
  background: #ebf0ff;
  color: var(--primaryBlue);
}

#userAdmin .btn-deleate {
  margin-bottom: 0;
  background: var(--deleateBtn);
  transition: 0.3s ease;
}
#userAdmin .btn-deleate:hover {
  opacity: 0.7;
}

/* 自動化権限設定のチェックボックス */
#adminSetting .form-check .form-check-input {
  float: initial;
}

/* タスク順の変更 */
.taskList__outer {
  margin-top: 2rem;
  padding-right: 1.8rem;

}

ul.taskList {
  list-style: none;
}
li.taskList__item {
  padding: .8rem 1.4rem;
  background: var(--white);
  cursor: grabbing;
  border-radius: .5rem;
  box-shadow: rgba(149, 157, 165, 0.2) 2px 4px 12px;
  margin-bottom: .5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
li.taskList__item::before {
  content: "";
  background:url('/static/assets/img/original/grip-vertical-solid.svg')no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: .8rem;
  width: .9rem;
  height: .9rem;

}
li.taskList__item::selection  {
  background: var(--primaryBlueLight);
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.1);
}
/* --------------------------


ユーザー管理　パスワード設定

-----------------------------*/

#edit_pass .password-form {
  width: 50%;
}

.btn.btn-danger {
  background-color: var(--darkGray);
  margin-bottom: 0;
}

/* 復元ボタン */
.btn.btn-reborn {
  background-color: #dae2f9;
  color: var(--darkGray);
  margin-bottom: 0;
}

/* 管理者権限のチェック */
#authority-check  {
  min-width: 10rem;
  overflow: scroll;
}

/* ------------------------------

設定更新のアラート

---------------------------------
*/

/* 更新成功 */
.alert {
  border-radius: 0.9rem;
  padding: 0.7rem 2.3rem;
}
.alert-success {
  background: linear-gradient(170deg, #3c76d0, #2a5aa4, #1fbec0);
  border: none;
  border-color: none;
}

/* エラー */
.alert-error {
  background: linear-gradient(170deg, #de3730 30%, #840904 70%, #000);
  border: none;
  border-color: none;
}

/* ーーーーーーーーーーーーー


自動化タスクログイン情報

ーーーーーーーーーーーーーーー*/

.setting-form {
  width: 50%;
}

/* ーーーーーーーーーーーーーーー


チェックボックスの背景色を変更


ーーーーーーーーーーーーーーーーーー*/

.form-check-input:checked[type="checkbox"] {
  background: linear-gradient(230deg, #3c76d0 50%, #2a5aa4 75%, #001b3f);
}

/* ----------------------


ページ全体に関わる部分のテンプレのCSSを変更


--------------------------*/

.text-primary {
  color: var(--primaryBlue) !important;
}

.table td {
  color: var(--tableFontColor) !important;
}

/* -------------------------


お知らせページ、一覧と詳細

-----------------------------*/
.news-table td:first-child {
  width: 30%;
}

/* お知らせタイトル */
#news-detail .ttl {
  margin-top: 0.4rem;
  font-weight: bold;
  font-size: 1.35rem;
  color: #383b43;
}

/* お知らせ日付 */
#news-detail .data {
  font-size: 0.9rem;
  line-height: 0.5;
}

#news-detail .ttl-container {
  margin-top: 1rem;
}

#news-detail .card .card-header {
  padding: 2rem 3rem 0;
}

#table2 .news-detail a > p {
  color: var(--tableFontColor);
}
#table2 .news-detail a > p:hover {
  color: var(--tableFontColor);
  opacity: 0.7;
}

/* ーーーーーーーーーーーーーーー

パスワード入力フォーム


ーーーーーーーーーーーーーーーーー*/

.errMsg {
  display: block;
  color: var(--err);
  font-size: 0.8rem;
  margin-top: 0.3rem;
  font-weight: 600;
}

/* --------------------


画面サイズが一定以下なったときに、表示される
サイドナビを表示するボタン


----------------------*/

.nav-open-btn {
  background: rgba(255, 255, 255, 0.6);
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 3%;
  left: -2.5%;
  border-radius: 0 1rem 1rem 0;
  box-shadow: 0 8px 13px rgba(215, 226, 255, 0.7);
  margin: 0 auto;
}

.nav-open-btn .nav-link {
  padding: 0;
}

/* ーーーーーーーーーーーーーーー

新規ユーザー追加画面


ーーーーーーーーーーーーーーーーー*/

.btn-back.register-back {
  width: 17rem;
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0.8rem 4rem;
  margin-top: 0.5rem;
}

#register-page .mb-3 {
  width: 50%;
}

#register-page .form-check:not(.form-switch) .form-check-input[type="checkbox"]:after {
  transition: opacity 0.25s ease-in-out;
  font-family: "FontAwesome";
  content: "\f00c";
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.67rem;
  opacity: 0;
}
#register-page .form-switch .form-check-input:after {
  transition: transform 0.25s ease-in-out, background-color 0.25s ease-in-out;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  background-color: #fff;
  transform: translateX(1px);
  box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(20, 20, 20, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(20, 20, 20, 0.07);
  top: 1px;
}

#register-page .form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked:after {
  opacity: 1;
}
#register-page .form-switch .form-check-input:checked:after {
  transform: translateX(21px);
}
/*------------------------
   
   
   
   
  file upload  の記述
  
  --------------------------------*/
.uploader {
  position: relative;
  text-align: center;
  border: none;
  width: 100%;
  height: 17rem;
  background: transparent;
  background-image: linear-gradient(to right, #acabaf 8px, transparent 8px), linear-gradient(to bottom, #acabaf 8px, transparent 8px), linear-gradient(to left, #acabaf 8px, transparent 8px), linear-gradient(to top, #acabaf 8px, transparent 8px);
  background-size: 15px 3px, 3px 15px, 15px 3px, 3px 15px;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-position: left top, right top, right bottom, left bottom;
}

.uploader-wrap {
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
  z-index: 2;
  cursor: pointer;
}
.uploader p {
  margin-top: 0.5rem;
}

.uploder-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* タスク実行ページ　実行ボタン　戻るボタン */
.taskbtn-outer .btn {
  display: block;
  border-radius: 0.5rem;
  width: 15rem;
  color: var(--white);
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
}
.taskbtn-outer .exectionBtn {
  background: var(--green);
  color: var(--white);
}
.taskbtn-outer .btn-back {
  background: var(--backBtn);
  color: var(--darkGray);
}
.taskbtn-outer .btn-back a {
  color: var(--darkGray);
}
.taskbtn-outer .btn-back:hover {
  background: var(--backBtn);
}

.exectionBtn:hover {
  background: var(--green);
  color: var(--white);
  opacity: 0.7;
}

.exectionBtn:focus,
.exectionBtn:active {
  background: var(--green);
  color: var(--white);
}
.taskbtn-outer {
  display: flex;
  justify-content: right;
  column-gap: 1rem;
  z-index: 10;
  cursor: pointer;
}

/* ファイル選択ボタン */
.uploaderBtn {
  margin: 0 auto;
  display: block;
  background: var(--rightBtn);
  border-radius: 0.5rem;
  width: 15rem;
  color: var(--white);
  font-weight: bold;
  pointer-events: none;
  font-size: 1.1rem;
  cursor: pointer;
}
.uploader-wrap:hover .uploaderBtn {
  background: #a3c3ff;
  color: var(--white);
  cursor: pointer;
}
.uploader img {
  width: 6rem;
  height: auto;
}

.uploader input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 17rem;
  opacity: 0;
}

/* ファイルデータの表示場所 */
.uploadFile-container {
  margin-top: 3rem;
}

.uploadFile-container p {
  border-radius: 0.8rem;
  padding: 0.8rem 2rem;
  font-size: 0.9rem;
  text-align: left;
  background: var(--white);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  position: relative;
}
.uploadFile-container p.none {
  display: none;
}
.uploadFile-container p::before {
  content: "\f15c";
  font-family: FontAwesome;
  margin-right: 0.7rem;
  color: #585e71;
  font-size: 1.1rem;
  vertical-align: middle;
}
.uploadFile-container span {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #f2f0f4;
  cursor: pointer;
  transition: 0.3s ease opacity;
}

.uploadFile-container span:hover {
  opacity: 0.7;
}
.uploadFile-container span::before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #757780;
}

.errMsg {
  display: block;
  margin-top: 1.7rem;
  font-size: 0.95rem;
  color: #de3730;
  font-weight: bold;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding-left: 0;
}

/* side-navオープンボタン */
.open-btn {
  display: none;
}
.sideNav-close {
  display: none;
}
@media (max-width: 1200px) {
  .open-btn {
    display: block;
    width: 3rem;
    height: 3rem;
    background: var(--white);
    box-shadow: 0 8px 13px 0px rgba(215, 226, 255, 0.9);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
  .open-btn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1rem;
    height: 1rem;
    margin: 0 auto;
  }

  .sideNav-close.is-active {
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    position: absolute;
    top: 4%;
    right: 6%;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 0.8;
  }
  .sideNav-close:hover {
    opacity: 0.5;
  }
  .sidenav {
    transform: translateX(-17.125rem);
  }
  .sidenav.is-active {
    display: block;
    transform: translateX(0);
  }
}

@media (max-width: 580px) {
  .navbar > .container-fluid {
    display: flex;
    align-items: start;
  }
}

/* --------------------


稲葉追加


----------------------*/

/* 共通バッジスタイル */
.file-badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  margin-left: 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  color: #fff;
}

/* 色ごとのバッジスタイル */
.badge-xlsx {
  background-color: #198754; /* 緑色 */
}
.badge-xls {
  background-color: #265cb9; /* 青色 */
}

.badge-csv {
  background-color: #dba02b; /* 緑色 */
}

.badge-pdf {
  background-color: #ff3e3e; /* 緑色 */
}

.badge-zip {
  background-color: #0787ff; /* 青色 */
}
