[v-cloak] {
    opacity: 0;
    transition: all .5s;
}


.heading-2 {
    color: #300163;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
}

.navbar-inverse {
    background-color: #80249B;
    /*background: -webkit-linear-gradient(left, #9e00bd, #bf00e3) !important; !* For Safari 5.1 to 6.0 *!*/
    /*background: -o-linear-gradient(right, #9e00bd, #bf00e3) !important; !* For Opera 11.1 to 12.0 *!*/
    /*background: -moz-linear-gradient(right, #9e00bd, #bf00e3) !important; !* For Firefox 3.6 to 15 *!*/
    /*background: linear-gradient(to right, #9e00bd, #bf00e3) !important;*/
}
/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    /*border-bottom: 1px solid #eee;*/
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}

footer div.logo {
  height: 40px;
}

footer div.logo.mranz {
  background: url("/img/myrepublic.svg") center no-repeat;
}

@media screen and (max-width: 576px) {
    body {
        min-width: auto !important;
    }

    .main {
        padding-right: unset;
        padding-left: unset;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        background: #7f00ff;
        font-size: 12px;
        font-weight: normal;
        line-height: 24px;
    }

    .footer li {
        width: auto;
        margin: auto 15px auto auto;
    }

    .footer li:last-child {
        margin-right: unset;
    }

    .myrepublic-logo.desktop {
        display: none;
    }

    .myrepublic-logo.mobile {
        display: block;
    }

    footer div.logo.mranz {
        background-image: url("/img/MyRepublic_Logo.svg")
    }

    div.footer footer {
        padding-top: 20px;
    }

    .footer {
        position: unset;
        padding-left: unset;
        padding-right: unset;
    }

    footer p {
        color: #ebd5e7;
        font-size: 12px;
        line-height: 24px;
        font-style: normal;
        font-weight: normal;
    }

    hr {
        width: 134px;
        height: 5px;
        border-radius: 100px;
        background: #FFFFFF;
        margin-top: 36px;
        margin-bottom: 8px;
    }

    .cd-secondary-nav ul {
        display: none;
    }

    .sidebar-nav-icon {
        display: block !important;
        flex-shrink: 0;
        float: right;
        margin-right: 15px;
        color: #FFFFFF;
    }
}

@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 96px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 0px 20px 20px 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }

    .main {
        padding-top: 15px;
        padding-bottom: 30px;
    }

    footer {
        padding: 40px 20px;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 16px;
        background: #FFF;
        text-align: center;
        /* margin-top: 10px; */
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    margin-right: 20px;
    margin-left: 20px;
    border: solid;
    border-width: 1px;
    border-color: lightgrey;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #fd9900;
}


/*
 * Main content
 */

.main {
    margin-top: 109px;
    /*padding-top:157px;*/
    /*position: fixed;*/
    /*top: 157px;*/
}
.main .page-header {
    margin-top: 0;
}

/* custom bootstrap classes for 1/5th width columns */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-1-5 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-3-5 {
    width: 60%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-3-5 {
        width: 60%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-3-5 {
        width: 60%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
}

button:focus,
.btn:focus {
    outline: unset;
}
.btn.active,
.btn:active {
    box-shadow: unset;
}
.btn-light,
.btn-secondary {
    letter-spacing: 0.8px;
    text-transform: uppercase;
    min-width: 175px;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    outline: none;
}
.btn-light {
    background-color: #fff;
    border-color: #d7d7d7;
}
.btn-light:focus,
.btn-light:hover {
    background-color: #f1f1f1;
    border-color: #e0e0e0;
}
.btn-secondary {
    background-color: #7f00ff;
    color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #300163;
    color: #fff;
}
a.btn-secondary {
    color: #fff;
}

sup {
    margin-right: 0.25em;
}

/* custom bootstrap classes for 1/5th width columns */

/* custom classes */
* {
    text-rendering: optimizeLegibility;
}
body {
    min-width: 1201px;
    font-family: 'Roboto', sans-serif;
    background: #F9FAFF;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    overflow: auto;
    overflow-x: auto;
}
.main {
    /*max-width: 1201px !important;
    margin-left: calc((100% - 1201px) / 2)  !important;
    padding: 0px;*/
    background-color: #F2F2F2;
}
.footer {
    /*max-width: 1201px !important;
    margin-left: calc((100% - 1201px) / 2)  !important;
    padding: 0px;*/
}
.navbar {
    margin-bottom: 0;
    position: relative;
    max-width: 1201px !important;
    margin-left: calc((100% - 1201px) / 2)  !important;
}
.placeholder-header {
    /*max-width: 1201px;*/
    /*border: white 5px solid;*/
    height: 157px;
    /*margin-left: calc((100% - 1201px) / 2)  !important;*/
}
.current-path {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    /* background-color: #F3F3F3; */
    background-color: #F2F2F2;
    color: #000000;
    font-size: 18px;

}
.note-bar {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}
.note-header {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
}
.note-text {
    color: #9BA0A7;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
}
.footer-bar {
    background-color: #687179;
    /*height: 227px;*/
}
.footer-menu {
    position: relative;
    display: block;
    padding: 20px 30px;
}
.footer-header {
    color: #fafafa;
    font-size: 20px;
    padding: 10px;
}
.footer-text {
    padding: 0 10px;
    color: white;
    opacity: 0.5;
    font-size: 16px;
}
.copyright {
    color: #fafafa;
    font-size: 16px;
    padding: 10px;
}
.subscription-select-wrapper {
    opacity: 1;
    width: 100%;
    height: 34px;
}
.subscription-select-wrapper:before {
    content: '';
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 6px 8px 0;
    border-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 3;
    box-sizing: border-box;
}
.subscription-select-wrapper:after {
    content: '';
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 6px 8px 0;
    border-style: solid;
    border-color: #81219D transparent transparent;
    position: absolute;
    top: 43%;
    right: 10px;
    z-index: 4;
    box-sizing: border-box;
}
.subscription-select-prefix:before {
    content: 'Account: ';
    width: 0;
    height: 0;
    margin-top: -3px;
    color: #FFFFFF;
    position: absolute;
    top: 30%;
    left: 10px;
    z-index: 0;
    box-sizing: border-box;
    cursor: pointer;
}
.subscription-select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 22px 0 70px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    background: #7f00ff;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.1);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    color: white;
    z-index: 3;
    text-align: center;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mt-2 {
    margin-top: 2rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.mb-2 {
    margin-bottom: 2rem !important;
}

.my-republic-logo {
     position: fixed;
     left: 15px;
     top: 15px;
     width: 188px;
     height: 40px;
     background-size: contain !important;
     cursor: pointer;
 }

.my-republic-logo.mranz {
    background: url("/img/myrepublic.svg") no-repeat center;
}

.my-republic-hotline {
    position: fixed;
    right: 15px;
    top: 21px;
    color: #92298e;
    font-weight: bold;
    font-size: 20px;
}
.rotate-phone {
    -moz-transform: rotate(30deg); /* IE 9 */
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

.notice {
    position: fixed;
    top: 60px;
    left: 50%;
    width: 600px;
    padding: 40px;
    border: 1px solid #52046B;
    border-radius: 5px;
    margin-left: -300px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
    background: rgba(130, 33, 160, 0.8);
    cursor: pointer;
    z-index: 9999;
}

.notice-success {
    background: rgb(120, 188, 32, 0.8);
    border-color: #78bc20;
}

.notice-error {
    background: rgba(225, 40, 76, 0.8);
    border-color: #97001E;
}

.mydetails-button button {
    border: 0;
    background: transparent;
}

input[disabled], select[disabled] {
    background: #DDD;
}

.tracker-indicator {
    min-height: 160px;
}

.main-bar {
    position: relative;
}

.customer-status-overview {
    min-height: 240px;
}

/*.product {
    margin-top: 0px;
    margin-left: 10px;
}
*/
.product-name {
    font-size: 18px;
}

.product-container > .product-name {
    width: 80%;
}

.product-charge {
    margin-top: 10px;
}

.product-marker {
    width: 24px;
    margin-right: 5px;
}

.account-selection {
    padding: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
    color: #FFF;
    background-color: #7f00ff;
}

.account-selection .subscription-select {
    color: #7f00ff;
    background: #FFF;
}

.account-selection .subscription-select-prefix:before {
    color: #7f00ff;
}

footer {
    text-align: center;
    /*padding: 40px 20px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 16px;
    background: #FFF;
    margin-top: 10px;*/
}

footer img {
    max-height: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer p {
    margin: 10px auto;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer li {
    display: inline-block;
    width: 120px;
}

footer a, footer a:link, footer a:active, footer a:visited {
    text-decoration: underline;
}

.modal-blur {
    z-index: 999999;
    backdrop-filter: blur(8px);
}

.modal-blur .content {
    height: auto;
    min-width: 360px;
    padding: 4rem 10rem;
    border-radius: 22px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.modal-blur .content .close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    opacity: 1;
}

.modal-blur .content .close:hover {
    opacity: .5;
}

.modal-blur .content .close:before,
.modal-blur .content .close:after {
    background: #3A3A3A;
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: inherit;
    border-radius: 2px;
}

.modal-blur .content .close:before {
    transform: rotate(45deg);
}

.modal-blur .content .close:after {
    transform: rotate(-45deg);
}

.modal-blur .myrewards {
    max-height: 655px;
    min-width: 360px;
    padding: 4rem 10rem;
    border-radius: 22px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 864px;
    padding: 7rem;
    overflow: scroll;
}

.rewards-button {
    height: 49px;
    color: white !important;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    background-color: #7f00ff;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 4rem;
    width: 93%;
    border: none;
}

/* Loader */

.modal-blur .myrewards-rocket {
    min-height: 365px;
    height: auto;
    min-width: 360px;
    padding: 4rem 10rem;
    border-radius: 22px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.showbox-myrewards {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.rocket-myrewards{
    position: absolute;
    width: 50px;
    height:50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url('/img/myrepublic_rocket.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.loader-myrewards {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}
.loader-myrewards:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.circular-myrewards {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.path-myrewards {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.25s ease-in-out infinite, color 2s ease-in-out infinite;
    animation: dash 1.25s ease-in-out infinite, color 2s ease-in-out infinite;
    stroke-linecap: round;
}


@-webkit-keyframes rotate {
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@keyframes rotate {
    100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
@-webkit-keyframes dash {
    0%{stroke-dasharray:1,200;stroke-dashoffset:0}
    50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}
    100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}
}
@keyframes dash {
    0%{stroke-dasharray:1,200;stroke-dashoffset:0}
    50%{stroke-dasharray:100,200;stroke-dashoffset:0}
    100%{stroke-dasharray:80,200;stroke-dashoffset:-120px}
}
@-webkit-keyframes color {
    100%,0%{stroke:#7f00ff}
    40%{stroke:#7f00ff}
    66%{stroke:#7f00ff}
    80%,90%{stroke:#7f00ff}
}
@keyframes color {
    100%,0%{stroke:#7f00ff}
    40%{stroke:#7f00ff}
    66%{stroke:#7f00ff}
    80%,90%{stroke:#7f00ff}
}

/*  End Loader*/

.myrewards-text-header{
    text-align: left;
    font-size: large;
    font-weight: bold;
    margin-bottom: 1rem;
}

.myrewards-text-detail{
    margin: 0;
    text-align: left;
    font-size: 15px;
    line-height: revert;
}

.how-it-works-first-title{
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: revert;
}

.how-it-works-second-title{
    margin-top: 3rem;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: revert;
}

.how-it-works-header{
    margin: 0;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: revert;
}

.how-it-works-detail{
    margin-top: 0;
    margin-bottom: 2rem;
    text-align: left;
    font-size: 14px;
    line-height: revert;
}

.myrewards-label {
    background: #01ae28;
    padding: 5px;
    border-radius: 10px;
    font-size: 12;
    border-radius: 7px;
    color: white;
    margin: 1rem;
}

.rewards-term {
    font-size: 12;
    font-style: italic;
    text-align: left;
    margin-top: 1rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
}

.btn-myrewards:after {
    content: "\f107";
    color: #7f00ff;
    top: -15px;
    right: 30px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 34px;
}

.btn-myrewards.collapsed:after {
    content: "\f106";
}

.myrewards-btn-close {
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
}

span.sidebar-nav-icon i:nth-child(2) {
    cursor: pointer;
}

.sidebar-nav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 110px;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    background-color: #7f00ff;
}

nav.sidebar-nav ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

nav.sidebar-nav ul a {
    color: white;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #7f00ff;
}