.eventBtnCompact {
    display: none !important;
}

.eventBtn {
  margin-left: 20px !important; 
} 

.alignStreamingBtn {
  margin-top: 5px;
  display: inline-block !important;
}

.icon_mr_10 {
  margin-right: 10px;
}

.report{
  height: 100vh;
  width: 100%;
}

.ticketBadgePreview {
  border-radius: 5px;
  border-color: rgba(231, 234, 243, 0.7);  
  border-width: 1px;
  border-style: solid;
  height: 40px;
}

.ticketPreview {
  border-radius: 5px;
  border-color: rgba(231, 234, 243, 0.7);
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px 10px 20px;
  height: 140px;  
}

.ticketTitlePreview {
  font-size: 18px;
  color: white;
}

.ticketTextPreview {
 
  color: white;
  font-size: 12px;
}

.feedback{
  display: none;
  color: green;
  width:100%;
  margin-top:.25rem;
  font-size:.875em;
}

@media only screen and (max-width: 1200px) {
    
    .eventBtnCompact {
        margin-left: 20px !important; 
        display: flex !important;
    }

    .eventBtn{
      display: none !important;
    }

    .btnText{
      margin-bottom: 0px !important;
    }
  }

@media only screen and (max-width: 600px) {
    .eventBtn {
      margin-left: 20px !important; 
      font-size: 0 !important;
      display: none !important;
    }

    .icon_mr_10 {
      margin-right: 0px;
    }

    .btnText {
      display: none;
    }
}