html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 56px;
}

.navbar-nav .nav-item {
  padding: 0 4px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

#content {
  padding-bottom: 30px;
}


.cabinet-plans > div {
  position: relative;
  margin-top: 15px;
  border-radius: 10px;
  display: inline-block;
  width: 220px;
  text-align: center;
  margin-right: 15px;
  padding: 15px 0;
  background: #f3f3f3;
}

.cabinet-plans .plan-top {
  display: block;
  font-weight: bold;
}

.plan-bottom {
  display: block;
  margin-top: 10px;
}

.cabinet-plans .plan-save {
  position: absolute;
  right: -1px;
  top: -2px;
  color: white;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #e5476b;
  width: 72px;
  height: 30px;
  padding-top: 3px;
}

.teams-count-stripe {
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  background: white;
}

.teams-count-stripe h2 {
  margin-bottom: 0;
}

.slack-window {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
}

@media (min-width: 992px) {
  .slack-window {
    width: 843px;
    height: 483px;
    max-width: 843px;
    border-radius: 15px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.08);
    background-color: white;
  }
}

footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 1.5rem;
}

/*------------pricing --------------------*/
.pricing .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0065ad;
}

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  line-height: 3rem;
  margin-top: 1rem;
}

.pricing .period {
  color: #6c757d;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .tier .btn {
  border-radius: 5rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.cabinet-plans section.pricing {
  background: none;
}

.cabinet-plans .pricing .card {
  color: #252525;
  background: #f3f3f3;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
}

.pricing .card .save-label {
  position: absolute;
  top: -4px;
  right: 0;
  background: #4e8ce8;
  color: white;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  width: 100px;
  padding: 5px;
}

.cabinet-plans .pricing .card .save-label {
  /*position: absolute;*/
  /*top: -4px;*/
  /*right: 0;*/
  /*background: #4e8ce8;*/
  /*color: white;*/
  /*border-top-right-radius: 1rem;*/
  /*border-bottom-left-radius: 1rem;*/
  /*width: 100px;*/
  /*padding: 5px;*/
}

.pricing .nav-pills .nav-link {
  color: #fff;
}

.cabinet-plans .pricing .nav-pills .nav-link {
  color: gray;
}

.cabinet-plans .pricing .nav-pills .nav-link.active {
  color: white;
}
