@keyframes pulse {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 #2ab7f5;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.yii-debug-toolbar {
  display: none;
}

.category-header.cv-header {
  margin: 20px 0 30px;
}
@media (max-width: 768px) {
  .category-header.cv-header {
    padding: 25px 10px 0;
  }
}
.category-header.cv-header .name-container .filters-title .category-logo {
  width: 37px;
  height: auto;
  margin: 0 25px 0 15px;
}
.category-header.cv-header .name-container .filters-title .filters-title-container {
  font-family: open-sans-bold, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 26px;
}

.title-block .title-icon {
  width: 32px;
  margin: 0 20px 0 10px;
}

.mobile-cv-content {
  padding: 0 15px;
}

.cv-category-name-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.btn-outline-info-cv {
  float: right;
  margin-top: 8px;
  padding: 6px 38px;
  width: auto;
  height: 36px;
}

.category-name-container .filters-title.filters-title-cv {
  width: 100%;
}

/*# sourceMappingURL=cv-create-update-page.css.map */
