@charset "UTF-8";
/*
Mobile devices – 320px — 480px.
iPads, Tablets – 481px — 768px.
Small screens, laptops – 769px — 1024px.
Desktops, large screens – 1025px — 1200px.
Extra large screens, TV – 1201px, and more.
*/
/* GENERIC */
body {
  background-color: #f6f6f6 !important;
}

a {
  text-decoration: none !important;
  cursor: pointer !important;
}

a:hover {
  cursor: pointer !important;
}

body, p, span, a {
  font-family: "Open Sans", sans-serif;
}

label {
  font-size: 14px;
}

.element-visible {
  display: block;
}

.element-hidden {
  display: none;
}

input, select {
  padding: 5px !important;
  background-color: #ffffff;
}

.background-light {
  background-color: #e2e2e2 !important;
}

.background-light-2 {
  background-color: #F8F9FA !important;
}

.bg-green {
  background-color: #CDDD00 !important;
}

.bg-grey {
  background-color: #656565 !important;
}

.bg-light-blue {
  background-color: #88d0f5 !important;
}

.jr-footer-text {
  font-size: 13px !important;
}

form {
  flex: none;
}

.btn-jr-green {
  background-color: #CDDD00 !important;
}

/* LAYOUT */
.section {
  width: 100%;
  display: flex;
  justify-content: center;
}

.container {
  min-width: 1520px;
}
@media (max-width: 1024px) {
  .container {
    min-width: 90%;
  }
}
@media (max-width: 768px) {
  .container {
    min-width: 100%;
  }
}

.jr-nav-link {
  font-size: 14px !important;
}

/* ----------- */
.header_container {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px solid #F8F9FA;
  display: flex;
  justify-content: start;
  align-items: start;
}

.header_img {
  width: 120px;
  height: auto;
  margin-right: 20px;
}

/*------- Account Info -------*/
.account-info-link-box {
  padding: 4px;
  background-color: #F8F9FA;
  font-size: 14px;
}

/* ---- Keywords List --- */
.jr-table-fs-sm > thead > tr > th {
  font-size: 14px !important;
}

.jr-table-fs-sm > tbody > tr > th, .jr-table-fs-sm > tbody > tr > td {
  font-size: 14px !important;
}

.jr-kwlist-btn {
  padding: 3px 7px;
  font-size: 14px !important;
  background-color: #e2e2e2;
  border: none;
  border-radius: 2px;
}

.jr-kwlist-btn, .jr-kwlist-btn > i {
  cursor: pointer !important;
}

.jr-kwlist-btn:hover {
  cursor: pointer;
}

.jr-kwlist-table-container {
  max-height: 50vh !important;
  overflow-y: scroll !important;
  overflow-x: scroll !important;
  background-color: #ffffff !important;
  padding: 0 !important;
}

.jr-kwlist-table-container > table > thead {
  position: sticky;
  top: 0;
  background-color: #F8F9FA;
  border-bottom: 2px solid #212529 !important;
  z-index: 2;
  height: 45px !important;
  padding: 10px !important;
}

.jr-accounts-table td {
  font-size: 14px !important;
}

.jr-accounts-table th {
  font-size: 14px !important;
}

#kw-actions-container {
  padding: 15px 10px;
  display: none;
}

.jr-kwlist-action-button-export {
  background-color: #2CC7FF !important;
  color: #ffffff !important;
}

.jr-kwlist-action-button-delete {
  background-color: #FC207C !important;
  color: #ffffff !important;
}

/* ------ ACC INFO ------ */
.jr-acc-on-fire-note-modal {
  position: absolute;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  padding: 7px;
  min-width: 160px;
}

.jr-acc-on-fire-note-modal-note-container {
  padding: 5px;
  background: #F8F9FA;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  max-width: 200px;
}

.jr-acc-on-fire-note-modal-note-container p {
  font-size: 13px !important;
  margin: 0 !important;
  line-height: 1.1rem;
}

.jr-acc-info-card-info-heading {
  font-weight: 600;
  font-size: 14px;
  min-height: 30px;
}

.jr-acc-info-card-info-heading a {
  font-weight: 400;
  font-size: 14px;
}

#acc-info-basic-info-edit-btn:hover {
  cursor: pointer;
}

#acc-info-services-info-edit-btn:hover {
  cursor: pointer;
}

#acc-info-seo-plan-info-edit-btn:hover {
  cursor: pointer;
}

#acc-info-services-info-body {
  overflow-y: scroll;
  padding-bottom: 10px;
}

.jr-acc-info-services-sercice-info-box {
  height: 40px;
  align-items: center;
}

.jr-acc-info-services-sercice-name {
  position: relative;
  font-size: 14px;
  z-index: 1;
}

.jr-acc-info-services-data {
  font-size: 13px;
}

.jr-assets-item {
  padding: 7px 10px;
  display: block;
  align-items: center;
  border-radius: 4px;
  background-color: #F8F9FA;
  transition: 0.3s;
}

.jr-assets-item:hover {
  transition: 0.3s;
  background-color: #e2e2e2;
  cursor: pointer;
}

.jr-assets-item-icon {
  width: 35px;
  height: auto;
}

.jr-assets-item-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  color: #212529 !important;
}

/* ===== Editorial Calendar ======= */
#upcoming-publications-container {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 7px;
  background-color: #F8F9FA;
}

#past-publications-container {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 7px;
  background-color: #F8F9FA;
}

.pub-box-data-container {
  width: 100%;
  background-color: white;
  transition: 0.3s;
  cursor: pointer;
  font-size: 14px;
}

.pub-box-data-container:hover {
  background-color: #F8F9FA;
  transition: 0.3s;
  cursor: pointer;
}

.pub-data-title {
  color: #656565;
}

.jr-badge-green {
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #CDDD00;
  color: black;
}

/* ================================ */
.jr-main-dash-assets-item-icon {
  width: 15px;
  height: auto;
}

.jr-main-dash-assets-item-container {
  width: auto;
  display: flex;
  align-items: center;
  height: 28px;
}

.jr-acc-list-status-options-box {
  display: block;
  padding: 15px 30px 7px 7px;
  position: absolute;
  border: 1px solid #CDDD00;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
}

.jr-status-option {
  display: inline-block;
  position: relative;
  float: none;
  padding: 5px;
  background-color: #F8F9FA;
  border-radius: 2px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 13px !important;
  transition: 0.3s;
}

.jr-status-option:hover {
  background-color: #e2e2e2;
  cursor: pointer !important;
  transition: 0.3s;
}

.jr-status-option i {
  font-size: 13px !important;
}

.jr-status-option-selected {
  background-color: white;
  border-left: 3px solid #CDDD00;
}

.jr-acc-list-status-options-box-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.jr-acc-list-situation-options-box-close {
  position: absolute;
  right: 5px;
  top: 5px;
}

.jr-acc-list-situation-icon {
  width: 18px;
  height: auto;
}

.jr-situation-option {
  display: inline-block;
  position: relative;
  float: none;
  padding: 5px;
  background-color: #F8F9FA;
  border-radius: 2px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 13px !important;
  transition: 0.3s;
}

.jr-acc-list-situation-options-box {
  display: block;
  padding: 15px 30px 7px 7px;
  position: absolute;
  border: 1px solid #CDDD00;
  z-index: 10;
  background-color: white;
  border-radius: 4px;
}

.jr-situation-option:hover {
  background-color: #e2e2e2;
  cursor: pointer !important;
  transition: 0.3s;
}

.jr-situation-option-selected {
  background-color: white;
  border-left: 3px solid #CDDD00;
}/*# sourceMappingURL=default.css.map */