body {
  /* font-family: 'Quicksand', sans-serif; */
  color: #00182a;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

body, .form-control, .btn {
  font-size: 13px;
}

/* h1, h2, h3, h4, h5 { */
  /* font-family: 'Quicksand', sans-serif; */
/* } */

h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  /* text-decoration: underline; */
  letter-spacing: 0.3px;
}

h4.with-margins {
  margin: 20px 0;
}

.fs-6 {
  font-size: 12px;
}
.fs-5 {
  font-size: 13px;
}
.fs-4 {
  font-size: 14px;
}
.fs-3 {
  font-size: 15px;
}
.fs-2 {
  font-size: 16px;
}
.fs-1 {
  font-size: 17px;
}

.card {
  /* border-radius: 10px; */
  border: none;
  background: transparent;
}
.card.with-margins {
  margin: 40px 0;
}
.card.with-margin-bottom {
  margin-bottom: 20px;
}
.card .card-body {
  background: white;
  font-size: 12px;
  line-height: 20px;
}
.card p:last-of-type {
  margin-bottom: 0;
}
.card h4 {
  padding: 0 20px;
  margin-top: 10px;
}
.card .color-on-hover:hover {
  background-color: #f1f1f1;
}

.with-opacity {
  opacity: 0.5;
}

.btn-xs {
  font-size: 0.6875rem;
  line-height: 1;
}

.p-dark {
  color: #00182a;
}

.p-light {
  color: #525f7f;
}

.cart .cart-body .list-title {
  margin-bottom: 10px;
  opacity: 0.5;
}

.margin-sm {
  margin-bottom: 40px;
}

.list-group-item i {
  margin-right: 10px;
  color: #7970e5;
}

.excerpt {
  font-style: italic;
}

a {
  color: #007bff;
}

.btn i {
  margin-right: 8px;
}


h4 {
  margin-bottom: 15px;
}

.container-xs {
  max-width: 840px;
}

.content {
  margin-top: 60px;
}

/* priority */

.priority-0 {
  color: #ccc;
}
.priority-1 {
  color: #ffc107;
}
.priority-2 {
  color: #ffc107;
}

/* navs */

.navbar-expand-lg .navbar-nav .nav-link, .navbar-light .navbar-brand {
  font-size: 13px;
  color: black;
}

.navbar-light .navbar-brand {
  font-weight: bold;
}

.dropdown-item {
  font-size: 13px;
}

.dropdown-item i {
  margin-right: 10px;
  color: #ccc;
}

.navbar form input {
  font-size: 13px;
}


/* dynamic elements */

.hover-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.hover-page > div {
  margin-top: 100px;
  text-align: center;
}



/* autocomplete */

.autocomplete {
    background: white;
    z-index: 1000;
    font: 14px/22px "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid rgba(50, 50, 50, 0.6);
}

.autocomplete * {
    font: inherit;
}

.autocomplete > div {
    padding: 0 4px;
}

.autocomplete .group {
    background: #eee;
}

.autocomplete > div:hover:not(.group),
.autocomplete > div.selected {
    background: #81ca91;
    cursor: pointer;
}

.layout-footer {
  margin-top: 60px;
}

.danger-border {
  border-color: #dc3545;
}
.success-border {
  border-color: #28a745;
}
.primary-border {
  border-color: #007bff;
}
.warning-border {
  border-color: #ffc107;
}

/* charts css */

.phrase-table tr:hover .csschart {
  --color: #007bff;
}

.csschart {
  --color: #f1f1f1;
}

.csschart.column {
  height: 20px;
  /* max-width: 200px; */
  margin: 0 auto;
}

/* schedule cart */

.cart {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  background: #f9f9f9;
  opacity: 1;
  margin-right: -100%;
}

/* .show-cart-btn { */
  /* width: 70px; */
  /* height: 70px; */
  /* position: fixed; */
  /* bottom: 50px; */
  /* right: 50px; */
  /* background: #007bff; */
  /* border-radius: 50%; */
  /* text-align: center; */
  /* font-size: 30px; */
  /* color: white; */
  /* padding-top: 12px; */
/* } */
.show-cart-btn:hover {
  opacity: 0.9;
  color: white;
}
.show-cart-btn > span {
  font-size: 10px;
  position: absolute !important;
  top: -5px !important;
  right: 8px;
}

.hide-cart-btn {
  position: absolute;
  font-size: 20px;
  top: 20px;
  right: 50px;
  color: black;
}

.serp-result {
  position: relative;
}
.phrases-widget .phrase:hover, .serp-result:hover {
  background: #f1f1f1;
}
.phrases-widget .phrase .phrase-options, .serp-result .serp-options {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
}
.phrases-widget .phrase:hover .phrase-options, .serp-result:hover .serp-options {
  display: block;
  cursor: pointer;
}

.big-card-value {
  font-size: 70px;
  font-weight: bold;
  line-height: 120px;
  text-align: center;
}

/* keyword-list */
.keyword-list .keyword-row, .schedule-box {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.keyword-list .keyword-row:hover, .schedule-box:hover {
  border-color: #ccc;
  box-shadow: 2px 2px 20px #f1f1f1;
}
.keyword-list .keyword-row:hover .csschart {
  --color: #007bff;
}
.keyword-list tr td {
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}