/**
* CSS changes to the incident pages
*
* @author José Sousa (jose.sousa@feedzai.com)
*/

/* Body */

@import url('https://fonts.googleapis.com/css?family=Open+Sans');


body {
  font-family: "Open Sans";
}

.font-regular {
  font-size: 0.85rem;
}

.font-large {
  font-size: 1rem;
}

.font-largest {
  font-size: 1.3rem;
}


/* Header */
.custom-header-container {
  background-color: #000F3A;
}

.manage-subscriptions .custom-header-container,
.history .custom-header-container {
  padding-bottom: 0;
  margin-bottom: 2.5rem !important;
}

.fdz-custom-header {
  max-width: 850px;
  margin: 0 auto;
  height: 150px;
   
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}

.custom-header-container {
    background-color: #0E61EE;
}

img {
    vertical-align: middle;
    width: 200px;
    height: auto;
    border: 0;
}

/* Components */
.layout-content.status.status-index .page-status {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin-top: -42px;
  margin-bottom: 2.5rem;
}

.layout-content.status.status-index .components-section {
  margin-bottom: 2.5rem;
}

.layout-content.status .incidents-list {
  margin-top: 2.5rem;
}

.component-status {
  font-weight: 500;
}

.fdz-subcribe-button .show-updates-dropdown {
    margin-right: 15px;
    background-color: #3DA1DA;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 15px 9px;
    font-size: 0.7rem;
    line-height: 1.1625rem;
    font-weight: 500;
    border-radius: 25px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.fdz-subcribe-button a::after {
    color: #fff; 
}

.layout-content.status.status-full-history .months-container .month + .month {
  margin-top: 2.5rem;
}

/* Footer */
.fdz-footer {
  height: 60px;
  background-color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fdz-copyright {
  text-align: center;
  color: white;
}

.component-status {
  font-weight: 500;
}