body {
    margin: 0;
    padding: 0;
    min-height: 615px;
    min-width:855px;
    height:100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
html {
    height: 100%;
    overflow:hidden !important;
    -ms-overflow-style: none;
    min-height:615px;
    min-width:855px;
}

span {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label.checkLabel {
    cursor: pointer;
    width: 25px;
    height: 10px;
    background: #ababab;
    display: block;
    border-radius: 10px;
    position: relative;
    transform: scale(1.5);
}

label.checkLabel:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0px;
	width: 13px;
	height: 13px;
	border-radius: 90px;
	transition: 0.3s;
}

input:not(.chkDisabled) + label.checkLabel:after {
    background: #0b75ea;
}

input.chkDisabled + label.checkLabel:after {
    background: grey;
}

#body-content[style*="background: white"] .panel,
#body-content[style*="background: white"] .bonusCashbackStorePanel,
#body-content[style*="background: white"] .favoriteRetailerBubble,
#body-content[style*="background: white"] #addMoreFavoritesBubble {
    box-shadow: none;
    border: 1px solid #e6e6e6 !important;
}

#body-content[style*="background: white"] .panel:hover,
#body-content[style*="background: white"] .bonusCashbackStorePanel:hover,
#body-content[style*="background: white"] .favoriteRetailerBubble:hover,
#body-content[style*="background: white"] #addMoreFavoritesBubble:hover
{
    box-shadow: 0 1px 6px 0 #ccc;
}
input:not(.chkDisabled):checked + label.checkLabel {
    background: #8ebbf3;
}

input:checked + label.checkLabel:after {
	left: calc(100%);
	transform: translateX(-100%);
}

label.checkLabel:active:after {
	width: 20px;
}

/* Customize the label (the container) */
.radioContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.radioSpan {
    position: absolute;
    top: 1px;
    left: 6px;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    background-color: #ABABAB;
}

.radioContainer:hover input ~ .radioSpan {
    background-color: #8ebbf3;
}

/* When the checkbox is checked, add a blue background */
.radioContainer input:checked ~ .radioSpan {
    background-color: #0B75EA;
}

.radioContainer input[disabled] ~ .radioSpan {
    opacity: 0.3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radioContainer:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radioContainer input:checked ~ .radioSpan:after {
    display: block;
}

/* Style the checkmark/indicator */
.radioContainer .radioSpan:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#body-content {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#luckyOverlay, .luckyOverlay {
    background-color:rgba(50, 50, 50, 0.8);
    position:fixed;
    width:100%;
    height:100%;
    z-index:20000;
    visibility:hidden;
}

#searchExtensionOverlay {
    background-color:rgba(50, 50, 50, 0.8);
    position:fixed;
    padding:30px;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:20000;
    visibility:hidden;
}

#setYahooOverlay {
    background-color:rgba(50, 50, 50, 0.8);
    position:fixed;
    padding:30px;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:20000;
    visibility:hidden;
}


#installationOverlay {
    background-color:rgba(50, 50, 50, 0.8);
    position:fixed;
    width:100%;
    height:100%;
    z-index:20000;
}

#cancelInstallOverlay {
    background-color:rgba(50, 50, 50, 0.8);
    position:fixed;
    width:100%;
    height:100%;
    z-index:20000;
    display:none;
}

.luckyTopLogo {
    position:absolute;
    right:10px;
    top:5px;
}

.inactive .overlayMessagePanel {
    top: 40%;
}

.overlayMessagePanel {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    padding: 30px;
    border-radius: 12px;
}

#yahooSearchPanel {
    text-align:left;
    padding:0px;
    background-color:white;
}

#yahooRadio {
    list-style: none;
    background:white;
    margin-top:-50px;
    padding-left:10px
}

#buttonContainer {
    display:flex;
    justify-content:center;
    align-items:center;
    width:550px;
    height:60px;
    padding-top:50px;
}

#downloadButton {
    width: 350px;
    transition: all .1s ease-in-out;
}
#downloadButton:hover {
    transform: scale(1.05);
}

#noToolbarMessageSpan, .noToolbarMessageSpan {
    color:#555555;
    font-size:26pt;
    font-family:Roboto, HelveticaNeue, Arial;
}

#yahooPanelMessage {
    font-size:22pt;
    font-family:Roboto, HelveticaNeue, Arial;
}

.finePrintContainer {
    position:absolute;
    bottom:15px;
    width:100%;
    align-content:center;
    align-items:center;
}

#downloadMessage {
    color:white;
    font-family:Roboto, HelveticaNeue, Arial;
    cursor:default;
    font-size:13.5pt;
    color:#F0F0F0;
}

.copyrightMessage {
    margin-top:12px;
    color:white;
    font-family:Roboto, HelveticaNeue, Arial;
    font-size:12pt;
    cursor:default;
    color:#DDDDDD;
}

#trademarkMessage {
    margin-top:12px;
    color:white;
    font-family:Roboto, HelveticaNeue, Arial;
    font-size:16px;
    cursor:default;
    color:#F0F0F0;
}

.overlayLink {
    cursor:pointer;
}

.footerWrapper {
    width: 100%;
    text-align: center;
    bottom: 4px;
    left: 0px;
    z-index: 999;
    display: flex;
    font-size: 9px;
}

#ctl00_MainContent_luckypdf_bottomTextContainer {
    display: flex;
    flex: 0;
    margin-inline: auto;
    align-items: end;
    padding-bottom: 3px;
    visibility: hidden;
}

#ctl00_MainContent_luckypdf_bottomTextContainer * {
    color: #E1E1E1;
    font-size: 9px;
    margin-left: 12px;
}

.luckypdf_bottomTextContainer {
    width: 100%;
    text-align: center;
    bottom: 5px;
    z-index: 1;
    white-space: nowrap;
}

#ctl00_MainContent_newtabPage_container {
    align-items: center;
    padding-inline: 0px;
}

#middleContent {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
    width: 111%;
}

@media (max-height: 820px) {
    #dvSettings6 {
        display: none !important;
    }

}

@media (max-height: 880px) {
    #favoriteRetailersContainer {
        display: none !important;
    }
}

.toolbar_container {
    height: 34px;
    padding-left: 14px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    z-index:10000;
    position:relative;
    font-family:Roboto, HelveticaNeue, Arial;
    margin: 1px 0;
}

#searchIcon {
    z-index: 20000;
    position: relative;
    left: 13px;
    float: left;
    top: 1px;
    color: #424242;
    font-size: 13px;
    font-weight: 600;
}
#searchIcon2 {
    z-index: 20000;
    position: absolute;
    left: 25px;
    top: 16px;
    color: #424242;
    font-weight: 600;
}
#toolbarSearch {
    width: 553px;
    min-width: 553px;
    font-family: Roboto, HelveticaNeue, Arial;
    font-size: 13pt;
    border-radius: 22px;
    padding-left: 35px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: flex;
    align-items: center;
    z-index: 10000;
    color: #333;
    padding-right: 60px;
    box-shadow: initial;
    border: 1px solid #CCCDCD;
}

#toolbarSearch:hover {
    background-color: #F1F3F4;
    border: 1px solid #F1F3F4;
}

#toolbarSearch:focus{
    border: 1px solid white;
}

#toolbarSearch:focus{
	background: white !important;
}


::placeholder {
    color:#999999;
    opacity:1;
}

#toolbarSearch::-webkit-search-cancel-button {
    display:none;
}

#toolbarSearch::-ms-clear {
    display: none;
}

#toolbarSearch_submit {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 2px;
    margin-right:10px;
    z-index:10000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

span.toolbarButton {
    font-size: 10.5pt;
    font-family:Roboto, HelveticaNeue, Arial;
    cursor: pointer;
    border-radius: 5px;
    flex: 1;
    text-decoration: none;
    text-align: center;
    color: #000000;
    white-space:nowrap;
    z-index:10000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.toolbarButton {
    font-size: 10.5pt;
    font-family:Roboto, HelveticaNeue, Arial;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #000000;
    white-space: nowrap;
    padding: 6px 15px;
    display: flex;
    align-items: center;
}

#beFrugalDDTButton {margin-left:15px;}

a.toolbarButton:hover {
    background-color: #ededed;
    border-radius:25px;
}

.toolbarButton>img {
    vertical-align:middle;
    width:16px;
    background-size:contain !important;
    margin-right: 7px;
}

.toolbarButton>.befrugalToolbarButton {
    background: url(/tabtwo/images/icon_pig_grey.png) no-repeat top;
    padding:0px 1px 5px 1px;
}
#donotuse.toolbarButton:hover>.befrugalToolbarButton {
    background: url(/tabtwo/images/icon_pig_blue.png)  no-repeat top;
}

.toolbarButton>.BonusCashBackDDTButton {
    background: url(/tabtwo/images/icon_bcb_grey.png) no-repeat top;
    padding:0px 1px 3px 1px
}
#donotuse.toolbarButton:hover>.BonusCashBackDDTButton {
    background: url(/tabtwo/images/icon_bcb_blue.png)  no-repeat top;
}

.toolbarButton>.todaysDealsDDT {
    background: url(/tabtwo/images/icon_deals_grey.png) no-repeat top;
    padding:0px 1px 4px 1px;
}
#donotuse.toolbarButton:hover>.todaysDealsDDT {
    background: url(/tabtwo/images/icon_deals_blue.png)  no-repeat top;
}

.toolbarButton>.cbStoresDDT {
    background: url(/tabtwo/images/icon_cbStores_grey.png) no-repeat top;
    padding:0px 1px 5px 1px;
}
#donotuse.toolbarButton:hover>.cbStoresDDT {
    background: url(/tabtwo/images/icon_cbStores_blue.png)  no-repeat top;
}

.toolbarButton>.accountDDT {
    background: url(/tabtwo/images/icon_account_grey.png) no-repeat top;
    padding:0px 1px 4px 1px;
}
#donotuse.toolbarButton:hover>.accountDDT {
    background: url(/tabtwo/images/icon_account_blue.png)  no-repeat top;
}

.toolbarButton > .recommendedDDT {
    background: url(/tabtwo/images/grey-star.png) no-repeat top;
    padding: 0px 1px 4px 1px;
    width: 14.7px
}

.no-vertical-center,
.vertically-center {
    height:100%;
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

#mainContentContainer {
    margin-top:20px;
    text-align:center;
    z-index: 100;
}


.clock-container {
    font-family:Roboto, HelveticaNeue, Arial;
    color:#666666;
    text-align:center;
}

.time-container {
    font-size:73px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}
.date-container {
    font-family:Roboto, HelveticaNeue, Arial;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.dailydealstabimage {max-width: 120px;}

@media only screen and (max-height : 850px) and (min-height : 751px)
{
    #mainContentContainer {top: 0px;}
    .no-vertical-center { margin: 0; height:unset !important; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
}

@media only screen and (max-height : 750px) and (min-height : 676px)
{
    #mainContentContainer {top:0px;}
    .no-vertical-center { margin: 0; height:unset !important; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
}

@media only screen and (max-height : 675px)
{
    #mainContentContainer {top:0px;}
    .no-vertical-center { margin: 0; height:unset !important; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }
}

.luckyPDFLogo {
    float:right;
    margin-right:20px;
    display:none;
}

#pageSearch_container {
    margin: 0 auto;
    text-align:center;
    align-items:center;
    padding-right: 50px;
}

#pageSearch {
    box-sizing: border-box;
    box-shadow: none;
    height: 56px;
    width: 650px;
    padding-right: 80px;
    margin: 0 0 15px 10px;
    font-family: Roboto, HelveticaNeue, Arial;
    font-size: 17.5px;
    padding-left: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    z-index: 10;
    box-shadow: none;
}

.searchFocused, #pageSearch:hover, #pageSearch:not(:placeholder-shown)
{
    box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 6px;
    border: 1px solid #fff;
}
#pageSearch.searchToggled:focus {
    box-shadow: 1px 5px 13px rgba(32,33,36,.28);
}

#pageSearch::placeholder {
    color: #858585;
}

.searchToggled{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#pageSearch:focus, #pageSearch_container.pageSearchFocus, #pageSearch {
    outline: none;
    color: #424242;
}

#pageSearch::-webkit-search-cancel-button {
    display: none;
}

#pageSearch::-ms-clear {
    display: none;
}

#pageSearch_submit {
    background: url(/tabtwo/images/s-search-btn.png) no-repeat; background-position:0px -1px;
    width:77px;
    height:50px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pageSearch_submit:hover {
    background: url(/tabtwo/images/s-search-btn.png) no-repeat; background-position:0px -52px;
}

.pageConversion_container {
    height: 250px;
    margin: 0 auto;
    padding-top: 10px;
    overflow: hidden;
    text-align: center;
    display:none;
}

.searchSuggestions {
    z-index: 19999;
    padding: 1px;
}

#toolbarSuggestionList.suggestionList {
    position: initial;
    left: -1px;
    width: 551px;
    overflow: hidden;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    top: 1px;
    box-shadow: inherit;
    border-top: none;
}

.suggestionList {
    list-style:none;
    padding: 0;
    margin: 0;
	position: relative;
    right: 1px;
    top: 1px;
}

#toolbarSearchSuggestions {
    width: 550px;
    display: none;
    display: block;
    top: 27px;
    box-shadow: inherit;
    border-radius: 20px;
}

#pageSearchSuggestions {
    width: 650px;
    display: none;
    text-align: left;
    background: #fff;
    border-radius: 22px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 6px 0px rgba(32, 33, 36, 0.28);
    overflow: hidden;
    border: 0px;
    border-top: none;
    position: relative;
    margin-left: 49px;
    z-index: 3139;
    padding: 0;
    top: -2px;
    border-top: none;
}

.suggestionDivider {
    width: 95%;
    border-top: 1px solid #e8eaed;
    position: absolute;
    right: 16px;
    height: 0px;
    top: 32px;
}

#body-content:has(#pageSearchSuggestions[style*="display: inline-block"]) #mainContentContainer {
    z-index: 700 !important;
}

.pageSearchWrapper {
    width: 100%;
    position: relative;
    left: -25px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    z-index: 101;
    top: -15px;
    height: 0;
}

li {
    background-color: white;
    height: 30px;
    align-items: center;
    vertical-align: middle;
    line-height: 30px;
    cursor: default;
    font-size: 14pt;
}

.toolbarSuggestionItem {
    font-family:Roboto, HelveticaNeue, Arial;
    font-size: 16px;
    text-align: left;
    padding: 2px 10px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    padding-right: 62px;
}

.toolbarSuggestionItem span::before {
    font-size: 10px;
}

.pageSuggestionItem {
    font-family:Roboto, HelveticaNeue, Arial;
    font-size: 17.5px;
    padding-left: 16px;
    width: 100%;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pageSuggestionDivider{
    border-top: 1px solid rgb(190,190,190);
    width: 680px;
    content: '';
    z-index: 5;
    position: relative;
    top: 4px;
    left: 20px;
}

.pageSuggestionItem span::before {
    font-size: 10px;
}

#chromeDisablePopup {
    z-index:9999999;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    width:550px;
    height:330px;
    background-color:white;
    text-align:center;
    border-radius:5px;
    padding:30px 40px 0 40px;
    font-family:Roboto, HelveticaNeue, Arial;
}

#chromeDisableOverlay {
    z-index:9999999;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(102, 102, 102, 0.65);
    display:none;
}

.chromeDisablePopupButton {
    font-size:12pt;
    padding:6px 30px;
    border:1px solid #D9D9D9;
    border-radius:6px;
    font-family:Roboto, HelveticaNeue, Arial;
    cursor:pointer;
}

.button-yes:hover {background-color:#f7faff;}
.button-no:hover {box-shadow: 0 1px 3px 1px rgba(26,152,232,0.30);}

#chromeInstallationPopup {
    z-index:9999999;
    position:absolute;
    right:40px;
    top:270px;
    width:350px;
    height:225px;
    background-color:white;
    text-align:right;
    font-family:Roboto, HelveticaNeue, Arial;
    border-radius:5px;
}

#chromeInstallationPopupArrow {
    z-index:99999999;
    position:absolute;
    right:60px;
    top:-80px;
}

#chromeInstallationOverlay {
    z-index:9999999;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(102, 102, 102, 0.65);
    display:none;
    height: 100%;
    width: 100%;
}

.spotlight{
    background-color: transparent !important;
    background-image: radial-gradient(60% 40% at 93% 3%, transparent 180px, rgba(0, 51, 115, 0.65) 235px);
}

.container {
	margin:1px; border:2px solid #D5ECFB; width:566px; text-align:center; position:relative;
	background:#E5F2FB;
	background:-webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D3E9F9)); /* for webkit browsers */
	background:-moz-linear-gradient(top, #FFFFFF, #D3E9F9); /* for firefox 3.6+ */
}

#cancelDialog {
    width:350px;
    height:150px;
    text-align:center;
    background-color:white;
    padding:25px;
    padding-bottom:0px;
}

.cancelDialogButton {
    font-family:Roboto, HelveticaNeue, Arial;
    font-size:20px;
    width:80px;
    padding-top:5px;
    padding-bottom:5px;
}

.no-button {background:#CFE7F8; display:inline-block; color:#67A2CA; border:1px solid #93C3F3; border-radius:1px; text-align:center; text-decoration:none; padding:11px 0; font-size:24px; width:160px; margin:0 3px 0 0;}
.no-button:hover {background:#C4E1F4;}
.yes-button {
	background:#1D85E1;
	background:-webkit-gradient(linear, left top, left bottom, from(#2094F0), to(#1977D3)); /* for webkit browsers */
	background:-moz-linear-gradient(top, #2094F0, #1977D3); /* for firefox 3.6+ */
	display:inline-block; color:#FFFFFF; border:1px solid #1F73C5; border-radius:1px; text-align:center; text-decoration:none; padding:11px 0; font-size:24px; width:190px; margin:0 10px; cursor:pointer;}
.yes-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, from(#0075E8), to(#005FBC)); /* for webkit browsers */
	background:-moz-linear-gradient(top, #0075E8, #005FBC); /* for firefox 3.6+ */			
}
.report-link {color:#1976D2; font-size:18px;}

.close {position:absolute; top:2px; right:10px; font-size:18px;}
.close a {color:#999999; text-decoration:none;}

p.table {margin:0 0 10px 0; padding-right:10px; font:16px Verdana;}

.logo-wrapper {padding:10px 0;}
.report-a-problem {text-align:left; padding:20px 0 10px 15px;}

@keyframes bounceIn {
    0% {
    transform: scale(1.1);
    opacity: 0;
    position:fixed;
    top:260px;
    left:300px;
    }
    60% {
    transform: scale(.9);
    opacity: 1;
    position:fixed;
    top:260px;
    left:300px;
    }
    100% {
    transform: none;
    position:fixed;
    top:260px;
    left:300px;
    }
}
    
.bounceinanimation {animation: bounceIn .5s;}

@keyframes bounceInChrome {
    0% {
    transform: scale(1.1);
    opacity: 0;
    }
    60% {
    transform: scale(.9);
    opacity: 1;
    }
    100% {
    transform: none;
    }
}
    
.bounceinanimation-chrome {animation: bounceInChrome .5s;}

@keyframes bounceInChrome2 {
    0% {
    transform: scale(1.03);
    opacity: 0;
    }
    60% {
    transform: scale(.97);
    opacity: 1;
    }
    100% {
    transform: none;
    }
}
    
.bounceinanimation-chrome2 {animation: bounceInChrome2 .5s;}

.firstTimeBox{
    z-index:20001;
    width:90%;
    text-align: left;
    height:468px;
    position: fixed;
    left: 50%;
    top: 320px;
    transform: translate(-50%, -50%);
}

.firstTimeBox.disable {
    background-position: 0% 0%;
    background-color: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.firstTimeBox.disable #closeFirstTime
{
    display:none;
}

#firstTimeButton {
    transition: all .1s ease-in-out;
    background: rgb(135,101,176);
    cursor: pointer;
    padding: 20px 50px;
    font-size: 34px;
    border-radius: 8px;
    font-weight: 700;
    font-family:Roboto, HelveticaNeue, Arial;
}
#firstTimeButton:hover {
    transform: scale(1.05);
}

#closeFirstTime {
  width: 16px;
  height: 16px;
  opacity: 0.3;
  cursor: pointer;
  position: relative;
  float: right;
  margin-right: 15px;
  margin-top: 7px;
}
#closeFirstTime:hover {
  opacity: 1;
}
#closeFirstTime:before, #closeFirstTime:after {
  position: absolute;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #fff;
}
#closeFirstTime:before {
  transform: rotate(45deg);
}
#closeFirstTime:after {
  transform: rotate(-45deg);
}

.fistTimeFooter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #282f39;
    z-index: 20002;
    color: lightgrey;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: list-item;
    font-family:Roboto, HelveticaNeue, Arial;
}

.downloadArrow{
    display: none;
    position: absolute;
	z-index: 30000;
	font-family:Roboto, HelveticaNeue, Arial;
}

.downloadArrow img {
  float: left;
  -webkit-animation: arrow 2s both infinite;
  animation: arrow 1.5s both infinite;
  position: relative;
  left: 10px;
}

@-webkit-keyframes arrow {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateX(0);
    }
    40% {
      -webkit-transform: translateX(-10px);
    }
    60% {
      -webkit-transform: translateX(-5px);
    }
} 
 
@keyframes arrow {
    0%, 20%, 50%, 80%, 100% {
      transform: translateX(0);
    }
    40% {
      transform: translateX(-10px);
    }
    60% {
      transform: translateX(-5px);
    }
}

.installationStepBox {
	border-radius: 12px;
    float: left;
    width: 108px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -24px;
	left: -6px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	background-color: #FFFFFF;
}

#divExtendedSearchInstallationStepBox{
	float: left;
	width: 98%;
	max-width: 310px;
	background-color: #FAFAFA;
	border-radius: 6px;
	color: darkslategrey;
}

#divExtendedSearchInstallationStepBox div{
	margin: 10px;
}

.stepOneHeader{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.stepHeader {
  font-size: 12px;
  padding: 10px;
  font-weight: bold;
  color: #62AF49;
  background: #D8F1D0;
}

.lblClickOn{
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	color: darkslategrey;
}

.lblAddToChrome {
    font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: rgb(66, 133, 244);
	font-weight:bold;
}

.lblAddExtension{
    font-size: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
	color: grey;
	font-weight:bold;
}

.lblGetExtendedSearch{
	font-size: 14px;
}

.lblExtendedSearchDescription{
	font-size: 12px;
}

.lblExtendedSearchTerms{
	font-size: 10px;
}

.lblExtendedSearchTerms a{
	color: darkslategrey;	
}

@media only screen and (min-width : 1680px)
{
	.installationStepBox{ width: 150px; top: -20px; left: -24px; }
	.stepHeader{font-size: 16px;}
	.lblClickOn{font-size: 16px;}
	.lblAddToChrome{font-size: 16px; font-weight:bold;}
	.lblAddExtension{font-size: 16px; font-weight: bold;}	
	.downloadArrow img {left: 0;}
	.lblGetExtendedSearch {font-size: 16px;}
	.lblExtendedSearchDescription{ font-size: 14px;}
	.lblExtendedSearchTerms{ font-size: 12px; }
}

.luckyCancelButton {
	display: inline-block;
	height: 33px;
	background-color: rgba(9,9,9,0);
	font-family:Roboto, HelveticaNeue, Arial;
	font-weight: 500;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
	letter-spacing: 0.4px;
	padding-top: 0;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 6px;
	border-radius: 18px;
	cursor: pointer;
}

.luckyCancelConfirm {
	color: white;
	background: rgb(66, 133, 244);
	box-shadow: 0px 0px rgba(66, 133, 244,0.5), 0px 0px 5px rgba(66, 133, 244,0.5);
}

.luckyCancelConfirm:hover{
	background: rgba(54,103,211,0.9);
}

.luckyCancelClose{
	color: grey;
	border: solid 1px lightgrey;
}

.luckyCancelClose:hover{
	background:rgba(211, 211, 211, 0.56);
}

#audioAlmostDone{
	position: fixed;
	bottom: 0;
	left: 0;	
}

.s-newtab-icon-icon-search {
    background-color:#4185f3;
    color:#FFF;
    border-radius:15px;
	padding: 8px 15px 7px 15px;
    text-align:center;
    z-index:10001;
    font-size:13px;
    font-family:Roboto, HelveticaNeue, Arial;
	position: relative;
    top: 2px;
    right: 46px;
}

.s-newtab-icon-icon-search:hover {
    background-color: #2165d3;
    cursor: pointer;
}

#topRight {
	position: absolute;
	left: 138px;
	z-index: 2;
    display:inline-block;
}

#dropdownWrapper {
    width: 58px;
    margin-left: 12px;
    background: white;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(32,33,36,.28);
    margin-top: 15px;
}

#dropdownWrapper img {
    height: inherit;
    width: inherit;
}

#searchArrow{
    cursor: pointer;
	color: #C0BFBF;
	margin-top: 12px;
    margin-left: 15px;
}

#searchArrow:hover{ color: #9DA0A3; }

.primarySearchImg {
	padding: 5px 15px 5px 20px;
}

.secondarySearchImg {
    display:none;
    padding:5px 16px 5px 18px;
    background-color:#FFFFFF;
}
.secondarySearchImg:hover { background-color: #F1F3F4; }

#curSelectedSearch[src="google-logo.png"],
.secondarySearchImg[src="google-logo.png"]{
	padding-top: 5px;
	padding-bottom: 0;
}

#curSelectedSearch, #fourthSearchImg {
    border-radius: 6px;
}


.panel {
    margin: 5px 3px;
}

.panel--top
{
    text-align: center;
}

.panel--title
{
    font-size: 16px;
    line-height: 1.2;
    color:inherit;
    text-align: left;
}
.panel--merchantname {
    font-size: 12px;
    font-weight: 300;
}
.txt-link
{
    text-decoration: none;
    color: inherit;
    font-weight: 300;
}

.dvViewMoreDealsParentContainer {
    vertical-align: top;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel--main {
    text-align: center;
    padding-bottom: 5px;
    height: auto;
    font-size: 1.4rem;
    font-weight: 300;
    float: left;
}

.panel--main-content
{
    margin-right: 10px;
    height: 100%;
    padding-left:10px;
}

.panel--main-content>table {
    border-collapse: collapse;
}

.panel--merchantname {

}

.panel--main {
    margin-top: 15px;
}

.panel--main > .deal-panel-image > .link-no-nested {
    display: flex;
    justify-content: center;
}

.panel--main > .deal-panel-image > .link-no-nested > img {
    flex: 1;
}

.panel--bottom {
    width: 100%;
    max-width: 267px;
    margin: 0px 10px 0px 10px;
    vertical-align: bottom;
    height: 42px;
    display: none; /* setting to display to none to prevent flashing in 2956257/projects/17016953/todos/479213955 */
}

.slider-container {
    list-style-type:none;
}

.slider-deal-content {
    display: flex;
    justify-content: space-between;
    padding: 0 2px;
    width: auto;
}

.slick-initialized .slick-slide {
    display:block;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track li {

    margin-bottom: 0px;

}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.modal-slider-container {

    text-align: center;

}

li>img {
    width:10px;
    height:9px;
	vertical-align:middle;
	margin-left:2px;
	margin-right:10px;
}

.slider-container .ico.icon-chevron-right, .slider-container .ico.icon-chevron-left{
    color: #BABADA;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    line-height: 45px;
    height: 45px;
    background-color:rgba(230,230,248,0.6);
    width: 22.5px;
    font-size:16px;
}

.slider-container .ico.icon-chevron-left {
    left: 2px;
    margin-left: 5px;
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
}

.slider-container .ico.icon-chevron-right {
    right: 2px;
    margin-right:5px;
    border-bottom-left-radius: 45px;
    border-top-left-radius: 45px;
}

.slider-container .ico.icon-chevron-right:hover, .slider-container .ico.icon-chevron-left:hover {
    background-color:rgba(204,212,238,0.6);
}

.vertically-center {
  margin: 0;

}

@keyframes download-arrow-bounce-up {
    0%, 10%, 25%, 35%, 100% {
        transform :translateY(0);
    }
	20% {
        transform :translateY(40px);
    }
	30% {
        transform :translateY(20px);
    }
}

@keyframes download-arrow-bounce-down {
    0%, 10%, 25%, 35%, 100% {
        transform :translateY(0);
    }
	20% {
        transform :translateY(-20px);
    }
	30% {
        transform :translateY(-10px);
    }
}
    
.arrowbounce-animation-up {animation: download-arrow-bounce-up 3s infinite;}

.arrowbounce-animation-down {animation: download-arrow-bounce-down 3s infinite;}

.box {
    background: white;
    color: black;
    position: relative;
    display: inline-block;
    padding: 15px;
    width: 310px;
    border: solid 1px rgb(230,230,230);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -21px;
    right: -1px;
    border: solid 10px rgba(200, 200, 200, .8);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

#body-content[style*="background: white"] #dvSettings8 {
    display: flex;
}

#dvSettings1,
#dvSettings2,
#dvSettings3,
#dvSettings4,
#dvSettings5,
#dvSettings6,
#dvSettings7,
#dvSettings8,
#dvSettings9{
    font-family: Roboto, HelveticaNeue, Arial;
    font-size: 1em;
    line-height: 0.6;
    font-weight: 400;
    color: black;
    margin-bottom: 30px;
    display: flex;
    margin-left: 6px;
}

#dvSettings9[data-sub-elem]{
    margin-left:25px;
}

#dvSettings8 {
    display: none;
}

.settingsLabel {
    position: relative;
    margin-left: 15px;
}

#settingsDialog {
    padding: 15px 20px 25px 30px;
    border-radius: 12px;
    width: 755px;
    height: 525px;
    text-align: center;
    background-color: white;
    display: flex;
    flex-direction: column;
    transition: 0.5s ease all;
}

#pointConversionDialog {
    width: 450px;
    height: 465px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-inline: 0px;
    padding-bottom: 0px;
    position: relative;
}

#pointConversionHeader {
    display: flex;
    width: 95%;
}

#pointConversionHeader .bfrl_pointsBlue{
    font-weight: 600;
    text-decoration: underline;
}

#pointConversionDialogFooter {
    background-color: #fffae4;
    font-size: 12px;
    width: 100%;
    padding: 13px 0;
    margin-top: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.bfrl_pointsBlue {
    color: #003399;
}

#rewardsAndPointsContainerModal .bfrl_pointsBlue:hover{
    text-shadow: 0.25px 0;
}

#rewardsAndPointsContainerModal {
    display: flex;
    align-items: start;
    position: relative;
    text-decoration: none;
}

#rewardsAndPointsContainerModal .iconContainer {
    width: 26px;
    height: 32px;
    padding: 4px;
    padding-top: 0px;
}

#rewardsAndPointsContainerModal span, #rewardsActivityLink {
    font-size: 14px;
    margin-top: 4px;
}

#rewardsActivityLink {
    margin-left: 10px;
}

#bfrlRewardImageWrapper {
    width: 105px;
    margin-top: 10px;
}

#bfrlRewardParagraph {
    text-align: start;
    font-size: 14px;
    color: black;
    line-height: 0.6;
    margin-top: 30px;
}


#pointConversionTable {
    font-size: 14px;
    width: 65%;
}

#pointConversionTable td:nth-child(1) {
    background-color: #F1F9FF;
    color: #003399;
    text-align: right;
    font-weight: 600;
    border: 1px solid white;
    padding-right: 20px;
}

#pointConversionTable td:nth-child(2) {
    background-color: #BBDEFB;
    color: black;
    font-weight: 600;
    border: 1px solid white;
    border-left: none;
}

#pointConversionTable td{
    text-align: right;
    padding-right: 45px;
}

#convertPointsButton {
    min-width: 176px;
    cursor: pointer;
}

#convertPointsButtonTooltip {
    bottom: 213px;
    position: absolute;
}

.bfrlOrangeButton {
    background-color: #fa5b27;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    cursor: pointer;
}

.bfrlOrangeButtonDisabled {
    background-color: #fa5b27;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 50px;
    border-radius: 50px;
    opacity: 0.5;
}

.bfrlOrangeButton:hover {
    background-color:#e45328;
}

#togglePanelSection {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-bottom: 10px;
    padding-right: 25px;
}

#themeSelectionSection {
    display: flex;
    flex-direction: column;
}

#themeSelectionGrid {
    height: 365px;
}

.settingsSubHeader {
    font-size: 18px;
    font-weight: 600;
    color: black;
    text-align: start;
    margin-left: 4px;
    margin-bottom: 4px;
}

#rotateThemeSettingWrapper {
    margin-top: 12px;
}

.rotateThemeWrapper {
    display: flex;
    align-items: center;
    margin-top: 6px;
    padding-left: 25px;
}

.rotateThemeWrapper label {
    margin-bottom: 0px;
    font-size: 12px;
}

.rotateThemeSpan {
    margin-right: 15px;
    margin-left: 10px;
    color: black;
    width: 150px;
    text-align: start;
}


.closeSettingsWrapper {
    flex: 1;
    text-align: end;
    margin-right: 20px;
    align-self: start;
}

#closeSettingsButton, #closeIndividualSettingsPanel, #closePointsConversionButton, #closeCleanUpPopupButton, #closeCleanUpPanelsPopupPanel, #closeShortcutButton {
    fill: #888;
    width: 15px;
    display: inline;
    cursor: pointer;
}

#closeIndividualSettingsPanel{
    visibility: hidden;
}

#closeCleanUpPopupButton {
    width: 11px;
    fill: #666;
}

#removeRewardsHeaderBarButton, #removeRewardsHeaderBarButtonCleanUp {
    width: 10px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: -8px;
    fill: #C0BFBF;
    display: inline;
    cursor: pointer;
    position: relative;
}

#topBarVersion2 #removeRewardsHeaderBarButtonCleanUp svg{
    vertical-align: middle;
}

#topBarVersion1 #removeRewardsHeaderBarButtonCleanUp svg{
    vertical-align: text-top;
}

#topBarVersion3 + .triple-dot-menu-wrapper #removeRewardsHeaderBarButtonCleanUp{
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -3px;
}

#individualPanelSettings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 8px 0px 25px 30px;
    border-radius: 12px;
    width: 450px;
    text-align: center;
    background-color: white;
    display: flex;
    flex-direction: column;
}

#weatherPanelLocationSetting {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 30px;
    margin-left: -10px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#weatherPanelLocation {
    font-size: 16px;
    margin-top: 6px;
}

#weatherPanelLocationInput {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
}

#enterValidZipCode {
    display: none;
    position: absolute;
    bottom: 64px;
    right: 4px;
    white-space: nowrap;
    color: #FF0000;
}

#zipCodeInput {
    margin-bottom: 5px;
    border-radius: 8px;
    border: 1px solid #ccc;
    padding-inline: 25px;
    padding-block: 4px;
    width: 70%;
}

#zipCodeCitySuggestion {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background-color: white;
    padding-block: 4px;
    width: 197px;
    border-radius: 8px;
    z-index: 10;
    top: 28px;
    cursor: pointer;
}

#zipCodeCitySuggestion:hover {
    background-color: rgb(232, 232, 233);
}

#zipCodeInput:focus {
    border: 1px solid #666;
    outline: none;
}

#useMyCurrentLocation {
    font-size: 16px;
    color: #468ed2;
    display: flex;
    align-items: center;
    cursor: pointer;
}

#useMyCurrentLocation:hover {
    color: #316494;
}

#weatherPanelLocation {
    color: #468ed2;
    font-weight: 500;
    cursor: pointer;
}

#weatherPanelLocation:hover {
color: #316494;
}

.panelToggleInactive {
    display: none;
}

.panelToggleActive {
    display: flex;
}

.panelNameTitle {
    /*display: flex;*/
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
    width: 340px;
    padding-bottom: 10px;
    text-align: start;
}

.individualPanelCheckbox {
    position: initial !important;
}

.s-daily-deal-tab-retailer {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto;
}

.DealsTabSlickContainer {
    margin: 0 auto;
}

.DealsTabSlickContainer .slick-track {
    margin: 0 auto;
}

.DailyDealsFeaturedRetailers {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 0px;
    width:580px;
    margin: 40px auto 0 auto;
}
.DealsTabSlickSubContainer.slick-slide {
    width: 420px;
    display: grid !important;
    grid-template-columns: 210px 210px;
    position: relative;
    padding-top: 0px;
    margin-right: 1px;
}
.DealsTabSlickContainer.slick-slider {
    width:420px;
}

.DailyDealsRetailers, .DailyDealsMailProvider {
    background: #FFF;
    border-radius: 4px;
    padding: 15px;
    text-decoration:none;
    color: #424242 !important;
}
.DailyDealsRetailers:hover, .DailyDealsMailProvider:hover {
    border-radius: 4px;
    padding: 15px;
    background: #e8e8e9;
}
.DailyDealsRetailersCB:hover .showRate {
    font-weight: bold;
    color: #0a6ebd !important;
}
.DailyDealsMailProvider:hover, .DailyDealsRetailersNoCB:hover {
    color: #424242;
}

.DailyDealsIcon {
    margin-top:10px;
}

.DailyDealsIcon:hover {
    cursor:pointer;
}

.DailyDealsText {
    font-family:Roboto, HelveticaNeue, Arial;
    font-size: 12px;
    padding-top:15px;
}
.DailyDealsTextRetailerName{white-space:nowrap; max-width:73px; overflow:hidden; text-overflow:ellipsis; display:inline-block; vertical-align:bottom;}

.DailyDealsCashBackSign:hover {
    color: #4285F4;
}

.DailyDealsHoverText {
    visibility:hidden;
    position:absolute;
    opacity:0;
    transition:.1s;
    bottom:35px;
    right:-25px;
    display: block;
}
.DailyDealsHoverText .tailBottom {
    width: 0px;
    height: 0px;
    position:absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #4285F4;
    left:25%;
    display: block;
}

.DailyDealsHoverText .tailShadow {
    background-color: transparent;
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left:50%;
    z-index: -10;
    box-shadow: 0px 0px 8px 1px black;
    -moz-box-shadow: 0px 0px 8px 1px black;
    -webkit-box-shadow: 0px 0px 13px 3px #444444;
}

.DailyDealsCashBackSign:hover .DailyDealsHoverText, .DailyDealsText.showRate .DailyDealsHoverText {
    opacity: 1;
    visibility: visible;
    display: block;
    background: #4285F4;
    border: solid 0px #000;
    padding: 7px;
    z-index: 5;
    transition-delay: .1s;
    border-radius: 10px;
    color: #FFFFFF;
    font-weight: 500;
}

.DailyDealsCashBackSign {
    font-weight: bold;
    padding:4px 0;
    position:relative;
}

.DealsTabSlickSubContainer .panel {
    cursor: pointer;
    box-shadow: 0px 2px 4px #00000054;
}

.DealsTabSlickSubContainer .panel:nth-of-type(2n) {
    justify-self: start;
    margin-left: 8px;
}

.DealsTabSlickSubContainer .panel:nth-of-type(2n + 1) {
        
    justify-self: end;
    margin-right: 8px;
}

@media (max-width:1100px){span.toolbarButton{margin-left:5px;}}
@media (max-width:1540px){
    #headerBonusCBLink, #referAndEarnContainer {
        display: none !important;
    }
}
@media (max-width: 1440px) {
    #MyAccountButton {
        display: none;
    }
}
@media (max-width:1370px){
    #MyAccountButton {
        display: block;
    }
    .button-text {
        display: none;
    }
    span.toolbarButton{margin-left:15px; padding:3px 6px;}

    .toolbarButton > img {
        margin-right: 0px;
    }
    #topBarVersion2 #cleanupCashBackBalance2 + span, #topBarVersion2 #cleanupPointsBalance2 + span { display: none;} 
}

@media (max-width:1450px){
    #topBarVersion1 #cleanupCashBackBalance1 + span, #topBarVersion1 #cleanupPointsBalance1 + span { display: none;} 
}
@media (max-width: 900px){
    .bonusWeekOuter { display: none !important; }
}
@media (max-width:1370px){
    #flashCashbackSection{ display: none !important;}
    #dvSettings9 { display: none !important;}
}

@media (max-height: 635px) {
    .footerWrapper {
        display: none;
    }
}

td:last-child a:hover {text-decoration:none !important; color: initial !important;}
.panel:hover {box-shadow: 0 1px 6px 0 #ccc;}

.deal { cursor: pointer; }

.pageSuggestionItem[itemtype="1"] span {
	font-weight: normal !important;
    text-overflow: ellipsis;
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.removeHistory { color: #C3C2C2; font-size: 11px !important; }
.removeHistory:hover{ color: #9E9EA0 }

#toolbarSuggestionDivider{ display: none;}
#topBar.suggestionsHide #toolbarSearch:focus{box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 6px}

#toolbarSearchGroup { flex: 0;/*position: relative;*/top: 2px; min-width: 610px; }
#dvToolbarSearch{ position: absolute; border-radius: 20px; top: 1px; }

#topBar{ position: relative; display: none; }
#topBar.suggestionsHide #toolbarSearchSuggestions{ display:none;}
#topBar:not(.suggestionsHide) #toolbarSearch{border: 1px solid #CCCDCD55;border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:15px;border-top-right-radius:15px; border-bottom: none !important; box-shadow: 0px 0px 6px rgba(32,33,36,.05);}
#topBar:not(.suggestionsHide) #dvToolbarSearch{box-shadow:0px 2px 8px rgba(32,33,36,.1)}
#topBar:not(.suggestionsHide) #toolbarSuggestionDivider { display: block;}
#topBar { display: flex; align-items: center;}

#toolbarSearchIcon { cursor: pointer;}

#loadingOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100001;
    background-color: white;
}

#toolBarButtonGroup {
    display: flex;
}

.centerContent {
    min-width: 700px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    flex: 1;
    height: 100%;
}

#leftContent {
    flex: 1;
    height: 631px;
    align-items: end;
    display: flex;
}

#rightContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

#ctl00_MainContent_dvClock {
    line-height: 0.9;
    color: #FFFFFF;
    min-height: 160px;
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

#welcomeToRewardsContainer {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 15px;
}

#welcomeToText {
    font-size: 30px;
    font-weight: 600;
    color: white;
    text-shadow: 2px 1px black;
}

#beFrugalRewardsAndImageContainer {
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: 600;
    color: white;
    text-shadow: 2px 1px black;
}

#welcomeImageWrapper {
    width: 45px;
    height: 50px;
    margin-left: 5px;
    background: url('/tabtwo/images/welcome_regular.png') no-repeat;
}

#body-content[style*="background: white"] #welcomeToText {
    color: black;
    text-shadow: unset;
}

#body-content[style*="background: white"] #beFrugalRewardsAndImageContainer {
    color: #003399;
    text-shadow: unset;
}

#body-content[style*="background: white"] #welcomeImageWrapper {
    background: url('/tabtwo/images/bfrl_reward_icon.png') no-repeat;
}

#body-content[style*="background: white"] .icon-dots-three-vertical:before {
    color: #ccc;
}

#body-content[style*="background: white"] #cleanUpNoClockImage {
    display: block;
}

#ctl00_MainContent_dvClock[style*="visibility: visible"] #cleanUpNoClockImage {
    display: none;
}

#body-content[style*="background: white"] #ctl00_MainContent_dvClock[style*="visibility: hidden"] > :not(#cleanUpNoClockImage) {
    display: none;
}

#body-content[style*="url"] #topBarVersion3 + .triple-dot-menu-wrapper #removeRewardsHeaderBarButtonCleanUp{
    fill: white;
}

#cleanUpNoClockImage {
    height: 160px;
    width: 400px;
    margin: auto;
}

#cleanUpNoClockImage img{
    opacity: 0.75;
    border-radius: 10px;
}

#manageSettingsText {
    font-style: italic;
    font-size: 12px;
    font-weight: 400;
    text-align: start;
    color: #727272;
    margin-top: 10px;
}

#showPanelSettings:hover{
   cursor: pointer;
   text-shadow: black 0px 1px 0px;
}

.settingsIcon {
    background: url(/tabtwo/images/gears_normal.png) 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-left: 5px;
    zoom: 0.6;
    filter: brightness(0.65);
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    position: relative;
    top: 4px;
}

#showPanelSettings:hover .settingsIcon{
    filter: brightness(0.35);
}

#tabSettingsLink{
    font-size: 20px;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    bottom: 8px;
    right: 10px;
    position: relative;
    cursor: pointer;
}


#tabSettingsLink::before {
    position: relative;
    top: -2px;
    color: #c0bfbf;
}

#body-content[style*="url"] #tabSettingsLink::before {
    color: white;
}

#tabSettingsLink.hover,#tabSettingsLink:hover {
    background-color: #F2F3F4;
}

#body-content[style*="url"] #tabSettingsLink:hover::before, #body-content[style*="url"] #tabSettingsLink.hover::before {
    color: #c0bfbf;
}

#poptabSettingsLink {
    background: url(/tabtwo/images/gears_normal.png) 0 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    zoom: 1;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    align-self: center;
    filter: brightness(1.3) opacity(0.8);
    position: absolute;
    right: 14px;
    bottom: 14px;
}

#poptabSettingsLink:hover {
    background: url(/tabtwo/images/gears_mouseover.png);
}
 #poptabSettingsLink{
     filter: brightness(0.9) opacity(0.8);
 }

.settingsModalIcon {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 10px;
    zoom: 0.7;
    -moz-transform: scale(0.85);
    -moz-transform-origin: 0 0;
    align-self: center;
}

.dvSettingsContainer {
    font-family:Roboto, HelveticaNeue, Arial;
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    transition: 0.5s ease all;
    z-index: 9;
}

.panelBackground {
    background-color: #ffffffab;
}

#dealsWrapper {
    width: 420px;
    border-radius: 8px;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-inline: 6px;
}

.dealTag {
    background-color: #6736a3;
    color: #fff;
    padding: 2px 10px;
    font-size: 13px;
    font-weight: 600;
    top: -2px;
    left: -1px;
    position: relative;
    text-align: center;
    display: inline-block;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    line-height: 1.8;
    width: 26px;
}

.todayOnlyImage {
    width: 80px;
    position: absolute;
    top: -2px;
    left: 45px;
}

#favoriteRetailersContainer {
    display: flex;
    justify-content: center;
    align-items: start;
    flex: 1;
    padding-left: 16px;
    position: fixed;
    bottom: 18px;
    width: 100%;
}

.retailerContainer {
    text-decoration: none;
}

.favoriteRetailerContainer {
    flex: 1;
}

.favoriteRetailerBubble {
    height: 75px;
    width: 100px;
    background-color: #ffffff;
    border-radius: 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-inline: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 4px #00000054;
}

.favoriteRetailerBubble:hover, #addMoreFavoritesBubble:hover {
    box-shadow: 0 1px 6px 0 #ccc;
}

#addMoreFavoritesBubble {
    height: 80px;
    width: 80px;
    background-color: #ffffffab;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-inline: 5px;
    cursor: pointer;
    box-shadow: 0px 2px 4px #00000054;
    color: #424242;
    font-size: 54px;
    font-weight: 100;
}

.favoriteRetailerImage {
    width: 70px;
    margin-top: 10px;
}

.favoriteRetailerCBRate {
    font-size: 16px;
    font-weight: 600;
    color: #199402;
    text-align: center;
}

#rewardsSection{
    display: flex;
    justify-content: end;
    width: 100%;
}

#rewardsSection a {
    color: black;
    text-decoration: none;
}

#rewardsSection > * {
    flex: 1;
    align-items: center;
}

#rewardsHeaderBar{
    display: contents;
}

#rewardsHeaderBar[style*="hidden"] #flashCashbackSection{
    visibility: hidden !important;
}

#outerTopBar{
    display: flex;
    padding: 2px 15px;
}

#body-content[style*="background: white"] #outerTopBar {
    border-bottom: 1px solid #e6e6e6aa;
}

#body-content[style*="background: white"] #bfrlMenusSection {
    display: none;
}

#bfrlMenusSection {
    display: none; /*flex*/
    justify-content: start;
}

.menuSectionItem {
    font-size: 13px;
    font-weight: 400;
    margin-inline: 15px;
    cursor: pointer;
}

#flashCashbackSection {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 4px;
}

#flashBCBTimer {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 10.5px;
    font-weight: 500;
    margin-top: 0px;
    min-width: 102px;
    color: #5f6368;
    line-height: 14px;
}

.flashCashbackTitleText {
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
}

.flashLightningImageWrapper {
    padding-inline: 3px;
}

#flashCashbackSection > * {
    margin-inline: 10px;
    align-items: center;
    cursor: pointer;
}

#flashCashbackContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.05;
    white-space: nowrap;
    padding: 0 8px 0 0;
}

#flashCurrentCBRate {
    color: #199402;
    font-weight: 600;
    font-size: 18px;
}

#flashOldCBRate {
    color: #666666;
    font-size: 10px;
    font-weight: 500;
}

#headerFlashBCBImageWrapper {
    display: flex;
    width: 55px;
    padding-inline: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

#cleanUpRightMenu {
    justify-content: end;
    display: flex;
    font-size: 13px;
    position: relative;
    top: 2px;
    max-width: fit-content;
}

#topBarVersion1 {
    display: flex;
    width:max-content;
    font-weight: 500;
}

#topBarVersion2 {
    display: flex;
    width:max-content;
    font-weight: 500;
}

.topBarSpacer{
    border-left: 1px solid #ced0d1;
    margin-right: 22px;
    height: 18px;
}

#topBarVersion3 .topBarSpacer{
    padding-right: 28px;
    margin-top: 1px;
}

#body-content[style*="url"] #topBarVersion3 .topBarSpacer{
    border-left: 1px solid white;
}

/*#userProfileMenus, #body-content[style*="background: white"] #cleanUpRightMenu {
    justify-content: end;
    display: flex;
}*/

#userProfileMenus {
    display: none;
}

#rewardActivityContainer, #rewardActivityContainerPopup {
    width: 625px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    z-index: 100;
    border: 1px solid #e6e6e6 !important;
    background: white;
}

#rewardActivityContainer:not([style*="visibility: visible"]){
    display:none;
}

#bonusPointsStickerImageWrapper {
    display: none;
    position: absolute;
    left: 15px;
}

#bonusPointsStickerTextWrapper {
    display: none;
    text-align: center;
    color: white;
    position: absolute;
    left: 51px;
    bottom: -18px;
    line-height: 1;
}

#pointsThisWeek {
    font-size: 14px;
}

#bonusPointsMultiplierValue {
    font-size: 42px;
    font-weight: 600;
}

#weeklyActivitiesContent {
    margin-top: 10px;
    position: relative;
    padding-bottom: 10px;
    border-radius: 8px;
}

#weeklyActivitiesContent, #dailyCheckInContainer {
    background-color: white;
}

#dailyCheckInContainer{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#dailyActivitiesHeader{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#rewardActivityContainer{
    top: 21px;
}

#weeklyActivitiesHeader, #dailyActivitiesHeader {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f1f9ff;
    position: relative;
    margin-bottom: 5px;
}

#weeklyActivitiesHeader, #dailyActivitiesHeader, .rewardTrackerRow{
    text-align: start;
    padding-left: 30px;
}

#dailyCheckInPointValue {
    font-size: 21px;
    font-weight: 600;
    color: #003399;
}

#weeklyActivitiesText, #dailyCheckInTitle {
    font-size: 21px;
    font-weight: 600;
    color: black;
}

#availablePointsText {
    font-size: 21px;
    font-weight: 600;
    color: #003399;
}

.iconContainer {
    width: 30px;
    height: 32px;
    padding: 7px;
    margin-right: 4px;
}

.iconContainer img {
    border-radius: 100%;
}

.iconContainer img:hover {
    box-shadow: 0px 2px 4px #00000054;
}

#userProfileMenus > * > span, #cleanUpPanelsPopupReferAndEarnContainer > * > span {
    font-size: 18px;
    white-space: nowrap;
    text-decoration: underline;
}

#userProfileMenus > *, #cleanUpPanelsPopupReferAndEarnContainer > * {
    display: flex;
    margin-inline: 10px;
    align-items: center;
    position: relative;
    color: black;
    text-decoration: none;
}

#userProfileMenus > *, #cleanUpPanelsPopupReferAndEarnContainer > *:hover{
    text-shadow: 0.25px 0;
}

#cashBackPointsPlus, #cleanUpPanelsPopupCashBackPointsPlus {
    color: #003399;
    font-size: 22px;
    margin-top: -2px;
    margin-inline: 0px;
    margin-right: -6px;
    cursor: pointer;
}

#body-content[style*="background: white"] #rewardsAndPointsContainer span {
    font-weight: 500;
}

#rewardsHeaderBar[style*="visibility: hidden"] #userProfileContainer span {
    color: #E1E1E1;
}

#body-content[style*="background: white"] #userProfileContainer span {
    color: black;
}

#rewardsHeaderBar[style*="visibility: hidden"] #rewardsAndPointsContainer,
#rewardsHeaderBar[style*="visibility: hidden"] #cashBackPointsPlus
{
    color: #A8C7FF;
}

#rewardsAndPointsContainer, #cleanUpPanelsPopupRewardsAndPointsContainer {
    color: #003399;
    cursor: pointer;
    text-decoration: underline;
}

#bonusCashbackPanel {
    width: fit-content;
    border-radius: 8px;
    position: relative;
    z-index: 500;
}

#bonusCashbackPanelContent {
    padding-bottom: 14px;
    padding-inline: 2px;
}

.bonusCashbackStorePanel {
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 12px;
    height: 170px;
    box-shadow: 0px 2px 4px #00000054;
    cursor: pointer;
}

.bonusCashbackStorePanel:hover {
    box-shadow: 0 1px 6px 0 #ccc;
}

.bonusCashbackSubContainer .bonusCashbackStorePanel:nth-of-type(2n + 1) {
    justify-self: end;
    margin-right: 8px;
}

.bonusCashbackSubContainer .bonusCashbackStorePanel:nth-of-type(2n) {
    justify-self: start;
    margin-left: 8px;
}

#mysteryCashbackStore {
    position: relative;
    overflow: auto;
}

#blueTodayOnlyTag {
    background-color: #003399;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    position: absolute;
    margin-left: 40px;
    z-index: 2;
    border-radius: 8px;
    padding-block: 10px;
    padding-inline: 15px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

#todayOnlyText {
    color: #ffffff;
    font-weight: 500;
}

.blueTagText {
    color: #99fefe;
    font-weight: 500;
}

#giftBoxImageWrapper {
    margin-top: 35px;
    margin-bottom: 10px;
    width: 80px;
}

#cleanUpPanelsPopupCashBackPointsPlusTooltip {
    z-index: 700;
    position: absolute;
    top: 35px;
    right: 6px;
}

#topBarVersion1 #cleanUpPanelsPopupCashBackPointsPlusTooltip{
    display: none;
}

#cleanUpPanelsPopupCashBackPointsPlusTooltip .tooltipDiagonal,
#mbcleanUpPanelsPopupCashBackPointsPlusTooltip .tooltipDiagonal {
    background-color: white;
    right: -3px;
    transform: rotate(225deg);
    box-shadow: 0.4px 0.4px 0.1px #00000054;
}

#mbcleanUpPanelsPopupCashBackPointsPlusTooltip .tooltipDiagonal {
    left: 10px;
    top: 20px;
    position: relative;
}

#cleanUpPanelsPopupCashBackPointsPlusTooltip .tooltipContent {
    background-color: white;
    right: -133px;
    font-size: 15px;
    padding: 30px;
}

#cleanUpPanelsPopupCashBackPointsPlusTooltip .tooltipContent .tooltipBody{
    font-weight: initial;
}

#settingsOverlay{
    color: black;
}

#cleanUpPanelsPopupWrapper, #addShortcutOverlay, #settingsOverlay {
    display: block;
    transition: 0.5s ease all;
}

#cleanUpPanelsPopupWrapper.active, #addShortcutOverlay.active, #settingsOverlay.active {
    opacity: 1;
}

#cleanUpPanelsPopupWrapper.inactive, #addShortcutOverlay.inactive, #settingsOverlay.inactive {
    opacity: 0;
}

#cleanUpPanelsPopupDialog {
    padding: 0px;
    width: 1050px;
    transition: 0.5s ease all;
}

#cleanUpPanelsPopupHeader {
    border-radius: 12px 12px 0 0;
    background-color: #f2f3f4;
}

#popupLowerHeaderContent {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-block: 5px;
    margin-inline: 20px;
}

#howItWorksButtonWrapper {
    display: flex;
    justify-content: center;
}

#howItWorksButtonWrapper div {
    background-color: #003399;
    box-shadow: 0px 2px 4px #00000054;
    color: white;
    font-size: 18px;
    font-weight: 400;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    padding: 8px 100px;
    cursor: pointer;
}

#howItWorksButtonWrapper div:hover {
    background-color: #002266
}

#cleanUpPanelsPopupDeals {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: #F8F9F9;
    padding: 30px;
    border-radius: 0 0 12px 12px;
}

#cleanUpPanelsPopupDealsContainer {
    width: 980px;
    position: relative;
}

.cleanUpDealSubContainer {
    display: grid !important;
    grid-template-columns: 240px 240px 240px 240px;
}

.mainDealPanel {
    width: 225px;
    margin-inline: 16px;
    outline: 1px solid #dcdcdc77;
    margin-block: 5px;
    background-color: white;
    cursor: pointer;
    border-radius: 8px;
    color: black;
    text-decoration: none;
}

.mainDealPanel:hover {
    color: black;
    box-shadow: 0 1px 6px 0 #ccc;
    border: none;
}

.dealImageWrapper {
    min-width: 80px;
    width: 80px;
    padding: 5px;
}

.dealInfoContent {
    text-align: start;
    display: flex;
    flex-direction: column;
    padding-right: 5px;
}

.dealTitle {
    font-size: 12px;
    font-weight: 500;
    flex: 1;
}

.retailerName {
    font-style: italic;
    font-weight: 100;
    font-size: 10px;
}

.priceComparison {
    display: flex;
    align-items: end;
    margin-bottom: 5px;
}

.priceComparisonNewPrice {
    font-size: 12px;
    font-weight: 500;
}

.priceComparisonOldPrice {
    font-size: 8px;
    text-decoration: line-through;
    color: gray;
    margin-bottom: 2px;
    margin-left: 3px;
}

@keyframes shake {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(5px, 5px) rotate(5deg);
    }

    50% {
        transform: translate(0, 0) rotate(0eg);
    }

    75% {
        transform: translate(-5px, 5px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

#giftBoxImageWrapper:hover {
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}

#bonusCashBackRetailersContainer {
    width: 420px;
}

#bonusCashBackRetailersContainer * {
    max-height: 450px;
    text-decoration: none;
}

.bonusCashbackSubContainer {
    display: grid !important;
    grid-template-columns: 210px 210px;
}

#clickToRevealText {
    color: #003399;
    font-weight: 600;
}

.logoWrapper {
    padding-top: 35px;
    padding-inline: 20px;
    cursor: pointer;
}

.cashbackRateText {
    color: #199402;
    font-weight: 600;
    font-size: 16px;
    flex: 1;
    display: flex;
    align-items: center;
}

.cashbackRateStaticText {

}

#weatherPanel {
    height: 108px;
    width: 424px;
    border-radius: 8px;
    margin-bottom: auto;
    display: flex;
}

#weatherPanelContent {
    display: flex;
    align-items: center;
    padding-block: 20px;
    flex: 1;
    color: #000000;
}

#imgWeather {
    font-size: 38px;
    padding-inline: 25px;
    padding-top: 5px;
}

#spanStatus {
    font-size: 18px;
    flex: 1;
    padding-left: 25px;
}

#spanTemp {
    font-size: 48px;
    font-weight: 400;
    vertical-align: top;
}

#spanSuperscript {
    vertical-align: top;
    font-size: 18px;
    position: absolute;
    top: 15px;
    font-weight: 500;
    left: 56px;
}

.themeThumbnailWrapper {
    width: 60px;
    height: 40px;
    margin-inline: 5px;
    margin-block: 15px;
    cursor: pointer;
}

.themeThumbnailInactive {
    box-shadow: 0px 2px 4px #00000054;
}

.themeThumbnailSelected {
    outline: 4px solid #1374e9;
}

.themeThumbnail {
    border-radius: 4px;
}

#referAndEarnContainer {
    cursor: pointer;
}

#copyUrlDiv {
    background-color: #383434;
    outline: 1px solid lightgray;
    border-radius: 8px;
    display: flex;
    padding-inline: 8px;
    padding-block: 5px;
    margin-block: 8px;
}

#copyRafButton {
    flex: 1;
    text-align: end;
    cursor: pointer;
}

#referCodeTooltip {
    position: absolute;
    top: 45px;
    left: 87px;
    transition: ease all 0.5s;
}

#cleanUpPanelsPopupWeekly {
    position: absolute;
    right: 240px;
    top: 46px;
    z-index: 500;
    transition: ease all 0.5s;
}

#weeklyActivitiesTooltip, #popupWeeklyActivitiesTooltip{
    position: absolute;
    right: 420px;
    z-index: 500;
    transition: ease all 0.5s;
}

#weeklyActivitiesTooltip .tooltipDiagonal, #popupWeeklyActivitiesTooltip .tooltipDiagonal{
    bottom: 15px;
    right: -50px;
}

#weeklyActivitiesTooltip .tooltipContent, #popupWeeklyActivitiesTooltip .tooltipContent{
    width: 400px;
    right: -255px;
    padding-block: 20px;
}

#weeklyActivitiesTooltip .tooltipContent{
    top: -127px;
}

#popupWeeklyActivitiesTooltip .tooltipContent{
    top: -127px;
}

#popupDailyActivitiesTooltip, #cleanUpPanelsPopupDailyActivitiesTooltip {
    position: relative;
}

#popupDailyActivitiesTooltip .tooltipDiagonal, #cleanUpPanelsPopupDailyActivitiesTooltip .tooltipDiagonal{
    bottom: 14px;
    right: 3px;
}

#popupDailyActivitiesTooltip .tooltipContent, #cleanUpPanelsPopupDailyActivitiesTooltip .tooltipContent{
    width: 400px;
    top: -127px;
    right: -215px;
    padding-block: 20px;
    height: 64px;
}

.inactive {
    visibility: hidden;
}

.active {
    visibility: visible;
}

.inactive .tooltipContent {
    display: none;
}

.inactive .tooltipDiagonal {
    display: none;
}

.rewardInfoTooltip {
    transform: scale(1.5);
    z-index: 200000;
}

.tooltipDiagonal {
    position: absolute;
    background-color: #f3f3f3;
    transform: rotate(45deg);
    z-index: 3;
    width: 20px;
    height: 20px;
    box-shadow: 1px 1px 1px #00000054;
}

.tooltipContent {
    position: absolute;
    top: 10px;
    right: -60px;
    background-color: #f3f3f3;
    color: #333333;
    border-radius: 8px;
    padding-block: 10px;
    padding-inline: 25px;
    width: 235px;
    z-index: 2;
    font-size: 16px;
    line-height: 1.3;
    box-shadow: 0px 2px 4px #00000054;
    text-align: start;
}

#rewardActivityContainerPopup .tooltipContent, #rewardActivityContainer .tooltipContent{
    min-height: 62px;
}

.tooltipGraceArea {
    display: none;
    position: absolute;
    width: 645px;
    height: 50px;
    left: -305px;
    bottom: 5px;
}

.weeklyActivityTooltipDiagonal {
    position: fixed;
    background-color: #f3f3f3;
    transform: rotate(45deg);
    z-index: 13;
    width: 20px;
    height: 20px;
    box-shadow: 1px 1px 1px #00000054;
    bottom: 3px;
    left: 2px;
    cursor: pointer;
}

.weeklyActivityTooltipContent {
    position: fixed;
    bottom: 13px;
    left: -206px;
    background-color: #f3f3f3;
    color: #333333;
    border-radius: 8px;
    padding: 30px;
    width: 390px;
    z-index: 12;
    font-size: 15px;
    line-height: 1.4;
    box-shadow: 0px 2px 4px #00000054;
    text-align: start;
    font-family: Roboto, HelveticaNeue, Arial;
    cursor: pointer;
}

.weeklyActivityGraceArea {
    position: absolute;
    width: 390px;
    height: 50px;
    cursor: pointer;
    margin-top: -40px;
    left: -206px;
}

.tooltipHeader {
    font-weight: 600;
}

#rewardTrackerTable {
    max-height: 224px;
    min-height: 175px;
    z-index: 100;
    position: relative;
}

.rewardTrackerRow {
    padding-top: 5px;
}

.completionAndPointsSection {
    display: inline-block;
    width: 175px;
    text-align: right;
}

.activityCompleteCheckWrapper {
    display: inline-block;
    vertical-align: middle;
}

.rewardTrackerPoints {
    font-size: 18px;
    font-weight: 600;
    color: #003399;
    text-align: end;
    white-space: nowrap;
}

.rewardTrackerTask {
    font-size: 18px;
    line-height: 18px;
    text-align: start;
    display: inline-block;
    width: 390px;
}

.rewardTrackerTask>a{
    text-decoration: none;
}

.rewardTrackerTask>a:hover{
    color: #000;
    text-shadow: 0.25px 0;
}

.triple-dot-menu-wrapper {
    display: flex;
    align-items: start;
    justify-content: end;
    padding-right: 10px;
}

.horizontal-menu-height {
    height: 22px;
}

.panel-triple-dot-menu {
    transform: rotate(90deg);
    cursor: pointer;
}

.blackoutOverlay {
    display: none;
    background-color: rgba(50, 50, 50, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20000;
    font-family: Roboto, HelveticaNeue, Arial;
    top: 0px;
    left: 0px;
}

/**
    Scrollbar css
*/
.ss-wrapper {
  overflow: hidden;
  width: calc(100% + 200px);
  height: 100%;
  position: relative;
  float: left;
  padding-top: 300px;
  margin-top: -300px;
  padding-left: 200px;
  margin-left: -200px;
}

.ss-content {
    height: calc(100% + 300px);
    width: calc(100% + 204px);
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    overflow-x: hidden; /* only show vertical overflow */
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    padding-top: 300px;
    margin-top: -300px;
    padding-left: 200px;
    margin-left: -200px;
    z-index: 3;
}

.ss-content::-webkit-scrollbar {
    display: none;
}

.ss-content.rtl {
  width: calc(100% + 4px);
  right: auto;
}

.ss-content.fireOrEdge {
  width: calc(100% + 18px);
}

.ss-content.rtl.fireOrEdge {
  width: calc(100% + 18px);
}

.ss-scroll {
  position: relative;
  background: #c2c2c2;
  width: 5px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#cleanUpPopup {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 420px;
    height: 150px;
    background-color: white;
    right: 155px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px #00000054;
}

.cleanUpText {
    font-size: 15px;
    margin-top: -4px;
    margin-bottom: 4px;
}

.buttonWrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    padding-right: 15px;
}

.roundedRectangleButton {
    padding-inline: 12px;
    border-radius: 8px;
    margin-inline: 3px;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    padding-top: 7px;
    padding-bottom: 6px;
}

#keepCleanUpButton, #restoreRewardsTabButton {
    background-color: #003399;
    color: white;
}

#restoreRewardsTabButton {
    width: 180px;
    display: flex;
    justify-content: center;
}

#cleanUpButton {
    background-color: white;
    color: #003399;
    border: 1px solid lightgray;
}

#keepCleanUpButton:hover, #restoreRewardsTabButton:hover {
    background-color: #0d58b2;
}

#cleanUpButton:hover {
    background-color: #D6D6D6;
}

#restoreButtonWrapper {
    display: none;
    justify-content: center;
    padding-right: 0px;
    height: 80%;
}

#settinggSectionSelection {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e6e6e6;
    text-align: start;
    padding-right: 20px;
    margin-right: 90px;
    height: 100%;
    max-height: 450px;
}

.settingsOption {
    padding-block: 5px;
    padding-inline: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-weight: 500;
    cursor: pointer;
    width: 160px;
    display: flex;
}

.settingsOption:has(:not(.settingActive)):hover {
    background-color: #8ebbf3;
}

.settingActive {
    border-left: 4px solid #0B75EA;
    height: 25px;
    border-radius: 2px;
    margin-right: 5px;
}

.sectionHidden {
    display: none !important;
}

ul li.rewardTip {
    font-size: 14px;
    height: 10px;
    list-style-position: inside;
    line-height: 18px;
}

#topBarVersion2, #topBarVersion1 {
    display: flex;
}

#topBarVersion2 .rwdimg2{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: url("/tabtwo/images/badge_grey_big_64.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 1px;
    display: inline-block;
}

#topBarVersion1 .rwdimg1{
    width: 153px;
    height: 30px;
    border-radius: 3px;
    background: url("/tabtwo/images/befrugal_rewards_logo_black_01d.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 1px;
}

#topBarVersion3 .rwdimg3{
    width: 28px;
    height: 28px;
    background: url("/tabtwo/images/04_24_badge_rollover_clear.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    margin-left: 17px;
    display: block;
}

#topBarVersion1 .rwdimg1:hover{
    background: url("/tabtwo/images/befrugal_rewards_logo_black_01c.png") no-repeat;
    background-size: contain;
}

#topBarVersion3 .rwdimg3:hover, #topBarVersion3 .rwdimg3.hover{
    background: url("/tabtwo/images/04_24_badge_rollover_grey.png") no-repeat;
}

#topBarVersion2 #cleanUpLogoWrapper2{
    width:30px;
    height:20px;
    cursor: pointer;
    position: relative;
    top: -1.5px;
}

#topBarVersion1 #cleanUpLogoWrapper1{
    width:170px;
    height:22px;
    cursor: pointer;
    position: relative;
    top: -5px;
}

#btnRedeemHeader{
    width: 100px;
    font-family: Roboto, HelveticaNeue, Arial;
    outline: 1px solid #dcdcdc;
    border-radius: 22px;
    cursor: pointer;
    font-size: 18px;
    color: #003399;
    margin: 0 15px;
    padding: 0 20px;
    outline: 1px solid #003399;
}

#btnRedeemHeader:hover{
    box-shadow: 0px 2px 4px #00000054;
}

#popupLowerHeaderContent div{
    font-weight: 500;
}


@media (max-height: 750px) {
    #cleanUpPanelsPopupWrapper{
        overflow: scroll;
    }

    .overlayMessagePanel{
        top: 0;
        transform: translate(-50%,0%);
    }
}

#shortcutDialog{
    width: 450px;
    text-align: left;
    transition: 0.5s ease all;
    padding-bottom: 5px;
}

#inShortcutName, #inShortcutUrl{
    width: 98%;
    border-radius: 5px;
    height: 36px;
    box-shadow: none;
}

#inShortcutName:focus, #inShortcutUrl:focus{
    border: 1px solid grey;
}

#btnAddShortcut:hover, #btnCloseShortcut:hover{
    background-color: lightgray;
}

.addShortcutBubble img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.addShortcutBubble
{
    background-color: #f8f9f9;
    text-align: center;
    width: 30px;
    border-radius: 30px;
    padding: 15px;
    margin: auto;
}

.shortcutGreyOuterContainer{
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
    width: 120px;
    padding-top: 15px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 10px;
    margin-bottom: 15px;
    position: relative;
}

.shortcutGreyOuterContainer:hover{
    background-color: #e8e8e9;
}

.shortcutGreyOuterContainer:hover .addShortcutBubble{
    background-color:white;
}

#shortcutsContainer{
    width: 675px;
}

.shortcutBubblesContainer{
    text-align: center;
}

.addShortcutText{
    margin-top: 10px;
    font-size: 14px;
    height: 16px;
    display: inline-block;
    text-overflow: ellipsis;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    color: #555;
    line-height: 16px;
}

#shortcutsContainer{
    margin-top:10px;
}


.addShorcutsPlus{
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #888;
    cursor: pointer;
    font-size: 4rem;
    font-weight: 300;
}

.dotsGreyArea{
    position: absolute;
    right: 9px;
    top: 9px;
    visibility: hidden;
    transition-delay: 0.5s;
    transition-property: visibility;
    transition-timing-function: ease-in-out;
    border-radius: 5px;
    padding: 0px 2px;
}

.shortcutGreyOuterContainer .dotsGreyArea{
    visibility: hidden;
}

.shortcutGreyOuterContainer:hover .dotsGreyArea{
    visibility: visible;
}

.dotsGreyArea:hover{
    background-color: lightgrey;
}

.shortcutGreyOuterContainer .icon-dots-three-vertical:before{
    color: grey !important;
}

.dvShortcutOptions{
    display: none;
    position: absolute;
    background: white;
    text-align: left;
    z-index: 10000;
    box-shadow: 0px 0px 5px rgba(32,33,36,.28);
    width: 120px;
    border-radius: 4px;
}

.dvShortcutOptions div{
    padding: 3px 10px;
}

.dvShortcutOptions div:hover{
    background-color: #f8f9f9;
}

#addShortcut .dotsGreyArea{
    visibility: hidden !important;
}
.shortcutGreyOuterContainer.inactive{
    display: none;
}

.shortcutGreyOuterContainer:not(.inactive) 
+ .shortcutGreyOuterContainer:not(.inactive)
+ .shortcutGreyOuterContainer:not(.inactive)
+ .shortcutGreyOuterContainer:not(.inactive)
+ .shortcutGreyOuterContainer:not(.inactive)
+ .shortcutGreyOuterContainer:not(.inactive)
+ .shortcutGreyOuterContainer:not(.inactive)
+ .shortcutGreyOuterContainer:not(.inactive) 
+ #addShortcut{
    display: none;
}

#addShortcut.topSites span:first-child{
    display:none;
}

#addShortcut:not(.topSites) span:nth-child(2){
    display:none;
}

#body-content[style*="url"] .shortcutGreyOuterContainer{
    color: white;
}

#body-content[style*="url"] .shortcutGreyOuterContainer:hover{
    color: black;
}

#imgRewardsPopupLogo{
    background: url(/tabtwo/images/befrugal-rewards.png) no-repeat;
    height: 30px;
    width: 210px;
    background-size: contain;
}

#imgRewardsPopupLine{
    background: url(/tabtwo/images/rewards-line.png) no-repeat;
    height: 2px;
    width: 210px;
    background-size: contain;
    margin: 5px;
    position: relative;
    left: -5px;
}

#btnAddShortcut{
    margin-left: 5px;
    padding: 0 32px;
}

#mbcleanUpPanelsPopupCashBackPointsPlusTooltip .tooltipContent {
    background-color: white;
    right: 0px;
    font-size: 15px;
    padding: 30px;
    top: 39px;
}

#topBarVersion2 #mbcleanUpPanelsPopupCashBackPointsPlusTooltip{
    height: 0;
    display: none;
}

#topBarVersion1 #mbcleanUpPanelsPopupCashBackPointsPlusTooltip{
    height: 0;
}

#mbplusBetweenBalances{
    text-align: center;
    font-size: 14px;
    border-radius: 145px;
    width: 21px;
    height: 21px;
    background-color: initial;
    font-weight: 600;
    margin: 0px 10px;
}

#topBarVersion2 #mbplusBetweenBalances{
    cursor: pointer;
}

#topBarVersion2 #plusBetweenBalances{
    cursor: initial;
    line-height: 26px;
}

#topBarVersion1 #plusBetweenBalances{
    cursor: initial;
    background-color: transparent !important;
}

#cleanUpPanelsPopupUserProfileContainer .iconContainer img,
#cleanUpPanelsPopupRewardsAndPointsContainer .iconContainer img{
    box-shadow: initial;
    cursor: initial;
}

#body-content[style*=url] #tabSettingsLink{
    display: inline;
}

#dvAddShortcutText, .greyText, .greyText div{
    color: #5f6368;
}

.barAccountArea{
    display: flex;
    border-radius: 30px;
    position: relative;
    align-items: center;
    height: 32px;
    padding: 2px 15px 2px 12px;
    line-height: 22px;
    cursor: pointer;
}

.barAccountArea:hover{
    background-color:#F2F3F4;
}

#flashCashBackSettings{
    visibility: hidden;
    transition-delay: 0.5s;
    transition-property: visibility;
    transition-timing-function: ease-in-out;
    position: relative;
    right: 1.5px;
}

#flashCashbackSection .dvShortcutOptions {
    visibility: hidden;
    transition-delay: 0.5s;
    transition-property: visibility;
    transition-timing-function: ease-in-out;
}

#flashCashbackSection:hover #flashCashBackSettings,
#flashCashbackSection:hover #flashCashBackSettings + .dvShortcutOptions{
    visibility: visible;
}

.fcbDotsGrey{
    border-radius: 5px;
    padding: 0px 2px;
    height: 21px;
    position: relative;
    left: 8px;
    width: 9px;
    margin-left: 10px;
    margin-right: 5px;
}

.fcbDotsGrey:hover {
    background-color: #e8e8e9;
}

#flashCashBackSettings:before {
    content: "\e913";
    color: #aaa !important;
}

#removeFlashCashBack{
    font-size: 14px;
}

.flashBar{
    display: flex;
    border-radius: 30px;
    position: relative;
    align-items: center;
    height: 32px;
    padding: 2px 15px 2px 12px;
    line-height: 22px;
}

.flashBar:hover{
    background-color: #F2F3F4;
}

#headerFlashBCBImage{
    width: 55px;
    height: 28px;
}

#topBarVersion2 #cleanUpPanelsPopupCashBackPointsPlus:hover #plusBetweenBalances{
    color: #0a6ebd;
}

#topBarVersion2 #plusBetweenBalances:hover{
    background-color: lightgray;
}

#installRetailer{
    display: none;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 20px;
    border-radius: 14px;
    width: 525px;
    font-size: 18px;
}

#imgInstallRetailerPointsIcon{
    width:24px;
    position: absolute;
}

#installRetailerName{

}

#installRetailerCashBack{

}

#imgInstallRetailer{
    width: 160px;
    margin: auto;
    font-size: 18px;
    padding: 16px;
}

#installRetailer div{
    padding: 10px 20px;
}

#installRetailerGotIt{
    margin: auto;
    width: 75px;
    color:#003399;
    box-shadow: 0px 2px 4px #00000054;
    color: white;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center !important;
    cursor: pointer;
}

#installRetailerGotIt {
    background-color: #002266
}

.rewardTrackerBonusActive {
    text-decoration: line-through;
    margin-left: 5px;
    display: inline-block;
    width: 90px;
}

.rewardTrackerBonusAmount{
    display: inline-block;
    width: 40px;
}

.activityCompleteCheckImg{
    height: 24px;
    width: 24px;
    margin-left: 12px;
}

.bonusWeekOuter{
    position: absolute;
    left: -169px;
    top: 104px;
    padding: 21px;
    color:#fa5b2b;
    background-color: #fff4f1;
    border-radius: 75px;
    display:none;
}

.bonusWeekInner{
    position: relative;
    top: -10px;
}

.bonusMultiplier{
    font-size: 50px;
    font-weight: bold;
}

.bonusDuration{
    line-height: 0;
    position: relative;
    top: -10px;
}

.underSearch{
    height: 344px;
}

#dealsWrapper, #favoriteRetailersContainer, #ctl00_MainContent_dvClock, #flashCashbackSection,
#cleanUpNoClockImage, #bonusCashbackPanel, #rewardActivityContainer, #weatherPanel, #rewardsHeaderBar{
    visibility: hidden;
}

#body-content[style*="url"] #cleanUpNoClockImage{
    display: none;
}

#shortcutsContainer{
    display: none;
}

@media (max-height: 710px) {
    #cleanUpNoClockImage{
        visibility: hidden !important;
    }
    #dvSettings8 {display: none !important;}
}


@media (max-height: 525px) {
    #ctl00_MainContent_dvClock{
        visibility: hidden !important;
    }
    #dvSettings2 {display: none !important;}
}

#pointsTopBarMenu{
    position: fixed;
    right: 50px;
    top: 55px;
    z-index: 9999;
    display: none;
    user-select: none;
}

#pointsFooterMenu{
    position: fixed;
    right: 12px;
    bottom: 43px;
    z-index: 9999;
    display: none;
    user-select: none;
    text-align: left;
    font-size: 13px;
}
#pointsFooterMenu .menuLinksRewardsSummary{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#pointsFooterMenu .menuLinksSettings{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.menuContent{
    background-color: white;
    border-radius: 8px;
    width: 220px;
    box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 6px;
}

.earningsPanel{
    background-color: #F2F3F4;
    padding: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: default;
}

.accountLinksPanel div{
    padding: 10px;
    cursor: pointer;
}

.accountLinksPanel div:hover{
    background-color: #EBEBEB;
}

.accountLinksPanel{
    cursor: pointer;
}

#topBarVersion3{
    cursor: pointer;
}

#aboutSelectionSection div {
    padding: 10px 40px 0 0;
}

#aboutSelectionSection{
    text-align: left;
    font-size: 12.5px;
    position: relative;
    left: -90px;
    padding-left: 90px;
    min-width: 469px;
    background-color: #f8f9f9;
    min-height: 500px;
    top: -65px;
    border-top-right-radius: 12px;
    padding-top: 64px;
    border-bottom-right-radius: 12px;
    padding-right: 15px;
}

#settingsShowBalances{
    visibility: visible;
    height: 18px;
    width: 18px;
    position: relative;
    top: 4px !important;
    right: 4px;
    margin-top: 30px;
}

#settingsShowBalances:not(:checked){
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-color: white;
    border-radius: 3px;
    border: 2px solid rgb(66, 133, 244);
}

#settingsShowBalances:checked{
    accent-color: rgb(66, 133, 244);
}

#rewardsHeaderBar:not([style*='visible']) #settingsShowBalances{
    visibility: hidden;
}

#settingsShowBalances, #settingsShowBalances + span{
    cursor: pointer;
}

.renameShortcut{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.deleteShortcut{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#removeFlashCashBack{
    border-radius: 4px;
}

#aboutSelectionSection a{
    margin: 0 12px;
    text-decoration: none;
}