.btn-white {
  background-color: #fff;
  border-color: #e7eaf3;
}

.bg-info {
  background-color: #0dcaf0!important;
}

.bg-primary {
  background-color: #008cff!important;
}

.bg-danger {
  background-color: #fd3550!important;
}

.bg-warning {
  background-color: #ffc107!important;
}

.radius-15 {
  border-radius: 15px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.contacts-social a {
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border: 1px solid #eeecec;
  text-align: center;
  border-radius: 50%;
  color: #2b2a2a;
}

