@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --dark-pink: #b4186e;
  --dark-pink-gray: #201c1f;
  --yellow-sapphire: #fada5e;
  --text-gray-medium: #999;
  --background-gray: #eee;
  --background-a-gray: #aaa;
  --background-b-gray: #bbb;
  --background-ef-gray: #efefef;
  --background-fe-gray: #fefefe;
  --background-gray-30: rgba(50, 50, 50, 0.7);
  --button-pink-gray: #e8e8fa;
  --rdr-diamond: #f1f7fb;
  --rdr-ruby: #e0115f;
  --rdr-pearl: #eae0c8;
  --rdr-coral: #ff4040;
  --rdr-emerald: #50c878;
  --rdr-yellow-sapphire: #fada5e;
  --rdr-blue-sapphire: #0067a5;
  --rdr-hessonite: #cbb36d;
  --rdr-cats-eye: #789753;
}   
body {
	color: var(--text-gray-medium) !important;
}
h1 {
	font-size: 5vw;
	color: var(--total-black);
}
input {
	width: 100%;
	font-size: 16px;
}
.container {
	max-width: 100%;
}
.selectcityapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 !important;
	width: 100%;
	text-align: center;
	text-align: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
}
/* citybuttons */
#resetbtn {
    border-color: var(--background-b-gray) !important;
    background: var(--background-b-gray) !important;
	gap: 5px;
	color: #fff !important;
	border: none;
	outline: none;
	font-size: 16px;
	font-weight: 500;
	min-width: 100px;
	padding: 6px 12px !important;
	border-radius: 3px !important;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
}
.dealscontent {
    position: relative;
    height: 100%;
}
.cardsContainer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}
.card {
    width: 256px !important;
    min-height: 321px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: -1px 0px 12px #e1e1e5;
            box-shadow: -1px 0px 12px #e1e1e5;
    position: relative !important;
    border: 1px solid rgba(0, 103, 165, 0.3);
    box-shadow: 0 4px 10px rgba(0, 103, 165, 0.3);
    
    border: 2px solid var(--col2);
    border-radius: var(--border-r10);
    box-shadow: none;
}
.companyname {
    color: var(--txt-color3);
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    max-height: 48px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: normal;
    text-transform: capitalize;
}
.companylocationlist {
	font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: normal;
    margin: 0;
    color: #5a6a6a;
    color: var(--txt-color6);
}
/* .cardcenter {
    margin: 0 auto;
} */
.discount {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: normal;
}
.grabdealbtn,
.shareButton {
    color: #fff;
    font-weight: normal;
    outline: none;
}
.grabdealbtn:focus,
.shareButton:focus {
	outline: none;
}
.dealslistCTA {
    text-align: center;
}
.cardbottom,
.cb_email_success {
	display: none;
}
.cardbottom .cb_email {
    position: relative;
}
.cardbottom .cb_email input {
    height: 40px;
    outline: none;
    border-radius: 3px;
}
.cardbottom .cb_email i {
    font-size: 16px;
    /* position: absolute; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    /* left: 8px; */
    color: lightslategray;
}
.cardbottom .cb_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cardbottom .cb_action input,
.cardbottom .cb_action button {
    padding: 8px 10px;
    outline: none;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    border-radius: var(--border-r20);
}
.cardbottom .cb_action input,
.cardbottom .cb_action button {
	width: 100%;
}
.cardbottom .cb_action button.green:disabled {
	background: #ccc !important;
	border-color: #ccc !important;
	cursor: not-allowed;
}
.cardbottom .cb_email_success {
    margin-top: 8px;
    margin-bottom: 5px;
}
.cardbottom .cb_email_success p {
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    line-height: 1.4rem;
}
.cardbottom .cb_email_success p a {
    color: var(--rdr-blue-sapphire);
}

.dealsBody {
	font-family: "Lato", sans-serif;
}
.dealsBody input::-webkit-input-placeholder {
  	opacity: 1;
  	color: gray;
  	font-family: "Lato", sans-serif;
}
.dealsBody input::-moz-placeholder {
  	opacity: 1;
  	color: gray;
  	font-family: "Lato", sans-serif;
}
.dealsBody input:-ms-input-placeholder {
  	opacity: 1;
  	color: gray;
  	font-family: "Lato", sans-serif;
}
.dealsBody input::-ms-input-placeholder {
  	opacity: 1;
  	color: gray;
  	font-family: "Lato", sans-serif;
}
.dealsBody input::placeholder {
  	opacity: 1;
  	color: gray;
  	font-family: "Lato", sans-serif;
}
.dealsBody input::-ms-input-placeholder {
  	color: gray;
  	font-family: "Lato", sans-serif;
}
.dealsBody .btn1 {
	gap: 5px;
    color: #fff !important;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    min-width: 100px;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
		-ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-family: "Lato", sans-serif;
}
.dealsBody .form-control {
	border-radius: 3px;
    font-size: 16px !important;
    font-weight: normal !important;
    -webkit-box-shadow: none;
	box-shadow: none;
    border-color: #ddd;
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 5px;
    line-height: normal;
    color: #333 !important;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
	font-family: "Lato", sans-serif;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.dealsBody .form-control:hover,
.dealsBody .form-control:focus {
	border: 1px solid #8b929b;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* .dealsBody .secondry_menu .right {
	padding: .2em .92857143em !important;
} */
.dealsBody .secondry_menu .right .item_selection:nth-child(3) {
	display: none;
}
/* .dealsBody .o4blogout,
.dealsBody .o4blogout i {
	color: var(--rdr-yellow-sapphire) !important;
	color: #fff !important;
} */
.dealsBody .ui.secondary.inverted.pointing.menu {
	margin: 0;
	border: 0;
	padding: 0 30px !important;
}
.dealsBody .container {
	padding: 0;
	font-family: "Lato", sans-serif;
}
.main-gradient-bg {
	background: var(--gradient10);
}
.dealsBody .container .mainapp_show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
    gap: 20px;
	/* padding: 0 40px; */
	font-family: "Lato", sans-serif;
    /* background: var(--gradient10); */
}	
.dealsBody .container .mainapp_show .flex-spacebetween {
	margin-bottom: 10px;
}
.dealsBody .container .mainapp_show .finddealstitle {
	padding: var(--p24) var(--p10);
	border-radius: 3px;
	font-size: 40px;
	color: var(--text-col);
	font-weight: 600;
}
.dealsBody .container .mainapp_show .finddealstitle strong {
	color: var(--rdr-ruby);
    font-size: inherit;
    font-family: inherit;
    color: var(--brand-col1);
}
.dealsBody .container .mainapp_show .selectcityapp {
	gap: 5px;
}
.dealsBody .container .mainapp_show .selectcityapp .fluid.search.dropdown {
	margin: 0;
	padding: 5px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 40px;
	border: 1px solid #ddd;
	border-radius: 3px;
	max-width: 180px;
	font-family: "Lato", sans-serif;
}
.dealsBody .container .mainapp_show .selectcityapp .fluid.search.dropdown .default.text {
	height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.dealsBody .container .mainapp_show .selectcityapp .fluid.search.dropdown .text {
	display: flex;
    align-items: center;
    height: 100%;
}
.dealsBody .container .mainapp_show .selectcityapp .fluid.search.dropdown input {
	padding: 5px;
    height: 38px;
}
.dealsBody .container .mainapp_show .selectcityapp .ui.dropdown:not(.button )>.default.text {
	color: gray;
	font-family: "Lato", sans-serif;
}
.dealsBody .container .mainapp_show .selectcityapp .searchInputField {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}         
.dealsBody .container .mainapp_show .selectcityapp .searchInputField .form-control {
	max-width: 180px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.dealsBody .container .mainapp_show .selectcityapp .searchInputField .resetfield .btn1.searchbtn {
	min-width: auto;
	background: transparent;
	border: 1px solid #ddd;
	border-left: 0;
	color: gray !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
.dealsBody .container .mainapp_show .selectcityapp #resetbtn {
	font-size: 16px;
}
.dealsBody .container .mainapp_show .ctaBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}					
.dealsBody .container .mainapp_show .ctaBox > a {
	width: 55%;
	border-radius: 5px;
}
.dealsBody .container .mainapp_show .ctaBox .signup_for_business {
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 !important;
	padding: 10px 20px;
	border-radius: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.dealsBody .container .mainapp_show .dealscontent {
	margin: 0;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer {
	gap: 25px;
	padding: 20px;
	
	display: grid;
	gap: var(--p24);
    grid-template-columns: auto auto auto auto;
	align-items: baseline;
    
    .card {
    	width: 100% !important;
   	    height: auto;
    }
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card {
	margin: 0;
	padding: 15px 0;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardtop {
	padding: 5px;
	padding-top: 0;
	padding-bottom: 15px;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .companyname {
	font-size: 18px;
	margin-bottom: 0;
	color: var(--background-gray-30);
	
	a {
		font-size: inherit;
		font-weight: inherit;
		color: inherit;
	}
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .discount {
    font-size: 18px;
    font-weight: 600;
	color: var(--rdr-blue-sapphire);
	height: 44px;
	overflow: hidden;
	padding: 0 5px;
	margin-bottom: 15px;
	line-height: normal;
	-webkit-line-clamp: 2;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .image-container {
	width: 100%;
	height: 170px;
	margin-top: 0;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .grabdeals {
	padding: 0 5px;
	margin: 0 auto;
	margin-top: 15px;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .grabdealbtn, .shareButton {
	font-size: 18px;
	background: var(--rdr-ruby);
	border: 1px solid var(--rdr-ruby);
	text-transform: capitalize;
	border-radius: 20px;
	padding: 8px 25px;
	border: 1px solid transparent;
	background: -o-linear-gradient(45deg, #ca1a5c, #ef7373);
	background: linear-gradient(45deg, #ca1a5c, #ef7373);
	border: 1px solid var(--brand-col1);
	background: linear-gradient(45deg,rgba(0, 105, 170, 1) 50%, rgba(105, 200, 255, 1) 100%);
	margin: 0;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardfooter {
	padding: 0 5px;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .shareButton {
 	background: #991e4c;
	border: 1px solid #991e4c;
	border: 1px solid transparent;
	background: -o-linear-gradient(45deg, #3988b4, green);
	background: linear-gradient(45deg, #3988b4, green);
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardbottom .cb_action {
	gap: 8px;
	padding: 0 8px;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardbottom .cb_action button.green {
	font-size: 16px;
	background: #333;
	border-color: #333;
	
	background: #1e6f5c;
    border-color: #1e6f5c;
    
    border-radius: var(--border-r20);
    background: var(--brand-col2);
    border-color: var(--brand-col2);
    color: var(--text-col);
    background: linear-gradient(45deg,rgba(214, 176, 82, 1) 79%, rgba(245, 236, 213, 1) 100%) !important;
    opacity: 1;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardbottom .cb_action button.red {
	background: #ccc;
	border-color: #ccc;
	padding: 2px 8px;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardbottom .cb_action button.red i {
	font-size: 20px;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardbottom .cb_action button.green:disabled {
	background: #8c8c8c !important;
    border-color: #8c8c8c !important;
    cursor: not-allowed;
    
    background: #1e6f5c !important;
    border-color: #1e6f5c !important;
    
    
    background: var(--brand-col2) !important;
    background: linear-gradient(45deg,rgba(214, 176, 82, 1) 54%, rgba(245, 236, 213, 1) 100%) !important;
    background: linear-gradient(45deg,rgba(214, 176, 82, 1) 79%, rgba(245, 236, 213, 1) 100%) !important;
    border-color: var(--brand-col2) !important;
    opacity: 0.8;
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .dealCode {
	position: relative;
	word-break: break-word;
	line-height: normal;
	background: -o-linear-gradient(59deg, rgba(255, 243, 173, 1) 34%, rgba(160, 255, 255, 1) 79%);
	background: linear-gradient(31deg, rgba(255, 243, 173, 1) 34%, rgba(160, 255, 255, 1) 79%);
}
.dealsBody .container .mainapp_show .dealscontent .cardsContainer .dealCode .abs-text {
	position: absolute;
	font-size: 14px;
	font-weight: normal;
	top: 10px;
	text-transform: none;
	color: #333;
	padding: 4px 8px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	display: inline;
	background: var(--white);
	border-radius: 16px;
}

.dealsBody .container .mainapp_show .dealscontent .loadMoreCta .functionalityBtn {
    background: var(--rdr-pearl);
    padding: 10px;
    height: auto;
    font-size: 18px;
}
.dealsBody .container .mainapp_show .dealslistCTA {
	-webkit-filter: none;
	filter: none;
	margin: 0;
	margin-bottom: 50px;
}
.dealsBody .container .mainapp_show .dealslistCTA .addyour_listing {
	width: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 !important;
	padding: 10px 20px;
	border-radius: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
	border-radius: 5px;
}


/* ---------------------------- 
		MEDIA QUERY 
---------------------------- */
@media only screen and (max-width: 766px) {
	.dealsBody .container .mainapp_show {
		padding: 20px;
		padding-bottom: 50px;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card {
		width: 100% !important;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardcenter {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .image-container {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .image-container img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.dealsBody .container .mainapp_show .flex-spacebetween {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.dealsBody .container .mainapp_show .finddealstitle {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp {
		gap: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.dealsBody .container .mainapp_show .selectcityapp .fluid.search.dropdown {
		width: 100%;
		max-width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp .searchInputField {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp .searchInputField .form-control {
		width: 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 456px) {
	.dealsBody .container .mainapp_show {
		padding: 20px;
		padding-bottom: 70px;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card {
		width: 100% !important;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .cardcenter {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .image-container {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .dealscontent .cardsContainer .card .image-container img {
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.dealsBody .container .mainapp_show .flex-spacebetween {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.dealsBody .container .mainapp_show .finddealstitle {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp {
		gap: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.dealsBody .container .mainapp_show .selectcityapp .fluid.search.dropdown {
		width: 100%;
		max-width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp .searchInputField {
		width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp .searchInputField .form-control {
		width: 100%;
		max-width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp > .resetfield {
       	width: 100%;
	}
	.dealsBody .container .mainapp_show .selectcityapp > .resetfield #resetbtn {
		width: 100%;
		margin-top: 5px;
	}
	.dealsBody .container .mainapp_show .ctaBox > a {
 		width: 100%;
 	}
 	.dealsBody .container .mainapp_show .ctaBox .signup_for_business {
 		border-radius: 5px;
 	}
	.dealslistCTA {
		margin-bottom: 70px !important;
	}
	.dealslistCTA .addyour_listing {
		width: 100% !important;
	}
}







.loadMoreCta {
	margin: var(--p10) auto;
	text-align: center;
}
.bootstrap-tagsinput {
	width: 100% !important;
}
.cardbottom .cb_action .cbactioncancel,
.cardbottom .cb_action button.red {
    max-width: 80px;
    max-width: 40px;
}
.cbactiongo[disabled] {
    cursor: not-allowed;
    user-select: none;
    background: rgba(80, 200, 120, 0.7) !important;
    border-color: rgba(80, 200, 120, 0.5) !important;
}
.dealscontent {
	.image-container {
	    position: relative;
	    width: 230px;
	    height: 150px;
	    overflow: hidden;
	    -webkit-perspective: 1000px;
	    -moz-perspective: 1000px;
	    perspective: 1000px;
	}
	.image-container img, .message-overlay {
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    -webkit-transition: opacity 2s ease-in-out, -webkit-transform 0.8s;
	    -moz-transition: opacity 2s ease-in-out, -moz-transform 0.8s;
	    -o-transition: opacity 2s ease-in-out, -o-transform 0.8s;
	    transition: opacity 2s ease-in-out, transform 0.8s;
	    transition: trans 2s ease-in-out;
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    backface-visibility: hidden;
	}
	.image-container img {
		top: 0;
		left: 0;
	}
	.image-container img.errorImg {
		object-fit: contain;
	}
	.image-container img.img-broken {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
       .message-overlay {
           display: flex;
           justify-content: center;
           align-items: center;
           background-color: rgba(0, 0, 0, 0.7);
           color: white;
           font-size: 24px;
           text-align: center;
       }
       .hidden {
           opacity: 0;
       }
       .visible {
           opacity: 1;
       }
       .flipped {
           -webkit-transform: rotateY(180deg);
           -moz-transform: rotateY(180deg);
           -ms-transform: rotateY(180deg);
           transform: rotateY(180deg);
       }
       .button.red:hover:not(:disabled) {
           background-color: var(--rdr-coral);
           background: var(--rdr-coral);
       }
       .cardfooter {
       	width: 100%;
       	
       	.shareEmailInputDiv {
       		display: flex;
		    flex-direction: column;
		    gap: 2px
       	}
       }
       .cardfooter .inputs {
	        display: flex;
	        flex-direction: column;
	        gap: 5px;
	        display: none;
	        padding-top: 15px;
       }
       .cb_email {
       	gap: 12px;
       	display: flex;
    	        align-items: center;
    	        padding: 0 10px;
       	
       	label {
       		margin: 0;
       		font-size: 13px;
       		font-weight: normal;
       		color: lightslategray;
       	}
       	input {
       		border: 3px;
       		box-shadow: none;
          		border: 1px solid #ddd;
       	}
       	input:focus {
       		border: 1px solid #8b929b;
       	}
       	input[type="checkbox"] {
       		height: auto;
       		margin: 0;
	        width: 15px;
	        height: 12px;
	        margin-left: 5px;
	        accent-color: lightslategray;
       	}
       	input[type="email"] {
            padding: 3px;
            width: 100%;
        }
        .term-box {
        	cursor: pointer;
        	color: var(--text-gray-medium);
        	
        	label {
        		cursor: pointer;
        	}
        }
        .term-box:hover label {
        	text-decoration: underline;
        }
       }
       .message-overlay {
           display: flex;
           justify-content: center;
           align-items: center;
           background-color: rgba(0, 0, 0, 0.7);
           color: white;
           font-size: 24px;
           text-align: center;
           z-index: 10;
       }
       .starburst {
           position: absolute;
           width: 0;
           height: 0;
           border: 50px solid transparent;
           border-bottom: 70px solid yellow;
           top: 50%;
           left: 50%;
           transform: translate(-50%, -50%) rotate(0deg);
           opacity: 0;
           z-index: 5;
       }
       .starburst:after {
           content: '';
           position: absolute;
           left: -50px;
           top: 70px;
           width: 0;
           height: 0;
           border: 50px solid transparent;
           border-top: 70px solid yellow;
       }
      }
      @keyframes starburstAnimation {
          0% {
              transform: translate(-50%, -50%) rotate(0deg) scale(0);
              opacity: 0;
          }
          20% {
              opacity: 1;
          }
          100% {
              transform: translate(-50%, -50%) rotate(180deg) scale(1.5);
              opacity: 0;
          }
      }
      .starburst-animate {
          animation: starburstAnimation 5s ease-in-out;
      }
      .dealCode {
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: absolute;
    color: #333;
    font-weight: 600;
    font-size: 30px;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    background: linear-gradient(49deg, rgba(250, 218, 94, 1) 35%, rgba(255, 64, 64, 1) 64%);
}
.bannerMsg{
	flex-direction: column !important;
	  justify-items: center !important;
	  display: flex;
	  text-align: center;
}
.cityeventsall_href{
	border-radius: 3px;
	background: purple;
}
#nodateDiv span {
    padding-bottom: 40px;
    
    span {
		text-align: center;
	    color: var(--background-gray-30);
	    font-size: 40px;
    }
}
.o4blogo {
	.ui.secondary.inverted.pointing.menu .item {
		margin-bottom: 0 !important;
	    border-bottom: none !important;
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	}
}
.ui.secondary.inverted.pointing.menu {
	.o4bmenu {
		.listActive,
		#deals {
			padding-bottom: 10px !important;
		}
		#deals.dealActive {
			color: #fff;
			border-radius: 5px !important;
            border-bottom: 2px solid var(--rdr-shadow4) !important;
		}
	}
}

.loggedInSpan a {
  display: flex;
  align-items: center;
}
.loggedInSpan {
  display: flex;
  align-items: center;
  height: 100%;
}
.errorBox .loginerror{
	text-align: left;
    line-height: normal;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
}
.errorBox .loginerror.text-red {
	color:red;
}
.errorBox .loginerror.text-green {
	color:green;
}
.overlayDeals {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100;
	display: none;
	pointer-events: none;
}
.overlayDeals.showOver {
	display: block;
}
.dealmaincard.activeCard {
	z-index: 105;
}
canvas {
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1000;
}
.noData {
	font-size: 16px;
    line-height: normal;
    color: #333;
    font-weight: normal;
}
.image-container img.img2 {
    object-fit: contain;
}
.input-field.input-field1 > label {
       left: var(--p15);
   }
   .filter-button.filter-button1 {
       padding-left: var(--p15);
       
       input {
           width: 100%;
           height: 100%;
           border: none;
           outline: none;
       }
   }