html,
body {
    height: 100vh;
    background:#fff;
    font-family: 'Rubik', sans-serif;
}

.page-container {
    position: relative;
    min-height: 100vh;
    height: 100%;
}
form{
    width: 100%;
}
.content-wrap {
/*    padding-bottom: 3.5rem;     Footer height */
    margin-bottom: 2em;
    min-height: calc(100vh - 2.5em - 32px);
}
.navbar-lights .navbar-toggler-icon   {
    background-image: unset !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f0c9' !important;
    height:unset;
    width:unset;
    font-size: 26px;
}
.navbar-toggler-icon::before{
    content: '\f0c9' !important;
}
.footer {
    position: fixed;
    width: 100%;
    min-height: 2.5rem;            /* Footer height */
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.error-summary {
    /*    color: #a94442;
        background: #fdf7f7;
        border-left: 3px solid #eed3d7;
        padding: 10px 20px;
        margin: 0 0 15px 0;*/
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
.container{padding:0px;}


.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.loyalty-block .card .card-header {
   background-color: unset;
}
.profile-alert{
    border-radius: 2px;
}
.profile-alert p{
    margin-bottom: 0rem;
}
.navbar-brand img{
    max-height: 65px;
    width: auto;
}

.container {
    max-width: 1170px;
}


.widget-chart.text-left {
    flex-direction: row;
    align-items: center;
}
.widget-chart {
    text-align: center;
    padding: 0 1rem;
    position: relative;
}
.loyalty-dd-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 32px;
    z-index: 99;
}
.loyalty-block .card-body {
    padding: 1.05rem;
}
.loyalty-dd-button:focus, .loyalty-dd-button.focus{
    box-shadow:unset;
}
.table {
    background-color: #fff;
}
table.row{
    display: table;
    margin: 0;
}
.loyalty-greetings {
    padding: 20px 0 0 0;
}
.card {
    transition: all .2s;
}
.bg-transparent {
    background: transparent !important;
}
.no-shadow {
    box-shadow: 0 0 0 transparent !important;
}
.rm-border {
    border-width: 0 !important;
}
.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    overflow: hidden;
    background: #e9ecef;
}
.icon-wrapper {
    width: 54px;
    height: 54px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.icon-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
}
.rounded-circle {
    border-radius: 50% !important;
    border: 1px solid #d4d5ff;
}
.icon-wrapper .icon-wrapper-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    opacity: .2;
}
.widget-chart.text-left .widget-chart-content {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex: 1;
    position: relative;
}
.widget-chart .widget-chart-content {
    position: relative;
    z-index: 5;
}
widget-chart .widget-subheading:first-child {
    margin-top: 0;
}
.widget-chart .widget-subheading {
    /*margin: -0.5rem 0 0;*/
    margin: 0.5rem 0 0;
    display: block;
/*    opacity: .6;*/
}
.widget-chart.text-left .widget-numbers {
    margin-left: 0;
}
.widget-chart .widget-subheading+.widget-numbers {
    min-height:24px;    
}
.widget-chart .widget-numbers {
    font-weight: bold;
    font-size: 15px;
    display: block;
    line-height: 15px;
    margin: 0.2em auto 0.5rem auto;
}
.widget-chart .widget-numbers.small{
    font-size: .7rem;
    font-weight: normal;
    margin:0;
    color: #4777b3;
}
.widget-chart.text-left .widget-chart-content .widget-description {
    align-self: flex-start;
    font-size: 11px;
    color: #b79a9a;
    font-weight: 500;

}
.font-12{
    font-size:12px;
}
.widget-chart .widget-numbers+.widget-chart-flex, 
.widget-chart .widget-numbers+.widget-description,
.widget-chart .widget-numbers+.widget-subheading {
    margin-top: -.5rem;
}
.widget-chart .widget-description {
    margin: 1rem 0 0;
}
.widget-numbers.l-level{
    color: #81cc3d;
}
.loyalty-ico {
    height: 32px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
.tier-expiry {
    background-image: url(../images/blocks/loyalty/tier-expiry.png);
}
.tier {
    background-image: url(../images/blocks/loyalty/tier.png);
}
.balance {
    background-image: url(../images/blocks/loyalty/balance.png);
}
.next-tier {
    background-image: url(../images/blocks/loyalty/next-tier.png);
}
.loyalty-block{
    margin: 0px 0 0 0;
    border-radius: 4px;
    background-color: #fefefe;
    box-shadow: 0px 0px 2px 1px #e9e7e7;
}
.widget-chart .icon-wrapper{
    margin-right: 15px;
}
.form-group .iti{
    width:100%;
}

.breadcrumb {
    background: rgb(244,244,244);
    background: linear-gradient(90deg, rgb(251, 250, 250) 22%, rgba(243, 234, 234, 0.11) 100%, rgba(252,176,69,0) 100%);
}
.profileform.loader form{
    opacity:.2;
}
.custom-notificationss{

}
.custom-notification{
    max-width: 540px;
    box-shadow: 3px 6px 32px rgba(15, 15, 20, 0.1);
    border-radius: 6px;
    background-color: #ffffff;
    margin: 5px;
    padding: 15px;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 300px;
}
.notification-icon{
    float:left;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.notification-icon.success{
    float:left;
    width: 48px;
    height: 48px;
    background-color: #19d8bc;
    border-radius: 50%;
    color: #fff;
}
.notification-icon.error{
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88);
}
.notification-icon div{
    margin: 17px 12px 0 15px;
}
.notification-icon i{
    margin: 14px 20px;
    font-size: 20px;}
.notification-content{
    float: left;
    padding-left: 15px;
    width: calc(100% - 48px);
    line-height: 14px;

}
.notification-head{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.46px;
}
.notification-text{
    color: #0f0f14;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.ubi-tick{
    background-image: url(../images/tick.png);
    background-repeat:no-repeat;
    margin: 0px 0;
    height: 15px;
}
.inline-block{
    display:inline-block;
}
.block{
    display: block;
}
.m-t-38{
    margin-top: 38px;
}
.avatar {
    background-image: url(../images/avatar.png) !important;
    height: 70px;
    width: 70px;
    background-size: cover;
    margin: 0 auto;
}
.profile-header{
    background-color: #eff6ff;
    border-radius: 0px;
    padding: 10px;
}
.sub-profile-block{
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 2px 0px 4px -2px #ccc;
}
.subprofile-head{
    background-color: #eff6ff;
    border-radius: 3px;
    padding: 5px 0;
}
.subprofile-count{
    color: #9694f7;
    font-size: 15px;
    font-weight: 600;
}
.sub-profile-container{
    width:100%;
}
a.remove-sub-profile {
    box-shadow: none;
    position: absolute;
    right: 18px;
    top: 0px;
    margin-top: 0px;
    opacity: 0;
    display: block;
    transition: all .5s ease-in-out;
    font-size: 20px;
    background-color: #dbec8a;
    padding: 2px 10px;
    border-radius: 50%;
    color: #ef0404;
}
.sub-profile-block:hover a.remove-sub-profile {
    opacity: 1;
    z-index: 99;
    position: absolute;
    top: 4px;
}
.lh-30{
    line-height: 30px;
}



/*
    Voucher Styles
*/
.voucher{
    background-color: #fbfbfb;
    padding: 15px;
}
.voucher::before {
    /* content: "";
     width: 100%;
     height: 1px;
     background-color: #dee2e6a6;
     box-shadow: 0px 1px 10px 2px #f7f4f4a6;
     margin-top: 3px;
     margin-bottom: 2px;
     position: absolute;
     padding: 0;
     margin: -15px;*/
}
.voucher:nth-of-type(1)::before
{
    content: unset;
}
.voucher_display {
    background-image: url(../images/voucher_bg.png);
    height: 190px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.voucher-bg-block{
    display: flex;
}
.voucher-bg-s1 {
    background-image: url(../images/voucher-slice-1.png);
    height: 190px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:10%;
    min-width: 62px;
    float: left;
}
.voucher-bg-s2 {
    background-image: url(../images/voucher-slice-2.png);
    height: 190px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:5%;
    min-width: 34px;
    float: left;
}
.voucher-bg-s3 {
    background-image: url(../images/voucher-slice-3.png);
    height: 190px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width:85%;
    float: left;
}


.voucher_percent {
    width: 50px;
    line-height: 30px;
    background: #9ccc64;
    height: calc(100% - 28px);
    margin: 15px;
    margin-left: 14px;
    float: left;
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    font-size: 12px;
    padding: 12px;
    color: #fff;
    text-align: center;
}

.voucher_content {
    padding: 10px 0 0 20px;
    float: left;
}
.voucher_name {
    color: #363830 !important;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
}
.voucher_dates {
    font-size: 12px;
    margin-top: 5px;
    color: #a9a9a9;
}
.voucher_image {
    float: left;
    width:100%;
    max-width: 230px;
    margin-top: 15px;
}
.voucher_image img {
    max-height: 108px;
    max-width: 100%;
    float: right;
}
.tab-content {
    opacity: 1;
}
.tab-content {
    animation: fadeEffect 1s;
}
.empty-vouchers{
    padding: 10% 30px;
    font-size: 15px;
    color: #e69494;
    font-weight: 100;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.voucher-code {
    color: #444444;
    background: linear-gradient(315deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.04) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 90%) repeat scroll 0 0/6px 6px rgba(0, 0, 0, 0);
    text-align: center;
    padding: 10px 12px;
    font-size: 20px;
    border: 2px solid #f9eeee;
    position: relative;
    width: 140px;
    letter-spacing: .02em;
    clear:both;
}
.voucher-code-label{
    width: 140px;
    color: #b1a7a7;
    font-size: 13px;
    font-weight: 100;
    clear:both;
}
.voucher-container .nav,
.preferance-container .nav{
    border-bottom: 1px solid #dee2e6;
    background: linear-gradient(60deg,#ab47bc,#8e24aa);
    padding: 15px;
    border: 0;
   
    border-radius: 6px 6px 0 0;
    color: #333;
}
.voucher-container .nav-tabs .nav-item .nav-link,
.preferance-container .nav-tabs .nav-item .nav-link{
    color:#fff; 
    border: none;
}
.voucher-container .nav-tabs .nav-item .nav-link.active,
.preferance-container .nav-tabs .nav-item .nav-link.active
{
    background-color: hsla(0,0%,100%,.4);
    transition: background-color .2s .1s;
    border-radius: 6px;
    color:#fff;

}
.voucher-container .nav-tabs .nav-item .nav-link:hover{
    color:#fff;
    border: none
}
.voucher-container .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.voucher-ico 
{
    width: 32px;
    height: 32px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.voucher-ico.active{
    background-image: url(../images/voucher-active.png);
}
.voucher-ico.redeemed{
    background-image: url(../images/voucher-redeemed.png);
}
.voucher-ico.expired{
    background-image: url(../images/voucher-expired.png);
}
.voucher-ico.pending{
    background-image: url(../images/voucher-pending.png);
}
.v-align{
    align-items: center;
}
.tab-pane.active {
    animation: slide-down 1s ease-out;
}
.link.viewmore{
    border: unset;
    display: inline-block;
    background: unset;
    font-style: italic;
    font-size: 10px;
    color: #848cf3;
    outline: unset;
}
.voucher_desc{
    font-size: 13px;
    color: #9f9494;
}

.comm-ico {
    width: 32px;
    height: 26px;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}
.comm-ico.sms {
    background-image: url(../images/sms.png);
}
.comm-ico.email {
    background-image: url(../images/email.png);
}
.comm-ico.whatsapp {
    background-image: url(../images/whatsapp.png);
    background-position: center;
}
.comm-ico.mobile{
     background-image: url(../images/mobile-bell.png);
    background-position: center;
}

.card{
    font-size: .8rem;
}
.card-header h6{
    font-size: .8rem;
    margin:0;
}
.select-picker .btn,.select-picker .btn:hover{
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;  
}

.error-page{
    background-image: url(../images/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;

}

#microsite-referral-content{
    min-height:200px;
    transition: height 2s ease-in;
}
.referral-invitation-block .card-title{
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efeaea;
    font-weight: 500;
}
.referral-invitation-block .card-title span.fa{
    margin-right: 5px;
}
.referral-invitation-block .card{
    background-color: #fffdfd;
    padding: 5px 15px 15px 15px;
    -webkit-box-shadow: -5px 2px 4px -7px rgba(219,186,219,1);
    -moz-box-shadow: -5px 2px 4px -7px rgba(219,186,219,1);
    box-shadow: -5px 2px 4px -7px rgba(219,186,219,1);
    min-height: 430px;
}
.referral-invitation-block .card-footer {
    padding: .6rem 0.2rem;
    background-color: rgba(191, 191, 191, 0.03);
}

.referral-invitation-block .card-body {
    padding: 1.25rem 5px;
}
.form-group label{
    color: #8c8989;
}
.referral-invitation-block .list-group-item {

    padding: 0.75rem 0.25rem;
}
.referral-invitation-block .user-list-item{
    display:inline-block;margin:0px; 
}
.status-block .fa{
    font-size: 12px;
    color: #8b9c2c;
    padding: 3px 3px;
    border: 1px solid #ccc;
    width: 21px;
    text-align: center;
    border-radius: 3px;
}
.status-block .fa-mobile{
    font-size: 15px;
    padding: 0px 3px 2px 3px;
}
.referral-invitation-block .pagination {
    margin: 0px 0; 
    float: right;
}
.user-list-item label, .referral-invitation-block .status-block{
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
}
.referral-invitation-block .status-block{
    padding-right:  10px;
}
.page-loading-bg{
    height: 200px;
    width:100%;

}
.lds-ripple {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    margin:0 auto;

}
.lds-ripple div {
    position: absolute;
    border: 4px solid #deb2b2;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -moz-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -o-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    -ms-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

.loading-msg{
    -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
}
.client-referral .card{
    padding: 10px 10px 10px 10px;
}
.comm-tab-content{
    background-color: #fbfbfb;
}

.navbar-custom .nav-item a.nav-link {
    text-decoration: none;
    transition: color 0.1s, background-color 0.1s;
}
.navbar-custom .nav-item a.nav-link {
    position: relative;
    display: block;
    padding: 10px 0;
    margin: 0 12px;
    line-height: 16px;
    font-size: 13.5px;
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
}
.navbar-custom .nav-item a.nav-link::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 2px;
    width: 100%;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
.inline-content div,.inline-content label{
    display: inline !important;
}
label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
    display: block; 
    line-height:18px;
    min-height:28px;
}
.invalid-feedback {
 display: block;
}
label.required .main-label:after,
.required label .main-label:after {content: " *"; color: red;}

.navbar-custom .nav-item a.nav-link.active::before,
.navbar-custom .nav-item a.nav-link:hover::before,
.navbar-custom .nav-item a.nav-link:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.view-transaction-lines{
    cursor:pointer
}
.p-4-5 {
    padding: 1.5rem 1rem !important
}
.navbar-custom .container{
    padding:0px;
}

.offcanvas-active{
	overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas{
	width:350px;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
  border-radius:0; 
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   max-width: 100%;
   transform: translateX(100%); 
 }

.offcanvas.show{
	visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas .btn-close{ position: absolute; right:15px; top:15px; }
.navbar-toggler{
    border-radius: 50%;
    height: 48px;
    width: 48px;
    outline: unset !important;
    transition: all .2s;
}
.navbar-toggler .navbar-toggler-icon {
    font-size: 21px;
    transition: all .1s;
}
.navbar-toggler:hover{
    transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}
.navbar-toggler:hover .navbar-toggler-icon {
    font-size: 23px;
}

.navbar-close{
    border-radius: 50%;
    height: 48px;
    width: 48px;
    outline: unset !important;
    transition: all .2s;
}

.navbar-close .fa{
    font-size: 23px;
    transform: translate(0px, 2px);
}
.styledRadio,.styledCheckbox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.styledRadio .custom-radio,.styledCheckbox .custom-checkbox{
    margin-right: 10px;
}
.custom-control-label::before,.custom-control-label::after  {
    top: 0;
}

.sub-profile-outer .sub-profile-container:first-child .remove-sub-profile{
    display: none;
}
.btn:disabled {
    cursor: not-allowed;
}
.content-wrap .container.main-container {
    padding-bottom: 1px;
}
.center{
    margin: 0 auto;
}
.voucher_desc{
    max-height:70px;
    overflow:auto;
}
.sm-scroll::-webkit-scrollbar {
    width: 3px;
}
 
.sm-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.sm-scroll::-webkit-scrollbar-thumb {
  background-color: #f98787;
  outline: 1px solid #a2d0ff;
}

@media (max-width: 1200px){
.container {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
    .container{padding-left:15px;padding-right:15px;}
    .voucher_name {
        font-size: 14px;
        line-height: 16px;
    }
    .voucher_desc {
        font-size: 12px;
    }
    .voucher_image img {
        max-height: 80px;
        display:block;
        margin:auto;
        float:none;
    }
    .voucher-code {
        padding: 6px 6px;
        font-size: 16px;
        width: 120px;
        letter-spacing: .05em;
        margin: 0 auto;
        float: unset !important;
        color: #000000 !important;
    }
    .voucher-container .nav-item{
        font-size: .7rem;
    }
    .voucher {
        padding: 15px 0;
    }
    .voucher-ico {
        width: 25px;
        height: 25px;
    }
    .loyalty-heading .text-nowrap{
        white-space: unset !important;
    }
    .px-xs-0{
        padding:0px;
    }
    .mx-xs-0{
         margin:0px !important;
    }
    .voucher-bg-s1 {
        width: 10%;
        min-width: 38px;
    }
    .voucher_percent {
        width: 45px;
        line-height: 44px;
        margin: 14px;
        margin-left: 14px;
        padding: 12px;
    }
    .voucher-bg-s2 {
        width: 5%;
        min-width: 22px;
    }
}


input[type="tel"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e5e5e5;
  opacity: 1; /* Firefox */
}

input[type="tel"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e5e5e5;
}

input[type="tel"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #e5e5e5;
}