.scroll-300 {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.spinner {
    margin: 0px auto 0;
    width: 70px;
    text-align: center;
}

.spinner.hide {
    display: none;
}

.hide {
    display: none;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #eb3b47;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.wh-min {
    max-width: 100%;
    max-height: 100%;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.h-xs {
    height: 40px;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.size-76 {
    font-size: 76%;
    opacity: 0.7;
}

#qrUser img {
    margin: auto;
}

.filedrop {
    height: 100px;
    border: 1px dashed #fff;
    text-align: center;
}

.filedrop-dark {
    height: 100px;
    border: 1px dashed #f2f2f2;
    text-align: center;
}

.filedrop span {
    position: relative;
    top: 42%;
    font-size: 80%;
    color: #fff;
}

.filedrop.white {
    height: 100px;
    border: 1px dashed #eb3b47;
    text-align: center;
}

.filedrop.white span {
    position: relative;
    top: 42%;
    font-size: 80%;
    color: #eb3b47;
}

.width-x {
    width: 100%;
    height: 100%;
}

.width-70x {
    width: 70px;
    height: 30px;
}

.psd-thumbnail {
    height: auto;
    margin: 5px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 10px;
    float: left;
}

.psd-preview {
    width: 100%;
    height: auto;
    text-align: center;
}

.psd-preview img {
    width: 150px;
    height: 100%;
}

.bootstrap-tagsinput .tag {
    margin-bottom: 2px;
}

.bootstrap-tagsinput {
    overflow-y: auto;
}

/*  ------------Ecommerce Card Animation----------  */
.bk-list.web {
    list-style: none;
    height: 420px;
    width: 300px;
    padding: 0px;
    margin: 0px;
}

.bk-list.web li {
    position: relative;
    width: 300px;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.bk-list.web li .bk-book {
    position: absolute;
    width: 100%;
    height: 425px;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s;
    transition: .5s;
}

.bk-list.web .preview-mask {
    mask: url('/static/img/card_mask.png');
    height: 420px !important;
    display: block;
    width: 300px !important;
}
.frame-mask{
    mask: url('/static/img/frame_mask.png');
    height: 218px !important;
    display: block;
    width: 360px !important;
}
.bk-list.web li .bk-page {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    display: none;
    width: 300px;
    height: 420px;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
}

.bk-list.web li .bk-front,
.bk-list.web li .bk-back,
.bk-list.web li .bk-front>div {
    width: 300px;
    height: 420px;
}

.bk-list.web li .bk-book>div,
.bk-list.web li .bk-front>div {
    display: block;
    position: absolute;
    /* overflow: hidden; */
}

/*  ------------Kiosk Card Animation----------  */
.bk-list {
    list-style: none;
    /* position: relative; */
    /* height:535px; */
    height: 701px;
    width: 500px;
    padding: 0px;
    margin: 0px;

    /* font-size: 23%; */
}

.bk-list li {
    position: relative;
    /* width: 380px; */
    width: 500px;

    /* float: left; */
    z-index: 1;
    /* margin: 0px 50px 40px 0; */
    margin: 0px 0px 0px 0px;

    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.bk-list li:last-child {
    margin-left: 0px;
    margin-right: 0px;
}


.bk-list li .bk-book {
    position: absolute;
    width: 100%;
    height: 705px;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: .5s;
    transition: .5s;
}

/* .preview-mask{
    mask:url('/static/img/card_mask.png');
    height:700px;
} */
.preview-mask {
    mask: url('/static/img/card_mask.png');
    height: 700px;
    display: block;
    width: 500px;
}

/* .bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	transform: rotate3d(0,1,0,35deg);
} */

.bk-list li .bk-book>div,
.bk-list li .bk-front>div {
    display: block;
    position: absolute;
    /* overflow: hidden; */
}

.bk-list li .bk-front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: translate3d(0, 0, 3px);
    transform: translate3d(0, 0, 3px);
    z-index: 10;
}

.bk-page {
    overflow: hidden;
}

.bk-list li .bk-front>div {
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.bk-list li .bk-page {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    display: none;
    width: 499px;
    height: 700px;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front>div {
    /* width: 376px;
    height: 530px; */
    width: 499px;
    height: 700px;
}

.highlight {
    border: 2px solid #eb3b47;
}

.h-500 {
    max-height: 500px;
    overflow: auto;
}

.h-300 {
    max-height: 300px;
    overflow: auto;
}

.btnrefreshPreview {
    cursor: pointer;
}

.bk-list li .bk-back {
    -webkit-transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 1px);
    transform: rotate3d(0, 1, 0, -180deg) translate3d(0, 0, 1px);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 3px 0 0 3px;
}

.bk-list li .bk-cover-back {
    background-color: #000;
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg);
}


/* Transform classes */
.bk-list li .bk-viewinside-wide .bk-front {
    -webkit-transform: translate3d(0, 0, 1px) rotate3d(0, 1, 0, -175deg);
    transform: translate3d(0, 0, 1px) rotate3d(0, 1, 0, -175deg);
}

.bk-list li .bk-book.bk-viewinside-wide {
    -webkit-transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 0deg);
    transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 0deg);
    margin-left: 50%;
    transition: 1s;

}

.bk-list li .bk-viewinside .bk-front {
    -webkit-transform: translate3d(0, 0, 1px) rotate3d(0, 1, 0, -115deg);
    transform: translate3d(0, 0, 1px) rotate3d(0, 1, 0, -115deg);

}

.bk-list li .bk-book.bk-viewinside {
    -webkit-transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 0deg);
    transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 0deg);
}

.bk-list li .bk-book.bk-viewback {
    -webkit-transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 180deg);
    transform: translate3d(0, 0, 0px) rotate3d(0, 1, 0, 180deg);
}

/* Main colors and content */

.bk-list li .bk-page,
.bk-list li .bk-right,
.bk-list li .bk-top,
.bk-list li .bk-bottom {
    background-color: #fff;
}

.bk-list li .bk-front>div {
    border-radius: 0 0px 0px 0;
    /* box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1); */
}

.bk-content {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    cursor: default;
}

.bk-content-current {
    opacity: 1;
    pointer-events: auto;
}

.bk-book img {
    vertical-align: top;
}


/* Individual style & artwork */


/* Book 2 */

.book-2 .bk-front>div,
.book-2 .bk-back,
.book-2 .bk-left,
.book-2 .bk-front:after {
    /* background-color: #7b7b7b; */
    background-color: #fff;

}



/* Fallbacks */

.no-csstransforms3d .bk-list li .bk-book>div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
    display: none;
}

.no-csstransforms3d .bk-list li .bk-book>div.bk-front {
    display: block;
}

/***
Spectrum Colorpicker v1.8.1
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    z-index: 9999994;
    overflow: hidden;
}

.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sp-top {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sp-top-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 20%;
}

.sp-hue {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top: 33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}

.sp-sat,
.sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}

.sp-alpha-enabled .sp-alpha {
    display: block;
}

.sp-alpha-handle {
    position: absolute;
    top: -4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}

.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}

.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}

.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}

.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}

.sp-palette-only .sp-picker-container {
    display: none;
}

.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}

.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}

.sp-2 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}

.sp-3 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}

.sp-4 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}

.sp-5 {
    height: 16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}

.sp-6 {
    height: 17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
    content: "";
    display: table;
}

.sp-cf:after {
    clear: both;
}

.sp-cf {
    *zoom: 1;
}

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color {
        right: 40%;
    }

    .sp-hue {
        left: 63%;
    }

    .sp-fill {
        padding-top: 60%;
    }
}

.sp-dragger {
    border-radius: 5px;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    background: #000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #fff;
    border: solid 1px #d7d7d7;
    padding: 0;
}

.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-top {
    margin-bottom: 3px;
}

.sp-color,
.sp-hue,
.sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float: right;
    width: 100px;
    margin-bottom: 4px;
}

.sp-initial-disabled .sp-input-container {
    width: 100%;
}

.sp-input {
    font-size: 12px !important;
    border: 1px inset;
    padding: 4px 5px;
    margin: 0;
    width: 100%;
    background: transparent;
    border-radius: 3px;
    color: #222;
}

.sp-input:focus {
    border: 1px solid orange;
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}

.sp-picker-container,
.sp-palette-container {
    float: left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}

.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border: solid 2px transparent;
}

.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}

.sp-thumb-el {
    position: relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: none;
    display: block;
    float: left;
    margin: 0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    height: 41px;
    border-radius: 2px;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    padding: 4px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #d7d7d7;
    background: #fff;
    color: #333;
    vertical-align: middle;
}

.sp-replacer:hover,
.sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver;
}

.sp-dd {
    padding: 9px 0;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 10px;
}

.sp-preview {
    position: relative;
    width: 40px;
    height: 30px;
    border: solid 1px #222;
    margin-right: 5px;
    float: left;
    z-index: 0;
}

.sp-palette {
    *width: 195px;
    max-width: 238px;
}

.sp-palette .sp-thumb-el {
    width: 55px;
    height: 55px;
    margin: 2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom: 0;
}

.p-cust1 {
    padding: 10px 0px 10px 25px;
}

.gift-preview-container {
    position: absolute;
    top: 300px;
    background-color: #f0f0f0;
    padding: 20px;
    left: 10px;
    width: 268px;
    border: 1px solid #dedede;
}

.gift-preview-container img {
    width: 100%;
    max-height: 100px;
}

.update_card_voucherno {
    color: #1d2152 !important;
    font-weight: bold;
}

.update_card_validtill {
    color: #1d2152 !important;
    font-weight: bold;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
    background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
    border: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    border-radius: 3px;
    color: #333;
    font-size: 14px;
    line-height: 1;
    padding: 5px 4px;
    text-align: center;
    text-shadow: 0 1px 0 #eee;
    vertical-align: middle;
}

.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}

.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}

.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin: 0;
    padding: 2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none;

}

.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview,
.sp-alpha,
.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}

.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}

.dynamic {
    border: 1px dashed #cccbcb;
}

.editable_text {
    text-align: center;
    border: 1px dashed #cccbcb;
}

.slide-in {
    z-index: 1000;
    /* to position it in front of the other content */
    position: fixed;
    overflow: hidden;
    /* to prevent scrollbar appearing */
    top: calc(50% - 150px);
    height: 300px;
    width: 200px;
    left: 0;
    background-color: #eb3b47;
    transform: translateX(-90%);
    -webkit-transform: translateX(-90%);
    transition: transform .5s ease;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 1px 1px 30px grey;
}

.slide-in.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.slide-in img {
    width: 200px;
    height: 300px;
}

.frame-in {
    z-index: 1000;
    /* to position it in front of the other content */
    position: fixed;
    overflow: hidden;
    /* to prevent scrollbar appearing */
    top: calc(50% - 150px);
    height: 200px;
    width: 332px;
    left: 0;
    background-color: #eb3b47;
    transform: translateX(-90%);
    -webkit-transform: translateX(-90%);
    transition: transform .5s ease;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 1px 1px 30px grey;
}

.frame-in.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.frame-in img {
    width: 332px;
    height: 200px;
}

.bg-white {
    background-color: #fff;
}

.font-full {
    font-size: 12px !important;
}


/* --------KIOSK------- */

.bg-alacard-light {
    background-image: linear-gradient(#f7dddc, #f7b6b7);
}

.bg-alacard-dark {
    background-image: linear-gradient(#f7a8a8, #df4b4b);
}

.w-130 {
    width: 130px;
}

.w-180 {
    width: 180px;
}

.min-width70 {
    min-width: 70%;
}

.h-40 {
    height: 40px;
}

.p-img-bg-left {
    position: absolute;
    top: 300px;
    left: -40px;
}

.p-img-bg-right {
    position: absolute;
    right: -10px;
    bottom: 0px;
    z-index: 0;
}

.div-bg-red-gredient {
    height: 350px;
    background-image: linear-gradient(#be1919, #f86c6c);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

.p-img-bg-topright {
    position: fixed;
    width: 200px;
    top: 5px;
    right: -12px;
    z-index: 1040;
}

.list-thumbnail {
    max-width: 100% !important;
    object-fit: contain !important;
}

.card-img-top {
    width: 100% !important;
    height: 85px !important;
}

.ml-75 {
    margin-left: 75px;
}

.partitioned {
    padding-left: 15px;
    letter-spacing: 42px;
    border: 0;
    background-image: linear-gradient(to left, #eb3b47 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-position-x: center;
    background-size: 50px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 220px;
    min-width: 220px;
    padding: 12px;
}

.otpcontainer-body {
    left: 0;
    position: sticky;
}

.otpcontainer {
    width: 190px;
    overflow: hidden;
    margin: auto;
}

.full-width {
    width: 100%;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.slick-dots li.slick-active button {
    background-color: black;
}

.slick-dots li button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #999;
    border: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.slick-dots li :hover {
    background-color: black;
}

/* .t-small .slick-slide{
    width:150px !important; background-color: white; height:80px; margin:4px; padding: 10px;
  } */
.t-small .slick-slide {
    width: 190px !important;
    background-color: white;
    height: 88px;
    margin: 4px;
    padding: 6px;
}

.t-small .slick-slide img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
}

.t-square .slick-slide {
    /* width: 150px !important; */
    height: 150px !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    margin: 4px;
}

.t-square .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-changer {
    position: relative;
    top: -90px;
    left: calc(50% - 26px);
    opacity: 0.7;
    box-shadow: 0px 0px 15px #000 !important;
}

.__selectfilter figure {
    height: 100%;
    width: 100%;
}

._selectgenre {
    height: 45px;
    padding-top: 11px;
    text-align: center;
    color: #ef3340;
    border: 1px solid #ef3340;
    border-radius: 7px;
}

._selectgenre.active {
    background-color: #ef3340;
    color: #fff;
}

.kiosk_printing_container {
    background-color: #333;
    color: white;
    padding: 20px;
    margin-top: calc(50% - 150px);
}

.ttl.removetop div::after {
    margin-top: -10px;
}

.kiosk_printing_bg {
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background-color: #424242cc;
}

.terms_editor {
    min-height: 40px;
    border: 1px dashed #ecebeb;
}

.kiosk_timeout_bg {
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background-color: #424242cc;
}

.kiosk_timeout_container {
    background-color: #ef3340;
    color: white;
    padding: 20px;
    margin-top: calc(50% - 150px);
}

.kiosk_timeout_container .spinner>div {
    background-color: #fff;
}

.li-cover {
    /* background-color: #0113e9a1; */
    background-color: #eb3b4796;
    position: absolute;
    height: 85px;
    width: 196px;
    top: 14px;
    margin: -10px;
}

.li-cover i {
    position: absolute;
    top: 25px;
    left: 62px;
    font-size: 28px;
    color: #fffb00 !important;

}

.glide__slide.small {
    width: 150px !important;
    background-color: white;
    height: 80px;
}

.glide__slide.square {
    width: 200px !important;
    height: 180px !important;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.glide__slide.small .card-img {
    width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.glide.square .card-img {
    width: 100%;
    object-fit: contain;
}

.w-100 {
    width: 100px;
}

.h-100 {
    height: 100px;
}

#controlUpdater .btn {
    width: 65px;
    height: 41px;
}

.header-fixed-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 400px;
    z-index: 1030;
}

.opacity-x {
    opacity: 0.2;
}

.fixed-right {
    position: fixed;
    z-index: 1030;
    top: 8px;
    right: 30px;
}

.second-header {
    background-color: whitesmoke;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 1030;
}

.t-x {
    top: 78px;
}

.t-2x {
    top: 220px;
}

.t-3x {
    top: 435px;
}

.pt-x {
    padding-top: 290px;
}

.pt-2x {
    padding-top: 530px;
}

.pt-460 {
    padding-top: 460px;
}

.p-r {
    position: absolute;
    right: 0px;
}

.pt-xl {
    padding-top: 1200px;
}

.p-4-b-0 {
    padding-top: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.w-150 {
    width: 150px !important;
}

.wm-150 {
    min-width: 150px;
}

.h-auto {
    height: auto;
}

.fix-l-t {
    position: fixed;
    z-index: 1030;
    top: 20px;
    left: 20px;
}

.mt-250 {
    margin-top: 250px;
}

.wh-100 {
    width: 100%;
    height: 100%;
}

.update_card_brandamount {
    font-size: 100%;
}

.update_card_barcode svg {
    width: 100%;
    height: 100%;
}

.update_card_text span {
    min-width: 50%;
}

.mw-100 {
    min-width: 100%;
}

.custom-control-a {
    width: 100%;
    background-color: #4d4d4d;
    padding: 15px;
    position: fixed;
    z-index: 1030;
    box-shadow: 0px 0px 25px #313131;
    color: white;
    left: 0px;
    top: 302px;
    font-size: 12px;
    /* width: 100%;
border-radius: 5px;
background-color: #4d4d4d;
padding: 25px;
position: absolute;
z-index: 1030;
box-shadow: 0px 0px 25px #313131;
color: white;
font-size: 17px; */
}

.right-tick {
    position: absolute;
    font-size: 20px;
    color: green;
    top: 10px;
    right: 10px;
}


.edit_preview_image {}

.edit_preview_image img.preview {
    width: 100%;
    height: 100px;
}

.fixed-top-actionbutton {
    position: fixed;
    top: 90px;
    z-index: 10000;
    background-color: #fff;
    left: calc(50% - 250px);
    width: 500px;
    border-radius: 30px;
    box-shadow: 0px 0px 25px #351031;
}

.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    padding: 0px;
}

.li {
    transition: all 200ms ease-in;
}

.timestamp {
    margin-bottom: 20px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 100;
    min-width: 148px;
}

.status {
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D6DCE0;
    position: relative;
    transition: all 200ms ease-in;
    height: 0px;
}

.status:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 25px;
    border: 1px solid #ddd;
    position: absolute;
    top: -15px;
    left: 42%;
    transition: all 200ms ease-in;
}

.li.complete .status {
    border-top: 2px solid #df4b4b;
}

.li.complete .status:before {
    background-color: #df4b4b;
    border: none;
    transition: all 200ms ease-in;
}

.li.complete .status h4 {
    color: #df4b4b;
}

.font-18 {
    font-size: 18px;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
    .timeline {
        list-style-type: none;
        display: block;
    }

    .li {
        transition: all 200ms ease-in;
        display: flex;
        width: inherit;
    }

    .timestamp {
        width: 100px;
    }

    .status:before {
        left: -8%;
        top: 30%;
        transition: all 200ms ease-in;
    }
}