:root{
    --gray-color-color:#F0F0F0;
}
* {
    box-sizing: border-box;
}

#addtowallet {
    visibility: hidden;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    font-size: 16px;
    font-family: 'SamsungOne', arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content-wrapper{
    flex: 1;
}

nav{
    display: block;
}
.nv00-gnb {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    font-size: 0;
    word-wrap: break-word;
    word-break: break-word;
    z-index: 2000;
}
.nv00-gnb__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 16px;
    background-color: #fff;
    z-index: 1;
}
.nv00-gnb__logo-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 100%;
    margin-right: 64px;
}
/*header***********************************/
.border-bottom-line{
    border-bottom: 1px solid #d9d9d9;
}
.main-container{
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
.main{
    flex: 1;
    max-width: 920px; /* adjust width as needed */
    margin: 0 auto; /* center horizontally */
    padding: 40px; /* add some padding */
}
@media only screen and (max-width: 767px) {
    .main{
        padding: 20px; /* add some padding */
    }
}
.samsung-coupon-container__logo{
    width: 100%; text-align: center;
}

.samsung-coupon-container__loader{
    width: 100%; 
    text-align: center;
    padding: 6rem 0;
}
.samsung-coupon-container__loader img{
    width: 50px;
}

.samsung-coupon-container__error{
    width: 100%; 
    text-align: center;
    padding: 6rem 0 4rem 0;
}
.samsung-coupon-container__box{
    width:100%;
    margin:auto;
    padding:20px;border-radius:5px;
    text-align:center;
    background-color: var(--gray-color-color);
}
.samsung-coupon-container__qrcode-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px;
}
@media only screen and (max-width: 767px) {
    .samsung-coupon-container__qrcode-container{
        margin: 0px;
    }
}

.samsung-coupon-container__qrcode-container h1{
    font-size: 1.5em;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .samsung-coupon-container__qrcode-container h1{
        font-size: 1.25em;
        line-height: 1.33;
    }
}

.samsung-coupon-container__qrcode-container canvas{
    display: block;
    max-width: 260px;
}


#validationPlaceholder h1{
    font-family: 'SamsungSharpSans', arial, sans-serif;
    display: block;
    color: #000;
    font-weight: bold;
    font-size: 1.75em;
    /* background-color: #f8d7da;
    border-color: #f5c2c7; */

    /* position: relative;
    padding: 1rem 1rem; */

    /* border: 1px solid transparent;
    border-radius: .25rem; */
}


@media only screen and (max-width: 767px) {
    #validationPlaceholder h1{
        margin-top: 50px;
        font-size: 1.25em;
        line-height: 1.33;
    }
}

.samsung-coupon-container__headline-text {
    padding: 0 24px 16px 24px;
    font-size: 38px;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    line-height: 1.2;
    color: #000;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
}
.samsung-coupon-container__sub-headline-text {
    font-size: 24px;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
    color: #000;
}

@media only screen and (max-width: 767px) {
    .samsung-coupon-container__sub-headline-text{
        font-size: 17px;
        line-height: 1.22;
    }
}

.samsung-coupon-container__desc {
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}
.bold{
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .samsung-coupon-container__desc {
        margin-bottom: 2.22222222vw;
        font-size: 14px;
    }
}

.qrcode-wrapper{
    display: block;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: .25rem;
    margin: 20px auto 50px auto;
    padding: 20px;
    background-color: var(--gray-color-color);
}
@media only screen and (max-width: 767px) {
    .qrcode-wrapper{
        margin: 20px auto 20px auto;
        padding: 5px;
    }
}
.qrcode-wrapper h1{
    font-size: 24px;
    font-family: 'SamsungSharpSans', arial, sans-serif;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    word-wrap: break-word;
    color: #000;
    padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .qrcode-wrapper h1{
        font-size: 16px;
        line-height: 1.2;
        padding-bottom: 0px;
    }
}

.qrcode-wrapper p{
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.33;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .qrcode-wrapper p{
        font-size: 14px;
    }
}

/*footer***********************************/
footer{
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.footer .footer-bottom {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 0;
}
.footer .footer-bottom .footer-copyright-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    min-height: 96px;
    border-top: 1px solid #d9d9d9;
}
.footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-copyright, .footer .footer-bottom .footer-copyright-wrap .footer-copyright-align .footer-legal {
    display: block;
    max-width: 1023px;
    font-size: 12px;
    line-height: 1.33;
}

.footer .footer-bottom .footer-copyright-wrap .footer-copyright-align {
    display: table-cell;
    vertical-align: middle;
    padding: 17px 12px 15px 24px;
}

/*Global***********************************/
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}


.margin-bottom-5{
 margin-bottom: 5rem;
}
.margin-top-5{
    margin-top: 5rem;
   }

.key-feature-tab__cta-wrap {
    padding: 3rem 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0.6,0,0.4,1) .1s;
    transition: -webkit-transform .5s cubic-bezier(0.6,0,0.4,1) .1s;
    transition: transform .5s cubic-bezier(0.6,0,0.4,1) .1s;
    transition: transform .5s cubic-bezier(0.6,0,0.4,1) .1s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1) .1s;
    text-align: center
}

.key-feature-tab__cta-wrap .key-feature-tab__cta-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}


.cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    vertical-align: middle;
    -webkit-transition-property: color,background-color,border-color,border-bottom-color;
    transition-property: color,background-color,border-color,border-bottom-color;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0.33,0,0.3,1);
    transition-timing-function: cubic-bezier(0.33,0,0.3,1);
    font-family: 'SamsungOne',arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    white-space: nowrap
}

.cta--contained {
    padding: 10px 24px 11px 24px;
    border-radius: 20px
}

.cta--contained.cta--black {
    color: #fff !important;
    background-color: #000 !important
}

.cta--contained.cta--black:hover,.cta--contained.cta--black:focus {
    color: #eee !important;
    background-color: #555 !important
}

.cta--contained.cta--black.cta--disabled {
    color: #aaa !important;
    background-color: #ddd !important;
    cursor: default !important
}