* {
    margin:0;
    padding:0;
}


::-webkit-input-placeholder { /* Edge */
    color: white;
    opacity:0.6;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
    opacity:0.6;
}

::placeholder {
    color: white;
    opacity:0.6;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
body {
    font-size:16px;
    line-height:1;
    font-family: 'Open Sans', sans-serif;
}
.backgroundApp {
    position:fixed;
    z-index:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
	background-image: linear-gradient(#0C5C9B, #0A78B8, #0B7EBF, #0C5291, #0A8ACC, #0B5594);
	transition:all .5s linear;
}

.backgroundApp.abs {
    position:absolute;
}
.backgroundApp.small {
    height: 250px;
    background-image: linear-gradient(#0C5C9B, #0A78B8);
}
.backgroundApp.medium {
    height: 90vh;
    background-image: linear-gradient(#0C5C9B, #0A78B8, #0B7EBF);
}
.content-app {
    position: relative;
    transition: all .3s linear;
}
.content-app div {
    opacity:1;
    transition:all .2s linear;
}

.content-app.opacity, .content-app div.opacity {
    opacity:0;
}
body.loading:before {
    content: " ";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8)!important;
    top: 0;
    left: 0;
    z-index: 9999999;
}

body.loading:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid #0A78B8;
    border-color: #0A78B8 #0A78B8 #0A78B8 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999999;
        margin-left: -32px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.review-icon {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: white;
    border-radius: 50%;
    max-width: 50px;
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.75);
    z-index:8;
}
/**********************
    LOGIN - REGISTER
***********************/
.logo-app {
    max-width: 490px;
    width: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	transition:all .5s linear;
    z-index: 11;
    opacity:1;
}
.logo-app.opacity {
    opacity:0;
}

.logo-app img {
    padding: 35px;
	transition:all .5s linear;
}

.logo-app.small {
    top:0;
    margin-top: 10vh;
    transform: translateX(-50%);
}

.logo-app.small.rel {
    position:relative;
}
.logo-app.small img {
    padding: 0 70px;
}

.error-ajax {
    text-align: center;
    padding: 35px;
    position: fixed;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.content-app.login-area {
    position: fixed;
    height: 100vh;
    width: 100%;
    bottom: 0;
}

.bottom-login-area {
    position: absolute;
    bottom: 5vh;
    text-align: center;
    width: 100%;
}

.href-action {
    text-decoration: underline;
    font-size: 14px;
    margin-top: 7px;
}
.login-area .main-login-area {
    margin-top: 37vh;
}
#qr-reader__dashboard_section_swaplink {
    display: none;
}
.button-app {
    display: table;
    margin: 0 auto 4vh;
    width: 100%;
    text-align: center;
    max-width: 280px;
    padding: 3vh 0;
    font-weight: bold;
    font-size: 16px;
}

.button-app.round {
    border: 2px solid;
    border-radius: 50px;
}

.button-app.blue {
    background: #2aa2e4;
    border-color: #2aa2e4;
    color: white!important;
    backdrop-filter: blur(50px) brightness(12%) opacity(0.2);
}

form {
    padding-left: 35px;
    padding-right: 35px;
}

form input[type="text"], form input[type="date"], form input[type="tel"], form input[type="number"], form input[type="email"], form select, form textarea {
    display: block;
    width: 100%;
    padding: 3vw;
    margin-bottom: 2vh;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF!important;
    color: white!important;
    font-size: 16px;
}

form label {
    color: white;
}
label.oroi {
    font-size: 14px;
    display: grid;
    margin-top: -17px;
    margin-bottom: 30px;
    margin-left: 26px;
}
input[type=checkbox] {
    margin-top: 15px!important;
    margin-bottom: 15px;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid white;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em white;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.xerrors {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    background-image: linear-gradient(#0C5C9B, #0A78B8, #0B7EBF, #0C5291, #0A8ACC, #0B5594)!important;
    width: 100vw!important;
    height: 100vh!important;
    z-index: -10!important;
    opacity:0!important;
}

.xerrors.show {
    z-index: 10!important;
    opacity: 1!important;
}

.xerrors p {
    color: white!important;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    text-align: center!important;
    line-height: 1.3!important;
    font-size: 14px!important;
}
.backicon {
    position: fixed;
    top: 30px;
    left: 35px;
}
#efarmostis_lostcard {
    position: relative;
}
#efarmostis_lostcard button {
    margin-top: 30px;
}
.register-area .main-login-area {
    margin-top: 50px;
}
.register-label {
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 12px;
    display: block;
    padding: 20px 20px 0;
}



.form-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.form-subtitle {
    text-align: center;
    color: white;
    font-size: 14px;
}

#signupef {
    padding-left: 50px;
    padding-right: 50px;
}
#signupef .backicon {
    left: 50px;
}
.content-app.register-area .bottom-login-area {
    position: relative;
    bottom: 0;
    margin-bottom: 30px;
}
.sync-player {
    padding: 0 35px;
}
.logged-in input[type="text"], .logged-in input[type="date"], .logged-in input[type="email"], .logged-in select, .logged-in textarea {
    color: #003773!important;
    border-color: #003773!important;
}

.logged-in .register-label, .logged-in label {
    color: #003773!important;
}

.logged-in input[type="checkbox"] {
    border-color: #003773!important;
}
.logged-in input[type="checkbox"]::before {
    box-shadow: inset 1em 1em #003773!important;
}
.logged-in .select2-container {
    margin-top: 10px;
}

.logged-in .select2-container .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #003773!important;
    border-radius: 0;
    color:#003773!important;
}


.logged-in .select2-container .select2-selection--single .select2-selection__rendered {
    color: #003773;
}
/**********************
    HEADER
***********************/
.header-app {
    transition:all .5s linear;
    opacity:0;
    position:fixed;
    z-index:0;
}

.header-app.show {
    opacity:1;
    position: relative;
    z-index: 2;
}

.mainbar-app {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 27px;
}

.leftsection-mainbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.rightsection-mainbar {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: center;
}

.rightsection-mainbar .iconbarapp, .leftsection-mainbar .iconbarapp {
    margin-left: 20px;
}
.nav-app {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    background: rgba(0,0,0,0.5);
    opacity:0;
    top: 0;
    left:0;
    z-index:0;
    transition:all .5s linear;
}

.nav-app.show {
    z-index:30;
    left:0;
    opacity:1;
}

.navication-app {
    top: 0;
    left:-100%;
    height: 100vh;
    width: 100%;
    max-width: 290px;
    background-color: white;
    transition:all .5s linear;
    position: fixed;
}

.nav-app.show .navication-app {
    left:0%;
}
.navigation-list-app {
    height: calc(100vh - 110px);
    position: relative;
    overflow: auto;
}

ul.main-menu-app {
    margin: 0;
    padding: 0;
    list-style: none;
    /*height: 100vh;*/
    position: absolute;
    /*overflow-y: auto;*/
    top: 0;
}

ul.main-menu-app li.menu-item-app {
    font-size: 16px;
    color: #003773;
    padding: 20px 30px 20px 60px;
    width: 100%;
    display: table;
    transition: all .1s linear;
    position: relative;
    margin: 0;
}

.navtop-app {
    background-color: white;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    align-items: center;
}

.mainbar-app.navtop-app > .navtop-app {
    padding-bottom: 0;
}

ul.main-menu-app li.menu-item-app span {
    position: relative;
}

ul.main-menu-app li.menu-item-app:before {
    content: "";
    background: #6CCAFB;
    width: calc(100% + 50px);
    height: 100%;
    left: -100%;
    top: 0;
    position: absolute;
    border-radius: 50px;
    margin-left: -50px;
    transition:all .1s linear;
}
ul.main-menu-app li.menu-item-app.active:before {
    left:0%;
}
ul.main-menu-app li.menu-item-app.active {
    color: white;
}
ul.main-menu-app li.menu-item-app.active svg path {
    fill: white;
}
ul.main-menu-app li.menu-item-app.hr:after {
    content: "";
    background: #e4e4e4;
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    position: absolute;
}

ul.main-menu-app li.menu-item-app.hr {
    padding: 0;
    margin-left: 60px;
    width: calc(100% - 80px);
}

ul.main-menu-app li.menu-item-app.hr:before {
    display:none;
}
ul.main-menu-app li.menu-item-app.showGifts:not(.active):before {
    left: 0;
    background: #B11116;
}

ul.main-menu-app li.menu-item-app.showGifts:not(.active) {
    color: white;
}




/**********************
    DASHBOARD
***********************/
.content-app.logged-in > div {
    padding-left: 27px;
    padding-right: 27px;
}

.userapp-info {
    background: #2990d0;
    border-radius: 30px;
    backdrop-filter: blur(50px) brightness(12%);
}
.userCardApp {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-size: 18px;
}

.userCardApp svg {
    margin-right: 25px;
}

.userNameApp {
    color: white;
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
}

.userapp-info-top {
    padding: 35px 25px;
}

.userapp-info-bottom {
    background: #48b0f0;
    padding: 20px 25px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.points-value {
    font-weight: bold;
    font-size: 32px;
    margin-right: 5px;
}

.userapp-info-the-points {display: flex;align-items: center;}

.userapp-info-gift-action {
    font-size: 14px;
    background: #B11116;
    border-radius: 15px;
    padding: 6px 15px;
}

.homeAppActions {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.singleAppAction {
    width: 48%;
    box-shadow: -2px 9px 10px -2px rgba(0,0,0,0.31);
    -webkit-box-shadow: -2px 9px 10px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: -2px 9px 10px -2px rgba(0,0,0,0.31);
    border-radius: 30px;
    padding:30px 25px;
}


.singleAppAction.bgblue {
    background: #003773;
}

.singleAppActionInner.innerAppText {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}

.singleAppAction.blue {
    color: #003773;
}

.singleAppAction.bgwhite {
    background: white;
}

.singleAppAction.white {
    color: white;
}
.dashboard-app > div {
    margin-bottom: 20px;
}
.arrowApp svg path {
    fill: #42ACEC;
}

.homeAppActions.fullActions .singleAppAction {
    width: 100%;
    padding: 25px;
}

.singleAppAction.rowAppAction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.singleAppAction.bggradient {
    background-color: #41ABEA;
    background-image: linear-gradient(#41ABEA, #003773);
}

.homeAppActions.fullActions .singleAppAction .singleAppActionInner.innerAppText {
    font-weight: normal;
    margin-bottom: 0;
}

.singleAppAction.bggradient svg path {
    fill: white;
}

.singleAppAction.shareApp {
    position: relative;
}


.resultShare {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    border-radius: 30px;
    background-color: #41ABEA;
    background-image: linear-gradient(#41ABEA, #003773);
    text-align: center;
    line-height: 1.3;
    display: none;
}
.resultShare.showing {
    display: block;
}


.innerApp .button-app.round.white {
    color: #6CCAFB!important;
}
.innerApp .button-app.round.white path {
    fill: #6ccafb!important;
}
.innerApp .button-app.round.blue {
    background: #6CCAFB;
    border-color: #6CCAFB;
}
.innerApp .button-app.round.red {
    background: #B11116!important;
    border-color: #B11116!important;
    color: white!important;
}

.button-app.small {
    padding: 1vh 0;
    font-size: 12px;
}

.button-app.light {
    font-weight: normal;
}
.innerApp {
    padding: 30px;
    position: relative;
    border-radius: 30px;
    width: calc(100% - 40px)!important;
    display: table;
    margin: 0 auto;
    background: white;
}
.innerApp form {
    padding-left: 0;
    padding-right: 0;
}
.innerApp:before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    backdrop-filter: blur(50px) brightness(12%) opacity(0.2);
    height: 250px;
    background-image: linear-gradient(#2d99d7, #fff);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.innerApp > div {
    position: relative;
}
.innerAppTitle {
    font-size: 12px;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}

.innerAppDesc {
    font-size: 16px;
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}




/**********************
    SCAN QR
***********************/
#qr-reader {
    width: 100%!important;
    max-width: 530px;
    margin: 50px 0;
    background: white;
    border: 0!important;
    box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 9px 15px 0px rgb(0,0,0,0.15);
    -moz-box-shadow: 0px 9px 15px 0px rgba(0,0,0,0.15);
}

#qr-reader.open {
    display:block;
}
.withoutcam {
    margin-top:100px;
    display:block;
}
.withcam {
    display:none;
}
    
.SCAN-QR-READER-AREA {
    display: none;
    
}
.SCAN-QR-READER-AREA.show {
    display: table;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
    margin-top: -50px;
    margin-bottom: 50px;
}

#qr-reader__dashboard_section_swaplink {
    display: none!important;
}

#qr-reader__dashboard_section_csr span {
    display: block;
}

#qr-reader__camera_selection {
    display: none!important;
}

#qr-reader__dashboard_section_csr span {
    font-size: 0!important;
}

.SCAN-QR-READER-AREA > #qr-reader > div:first-child > img {
    opacity: 0!important;
}

.SCAN-QR-READER-AREA button {
    display: table;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 280px;
    padding: 1.4vh 2vh;
    font-weight: bold;
    font-size: 14px;
    border: 2px solid;
    border-radius: 50px;
    color: #ffffff!important;
    background: #6CCAFB!important;
}

.innerAppDescInfo {
    position: absolute;
    transition: all .5s linear;
    opacity: 0;
    font-weight: bold;
}

.innerAppDescInfo.show {
    position: relative;
    opacity: 1;
}

body {
    position: relative;
}

#sendScannedQR.marginTop {
    margin-top: 250px;
}
body.androidView #sendScannedQR {
    width: 0;
    height: 0;
    font-size: 0;
    border: 0;
    margin: 0;
    padding: 0;
}
body.androidView #sendScannedQR svg {
    display: none;
    border: 0;
    border-radius: 0;
}
#qr-reader:after {
    content: "";
    background: url(../../images/preview-scan-app.png);
    opacity: 0;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}


#qr-reader.read:after {
    opacity: 1;
}

.imgPreviewScan img {
	box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.3);
	margin-bottom:50px;
}
.qr-res-ajax {
	margin-top:10px;
	margin-bottom:20px;
	font-size:16px;
	color:#003773;
}

.qr-res-ajax span {
	font-size:20px;
	font-weight:bold;
}

.leftsection-mainbar .iconbarapp.icon-history {
    padding: 15px;
}
.SCAN-QR-READER-AREA.show.hasVideo #qr-reader {
    height: 100%!important;
    margin-bottom:0!important;
}
.SCAN-QR-READER-AREA.show.hasVideo video {
    width: 100%!important;
}
.SCAN-QR-READER-AREA.show.hasVideo {
    position: fixed;
    z-index:6;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%!important;
    margin: 0;
}
.SCAN-QR-READER-AREA.show.hasVideo button {
    z-index: 99;
    curosr:pointer;
    position: relative ;
}

#sendScannedQR {
    width: 0;
    height: 0;
    position: absolute;
    padding: 0;
    opacity: 1;
    font-size: 0;
    margin: 0;
    border: 0;
}

#sendScannedQR svg {
    width: 0;
    height: 0;
}
.SCAN-QR-READER-AREA.show.hasVideo::after{
    content: "Ίσως χρειαστεί να ακουμπάτε την οθόνη για την ανάγνωση του QR";
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 15px;
}
/**********************
    INVOICES
***********************/

.invoices-area {
    margin-top: 30px;
    position: relative;
}
.pip {
    position: relative;
}
.remove {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    padding: 6px 10px;
    line-height: 1;
    color: white;
    font-weight: bold;
}

#sendInvoices input, #SCANQRIOS input {
    position: absolute;
    left: 50px;
    width: 0px;
    top: 10px;
}
#sendFiles {
    position: relative;
    z-index: 888;
}

/**********************
    GIFTS
***********************/
.InnerAppTop.theGiftsApp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gifts-app {
    margin-top: 100px;
    margin-bottom: 100px;
}

.singleContentGiftApp {
    display: block;
}

.singleContentGiftAppImage img {
    padding-right: 10px;
}

.checkBoxGiftApp input[type="checkbox"] {
    border-color: #B11116!important;
    margin-top: 0!important;
}

.checkBoxGiftApp input[type="checkbox"]::before {
    box-shadow: inset 1em 1em #B11116!important;
}

.singleContentGiftAppInfoPointsNo {
    font-size: 14px;
    color: #B11116;
}

.singleContentGiftAppInfoPoints {
    color: #003773;
    font-size: 10px;
}

.singleContentGiftAppInfoPoints {
    margin-bottom: 3px;
}

.singleContentGiftAppInfoTitle {
    color: #003773;
    font-size: 12px;
    margin-bottom: 3px;
}

.singleContentGiftAppInfoTitleNo {
    font-size: 10px;
}

.singleContentGiftAppInfoContent p {
    color: #003773;
    font-size: 10px;
}

.singleGiftApp {
    margin-bottom: 35px;
    display: table;
}

.singleContentGiftAppImage {
    width: 33%!important;
}

.previewGiftsApp {
    position: fixed;
    z-index: 9;
    bottom: 0;
    top: auto;
    width: 100%;
    text-align: center;
    background: #B11116;
    color: white;
    padding: 19px 0;
    font-weight: bold;
    font-size: 16px;
}

.singleContentGiftApp > div {
    display: inline;
    float: left;
}


.singleSelectGiftAppInfo {
    width: 20px;
}

.singleContentGiftAppInfo {
    width: calc(66% - 20px);
    padding-right: 10px;
}

.giftFilters {
    display: none;
    margin-top: 11px;
    margin-bottom: -79px;
}

.giftFilters.show {
    display: block;
}

li.giftFiltersListItem {
    text-align: right;
    font-size: 14px;
    margin-bottom: 4px;
    color: white;
}

li.giftFiltersListItem.active {
    font-weight: bold;
}
.QtyGiftApp {
    text-align: center;
    margin-top: 10px;
}


.singleqtygiftApp {
    color: #003773;
    font-size:16px;
    margin: 10px auto 5px;
    font-weight: bold;
}

.arrowtopqtygift.disabled {
    opacity: 0.3;
}
.singleContentGiftAppInfoContent p span {
    display:none;
}
.singleContentGiftAppInfoContent p span.moreInfoAPP {
    display: block;
    line-height: 2;
}
.singleContentGiftAppInfoContent p.allContent span {
    display: inline;
}
.singleContentGiftAppInfoContent p.allContent span.moreInfoAPP {
    display: none;
}


.singleGiftApp {
    position: relative;
}
.singleGiftApp.disabled:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,2552,255,0.8);
}

.previewGiftsApp.disabled {
    opacity: 0;
    height:0;
    padding:0;
}
input#selectedPoints {
    position: absolute;
    margin-top: 45px;
    background: transparent;
    border: 0;
    box-shadow: none;
    font-size: 20px;
    color: #b11116!important;
    font-weight: bold;
    left: 0;
    top: 0;
}
.selpointtodo {
    position: absolute;
    top: 0;
    left: 0;
}
.selpointtodo p {
    position: absolute;
    margin-top: 70px;
    color: #b11116;
    font-size: 12px;
    width: 100px;
}
.InnerAppTop.theGiftsApp {
    position: sticky;
    top: 0;
    z-index: 4;
    padding-top: 10px;
}


.InnerAppTop.theGiftsApp:before, .InnerAppTop.theGiftsApp:after {
    content: "";
    position: absolute;
    top: -27px;
    left: -27px;
    width: calc(100% + 54px);
    backdrop-filter: blur(50px) brightness(12%) opacity(0.2);
    height: 153px;
    background-image: linear-gradient(#2d99d7, #b2d9f0);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.InnerAppTop.theGiftsApp:after {
    border-radius: 30px;
}

.InnerAppTop.theGiftsApp > div {
    position: relative;
    z-index: 989;
}

.InnerAppMain {
    z-index: 3;
}

.giftFilters {
    position: relative;
    z-index: 9;
    top: 0;
}
.giftFilters {
    position: absolute;
    width: 300px;
    right: 0;
    top: 20px;
}
.errorGifts .xerrors, .account-area .xerrors, .InnerAppMain.QRFORM .xerrors {
    display: none;
}

.errorGifts .xerrors.show, .account-area .xerrors.show, .InnerAppMain.QRFORM .xerrors.show {
    display: block;
}

.innerApp.cartApp .singleSelectGiftAppInfo {
    width: 0;
}

.innerApp.cartApp  .singleContentGiftAppInfo {
    width: 67%;
}

.singleContentGiftAppInfoContent .labelSizeAPP {
    color: #B11116;
    font-size: 12px;
    margin-top: 8px;
    display: block;
    margin-bottom: 5px;
}

.singleContentGiftAppInfoContent .valueSizeAPP {
    color: #003773;
    font-size: 14px;
    border: 1px solid #003773;
    font-weight: bold;
    padding: 3px;
    display: inline-block;
    width: 36px;
    text-align: center;
    margin-right: 6px;
}

.singleContentGiftAppInfoContent .valueSizeAPP.active {
    background: #003773;
    color: white;
}


.innerApp.cartApp .singleGiftApp {
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
}

.checkoutTotalPoints {
    color: #B11116;
    text-align: center;
    font-weight: bold;
}

.checkoutTotalPoints span {
    font-size: 25px;
}

.innerApp.cartApp {
    padding-bottom: 0;
}


.thebuttontocheckout {
    width: 100%;
}

.thebuttontocheckout.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.thebuttontocheckout {
    padding: 0!important;
    text-align: center;
    margin-top: 30px;
    position: relative;
}

.checkoutGiftsApp {
    width: 100%;
    text-align: center;
    background: #B11116;
    color: white;
    padding: 25px 0;
    font-weight: bold;
    font-size: 16px;
}

.is-new-present, .has-new-points {
    position: relative;
}

.has-new-points:after {
    content: "";
    background-image: url('../images/new-points.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-size: 25px;
}

.is-new-present:after {
    content: "";
    background-image: url('../images/new-present.png');
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-size: 25px;
}

/**********************
    CONTESTS
***********************/
.contestsBannerApp {
    background-color: #2AA5E7;
    background-image: url("../images/contestBack.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 114%;
    border-radius: 30px;
}

.contestsBannerApp > div {
    border-radius: 30px;
    background-image: linear-gradient(to right, #2AA5E7 47%, transparent);
}

.titleContest {
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px;
}

.descContest {
    font-size: 16px;
    color: white;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
}

.descContest span {
    display: block;
    font-weight: normal;
}

.singleAppAction.bglightblue {
    background: #2aa5e7;
}

.singleAppAction.bglightblue .arrowApp svg path {
    fill: #b11116;
}




/**********************
    SINGLE CONTENT
***********************/
.footer-app.hasContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#0C5C9B, #0A78B8);
    z-index: 999999;
    padding: 10px 25px;
}

.singlePageContent {
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.close_content_page {
    position: fixed;
    top: 0px;
    right: 30px;
    background: #0c5e9d;
    padding: 10px 20px;
	z-index: 99;
}

.close_content_page svg {
    width: 20px;
}

.close_content_page svg rect {
    fill: white;
}


.singleContentTitle {
    font-size: 18px;
    color: white;
    font-weight:bold;
}

.singleContentTumb {
    margin: 20px auto;
}

.singleContentMainContent * {
    color: white!important;
    font-size: 14px!important;
    line-height: 1.3;
}
.singleContentMainContent sup {
    font-size: 7px!important;
    line-height: 1!important;
}


.footer-app {
    transition: all .5s linear;
}
.descriptionofShowContentApp {
    line-height: 1.2;
    margin-bottom: 50px;
}

.singleContentApp {
    margin-bottom: 30px;
    text-align: center;
}

.singleContentAppTitle {
    color: #0b69a8;
    font-weight: bold;
    font-size: 20px;
}

.readytoShowContentApp > .singleContentApp {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px;
}

.readytoShowContentApp > .singleContentApp:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.menu-item-app.announcement, .iconbarapp.icon-menu.menu-app.announcement, .singleAppAction.announcement {
    position: relative;
}

.menu-item-app.announcement span:after, .iconbarapp.icon-menu.menu-app.announcement:after, .singleAppAction.announcement:after {
    content: attr(data-count);
    font-size: 10px;
    color: white;
    background: #b11116;
    position: absolute;
    width: 15px;
    height: 15px;
    right: -15px;
    top: -5px;
    border-radius: 50%;
    padding: 1px 1px;
    text-align: center;
    vertical-align: middle;
    line-height:15px;
}

.iconbarapp.icon-menu.menu-app.announcement:after {
    right: -10px;
    top: -10px;
}
.singleAppAction.announcement::after {
    right: 10px;
    top: 10px;
}





/**********************
    POPUP IOS
***********************/
.popupIOS {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.6);
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}

.popupIOS.showPopupIOS {
    display: block;
}

.innerPopupIOS {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    min-width: 260px;
    overflow: hidden;
    box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)!important;
}
.titlePopupIOS {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 20px 6px 20px;
    text-align: center;
    font-weight: bold;
    user-select: none;
    color: #333;
}
.messagePopupIOS {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    /*font-weight: bold;*/
    user-select: none;
    color: #333;
}

.messagePopupIOS.hasTitle {
    padding: 0 20px 20px 20px;
}

.iosButons {
    display: flex;
    background: #fff;
}
.iosSingleButon {
    border: 0;
    outline: 0;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    color: #157AFB;
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 12px;
    line-height: normal;
    height: auto;
    text-align: center;
}
.iosSingleButon {
    border-right: 1px solid #ccc;
}
.iosSingleButon:nth-last-child(1) {
    border-right: 0;
}


.footer-app.hasContent {
    padding-left: 0;
    padding-right: 0;
}

.singleContentTitle {
    padding-left: 20px;
    padding-right: 20px;
}

.singleContentMainContent h1,
.singleContentMainContent h2,
.singleContentMainContent h3,
.singleContentMainContent h4,
.singleContentMainContent h5,
.singleContentMainContent h6,
.singleContentMainContent p {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
div#sednQRiostoScan {
    position: relative;
    z-index: 99;
}
.et_pb_image {
    text-align: center;
    background: white;
    padding: 20px;
    margin: 20px 0 !important;
}

/****** Style Star Rating Widget *****/

fieldset { margin: 0; padding: 0; }
.rating { 
  border: none;
  float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
    color: #ddd!important; 
    float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #003773!important;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #779cc5!important;  } 

.review-app.focused {
	margin-bottom:200px;
}

.content-app.logged-in {
    position: relative!important;
    bottom: auto!important;
    padding-bottom: 100px;
}

.content-app.register-area {
    position: relative!important;
}

.register-area .main-login-area {
    margin-top: 50px!important;
}
@media only screen and (orientation:landscape) {
    body {
        min-height: 100vh!important;
    }
    .content-app.login-area {
        position: relative!important;
        height: auto!important;
    }
    
    .login-area .main-login-area {
        margin-top: 10vh!important;
    }
    
    .bottom-login-area {
        position: relative;
        bottom: 0!important;;
    }
    
    .content-app.register-area {
        position: relative!important;
    }
    
    .register-area .main-login-area {
        margin-top: 10vh!important;
    }
}

.centersection-mainbar.header-top {
    position: fixed;
    background: white;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 5px;
    z-index: 7;
}

.centersection-mainbar.header-top img {
    height: 30px;
}



body:has( .logged-in) .shareApp {
    display:flex!important;
}