@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap');

body{
    font-family: roboto;
}

.venue-logo{
    width: 50px;
    border: 3px solid #000000;
    border-radius: 50px;
    padding: 5px;
    margin-top: auto;
    margin-left: 10px;
}

.modal-header{
    color: black;
}


#leftside-menu-container{
    background: black !important;
}

.widget-icon{
    background-color: unset !important;
}

.leftside-menu{
    background: black !important;
}

.form-check-input:checked{
    background-color: #0acf97 !important;
    border-color: #0acf97 !important;
}

.timeline-alt .timeline-item .timeline-icon{
    font-size: 16px !important;
}

.alternate-gothic{
  font-family: alternate-gothic-no-1-d,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.blink {
        animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;
      }
      @keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }

.termina{
  font-family: termina, sans-serif;
  font-display: swap;
}

.venue-logo-upload{
    width: 190px;
    border: 2px solid black;
    margin-bottom: 30px;
}

th{
    font-weight: initial;
}

.font-weight-bold{
    font-weight: bold;
}

.facility-list  button{
    width: 100%;
    margin: 2px 0px;
    color: black;
    border: none;
    border-radius: 8px;
    height: 40px;
    text-transform: uppercase;
}

.btn-primary{
    background-color:  #91F291 !important;
    border: none;
    box-shadow: none;
}

.facility-add-new{
    width: 250px;
    margin: 2px 0px;
    color: black;
    border: none;
    border-radius: 8px;
    height: 40px;
    text-transform: uppercase;
}

.facility-list ul{
    list-style: none;
    padding: 0;
}

.bg-green{
    background-color: #91F291 !important;
}

.bg-red{
    background-color: #fe4857 !important;
}

.green{
    color:  #91F291 !important;
}

.red{
    color:  #fe4857 !important;
}

.modal-time{
    display: inline;
    position: relative;
    top: 2px;
}

.black{
    color: black !important;
}

.white{
    color: white;
}

.hover-no-colour:hover{
    color: inherit !important;
}

.bg-black{
    background-color: black;
}

.verticle-line{
    border: 2px dashed black;
    position: absolute;
    z-index: 999;
}

b{
    font-weight: bold !important;
}

a{
    text-decoration: none !important;
}

.modal-header{
    padding: 0px !important;
    background: #fe4857;
}

.modal-title-text{
    height: 100%;
    width: 100%;
    padding-left: 20px;
}

.modal-close{
    background: black;
    color: white;
    height: 40px;
    width: 40px;
    border: none;
}