.fixed-right {
    position:fixed;
    width:auto;
    bottom:0px;
    right:0px;
    z-index:12;
    background: black;
    /* border: 1px solid #e98025; */
    border-radius:3px;
    color:white;
    padding:2px 5px;
    font-size:12px;
  }
  .fixed-left {
    position:fixed;
    width:auto;
    bottom:0px;
    left:0px;
    z-index:12;
    background: #009cd9;
    /* border: 1px solid #e98025; */
    border-radius:3px;
    color:#ffffff;
    padding:2px 5px;
    font-size:16px;
  }

.alert-button{
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ec3237;
  border-radius: 10px;
  animation: shadow-pulse 1s infinite;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px #ff19006e;
  }
  100% {
    box-shadow: 0 0 0 8px #f9827518;
  }
}


.overlay {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
/* background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.9); */
background:#fffffffa;
overflow-x: hidden;
transition: 0.5s;
}

.overlay-content {
position: relative;
top: 10%;
width: 100%;
/* margin-top: 30px; */
padding:10px;
}

.overlay a {
padding: 8px;
text-decoration: none;
font-size: 36px;
color: #818181;
display: block;
transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
color: #f1f1f1;
}

.overlay .closebtn {
position: absolute;
top: 5px;
right: 20px;
color:red;
font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 20px;
  top: 5px;
  right: 20px;
  color:red;
  }
}

select option:disabled {
  color: #8d8e8e;
  font-weight: bold;
  text-align:center;
}
