@font-face {
    font-family: 'Abril Fatface';
    src: url('../fonts/AbrilFatface-Regular.ttf');
}
h1,h2,h3,h4,h5,h6{ font-family: 'Abril Fatface';color: #a6a6a6; }
p{font-size: 14px; color:#111;}
body{background-color: #f2f2f2;}
.w-fit{width:100%;}
.form-control{border-radius: 0px;}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #4a75cb;
    outline: 0;
    box-shadow: 0 0px 30px 0.25rem rgb(196, 196, 196);
}
.filter-btn{
    padding: .375rem 1.75rem;
  font-size: 0.8rem;
  border-radius: 50px;
  border: 1px solid #4a75cb;
  color: #4a75cb;
}
.filter-btn.active{
  background-color: #4a75cb;
  color: #fff;
}
.dataContainer{
    display:none;
}
.dataContainer.active{
    display:block;
}
.scroller-frames{
    width: 300px;
  margin-right: 25px;
}
.scroller-frames img{width:100%; margin:10px;}
.slick-dots {
	display: flex;
	justify-content: center;
	
	margin: 0;
	padding: 1rem 0;
	
	list-style-type: none;
	
		li {
			margin: 0 0.25rem;
		}
	
		button {
			display: block;
			width: 0.8rem;
			height: 0.8rem;
			padding: 0;
			
			border: none;
			border-radius: 100%;
			background-color: rgb(150, 150, 150);
			
			text-indent: -9999px;
		}
	
		li.slick-active button {
			background-color: #ef3441;
		}
	
}
.btn {
    padding: .375rem 1.75rem;
    font-size: 1rem;
    border-radius: 50px;
}
.btn-blue{background-color: #739af0; color: #fff;}
.busy{
    position: fixed;
top: calc(50% - 86px);
border-radius: 20px;
color: #fff;
background-color: #4a75cb;
left: calc(50% - 160px);
}
.hide{display:none !important;}
.size-76{font-size: 11px;}
.btn-header-right{border-right: 3px solid #e2e2e2;color: #666;}
.btn-header-right:hover{border-right: 3px solid #ef3441;color: #ef3643;}

.btn-header-right:hover h3{color: #ef3541;}
.btn-header-right:hover p{color: #ef3541;}
.print-at-kiosk-container{
    position: fixed;
top: 98px;
width: 80%;
left: calc(50% - 40%);
background-color: #4a75cb;
color: #fff;
z-index: 100;
border-radius: 0px 0px 10px 10px;
padding: 10px; display: none;
}
.disable-text-selection{cursor: pointer;}
.mt-100{margin-top: 100px;}
.show{display: block !important;}
a{color: #4a75cb; text-decoration: none;}

a:hover {
    color: #ef3441;
  }
.font-xl{font-size: 38px;}
.font-sm{font-size: 0.85rem;}

.spinner {
    text-align: center;
    position: fixed;
z-index: 100;
top: 0px;
left: 0px;
background-color: #000000ab;
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
  }
  .spinner.inline {
    position: unset;
top: 0px;
left: 0px;
background-color: transparent;
width: 100%;
height: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
  }
  .spinner.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;
  }
  
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .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);
    }
  }

.confirmation-a{
    position: fixed;
  background-color: white;
  box-shadow: 0px 0px 25px #777;
  z-index: 100000;
  padding: 20px;
  border-radius: 20px;
  top: 10%;
  left: calc(50% - 250px);
  width: 500px;
  text-align: center;
}
/* store css */

.t-card .slick-slide {
    background-color: white;
    /* height: 88px; */
    margin: 4px;
    padding: 0px;
    align-items: center !important;display: flex !important;
  }
  .t-card .slick-slide .btn-flat{
    font-size: 10px;background-color: #ef3340;color: #fff;border-radius: 0px;width: 100%;
  }
  .t-card .slick-slide img {
    width: 100%;
    height: 150px;
    object-fit: contain;
  }

.t-small .slick-slide {
    width: 190px !important;
    background-color: white;
    height: 88px;
    margin: 4px;
    padding: 6px;
    align-items: center !important;display: flex !important;
  }
  .t-small .slick-slide img {
    width: 100%;
    max-height: 75px;
    object-fit: contain;
  }
  .text-blue{color:#4a75cb;}
  .dropdown-menu.ovel{
    border: 0px none;
    border-radius: 0px;
    margin-left: 20px !important;
    
  }
  .dropdown-menu.emoji {
    border: 0px none;
    border-radius: 0px; min-width: 80px;max-height: 720px;
    overflow: auto;
  }
  .dropdown-menu.emoji li{
    text-align: center; font-size: 40px; cursor: pointer;
  }
  .dropdown-item{padding: .55rem 1rem;}
  .dropdown-toggle.ovel{width: 250px;
    text-align: left;background-color: #f7f7f7;}
  .dropdown-toggle.ovel::after {
    float: right;
    margin-top: 10px;
  }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ef3340;
  }
  .square-md{width: 150px;}
  .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;
  }
  .li-cover {
    background-color: #eb3b4796;
    position: absolute;
    height: 88px;
width: 190px;
top: 11px;
margin: -6px;
  }
  .li-cover i {
    position: absolute;
    top: 28px;
    left: 83px;
    font-size: 28px;
    color: #fffb00 !important;
  }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(239, 51, 64, 0.24);
  }
  
  .theme-outline {
    height: 25px;
    padding: 0px 25px;
    text-align: center;
    color: #ef3340;
    border: 1px solid #ef3340;
    border-radius: 7px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
  .theme-outline.active {
    background-color: #ef3340;
    color: #fff;
  }

  .theme-outline-group {
    height: 50px;
padding: 0px 34px;
text-align: center;
color: #ef3340;
border: 1px solid #ef3340;
border-radius: 0px;
display: block;
align-items: center;
justify-content: center;
font-size: 14px;
  }
  .theme-outline-group.active {
    background-color: #ef3340;
    color: #fff;
  }
.opacity-x{
    opacity: 0.2;
}
.badge-secondary, .bg-secondary {
    background-color: #e7284a !important;
    color: #fff;
  }
  .text-small {
    font-size: .76rem !important;
    line-height: .9rem !important;
  }
.fix-container-a{
    position: fixed;
left: 0px;
right: 0px;
z-index: 100;
background-color: #f4f4f4;
top: 96px;
}
.print-kiosk-bg{
    position: fixed;top: -295px;left: 10%;right: 10%;z-index: 1000;
    transition: top 0.5s ease;
}
.print-kiosk-bg.active{
    box-shadow: 0px 0px 500px #000;
    top: 100px;
}


/*  ------------Preview 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/v3/images/card_mask.png');
    height: 700px;
    display: block;
    width: 500px;
}
.preview-frame-mask {
    mask: url('/static/v3/images/frame_mask.png');
    height: 605px;
    display: block;
    width: 1004px;
}

/* .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;}

.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: #fff;
	-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: #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;
}

.custom-control-a{
    width: 100%;
background-color: #4a75cb;
padding: 15px;
position: fixed;
z-index: 1030;
box-shadow: 0px 0px 25px #2237618a;
color: white;
left: 0px;
top: 340px;
font-size: 12px;
}
#controlUpdater .btn {
    width: 65px;
    height: 41px;
    border-radius: 0px;
  }


/***
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;
}
.disabled{
    pointer-events: 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: 0px;
    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: 430px;background-color: #fff;padding: 20px;left: 10px;width: 268px;border: 0px 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;
}

/* --   Spectrum End--- */

.select2-container .select2-selection--single {
    height: 41px;
font-size: 12px;
padding: 10px;
  }
  .select2-results__options {
    overflow: auto;
    height: 400px;
  }

  .select2-results__option {
    padding: 10px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 12px;
    border-bottom: 1px solid #f2f2f2;
  }
  #select2-selectEmoticons-results li {
    padding: 0px;height: 66px;text-align: center;
    user-select: none;
    -webkit-user-select: none;
    font-size: 40px;
    border-bottom: 1px solid #f2f2f2;
  }
  .select2-dropdown{border: 0px;}
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    border: 0px;
    background-color: #eaeaea;
    display: none;
  }

  .modal-dialog.wide {
    max-width: 90%;
    margin: 1.75rem auto;
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f6f6f6;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 10px;
    outline: 0;
  }
  .btn-link {
    font-weight: 400;
    color: #ef3340;
    text-decoration: underline;
  }
  .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.2;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #f6f6f6;
    border: 1px solid #ced4da;
    border-radius: .25rem 0rem 0rem .25rem;
  }
  .h-40{height:40px;}
  .btn-block{width: 100% !important;}
  .text-gray {color:#ddd;}

  .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: #cc0101;
    color: white;
    padding: 20px;
    margin-top: calc(50% - 150px);
}

  .kiosk_printing_bg{
    opacity: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000;
    background-color: #424242cc;
}
.kiosk_printing_container{
    background-color: #739af0;
    color: white;
    padding: 20px;
    margin-top: calc(50% - 150px);
}
.swipe-1{
    width: 24px;position: absolute;top: 120px;z-index: 80;right: 10px;
}
.swipe-2{
    width: 24px;position: absolute;top: 313px;z-index: 80;right: 10px;
}
.swipe-2.no-voucher{top:180px;}

.swipe-3{
    width: 24px;position: absolute;z-index: 80;right: 10px;
}
.store-container{padding-top:600px;}
.store-frame-container{padding-top:320px;}
.store-container.no-voucher{padding-top:400px;}

