﻿/*==============================
 *    Alex: Copy theme colors from styles.scss to be able to use it on customs.scss
 *    Note: Keep this values sync in both places.
 *    ================================ */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #00bcd1;
}

.btn-outline-primary {
  color: #00bcd1;
  border-color: #00bcd1;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #00bcd1;
  border-color: #00bcd1;
}

.text-tertiary {
  color: #f15b5a;
}

.blogs .comments-area .comment-box:nth-child(odd) {
  margin-left: 0;
}

.blogs .comments-area .comment-box.reply {
  margin-left: 80px;
}
