html {
    scroll-behavior: smooth;
    scroll-padding-top:5.5rem;
}

/* background images */
.elite-status-image1 {
    background: url("/assets/img/planeinterior/ANC-econ-seats.jpg") no-repeat;
    background-position: 50% 40%;
    background-size:cover;
    height:220px;
    min-height:200px;
    position: relative;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.elite-status-image2 {
    background: url("/assets/img/ANCterminal/ANC-NavLounge-2.png") no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    min-height: 1080px;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: center;
}

.elite-status-image3 {
    height:auto;
    width:450px;
}

.elite-status-image4{
    height:auto;
    width:380px;
}

@media screen and (max-width:768px){
    .elite-status-image3,
    .elite-status-image4 {
        width:100%;
    }
}

.parallax{
    background-attachment: fixed;
}

.np-error--bg{
    background: url("/assets/img/denalimt.jpg") no-repeat;
    background-position: 20% 50%;
    background-size:cover;
    min-height: calc(100vh - 5rem);
    height: auto;
    width:100%;
    z-index:-1;
}

.charter-hero--image {
    background: url("/assets/img/planeexterior/Aircraft Hero shot.jpg") no-repeat;
    background-position: 0% 100%;
    background-size:cover;
    background-attachment: fixed;
    min-height:28em;
    width:100%;
    display:flex;
    flex-direction: column;
    justify-content: flex-end;
}

.charter-hero--image:after{
    position: relative;
    display: inherit;
    content: "";
    height: 400px;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent linear-gradient(360deg, #ffffff 0%, #ffffff00 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width:1200px){
    .charter-hero--image{
        min-height:13em;
        background-position: 50% 50%;
        background-size:cover;
        background-attachment: unset;
    }
    .charter-hero--image:after{
        height: 200px;
    }
}

/* login and otp pages */

.form-signin {
    width: 100%;
    max-width: 270px;
    padding: 15px;
    margin: auto;
}

button.incompatiblefare:disabled {
    background-color: var(--base-color-grey-500);
    color: var(--base-color-black);
    border-color: var(--base-color-black);
}

@media (hover: hover) {
    button.incompatiblefare:disabled:hover {
        background-color: var(--base-color-grey-500);
        color: var(--base-color-black);
    }
}

/* back to top */

.back-to-top {
    display: none;
    border-radius: 25px;
    text-align: center;
    background-color: #78797a;
    color: #fff;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    z-index: 9999;
}

.back-to-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.arrow-up {
    position: relative;
    top: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow-up:hover {
    border: solid var(--base-color-npblue-700);
    border-width: 0 2px 2px 0;
}

/* umnr page */
.umnr-guardian-contact-area {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 2em;
}

/* add-ons page */
.add-ons--refundable-upsell {
    background-color: var(--base-color-npblue-300);
    border-radius: 3px;
    margin: 10px auto;
    padding: 10px;
}
.add-ons--refundable-upsell.disabled {
    opacity: 50%;
}

/* buy page */
.buy--express-checkout {
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 40px;
    padding: 10px;
}

.buy--or-area {
    text-align: center;
    text-transform: uppercase;
}

.change--tophtml-cell {
    background-color: #FFF;
    border-radius:8px;
    padding: 20px;
}

.change--tophtml-cell p {
    font-family: 'oxanium';
    line-height: 24px;
    font-size: 16px;
}

.npcharter-image1 {
    position:relative;
    top:-40px;
    padding-bottom:2rem;
}

.npcharter-image2 {
    position:absolute;
    top:140px;
    padding-bottom:2rem;
}

@media screen and (max-width: 768px) {
	.npcharter-image1 {
        top:unset;
    }
    
    .npcharter-image2 {
        position:relative;
        top:unset;
    }
}

/* coc */

.coc.nav .nav-link{
    color: var(--base-color-npblue-900);
    font-size:14px;
    padding:4px 10px;
}

.coc.nav .nav-link.active,
.coc.nav .nav-link:hover{
    color: #fff;
    background-color: var(--base-color-npblue-900);
    padding:4px 16px;
    font-size:14px;
}

.coc.nav .nav-pills .nav-link.active {
    color: #fff;
    background-color: var(--base-color-npblue-900);
    font-weight: var(--font-fw-semibold);
    border-radius:5px;
}
.nav-pills .show>.nav-link{
    background-color:transparent;
}

.coc.nav button.nav-link{
    text-align:left;
    padding:0.25rem 1rem;
}

/* CRM */

.crm--results-section{
    background-color: #f4f4f4;
    border: 1px solid var(--base-color-grey-300);
    border-radius: 4px;
    line-height: 1.7em;
    margin: .25rem;
    padding: 15px;
    height: auto;
    width: 80%;
    max-height: 500px;
    overflow: scroll;
}

.hide-npa{
    display:none;
}