.schedule-button {
  margin-top: 14px;
}
.schedule-button .btn {
  /* margin-right: 5px; */
  margin-top: 0;
}
.btn-linkedin {
  /* background: #007bb6; */
  background: var(--theme-color);
  color: #fff;
  border: none;
}

.btn-linkedin:hover {
  color: #fff !important;
  filter: brightness(0.95);
}

.btn-instagram {
  height: 40px !important;
  width: 172px !important;
  padding: 9px 16px 9px 15px !important;
  font-family: "Segoe-UI";
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border-radius: 5px;
  background-image: linear-gradient(to right, #ea0023, #c0009c);
  text-align: unset;
  outline: none !important;
}

.btn-instagram:hover {
  color: #fff !important;
  filter: brightness(0.95);
}

.btn-facebook {
  height: 40px !important;
  width: 172px !important;
  padding: 15px 20px 15px 15px !important;
  font-family: "Segoe-UI";
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  border-radius: 5px;
  /* background: #3a559f;
    color: #fff !important; */
  background: var(--theme-color) !important;
  color: var(--color-white) !important;
  text-align: unset;
  outline: none !important;
}

.btn-facebook:hover {
  color: #fff !important;
  filter: brightness(0.95);
}

.btn-twitter {
  height: 40px !important;
  width: 172px !important;
  padding: 9px 30px 9px 15px !important;
  font-family: "Segoe-UI";
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border-radius: 5px;
  /*  background-color: #50abf1; */
  background-color: var(--theme-color);
  text-align: unset;
  outline: none !important;
}

.btn-twitter:hover {
  color: #fff !important;
  filter: brightness(0.95);
}

.btn-rss {
  height: 40px !important;
  width: 172px !important;
  padding: 9px 30px 9px 14px !important;
  font-family: "Segoe-UI";
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  border-radius: 5px;
  background-color: #f89959;
  text-align: unset;
  outline: none !important;
}

.btn-rss:hover {
  color: #fff !important;
  filter: brightness(0.95);
}
