/* ----------------------------------------------
CLEAN UP
---------------------------------------------- */
body {
    margin: 0;
}
/* ----------------------------------------------
GENERAL CLASSES
---------------------------------------------- */
.oficea-widthcontainer {
    max-width: 75%;
    margin: 0 auto;
}
body * {
    font-family: "Raleway", sans-serif;
}
.border-blue-btn {
    border: 2px solid #00498D;
    background: transparent;
    color: #00498D;
}
.blue-bg-btn {
    background: #00498D;
    color: #fff;
    border: none;
}
p,label {
    font-size: 14px;
}
.black-text,
.black-text * {
    font-weight: 900;
}
.bold-text,
.bold-text * {
    font-weight: 700;
}
.semibold-text,
.semibold-text * {
    font-weight: 600;
}
.medium-text,
.medium-text * {
    font-weight: 400;
}
.light-text,
.light-text * {
    font-weight: 300;
}
.remove-underline, 
.remove-underline * {
    text-decoration: none;
}
.text-center {
    text-align: center;
}
.mg-top-70 {
    margin-top: 70px;
}
.uppercase {
    text-transform: uppercase;
}
.blue-color,
.blue-color * {
    color: #00498D;
}
.font-14 {
    font-size: 14px;
}
.white-color,
.white-color * {
    color: #fff;
}
.lightblue-bg {
    background: rgba(179, 246, 255, 0.13);
}
.border-radius-12 {
    border-radius: 12px;
}
.box-shadow {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.max-width-80 {
    max-width: 80%;
    margin: 0 auto;
}
.pad-top-40 {
    padding-top: 40px;
}
.blue-bg {
    background: #00498D;
}
input {
    outline: none;
}
.oficea-page {
    overflow-x: hidden;
}
/* ----------------------------------------------
SIGN UP
---------------------------------------------- */
.create-account-form label {
    display: none;
}
.signup-backField-container {
    position: relative;
    text-align: center;
}
.back-button {
    position: absolute;
}
.page-title p {
    font-weight: 700;
}
.oficea-logo img {
    max-width: 70px;
}
.back-button img {
    width: 20px;
}
.create-account-form {
    margin-top: 25px;
}
.oficea-page-container {
    padding: 70px 0 80px;
}
.page-title p {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.oficea-logo {
    margin-top: 20px;
}
input-field {
    margin-bottom: 20px;
    display: block;
}
input-field input {
    border: 1px solid #00498D;
    width: calc(100% - 20px);
    background: #F4F4F4;
    border-radius: 30px;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
    height: 30px;
}
input-field input::placeholder {
    color: #000;
}
.oficea-button {
    text-align: center;
    margin-top: 55px;
}
.select {
	position: relative;
}
.error-field input {
    border-color: #FF0000;
}
.error-field input::placeholder {
    color: #FF0000;
}
.select .selectBtn {
    font-family: "Raleway", sans-serif;
	border: 1px solid #00498D;
	background: #F4F4F4;
	border-radius: 30px;
    align-items: center;
	padding-left: 20px;
    position: relative;
    font-size: 14px;
	display: flex;
    height: 32px;
    z-index: 1;
}
.select .selectBtn:after {
    border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	position: absolute;
	right: 15px;
	height: 6px;
    content: "";
    width: 6px;
    top: 45%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	transition: 0.2s ease;
}
.select .selectBtn.toggle {
	border-radius: 3px 3px 0 0;
}
.select .selectBtn.toggle:after {
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}
.select .selectDropdown {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 30px 30px 0 0;
    width: calc(100% - 30px);
    padding: 45px 15px 0;
    overflow-y: scroll;
	background: #fff;
    visibility: hidden;
    max-height: 0;
	z-index: 1;
    margin-top: -35px;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: top center;
	transform-origin: top center;
	transition: 0.2s ease;
}
.select .selectDropdown .option {
    border-top: 1px solid #888888;
    color: rgb(0 0 0 / 50%);
	box-sizing: border-box;
    font-size: 12px;
	cursor: pointer;
    padding: 10px;
}
.select .selectDropdown .option:hover {
	background: #f8f8f8;
}
.select .selectDropdown.toggle {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
    visibility: visible;
    max-height: 175px;
}
.select .selectDropdown .option:first-child {
    border-top: 0;
}
.selectDropdown::-webkit-scrollbar-track {
    margin-top: 45px;
	-webkit-box-shadow: inset 0 0 6px #EBEBEBb7;
	background-color: #888888;
}
.selectDropdown::-webkit-scrollbar {
	width: 2px;
}
.selectDropdown::-webkit-scrollbar-thumb {
	background-color: #888888;
}
.button-field-container button {
    border-radius: 30px;
    padding: 11px 45px;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
}
.date-field input[type="date"]::-webkit-calendar-picker-indicator {
    width: calc(100% - 20px);
    background: transparent;
    color: transparent;
    position: absolute;
    cursor: pointer;
    height: 30px;
    right: 0;
    left: 0;
    top: 0;
}
/* input[type="date"]:before {
    content: attr(placeholder) !important;
} */
input::-webkit-date-and-time-value {
    text-align: left !important;
}
input[type="date"] {
    position: relative;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    background-color: #F4F4F4;
    position: absolute;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    width: 170px;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    display: none;
}
input[type="date"]:after {
    background: url('/img/calendar.png');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    right: 20px;
    top: 6px;
}
.formField.passwordDetail {
    margin-bottom: 10px;
}
.pwd-icon {
    position: absolute;
    cursor: pointer;
    width: 20px;
    right: 12px;
    bottom: 4px;
}
.pwd-field {
    position: relative;
}
@supports (-webkit-touch-callout: none) {
    input[type="date"]::-webkit-calendar-picker-indicator {
       
    }
    input[type="date"] {
        -webkit-appearance: none;
        -moz-appearance: none;
    }
    input[type="date"] { 
        text-align: left !important;
    }
}

/* ----------------------------------------------
SIGN UP - MPIN
---------------------------------------------- */
.digit-wrapper input {
    background: rgb(0 73 141 / 65%);
    text-align: center;
    border-radius: 0;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    border: none;
    height: 50px;
    width: 40px;
    padding: 0;
}
.digit-wrapper input-field {
    display: initial;
    margin-bottom: 0;
}
.digit-figures {
    justify-content: space-between;
    display: flex;
}
.choose-digit {
    padding-top: 45px;
}
.digit-wrapper {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}
.confirm-digit.digit-wrapper {
    margin-top: 30px;
}
.consent-wrapper {
    margin-top: 35px;
}
.consent-wrapper checkbox-field {
    margin-bottom: 10px;
    display: block;
}
.consent-wrapper.custom-check checkbox-field:not(:last-child) {
    margin-bottom: 20px;
}
.custom-check input {
    display: none;
}
.custom-check label {
    align-items: center;
    position: relative;
    padding-left: 30px;
    line-height: 17px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
    font-size: 12px;
    display: block;
    color: #000
}
.custom-check label:before {
    border: 1px solid #000;
    background-color: #fff;
    -webkit-appearance: none;
    position: absolute;
    margin-right: 30px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    content: '';
    left: 0;
    top: 3px
}
.custom-check input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 4px;
    left: 5px;
    top: 4px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-check input:checked + label:before {
    border-color: #48CED6;
    background: #48CED6;
}
.check-field a {
    text-decoration: none;
    padding: 0 1px;
    color: #000;
}
.newsletter-disclaimer {
    margin-top: 25px;
}
.newsletter-disclaimer p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 0;
}
.mpin-register-btn {
    margin-top: 80px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* ----------------------------------------------
SIGN IN
---------------------------------------------- */
.sign-in-oficea-logo img {
    max-width: 110px;
}
.sign-in-oficea-logo {
    text-align: center;
}
.insert-digit.digit-wrapper {
    margin-top: 45px;
    max-width: 215px;
}
.insert-digit-figures.digit-figures {
    padding: 0 10px;
}
.bottom-link {
    border-top: 1px solid rgb(0 0 0 / 40%);
    padding-bottom: 45px;
    text-align: center;
    position: absolute;
    padding-top: 20px;
    margin: 0 auto;
    z-index: 2;
    width: 85%;
    bottom: 0;
    right: 0;
    left: 0;
}
.signin-page-container .entry-content {
    padding-top: 135px;
    position: relative;
    z-index: 2;
}
.anchor-link-container a {
    font-size: 14px;
    color: #000;
}
.forgot-pin-link {
    margin-top: 35px;
}
.oficea-page-container.signin-page-container {
    background: url('/img/mobile-background.png');
    background-size: cover;
    position: relative;
    height: 100vh;
    padding: 0;
    background-position: center;
}
.oficea-page-container.signin-page-container:after {
    background: #ffffff87;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
}
.oficea-page-container.signin-page-container:before {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 60%);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
}
.sign-buttons {
    justify-content: center;
    align-items: center;
    display: flex;
}
.sign-buttons button {
    padding: 11px 30px;
    font-size: 12px;
}
.signup-link a {
    border: 2px solid #00498D;
    border-radius: 30px;
    padding: 9px 30px;
    color: #00498D;
    font-weight: 800;
    font-size: 12px;
}
.sign-buttons {
    margin-top: 40px;
}
.signin-page-container .oficea-page-wrapper,
.signin-page-container .entry-content,
.signin-page-container .oficea-widthcontainer {
    height: 100%;
}
.signin-page-container.oficea-page-container .entry-content {
    padding-top: 0;
}
.signin-page {
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 100%;
}
.oficea-button.signmpin-btn {
    padding-right: 15px;
}
/* ----------------------------------------------
FORGOT PASSWORD
---------------------------------------------- */
.forgot-pwd-form input {
    text-align: center;
}
.forgot-pwd-form label {
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}
.back-to-signin {
    margin-top: 40px;
}
.oficea-button.forgot-pwd-btn {
    margin-top: 20px;
}
.forgot-pwd-btn .button-field-container button {
    width: 250px;
}
.oficea-page.oficea-page-container.forgot-mpin-container {
    height: 100vh;
    padding: 0;
}
.oficea-page.oficea-page-container.forgot-mpin-container .oficea-page-wrapper,
.oficea-page.oficea-page-container.forgot-mpin-container .entry-content,
.oficea-page.oficea-page-container.forgot-mpin-container .oficea-widthcontainer {
    height: 100%;
}
.forgot-bottom-link .signup-link a {
    padding: 9px 14px;
    font-size: 11px;
    display: block;
}
/* ----------------------------------------------
RESET PASSWORD
---------------------------------------------- */
.reset-mpin-page .back-button {
    display: none;
}
.oficea-page-container.reset-mpin-container {
    height: 100vh;
    padding: 0;
}
.entry-content.reset-mpin-page {
    padding-top: 40px;
}
.oficea-button.mpin-send-btn {
    position: absolute;
    bottom: 55px;
    width: 100%;
    left: 0;
}
.oficea-button.mpin-send-btn .button-field-container button {
    width: 140px;
}
.reset-mpin-container .button-field-container button {
    min-width: 150px;
}
.oficea-button.mpin-btns button-field:not(:last-child) {
    margin-bottom: 15px;
    display: block;
}
/* ----------------------------------------------
HEADER
---------------------------------------------- */
desktop-header {
    display: none;
}
.header-container {
    justify-content: space-between;
    padding: 30px 20px 10px;
    align-items: center;
    display: flex;
}
.setting-wrapper img {
    max-width: 20px;
}
.notifications-lang-switcher {
    align-items: center;
    display: flex;
}
.current-lang img {
    max-width: 15px;
}
.notification-wrapper img {
    max-width: 18px;
}
.current-lang p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    margin-top: 0;
}
.notification-wrapper {
    margin-right: 10px;
    position: relative;
}
span.notif-tag {
    justify-content: center;
    background: #ec3e3e;
    position: absolute;
    border-radius: 50%;
    font-weight: 600;
    font-size: 10px;
    display: none;
    color: #fff;
    height: 15px;
    width: 15px;
    left: -3px;
    top: -5px;
}
.page-title-wrapper h1 {
    font-weight: 900;
    font-size: 20px;
    margin: 0;
}
.setting-wrapper.selected svg path,
.notification-wrapper.selected svg path {
    fill: #5e5e5e;
}

/* ----------------------------------------------
SHOPS
---------------------------------------------- */
.oficea-appPage-container .entry-content {
    padding: 30px 20px 80px;
}
.oficea-appPage-container.home-page-container .entry-content {
    padding: 35px 20px 130px;
}
shop-content {
    margin-bottom: 20px;
    display: block;
}
.shop-image {
    height: 150px;
}
.shop-item-wrapper {
    box-shadow: 1px 1px 4px rgb(0 0 0 / 25%);
    padding: 15px 20px 20px;
    border-radius: 12px;
}
.shop-image img {
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.shop-bottom-content {
    position: relative;
    padding-top: 10px;
}
.shop-phone-number {
    position: absolute;
    bottom: 0;
    right: 0;
}
.shop-phone-number a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #000;
}
.shop-phone-number img {
    position: relative;
    max-width: 15px;
    top: 7px;
}
.shop-name p {
    color: rgb(0 73 141 / 65%);
    font-weight: 700;
    font-size: 16px;
}
.shop-bottom-content p {
    margin: 0;
}
.shop-name,
.shop-opening-hours {
    margin-bottom: 10px;
}
.shop-opening-hours p {
    color: rgb(0 0 0 / 49%);
}
.shops-content-wrapper {
    padding-bottom: 40px;
}
.shop-opening-hours {
    margin-top: 5px;
}
/* ----------------------------------------------
FOOTER
---------------------------------------------- */
footer {
    background: #00498D;
}
.footer-container {
    justify-content: space-between;
    padding: 20px 0 10px;
    max-width: 85%;
    margin: 0 auto;
    display: flex;
}
a.nav-item {
    text-decoration: none;
    text-align: center;
}
a.nav-item .nav-title {
    color: rgb(255 255 255 / 50%);
    font-weight: 700;
    font-size: 10px;
}
a.nav-item svg {
    height: 30px;
    width: 30px;
}
a.nav-item.selected svg path {
    fill-opacity: 1;
}
a.nav-item.selected .nav-title {
    color: #fff;
}
footer-tag {
    position: fixed;
    width: 100%;
    z-index: 2;
    bottom: 0;
}
/* ----------------------------------------------
HOME
---------------------------------------------- */
.header-container > div {
    min-width: 65px;
} 
.banner-image {
    height: 170px;
}
.banner-image img {
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.banner-content-wrapper * {
    margin: 0;
}
.banner-content-wrapper {
    position: absolute;
    padding: 20px 15px;
    max-width: 275px;
    width: 100%;
    top: 0;
}
.banner-container {
    position: relative;
}
.banner-text {
    margin-top: 10px;
}
.banner-title h1 {
    font-weight: 900;
    font-size: 18px;
}
.banner-logo {
    position: absolute;
    bottom: 12px;
    right: 18px;
}
.banner-logo img {
    max-width: 50px;
}
.banner-image:before {
    background: rgb(0 0 0 / 25%);
    border-radius: 12px;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}
.home-icon-item a {
    text-decoration: none;
}
.icon-box-container {
    margin-top: 35px;
}
.icon-box-half-col {
    display: flex;
}
.icon-box-half-col home-icon-box {
    width: 50%;
}
.icon-box-half-col home-icon-box:first-child {
    padding-right: 7px;
}
.icon-box-half-col home-icon-box:last-child {
    padding-left: 7px;
}
.home-icon-item {
    box-shadow: 1px 2px 4px rgb(0 0 0 / 25%);
    padding: 20px 15px 20px 55px;
    border-radius: 12px;
    position: relative;
    min-height: 90px;
}
.icon-box-text.\#000 * {
    color: #000;
}
a.text-link {
    color: #00498D !important;
    font-weight: 600;
}
.icon-holder img {
    max-width: 27px;
}
.icon-holder {
    position: absolute;
    left: 15px;
}
.icon-box-content p {
    margin: 0;
}
.icon-box-title p {
    font-weight: 700;
    font-size: 12px;
}
.icon-box-text {
    font-size: 11px;
}
.icon-box-text {
    min-height: 30px;
    margin-top: 3px;
}
.icon-box-full-col {
    margin-bottom: 14px;
}
.section-title p {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}
.section-title-viewmore {
    justify-content: space-between;
    margin: 25px 0 15px;
    display: flex;
}
.view-more-shops a {
    font-weight: 700;
    color: #00498D;
    font-size: 12px;
}
.home-shop-image {
    height: 130px;
}
.home-shop-image img {
    border-radius: 12px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.home-shop-slider swiper-container {
    height: 170px;
}
/* .home-shop-slider {
    padding-bottom: 30px;
} */
.home-shop-item-wrapper {
    position: relative;
}
.home-shop-name {
    width: calc(100% - 13px);
    position: absolute;
    padding-left: 13px;
    bottom: 15px;
}
.home-shop-name p {
    font-weight: 700;
    font-size: 12px;
    margin: 0;
}
.home-shop-image {
    position: relative;
}
.home-shop-image:before {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
}
/* ----------------------------------------------
MY LOTTERY TICKET 
---------------------------------------------- */
.lotterytickets-page-container .entry-content {
    padding-bottom: 120px;
    overflow: hidden;
}
lottery-tickets-box {
    margin-bottom: 16px;
    display: block;
}
.ticket-oficea-logo img {
    max-width: 80px;
}
.ticket-oficea-logo {
    text-align: center;
}
.ticket-numnber-item {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    /* text-align: center; */
    padding: 25px;
} 
.ticket-numnber-item p {
    margin: 0;
}
.ticket-number-wrapper {
    margin-top: 5px;
}
.ticket-subtitle p {
    font-size: 12px;
}
.inner-ticket-content {
    align-items: center;
    display: flex;
}
.ticket-num-title-wrapper {
    padding-left: 25px;
}
.count-lottery-tickets span {
    margin-right: 5px;
    font-size: 16px;
}
.count-lottery-tickets p {
    font-size: 18px;
    text-align: left;
}
.count-lottery-tickets {
    padding-bottom: 10px;
    padding-right: 15px;
    text-align: right;
}
/* ----------------------------------------------
MY RECEIPTS TICKET 
---------------------------------------------- */
.receiptstickets-page-container .entry-content {
    padding: 30px 20px 110px;
}
.receipt-ticket-item {
    background: rgba(0, 73, 141, 0.05);
    padding: 25px 20px 25px 15px;
    margin-bottom: 20px;
    position: relative;
}
span.status-color {
    margin-right: 5px;
    display: block;
    height: 18px;
    width: 6px;
}
.receipt-ticket-item p {
    margin: 0;
}
.receipt-status p {
    align-items: center;
    display: flex;
}
.receipt-text {
    margin-bottom: 5px;
}
.receipt-status {
    position: absolute;
    bottom: 15px;
    right: 20px;
}
span.status-color.validated {
    background: #52AE32;
}
span.status-color.in-progress {
    background: #FF8A00;
}
span.status-color.disapproved {
    background: #FF0000;
}
.receipt-status p {
    font-size: 12px;
}
.status-text {
    margin-right: 2px;;
}
.receipt-ticket-item a {
    text-decoration: none;
    color: #000;
}
.see-more-details {
    position: absolute;
    text-align: right;
    display: none;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
}
.see-more-details.approved-icon img {
    padding-right: 15px;
    margin-top: 15px;
}
.see-more-details.approved-icon a {
    display: block;
    height: 100%;
}
.receipt-contact {
    margin-top: 15px;
}
.see-more-details img {
    max-width: 15px;
}
.receipt-contact {
    margin-top: 15px;
}
.receipt-contact a {
    text-decoration: none;
    background: #00498D;
    padding: 5px 10px 6px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}
/* ----------------------------------------------
NEW RECEIPTS TICKET 
---------------------------------------------- */
.newReceipt-page-container .header-container > div,
.receiptstickets-page-container .header-container > div,
.lotterytickets-page-container .header-container > div  {
    min-width: initial;
}
.shop-name-select-field.select {
    margin-bottom: 10px;
}
.new-receipt-ticket-popup {
    backdrop-filter: blur(4px);
    background: #ffffff6b;
    position: fixed;
    display: none;
    height: 100%;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    transition: 0.3s all ease-in-out;
}
.receipt-popup-wrapper {
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    display: flex;
    height: 100%;
}
.receipt-popup-inner {
    padding: 45px 40px 60px;
    background: #fff;
}
.popup-title {
    text-align: center;
}
.popup-title p {
    font-size: 16px;
    margin: 0;
}
.popup-text p {
    text-align: center;
    font-size: 12px;
}
.popup-img img {
    max-width: 85px;
}
.popup-img {
    text-align: center;
}
.back-to-home {
    text-align: center;
    margin-top: 20px;
}
.back-to-home a {
    font-size: 12px;
    color: #000;
}
.popup-text p {
    margin: 0;
}
.popup-text {
    margin: 5px 0 20px;
}
.new-receipt-ticket-form label {
    display: none;
}
.new-receipt-ticket-form {
    padding: 50px 20px 60px;
}
.upload-doc {
    position: relative;
    display: flex;
}
/* .upload-doc input[type="file"] {
    background: transparent;
    justify-content: center;
    align-items: center;
    text-indent: -87px;
    padding-top: 55px;
    cursor: pointer;
    font-size: 14px;
    padding-left: 0;
    color: #000;
    display: flex;
    height: 35px;
    border: none;
    width: 100%;
} */
/* .upload-doc:before {
    background: url('/img/upload-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    height: 20px;
    width: 20px;
    content: '';
    z-index: 10;
    left: 40px;
    bottom: 0;
    top: 15px;
}
.upload-doc:after {
    content: 'Upload Your Document';
    background: #00498D;
    pointer-events: none;
    border-radius: 30px;
    position: absolute;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
} */
.add-your-stamped-receipt-text {
    margin-bottom: 50px;
}
.new-receipt-ticket-form .oficea-button {
    margin-top: 0;
}
.new-receipt-ticket-form .oficea-button .button-field-container button {
    width: 100%;
}
.upload-file input-field {
    margin-bottom: 0;
}

.upload-file input-field {
    margin-bottom: 0;
}
span.asterisk {
    position: absolute;
    font-size: 24px;
    line-height: 0;
    left: -12px;
    top: 11px;
}
.add-your-stamped-receipt-text p {
    position: relative;
}
.add-your-stamped-receipt-text {
    padding: 0 10px;
}
.validation-text {
    text-align: center;
}
.validation-text p {
    margin: 10px 0 0;
    font-size: 12px;
}
.add-your-stamped-receipt-text p {
    font-size: 12px;
    margin: 0;
}
.upload-file {
    margin-bottom: 15px;
    position: relative;
    height: 45px;
}
.upload-file input {
    opacity: 0;
}
.upload-file img {
    object-fit: contain;
    position: relative;
    height: 20px;
    width: 20px;
    content: '';
    z-index: 10;
    left: -15px;
    top: 3px;
}
.upload-file label.upload-label {
    justify-content: center;
    /* background: #00498D; */
    border-radius: 30px;
    align-items: center;
    position: absolute;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    /* color: #fff; */
    height: 100%;
    width: 100%;
    z-index: 2;
}
.preview-img img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.preview-img {
    margin-bottom: 30px;
}

/* ----------------------------------------------
ACCOUNT
---------------------------------------------- */
.bg-banner-container {
    background: #00498D;
    border-radius: 12px;
    padding: 50px 0;
}
.bg-banner-title h1 {
    text-align: center;
    font-size: 20px;
    margin: 0;
}
.account-form-container label {
    display: none;
}
.forgot-mpin {
    margin-top: 20px;
}
.account-form-container {
    padding-bottom: 50px;
}
/* ----------------------------------------------
SETTINGS
---------------------------------------------- */
.setting-link-item img {
    margin-right: 20px;
    max-width: 25px;
}
settings-link {
    margin-bottom: 25px;
    display: block;
}
.setting-link-item a {
    color: rgba(0, 0, 0, 0.49);
    text-decoration: none;
    align-items: center;
    display: flex;
    
}
.setting-link-item .sign-out {
    color: rgba(255, 0, 0, 0.49);
}
.oficea-appPage-container.settings-page-container .entry-content {
    padding: 30px 20px 120px;
}
/* ----------------------------------------------
NOTIFICATIONS
---------------------------------------------- */
.home-back-button {
    position: absolute;
    left: 20px;
    top: 33px;
}
.home-back-button img {
    max-width: 20px;
}
.notifications-page-container .setting-wrapper,
.notifications-page-container .notifications-lang-switcher {
    display: none;
}
.notifications-page-container  .header-container {
    justify-content: center;
}
.notification-item {
    background: #ECF6FF;
    border-radius: 25px;
}
.notification-item {
    padding: 15px 20px 20px;
}
.notification-content-container section-title {
    margin-bottom: 25px;
    padding-left: 25px;
    display: block;
}
.past-notifs {
    margin-top: 30px;
}
.notification-item p {
    margin: 0;
}
.notification-item > div:not(:last-child) {
    margin-bottom: 10px;
}
notification-content {
    margin-bottom: 15px;
    display: block;
}
.notification-content {
    padding-bottom: 50px;
}
.terms-page-container footer-tag:before {
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255,255,255,0) -50%, rgba(255,255,255,1) 80%);
    position: absolute;
    bottom: 75px;
    height: 80px;
    width: 100%;
    content: "";
}
.terms-title p {
    margin: 0;
}
.terms-conditions-paragraphe {
    margin-top: 30px;
}
.terms-conditions-content {
    padding-bottom: 80px;
}
.terms-content {
    font-size: 14px;
}
.terms-title {
    padding-bottom: 15px;
}
.notification-contact a {
    text-decoration: none;
    background: #00498D;
    padding: 5px 10px 6px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
}
.notification-contact {
    padding-top: 10px;
}
/* ----------------------------------------------
FAQS
---------------------------------------------- */
.back-settings-button img {
    margin-right: 10px;
    width: 20px;
}
.back-settings-button {
    margin-bottom: 25px;
}
.back-settings-button a {
    text-decoration: none;
    align-items: center;
    color: #000000a8;
    font-weight: 700;
    font-size: 14px;
    display: flex;
}
.faqs-content {
    padding: 45px 15px 60px;
}
.accordion-title p {
    margin: 0;
}
.accordion-title {
    padding: 20px 30px 20px 0;
    cursor: pointer;
}
.accordion-panel p {
    margin: 0;
}
.accordion-panel ul {
    padding: 15px 15px 0;
    margin: 0;
}
.accordion-panel * {
    font-size: 14px;
}
.accordion-panel a {
    color: #00498D;
    font-weight: 500;
}
.close .accordion-panel {
    height: 0px;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    transition: height 1s ease-out;
}
.open .accordion-panel {
    padding-bottom: 20px;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.accordion-title {
    position: relative;
}
.accordion-title::after {
    background-image: url(/img/open.png);
    position: absolute;
    height: 15px;
    right: 10px;
    width: 13px;
    content: '';
    top: 22px;
    background-repeat: no-repeat;
}
.open .accordion-title::after {
    background-image: url('/img/close.png');
    top: 28px;
}
.accordion-card:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.accordion-card {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.accordion-card.open .accordion-title p {
    font-weight: 700;
}
/* ----------------------------------------------
TERMS AND CONDITIONS
---------------------------------------------- */
.terms-num {
    position: absolute;
    left: 0;
}
.terms-conditions-paragraphe {
    position: relative;
    padding-left: 20px;
}
.terms-content ul {
    list-style: lower-alpha;
    padding-left: 30px;
}
.terms-main-title {
    padding: 15px 0 10px;
}
.terms-main-title p,
.terms-section-title p {
    font-size: 16px;
}
.terms-conditions-content.first-row-content {
    padding-bottom: 30px;
}
.terms-content a {
    color: #00498D;
    font-weight: 500;
}
/* ----------------------------------------------
SPLASH SCREEN
---------------------------------------------- */
.oficea-splash-screen,
.oficea-loader {
    height: 100vh;
}
.oficea-logo-gif-holder {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    height: 100%;
}
.oficea-logo-gif img {
    max-width: 170px;
}
.oficea-loader {
    backdrop-filter: blur(3px);
    background: #ffffff5e;
    position: fixed;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.uploading-text p {
    font-weight: 600;
    color: #00498d;
    font-size: 16px;
}
.uploading-text {
    margin-top: 15px;
}
/* ----------------------------------------------
ERROR BANNER
---------------------------------------------- */
.error-banner-container {
    padding: 45px 30px 30px;
    background: #f06464;
    border-radius: 10px;
    position: fixed;
    margin: 0 auto;
    max-width: 65%;
    width: 100%;
    z-index: 3;
    top: -100%;
    right: 0;
    left: 0;
    transition: 0.7s all ease-in-out
}
.success-banner-container {
    background: #4bc888;
}
.success-banner-container .error-banner-content {
    color: #fff;
}
.error-banner-container.show {
    top: 35px;
}
.close-banner {
    position: absolute;
    right: 20px;
    top: 15px;
}
.close-banner img {
    max-width: 10px;
}
.error-banner-content {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}
/* ----------------------------------------------
SIGN IN
---------------------------------------------- */
.sign-in-form {
    padding-top: 40px;
}
.InputFieldContainer.white-field input {
    background: #fff;
    border: none;
    box-shadow: 0 0px 1px #00000021;
}
.InputFieldContainer.white-field input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.oficea-page-container.signin-pwd.signin-page-container:before {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 75%);
}
.signup-link.text-center a {
    font-weight: 700;
}
.back-to-signIn a {
    font-weight: 200;
    font-size: 12px;
}
.sign-in-form label {
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
}
.forgot-mpin-container .forgot-pin-link {
    margin-top: 0;
}
.forgot-mpin-container  .oficea-button {
    padding-bottom: 25px;
    margin-top: 25px;
}
.forgot-mpin-container .sign-in-form {
    padding-top: 35px;
}
.forgot-mpin-container .button-field-container button {
    min-width: 75%;
}
.signup-link.text-center {
    position: relative;
    padding-top: 20px;
    margin-top: 30px;
}
.signup-link:before {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    margin: auto;
    width: 100%;
    height: 1px;
    content: "";
    right: 0;
    left: 0;
    top: 0;
}
.signup-link p {
    margin: 0 0 15px;
    font-size: 12px
}
.forgot-bottom-link .anchor-link-container a {
    font-size: 12px;
}
.oficea-button.signin-btn {
    padding-right: 15px;
}
/* ----------------------------------------------
VERIFY EMAIL
---------------------------------------------- */
.oficea-page-container.verify-email-container  {
    height: 100vh;
    padding: 0;
}
.verify-email-container .entry-content {
    padding: 70px 0 80px;
}
.verify-email-container .back-button {
    display: none;
}
.verify-email-container .insert-digit.digit-wrapper {
    max-width: initial;
}
.verify-email-container .insert-digit-figures.digit-figures {
    max-width: 195px;
    margin: 0 auto;
}
.resend-pin-link {
    margin-top: 50px;
}
.resend-pin-link a {
    font-size: 12px;
}
.mpin-btns .button-field-container button {
    min-width: 155px;
}
/* ----------------------------------------------
RESET PASSWORD
---------------------------------------------- */
.reset-pwd-form {
    margin-top: 50px;
}
.reset-pwd-form label,
.oficea-form label {
    margin-bottom: 10px;
    font-weight: 700;
    display: block;
}
.oficea-button.change-pwd-btns {
    bottom: 45px;
}
.change-pwd-form {
    margin-top: 40px;
}
/* ----------------------------------------------
CHANGE MPIN
---------------------------------------------- */
.choose-new-digit.digit-wrapper {
    margin: 25px auto;
}
.change-mpin-container .confirm-digit.digit-wrapper {
    margin-top: 0;
}
.old-digit.digit-wrapper {
    padding-top: 45px;
}
.change-mpin-container .old-digit.digit-wrapper {
    padding-top: 25px;
}
.change-password-container .oficea-page-wrapper,
.change-password-container .entry-content,
.change-password-container .oficea-widthcontainer {
    height: 100%;
}
.change-password-container .entry-content {
    padding: 0;
}
.change-password-container .change-password-page {
    justify-content: center;
    flex-direction: column;
    display: flex;
    height: 100%;
}
.change-password-container .oficea-button {
    margin-top: 40px;
}
/* ----------------------------------------------
HIDDEN ON MOBILE
---------------------------------------------- */
.desktop-header-col {
    display: none;
}
.desktop-bg {
    background: url('/img/desktop-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-size: auto 100%; */
}
/* Updated css */
.signin-page-container .entry-content {
    padding-top: 60px;
}
.signin-page-container .bottom-link {
    padding: 0 0 90px;
    border: none;
}
.signin-page-container .bottom-link .anchor-link-container a {
    background: rgb(255 255 255 / 88%);
    box-shadow: 0 5px 10px #00000042;
    border-radius: 30px;
    padding: 10px 25px;
    color: #00498D;
    font-size: 12px;
}
.signin-page-container .oficea-button {
    margin-top: 0;
}
.forgot-pin-link a {
    font-size: 12px;
}

/**
Home Button
*/
.shop-button {
    text-decoration: none;
    background: #00498D;
    padding: 10px 27px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #fff !important;
}
.home-shop-button {
    margin-top: 40px;
}

.passwordDetail {
    align-items: center;
    position: relative;
    line-height: 17px;
    margin-bottom: 20px;
    font-weight: 300;
    cursor: pointer;
    font-size: 12px;
    display: block;
    color: #000;
}

/* LANGUAGE SWITCHER */
.lang-switcher {
    /* margin-left: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00498d;
    cursor: pointer;
}
.current-lang p {
    font-size: 13px;
}
.notification-title p {
    max-width: 100%;
    overflow: hidden;
    overflow-wrap: break-word;
}

/* French */
.header-container.french-title .page-title-wrapper h1 {
    font-size: 17px;
}
.nav-title.fr-nav-title,
.fr-container .nav-title.en-nav-title {
    display: none;
}
.fr-container .nav-title.fr-nav-title {
    display: block;
}
lang-switcher {
    position: absolute;
    display: block;
    right: 30px;
    z-index: 9;
    top: 25px;
}

/* New date field */
.date-field-wrapper {
    display: flex;
}
date-dropdown {
    width: calc(100% / 3);
    padding: 0 3px;
}
date-dropdown select {
    border: 1px solid #00498D;
    background: #F4F4F4;
    border-radius: 30px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
    height: 30px;
    width: 100%;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    
}
.date-label {
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 15px;
}
.date-field-container {
    margin-bottom: 20px;
}
.date-select {
    position: relative;
}
.date-select:after {
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    position: absolute;
    right: 15px;
    height: 6px;
    content: "";
    width: 6px;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.2s ease;
}
/* ----------------------------------------------
TERMS AND CONDIITONS
---------------------------------------------- */
.terms-conditions-popup {
    background: #0000006e;
    position: fixed;
    /* display: none; */
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    transition: 0.3s all ease-in-out;
}
.terms-conditions-popup.hide {
    display: none;
}
.terms-popup-wrapper {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    height: 100%;
}
.terms-popup-inner {
    border-radius: 20px;
    background: #fff;
    max-width: 75%;
    margin: 0 auto;
    padding: 20px;
}
.terms-text {
    border: 2px solid #ccc;
    border-radius: 15px;
    overflow-y: scroll;
    max-height: 350px;
    font-size: 14px;
    max-width: 85%;
    margin: 0 auto;
    padding: 15px;
}
.terms-popup-title p {
    font-size: 17px;
    color: #00498d;
}
.terms-consent {
    margin: 20px auto 30px;
    max-width: 85%;
}
.terms-consent.custom-check label:before {
    top: 0;
}
.terms-consent.custom-check input:checked + label:after {
    left: 6px;
    top: 1px;
}
.terms-popup-title,
.terms-button {
    text-align: center;
}
button#terms-btn {
    border-color: #00498d;
    background: transparent;
    color: #00498d;
}
error-banner {
    z-index: 999999;
    position: relative;
}

/* Maintenance */
.maintenance-page-container {
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    height: 100vh;
}
.maintenance-image img {
    width: 100%;
}
.maintenance-content {
    max-width: 80%;
}
.text-under-maintenance {
    margin-bottom: 200px;
}
.text-under-maintenance h1 {
    text-transform: uppercase;
    color: #00498D;
    font-size: 10vw;
}