/*Code to import Open Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');

/*Code to use Open Sans*/
body {
    font-family: 'Open Sans', sans-serif;
}

#custom-header {
    background-color: #f4f4f4;
    padding: 20px 40px 20px;
    position: relative;
    border-bottom: 1px solid #202A44;
}

#custom-header .logo-container {
    float: left;
    max-width: 325px;
    height: 65px;
}

#custom-header nav {
    float: right;
    padding: 5px
}

#custom-header nav>a {
    margin-right: 30px;
}

#custom-header nav>a,

#custom-header .show-updates-dropdown {
    display: inline-block;
    font-weight: 500;
    color: #202A44;
    font-size: .875rem;
    letter-spacing: 1px;
}

#custom-header .updates-dropdown {
    right: 0px;
}


@media screen and (min-width: 900px) {
    #custom-header .logo-container {
        position: relative;
    }

    #custom-header nav>a {
        position: relative;
        top: 1px;
    }

    #custom-header .show-updates-dropdown {
        padding: 9px 18px 8px;
        border: 2px solid #FFFFFF;
        border-radius: 5px;
        background: #003EE0  0% 0% no-repeat padding-box;
        opacity: 1;
        color: #FFFFFF;
    }

    #custom-header .show-updates-dropdown:hover {
        background: #3774FD 0% 0% no-repeat padding-box;
        border-radius: 5px;
        opacity: 1;
        color: #FFFFFF;
    
    }
}


@media screen and (max-width: 900px) {
    #custom-header {
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 18px;
    }

    #custom-header .logo-container {
        float: none;
        display: block;
        margin-bottom: 18px;
        max-width: none;
    }

    #custom-header .logo-container .logo {
        max-width: 325px;
        display: inline-block;
    }

    #custom-header nav {
        float: none;
    }

    #custom-header nav>a,
    #custom-header .updates-dropdown-container {
        float: none;
    }
  
    .tooltip-wrapper p {
        width: 250px;
        max-width: 250px;
        left: 100% !important;
    }
}


@media screen and (max-width: 475px) {
    #custom-header nav>a {
        margin-right: 20px;
    }

    #custom-header nav>a,
    #custom-header nav .show-updates-dropdown {
        font-size: 13px;
    }

    #custom-header .logo-container .logo {
        max-width: 70%;
    }

    #custom-header nav>a:nth-child(1):before {
        content: none;
    }
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #202A44;
    color: white;
    border-top: 1px solid #202A44;

}

footer a {
    color: white;
}

.text-section {
  	  margin: 0px !important;
    display: inline;
}

.tooltip-wrapper{
    display: inline-block;
    position: relative;
}

.tooltip-wrapper span{
    padding-top: 10px;
}

.tooltip-wrapper p{
    margin: 0px;
    color: white;
    background-color: #202A44;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  	  position: absolute;
    padding: 10px;
    border-radius: 5px;
  	  width: 450px;
    box-shadow: 0 3px 6px rgba(0,0,0,1);
}

.tooltip-wrapper p a{
    color: #2B94F5
}

.tooltip-wrapper:hover p{
    display: block;
}

.tooltip-wrapper:hover span{
    color: #2B94F5;
}



/*
Replace "x" with the number of days you want to show + 2.
For example, if you wanted to show the last 3 days of history, you would replace x with 5.
*/

.status-day:nth-child(n+4) {
    display: none;
}

/* Only show the last incident/maintenance update on the main page */
.update+.update {
    display: none;
}

.updates-dropdown-container .show-updates-dropdown::after {
content: "Manage my Subscriptions";
}


/* banner */

.page-status{
  padding:24px !important;
  margin-bottom:24px !important;
  border-radius:10px !important;
  background-color:#40996B !important;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-size:20px;
  gap:8px;
}
.page-status .status{
	font-size:32px;
    font-weight:600;
    padding:0px;
    margin:0px;  
}
.last-updated-stamp{
 font-size:18px;
  font-weight:600;
  padding:0px;
  margin:0px;
  color:#fff !important;
} 
.banner-svg-block{
    background-color:#fff;
    height:36px;
    width:36px;
    border-radius:50%; 
    display:flex;
    justify-content:center;
    align-items:center;
}

.unresolved-incident .incident-title {
    border-radius: 10px 10px 0px 0px;
}
.unresolved-incident .updates {
    border-radius: 0px 0px 10px 10px;
}
/* search bar changes */
.search-container{
    padding:20px;
    border: 1px soild #4a4a4a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.search-component-block{
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 6px;
    padding:1px 4px;
}
#componentSearch:focus-visible,
#componentSearch:focus{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.layout-content.status.status-index .components-section .components-container.one-column .component-container:first-child{
   border-radius:0px !important;  
}

.incidents-inprogress-block{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    font-weight:600;
}

.unresolved-incident .incident-title{
    border-radius:10px 10px 0px 0px; 
}
.unresolved-incident .updates{
    border-radius: 0px 0px 10px 10px; 
}
.svg-block{
    display:flex;
    align-items:center;
    justify-content:center;
}
.label-underline{
 margin-top:12px;
  margin-bottom:0px;
}
.incidents-inprogress-label{
 	padding:0px;
 	margin:0px;
}