/********************************************************common blank button css start*******************************************/

@media screen and (min-width: 100px) and (max-width: 1023px) {
  .newbutton .custom-new-button .siteButton-new-button {
    margin: 0 auto;
    text-transform: uppercase;
  }
}

.new-btnContainer{
  margin:0px auto;
  display:block;
  text-align: center;
}

.new-btnContainer .custom-new-button{
  display: inline-block;
  margin:0 auto;
}

.newbutton .custom-new-button .siteButton-new-button {
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #ed1c24;
  margin:0 auto;
  padding: 5px 20px;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  line-height: 20px;
  min-width: 155px;
  height: unset;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newbutton .new-btnContainer .custom-new-button{
  text-decoration: none;
}

.flex-container .newbutton .new-btnContainer .custom-new-button span{
  text-decoration: none;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.flex-container .newbutton .new-btnContainer .custom-new-button span.btn-red{
  color: #fff;

}

.flex-container .newbutton .new-btnContainer .custom-new-button span.new-button-btn-outlined{
  color: #ed1c24;
}

.flex-container .newbutton .new-btnContainer a.custom-new-button:hover {
  text-decoration: none;
}

.newbutton .new-btnContainer .custom-new-button .siteButton-new-button{
  width: max-content;
}

.new-btn-alignment{
  text-align: left;
}

.newbutton .custom-new-button  .new-button-btn-outlined{
  background: transparent;
  color: #ed1c24;
}

.newbutton .custom-new-button .btn-red{
  background: red;
    color: #fff;
}

.new-button-btn-outlined:hover{
  background: #fff;
  box-shadow: 0 5px 7px rgb(228 24 32 / 40%);
}

.new-button-btn-outlined:active{
  background: #ff373f ;
  border: 1px solid #ff373f ;
  color: #fff ;
  box-shadow: 0 5px 7px rgb(228 24 32 / 40%);
  
}

.cmp-blankButton--inline{
  display: inline-block;
}

.cmp-blankButton--margin{
  margin:15px 10px 15px 10px;
}

@media screen and (max-width: 768px){
  .newbutton .new-btnContainer .custom-new-button .siteButton-new-button{
    width: auto;
  }
}

@media screen and (max-width:480px) {

  .cmp-blankButton--inline{
    display:block;
  }  

}

/*************************************************************common blank button css end*************************************************************/