
body {
  margin-top: 50px !important;
  font-family: "Roboto";
  font-size: .84em;
}

/**
* Custom css classes
**/
.hidden {
  display: none !important;
}

.c-pointer {
  cursor: pointer;
}

a:not(.default) {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

.action-icon {
  color: #6b6b6b;
}

.headline--1 {
  color: #f05537;
}

code {
  padding: 13px;
  border-radius: 4px;
}

.feed-heading--1 {
  font-weight: 500 !important;
  text-transform: capitalize;
  font-family: 'Poppins' !important;
  margin-bottom: 15px !important;
  font-size: 1.5rem !important;
}

/** Mansory Library Css **/
.masonry-grid {
  display: -webkit-box; /* Not needed if autoprefixing */
  display: -ms-flexbox; /* Not needed if autoprefixing */
  display: flex;
  margin-left: -20px;
  /* gutter size offset */
  width: auto;
}

.masonry-grid_column {
  padding-left: 20px;
  /* gutter size */
  background-clip: padding-box;
}

/* Style your items */
.masonry-grid_column > div { /* change div to reference your elements you put in <Masonry> */
  /* background: grey;
  margin-bottom: 30px; */
}

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
}

.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-next {
  width: 12px !important;
  height: 12px !important;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active-main) {
  background: #007afe !important;
  opacity: 0.6 !important;
}

.input-feedback-error {
  color: red;
  font-size: .9em;
}

.masonry-grid_column {
  border-right: 1px solid rgba(51, 51, 51, 0.6);
  padding-right: 12px;
}

.masonry-grid_column:last-child {
  border-right: none;
}

.masonry-grid_column > div {
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}

.masonry-grid_column > div:last-child {
  border-bottom: none;
}