@font-face {
  font-family: "Bebas Reg";
  src: url("/static/fonts/BebasNeueRegular.woff2") format("woff2");
       
}
@font-face {
    font-family: "Bl Pro";
    src: url("/static/fonts/BlissPro.ttf");
}
:root {
    --bgc: #F5F5F5;
    --bgt: #353535;
    --bgtn: #F5F5F5;
    --gold-color: #C09D5F;
}

html,body {
    
    height: 100%;
    font-size: 30px;
    box-sizing: border-box;
    overflow:hidden;
    color: var(--bgt);
    user-select:none;
}
.rest-6 { 
display:none;
}
.calendar-header {
    font-family: Bebas Reg;
    text-transform: uppercase;

}
.curdate {
    text-transform: uppercase;
    font-family: Bebas Reg;
    text-align: right;
    color: var(--bgt);
    text-transform: uppercase;
}
.wb-wrapper {
    display: grid;
    grid-template-columns: 0.4fr 1fr 0.4fr;
    grid-template-rows: 100vh;
    grid-template-rows: 100vh;
    column-gap: 40px;
    justify-content: center;
    margin: 0 auto;
    margin-left: 40px;
    overflow:hidden;
}
.unconfirmed-list {
    background: #E8DCB8;
    height: 95vh;
    align-self: center;
    position: absolute;
    width: 20%;
    right: -20%;
    transition: all 400ms;
    overflow-y: overlay;
}
.showlist {
    padding-top: 30px;
    right: 0%;
    transition: all 400ms;
}
.calendar-view {
    align-self: center;
    height: 80vh;
    grid-template-rows: 0.1fr 0.4fr 1fr 0.2fr;
    width: 100%;
    background-color: #F5F5F5;
    box-shadow:rgb(0 0 0 / 35%) 0px 1px 2px;
/*
    font-family: BPE;
*/
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}
.calendar-wrap {
    display: grid;
    grid-template-columns: 20px 1fr 20px;
    column-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
}

.has-reserve {
  
/*
    color: white;
*/
}
.calendar-header {
    grid-row: 2;
    background-color: #F5F5F5;
    border-radius: 10px;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
}
.calendar {
    font-family: Bebas Reg;
    height: 100%;
    background-color: #F5F5F5;
    border-radius: 10px;
    grid-template-columns: repeat(7,1fr);
    grid-auto-rows: 1fr;
    display: grid;
    align-items: end;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
    justify-items: center;
    align-self: end;
    margin-bottom: 50px;

}

.reserve-list {
    background-color: #F5F5F5;
    box-shadow: rgb(0 0 0 / 35%) 0px 1px 2px;
    height: 100vh;
    align-self: center;
    display: grid;
    grid-auto-flow: row;
    grid-auto-rows: min-content;
    overflow-y: scroll;
    
    
}
.weekname {
    display: flex;
    
}
.cell {
    position: relative;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 180px;
    display:grid;
    align-content: center;
    justify-content: center;
    user-select: none;
    font-size: 30px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 5px;
    margin-left: 27px;
    transition: all 800ms;
}
.cell div {
   transition: all 600ms;
   pointer-events: none;
}
.cell span {
    background-color: #c09d5f;
    border-radius: 90px;
    opacity: 0;
    height: 22px;
    width: 22px;
    font-size: 16px;
    display: grid;
    justify-content:center;
    align-content: center;
    left: 70%;
    top: 20%;
    transition: all 300ms;
    color: #F5F5F5;
    margin-left:0;
    
}
.cell:hover > div {
    transition: all 400ms;
    transform: scale(1.8);
    margin-left: 18px;
}
.cell:hover > span {
    margin-left: 10px;
    padding-top: -2px;
}
.cellnum-6, .cellnum-7 {
    color: #FF0000;
}
.reserve-card {
    font-size: 22px;
    font-family: 'Bebas Reg';
    margin: 0 auto;
    transition: 200ms;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 20px;

    
}
svg {
    width: 30px;
    height: 30px;
    fill: var(--bgt);
}
}
svg:hover {
    transition: all 600ms;
    fill: #c09d5f;
    transform: scale(1.5);
}
.broncard {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: scroll-y;
}
.broncard-header {
     

    
}
.broncard-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}
.upper {
    text-transform: uppercase;
}
.header-line{
    border-bottom: 1px solid black;
    
}
.tools {
    font-family: Bebas Reg;
    font-size: 20px;
    transition: all 600ms;
    user-select: none;
    cursor: pointer;
}
.broncard {
    font-family: 'Bebas Reg';
    font-size: 22px;
    margin-bottom: 40px;
}
button {
    background-color: var(--gold-color);
    color: var(--bgtn);
    font-family: 'Bebas Reg';
    font-size: 20px;
}
.card-title {
    border-bottom: 1px solid var(--bgt);
}
.login-wrap {
    display: flex;
    flex-direction:  column;
    max-width: 300px;
    margin: 0 auto;
    top: 30%;
    justify-content: center;
    height: 70%;
    row-gap: 30px;
}
.login-wrap img {
    max-width: 200px;
    text-align: center;
    min-width: 200px;
    margin: 0 auto;
    
}
input {
    border:0;
    border-bottom: 1px solid var(--bgt);
    font-family: "Bebas Reg";
    font-size: 20px;
}

input:focus-visible  {
    outline: none;
    font-family: "Bebas Reg";
    
    border-bottom: 1px solid var(--gold-color);
    
}

.log-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    
    justify-content: center;
}
#error {
    font-family: 'Bebas Reg';
    font-size: 20px;
    text-align: center;
    color: red;
}
.calendar-view a {
    color: var(--gold-color);
    font-family: Bebas Reg;
}
