﻿body {
    padding: 0;
    margin: 0;
    overflow-x: auto !important;
}
/*theme color-profile start*/
.bg-primary-color, #body .atm-card-svg path:nth-child(3) {
    background-color: var(--main-bg-color) !important;
    background-color: #000;
    color:white;
}

.container {
    animation: showUp 0.5s cubic-bezier(0.18, 1.3, 1, 1) forwards;
}

@keyframes showUp {
    0% {
        transform: scale(0);
    }

    100% {
        transoform: scale(1);
    }
}

.row {
    margin-bottom: 10px;
}

.ngl {
    position: absolute;
    top: -20px;
    right: -20px;
}


.bg-color-black {
    background-color: black !important;
    color: white !important;
    padding-left: 150px;
}

.color-primary-light {
    background-color: var(--color-primary-light) !important;
}

.pin-container-border {
    border-color: var(--main-bg-color) !important;
}

.text-white {
    color: #fff;
}

.margin-right20 {
    margin-right: 20px !important;
}

.margin-right40 {
    margin-right: 40px !important;
}


.text-Black {
    color: #000;
}
/*theme color-profile end*/

/*#header .row {
    padding: 10px 0px;
}*/

.inputs {
    text-align: center;
    text-transform: uppercase;
}

#BlackInput .inputs[placeholder= XXXX] {
    color: black !important;
}

/*#body ~ .modal-backdrop.in {
    opacity: 0 !important;
}*/

#header select {
    background-color: transparent !important;
    border: none !important;
}

#body .row {
    margin: 10px 0px;
}

#body .atm-card-svg {
    width: 35%;
    min-width: 350px;
}

#body .atm-no input {
    max-width: 100px;
    height: 35px;
}

#BreakLine {
    margin: 5px;
}

.atm-no .btn-sm {
    padding: 8px 16px;
}

.PIN-footer {
    position: fixed;
    bottom: 0px;
    background: white;
    width: 100%;
}

.container-margin#faq .container {
    max-height: 70vh;
}

@media all and (max-width:768px) {
    #body .atm-no input {
        max-width: 45px;
        height: 25px;
    }

    .atm-no .btn-sm {
        padding: 3px 8px;
    }

    #body .atm-card-svg {
        width: 35%;
        min-width: 300px;
    }

    body {
        font-size: 12px !important;
    }
}

.margin0 {
    margin: 0 !important;
}

.key {
    padding: 10px;
    border: 2px solid black;
    margin: 10px auto;
}

.padding-x5 {
    padding: 5px 0px;
}

.w80 {
    width: 80%;
}

#compliance-modal .modal-body {
    max-height: 235px;
    overflow: auto;
}

.pin-container {
    padding: 30px 50px;
    border: 5px solid;
}

.customFont {
    font-family: 'Segoe UI Light_','Open Sans Light',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 300;
    color: #000;
    letter-spacing: .00em;
    font-size: 4.8rem;
    line-height: 4.8rem;
}

.margin-bottom-lg {
    margin-bottom: 60px !important;
}

#mix-blend-mode {
    mix-blend-mode: difference;
    position: relative;
    top: 0;
    right: 0px;
    line-height: 50px;
}

    #mix-blend-mode .footer-text, #mix-blend-mode .dropdown-menu > li > a {
        color: white !important;
        opacity: 1;
    }

        #mix-blend-mode .footer-text a, #mix-blend-mode .dropdown-menu > li > a {
            color: white !important;
        }

    #mix-blend-mode .language_btn:focus, #mix-blend-mode .language_btn:hover {
        color: #fff;
    }

#mix-blend-mode-sm {
    mix-blend-mode: difference;
    position: relative;
    top: 0;
    right: 0px;
    line-height: 30px;
}

    #mix-blend-mode-sm .footer-text {
        color: white !important;
        opacity: 1;
    }

        #mix-blend-mode-sm .footer-text a {
            color: white !important;
        }

#BlackInput .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .35 !important;
}

.padding-20 {
    padding: 20px 0px;
}

.absolute-text {
    position: fixed;
    top: 0px;
    right: 30px;
    line-height: 50px;
    color: #fff;
}

.min-80 {
    min-height: 50px;
}

@media only screen and (max-width: 600px) {
    #bs-example-navbar-collapse-1 {
        background-image: none
    }
}

@media only screen and (max-width:767px) {

    .navbar-collapse,
    .navbar-collapse.in {
        position: absolute;
        background: rgb(234, 234, 234);
        width: 100%;
        z-index: 9;
    }

    #mix-blend-mode {
        top: 30px;
        right: 0px;
        line-height: 15px;
        height: 40px;
    }

    .sm-hide {
        background-image: none !important;
    }


    .min-80 {
        min-height: 15px;
    }

    .absolute-text {
        position: fixed;
        top: 0px;
        right: 30px;
        line-height: 15px;
        color: #fff;
    }
}

@media only screen and (max-width:990px) and (min-width:768px) {
    #mix-blend-mode {
        top: 0;
        right: 0px;
        line-height: 30px;
        height: 31px
    }

    .absolute-text {
        position: fixed;
        top: 0px;
        right: 30px;
        line-height: 15px;
        color: #fff;
    }

    .min-80 {
        min-height: 25px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {

    #mix-blend-mode {
        top: 0;
        right: 0px;
        line-height: 30px;
        height: 25px
    }
}

@media (min-width: 481px) and (max-width: 767px) and (orientation: landscape) {

    #mix-blend-mode {
        top: 0;
        right: 0px;
        line-height: 30px;
        height: 25px
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    #mix-blend-mode {
        top: 0;
        right: 0px;
        line-height: 30px;
        height: 25px
    }
}
/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
    #mix-blend-mode {
        top: 0;
        right: 0px;
        line-height: 30px;
        height: 25px
    }
}

.imageType-anchor {
    cursor: pointer !important;
    text-decoration: underline;
    display: block !important;
    font-weight: 600 !important;
    padding: 4px 0px !important;
    text-align: center !important;
}

.key-heading {
    font-size: 30px;
    font-weight: 900;
    margin: 10px;
}

#contact-form input[type="color"], #contact-form input[type="email"], #contact-form input[type="number"], #contact-form input[type="password"], #contact-form input[type="tel"], #contact-form input[type="url"], #contact-form input[type="text"], #contact-form textarea, #contact-form select {
    font-size: 16px !important;
    height: 36px !important;
    margin: 10px 0px 20px;
    border: 2px !important;
    border-radius: 0px;
    font-weight: 500;
    background-color: rgba( var(--main-bg-color), 0.2 ) !important;
    background-color: #ddd;
    color: var(--main-bg-color) !important;
    color: #333;
    border-bottom: 1px solid #dedede !important;
    transition: .3s ease-in-out;
    box-shadow: none !important;
}

    #contact-form input[type="color"]:focus, #contact-form input[type="email"]:focus, #contact-form input[type="number"]:focus, #contact-form input[type="password"]:focus, #contact-form input[type="tel"]:focus, #contact-form input[type="url"]:focus, #contact-form input[type="text"]:focus, #contact-form textarea:focus, #contact-form select:focus {
        border-bottom: 2px solid var(--main-bg-color) !important;
        outline: none !important;
        box-shadow: none !important;
    }

    #contact-form input::placeholder, #contact-form textarea::placeholder {
        color: rgba( var(--main-bg-color), 0.2 ) !important;
        color: #333;
    }

#contact-form textarea {
    height: 232px !important;
}

.form-background {
    background-color: #f6f6f6 !important;
}

#redeem #header, #redeem #logo {
    position: relative;
    z-index: 2;
}

#redeem form.ng-valid {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    margin-bottom: 0px !important;
}

#redeem iframe {
    height: 100% !important;
}

#pin-form, #pin-form .modal.fade {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.pace {
    z-index: 10000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100% !important;
    position: unset !important;
}

.pace-active {
    background: url(/assets/Images/loading.gif) no-repeat !important;
    width: 100px !important;
    height: 100px !important;
    margin: 0 !important;
}


#scrollable-modal .modal-body {
    height: 500px;
    overflow: auto;
    width: 100%;
}

.modal-header .close {
    margin-top: 5px;
    margin-right: 15px;
}

.fixDdp {
    width: 150px;
    position: fixed;
    top: 7px;
    right: 70px;
    color: #fff;
}

    .fixDdp .form-control {
        color: #bbb;
    }

.dropmenuScroll {
    height: 535px;
    overflow: auto !important;
}

.header_advertise_banner {
    position: relative;
    z-index: 1 !important;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.example2 .navbar-brand > img {
    padding: 7px 15px;
}

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.modal-dialog {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.modal-dialog {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #d0d0d0 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333;
}

@media (max-width:767px) {
    #redeem iframe {
        height: 100% !important;
        min-height: 120vh;
    }

    .modal-lg .modal-content {
        width: 80%;
        max-height: 70vh;
        overflow-y: auto;
        overflow-x: hidden;
        margin: auto;
    }
}
.img-width {
    display: block;
    height: auto;
    width: 100%;
}
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    word-wrap: break-word;
}

.margine-top{
    margin-top:25% !important;
}

.button-container {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

/* Media query for tablets and lower */
@media (max-width: 1024px) {
    .button-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100% !important;
    }

    .previous-button {
        margin-right: 0px !important;
        position: relative !important;
        border: 3px solid #D3D3D3 !important;
        padding: 10px 11px !important;
        border-radius: 49px !important;
        box-shadow: 4px 4px 10px rgba(0,0, 0, 0.5) !important;
        font-size: 20px !important;
        font-family: Arial, sans-serif !important;
        display: inline-flex;
        align-items: center !important;
        cursor: pointer !important;
        background-color: #fff !important;
        max-width: 280px !important;
        
    }
        .previous-button .circle {
            background-color: #fff !important;
            border: 1px solid #999 !important;
            border-radius: 50% !important;
            width: 63px !important;
            height: 63px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            box-shadow: 0px 2px 15px rgb(231 7 7) !important;
            position: absolute !important;
            left: -5px !important;
        }
    .next-button {
        background-color: #fff !important;
        position: relative !important;
        margin-left: -7px !important;
        border: 3px solid #D3D3D3 !important;
        color: #28a745 !important;
        padding: 9px 31px !important;
        border-radius: 41px !important;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5) !important;
        font-size: 20px !important;
        font-family: Arial, sans-serif !important;
        display: inline-flex;
        align-items: center !important;
        cursor: pointer !important;
        max-width: 280px !important;
    }

        .next-button .circle {
            background-color: #fff;
            border: 1px solid #999;
            width: 63px;
            height: 63px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 2px 13px rgba(10, 100, 10, 11.7);
            position: absolute;
            right: -5px;
            border-radius: 50%;
        }
    .button-section-container .col-6 {
        float: none !important;
        width: 100% !important;
        min-height: 50px !important;
        min-width: 320px !important;
        margin-bottom: 20px !important;
    }
    .text-btn-left {
        text-align: center !important;
    }

    .text-btn-right {
        text-align: center !important;
    }

}

/*Normal View*/

.button {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    background-color: #f0f0f0;
    color: #333;
}

    .button .circle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 10px;
        color: white;
    }

.previous .circle {
    background-color: #007bff;
}

.next .circle {
    background-color: #28a745;
}

.button:hover {
    background-color: #e0e0e0;
}

/*New Prev Next Button design CSS*/
.next-button {
    background-color: #fff;
    position: relative;
    bottom: 50px;
    margin-left: 100px;
    border: 3px solid #D3D3D3;
    color: #28a745;
    padding: 10px 27px;
    border-radius: 30px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-family: Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    max-width: 280px;
}
 
        .next-button .text {
            margin-right: 50px;
        }

    .next-button .circle {
        background-color: #fff;
        border: 1px solid #999;
        width: 63px;
        height: 63px;
        /* Height of the circle */
        display: flex;
        /* Flexbox for aligning items */
        align-items: center;
        /* Center items vertically */
        justify-content: center;
        /* Center items horizontally */
        box-shadow: 0px 2px 13px rgba(10, 100, 10, 11.7);
        /* Green shadow for 3D effect */
        position: absolute;
        /* Absolute positioning for the circle */
        right: -5px;
        border-radius: 50%;
        /* Position the circle to the right inside the button */
    }


.next-clipped-element,
.next-clipped-element2,
.next-clipped-element3 {
    position: absolute;
    background: #28a745;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 48% 100%, 74% 50%, 48% 0);
    transform: translateY(-50%);
    top: 50%;
}
 
        .next-clipped-element {
            width: 40px;
            height: 20px;
            left: 0;
        }
 
        .next-clipped-element2 {
            width: 45px;
            height: 25px;
            left: 10px;
            /* Adjusted for better spacing */
        }
 
        .next-clipped-element3 {
            width: 50px;
            height: 30px;
            left: 22px;
            /* Adjusted for better spacing */
        }
 
        .next-button .circle .arrow {
            position: absolute;
            /* Ensure positioning is relative to .circle */
            top: 50%;
            /* Adjust vertical position */
            left: -15px;
            /* Adjust horizontal position */
        }


.previous-button {
    margin-right: 100px;
    position: relative;
    bottom: 50px;
    border: 3px solid #D3D3D3;
    padding: 10px 5px;
    border-radius: 30px;
    background: #0070c0;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-family: Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    background-color: #fff;
    color: #0070c0;
    max-width: 280px;
}
 
        .previous-button .text {
            margin-left: 50px;
            /* Space between text and circle */
        }

    .previous-button .circle {
        background-color: #fff;
        /* White background for the circle */
        border: 1px solid #999;
        /* Green border for the circle */
        border-radius: 50%;
        /* Make it a circle */
        width: 65px;
        /* Width of the circle */
        height: 66px;
        /* Height of the circle */
        display: flex;
        /* Flexbox for aligning items */
        align-items: center;
        /* Center items vertically */
        justify-content: center;
        /* Center items horizontally */
        box-shadow: 0px 2px 15px rgb(9 38 242 / 69%);
        /* Green shadow for 3D effect */
        position: absolute;
        /* Absolute positioning for the circle */
        left: -5px;
        /* Position the circle to the right inside the button */
    }

.previous-clipped-element,
.previous-clipped-element2,
.previous-clipped-element3 {
    position: absolute;
    background: #0070c0;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 48% 100%, 74% 50%, 48% 0);
    transform: scaleX(-1) translateY(-50%);
    top: 50%;
}
 
        .previous-clipped-element {
            width: 40px;
            height: 30px;
            left: 30px;
            /* Adjusted for better spacing */
        }
 
        .previous-clipped-element2 {
            width: 30px;
            height: 28px;
            left: 18px;
            /* Adjusted for better spacing */
        }
 
        .previous-clipped-element3 {
            width: 23px;
            height: 23px;
            left: 8px;
        }
 
        .previous-button .circle .arrow {
            position: absolute;
            /* Ensure positioning is relative to .circle */
            top: 50%;
            /* Adjust vertical position */
            left: -1px;
            /* Adjust horizontal position */
        }
.button-section-container{
    width:100% !important;
    display:block !important;
}
.button-section-container .col-6 {
 float:left;
 width:50% ;
 min-height:50px;
 min-width:320px;
}
.text-btn-left{
    text-align:left;
}
.text-btn-right {
    text-align: right;
}
.productContainer {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


