/*
Theme Name: Alpaka Point
Theme URI: http://articnet.jp
Author: ArticNet
Author URI: http://articnet.jp/
Description: Theme for Alpaka Point
Version: 1.0
*/


body{
    background-color: #f4e8DE;
    width: 100%;
    top:0;
    left:0;
    position: absolute;
    text-align:center;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    padding: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom:64px;
}

 a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}

a:hover {
      text-decoration: none;
}

a:active {
      text-decoration: none;
}

footer{
    position: fixed;
    width: 100%;
    bottom: 0;
    left:0;
    background-color: #f1f1f1;
}
footer #copyright{
    margin: 20px 0;
}

#site-title{
    margin: 20px 0px 5px 0;
}

#site-title a{
    font-weight: 700;
    text-decoration: none;
    font-size: 25px;
}
#site-title #header_logo{
    height:80px;
}

#logout-link{
    margin: 30px 0;
    display: block;
}

.auth-container {
    margin: 50px auto;
    padding: 1em;
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
}
label, input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
}
input{
    display: block;
    width: calc(100% - 8px);
    margin-bottom: 10px;
    height: 30px;
    padding: 3px;
    border: 1px solid #979797;
    border-radius: 3px;
}
input[type="submit"] {
    background: black;
    color: white;
    border: none;
    border-radius:3px;
    margin: 50px 0 20px 0;
    height:42px;
}
.login-remember label{
    display: flex !important;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
}
.login-remember input{
    margin: -2px 10px 0px 0;
}
.switcher {
    text-align: center;
    margin-top: 20px;
}
.login-remember label, .login-remember #rememberme{
    display: inline;
    width: auto;
}

#qrcode{
    width: 90%;
    height: 90%;
    position: relative;
    display: block;
    margin: 25px auto;
}

#qrcode img{
    display: block;
    object-fit: cover;
    width: calc(100% - 20px);
    background-color: #fff;
    max-width: 230px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 7px;
}

#prize-container{
    background-color: #fff;
    border-radius: 7px;
    width: calc(94% - 30px);
    margin: 0 3%;
    padding: 15px;
}
#prize-container ul{
    list-style-type: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

#prize-container ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 5px;
}

#prize-container .coupon-status button{
    border: 2px solid #259855;
    background-color: transparent;
    border-radius: 5px;
    width: 52px;
    display: flex;
}

#prize-container .coupon-status svg{
    height:42px;
    fill:#259855
}
#prize-container .coupon-status .btn-container{
    width: 52px;
    display: flex;
    height: 52px;
    justify-content: center;
    align-items: center;
}
#prize-container .coupon-status svg.past{
    fill: #ccc;
}
#prize-container .coupon-status svg.next{
    fill: #c178a1;
}
#prize-container .coupon-title{
    width: 55%;
    text-align: left;
}
#prize-container .coupon-point{
    width: 30%;
    text-align: left;
}
.success-msg{
    color: #259855;
}
.error-msg{
    color: #882121;
}
#disclaimer{
    padding: 10px;
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
    color: #333;
}
.admin-btn{
    background-color: #333;
  height: 40px;
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 5px;
  margin: 20px auto;
  border: 0;
  font-size: 15px;
  font-weight: 600;
}