/*Стилизация кнопки Списать бонусы  */
  
  .uc-bonus-apply {
    color: white;
    background-color: #FF9D55 !important;
    border: 0px solid #FF9D55 !important;
    width: 100%;
    padding-block: 20px;
    margin-block: 20px;
    margin-bottom:20px !important;
    border-radius: 15px;
  }
  
  .uc-bonus-cancel {
    color: #555863 !important;
    background-color: #F6F6F6 !important;
    border: 0px solid #F6F6F6 !important;
    width: 100%; 
    padding-block: 20px;
    margin-block: 20px;
    margin-bottom:20px !important;
    border-radius: 15px;
  }
