h2 {
  color: red;
}

.bg-secondary-middle {
  background: #cecacc;
}


.form-size {
  width:500px;
}

@media (max-width: 480px) {
  .form-size {
    width:300px;
  }
}

.home-logo-size {
  height: 100px;
}

.logo-size {
  height: 50px;
}

.height-30vh {
  height: 30vh;
}

.height-75vh {
  height: 75vh;
}

a.nav-link {
  color: inherit;
}

a.nav-link:hover {
  color: inherit;
}

input[type=email]:invalid {
  background-color: ivory;
  border: none;
  outline: 2px solid red;
  border-radius: 5px;
}

.user-avatar {
  background-color: rgb(66, 102, 209);
  color: rgb(255, 255, 255);
  font-size: 1.2rem;
}

.user-name {
  font-weight: bold;
  margin-left: 2px;
}

.subscription-plans{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.subscription-card{
  width: 25rem;
  height: 28rem;
  margin: 10px;
  padding: 2rem;
}
.current-plan{  
  font-weight: bold;
  margin-left: 10px;
  padding-left: 25px;
}

.current-plan-active {
  background-color: purple;
  border-radius: 25px;
  color: white;
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin: 5%;
  font-size: large;
}
.subscription-card-image{
  width: 40px;
  height: 80px;
  object-fit: contain;
  padding: 5px;
}

.subscription-card-title{
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  word-wrap: break-word;
}
.subcription-price{
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
}

.subcription-description{
  font-size: 0.8rem;
  font-weight: bold;
}

.feature-list{
  list-style-type: none;
  margin-left: 2px;
  text-align: left;
  font-size: 0.8rem;
  height: 5px;
  vertical-align: middle;
}

.modal{
  width: 100%;
  height: 100%;
  overflow: auto;
}

.manage-company-modal
{
  width: 100%;
  height: 100%;
  overflow: auto;
}

.stream-details-drawer-description{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  word-break: keep-all;
}
