﻿.cardSpacer {
    height: 40px;
    display: block;
}

.cardUI {
    color: white;
    width: 300px;
    height: 170px;
    margin: auto auto 20px auto;
    /* margin-top: 10%;  */
    border-radius: 15px;
    background: linear-gradient(135deg, rgb(0, 0, 0) 0%, rgb(54, 56, 57) 50%, rgba(0, 0, 0, 0.82) 51%, rgb(25, 25, 25) 100%);
    font-family: 'Montserrat-Light', arial, sans-serif;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.38), 1px 7px 20px 16px rgba(0, 0, 0, 0.19);
}


.BUname {
    display: block;
    float: right;
    padding-top: 8%;
    padding-right: 5%;
    font-family: 'Montserrat-Light', arial, sans-serif;
    font-size: 8px;
    letter-spacing: 5px;
}

.cardUI .cardUInumber {
    display: block;
    padding-top: 22%;
    padding-left: 5%;
    font-size: 10px;
}

    .cardUI .cardUInumber .cardUInumberLBL {
        display: block;
        color: #aa7a1a;
        font-size: 10px;
        font-variant-caps: all-small-caps;
    }

    .cardUI .cardUInumber .cardUInumberVL {
        display: block;
        font-size: 16px;
        font-family: monospace;
    }

.cardUI .cardUIname {
    width: 50%;
    float: left;
    padding-top: 10%;
    padding-left: 5%;
}

    .cardUI .cardUIname .cardUInameLBL {
        display: block;
        color: #aa7a1a;
        font-size: 10px;
        font-variant-caps: all-small-caps;
    }

    .cardUI .cardUIname .cardUInameVL {
        display: block;
        font-size: 11px;
        font-variant-caps: petite-caps;
        letter-spacing: 0px;
    }

.cardUI .cardUIexpirydate {
    width: 22%;
    float: right;
    padding-top: 10%;
    padding-left: 5%;
}

    .cardUI .cardUIexpirydate .cardUIexpirydateLBL {
        display: block;
        color: #aa7a1a;
        font-size: 10px;
        font-variant-caps: all-small-caps;
    }

    .cardUI .cardUIexpirydate .cardUIexpirydateVL {
        display: block;
        font-size: 10px;
        font-variant-caps: petite-caps;
        letter-spacing: 1px;
    }

.chip {
    width: 45px;
    background: linear-gradient(151deg, rgb(218, 218, 218) 44%, rgb(222, 222, 222) 50%, rgba(184, 184, 184, 0.82) 64%, rgb(123, 123, 123) 93%);
    height: 30px;
    border-radius: 10px;
    margin-top: -30px;
    margin-left: 243px;
    overflow: hidden;
    box-shadow: inset 0px 0px 7px 2px rgba(120, 120, 120, 0.75);
}

.squaretopleft {
    width: 13px;
    height: 10px;
    border-top: 1px #494949 solid;
    border-bottom: 1px #494949 solid;
    position: relative;
    top: 4px;
    border-right: 1px #494949 solid;
}

.squarebottomleft {
    width: 13px;
    height: 10px;
    border-top: 1px #494949 solid;
    border-bottom: 1px #494949 solid;
    position: relative;
    top: 3px;
    border-right: 1px #494949 solid;
}

.squaremiddle {
    width: 50px;
    height: 10px;
    border-top: 1px #494949 solid;
    border-bottom-style: groove;
    border-bottom: 1px #494949 solid;
    position: relative;
    top: -14px;
    left: -2px;
}

.squaretopright {
    width: 13px;
    height: 10px;
    border-top: 1px #494949 solid;
    border-bottom: 1px #494949 solid;
    position: relative;
    top: -32px;
    border-left: 1px #494949 solid;
    left: 31px;
}

.squarebottomright {
    width: 13px;
    height: 10px;
    border-top: 1px #494949 solid;
    border-bottom: 1px #494949 solid;
    position: relative;
    top: -33px;
    border-left: 1px #494949 solid;
    left: 31px;
}

.wifi-symbol {
    top:150px;
    display: block;
    left: 60px;
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
    -ms-transform: rotate(135deg) translate(100px);
    -moz-transform: rotate(135deg) translate(100px);
    -o-transform: rotate(135deg) translate(100px);
    -webkit-transform: rotate(135deg) translate(100px);
    transform: rotate(135deg) translate(100px);
}

    .wifi-symbol .wifi-circle {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: block;
        width: 55%;
        height: 55%;
        font-size: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        border-color: #3b3b39;
        border-style: solid;
        border-width: 1em 1em 0 0;
        -webkit-border-radius: 0 100% 0 0;
        border-radius: 0 100% 0 0;
        opacity: 0;
        -o-animation: wifianimation 2s infinite;
        -moz-animation: wifianimation 2s infinite;
        -webkit-animation: wifianimation 2s infinite;
        animation: wifianimation 2s infinite;
    }

        .wifi-symbol .wifi-circle.first {
            -o-animation-delay: 1500ms;
            -moz-animation-delay: 1500ms;
            -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
        }

        .wifi-symbol .wifi-circle.second {
            width: 5em;
            height: 5em;
            -o-animation-delay: 1125ms;
            -moz-animation-delay: 1125ms;
            -webkit-animation-delay: 1125ms;
            animation-delay: 1125ms;
        }

        .wifi-symbol .wifi-circle.third {
            width: 3em;
            height: 3em;
            -o-animation-delay: 750ms;
            -moz-animation-delay: 750ms;
            -webkit-animation-delay: 750ms;
            animation-delay: 750ms;
        }

        .wifi-symbol .wifi-circle.fourth {
            width: 1em;
            height: 1em;
            -o-animation-delay: 375ms;
            -moz-animation-delay: 375ms;
            -webkit-animation-delay: 375ms;
            animation-delay: 375ms;
        }

@keyframes wifianimation {
    25% {
        opacity: 0.4;
    }

    50% {
        opactiy: 1;
    }

    75% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

@-o-keyframes wifianimation {
    25% {
        opacity: 0.4;
    }

    50% {
        opactiy: 1;
    }

    75% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

@-moz-keyframes wifianimation {
    25% {
        opacity: 0.4;
    }

    50% {
        opactiy: 1;
    }

    75% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

@-webkit-keyframes wifianimation {
    25% {
        opacity: 0.4;
    }

    50% {
        opactiy: 1;
    }

    75% {
        opactiy: 0.1;
    }

    100% {
        opactiy: 0.1;
    }
}

#UpdatePanel {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formUI {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: center;
}

.formfieldwrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: system-ui;
    font-size: 12px;
    font-weight: 500;
    height: 90px;
}

    .formfieldwrapper span {
        color: #aa7a1a;
    }

.errMSG {
    text-align: right
}

.formfieldwrapper input[type=text], .formfieldwrapper input[type=password] {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ececec;
    margin: 8px 0;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
}


.formfieldwrapper input[type=submit] {
    padding: 15px;
    color: white;
    background-color: black;
    border: none;
    margin: 10px 0;
}

.footerUI {
    font-family: system-ui;
    font-size: 12px;
    font-weight: 500;
    color: #aa7a1a;
    text-align: center;
    margin: 20px;
	width:70%;
}

#loader {
    display:block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

#Summary{
    display:none;
}

#SummarySuccess{
    display:none;
}
#SummaryFailure {
    display: none;
}
#SummaryAlreadyProcessed {
    display: none;
}

.FailReason {
    text-align: center;
    font-family: Roboto,Helvetica Neue,sans-serif;
    font-size: 12px;
    color: #aa7a1a;
}


.SummaryWrapper {
    max-width: 600px;
    display: block;
    margin: auto auto auto auto;
    text-align: center;
    font-family: system-ui;
    font-weight: 500;
    padding: 20px;
    color: #aa7a1a;
    font-size: 12px;
}

    .SummaryWrapper p {
        display: block;
        color: #aa7a1a;
        margin-bottom: 2px;
        font-size: 12px;
    }

svg {
    width: 35px;
    display: block;
    margin: 40px auto 0;
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
}

    .path.circle {
        -webkit-animation: dash 0.9s ease-in-out;
        animation: dash 0.9s ease-in-out;
    }

    .path.line {
        stroke-dashoffset: 1000;
        -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
        animation: dash 0.9s 0.35s ease-in-out forwards;
    }

    .path.check {
        stroke-dashoffset: -100;
        -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
        animation: dash-check 0.9s 0.35s ease-in-out forwards;
    }

p {
    text-align: center;
    margin: 20px 0 60px;
    font-size: 0.8em;
}

    p.success {
        color: #aa7a1a;
    }

    p.error {
        color: #aa7a1a;
    }

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}

@keyframes dash-check {
    0% {
        stroke-dashoffset: -100;
    }

    100% {
        stroke-dashoffset: 900;
    }
}