#errors {
    max-width: 60%;
    min-width: 40%;
    width: auto;
    background-color: #b30000;
    border: 5px solid #4d0000;
    color: #cccccc;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    display: flex;
    justify-content: center;
    font-weight: bold;
}

#error-container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.base-container {
    padding-top: 3rem;
    margin: 3rem 0;
}

.error-rect {
    border: 5px
    solid #4d0000;
}

.endpoint {
    background: #427ee8;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

.regular-header {
    background: #343a40;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
}

.description {
    text-align: left;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.regular {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #eeeeee;
    border-radius: 0.5rem;
    font-style: normal;
    font-size: 1rem;
}

.request {
    padding: 1rem;
    margin-bottom: 1rem;
    background: #eeeeee;
    border-radius: 0.5rem;
    font-style: oblique;
}

.response {
    padding: 1rem;
    background: #eeeeee;
    border-radius: 0.5rem;
    font-style: oblique;
}

.value {
    color: #427ee8;
    font-weight: bold;
}

.form-group {
    display: flex;
    justify-content: space-between;
}

.form-control {
    width: 70%;
}

.social-form {
    margin: auto;
    max-width: 30%;
    min-width: 400px
}

.container-title {
    font-weight: bold;
    font-size: 2rem;
    display: inline;
}

.container-information {
    font-weight: bold;
    font-size: 1.2rem;
    display: inline;
}

.container-header {
    margin-left: 1.5rem;
    color: white
}

.background-black {
    background: #343a40;"
}

.background-green {
    background: #28a745;
}

.background-red {
    background: darkred
}

.content-end {
    display: flex;
    justify-content: flex-end;
}

.content-right {
    display: flex;
    justify-content: right;
}

.content-center {
    justify-content: center;
    display: flex;
}

.content-between {
    display: flex;
    justify-content: space-between;
}

.content-row {
    display: flex;
    flex-direction: row;
}

.social-container {
    margin: auto;
    max-width: 70%
}

.margin-top1 {
    margin-top: 1rem;
}

.table-thead {
    background-color: #343a40 !important;
    border: 0.4rem solid #343a40
}

.white-power {
    color: white;
}

.text-center {
    text-align: center;
}

.documentation-link {
    color: black;
    text-decoration: none !important;
    font-size: 0.9rem;
}

.documentation-main-link {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
}

.documentation-main {
    overflow-wrap: break-word;
    padding-left: 2%;
    width: 16%;
}

.documentation-content-short {
    inline-size: 14%;
    overflow-wrap: break-word;
    position: fixed;
}

.block-content {
    padding-right: 2%;
    width: 84%
}

.font-size12 {
    font-size: 1.2rem;
}

.footer-base {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    margin-top: 3rem
}

.hidden-container {
    visibility: hidden;
    height: 0;
}