/***********************
 * Consistent rounding *
 ***********************/
.layout-content.status.status-index .components-section .components-container.one-column,
.layout-content.status.status-index .custom-metrics-container .metrics-container .metric {
    border-radius: 4px;
}

/*********
 * Pills *
 *********/
.layout-content.status.status-index .custom-metrics-container .timeframes-container .timeframe,
.layout-content.status.status-full-history .history-nav a,
.layout-content .pagination a {
    padding: .2em .8em .05em !important;
    text-align: center !important;
    border: none !important;
    border-radius: .8em !important;
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important;
}


.layout-content .pagination a {
    padding: .2em .6em !important;
    width: auto !important;
    height: auto !important;
    font-size: 0.9em !important;
    line-height: 1 !important;
}

.layout-content.status.status-index .custom-metrics-container .timeframes-container .timeframe:not(.active):hover,
.layout-content.status.status-full-history .history-nav a:not(.current):hover,
.layout-content .pagination a:not(.disabled):hover {
    background: rgba(255, 255, 255, 0.2);
}

.layout-content.status.status-full-history .history-nav {
    border: none;
}


/****************
 * Fix tooltips *
 ****************/
 #uptime-tooltip {
    border: none !important;
    background: transparent !important;
}


/*****************************
 * Uniform status background *
 *****************************/
 .layout-content.status.status-index .components-section .components-container.one-column, .layout-content.status.status-index .custom-metrics-container .metrics-container .metric {
    background-color: #ffffff;
}

/************************
 * Hide separator lines *
 ************************/
body.status .layout-content.status .border-color, hr, .tooltip-base, .markdown-display table {
    border-color: transparent;
}

/*****************
 * Overall width *
 *****************/
 .container {
    max-width: 880px;
}

/**********************
 * Fix subscribe text *
 **********************/
.updates-dropdown-container .updates-dropdown .updates-dropdown-section {
    color: #000;
}

.body > div.layout-content.status.status-index.premium > div.masthead-container.premium > div > div.text-container {
    background-color: #ffffff;
}
/*****************
 * Custom header *
 *****************/
.custom-header-bar {
    text-align: center;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 15px;
    color: #EBEBEB; /* FONT COLOR */
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid #D9643A; /* LINK COLOR */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-header-navigation {
    min-width: 520px;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    line-height: 23px;
    white-space: nowrap;
}

.custom-header-navigation li {
    display: inline-block;
    padding-right: 5px;
    height: 33px;
    vertical-align: top
}

.custom-header-navigation li:last-child {
    padding-right: 0
}

.custom-header-navigation a {
    padding: 5px;
    display: inline-block;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.custom-header-navigation a:hover {
    text-decoration: none
}

.custom-header-navigation h1 {
    font-size: inherit;
    display: inline-block;
    line-height: 0;
    margin: 0
}

.custom-header-navigation a {
    color: #EBEBEB; /* FONT COLOR */
}

.custom-header-navigation a:hover {
    color: #D9643A; /* LINK COLOR */
    text-decoration: none
}

/*******************
 * Custom masthead *
 *******************/
 body{margin:0 !important;}
.container{width: 100%;max-width: 1270px;margin: 0 auto;}


a.btn{background: #653dba;text-decoration: none;color: #fff;padding: 10px 20px;font-weight: 600;border-radius: 5px;font-size: 15px;}
a.btn:hover{background:#50328D;color:#fff;}
a:hover {color: #50B95D;}

.custom-masthead{box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,.075);padding: 15px 0;}
.d-flex{text-align: center;display: flex;align-items: center;justify-content: space-between;}
.site-logo {max-width: 180px;}
.layout-content.status.status-index .page-status.status-none {text-align: center;}
.updates-dropdown-container {display: flex !important;align-items: center;justify-content: center;width:100%;}
.header-right{justify-content: end;}
.twitter-icon{margin-left:15px;}

.footer *{font-size:16px;}
.footer-top-part {padding: 15px 0;}
.footer-bottom-part {border-style: solid;border-width: 1px 0px 0px 0px;border-color: rgba(0, 0, 0, 0.11);transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding: 10px 0px;}
.footer-menu-section ul li {list-style: none;display: inline-block;margin: 0 6px;}
.footer-menu-section ul li:after {content: "|";padding-left: 10px;}
.footer-menu-section ul li:last-child:after{display:none;}
.footer-menu-section ul li a{text-decoration: none;}
.copyright-text p {margin-bottom: 0;}
.footer-bottom-part a {color: #000;}
.footer-bottom-part a:hover {color: #50B95D;}
a#show-updates-dropdown{background: #653dba;text-decoration: none;color: #fff;padding: 15px 20px;font-weight: 600;border-radius: 5px;font-size: 18px;margin-top: 40px;min-width: 350px;}
#show-updates-dropdown:hover{background: #50328D;}
.updates-dropdown-container {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

@media (max-width:767px){
.footer-bottom-part .d-flex {display: inline-block;text-align: center;width: 100%;}
.footer-top-part .d-flex {justify-content: center;}
a.btn {padding: 6px 10px;font-size: 14px;}
a#show-updates-dropdown{min-width: 250px;padding: 10px;}
}