﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@font-face {
    font-family: "ProximaNovaRegular";
    src: url("../fonts/ProximaNovaRegular.eot");
    src: url("../fonts/ProximaNovaRegular.eot") format("embedded-opentype"), url("../fonts/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular.ttf") format("truetype"), url("../fonts/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg");
}

@font-face {
    font-family: proxima-nova, sans-serif;
    src: url("../fonts/ProximaNovaRegular.eot");
    src: url("../fonts/ProximaNovaRegular.eot") format("embedded-opentype"), 
        url("../fonts/ProximaNovaRegular.woff2") format("woff2"), 
        url("../fonts/ProximaNovaRegular.woff") format("woff"), 
        url("../fonts/ProximaNovaRegular.ttf") format("truetype"), 
        url("../fonts/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg");
    font-weight: 400;
}

@font-face {
    font-family: "ProximaNovaSemiBold";
    src: url("../fonts/ProximaNovaSemiBold.eot");
    src: url("../fonts/ProximaNovaSemiBold.eot") format("embedded-opentype"), url("../fonts/ProximaNovaSemiBold.woff2") format("woff2"), url("../fonts/ProximaNovaSemiBold.woff") format("woff"), url("../fonts/ProximaNovaSemiBold.ttf") format("truetype"), url("../fonts/ProximaNovaSemiBold.svg#ProximaNovaSemiBold") format("svg");
}

@font-face {
    font-family: "ProximaNovaBold";
    src: url("../fonts/ProximaNovaBold.eot");
    src: url("../fonts/ProximaNovaBold.eot") format("embedded-opentype"), url("../fonts/ProximaNovaBold.woff2") format("woff2"), url("../fonts/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold.ttf") format("truetype"), url("../fonts/ProximaNovaBold.svg#ProximaNovaBold") format("svg");
}



html, body {
    font-family: "ProximaNovaRegular";
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
body .main {
    background-position: center 88%;
    background-repeat: no-repeat;
    background-size: auto 270px;
    position: relative;
}
    body .main:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 30%;
        left: 0;
        bottom: 0;
        background: linear-gradient(to top, #79BEC0, rgba(255,255,255,0));
        opacity: .6;
    }
    body .main > div.content {
        padding: 0 !important;
        min-height: 100vh;
        padding-bottom: 280px !important;
        z-index: 9;
        position: relative;
    }



.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.pwa-row1 {
    background-image: url(../images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    height: 60px;
    width: 100%;
    position: relative;
}
.pwa-row1:after {
    content:'';
    background-image:url(../images/bg-plus-white.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}
.logo-section {
    padding: 28px 0;
}
.logo-section img {
    margin: 0 15px;
    max-width: 100px;
    max-height:60px;
}
.page-name {
    color: #371C41;
    font-size: 26px;
    text-align: center;
    padding: 0 70px;
    font-family: "ProximaNovaSemiBold";
    margin: 0px auto 25px;
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    text-transform: uppercase;
}
.text-label {
    color: #371C41;
    margin-bottom:0;
}
.member-number {
    margin-top: 25px;
}
.member-number span {
    background-color: #49C599;
    color: #371C41;
    padding: 7px 24px;
    font-size: 25px;
    min-width: 300px;
    display: inline-block;
}
.validaty-section {
    font-size: 14px;
    color: #000;
    margin-top: 25px;
}
.validaty-section .text-label {
    color: #49C599;
}
.validaty-section .expiry-date {
    color: #bd2132;
    font-weight: bold;
}
.btn-theme {
    border-radius: 50px;
    background-color: #371C41;
    border: 1px solid #371C41;
    color: #49C599 !important;
    font-size: 16px;
    font-family: "ProximaNovaSemiBold";
    padding: 11px 22px;
    transition: all .2s ease-out;
}
    .btn-theme:hover {
        background-color: #49C599;
        border-color: #49C599;
        color: #371C41 !important;
        text-decoration: none;
    }
.footer-section {
    background-color: #371C41;
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.footer-section p {
    font-style: italic;
    display: block;
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
}
    .footer-section a {
        font-size: 28px;
        color: #49C599;
        font-family: "ProximaNovaRegular";
        line-height: 34px;
    }
/* Custom Loader Starts */
.spinner1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.flexbox.sm {
    transform: scale(0.7);
}

.flexbox > div {
    width: 150px;
    height: 150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.ml-loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 41px;
    top: 26px;
}

.ml-loader div {
    -webkit-transform-origin: -5px 9px;
    -ms-transform-origin: -5px 9px;
    transform-origin: -5px 9px;
    -webkit-animation: 1.2s opaque ease-in-out infinite both;
    animation: 1.2s opaque ease-in-out infinite both;
}

.ml-loader div::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #49C599;
    width: 32px;
    height: 16px;
    border-radius: 45px / 24px;
}

.ml-loader div:nth-child(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.ml-loader div:nth-child(2) {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ml-loader div:nth-child(3) {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.ml-loader div:nth-child(4) {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.ml-loader div:nth-child(5) {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.ml-loader div:nth-child(6) {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.ml-loader div:nth-child(7) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.ml-loader div:nth-child(8) {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.ml-loader div:nth-child(9) {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.ml-loader div:nth-child(10) {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.ml-loader div:nth-child(11) {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.ml-loader div:nth-child(12) {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.ml-loader div:nth-child(13) {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.renew-btn-theme {
    border-radius: 50px;
    background-color: #bd2132;
    border: 1px solid #bd2132;
    color: #FFFFFF !important;
    font-size: 16px;
    font-family: "ProximaNovaSemiBold";
    padding: 11px 22px;
    transition: all .2s ease-out;
}

    .renew-btn-theme:hover {
        background-color: #bf0316;
        border-color: #bf0316;
        color: #FFFFFF !important;
        text-decoration: none;
    }


@-webkit-keyframes opaque {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes opaque {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0.1;
    }

    100% {
        opacity: 0.1;
    }
}
/* Custom Loader Ends */
.dw-msg-section {
    position: absolute;
    bottom: 185%;
    color: #000;
    text-align: center;
    width: 100%;
}
.dw-msg-wrapper {
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    margin: 20px auto 0;
    position: relative;
    max-width: 360px;
}
.dw-msg {
   
    color: #371C41;
    font-size: 16px;
    font-weight: bold;
    font-family: "ProximaNovaBold";
}
.dw-msg-wrapper p {
    font-size:14px;
    margin-bottom:0;
    color: #000;
    font-style:normal;
}
.dw-msg-wrapper p img {
    margin:0 10px;
}
.dw-msg-wrapper .arrow-down {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 32px solid #fff;
    display: inline-block;
    transform: rotate(0deg);
    position: absolute;
    bottom: -18px;
    left: calc(50% - 20px);
    z-index: -1;
}
.dw-msg-wrapper .box-close {
    position: absolute;
    right: 8px;
    top: 1px;

}
.dw-msg-wrapper .box-close img {
    width:17px;
}
@media screen and (min-width: 768px) {
    body .page {
        position: relative;
        min-height: 100vh;
        width: 390px;
        margin: 0 auto;
        align-items: center;
    }
    body .main {
        border: 1px solid #C1C7CB;
    }
    body .main > div.content {
        min-height: 844px;
    }
}

@media screen and (max-width: 767px) {
    .page-name {
        padding: 0 30px;
       
    }
}

@media screen and (min-width: 768px ) and ( max-height: 844px ) {
    body .page {
        align-items: start;
    }
}


@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        @media screen and (max-width: 414px ) and ( max-height: 896px ) {

            body .main > div.content {
                min-height: 87vh;
                padding-bottom: 260px !important;
            }

            .logo-section {
                padding: 10px 0;
            }

            .validaty-section,
            .member-number {
                margin-top: 10px;
            }

            .page-name {
                margin-bottom: 10px;
                font-size: 24px;
            }
        }


        @media screen and (max-width: 375px ) and ( max-height:812px ) {

            body .main > div.content {
                min-height: 87vh;
                padding-bottom: 260px !important;
            }

            .logo-section {
                padding: 10px 0;
            }

            .validaty-section,
            .member-number {
                margin-top: 10px;
            }

            .page-name {
                margin-bottom: 10px;
                font-size: 24px;
            }
        }

        @media screen and (max-width: 375px ) and ( max-height:667px ) {

            body .main > div.content {
                min-height: 87vh;
                padding-bottom: 260px !important;
            }

            .logo-section {
                padding: 10px 0;
            }

            .validaty-section,
            .member-number {
                margin-top: 10px;
            }

            .page-name {
                margin-bottom: 10px;
                font-size: 24px;
            }
        }
    }
}
