

body{
    box-sizing: border-box;
}


main{
    width:70%;
    margin:0 auto;
    margin-bottom: 55px;
}

nav{
    position: fixed;
    padding: 0 !important;
    margin: 0 !important;
    bottom: 0;
    width:100%;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
    z-index: 502;
}

nav a{
    padding: 0 !important;
    margin: 0 !important;
}

nav a i{
    width: 100%;
    text-align: center;
    font-size:30px;
    padding:5px !important;
    background-color: white;
    color:blue;
}

nav a p{
    width: 100%;
    text-align: center;
    font-size:10px;
    padding:5px !important;
    background-color: white;
    color:blue;
}

nav a i:hover{
    color:#F44336;
    /* background-color: blue; */
    padding:5px !important;
}   

h1{
    width: fit-content;
    margin: 0 auto;
}

.fab_btn {
    background-color: #F44336;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #F44336;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 23px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 200;
  }
  
  .fab_btn:hover {
    transform: scale(1.5);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: blue;
  }

.fab_btn_two{
    background-color: #F44336;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #F44336;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 23px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    position: fixed;
    bottom: 60px;
    right: 100px;
    z-index: 200;
}

.fab_btn_two:hover{
    transform: scale(1.5);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: blue;
}



dialog{
    position: fixed;
    top:25%;
    box-shadow: 10px 10px 20px rgba(36, 36, 36, 0.5);
    width: calc(100vw - 20px);
    border-radius: 20px;
    z-index: 20;
}

dialog input{
    width: calc(100% - 20px) !important;
    margin:10px auto;
    border-radius: 5px;
}
dialog select{
    width: calc(100% - 20px) !important;
    margin:10px auto;
    border-radius: 5px;
}
dialog button{
    margin-top:10px;
    margin-right:20px;
    float:right;
}


.activityIndicate{
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  
.cursor-pointer{
    cursor:pointer;
}
 
.cursor-pointer:hover{
    cursor:pointer;
    background-color: lightgrey;
}

.cursor-pointer:disabled{
    color:grey;
}

.signin-buttons{
    width:50%;
    float:left;
}

.signin-buttons button{
    width:100%;
}

.main-signin-button{
    width:100%;
    
}

h3,h2,h4,h5,h6{
    text-align: center;
}



.btn{
    background-color: blue !important;
    color:white !important;
    font-weight: bold !important;
}

.active-tab{
    background-color: blue !important;
    color:white !important;
}
.active-tab i{
    background-color: blue !important;
    color:white !important;
}
.active-tab p{
    padding:0;
}

.ingredientrow:hover{
    margin:0;
    cursor: pointer;
    background-color: lightslategray;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.ingredientrow p{
    margin:0;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.ingredientrow input{
    margin:0;
    padding-top: .25rem;
    padding-bottom: .25rem;
}


.addDay:hover{
    cursor: pointer;
    /* width: 65vw;
    margin: 5px 0;
    border: 3px solid lightblue;
    border-radius: 5px; */
}

.addCursorPointer:hover{
    cursor: pointer;
}


.icon-replace{
    font-size: 10px !important;
}

a .icon-replace{
    font-size: 10px !important;
}

.menu-select{
    width:100% !important;
}

.entree-image-div{
    border-radius: 5px;
    background-color: grey;
    padding:5px;
}

.entree-image{
    border-radius: 5px;
    background-color: lightblue;
    margin: 5px;
    padding:5px;
}

.accordion-button{
    padding: 5px 10px !important;
}

.entree-image{
    max-width: calc(100% - 10px);
    max-height: 35vh;
}

.image-upload{
    max-width: 50%;
}


/******************************************************/
#roulette-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; /* <— allows stacked layout */
  opacity: 0;
  z-index: 99999;
  transition: opacity 0.8s ease-in-out;
}

#roulette-overlay.show { opacity: 1; }
#roulette-overlay.hide { opacity: 0; }

#roulette-title {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 6px rgba(255,255,255,0.4);
}

#roulette-wrapper {
  position: relative;
}

#roulette-wheel {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 6px solid #222;
  background:
    conic-gradient(
      #e53935 0deg 36deg,
      #43a047 36deg 72deg,
      #e53935 72deg 108deg,
      #43a047 108deg 144deg,
      #e53935 144deg 180deg,
      #43a047 180deg 216deg,
      #e53935 216deg 252deg,
      #43a047 252deg 288deg,
      #e53935 288deg 324deg,
      #43a047 324deg 360deg
    );
  animation: roulette-spin 3.4s cubic-bezier(.25,.1,.25,1) forwards;
  position: relative;
}

#roulette-wheel::after {
  content: "";
  position: absolute;
  inset: 125px;
  background: #111;
  border-radius: 50%;
  border: 4px solid #222;
}

/* pointer */
#roulette-pointer {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 28px solid yellow;
  position: absolute;
  top: -35px;
  left: calc(50% - 14px);
  rotate: 180deg;
  filter: drop-shadow(0px 0px 4px rgba(255,255,0,0.8));
  z-index: 999999;
}

@keyframes roulette-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(2160deg); } /* ~6 spins */
}

/******************************************************/


.menu-block{
    
}
.menu-block select{
    width:100%;
}
.menu-block input{
    height: auto;
}

.menu-block img{
    width: auto;
    max-height: 100px;
}

.menu-block .container{
    margin:0;  
    padding: 0;
}
.menu-block .col, .menu-block .col-auto{
    margin:5px;  
    padding:0;
}

.theme-text-menu{
    font-size: .85rem;
    font-weight: bold;
    color: grey;
    margin: 3px;
}

.fit-menu-image{
    max-width: 100px;
    max-height: 75px;
}

.menu-block .row{
    margin:0 !important; 
}

.front-page-buttons-action{
    width:100%; 
}

    