﻿.header {
    padding-top: 80px;
    padding-bottom: 10px;
}

span.http-post {
    background-color: #a1df9f;
    color: white;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    margin-right: 1px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    min-width: 48px;
}

span.http-get {
    background-color: #84c6d8;
    color: white;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    margin-right: 1px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    min-width: 48px;
}

span.http-put {
    background-color: #fca130;
    color: white;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    margin-right: 1px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    min-width:48px;
}

span.http-delete {
    background-color: #f93e3e;
    color: white;
    display: inline-block;
    padding: 2px 10px 2px 10px;
    margin-right: 1px;
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    min-width: 48px;
}


a.postman-button {
    background: #F47023 !important;
    color: #FFFFFF !important;
}
button.postman-button {
    background: #F47023 !important;
    color: #FFFFFF !important;
}

.nav-link-text {
    padding-left: 8px;
}
.sticky-header-version {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 0; /* Stick to the top of the page */
    z-index: 1000; /* Ensure it stays above other content */
    background-color: white; /* Make sure it's visible */
    padding: 5px 0; /* Add some padding if needed */
    border-bottom: 1px solid #ddd; /* Optional: a border to separate it from the rest of the content */
}
