/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}
@media (max-device-width: 640px) {
  html {
    font-size: 30px;
  }
}
@media screen and (max-device-width: 1366px) and (min-device-width: 640px) and (orientation: landscape){
  /* pad表示時 */
  body {
    font-size: 15px;
  }
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  /* pad表示時 */
  body {
    font-size: 15px;
  }
}

/* Sticky footer styles
-------------------------------------------------- */

body {
  /* Margin bottom by footer height */
  margin-bottom: 10px;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

  color: #000000;
  line-height:1.3em;
  background-color: #FFFFFF;
  height: 100%;
  width:100%;
  margin: 0;         /* デフォルトの余白も消す */
  padding: 0;
}


.navbar{
  background:  #edf6fc;
  line-height: 0.5;
  padding: 0em;
}

.header{
  background:  linear-gradient(to right,#00a0e8, #004fa3);
  width:100vw;
  height:1vh;
}

.header-logo {
  display: flex;
  width:100vw;
}

@media (max-device-width: 640px) {
  .header-logo {
    padding: 10px;
  }
}

.logo-left  {
  padding: 8px 16px;
  width:50vw;
}

.logout-right  {
  padding: 8px 16px;
  text-align: end;
  width:50vw;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* ボタン標準 */
.btn-primary
{
  background: rgba(0, 156, 225, 1);
  transition: all 0.3s ease;
  border-radius: 20px;
}
@media (max-device-width: 640px) {
  .btn-primary {
    border-radius: 50px;
  }
}

.btn:hover {
  background: #8BCCEB;
  color: #004c9b; /* 暗めのグレーで柔らかい印象 */
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.btn-primary-main
{
  background: #FFFFFF;
  color: #004c9b;
  transition: all 0.3s ease;
  border-radius: 20px;
  border-color: #009ce1;
}
@media (max-device-width: 640px) {
  .btn-primary-main {
    border-radius: 50px;
  }
}

.btn-primary-main:hover {
  background: #009ce1;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
@media (max-device-width: 640px) {
  .btn-primary-main:hover {
    border-radius: 50px;
  }
}

/* ボタン共通サイズ*/
.BtnWidthSizeCommon{
 width: 200px;
}
@media (max-device-width: 640px) {
  .BtnWidthSizeCommon {
    width: 50vw;
  }
}

/* メインコンテナ */
.main-container{
  border: 1px solid #004c9b;
  padding: 10px;
  height: 80vh;
}

@media (max-device-width: 640px) {
  .main-container {
    height: 75vh;
  }
}



/* Main タブ*/
.tabs-container {
  margin-bottom: 0;
  padding-top: 10px;
  margin-left:10px;
}

.tabs {
  display: flex;
  overflow: hidden;
  justify-content: center;  /* ← これが右寄せの正解 */
  align-items: center;        /* （必要であれば縦方向中央揃え） */
}

.tab {
  width: 200px;
  padding: 5px 0;
  text-align: center;
  background: #EEF1F9;
  cursor: pointer;
  margin-left:10px;
}

@media (max-device-width: 640px) {
  .tab {
  margin-left:5px;
  margin-right:5px;
    width: 45vw;
    height: 5vh;
	display: flex;
  justify-content: center;  /* ← これが右寄せの正解 */
  align-items: center;        /* （必要であれば縦方向中央揃え） */
  }
}

.tab a {
  color:#000000;
}

.tab:hover   {
  background: #DEE4F3;
}

.tab:hover  a {
  color:#004c9b;
}


.active {
  width: 200px;
  padding: 5px 0;
  text-align: center;
  cursor: pointer;
  margin-left:10px;
  background: linear-gradient(to bottom, #00a0e8, #004fa3);
  font-weight: bold;
}

@media (max-device-width: 640px) {
  .active {
  margin-left:5px;
  margin-right:5px;

    width:45vw;
    height: 5vh;
	display: flex;
  justify-content: center;  /* ← これが右寄せの正解 */
  align-items: center;        /* （必要であれば縦方向中央揃え） */
  }
}

.active a {
  color:#FFFFFF;
}

.tab-content {
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 600px;
  margin: 0 auto;
  border-top: none;
}

.tab-content.active {
  display: block;
}


.LoadingRun{

}

/* Main 画面*/
.Top-list{

}

.dataTables_wrapper{
	padding-top:10px;
}


.Top-list th{
  text-align: center;
  background: #DEE4F3;
}

.Top-list tbody tr td{
}

table.dataTable thead th, table.dataTable thead td {
	border-left: 3px solid #FFFFFF;
	border-bottom:none;
	text-align: left;
}

table.dataTable.no-footer {
	border:none;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border:none;
}

table.dataTable tbody tr:nth-child(even) {
  background-color: #edf6fc !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #004c9b!important;
    border: none;
    border-radius: 2px;
}

/* 強制的に hover スタイルを適用（!importantあり） */
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.current):hover {
  color: #004c9b!important;
  background: #FFFFFF!important;
  border: none!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {

    // border: none;


    background: white;
}

/* 検索ボックスを左寄せ */
.dataTables_wrapper .dataTables_filter {
  float: left !important;
  text-align: left !important;
}

.dataTables_filter input{
  border:1px solid #004c9b!important;
 height:5vh;
}

@media (max-device-width: 640px) {
  .dataTables_filter input {
	height:3vh;
	background:#FFFFFF;
  }
}

@media screen and (max-device-width: 1366px) and (min-device-width: 640px) and (orientation: landscape){
  .dataTables_filter input {
	height:3vh;
	background:#FFFFFF;
  }
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  .dataTables_filter input {
	height:3vh;
	background:#FFFFFF;
  }
}

input[type="search"]:focus {
  outline: none;
}

.headerLock{
  position: sticky;
  top: 0;
  &:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 99%;
    height: 100%;
    border: 1px solid #ccc;
  }
}

/* マイメニュー*/
.mymenuTable td{
   border: 1px solid #000000;
}

.mymenuTable .header{
   background: #DFDFDF;
}

/* CSVダウンロード */
.csvDownloadBtn{

}

/* ファイルダウンロード */
.fileDownloadBtn{

}

.modal-open {
  color: #007bff;
}
/* モーダル コンテンツエリア */
#modal-main {
 display: none;
 width: 800px;
 height: 400px;
 margin: 0;
 padding: 0;
 background-color: #ffffff;
 color: #666666;
 position:fixed;
 z-index: 2;
}

/* モーダル 背景エリア */
#modal-bg {
 display:none;
 width:100%;
 height:100%;
 background-color: rgba(0,0,0,0.5);
 position:fixed;
 top:0;
 left:0;
 z-index: 1;
}


.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  padding: 20px;
      justify-content: center; /* 水平方向中央 */
      align-items: center;     /* 垂直方向中央 */
}

.center-box-upload {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
      justify-content: center; /* 水平方向中央 */
      align-items: center;     /* 垂直方向中央 */
}

.main-bg {
	background: linear-gradient(to bottom, #00a0e8, #004fa3);
	height:100vh;
	wight:100%;
	overflow: hidden;
  display: flex;
  align-items: center;      /* 縦方向中央 */
  justify-content: center;  /* 横方向中央 */
}

@media screen and (max-device-width: 640px) {
  /* スマホ表示時 */
  .main-bg {
   align-items: start;      /* 縦方向中央 */
  }
}

.message {
	height:25vh;
	width:30vw;
	background: #FFFFFF;
	color:#004c9b;
	display: flex;
      justify-content: center; /* 水平方向中央 */
      align-items: center;     /* 垂直方向中央 */
}

@media screen and (max-device-width: 640px) {
  /* スマホ表示時 */
  .message {
    width: 95vw;
  }
}

@media screen and (max-device-width: 1366px) and (min-device-width: 640px) and (orientation: landscape){
  /* pad表示時 */
  .message {
    width: 75vw;
  }
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  /* pad表示時 */
  .message {
    width: 75vw!important;
  }
}

.input-size{
	width:25vw;
}

@media screen and (max-device-width: 640px) {
  /* スマホ表示時 */
  .input-size {
    width: 95vw;
  }
}

@media screen and (max-device-width: 1366px) and (min-device-width: 640px) and (orientation: landscape){
  /* pad表示時 */
  .input-size {
    width: 30vw!important;
  }
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  /* pad表示時 */
  .input-size {
    width: 50vw!important;
  }
}

.errordiv {
	background: red;
	color:#FFFFFF;
}


/* ボタン標準 */
.btn-logout
{
  background: rgba(0, 156, 225, 1);
  transition: all 0.3s ease;
  border-radius: 20px;
  background: #000000;
  color:#FFFFFF;
}

@media screen and (max-device-width: 640px) {
  /* スマホ表示時 */
  .btn-logout {
    border-radius: 50px;
  }
}


.btn-logout:hover {
  background: #004c9b;
  color:#FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.mymenu_header {
  background:  #edf6fc;
  width:10vw;
  height:5vh;
  border:5px solid white!important;
  padding-left:25px;
}

@media screen and (max-device-width: 640px) {
  /* スマホ表示時 */
  .mymenu_header {
    width:90vw;
  }
}

@media screen and (max-device-width: 1366px) and (min-device-width: 640px) and (orientation: landscape){
  /* スマホ表示時 */
  .mymenu_header {
    width:20vw;
  }
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  /* スマホ表示時 */
  .mymenu_header {
    width:20vw;
    height:3vh;
  }
}

.mymenu_value {
  background:  #f4f4f4;
  width:30vw;
  height:5vh;
  border:5px solid white!important;
  padding-left:25px;
  padding-right:25px;
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  /* スマホ表示時 */
  .mymenu_value {
    width:50vw;
    height:3vh;
  }
}

.mymenu_input {
  border:1px solid #004c9b!important;
  height:100%;
  width:100%;
}

.mymenu_header_input  {
  background:  #edf6fc;
  width:10vw;
  height:5vh;
  border:5px solid white!important;
  padding-left:25px;
}

@media screen and (max-device-width: 640px) {
  /* スマホ表示時 */
  .mymenu_header_input {
    width:90vw;
  }
}

@media screen and (max-device-width: 1366px) and (min-device-width: 640px) and (orientation: landscape){
  /* スマホ表示時 */
  .mymenu_header_input {
    width:20vw;

  }
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  /* スマホ表示時 */
  .mymenu_header_input {
    width:20vw;
    height:3vh;
  }
}

.mymenu_value_input {
  width:30vw;
  height:5vh;
  border:none!important;
}

@media screen and (min-device-width: 640px) and (max-device-width: 13664px) and (orientation: portrait) {
  /* スマホ表示時 */
  .mymenu_value_input {
    width:50vw;
    height:3vh;
  }
}

.mymenu_error_td{
	border:none!important;
}

@media (max-device-width: 640px) {
  body {
    font-size: 45px;
  }

  .center_input {
  	text-align:center!important;
  }

  .img-size{
    width: 30%;  /* 画面幅にフィット */
    height: auto;
  }

  .img-size-logo{
    width: 50%;  /* 画面幅にフィット */
    height: auto;
  }
}



.loader {
  margin: 100px auto;
  font-size: 50px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}