@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined');

@import url('https://fonts.googleapis.com/icon?family=Material+Symbols+Outlined');


@font-face {
    font-family: 'Righteous';
    src: url('Righteous-Regular.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-VariableFont_wdth,wght.ttf');
}

@font-face {
    font-family: 'Rochester';
    src: url('Rochester-Regular.ttf');
}

@font-face {
    font-family: 'Oleo Script Swash Caps';	
    src: url('OleoScriptSwashCaps-Regular.ttf');
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.ttf');
}


body {
	height:100vh; 
	margin:0%; 
	padding:0%;
	font-family: 'Poppins', sans-serif;
	opacity:1;
	-webkit-touch-callout: none;
    	-webkit-user-select: none;
    	-khtml-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
   	 user-select: none;
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style:none;
	background-color: white;
}

.boshowicon {
    width: 117px;
    padding: 5px;
    margin-right: 5px;
    border-radius: 11px;
}

.boshowiconcontainer {
	width: 280px;
    background: rgb(10,10,10);
    border-right: 1px solid white;
    height: 37.33px;
    text-align: center;
    overflow-y: scroll;
box-shadow: -3px -1px 0px #ffffff
}

.boshowicon.home {
}

.faqhref {
	color: #eddb3b;
    	text-decoration: underline;
}

.emptyWishlist {
	    text-align: center;
    font-family: 'Poppins';
    height: calc(85%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    text-shadow: 0 0 12px beige, 0 0 11px green;
    font-family: 'Righteous';
}

.floatingHeader > .request {
	color: bisque;
}

.requestFormInner {
	margin-left: 10px;
    padding-left: 10%;
    width: 100%;
    color: blanchedalmond;
}

.fiii {
	position: relative;
}

.fiii.artist {
	max-width: 300px;
    	margin: auto;
}

.slider {
    	position: absolute;
    	color: white;
   	top: 36%;
    	padding: 5px;
    	background: #00000078;
    	border-radius: 25px;
	cursor: pointer;
}

.left {
	left: 5px;
}

.right {
	right: 5px;
}

.CustomAlertTextAreaWidth {
	width: 95%;
}

.danger {
	color: #cb8a8a;
}

b.steps {
	color:#fbe153;
}

.mini {
  font-size: 12px;
  color: black;
}

.newContentHeight {
	height: calc(70% - 75px) !important;
}

@media screen and (max-width:786px) {

	.newContentHeight {
        	height: calc(90% - 180px) !important;
	}

}

.namechange {
	cursor: pointer;
	font-size: 12px;
	color: lightgray;
}

.addlinks {
    width: 100%;
    font-size: 20px;
    text-align: right;
}

.customOptionsContainer {
	display: block !important;
}

.customOptionsContainer > div {
	padding-bottom:5px;
	padding-top:5px;
}

.CustomOption {
	width: 200px;
    	height: 30px;
    	padding-left: 10px;
    	margin-bottom: 10px;
	cursor: pointer;
	text-transform: capitalize;
}

.CustomOption > option {
	text-transform: capitalize;
	padding-top:5px;
}

.addlinks > a {
	cursor: pointer;
	text-transform: lowercase;
	font-family: 'Oleo Script Swash Caps';
	color: black !important;
}

.addlinks > a:active, .addlinks > a:hover {
	opacity: 0.8;
}

.artistVaccination {
	display: none;
}

.addlinks > a > span.material-icons {
	font-size: 20px !important;
	color: white !important;
}

textarea.CustomAlertTextArea {
	height:300px
}

.customInputText1 {
	height: 129px !important;
	font-size: 14px !important;
}

div.CustomAlertTextArea { 
	width: 80%;	
}

div.CustomAlertTextArea1 {
        width: 250px;
}


.material-chat {
	border: 1px solid white;
    	padding: 10px;
    	border-radius: 50%;
	background: black;
}

.hostPanelInput {
	width: 244px !important;
    	margin-left: 25px;
    	margin-top: 10px;
    	height: 24px;
	color: black !important;
	background: white !important;
	padding: 0px !important;
	border-radius: 0px !important;
}

#hostPanelAddress {
	height: 100px;
    	font-family: inherit;
}

.hostPanelButton {	
    border: 1px solid #ffea7a;
    width: 50%;
    margin: auto;
    margin-bottom: auto;
    margin-top: 5px;
    background: linear-gradient(149deg, #425830, black 99%);
    border-radius: 13px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
}

.hostPanelButton:hover, .hostPanelButton:active {
	background: linear-gradient(180deg, black, grey 180%);
}

.startChat > a:active {
	opacity: 0.6;
}

.startChat {
	position: fixed;
	width: 10px !important;
	bottom: 28px;
    	right: 56px;
}

.pv {
	display: none;
        color: gold;
        font-size: 19px;
        width: 100%;
        cursor: pointer;
}

.alertInner {
	width: 100%;
}

.alertInner > iframe {
	background: linear-gradient(45deg, lightgrey, white);
    	overflow: scroll;
    	border: none;
    	width: 100%;
    	margin-top: 10px;
    	border-radius: 7px;
}


.hostPanel > div:nth-child(1){
        text-align: right;
	padding-right: 13px;
	padding-top: 10px;
}


.hostPanel > div:nth-child(2){
	text-align: center;
}

.hostPanel > div:nth-child(2) > a > div {
	    border: none;
    width: 50%;
    margin: auto;
    margin-top: 22px;
    margin-bottom: 30px;
    height: 50px;
    background: #ffffe1;
    color: black;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 3px 3px 0px #ffde03;
    position: relative;
}

.hostPanel > div:nth-child(2) > a > div:hover {
	opacity: 0.9;
}

.hostPanel > div:nth-child(2) > a > div:active {
	opacity: 0.9;
	top: 3px;
	left: 3px;
	box-shadow: none;
}

.hostPanel > div:nth-child(2) > a {
	text-decoration: none;
	color: white;
}


.hostPanel {
  border: 2px solid #ffffe1;
    height: 292px;
    width: 300px;
    position: fixed;
    color: black;
    z-index: 500;
    top: calc(50vh - 146px);
    left: calc(50vw - 150px);
    background: linear-gradient(45deg, black, #1c1c1c);
    margin: auto;
    animation: 0.2s size;
    box-shadow: 0 0 12px black;
}

@keyframes size {
	from 
	{
		opacity: 0;
	}
	to 
	{
		opactity: 1;
	}
}

.seeAllReviews {
	color: greenyellow;
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 12px;
	z-index: 150;
	font-weight: lighter;
}

.seeAllReviews:hover, .seeAllReviews:active {
	color: gold;
}

.contentInnerContainer:active {
    filter: opacity(0.7);
}

.bluespan {
    cursor: pointer;
    color: lightblue;
    font-size: 14px;
    text-align: right;
    padding-top: 6px;
    font-family: 'Poppins';
}

.bluespan:hover, .bluespan:active {
	color: gold;
}

.wishdivhome {
    	min-height:220px;
    	padding: 10px;
    	text-align: center;
    	cursor: pointer;	
    	border-radius: 5px; 
  	margin:auto;
	font-family: 'Poppins';	
	width:200px;
	    background: linear-gradient(45deg, #5656cd, #af2aaf);
    margin-bottom: 17px;
}

.wishdivhome:hover {
    color: gold;;
}

.wishdivshowname {
    font-size: 15px;
    width:200px; 	
}

.wishdivothers {
    font-size: 15px;
}

.wishListOption:hover, .wishListOption:active {
	color:gold;
}

.wishdivimage {
    width: 200px;
    height: 153px;
    object-fit:cover;	
    border-radius: 5px;		
}

.floatingLogin {
    font-size: 34px;
    text-align: right;
	text-shadow: 2px 1px 2px #ff3d00;
}

.floatingLogin:hover, .floatingLogin:active {
	color: gold;
	cursor: pointer;
}

.floatingProfileOptions {
	display: flex;
	padding: 10px;
	/*background: linear-gradient(351deg,black, gray 304%);*/
	font-family: 'Poppins';
	cursor: pointer;
	color: white;
}

.floatingProfileOptions > img {
	height: 100px;
	width: 100px;
	border-radius: 50px;
}

.floatingProfileOptions > span {
	margin: auto;
}

.floatingProfileOptions:active {
	opacity : 0.8;
}

.floatingProfileOptions > span > span {
        font-size: 14px;
}

.floatingMenuHeader {
	color: black;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: 'Poppins', sans-serif;
	padding-left: 24px;
	color: #2727272;
	margin-bottom: 14px;
	margin-top: 11px;
	font-size: 21px;
	background: #ffffe1;
	box-shadow: 0px 4px 0px #FFDE03;
}

#floaterInside > div:not(.floatingMenuHeader) {
	margin-left: 10px;
	width: calc(100% - 50px);
	font-family: 'Poppins';
	padding-left: 22px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*#floaterInside > div:nth-child(9) {
	margin-bottom: 10px;
}*/

#floaterInside > div:nth-child(1) {
     	padding-left: 10px;
}

#floaterInside > div:nth-child(1) > span {
	color: #fffad5 !important;
}

#floaterInside > div:nth-child(1) > span:hover, #floaterInside > div:nth-child(1) > span:active {
        color: gold !important;
}


.iconsOuter:active {
	opacity: 0.6;
}

#floaterInside::-webkit-scrollbar   {
	        width:5px;
    		background: #212121 !important;
    		cursor:pointer;
}

#floaterInside::-webkit-scrollbar-thumb {
      		background: gray !important;;
            	width: 5px;
      		border-radius: 5px;
}

@-moz-document url-prefix() {
	#floaterInside{
		scrollbar-width:thin !important;  }
}

input[type='file'] {
	border: none !important;
}

.techButton {
	margin: 5%;
    	margin-bottom: 5px;
    	margin-top: 5px;
    	height: 35px;
	cursor: pointer;
}

input[type=submit]::hover {
	opacity: 0.9;
}

input[type=submit]::active {
        opacity: 0.9;
	top: 3px;
	left: 3px;
	box-shadow: none;
}


.motherBlur {
	filter:blur(1px);
	overflow: hidden;
}

.techSpanButtons > div {
    	float: left;
    	padding-right: 10px;
    	border-right: 1px solid white;
    	margin-right: 10px;
    	margin-bottom: 10px;
    	font-family: 'Righteous';    
	cursor: pointer;
}

.techSpanButtons > div:hover {
	color: gold;
} 

.techSpanButtons {
	padding-left: 0px !important;
}

.externalLinks {
	display: flex;
    	padding-left: 10px !important;
    	padding-top: 5px;
    	align-items: center;
}

.externalLinks:hover {
	color:gold;
}

.topClass {
	text-align: center;
	padding-bottom: 10px;
	font-size:15px;
}

div.techButton {
	padding-left: 0px !important;
    	color: burlywood;
}

div.techButton:hover {
	color:gold;
}

#floater {
	position: fixed;
	width:100vw;
	height:100%;
	z-index:501;
	top:0px;
}

.floaterHide {
	transition: .4s;
        left:-100vw;
}

#floaterInside {
	width:280px;
	background: #1e1e1e;	
	height: calc(100% - 37.33px);
	border-right:1px solid white;
	color:white;
	font-family: 'Righteous';	
	overflow-y: scroll;
}


#floaterInside > div > span {
	cursor:pointer;
}

#floaterInside > div > a:hover {
	opacity: 0.8;
}


#floaterInside > div > span:hover {
        opacity: 0.8;
}

.floaterAnime {
	transition: .4s;
	left:0 !important;
}

.searchBarInner > div > .material-icons {
	color: white !important;
	cursor: pointer;
}

.helpArrow {
	position: fixed;
	z-index: 99;
	backdrop-filter: contrast(0.5) brightness(0.5);
	-webkit-backdrop-filter: contrast(0.5) brightness(0.5);
	-moz-backdrop-filter: contrast(0.5) brightness(0.5);

}

span.spanButtons {
	cursor: pointer;
    	margin-top: 5px;
    	margin-bottom: 10px;
    	margin-right: 10px;
   	border: 1px solid;
    	padding: 5px;
    	float: left;
}

span.spanButtons:hover, span.spanButtons:active {
	text-shadow: 0 0 25px gold, 0 0 5px wheat;
}

.generalForm > label {
	font-family: monospace;
}

.generalForm {
	padding-left: 5%;
}

a.hidden {
	color: inherit;
    	text-decoration: none;
}

#zoom::-moz-range-track {
  background-color: white;
}

.endClass {
    color: black;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
    text-decoration: none;
    font-size: 12px;
}

.customAlert1 {
	background: #000000f0;
	height: 100vh !important;
}

.customAlert {
	position:fixed; 
	height: 90vh; 
	display:flex;
	justify-content: center;
	align-items: center;
	z-index: 501;
	width: 100vw;
	top: 0;
	left: 0;
}


.customAlertBox {
	width: 300px;
	min-height: 150px;
	background: #1c1c1c;
	border: 2px solid #ffffe1;
	box-shadow: 0px 0px 12px gray;
	color: #ffffe1;
	max-height: 80%;
	overflow: scroll;
} 

.customAlertHeader {
	font-size: 13px;
}

.customAlertHeader {
	background: #262626;
	color: #ffffe1;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Poppins';
} 

.customAlertBody {
	padding-top:5px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.customAlertText1 {
	height: 136px !important;
} 

.customAlertText {
	margin-top: 5px;
	padding-bottom: 5px;
	min-height: 70px;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	font-size: 15px;
	text-align: center;
}

.customAlertButtons1 {
	width: 232px !important;
}

.customAlertButtons {
	width:280px; 
	display:flex; 
	justify-content:space-around; 
	margin-top:5px; 
	margin-bottom:5px;
	margin-left: auto;
    	margin-right: auto;
}

.customAlertButtons > button {
	width: 75px;
	min-height: 40px;
	background: #ffffe1;
	padding: 2px;
	text-align: center;
	border: 1px solid black;
	cursor: pointer;
	color: black;
	box-shadow: 3px 3px #ff3d00;
	position: relative;
}

.customAlertButtons > button:hover {
	 opacity: 0.8;
}

.customAlertButtons > button:active {
         opacity: 0.8;
	 top: 2px;
	 left: 2px;
	 box-shadow: none;	
}

.customAlertButtons > button:hover:focus {
    border: 3px solid burlywood;
}

#customInputText {
    font-size: 20px;
    max-width: 80%;
    background: white;
    padding-left: 5px;
    font-family: 'Poppins';
    box-shadow: 3px 3px #ff3d00;
    border: 1px solid black;
}

#customInputText::placeholder {
	font-size: 12px;
}

.gradientBody {
}

.floatingGuestsCount:hover, .floatingGuestsCount:active {
	color:gold;
	cursor: pointer;
}

.requestFormInner > textarea, .requestFormInner > input {
    	width: 80% !important;
	margin-top: 5px;
    	border-radius: 5px;
}
#floatingTopHeader {
    font-size: 20px;
    padding-left: 15px;
}

#showRequestButton {
    width: 250px;
    height: 50px;
    cursor: pointer;
    background: linear-gradient(45deg, black, grey);
    font-family: 'Righteous';
    box-shadow: 0 0 4px wheat;
    border: white;
    color: #efd0a8;
	font-size: 17px;
}

#floatingTopHeader {
	cursor: auto;
	color:white;
}

#genreSelectButton, #floatingGenreList {
	display: none;
}

.countrylist {
    margin-left: 10%;
    width: 200px;
    height: 30px;
    margin-bottom: 5px;
    display: none; 
}


.imgAppearOrd {
	/*visibility: visible !important;*/
}

.imgAppear{
        animation: 1s fadeIn;
        animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}


.buttonsOuter:hover {
    transform: scale(0.9);
	transition : 1.5s;
}

.buttonsOuter:active {
	opacity: 0.6;
}

.spanPlaces:hover, .spanPlaces:active {
	opacity: 0.8;
}

#timeZone:hover {
    cursor:pointer;
    text-shadow: 0 0 25px wheat, 0 0 15px gold;
}

@-moz-document url-prefix() {
  	body,  
	body > * ,  
	body > * > * ,
	body > * > * > *,
	body > * > * > * > *,
	body > * > * > * > * > * ,
	body > * > * > * > * > * > *,
	body > * > * > * > * > * > * > *,
	body > * > * > * > * > * > * > * > *,
	body > * > * > * > * > * > * > * > * > *
{scrollbar-width:none !important; }
}

:focus {
    outline: none !important;
}

.iconsInner > img:hover , .iconsInner>img:active 
{
	background:#eeeeee;
	border-radius:25%;
	transition:background 0.15s ease-in;
}

.motherDiv  {
    height:100vh; 
margin:0%; 
	padding:0%;
}

.motherDiv2  {
   	height:calc(88% - 5px);
	margin:0%;
        padding:0%;
}


/*.topBar {
	box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.5); 
}*/

.searchResultDiv {
	
	position : fixed;
	margin-top: 65px;
	z-index: 99;
	height:80vh;
	width:100%;
	background: black;
	justify-content:center; 
	align-items:center; 
	word-break: break-all;
	display:none;
	box-shadow:0 15px 10px -15px wheat;
	overflow:scroll;
	color: white;
}

.searchResultDiv::-webkit-scrollbar {
    display: none;
}

.searchResults > a {
	text-decoration: none;
    	color: white;
	display: flex;
    	align-items: center;
    	flex-flow:nowrap;
}

.searchResults > a:hover {
        color:#ffd455;
}

.searchResults > a > img {
    	margin-right: 10px;
    	border-radius: 50px;
    	height: 40px;
	width: 40px;
    	box-shadow: 0 0 5px #f7a843;
}

#topSearch {
}

.searchResultTopSearch {
	min-height: 60px !important;
}

.searchResultDivHeader {
	font-weight:bold;
	font-size : 16px;
} 

.searchResults {
    display: flex;
    align-items: center;
    word-break: break-all;
    border-bottom: 1px solid #ffffe1;
    cursor: pointer;
    margin-left: 5%;
    min-height: 48px;
    width: 90%;
    color: #ffffe1;
}

.searchResults:hover {
	color:#ffd455;
}

.easter {
	    margin-right: 5%;
	    margin-left: 5%;
	    font-size: 12px;
	    margin-top: 10px;
	    color: #ffffe1;
}

.floatingDiv {
	position : fixed;
	z-index: 99;
	width:100%;
	color:black;
	height:100%;
	background: #000000e8;
	justify-content:center;
	align-items:center;
	word-break: break-all;
	display:none;
}


.floatingInside {
	height:80%;
	width:60%;
	display:block;
	justify-content:center;
	align-items:center;
	word-break: break-word;
	overflow:auto;
	overflow-x: hidden;
	position:relative;
	/*box-shadow: 4px 4px 0px #FF3D00;*/
	color: white;
	border-radius: 24px;
	background: linear-gradient(  180deg,  #1A1A1A 0%,  #0F0F0F 100% );
	    border: 1px solid dimgray;
}

@media screen and (max-width:350px) {
.iconCaption {
	font-size: 7px !important;
}
}

@media screen and (min-width:786px) { 

	.containerHref {
		width:95% !important;
	}		

	.contentInfoDetailsShowMoreInfo > div {
	/* background:yellow !important; */
	}


	.searchTextBoxMain::placeholder {
		color:#cccccc !important;
	}

	#timeZone {
		font-weight: bolder;
		font-family: 'Righteous';
	}

	.buttonsBar {
		padding-bottom:5px;
	}
}


.floatingInside > div:not(:nth-child(2)) {
	padding-left: 3%;
	padding-bottom: 1%;
	height:auto;
	padding-left:10%;
	width:80%;
	min-height: 20px;
}

#floatingSortList {
	display: none;
}

.guestDiv {
	padding-left: 0px !important;
	margin: auto;
}

.contentHeader {
	width:100%;
	min-height:3%;
	font-size: 150%;
	font-weight:bold;
	display:flex;
	justify-content:center; 
	color: grey;
	margin-bottom: 5px;
	flex-direction: row;
        flex-flow: wrap;
}

.contentHeader > button {
	    height: 60px;
    font-family: 'Righteous';
    font-size: 14px;
    border-radius: 28px;
    margin-top: 10px;
    cursor: pointer;
    width: 185px;
}

.floatingCrossButton {
	background: #1a1a1a !important;
	margin-right:4%;
	padding-top:10px;
	text-align:left;
	font-weight:bold;
	position: sticky;
	top: 0px;
	width: 96% !important;
	display: flex;
	padding-left: 10px !important;
	align-items: center;
	justify-content:flex-start;
}

#report_body {
	width: 100%;
}

.spanCross {
	cursor:pointer;
}

.floatingHeader {
	display:flex;
	justify-content:center; 
	align-items:center; 
	flex-direction:row;
	flex-flow:wrap;
	word-break: break-all;
	min-height:35px;
	width:100%;
	font-size:25px;
	font-weight:bold;
	z-index: 5;
}

.floatingHeaderSearch {
	width : 70%;
 	padding-left:5%;
}

.searchTextBoxLanguage {
	width : 100%;
}

.floatingHeaderBackButton {
	width:15%;
	display:flex;
	justify-content:center; 
	align-items:left; 
	word-break: break-all;
	color:black;
}
.floatingHeaderSearchButton {
	width:15%;
	height:100%;
	overflow:scroll;
	display:flex;
	padding-left: 1px;
	justify-content: left; 
	align-items:center; 
	word-break: break-all;
}

.floatingHeaderSearchButton > img{ 
	height: 75%;
	width:auto;
}


.floatingRange {
	width:50%;
	
}

.guestDiv {
	width:100%;
	height:100%;
	display:flex;
	justify-content: center; 
	align-items:center; 
	word-break: break-all;
}

 .floatingMinusButton {
	display:flex;
	justify-content: flex-end; 
	font-size:25px;
}

.floatingPlusButton {
	display:flex;
	justify-content: flex-start;
	word-break: break-all;
	font-size:25px;
}

.floatingPlusButton:hover, .floatingMinusButton:hover,
.floatingPlusButton:active, .floatingMinusButton:active {
	cursor:pointer;
	font-weight:bold;
	color: indianred;
	font-size:30px;
	transition: color .2s, font-size .2s;
}


.floatingGuestsCount {
	display:flex;
	justify-content: center; 
	align-items:center; 
	word-break: break-all;
	font-size:30px;
	padding-left:5px;
	padding-right:5px;
}

.spanPlaces {
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    font-family: 'Poppins';
}

@media screen and (max-width:786px) {
.floatingRange {
	width:80%;
}

.floatingHeader {
	display:flex;
	justify-content:center; 
	align-items:center; 
	
	word-break: break-all;
	min-height:35px;
	width:100%;
	font-size:20px;
	margin-bottom: 10px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
}
}

.floatingVal {
	color: #ffde03;
	overflow:scroll;
}

.floatingKey {
	color:white;
	cursor:pointer;
}

.floatingKey:hover , .floatingKey:active {
	color: gold;
}

img {
	max-width:100%;
	max-height:100%;
}

.paddingContentTopDiv {
	height:120px;
	visibility:hidden;
	color:white;
}

.paddingContentBottomDiv {
	height:11.5%;
	visibility: hidden;
}


.topBar {
	height: 120px;
	/*height: 20%;*/
	width:100%;
	position:fixed;
	z-index:50;
	/*box-shadow: 0px 15px 20px -15px rgb(179 179 179);*/
	/*background:url('https://photographylife.com/wp-content/uploads/2019/03/Venice-in-Black-and-White-19.jpg');*/
	background:black;
	background-size:cover;
	background-position:center;
	/*box-shadow:inset 0 0 2500px rgb(0,0,0,0.99);*/
}

.searchBar {
	height: 55%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
	border-bottom: 2px solid white;
}

.searchBarInner {
	width:90%;
	height:50%;
	display: flex;
}

.searchTextBox {
	display:flex;
	justify-content:center; 
	align-items:center;
	border-top-style: hidden;
    	border-right-style: hidden;
    	border-left-style: hidden;
    	border-bottom-style: hidden;
	background: transparent;
	color:white;
	padding: 5px;
}	

.searchTextBoxMain {
	color:black;
	width: 85%;
	padding-left:10px;
	/*border:1px solid #555555;*/
	font-family: 'POPPINS', sans-serif;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 10px;
	background: white;
	/*box-shadow: 2px 2px 0px #ffde03;*/
	/*border-radius: 5px;*/
}

#customDivText {
	max-height: 128px;
    	overflow-y: scroll;
    	text-align: center;
    	color: floralwhite;
    	font-size: 13px;
	padding-bottom: 10px;
    	margin-bottom: 10px;
    	border-radius: 10px;
}

#customDivText::-webkit-scrollbar   {
	        width:5px;
    		background: #212121 !important;
    		cursor:pointer;
}

#customDivText::-webkit-scrollbar-thumb {
      		background: gray !important;;
            	width: 5px;
      		border-radius: 5px;
}

@-moz-document url-prefix() {
	#customDivText {
		scrollbar-width:thin !important;  }
}

#tech_reg > div > textarea.textAreaMessage {
    background: black;
    color: white;
    height: 23px;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.searchTextBox:focus{
    outline: none;
}
	
.searchIcon {
	height:100%;
	visibility:hidden;		
}

.buttonsBar {
	height:45%; 
	display:flex; 
	justify-content:center; 
	align-items:center;	
	/*background:white;*/
}

.buttonsOuter {
	width: 25%; 
	height:100%; 
	display:flex; 
	justify-content:center; 
	align-items:center;  
	word-wrap: break-word;
}

.buttonOuterWidth {
	width: 30%;
}

.floatingHeaderSearch > input::placeholder {
	color: #999999;
}

::placeholder {
	color:#555555;
}

.optionButtons {
	color: black !important;!i;!;
	width: 90%;
	height:80%;
	background:none !important;
	display:flex;
	font-size:12px;
	border-radius:5px;
	text-align:center;
	justify-content:center;
	align-items:center;
	word-break: break-all;
	cursor:pointer;
	/*font-family: 'Righteous', cursive;*/
	word-break: break-word;
	font-weight: bold;
}

@media screen and (max-width:786px) {
        .floatingInside {
        height:80%;
        width:80%;
        display:block;
        justify-content:center;
        align-items:center;
        overflow-x:hidden;
        overflow-y: overlay;
        }

        .optionButtons {
        width: 90%;
        height:80%;
        font-size:10px;
        display:flex;
        text-align:center;
        justify-content:center;
        align-items:center;
        cursor:pointer;
        }
}


@media screen and (max-width:786px) { 
}

::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

.bottomBar {
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  height:10%;
  /*height:50px;*/
  width: 100%;
  background:black; 
  border-top:1px solid #dddddd;
  display:flex; 
  justify-content: space-around; 
  align-items:center;
  padding-top:5px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  background-position-y:center;	
}

.iconsOuter {
	width: 16.66vw; 
	height:100%;  
	cursor:pointer;
	-webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
         user-select: none;
        -webkit-tap-highlight-color: transparent;
        -ms-overflow-style:none;
}

.iconsInner {
	width: 100%; 
	height:70%; 
	display:flex;
	justify-content:center; 
	align-items:center;
	color:white !important;
	font-weight: normal;
}

.iconCaption {
	width: 100%; 
	height:20%; 
	font-size:10px;
	display:flex;
	color:white;
	justify-content:center; 
	align-items:center; 
	word-break: break-all;
	font-family: 'Righteous';
}


input[type=range] {
  -webkit-appearance: none;
  height: 20px;
  border-radius: 2px;
  background: beige;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: black;
  cursor: pointer;
}

.floatingBody > .generalForm > button, .floatingBody > .generalForm > textarea, .floatingBody > .generalForm > select {
    color: black;
    background: white;
    box-shadow: 2px 2px 0 #ffde03;
	padding: 7px;
}


.floatingInside > div > textarea, .floatingInside > div > input[type=submit] {
	margin-top:5px;
	border:1px solid rgb(159, 159, 159);
	background: #ffffe1;
	color: black;
	padding: 9px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 15px;
	box-shadow: 2px 2px 0px #FF3D01;
	position: relative;
	cursor: pointer;
}

.floatingInside > div > input[type=submit]:active
{
	top: 2px;
	left: 2px;
	box-shadow: none;
	opacity: 0.8;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(0, 26, 255);
  cursor: pointer;
}

span.material-icons.small-icon.small-star {
    color: #262626;
}

.floatingCrossButton {
	 font-size:35px;
	 color:white;
	background: transparent;
	 border:none;
	 border-bottom:none;
	 /*box-shadow:0 3px 8px -5px rgb(153,153,153);*/
	 width:90%;
	 height:auto;	 
	z-index:5;
}


.floatingCrossButton > span:hover, .floatingCrossButton > span:active {
	cursor:pointer;
	color:gold;
} 

#snackbar{
visibility: hidden;
width: 100%;
background: rgb(54, 54, 54);
color: coral;
font-family:monospace;
text-align: center;
border-radius: 2px;
padding-top: 16px;
padding-bottom: 16px;
position: fixed;
z-index: 1500;
bottom: 30px;
font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
  animation: fadein 0.5s, fadeout 0.5s 3.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

#timeZone {
	font-size:10px;
	text-align:center;
	color:white;
	background: none;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-left: 10px;
}

#menuBar {
	display:flex;
	align-items:center;
	margin-right: 10px;
}

.ui-dialog-titlebar {
	padding-top:5px;
	padding-bottom:5px;
	background: white;
	box-shadow:0px 0px 5px 0px black;
	padding-left:2px;
	font-weight:bold;
}


.ui-button {
	float:right;
	cursor:pointer;
}

.dialog {
	background:white !important; 
	color: black !important;
	text-align:center;
	box-shadow:0px 0px 5px 0px black;
}

#floatingSortList > span:hover {
	color:blue;
	cursor:pointer;
}

.floatingInside::-webkit-scrollbar {
    width: 5px;  /* Remove scrollbar space */
    /*background: black;*/  /* Optional: just make scrollbar invisible */	
	
}


.floatingInside::-webkit-scrollbar-thumb {
	background: #464646;
	border-radius: 6px;
}

@-moz-document url-prefix() {
	.floatingInside{scrollbar-width:thin !important; }
}

.preloader {
	filter: invert(1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat; 
	background-color: #FFF;
	background-position: center;
 }


#spanProfile {
	height: 30px;
    	width: 30px;
    	border-radius: 50%;
    	overflow: hidden;
	box-shadow: 0 0 5px khaki;
}

.material-icons-outlined:hover , .material-icons:hover, .material-symbols-outlined:hover  {
	opacity: 0.8;
 }

 .material-icons-outlined , .material-icons, .material-symbols-outlined {
	 color: lightgray;
	 font-size: 30px !important;
	 cursor: pointer;
	}

 .whiteIcon {
	color: white !important;
}

.small-icon {
	color: #ff3d00;
	font-size: 16px !important;
}

select {
	padding: 5px;
    border: none;
    box-shadow: 2px 2px 0px yellow;
}

.fraction-icon {
	width: 9px;overflow: hidden;
}


@-moz-document url-prefix() {
       .customAlertText > .container, .fii, .floatingImageContainer {scrollbar-width:thin !important; }
}

.customAlertText > .container::-webkit-scrollbar, .fii::-webkit-scrollbar, .floatingImageContainer::-webkit-scrollbar {
    height: 6px;  /* Remove scrollbar space */
    background: black;  /* Optional: just make scrollbar invisible */
}

.customAlertText > .container::-webkit-scrollbar-thumb, .fii::-webkit-scrollbar-thumb, .floatingImageContainer::-webkit-scrollbar-thumb {
  	background-color: darkgrey;
	border-radius:10px;
}

@-moz-document url-prefix() {
        .customAlertText > .container, .fii, floatingImageContainer {scrollbar-width:thin !important; }
}

.rtp {
	  word-break: break-word;
	  max-width: 60px;
          text-align: center !important;
}

.sold {
	position: absolute;
	opacity: 0.9;
}

#qrcode {
	background : white !important;
}

.emergency {
position: absolute;
    bottom: 33px;
    margin-left: calc(50vw - 136px);
    max-width: 250px;
    padding: 9px;
    text-align: center;
    filter: invert(1);
    font-size: 13px;
    cursor: pointer;
    color: revert-layer;
	 background: #F2EBDD;
	    border: 1px solid #D6CBB5;
	    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	    border-radius: 4px;
}

.emergency:active {
	opacity : 0.9;
}

#noresults {
	margin: 10px;
    padding: 18px;
	color: black;
    border: 1px solid;
    max-width: 500px;
    cursor: auto;
}

.formRequest {
	font-family: 'Poppins';
    font-size: 15px;
    color: blanchedalmond;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
	font-weight: 100;
}






