body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #f0f2f5;
  min-width: 400px;
}

textarea {
  max-height: 320px;
}
/* header */
.header__inner {
  padding: 15px 0px;
}

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

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.btn-toolbar, .xContainer {
  margin: auto 0;
}

.navbar-nav {
  width: inherit;
}

/* ------header */

.search-panel {
  margin-bottom: 50px;
}

.post, .search-panel, .under-blog-1 p, .r-blog {
  margin-bottom: 30px;
}

.text-blog {
  margin-bottom: 60px;
}

.head-blog h4, .head-blog {
  margin-bottom: 15px;
}

.card {
  border: none;
  border-radius: 10px;
}

.sticy-top {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.search-icon {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.head-blog p, .under-blog-1 p {
  font-weight: bolder;
}

.under-blog-2 {
  display: flex;
  justify-content: space-between;
}

.icon {
  width: 90px;
  height: 90px;
  border-right: 2px solid rgba(0,0,0, .3);
  padding: 5px;
  margin-right: 10px;
}

.svg-icon {
  width: 75px;
  height: 75px;
}

.title-icon {
  max-height: 75px;
}

.footer {
  margin-top: 120px;
  background: #198754!important;
  padding: 15px 0px 10px;
  color: #fff;
  text-align: center;
  line-height: 1.0;
}
