﻿body {
    overflow: auto;
}

/*#root {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
*/
#root .container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bg-menu-top-dark .container {
    padding-top: 0;
    margin: auto;
    margin-top: 0;
    max-width: 1440px;
}

/*
footer:not(#footer) {
    display: none;
}
*/

body:not(.akamai) {
    background-color: #0a121d;
}

body.akamai {
    height: unset;
}

    body.akamai #root {
        display: none;
    }

#wrapper header, #commercial-self-service header {
    display: none;
}

body.akamai #wrapper header, body.akamai #commercial-self-service header {
    display: block;
}

/*body.akamai #footer {
    display: none;
}*/

body.akamai .footer-logo {
    margin-bottom: 0;
}

/*body.akamai footer:not(#footer) {
    display: block;
}
*/
.btn-outline-black {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #000 !important;
    opacity: 1 !important;
}

.col-sm-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.footer-logo {
    width: unset;
    height: unset;
}

.modal .form-group {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-bottom {
    margin: auto;
    width: 100%;
    max-width: 1440px;
}

body:not(.akamai) .footer-bottom {
    max-width: 1410px;
}

#footer .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

section.main-container-inner {
    padding: unset;
    padding-top: 100px;
}

#wrapper {
    padding-top: 20px;
}

#wrapper, #commercial-self-service {
    /*margin-bottom: -120px;*/
    overflow: auto !important;
}

#pushpushgo-container, .fixed-bottom {
    display: none !important;
}

.fixed-bottom {
    z-index: 100;
}

.modal .close {
    padding-top: 0 !important;
    top: 0;
    font-size: unset !important;
}

#footer {
    order: 5;
}

#cookie_bar .container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.jcf-text-white .jcf-select .jcf-select-opener:after {
    content: unset;
}

/* Bootstrap popover */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: 0.5rem;
        margin: 0 0.3rem;
    }

        .popover .arrow::before, .popover .arrow::after {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}

    .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
        bottom: calc(-0.5rem - 1px);
    }

        .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
            bottom: 0;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
            bottom: 1px;
            border-width: 0.5rem 0.5rem 0;
            border-top-color: #fff;
        }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}

    .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
        left: calc(-0.5rem - 1px);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
            left: 0;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
            left: 1px;
            border-width: 0.5rem 0.5rem 0.5rem 0;
            border-right-color: #fff;
        }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}

    .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
        top: calc(-0.5rem - 1px);
    }

        .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
            top: 0;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
            top: 1px;
            border-width: 0 0.5rem 0.5rem 0.5rem;
            border-bottom-color: #fff;
        }

    .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -0.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}

    .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
        right: calc(-0.5rem - 1px);
        width: 0.5rem;
        height: 1rem;
        margin: 0.3rem 0;
    }

        .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
            right: 0;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: rgba(0, 0, 0, 0.25);
        }

        .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
            right: 1px;
            border-width: 0.5rem 0 0.5rem 0.5rem;
            border-left-color: #fff;
        }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 0.89rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    /*Fix for https://github.com/twbs/bootstrap/issues/25686 overflow: hidden;*/
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#AccountPopover:hover {
    border-color: transparent;
}

.clear-error-modal .modal-header-row button.close {
    top: 30px !important;
    right: 26px !important;
    position: absolute !important;
}

span.inbox-icon {
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-left: 20px;
}

    span.inbox-icon i {
        display: inline-block;
        position: relative;
    }

    span.inbox-icon span.badge {
        border-radius: 50% !important;
        display: inline-block;
        position: absolute;
        top: -9px;
        left: -10px;
    }

.no-select, span.select span.select-container, span.select li {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

/*span.select {
    display: flex;*/
/* align-items: center; */
/*width: 210px;
    border: 1px solid #fff;
    border-radius: 800px;
    height: 47px;
    cursor: pointer;
    position: relative;
}

    span.select span.select-container {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

        span.select span.select-container span {
            margin-right: 7px;
        }

        span.select span.select-container i {
            margin-left: 7px;
        }

    span.select div {
        display: none !important;
        max-height: 300px;
        overflow: auto;
        width: 210px;
        position: absolute;
        top: 57px;*/
/* height + 10px */
/*}

        span.select div.inverted {
            top: -310px;*/
/* 0 - (height of options + 10px) */
/*}

    span.select div,
    span.select ul {
        border-radius: 5px;
        display: block;*/
/* border: 1px solid transparent; */
/*margin: 0;
        padding-left: 0;
        background: #75787b;
    }

    span.select.open div {
        display: block !important;
    }

    span.select.open i {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    span.select li {
        list-style: none;
        background: #75787b;
        color: #fff;
        padding: 18px 20px;
        font-family: Poppins;
        font-size: 14px;
        line-height: 14px;
        cursor: pointer;
    }

        span.select li:hover {
            color: #75787b;
            background: #fff;
        }

    span.select ::-webkit-scrollbar {
        width: 6px;
    }

    span.select ::-webkit-scrollbar-thumb {
        background-color: #4d535b;
        border-radius: 5px;
        border: 3px solid transparent;
    }

    span.select ::-webkit-scrollbar-track {
        background: transparent;
    }
*/

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    padding: 2.635px 4.2px;
    font-size: 12px;
}
