.masthead .site-name {
  font-size: 12px;
  float: left;
  margin: 4px 0 0 15px;
  padding: 6px 0 18px 18px;
  height: 34px;
  border-left: 1px solid #c1c1c1;
}

.masthead .logo {

  background: url("https://prod2-sprcdn-assets.sprinklr.com/50400/c7f88f8b-12f0-452d-9350-b01780cb99c0-566468885/Sprinklr-Logo-removebg-preview.png") no-repeat center;
  background-size: 100%;
  margin-top: 10px;
  width: 190px;
  height: 67px;
  display: block;
  float: left;
  font: 0/0 a;
  background-color: transparent;
}
.masthead .updates-dropdown-container {
  float: right;
  position: relative;
  top: 4px;
}
.masthead .updates-dropdown-container .show-updates-dropdown {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  padding: 13px 40px 12px;
  /* background-color: #FF451A; */
  margin-top: 15px;
}
.masthead .updates-dropdown-container .show-updates-dropdown:hover {
  border-color: #4E5054
}
.masthead .updates-dropdown-container .updates-dropdown {
  right: 0px;
}


.page-status .status,
.page-status .last-updated-stamp {
  color: #000 !important;  
  font-weight: 300;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary {
  border-radius: 4px;
  padding: 4px 12px;
  background-color: transparent;
  border-color: #4b9eb9;
  -webkit-box-shadow: 'inset 0 18px 10px rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)';
  box-shadow: 'inset 0 18px 10px rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)';
  color: #ffffff;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #61b8d4 0%, #4a9cb6 100%);
  background-image: -o-linear-gradient(top, #61b8d4 0%, #4a9cb6 100%);
  background-image: linear-gradient(to bottom, #61b8d4 0%, #4a9cb6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61b8d4', endColorstr='#ff4a9cb6', GradientType=0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #39a6c9;
  border-color: #387a8f;
}
.layout-content.status .masthead .text-container {
  display: none;
  visibility: hidden;
}
.layout-content.status.status-index .unresolved-incidents {
  margin-bottom: 20px;
}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .actual-title {
  text-shadow: none;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .subscribe {
  display: none;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  padding: 4px 12px;
  background-color: transparent;
  border-color: #4b9eb9;
  -webkit-box-shadow: 'inset 0 18px 10px rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)';
  box-shadow: 'inset 0 18px 10px rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075)';
  color: #ffffff;
  text-shadow: none;
  background-image: -webkit-linear-gradient(top, #61b8d4 0%, #4a9cb6 100%);
  background-image: -o-linear-gradient(top, #61b8d4 0%, #4a9cb6 100%);
  background-image: linear-gradient(to bottom, #61b8d4 0%, #4a9cb6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff61b8d4', endColorstr='#ff4a9cb6', GradientType=0);
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .subscribe:hover {
  color: #ffffff;
  background-color: #39a6c9;
  border-color: #387a8f;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none {
  border-top: 12px solid #ccc;
  border-left-color: solid 1px #ccc;
  border-right-color: solid 1px #ccc;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .incident-title {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .incident-title .actual-title {
  color: #808080;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-none .updates {
  border-color: #ccc;
}

.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-critical {
  border-top: 12px solid #bb0000;
  border-left-color: solid 1px #bb0000;
  border-right-color: solid 1px #bb0000;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-critical .incident-title {
  border-left: solid 1px #bb0000;
  border-right: solid 1px #bb0000;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-critical .incident-title .actual-title {
  color: #992929;
}
.layout-content.status.status-index .unresolved-incidents .unresolved-incident.impact-critical .updates {
  border-color: #bb0000;
}
.layout-content.status.status-index .custom-metrics-container .timeframe-container {
  margin-bottom: 10px;
}
.layout-content.status.status-index .custom-metrics-container .metrics-container .metric {
  margin-top: 0;
}
.layout-content.status .incidents-list.format-expanded .status-day {
  margin-top: 20px;
}


button,
.button {
  border-radius: 6px;
  font-family: 'Lato', sans-serif;
}
#custom-header {
  background: white;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 700px) {
  #custom-header .hero-bkgd {
    background-image: none;
  }
}
#custom-header .hero-content {
  max-width: 850px;
  margin: 0 auto;
}
#custom-header .hero-content h1 {
  color: #fff;
  float: left;
  font-family: Lato;
  font-weight: 300;
  font-size: 2rem;
  margin-top: 8px;
  line-height: 2.2rem;
}
@media screen and (max-width: 675px) {
  #custom-header .hero-content h1 {
    margin-bottom: 20px;
  }
}
#custom-header .logo-container {
  max-width: 880px;
  margin: 0 auto;
  padding: 16px 0;
}

#custom-header nav {
  float: right;
}
@media screen and (max-width: 675px) {
  #custom-header nav {
    float: left;
    width: 100%;
  }
}
@media screen and (max-width: 475px) {
  #custom-header nav .updates-dropdown-container {
    width: 100%;
  }
}
#custom-header nav > a {
  margin-right: 30px;
}
#custom-header nav > a,
#custom-header nav .show-updates-dropdown {
  background: #fbeb9e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fbeb9e 0%, #ffcf0d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbeb9e), color-stop(100%, #ffcf0d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fbeb9e 0%, #ffcf0d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fbeb9e 0%, #ffcf0d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fbeb9e 0%, #ffcf0d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fbeb9e 0%, #ffcf0d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbeb9e', endColorstr='#ffcf0d', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0 8px 4px -8px #333;
  -moz-box-shadow: 0 8px 4px -8px #333;
  box-shadow: 0 8px 4px -8px #333;
  color: #0a4f6d;
  border-radius: 6px;
  display: inline-block;
  font-size: 20px;
  font-family: Lato;
  font-weight: 700;
  margin-right: 0;
  padding: 16px 36px;
}
@media screen and (max-width: 475px) {
  #custom-header nav > a,
  #custom-header nav .show-updates-dropdown {
    text-align: center;
    width: 100%;
  }
}
#custom-header nav > a:hover,
#custom-header nav .show-updates-dropdown:hover {
  background-color: #fed619;
  background: #fed619;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffcf0d 0%, #ffcf0d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf0d), color-stop(100%, #ffcf0d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffcf0d 0%, #ffcf0d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffcf0d 0%, #ffcf0d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffcf0d 0%, #ffcf0d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffcf0d 0%, #ffcf0d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf0d', endColorstr='#ffcf0d', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0 8px 4px -8px transparent;
  -moz-box-shadow: 0 8px 4px -8px transparent;
  box-shadow: 0 8px 4px -8px transparent;
}
#custom-header .updates-dropdown {
  right: 0px;
}
.flat-button {
  background: #1997ca;
  box-shadow: none;  
  font-size: 1rem;
  letter-spacing: 0;
  padding-top: 12px;
  text-transform: none;
}
.flat-button:active {
  top: auto;
}
.masthead {
  height: 126px;
  padding: 18px 0;
  background-color: #152550;
  /* background-color: #0B8ACF; */
  margin-bottom: 1em;
}
.masthead a {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  color: #858585;
  font-weight: 300;
}
.masthead a:hover {
  color: #4c4c4c;
}

.system-availability-table table {
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.cpt-tabular-table td {
  font-size: 12px;	
}
.markdown-display table th + th,
.markdown-display table td + td,
.cpt-tabular-table th + th,
.cpt-tabular-table td + td {
  border-left: 1px solid #ddd;
  width: 15%;
  font-size: 12px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.globalAvailability {
  background-color: #3A99D9;
  padding: 5px 20px;
  color: #fff;
  border-radius: 10px;
  display: block;
  float: right;
  margin-top: -10px;
}
.markdown-display table th + th, .markdown-display table td + td, .cpt-tabular-table th + th, .cpt-tabular-table td + td {
    border-left: 1px solid #ddd;
    /* width: 14.285714286%; */
    /* width: 9.44444%; */
width: 7.7%;
    font-size: 12px;
}

/* Status Page V2 - Start */

.status-container {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    color: #333333 !important;
}

.status-container .hide-region,
.components-section
 {
    display: none;
}

.status-container .nav-tabs .nav-link {
    color: black
}

.status-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs {
    padding-bottom: 0.1% !important;
    border-bottom-width: 4px !important;
    border-bottom-style: solid !important;
    /* border-bottom-color: #FF451A !important; */
    border-bottom-color: #00BCEA !important;
    border-end-end-radius: 4px !important;
    border-end-start-radius: 4px !important;
}

.status-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.region-tab-button i{
  animation: glow 1.5s infinite alternate;
}

.status-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.region-tab-button.active i{
  animation: glow-active 1.5s infinite alternate !important;
}

.status-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: white !important;
    /* background-color: #FF451A !important;
    border: 1px solid #FF451A !important; */
    background-color: #00BCEA !important;
    border: 1px solid #00BCEA !important;
    
}

.status-container .status-table> :not(caption)>*>* {
    padding: 1.0rem 1.5rem !important;
    color: #333333 !important;
}

.status-container .status-table .region-head {
    color: #4E5054 !important;
}

.status-container .status-table .service-name {
    max-width: 30% !important;
    min-width: 25% !important;
    color: #4E5054 !important;
}


.status-container .dot {
    height: 12px;
    width: 12px;

    display: inline-block;
    margin-right: .375rem;
    border-radius: 99px;
}

.status-container .dot.status-green {
    background-color: #A1D318;
}

.status-container .dot.status-yellow {
    background-color: #ffbb33;
}

.status-container .dot.status-orange {
    background-color: #f19f00;
}

.status-container .dot.status-red {
    background-color: #F53131;
}

.status-container .dot.status-blue {
    background-color: #1888d3;
}

.status-container .status-catalogue .key-item-container {
    float: left;
    margin-right: 2.5rem;
    color: #4E5054;
    font-weight: 500;
    font-size: 14px;
}


.system-availability-table table tr th,
.system-availability-table table tr td {
  color: #474747 !important;
}

.system-availability-table table{
  font-size: 12px !important;
}

.layout-content.status.status-index .page-status  {
  margin-bottom: 1em !important;
  background-color: transparent !important;
}

.layout-content.status.status-index .page-status .status {
  font-weight: 400 !important;
}


@keyframes glow {
  from {
    color: lightgrey;
  }
  to {
    color: #FF451A;
  }
}


@keyframes glow-active {
  from {
    color: lightgrey;
  }
  to {
    color: white;
  }
}

.titlehead{
  font-weight: bold !important;
  color: #4E5054 !important;
}

.key-item-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: 'Proxima Nova', sans-serif;
}

.custom-header-container{
  margin-bottom: 2em !important;
}

  .system-unavailability-minor {
    background-color: #ffbf00 !important;
}.system-unavailability-intermediate {
  background-color: #ff9534 !important;
}
.system-unavailability-major {
  background-color: #e68597 !important;
}
@media screen and (max-width: 600px) {
    .updates-dropdown-container .show-updates-dropdown:after {
        content:'Subscribe'
    }
}

/* Status Page V2 - End */