.pre-order-alert-icon{
    background-image: url(/assets/img/pre_order_icon.png);
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    margin-top: -15px;
}

.modal-content{
    background-color: #000000d1;
    border-radius: 15px;
  }
  
  .modal-header{
      margin: 0px 18px;
      padding: 1rem;
  }
  
  .modal-dialog{
    width: 30%;
  }
  
  .modal-title{
    font-size: 18px;
    color: white;
    line-height: initial;
    margin-bottom: -10px;
    margin-left: -16px;
  }
  
  #check_previous_order_alert .modal-title{
    font-size: 18px;
    color: white;
    line-height: initial;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    margin-bottom: -10px;
  }
  
  .modal-dialog-centered{
    display: flex;
    align-items: center;
  }
  
  #check_group_booking_invitation .modal-footer{
    border-top: none;
    padding-top: 0;
  }
  
  #check_group_booking_invitation .btn{
    font-size: .8rem;
    padding: 6px;
    border-radius: 10px;
  }
  
  #check_group_booking_invitation .btn:hover{
    border-radius: 10px;
  }
  
  #check_previous_order_alert .btn{
    font-size: .8rem;
    padding: 6px 15px;
    border-radius: 10px;
  }
  
  .alert-content{
    color: white;
    text-align: center;
    font-size: 16px;
    padding: 10px 55px;
    border-top: 1px solid #676666;
    border-bottom: 1px solid #676666;
  }
  
  .pre-order-btn-group{
    text-align: center;
    border-bottom: 1px solid #676666;
    padding: 15px;
  }
  
  .pre-order-ok-btn{
    background: #BCE045;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 20px;
    cursor: pointer;
  }
  
  .pre-order-not-ok-btn{
    padding: 5px 10px;
    border-radius: 10px;
    background: #FF0017;
    cursor: pointer;
  }
  
  .close{
    font-size: x-large;
    color: white;
    margin-right: -16px;
  }

  #check_group_booking_invitation .btn-primary{
    border-color: #ddae71;
    background-color: #ddae71;
    color: #fff;
  }

@media (min-width: 576px){
    .modal-dialog-centered{
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
}

@media (max-width:575px){
    .form-control{
        margin-top: calc(100% - 300px) !important;
    }
}

@media (max-width: 992px){
    .modal-dialog-centered{
        top: 110px;
        left: 0;
        margin: 0 auto;
        min-height: 0;
        width: 95%;
    }
}

  