

body {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  height: auto;
}

#containerbizeem td {
  padding: 0.5em;
}

#containerbizeem font {
  margin-bottom: 1em;
}

/* Icon settings */

.far,
.fas {
  margin-right: 3px;
}

.feedicon {
  color: #3097d1;
  font-size: 20px;
  margin-right: 5px;
}

/* Profile picture sizes */

.profilepic_small {
  width: 40px;
  height: 40px;
}

.profilepic_med {
  width: 75px;
  height: 75px;
}

.profilepic_large {
  width: 200px;
  height: 200px;
}

/* Various styles */

.buttonlink {
  /* This class defines <a> tag links that look like buttons */
  cursor: pointer;
  background-color: #1468e5;
  border-radius: 2px;
  border: 1px solid #002175;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 18px;
  font-weight: 500;
  padding: 4px 7px;
  margin: 2px 1px 2px 1px;
  text-decoration: none;
}
.buttonlink:hover {
  /* This controls the button links when you hover over them */
  color: #ffffff;
  background-color: #3385ff;
  text-decoration: none;
}

.infobar {
  /* This class defines sections that span the entire page width */
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  background-color: #555555;
}
.infobar h2 {
  color: #ffffff;
}

.redbtn {
  background: rgb(237, 0, 0);
  background: radial-gradient(
    circle,
    rgba(237, 0, 0, 1) 0%,
    rgba(153, 0, 0, 1) 100%
  );
}

.vcenter {
  /* This is a class that can be used in Bootstrap rows to vertically center the content */
  display: flex;
  align-items: center;
}

/* The next 3 sections control various text styles used throughout the LFM Members Area */
.lfm_title {
  font-family: inherit;
  color: #333333;
  font-size: 32px;
}

.lfm_descr {
  font-family: inherit;
  color: #111111;
  font-size: 16px;
}

.lfm_descr_bold {
  font-family: inherit;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.notes {
  padding: 0.8em;
  border-left-color: orange;
  border-left-style: solid;
  width: 90%;
  border-left-width: 4px;
  background-color: #fff0d2;
  font-size: 15px;
  font-weight: 600;
  color: #a55c00;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .notes {
    width: 95vw;
  }
}

.notes a {
  color: orange;
  text-decoration: none;
  font-weight: 700;
}

.notesinfo {
  padding: 0.8em;
  border-left-color: #00c792;
  border-left-style: solid;
  width: 100%;
  border-left-width: 4px;
  background-color: #c7fff0;
  font-size: 15px;
  font-weight: 600;
  color: #04241b;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .notesinfo {
    width: 95vw;
  }
}

.notesinfo a {
  color: #00c792;
  text-decoration: none;
  font-weight: 700;
}

.card-footer {
  background: transparent;
  border-top: 0px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000ef9;
  background-image: -webkit-linear-gradient(135deg, #000ef9 0%, #d40000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

.btn-grad {
  background-image: linear-gradient(
    to right,
    #dc2424 0%,
    #4a569d 51%,
    #dc2424 100%
  );
}
.btn-grad {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
