html {
    font-size: 14px;
    min-height: 100%;
    position: relative;
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}

.text-orange {
    color: #FF9900 !important;
}

.bg-orange {
    background-color: #FF9900 !important;
}

.bg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.success-top {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}

.error-top {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
}


/*.btn-info {
    color: #fff;
    background-color: #FF9900;
    border-color: #FF9900;
}*/

.icon-circle {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    height: 3.2rem;
    justify-content: center;
    position: relative;
    width: 3.2rem;
}

a.icon-circle:hover, a.icon-circle:focus {
    text-decoration: none;
}

.icon-circle > svg {
    height: 1.35rem;
    width: 1.35rem;
}

.svg-icon > svg {
    height: 1.45rem;
    width: 1.45rem;
}

.svg-icon-xxl > svg {
    height: 4rem;
    width: 4rem;
}

.svg-icon-xl > svg {
    height: 3.25rem;
    width: 3.25rem;
}

.svg-icon-lg > svg {
    height: 2.5rem;
    width: 2.5rem;
}

.svg-icon-sm > svg {
    height: 1.2rem;
    width: 1.2rem;
}

.svg-icon-xs > svg {
    height: .85rem;
    width: .85rem;
}

.top-0 {
    top: 0 !important;
}

.start-0 {
    left: 0 !important;
}

.end-0 {
    right: 0 !important;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.w-300 {
    width: 300px !important;
}

@media (min-width: 992px) {

    html {
        font-size: 16px;
    }

    .vw-lg-50 {
        width: 50vw !important;
    }

    .ps-lg-8 {
        padding-left: 8rem !important;
    }

    .w-lg-350 {
        width: 350px !important;
    }
}

/* Swagger */
.scheme-container {
    box-shadow: 0 0 0 0 #FFFFFF !important;
    margin: 0 0 10px 0 !important;
    padding: 0 0 !important;
}

.info {
    margin: 15px 0 10px 0 !important;
    padding: 0 0 !important;
}

.swagger-ui {
    width: 100% !important;
    min-width: 100% !important;
}

.swagger-container {
    width: 100% !important;
    min-width: 100% !important;
}

/* Quotes */
blockquote {
    color: #FFFFFF;
    font-size: 26px;
    font-style: italic;
    font-family: "Georgia";
    line-height: 1.45;
    margin: 0.25em 0;
    padding: 0.35em 55px;
    position: relative;
}

    blockquote:before {
        color: #FFFFFF;
        content: "\201C";
        display: block;
        font-size: 150px;
        font-family: "Georgia";
        left: -60px;
        padding-left: 60px;
        position: absolute;
        top: -90px;
    }

    blockquote cite {
        color: #FFFFFF;
        display: block;
        font-size: 16px;
        font-style: normal;
        margin-top: 15px;
    }

        blockquote cite:before {
            content: "\2014 \2009";
        }

/* Sidebar */
.sticky-offset {
    top: 80px;
}

#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    min-height: 100vh;
    background-color: #333;
    padding: 0;
}

.sidebar-expanded {
    width: 275px;
    flex: 0 0 275px;
    -ms-flex: 0 0 275px;
}

/* Menu item*/
#sidebar-container .list-group a {
    height: 50px;
    color: #6c757d !important;
}

#sidebar-container .list-group-item.active {
    z-index: 2;
    border-color: #333;
}

    #sidebar-container .list-group-item.active > div {
        /*font-weight: 700;*/
        color: #fff !important;
    }

/* Separators */
.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

/* Table */
.table thead th {
    color: #333;
    font-size: 0.8rem;
    letter-spacing: .05rem;
    background-color: #f8f9fa;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table td, .table th {
    border-bottom: 0;
    border-top: 1px solid #edf2f9;
}

.table [data-sort]:after {
    content: url("data:image/svg+xml;utf8,<svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 0L6 4H0L3 0ZM3 10L0 6H6L3 10Z' fill='%231E2E50'/></svg>");
    margin-left: .25rem;
}

.table thead th, tbody th, tbody td {
    vertical-align: middle;
}

/*.table-sm {
    font-size: 0.9rem;
}*/

.table-nowrap th, .table-nowrap td {
    white-space: nowrap;
}

/* Badge */
.badge.badge-lg {
    font-size: 0.9rem;
    font-weight: normal;
    text-align: left;
    width: 90px;
}

/* Paginator */
.nav-pagination {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.nav-pagination .page {
    background: none;
    color: #333;
    display: inline-block;
    font-size: .9rem;
    margin-bottom: -1px;
    padding: 1.25rem 1rem;
}

.nav-pagination .page:hover, .nav-pagination .page:focus {
    border-color: transparent;
    color: #333;
    isolation: isolate;
}

    .nav-pagination .active .page {
        background-color: transparent;
        border-bottom: 1px solid #FF9900;
        color: #333;
    }

/* Cookie Consent */
.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    z-index: 120;
    cursor: pointer;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}