.rounded {
  border-radius: 1.25rem!important;
}

@media (max-width:500px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width:360px) {
  .text-xl-right {
    text-align: right!important;
    margin-top: 15px;
    padding-left: 5px;
  }
}

@media (min-width: 300px) {
  .col.d-inline-flex {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
  }
}

@media (max-width: 300px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 20%;
  }
}

@media (max-width:700px) {
  .text-md-right {
    margin-top: 20px;
  }
}


.old{
  background-color:rgb(205,101,57);
  margin-top:20px;
  padding:10px;
  font-weight: 500;
  font-size:16px;
  text-decoration: none;
  color:#fff;

}
.old.inactive{
  background-color:#b9b8b8;
  pointer-events: none;
  cursor: default;
}

.card{
  height:auto;
}