@charset "utf-8";

@font-face {
	font-family: 'AvenirNext-DemiBold';
	src: url('../fonts/aviner/webfont/AvenirNext-DemiBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/aviner/webfont/AvenirNext-DemiBold.woff') format('woff'),
	url('../fonts/aviner/webfont/AvenirNext-DemiBold.ttf') format('truetype'),
	url('../fonts/aviner/webfont/AvenirNext-DemiBold.svg#AvenirNext-DemiBold') format('svg');
	font-weight: normal; font-style: normal;
}
@font-face {
	font-family: 'AvenirNext-Medium';
	src: url('../fonts/aviner/webfont/AvenirNext-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/aviner/webfont/AvenirNext-Medium.woff') format('woff'),
	url('../fonts/aviner/webfont/AvenirNext-Medium.ttf') format('truetype'),
	url('../fonts/aviner/webfont/AvenirNext-Medium.svg#AvenirNext-Medium') format('svg');
	font-weight: normal; font-style: normal;
}
@font-face {
	font-family: 'AvenirNext-UltraLight';
	src: url('../fonts/aviner/webfont/AvenirNext-UltraLight.eot?#iefix') format('embedded-opentype'),
	url('../fonts/aviner/webfont/AvenirNext-UltraLight.woff') format('woff'),
	url('../fonts/aviner/webfont/AvenirNext-UltraLight.ttf') format('truetype'),
	url('../fonts/aviner/webfont/AvenirNext-UltraLight.svg#AvenirNext-UltraLight') format('svg');
	font-weight: normal; font-style: normal;
}

.AvenirNext-DemiBold{
	font-family: 'AvenirNext-DemiBold';
	font-weight: normal;
}
.AvenirNext-Medium{
	font-family: 'AvenirNext-Medium';
	font-weight: normal;
}
.AvenirNext-Medium-bold{
	font-family: 'AvenirNext-Medium';
	font-weight: bold;
}
.AvenirNext-UltraLight{
	font-family: 'AvenirNext-UltraLight';
	font-weight: normal;
}
body{
	background-color: #FFFFFF !important;
	margin: 0;
	padding: 0;
    overflow-x: hidden;
}
button{
	font-weight: bold;
}
* {
	font-weight: bold;
	outline: none;
	text-decoration: none !important;
	font-weight: bold;
    /*-webkit-touch-callout: none; !* iOS Safari *!*/
    /*-webkit-user-select: none; !* Safari *!*/
     /*-khtml-user-select: none; !* Konqueror HTML *!*/
       /*-moz-user-select: none; !* Firefox *!*/
        /*-ms-user-select: none; !* Internet Explorer/Edge *!*/
            /*user-select: none; !* Non-prefixed version, currently supported by Chrome and Opera *!*/
}
.custom-container{
	padding-left: 400px !important;
	padding-right: 400px !important;
}
.custom-container2{
	padding-left: 450px !important;
	padding-right: 450px !important;
}
.div0{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.divAll{
	height: 100vh;
}
.btn-NoBack-NoBorder{
    border: 0;
    background: transparent;
}
.zoomingDemo .zoomTarget {
	background-color: #fff;
	width:100%;
	margin:0 auto 5px auto;
	display: inline-block;
	border-radius: 28px;

}
.zoomingDemo{
	margin-top: 50px;
	cursor: pointer;
}
.imgLogo{
	margin: 5px 0 40px 0;
	width: 240px
}
.divContiner{
	padding-right: 250px !important;
	padding-left: 250px !important;
}
.btnEnter{
	background: #1EC12D;
	color: #fff;
	border: 0;
	border-radius:50px;
	width: 100%;
	padding: 12px 0;
	margin-left: -4px;
	height: 45px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btnEnter:hover{
	box-shadow: 0 0 5px 0 #1EC12D;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btnAndroidApp{
	background: #1B75BC;
	color: #fff;
	border: 0;
	padding: 12px 0;
	width: 50%;
	display: inline-block;
	border-radius: 50px 0 0 50px;
	margin-left: -4px;
	height: 45px;
}
.btnIosAppDiv{
	background: #1B75BC;
	color: #fff;
	border: 0;
	padding: 12px 0;
	width: 50%;
	display: inline-block;
	border-radius: 0 50px 50px 0;
	margin-left: -4px;
	height: 45px;
}
.divDownloadApps{
	white-space: nowrap;
}
.imgAppsAndroid{
	width: 15px;
}
.imgAppsIos{
	width: 16px;
}
.pAllRights{

	color: #656464;
	font-size: 11px;
	margin-top: 60px;
}
.videoHome{
	width: 100%;
	height: 100%;
	border-radius: 28px;
}
.darkDiv1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 28px;
}
.darkShow{
	border-radius: 28px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	background-color: rgba(0,0,0, .5);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.darkShow:hover .playVideoImg{
	transform: translateY(-20%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.playVideoImg{
	width: 70px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pauseVideoImg{
	width: 33px;
	position: absolute;
	right: 12px;
	display: none;
	bottom: 22px;
}
.pVideoDes{
	position: absolute;
	bottom: 28px;
	color: #fff;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-weight: bold;
}
.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #ffffff;
	font-size: 8px;
	margin: -25px auto 14px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
.divEnter{
	background: #ffffff;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	display: none;
	z-index: 10;
}
.whoIsTitle{
	font-size: 25px;
	margin-top: 50px;
	text-align: left;
	font-weight: bold;
}
.whoIsD{
	text-align: justify;
	direction: ltr;
	font-size: 18px;
	line-height: 34px;
	color: #4d4d4d;
}
.divContact{
	background-color: #004790;
	background-image: linear-gradient(-45deg, #004790, #0071BC);
	text-align: justify;
	color: #fff;
	padding: 17px 21px !important;
	height: 400px;
	border-radius: 35px;
}
.divScrollAbout{
	padding-bottom: 40px;
}
.divAbout{
	border: 2px solid #9e005d;
	text-align: justify;
	color: #9e005d;
	padding: 17px 21px !important;
	height: 400px;
	border-radius: 35px;
	overflow-y: scroll;
	background-size: cover;
	background-position: center;
}
.textAboutUs{
	color: #6f6f6f;
	line-height: 30px;
}
.divContentAbout{
	padding-left: 0 !important;
	margin-top: 50px;
}
.divContentContact{
	padding-right: 0 !important;
	margin-top: 50px;
}
.aboutUsTitle{
	font-size: 23px;
	font-weight: bold;
}
.inputContact{
	background: transparent;
	width: 100%;
	border: 1px solid #49AADC;
	padding: 11px 15px;
	border-radius: 15px;
	margin-bottom: 11px;
	color: #fff;
}
.txtContact{
	resize: none;
	background: transparent;
	width: 100%;
	border: 1px solid #49AADC;
	padding: 11px 15px;
	border-radius: 15px;
	margin-bottom: 11px;
}
.btnSendMessage{
	padding: 11px 77px;
	border-radius: 50px;
	border: 1px solid #49AADC;
	background: transparent;
	font-weight: bold;
}
.divCobatctMTop{
	margin-top: 25px;
}
.backDesWish{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
}
.imgBackBtn{
	width: 20px;
	margin: 20px;
	cursor: pointer;
}
.divDecBack{
	height: 65vh;
	background: #fff;
	border-radius: 50px 50px 70px 80px;
	background-image: url(../img/deswishBack.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: center center;
}
.div-dec-back-2{
	height: 70vh;
	background: #fff;
	border-radius: 30px;
}
.pWishDes{
	color: #fff;
	margin-top: 20px;
	font-size: 20px;
}
.txtDesWish{
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 30px;
	border: 0;
	padding: 20px;
	color: #777;
	font-size: 17px;
	resize: none;
}
.btnSendWish{
	width: 100%;
	border: 0;
	background: url(../img/buttonImg.png) no-repeat;
	background: #1EC12D;
	position: absolute;
	left: 0;
	bottom: -4px;
	padding: 0;
	background-size: cover;
	background-position: center center;
	height: 80px;
	border-radius: 0 60px 60px 50px;
	color: #ffffff;
	font-size: 17px;
}
.imgWishSendBtn{
	width: 41px;
	position: absolute;
	left: 0;
	top: -38px;
}
.backFave{
	background-color: #002848 !important;
	height: 100vh;
}
.divfave1{
	/*height: 100vh;*/
	/*background: url(../img/grand.png);*/
	/*background-size: contain;*/
	/*background-repeat: no-repeat;*/
	/*background-position: top center;*/
}
.imgGrand{
	width: 300px;
	-webkit-animation: spin1 200s infinite linear;
	-moz-animation: spin1 200s infinite linear;
	-o-animation: spin1 200s infinite linear;
	-ms-animation: spin1 200s infinite linear;
	animation: spin1 200s infinite linear;
	transform-origin: center center;
	margin-top: 55px;
}
@-webkit-keyframes spin1 {
	0% { -webkit-transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
	0% { -moz-transform: rotate(0deg);}
	100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
	0% { -o-transform: rotate(0deg);}
	100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
	0% { -ms-transform: rotate(0deg);}
	100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
}
.pShowOnAf{
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 176px;
	right: 0;
	left: 0;
}
.pQuesFav{
	color: #fff;
}
.divGetStaFave{
	background-color: #97045F;
	border-radius: 30px;
	padding: 10px 0px 30px 0px !important;
	margin-top: -220px;
	min-height: 160px;
	position: absolute !important;
	left: 0;
	right: 0;
	bottom: -70px !important;
}
.btnQueFa{
	width: 100%;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 50px;
	padding: 8px;
	margin-top: 26px;
}
.btnQueFaShow{
	width: 100%;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	border-radius: 50px;
	padding: 8px;
	margin-top: 26px;
	width: 174px;
}
.pLineWhite{
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 60px;
	margin-bottom: 20px;
}
.logoInShowFa{
	width: 75px;
	margin: 52px 0 11px 0;
}
.divShowToFa{
	height: 0;
	overflow-y: hidden;
}
.divHideToFa{
	overflow-y: hidden;
	min-height: 121px;
}
.inpEnterAfCode{
	border-bottom: 1px solid #f0eaea !important;
	border: 0;
	background: transparent;
	width: 38px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.titleFaShow{
	color: #fff;
	font-size: 18px;
}
.closeAfShow{
	width: 30px;
	position: absolute;
	right: 22px;
	top: 12px;
	cursor: pointer;
	z-index: 10;
}

.no-p-m{
	padding: 0;
	margin: 0;
}
.no-m{
	margin: 0 !important;
}
.olo-logo{
	width: 200px;
	margin: 80px 0;
}
.dreammaker-logo{
	width: 240px;
	margin: 70px 0;
}
.olo-top-bach{
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 15px;
	background-color: #00c3ff;
	border-bottom-right-radius: 15px;
}
.olo-top-bach2{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	padding: 15px 20px;
	background-color: #00c3ff;
	border-bottom-right-radius: 15px;
	z-index: 10000;
}
.olo-top-bach p{
	color: #fff;
	margin: 0;
}
.olo-top-bach2 p{
	color: #fff;
	margin: 0;
	font-size: 16px;
}
.olo-register-btn{
	width: 75%;
	height: 65px;
	border: none;
	outline: none;
	font-weight: normal;
	color:#fff;
	background-color: #0071bc;
	font-size: 20px;
	border-radius: 50px;
	margin: 10px 0;
}
.olo-enter-btn{
	width: 75%;
	height: 65px;
	border: none;
	outline: none;
	font-weight: normal;
	color:#fff;
	background: url(../img/enter-back.png)no-repeat center center;
	background-size: cover;
	font-size: 20px;
	border-radius: 50px;
	margin: 12px 0;
}
.olo-copyright-text{
	font-size: 12px;
	position: absolute !important;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.enter-olo-play-logo {
	width: 17px;
	position: absolute;
	right: 17%;
	top: 35px;
}
.back-blue-logo{
	position: absolute;
	width: 30px;
	cursor: pointer;
	margin: 20px 0 0 20px;
}
.back-blue-logo-1{
	position: absolute;
	width: 30px;
	cursor: pointer;
	margin: 10px 0 0 110px;
}
#register-olo-page{
	display: none;
}
.register-olo-page-reg{
	margin-top: 10px;
}
.register-olo-page-text{
	color: #0071bc;
	font-size: 17px;
	line-height: 3;
}
.register-olo-page-icon{
	width: 22px;
	margin: 5px 2px 5px 0;
}
.register-olo-page-title{
	font-size: 18px;
}
.register-olo-page-input{
	width: 100%;
	min-height: 35px;
	border: 1px solid #ccc;
	outline: none;
	padding: 8px 20px;
	margin: 3px 0;
	border-radius: 25px;
	color: #5a5a5a;
	line-height: 2;
	font-size: 14px;
}
.register-olo-page-input-add{
	width: 100%;
	min-height: 90px;
	border: 1px solid #ccc;
	outline: none;
	padding: 8px 20px;
	margin: 3px 0;
	border-radius: 25px;
	color: #5a5a5a;
	line-height: 2;
	font-size: 14px;
	resize: none;
}
.register-olo-page-btn-b{
	width: 100%;
	background-color: #0071bc;
	height: 50px;
	line-height: 2;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 50px;
	margin: 5px 0 30px 0;
}
.register-olo-page-btn-g{
	width: 100%;
	background-color: #1cc12d;
	height: 50px;
	line-height: 2;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 50px;
	margin: 5px 0 30px 0;
}
.olo-top-bach2 img{
	width: 24px;
	margin-right: 4px;
}
.olo-top-bach-text{
	display: inline-block;
}
#enter-register-dreammaker{
	display: none;
}
#enter-register-dreamer{
	display: none;
}
#enter-olo-page{
	display: none;
}
#enter-olo-page-f1{
	margin-top: 40%;
}
#register-dreamer-page{
	display: none;
}
#enter-dreamer-page{
	display: none;
}
#register-dreammaker-page{
	display: none;
}
#enter-dreammaker-page{
	display: none;
}
.dreamolo-logo{
	width: 300px;
	margin: 50px 0;
}
.olo-register-btn2{
	width: 75%;
	height: 80px;
	border: none;
	outline: none;
	font-weight: normal;
	color:#fff;
	background: url(../img/enter-or-signup-olo.png) no-repeat center center;
	font-size: 16px;
	border-radius: 50px;
	margin: 10px 0;
	text-align: left;
	background-size: cover;
	padding-left: 30px;
}
.enter-olo-play-logo2 {
	width: 17px;
	position: absolute;
	right: 18%;
	top: 40px;
}
.olo-register-btn-line{
	width: 1px;
	height: 70px;
	background-color: #efefef;
	display: inline-block;
	position: absolute;
	right: 27%;
	top: 15px;
	bottom: 0;
}
.olo-register-btn3{
	width: 75%;
	height: 80px;
	border: none;
	outline: none;
	font-weight: normal;
	color:#fff;
	background-color: #0071bc;
	font-size: 16px;
	border-radius: 50px;
	margin: 10px 0;
	text-align: left;
	background-size: cover;
	padding-left: 30px;
}
.olo-register-btn4{
	width: 75%;
	height: 80px;
	border: none;
	outline: none;
	font-weight: normal;
	color:#fff;
	background: url(../img/enter-back.png) no-repeat center center;
	font-size: 16px;
	border-radius: 50px;
	margin: 10px 0;
	text-align: left;
	background-size: cover;
	padding-left: 30px;
}
.register-olo-page-avatar{
	background-color: #0071bc;
	height: 60px;
	float: left;
	padding: 8px;
	width: 60px;
	border-radius: 15px;
	margin: 10px 0;
	cursor: pointer;
}
.register-olo-page-avatar2{
	background-color: #1cc12d;
	height: 60px;
	float: left;
	padding: 8px;
	width: 60px;
	border-radius: 15px;
	margin: 10px 0;
	cursor: pointer;
}
.register-olo-page-avatar img,
.register-olo-page-avatar2 img{
	width: 65%;
	margin: 10px 0;
}
.register-olo-page-avatar-text{
	font-size: 12px;
	color: #808080;
	float: left;
	padding: 30px 0 0 10px
}
.register-olo-page-avatar-file{
	display: none !important;
}
#enter-register-olo{
	display: none;
}

.filter-logo{
	width: 35px;
	filter: brightness(0) invert(1);
	cursor: pointer;
	margin-right: 2px;
	float: right; 
	margin-top: 6px;
}
.des-wish-search{
	width: 105%;
	outline: none;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 45px;
	font-size: 14px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	padding: 0;
	line-height: 3;
}
.des-wish-search::-moz-placeholder{
	font-family: "FontAwesome", 'AvenirNext-Medium';
	font-weight: normal;
}
.des-wish-search::-webkit-input-placeholder{
	font-family: "FontAwesome", 'AvenirNext-Medium';
	font-weight: normal;
}
.des-wish-search::-ms-input-placeholder{
	font-family: "FontAwesome", 'AvenirNext-Medium';
	font-weight: normal;
}
.m-t-70{
	margin-top: 70px;
}

.m-b-15{
	margin-bottom: 15px;
}
.back-blue-logo-2{
	position: absolute;
	width: 30px;
	cursor: pointer;
	margin: 20px 0 0 20px;
	filter: brightness(0) invert(1);
}
.back-blue-logo-3{
	position: absolute;
	width: 30px;
	cursor: pointer;
	margin: 20px 0 0 20px;
}
.back-wish-blue{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
	min-height: 100vh;
}
.choose-arrow-icon{
	width: 25px;
	margin: 0 5px;
}
.btn-send-wish-2{
	width: 100%;
	border: 0;
	background: url(../img/buttonImg.png) no-repeat;
	background: #1EC12D;
	position: absolute;
	left: 0;
	bottom: -4px;
	padding: 0;
	background-size: cover;
	background-position: center center;
	height: 65px;
	border-radius: 0 60px 60px 50px;
	color: #ffffff;
	font-size: 17px;
}

.btn-send-wish-remove{
    width: 100%;
    border: 0;
    background: #ee7974;
    position: absolute;
    left: 0;
    bottom: -4px;
    padding: 0;
    background-size: cover;
    background-position: center center;
    height: 65px;
    border-radius: 0 60px 60px 50px;
    color: #ffffff;
    font-size: 17px;
}

.txt-des-wish-div{
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 30px;
	border: 0;
	padding: 20px;
}
.des-wish-search::placeholder{
	color: #fff !important;
}
.wish-search-resualt{
	cursor: pointer;
	height: 114px;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	border-radius: 30px;
	padding: 0;
	margin: 5px 0;
}
.wish-search-result-img{
    background-size: cover !important;
	width: 115px;
	border-radius: 28px;
	height: 110px;
}
.wish-search-result-img-2{
	background-size: cover !important;
	width: 115px;
	border-radius: 28px;
	height: 114px;
}
.txt-des-wish-div2{
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 30px;
	border: 0;
	padding: 10px 0 10px 10px;
}
#scroll-box-wish{
	height: 85%;
	padding-right: 10px;
	overflow: hidden;
	outline: currentcolor none medium;
	margin-top: 33px;
}
.wish-search-result-text-1{
	position: absolute;
	top: 2px;
	left: 120px;
}
.wish-search-result-text-2{
	position: absolute;
	top: 30px;
	left: 120px;
	height: 2.5em;
    overflow: hidden;
}
.services-provided-result-text-1{
	position: absolute;
	top: 4px;
	left: 120px;
}
.services-provided-result-text-2{
	position: absolute;
	top: 4px;
	right: 10px;
}
.services-provided-result-text-3{
	position: absolute;
	top: 35px;
	left: 120px;
}
.services-provided-result-text-4{
	position: absolute;
	top: 70px;
	left: 120px;
}
.rate-div{
	position: absolute;
	right: 15px;
	bottom: 25px;
}
.fa-star::before{
	color: #ff8d1c !important;
}
.rate-div i{
	color: #ff8d1c !important;
}
.txt-des-wish-div-text{
	position: absolute;
	text-align: center;
	width: 50%;
	left: 25%;
	color: #1c6da2;
	margin: 0;
	font-size: 18px;
	font-weight: 500 !important;
}
.dream-description-top-bach{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	padding: 15px 20px;
	background-color: #00c3ff;
	border-bottom-left-radius: 15px;
	z-index: 10000;
}
.dream-description-top-bach img{
	width: 24px;
	margin-right: 4px;
}
.dream-description-top-bach p{
	color: #fff;
	margin: 0;
}
.dream-description-box{
	width: 100%;
	height: 100%;
	background: transparent;
	border-radius: 30px;
	border: 0;
	padding: 80px 15px 10px 15px;
	overflow-y: auto !important
}
.m-t-120{
	margin-top: 120px;
}
.recent-dreams{
	display: none;
}
.recent-dreams-image{
	width: 120px;
    height: 120px;
	position: absolute;
	top: -60px;
	left: 8px;
	border-radius: 30px;
    object-fit: cover;
	z-index: 1;
	box-shadow: 0 0 5px 0 #e3e3e3;
}
.dream-description-title{
	color: #fff;
	position: absolute;
	top: -52px;
	left: 140px;
	font-size: 18px;
}
.rate-dreamer-description{
	position: absolute !important;
	left: 140px;
	top: 2%;
}
#dream-description{
	display: none;
}
.rate-dreamer-description i{
	color: #ff8d1c !important;
}
.dream-description-box-des{
	line-height: 2;
	text-align: justify;

}
.time-actoin-control-positive{
	display: inline-block;
}
.time-actoin-control{
	display: inline-block;
}
.time-actoin-control-negative{
	display: inline-block;
}
#dreams-filters{
	display: none;
}
.m-t-20{
	margin-top: 20px;
}
.time-actoin-control{
	width: 80%;
	height: 95px;
	background-color: #f2f2f2;
	border-radius: 30px;
	line-height: 6;
}
.time-actoin-control-plus{
	/* background-image: linear-gradient(45deg, #004790, #0071BC); */
	padding: 0 5px;
	color: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
.time-actoin-control-plus i{
	display: inline-block;
	margin: 35px 0;
	font-size: 22px;
	cursor: pointer;
}
.time-actoin-control-minu{
	background-image: linear-gradient(45deg, #004790, #0071BC);
	padding: 0 13px;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
}
.time-actoin-control-minus{
	/* background-image: linear-gradient(45deg, #004790, #0071BC); */
	padding: 0 5px;
	color: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
.time-actoin-control-minus i{
	display: inline-block;
	margin: 35px 0;
	font-size: 22px;
	cursor: pointer;
}
.time-actoin-control-main{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}
.time-actoin-control-bar{
	z-index: 100000;
	position: absolute;
	left: 0;
	width: 15%;
	max-width: 100%;
	background-image: linear-gradient(45deg, #004790, #0071BC);
	height: 100%;
	border-radius: 30px 0 0 30px;
}
.time-actoin-control-bar span{
	position: absolute;
	left: 10px;
	top: 3px;
	color: #fff;
}
.coust-actoin-control-minus{
	/* background-image: linear-gradient(45deg, #004790, #0071BC); */
	padding: 0 5px;
	color: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
.coust-actoin-control-plus{
	/* background-image: linear-gradient(45deg, #004790, #0071BC); */
	padding: 0 5px;
	color: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
.coust-actoin-control-minus i{
	display: inline-block;
	margin: 35px 0;
	font-size: 22px;
	cursor: pointer;
}
.coust-actoin-control-plus i{
	display: inline-block;
	margin: 35px 0;
	font-size: 22px;
	cursor: pointer;
}
.coust-actoin-control-bar{
	z-index: 100000;
	position: absolute;
	left: 0;
	width: 15%;
	max-width: 100%;
	background-image: linear-gradient(45deg, #004790, #0071BC);
	height: 100%;
	border-radius: 30px 0 0 30px;
}
.coust-actoin-control-bar span{
	position: absolute;
	left: 10px;
	top: 6px;
	color: #fff;
}
.category-item{
	height: 100px;
	width: 100px;
	border: 1px solid #006ab4;
	border-radius: 30px;
	cursor: pointer;
	background: transparent;
}
.category-item-active{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
}
.category-item-active h5{
	color: #fff !important;
}
.category-item h5{
	color: #006ab4;
	line-height: 2;
	text-align: center;
	margin: 33px 0;
}
.category-items-title{
	border-bottom: 1px solid #006ab4;
	line-height: 0.1em;
	margin: 10px 0 10px;
}
.category-items-text-1{
	color: #006ab4;
	background: #fff;
	padding: 0 10px;
	font-size: 20px;
}
.m-t-b-15{
	margin-bottom: 15px;
	margin-top: 15px;
}
.mobile-m-t{
	margin-top: 0;
}
.filter-apply{
	background-color: #1ec22d;
    outline: none;
    border: none;
    color: #fff;
    margin: 20px 0;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 16px;
}
#search-resualt{
	display: none;
	padding-bottom: 30px;
}
.search-result-logo{
	width: 20px;
	filter: brightness(1) invert(1);
}
.search-result-page-text{
	color: #000000;
	font-size: 17px;
	line-height: 3;
}
.search-resualt-scroll-box{
	margin-top: 20px;
	margin-bottom: 20px;
}
.filter-search-result{
	cursor: pointer;
	height: 114px;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	border-radius: 30px;
	padding: 0;
	margin: 5px 0;
}
#search-description{
	display: none;
}
#want-dream-loadnig{
	display: none;
}
#want-dream-loadnig2{
	display: none;
}
#olo-search-resualt{
	display: none;
}
.choose-olo-icon{
	width: 20px;
}
.color-bl-cu{
	color: #00c3ff !important;
}
.olo-search-resualt-text{
	color: #fff;
	font-size: 20px;
}
.width-50{
	width: 50%;
}
.olo-search-resualt-flag{
	width: 40px;
	position: absolute;
	right: 20px;
	top: 10px;
}
.olo-search-resualt{
    cursor: pointer;
    height: 102px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 30px;
    padding: 0;
    margin: 5px 0;
}
.olo-search-resualt-img{
	background-size: cover !important;
	width: 100px;
	border-radius: 30px;
	height: 100px;
}
.search-again-div{
	margin: 8px auto;
}
.search-again-btn{
	border: none;
    outline: none;
    line-height: 2;
    font-size: 20px;
    color: #fff;
    padding: 6px;
    background-color: #1ec22d;
    width: 100%;
    border-radius: 40px;
}

.which-one-do-you-text{
	margin: 60px 0 15px 0;
	text-align: center;
}
.which-one-designed-dreams{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
    width: 100%;
    text-align: left;
    border-radius: 50px;
    padding: 55px 25px;
	font-size: 4em;
	color: #fff;
	margin: 10px 0;
	line-height: 1;
	cursor: pointer;
}
.which-one-make-your-wish{
	background: url(../img/enter-back-2.png) no-repeat center;
	background-size: cover;
	width: 100%;
    text-align: left;
    border-radius: 50px;
    padding: 55px 25px;
	font-size: 4em;
	color: #fff;
	margin: 10px 0;
	line-height: 1;
	cursor: pointer;
	word-spacing: -8px;
}
#make-your-wish{
	display: none;
}

.wish-star-detail{
	width: 22px;
	margin: 0 2px 5px 0;
}
.wish-detail-title{
	color: #0071bc;
    font-size: 17px;
    line-height: 3;
}
.m-t-40{
	margin-top: 40px;
}
.wish-detail-des{
	line-height: 2;
    text-align: justify;
	height: 85px;
	overflow: hidden;
}
.wish-detail-des-all{
	background-color: #02c2ff;
    color: #FFF;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    right: 0;
	bottom: -10px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
}
.wish-detail-des-all-rotate{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wish-detail-category{
	background-color: #e6e6e6;
    border-radius: 30px;
    width: 100%;
    padding: 9px;
    height: auto;
}
.wish-detail-category-div{
	display: inline-block;
}
.wish-detail-category-items{
    background-size: cover !important;
	height: 120px;
    border-radius: 28px;
	margin: 5px 0;
	cursor: pointer;
}
.p-r-l-5{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.wish-detail-category-items-titlle{
	display: inline-block;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    border-radius: 28px;
	cursor: pointer;
}
.wish-detail-category-items-titlle span{
	color: #fff;
	font-size: 18px;
	line-height: 7;
}
.m-t-b-10{
	margin: 10px 0;
}
.wish-detail-cost-time{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
	padding: 20px;
	border-radius: 25px;
}
.wish-detail-cost-time-line{
	margin-top: 35px;
    margin-bottom: 15px;
    border: 0;
    border-top: 0.5px solid #4d9cd0;
}
.wish-detail-cost{
	color: #fff;
}
.wish-detail-time{
	color: #fff;
}
.wish-detail-ico{
	width: 20px;
    margin: 0 4px 0 6px;
}
.di-inline-block{
	display: inline-block;
}
.wish-detail-cost-time-a-d{
	position: absolute;
    right: 100px;
    font-size: 20px;
    line-height: 1;
}
.wish-detail-cost-dollar{
	position: absolute;
    right: 80px;
    font-size: 20px;
    line-height: 1;
}
.wish-detail-ok-btn{
	background-color: #00c600;
    color: #fff;
    border: none;
    outline: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 16px;
	margin: 0 0 30px 0;
	width: 49%;
	float: left;
}
.wish-detail-cancel-btn{
	border: 1px solid #d21542;
	background-color: transparent;
    color: #d21542;
    outline: none;
    padding: 15px;
    border-radius: 30px;
    font-size: 16px;
	margin: 0 0 30px 0;
	width: 49%;
	float: right;
}
#first-wish{
	display: none;
}
.first-wish-des{
	line-height: 2;
    text-align: justify;
}
.first-wish-btn{
    background-color: #55c0f9;
    border: none;
    outline: none;
    line-height: 2;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 100%;
    border-radius: 35px;
    margin: 28px 0;
}
.wish-working-animation{
	display: none;
}
.wish-working-animation-gif{
	width: 20%;
    margin-top: 65px;
}
.font22{
	font-size: 22px;
}
.blue-close-btn{
	width: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10;
}
#go-to-pay{
	display: none;
}
.go-to-pay-box{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
    padding: 20px;
    border-radius: 25px;
    height: auto;
    margin-bottom: 15px;
    margin-top: 80px;
}
.go-to-pay-box-close{
	width: 22px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.go-to-pay-box-title{
	color: #55c0f9;
	text-align: left;
}
.go-to-pay-box-des{
	color: #fff;
	font-size: 22px;
	margin: 0;
	line-height: 1.5;
}
.go-to-pay-box-bottom{
	margin-top: 70px;
	padding: 30px 0;
}
.go-to-pay-box-btn{
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	background-color: #5cbf47;
	text-transform: capitalize;
	color: #fff;
	line-height: 2.5;
	font-size: 20px;
	border-radius: 30px;
}
.go-to-pay-box-btn-iocn{
	width: 30px;
    margin-top: -3px;
}
.go-to-pay-box-bottom-des{
	margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}
.rank-survay-logo{
	width: 22px;
	margin: 0 2px 5px 0;
}
.wank-your-olo-place-title{
	color: #0071bc;
    font-size: 17px;
    line-height: 3;
}
.wank-your-olo-place-des{
	color: #000;
	font-size: 20px;
}
.rank-olo-box{
	height: 350px;
    width: 110px;
    background-color: #f2f2f2;
    border-radius: 30px;
    position: absolute;
    margin: 20px auto;
    left: 0;
	right: 0;
	top: 15px;
	bottom: 15px;
	overflow: hidden;
}
.rank-olo-box-control-bar{
	z-index: 100000;
	position: absolute;
	bottom: 0;
	height: 68%;
	max-height: 100%;
	background: linear-gradient(1deg, #ccfd5d 0%, #8ae67f 19%, #58C4BD 43%, #3C8EBA 69%, #1e4f8e 100%); 
	width: 100%;
}
.rank-olo-action-control-plus{
	position: absolute;
	left: 0;
	right: 0;
	cursor: pointer;
	color: #ccc;
}
.rank-olo-action-control-minus{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	cursor: pointer;
	color: #ccc;
	top: 400px;
}
.rank-olo-box-control-bar-text{
	margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    font-size: 12px;
}
.rank-olo-box-control-bar-line{
	margin-top: 6px;
	margin-bottom: 4px;
	width: 90%;
	border-top: 1px solid #f2f2f2;
}
.rank-olo-box-control-bar-title{
	color: #fdfdfd;
	font-size: 16px;
	margin: 0;
}
.rank-your-olo-place{
	display: none;
}
.congratulations-main-box{
	margin: 150px 0;
}
.congratulations-logo{
	width: 60px;
}
.congratulations-main-box-title{
	font-size: 25px;
	text-transform: capitalize;
	line-height: 2;
	margin: 0;
	color: #373737;
}
.congratulations-main-box-text{
	line-height: 1.4;
	margin: 0;
	font-size: 14px;
}
.ongratulations-main-box-btn{
	border: none;
	outline: none;
	width: 60%;
	height: 50px;
	padding: 2px;
	border-radius: 30px;
	background-color: #5cbe46;
	color: #fff;
	margin: 20px 0;
	font-size: 18px;
	line-height: 2;
}

.sorry-main-box{
	margin: 150px 0;
}
.sorry-logo{
	width: 60px;
}
.sorry-main-box-title{
	font-size: 25px;
	text-transform: capitalize;
	line-height: 2;
	margin: 0;
	color: #373737;
}
.sorry-main-box-text{
	line-height: 1.4;
	margin: 0;
	font-size: 14px;
}
.sorry-main-box-btn{
	border: none;
	outline: none;
	width: 60%;
	height: 50px;
	padding: 2px;
	border-radius: 30px;
	background-color: #55c0f9;
	color: #fff;
	margin: 20px 0;
	font-size: 18px;
	line-height: 2;
}
.choose-olo-category-reg-icon{
	width: 20px;
}
.m-t-b-3{
	margin: 3px 0;
}
.choose-olo-category-btn{
	border: none;
	outline: none;
    width: 100%;
    height: 50px;
    background-color: #54c0f9;
    color: #fff;
    font-size: 16px;
    line-height: 3;
    border-radius: 30px;
}
#olo-watch-video{
	display: none;
}
.olo-watch-video-file{
	border-radius: 30px;
}
.olo-watch-video-back-dark{
	border-radius: 28px;
    width: 100%;
    height: 98.5%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.olo-watch-video-player-icon{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 50px;
	cursor: pointer;
}
.olo-watch-video-pause-icon{
	position: absolute;
    right: 15px;
    bottom: 15px;
    width: 25px;
    cursor: pointer;
    display: none;
    opacity: 0.3;
}
.olo-watch-video-back-light{
	border-radius: 28px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.olo-watch-video-pause-icon:hover{
	opacity: 0.9;
}
.olo-watch-video-ready-btn{
	border: none;
    outline: none;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #1ec22d;
    color: #fff;
    border-radius: 30px;
}
.dreamMaker-video-ready-btn{
	border: none;
	outline: none;
	text-align: center;
	width: 100%;
	height: 50px;
	background-color: #1ec22d;
	color: #fff;
	border-radius: 30px;
}
.olo-watch-video-ready-btn-div{
	margin: 30px 0 15px 0;
}
#olo-test-page{
	display: none;
}
.olo-test-page-sec{
	margin: 6px 0;
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 8px 5px;
}
.olo-test-page-sec-p{
	margin: 0;
	line-height: 3;
	color: #373737;
	text-indent: 10px;
}
.m-t-10{
	margin-top: 10px;
}
.m-t-100{
    margin-top: 100px;
}
.olo-test-page-sec-answer{
	text-align: center;
	line-height: 2;
	border: 1px solid #373737;
	border-radius: 20px;
	margin-bottom: 4px;
	cursor: pointer;
	background-color: transparent;
	width: 100%;
}
.olo-test-page-sec-answer-select{
	background-color: #373737;
    color: #fff;
}
.p-r-l-4{
	padding-left: 4px;
	padding-right: 4px;
}
.olo-test-page-apply-btn{
	border: none;
    outline: none;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #1ec22d;
    color: #fff;
	border-radius: 30px;
	margin: 20px 0;
}
.olo-off{
	width: 30px;
    position: absolute;
    right: 5px;
    top: 15px;
    cursor: pointer;
}
.m-t-60{
	margin-top: 60px;
}
.olo-profile-avatar{
	width: 100px;
    border-radius: 30px;
    z-index: 100;
    float: left;
    height: 100px;
    object-fit: cover;
}
.olo-profile-des{
	position: absolute;
    top: 20px;
    border-bottom: 1px solid #b3b3b3;
    width: 100%;
    z-index: -1;
    font-size: 16px;
    text-indent: 110px;
    line-height: 2;
}
.p-absolute{
	position: absolute;
}
.olo-profile-des-bottom{
    position: relative;
    top: 58px;
    margin-left: 110px;
}
.olo-profile-des-flag{
	width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
.olo-profile-des-p{
	font-size: 12px;
	color: #b3b3b3;
}
.olo-profile-avatar-active{
	display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #1ec22d;
    position: absolute;
    left: 85px;
    top: 5px;
}
.m-t-b-25{
	margin: 25px 0;
}
.olo-profile-assigned{
	background: url('../img/profile-assigned.png')no-repeat center;
    background-size: cover;
    border-radius: 40px;
	height: 400px;
	cursor: pointer;
}
.olo-profile-salary{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
    height: 195px;
    border-radius: 40px;
	margin-bottom: 10px;
	cursor: pointer;
}
.olo-profile-setting{
	background-color: #b3b3b3;
	height: 195px;
	border-radius: 40px;
	cursor: pointer;
}
.p-l-0{
	padding-left: 0;
}
.p-r-0{
	padding-right: 0;
}
.p-r-5{
	padding-right: 5px;
}
.p-l-5{
	padding-left: 5px;
}
.olo-profile-assigned-title{
	margin: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
    color: #fff;
    font-size: 18px;
}
.olo-profile-assigned-text{
	margin: auto;
    color: #b3b3b3;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    font-size: 10px;
    width: 70%;
}
.olo-profile-salary-icon{
	width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}
.olo-profile-salary-text{
	font-size: 18px;
    color: #fff;
    line-height: 1.8;
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
}
.m-12-0{
	margin: 12px 0;
}
.olo-status-sec{
	width: 100%;
	height: auto;
	padding: 2px;
	background-color: transparent;
	border: 1px solid #cecece;
	border-radius: 30px;
	color: #b3b3b3;
	margin-bottom: 30px;
}
.olo-status-sec-text{
	line-height: 3;
	font-size: 16px;
	cursor: pointer;
}
.olo-status-sec-div{
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	animation-duration: 300s;
}
.olo-status-sec-div-select{
	background-color: #1ec22d;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	animation: ease-in-out 0.3ms;
}
.olo-status-sec-div-select-un{
	background-color: #680840;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	animation: ease-in-out 0.3ms;
}
.salary-withdraw-olo-pro{
	width: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.salary-withdraw-amount{
	background-color: #f2f2f2;
	padding: 3px 0;
	width: 100%;
	border-radius: 30px;
}
.salary-withdraw-amount-icon{
	width: 30px;
	margin: 6px auto;
	-webkit-filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
  	filter: invert(30%) grayscale(100%) brightness(70%) contrast(4);
}
.salary-withdraw-amount-text{
	color: #666666;
	background-color: #f2f2f2;
	padding: 0 10px;
	font-size: 16px;
}
.salary-withdraw-amount-title{
	border-bottom: 1px solid #666666;
	line-height: 0.1em;
	margin: 10px 0 10px;
}
#salary-withdraw-olo{
	display: none;
}
.salary-withdraw-you-earned{
	background-color: #fff;
    border-radius: 30px;
    line-height: 3;
	margin: 5px 0;
	color: #666666;
}
.p-l-r-7{
	padding: 0 7px;
}
.salary-withdraw-amount-p{
	margin: 0;
	font-size: 16px;
}
.salary-withdraw-amount-p-dollar{
    margin-right: 3px;
}
.salary-withdraw-your-preferd{
	margin: 20px 0 2px 0;
}
.salary-withdraw-your-preferd-p{
	color: #0071bc;
}
.amount-actoin-control-plus{
	padding: 0 5px;
	color: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
.amount-actoin-control-plus i{
	display: inline-block;
	margin: 35px 0;
	font-size: 22px;
	cursor: pointer;
}
.amount-actoin-control-minu{
	background-image: linear-gradient(45deg, #004790, #0071BC);
	padding: 0 13px;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
}
.amount-actoin-control-minus{
	padding: 0 5px;
	color: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
.amount-actoin-control-minus i{
	display: inline-block;
	margin: 35px 0;
	font-size: 22px;
	cursor: pointer;
}
.amount-actoin-control-main{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}
.amount-actoin-control-bar{
	z-index: 100000;
	position: absolute;
	left: 0;
	width: 40%;
	max-width: 100%;
	background-image: linear-gradient(45deg, #004790, #0071BC);
	height: 100%;
	border-radius: 30px 0 0 30px;
}
.amount-actoin-control-bar span{
	position: absolute;
	left: 10px;
	top: 3px;
	color: #fff;
}
.amount-actoin-control{
	width: 80%;
	height: 95px;
	background-color: #f2f2f2;
	border-radius: 30px;
	line-height: 6;
	display: inline-block;
}
.amount-actoin-control-bar-dollar{
	margin: 15px 8px;
}
.salary-withdraw-btn{
	border: none;
    outline: none;
    background-color: #1ec22d;
    color: #fff;
    line-height: 2.5;
    padding: 3px;
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    border-radius: 30px;
}
.salary-withdraw-olo-bottom-des{
	color: #666666;
	font-size: 12px;
	line-height: 1;
}
.amount-actoin-control-bar-line{
	display: inline-block;
    height: 90%;
    border: .4px solid #fff;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#olo-assigned-dreams-page{
	display: none;
}
.assigned-dreams-search-resualt{
	cursor: pointer;
	height: 114px;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	border-radius: 30px;
	padding: 0;
	margin: 5px 0;
}
.wish-detail-category-items-add-dreammaker{
	border-radius: 0;
    background-image: linear-gradient(45deg, #004790, #0071BC);
    height: auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
	margin: 0;
	padding-bottom: 10px;
}
#wish-detail-category-items-add-dreammaker{
	display: none;
}
.wish-detail-category-items-add-dreammaker-title{
	color: #fff;
    font-size: 16px;
    text-align: center;
}
.wish-detail-category-items-add-dreammaker-div{
	background-color: #ffffff;
    padding: 0;
    width: 100%;
    border-radius: 25px;
    margin: 5px 0 10px 0;
}
.wish-detail-category-world{
	font-size: 16px;
	line-height: 3;
	margin: 0;
	color: #848484;
	cursor: pointer;
	margin: 1px;
}
.wish-detail-category-active{
	background-color: #00c2ff;
    color: #fff;
	border-radius: 30px;
}
.world-arrow-bottom{
	font-size: 35px;
    float: right;
    margin: 8px 18px;
    position: absolute;
	right: 0;
}
.choose-your-city-arrow{
	display: none;
}
.choose-your-country-list{
	position: absolute;
	background-color: #f6f6f6;
	z-index: 1111111;
	color: #00c2ff;
	display: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 10px 0;
	max-height: 280px;
	overflow-y: scroll;
	width: 98%;
	left: 0;
	right: 0;
	top: 50px;
	margin: auto;
}
.choose-your-city-list{
	position: absolute;
	background-color: #f6f6f6;
	z-index: 1111111;
	color: #00c2ff;
	display: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 10px 0;
	max-height: 280px;
	overflow-y: scroll;
	width: 98%;
	left: 0;
	right: 0;
	top: 50px;
	margin: auto;
}
.wish-detail-category-world-list{
	list-style: none;
    padding: 0;
    margin: 0;
}
.wish-detail-category-world-list li{
	line-height: 2;
	padding: 2px 0;
	cursor: pointer;
}
.wish-detail-category-world-btn{
	border: none;
	outline: none;
	width: 100%;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #1dc02e;
	color: #fff;
	line-height: 2;
	font-size: 16px;
	border-radius: 30px;
	cursor: pointer;
}
.wish-detail-category-line{
	border-bottom: 1px solid #fff;
	line-height: 0.1em;
	margin: 10px 0 10px;
}
.wish-detail-category-line-title{
	color: #fff;
	background-color: #0059a2;
	padding: 0 10px;
	font-size: 16px;
}
.category-item-1{
	height: 100px;
	width: 100px;
	border: 1px solid #fff;
	border-radius: 30px;
	cursor: pointer;
	background: transparent;
}
.category-item-1-active{
	background-color: #fff;
}
.category-item-1-active h5{
	color: #0059a1 !important;
}
.category-item-1 h5{
	color: #fff;
	line-height: 2;
	text-align: center;
	margin: 33px 0;
}
.p-b-30{
	padding-bottom: 30px;
}
.category-search-result{
	cursor: pointer;
	height: 114px;
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	border-radius: 30px;
	padding: 0;
	margin: 5px 0;
}
.setting-top-profile{
	width: 30px;
    position: absolute;
    top: -10px;
	left: 0;
	cursor: pointer;
	z-index: 1;
}
.dreammaker-profile-messages{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
    height: 195px;
    border-radius: 40px;
	margin-bottom: 10px;
	cursor: pointer;
}
.dreammaker-profile-add-new{
	border: 1px solid #940b5c;
	height: 195px;
	border-radius: 40px;
	cursor: pointer;
}
.dreammaker-profile-messages-text{
	font-size: 18px;
    color: #940b5c;
    line-height: 1.8;
    position: absolute;
    top: 95px;
    left: 0;
    right: 0;
}
.dreammaker-profile-messages-noti-div{
	width: 30px;
    height: 30px;
    background-color: #c1272d;
    border-radius: 20px;
    position: absolute;
    top: 15px;
    right: 20px;
}
.profile-messages-noti-div-text{
	color: #fff;
    line-height: 2;
    font-size: 15px;
}

.dreammaker-profile-messages-noti-div-Olo{
    width: 21px;
    height: 21px;
    background-color: #c1272d;
    border-radius: 20px;
    position: absolute;
    top: 11px;
    right: 75px;
    z-index: 1;
}
.profile-messages-noti-div-text-Olo{
    color: #fff;
    line-height: 2;
    font-size: 13px;
    position: absolute;
    right: 7px;
    top: -2px;
}
#dreammaker-profile-messages-page{
	display: none;
	padding-bottom: 40px;
}
.all-messages-icon-blue{
	width: 25px;
	margin-top: -6px;
}
.all-messages-noti-div{
	background-color: #00c2fe;
    display: inline-block;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    line-height: 2;
    text-align: center;
    color: #fff;
}
.dreammaker-profile-messages-unread{
	background-color: #e6e6e6;
	width: 100%;
	height: auto;
	padding: 15px 30px;
	border-radius: 30px;
	margin: 5px 0;
	cursor: pointer;
}
.dreammaker-profile-messages-read{
	background-color: #f1f1f1;
	width: 100%;
	height: auto;
	padding: 15px 30px;
	border-radius: 30px;
	margin: 5px 0;
	cursor: pointer;
	overflow: hidden;
}
.messages-unread-noti-blue{
	background-color: #00c2fe;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 2;
}
.profile-messages-unread-title{
	margin: 0;
	display: inline-block;
	font-size: 16px;
	line-height: 2;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
}
.profile-messages-unread-time{
	margin: 0;
	display: inline-block;
	font-size: 12px;
	line-height: 3;
	text-transform: uppercase;
	color: #666666;
}
.profile-messages-unread-text{
	overflow: hidden;
	color: #666666;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
}
#profile-messages-show-des{
	display: none;
}
.profile-messages-show-des{
	position: absolute;
	z-index: 200;
	background: #fff;
	height: 100%;
}
.all-messages-title-show{
	background-color: #02c2ff;
    outline: none;
    height: 40px;
    border: none;
    border-radius: 30px;
	padding: 2px 25px;
	line-height: 2;
	color: #fff;
	font-size: 16px;
	cursor: auto;
}
.all-messages-btn-icon{
	width: 25px;
    margin-top: -3px;
    margin-right: 5px;
}
.all-messages-show-box{
	background-image: linear-gradient(-45deg, #004790, #0071BC);
	padding: 20px;
	border-radius: 30px;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.all-messages-show-box-close-btn{
	width: 20px;
    position: absolute;
    top: 20px;
	right: 20px;
	cursor: pointer;
}
.all-messages-show-box-title-1{
	margin: 0;
	color: #00c2ff;
	font-size: 16px;
}
.m-t-30{
	margin-top: 30px;
}
.all-messages-show-box-title-2{
	margin: 0;
	color: #fff;
	line-height: 2;
	font-size: 18px;
}
.all-messages-show-box-des{
	color: #fff;
    line-height: 2;
    margin: 5px 0;
	text-align: justify;
}
.all-messages-show-box-2{
	background: transparent;
	border-radius: 30px;
	padding: 15px;
	margin: 10px 0;
	border: 1px solid #fff;
}
.all-messages-show-box-bottom-btn{
	background-color: #1bc12d;
    border-radius: 30px;
    line-height: 2.5;
    outline: none;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.all-messages-show-box-bottom-text{
	line-height: 1.5;
    font-size: 12px;
    color: #dadada;
    margin: 12px 0;
    width: 80%;
}
.all-messages-title-show-back-r{
	background-color: #00c3ff;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 60px;
    z-index: -1;
}
.dreammaker-profile-goods-services{
	background: url('../img/profile-assigned.png')no-repeat center;
    background-size: cover;
    border-radius: 40px;
	height: 195px;
	cursor: pointer;
	margin-bottom: 10px;
}
#profile-goods-services-page{
	display: none;
}
.profile-goods-services-page-text{
	color: #000000;
    font-size: 17px;
}
.choose-your-city-country-category{
	z-index: 0;
}
.goods-and-services-list-page{
	cursor: pointer;
	height: 114px;
	background-color: #f2f2f2;
	border-radius: 28px;
	padding: 0;
	margin: 5px 0;
	right: 0;
}
.goods-and-services-list-attr{
	cursor: pointer;
	height: 114px;
	border-radius: 30px;
	padding: 0;
	margin: 5px 0;
	overflow: hidden;
	position: absolute;
}
.goods-and-services-list-attr-available{
	background-color: #02c2ff;
	height: 100%;
	width: 100%;
	color: #fff;
}
.goods-and-services-list-attr-delete{
	background-color: #9e005d;
	height: 100%;
	width: 100%;
	color: #fff;
}
.goods-and-services-list-attr-edit{
	background-color: #0071bc;
	height: 100%;
	width: 100%;
	color: #fff;
}
.height100{
	height: 100%;
}
.goods-and-services-list-attr-btn{
	width: 100%;
	height: 100%;
	font-size: 16px;
	cursor: pointer;
	background: transparent;
	border: none;
	outline: none;
}
.over-hidden{
	overflow: hidden;
}
#dreammaker-adding-new-services{
	display: none;
}
.adding-new-service-icon{
	width: 20px;
}
.adding-new-services-title-list{
	background-color: #9e015d;
    color: #fff;
	border-radius: 30px;
}
.adding-new-service-text{
	margin: 0 0 15px 0;
    font-size: 20px;
}
.choose-adding-new-services-title-list{
	background-color: #9e015d;
	width: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	color: #fff;
	display: none;
	position: absolute;
	margin-top: -50px;
	padding-top: 50px;
	padding-bottom: 10px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
	max-height: 276px;
	overflow-x: hidden;
	overflow-y: scroll;
	border-radius: 30px;
}
.adding-new-services-description-box{
	background-color: #f2f2f2;
	padding: 10px;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.new-services-description-box-inp{
	width: 100%;
	resize: none;
	border-radius: 20px;
	border: none;
	padding: 10px;
	line-height: 1.8;
	color: #7e7e7e;
}
.services-description-bottom-box{
	background-color: #f2f2f2;
    position: absolute;
    height: 120px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    left: 0;
    top: 266px;
    width: 120px;
	z-index: -1;
	cursor: pointer;
}
.services-description-bottom-box-img{
	width: 35px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: 0;
    margin: auto;
}
.services-description-bottom-box-img-2{
	width: 90px;
	height: 90px;
	position: absolute;
	left: 15px;
	top: 17px;
	border-radius: 17px;
	display: none;
	z-index: -1;
}
.services-description-upload-text{
	position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 11px;
}
.services-description-upload-inp{
    width: 100%;
    height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
	display: none;
}
.services-description-bottom-box-2{
	width: 35px;
    position: absolute;
    right: -35px;
    top: 14px;
    bottom: 0;
}
.services-description-settime-title{
	border-bottom: 1px solid #4c4c4c;
	line-height: 0.1em;
	margin: 15px 0 15px;
}
.category-items-text{
	color: #4c4c4c;
	background: #f2f2f2;
	padding: 0 10px;
	font-size: 16px;
}
.dreammaker-add-new-time-sec{
	width: 100%;
	height: auto;
	padding: 2px;
	background-color: #fff;
	border-radius: 30px;
	color: #9e015d;
}
.dreammaker-add-new-time-sec-select{
	background-color: #9e015d;
	border-radius: 30px;
	color: #fff;
	cursor: pointer;
	animation: ease-in-out 0.3ms;
}
.services-add-new-next-btn{
	background-color: #02c2ff;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 30px;
    line-height: 2.5;
    position: absolute;
    right: 0;
    top: 55px;
    width: 130px;
    cursor: pointer;
    font-size: 16px;
	margin-bottom: 40px;
}
#dm-adding-new-services-timesheet{
	display: none;
}
.new-services-timesheet-btn{
	outline: none;
    border: none;
    border-radius: 30px;
    line-height: 2;
    padding: 5px;
    width: 100px;
    color: #fff;
    background-color: #00c2ff;
    float: right;
    margin: 30px 15px 0 0;
}
#dm-adding-new-services-preparing{
	display: none;
}
.adding-new-service-bar-text{
	height: 30% !important;
    line-height: 1 !important;
    text-align: left !important;
    top: 35% !important;
}
.adding-new-service-bar-days-text{
	text-align: right;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 3px;
    color: #fff;
}
.new-services-preparing-control-bar{
	z-index: 100000;
    position: absolute;
    left: 0;
    width: 50%;
    max-width: 100%;
    background-image: linear-gradient(45deg, #004790, #0071BC);
    height: 100%;
    border-radius: 30px 0 0 30px;
}
.new-services-preparing-control-bar span{
	position: absolute;
	left: 10px;
	top: 3px;
	color: #fff;
}
.new-services-preparing-control-plus{
	padding: 0 5px;
    color: #ccc;
    border-radius: 50px;
    cursor: pointer;
}
.new-services-preparing-control-plus i{
	display: inline-block;
    margin: 35px 0;
    font-size: 22px;
    cursor: pointer;
}
.new-services-preparing-control-minus{
	padding: 0 5px;
	color: #ccc;
	border-radius: 50px;
	cursor: pointer;
}
.new-services-preparing-control-minus i{
	display: inline-block;
	margin: 35px 0;
	font-size: 22px;
	cursor: pointer;
}
.new-services-preparing-terms-inp{
	background: #f2f2f2 url("../img/deswishBack-white.png")no-repeat center center;
	background-size: 100px;
	width: 100%;
	height: 100%;
    border: 1px solid #f2f2f2;
    outline: none;
    border-radius: 30px;
    resize: none;
    margin: 15px 0 10px;
    padding: 15px;
    font-size: 14px;
    direction: ltr;
	line-height: 2;
	color: #696969;
}
.new-services-preparing-btn{
	background-color: #1ec22d;
    border: none;
    outline: none;
    float: right;
    color: #fff;
    border-radius: 30px;
    line-height: 3;
	padding: 0 30px;
	cursor: pointer;
	margin-bottom: 40px;
}
.page404{
	position: absolute;
	top: 35%;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.page404-icon{
	width: 80px;
	margin: 15px 0;
}


#dreamerViewAvatar{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-left: -16px;
    margin-top: -8px;
    border-radius: 14px;
    display: none;
}
#oloViewAvatar{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-left: -16px;
    margin-top: -8px;
    border-radius: 14px;
    display: none;
}
#dreamMakerViewAvatar{
    width: 60px;
    height: 60px;
    position: absolute;
    margin-left: -16px;
    margin-top: -8px;
    border-radius: 14px;
    display: none;
}

.selectCity{
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 20px;
    margin: 3px 0;
    border-radius: 25px;
    color: #837E7E;
    line-height: 2;
    -webkit-appearance: none;
    font-size: 14px;
}

.selectArea{
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px 20px;
    margin: 3px 0;
    border-radius: 25px;
    color: #837E7E;
    line-height: 2;
    font-size: 14px;
    -webkit-appearance: none;
    display: none;
}

#which-one-do-you{
    display: none;
}
.dreamer-go-to-which-btn{
    background-color: #1bc12d;
    border-radius: 30px;
    line-height: 2.9;
    outline: none;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 16px;
	margin-top: -10px;
}
.dreamMaker-assigned-services-btn{
	background: linear-gradient(200deg, rgb(128, 184, 90) 0%, rgb(147, 192, 90) 56%, rgb(150, 191, 89) 100%);
	border-radius: 30px;
	line-height: 2.9;
	outline: none;
	border: none;
	width: 100%;
	color: #fff;
	font-size: 16px;
	height: 100%;
}
.dreamMaker-go-to-which{
	height: 195px;
	border-radius: 40px;
}
#dreamer-profile-messages-box{
    display: none;
}
#dreamer-messages-show-des{
    display: none;
}
.dreamer-profile-messages-read{
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    border-radius: 30px;
    margin: 5px 0;
    cursor: pointer;
}
.dreamer-profile-messages-unread{
    background-color: #e6e6e6;
    width: 100%;
    height: auto;
    padding: 15px 30px;
    border-radius: 30px;
    margin: 5px 0;
    cursor: pointer;
}
#dreamer-profile-setting-page{
    display: none;
}
#dremaer-profile-dreams{
    display: none;
}
.dreamer-profile-dreams-item{
    cursor: pointer;
    height: 114px;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    border-radius: 30px;
    padding: 0;
    margin: 5px 0;
}

.titleWish{
    width: 100%;
    border: 0;
    border-radius: 50px;
    padding: 25px 29px;
    margin-bottom: 10px;
    color: #4d4d4d;
}


/*.borderChange {*/
    /*-webkit-animation-name: borderChange;*/
    /*-webkit-animation-duration: 5s;*/
    /*-webkit-animation-iteration-count: infinite;*/
    /*-webkit-animation-timing-function: linear;*/
    /*-webkit-animation-delay: 0s;*/
/*}*/
/*@-webkit-keyframes borderChange {*/
    /*0% {*/
        /*border: 3px solid #002848;*/
    /*}*/
    /*25% {*/
        /*border: 3px solid #ee19a0;*/
    /*}*/
    /*50% {*/
        /*border: 3px solid #0dbbee;*/
    /*}*/
    /*75% {*/
        /*border: 3px solid #ee19a0;*/
    /*}*/
    /*100% {*/
        /*border: 3px solid #002848;*/
    /*}*/
/*}*/



/* m */
#add-to-wish-detail{
	display: none;
}
#add-to-wish-detail-filters-page{
	display: none;
}
#wish-detail-chat-page{
	display: none;
}
.chat-main{
	min-height: 85vh;
	padding-bottom: 80px;
	padding-top: 15px;
}
.send-message-inp{
	width: 35%;
	height: 40px;
	outline: navajowhite;
	border-radius: 30px;
	border: 1px solid #e1e1e1;
	padding: 2px 15px;
	font-weight: 300;
	margin: 10px 0;
}
.send-message-img{
	width: 35px;
	margin-top: -4px;
	cursor: pointer;
}
.chat-send-main{
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	width: 100%;
}
.chat-top-box{
	background-color: #f6f6f6;
	height: 65px;
	z-index: 10000;
	width: 100%;
	position: fixed;
}
.right-chat-box{
    padding: 6px 21px 6px 24px;
    line-height: 2;
    width: auto;
    text-align: left;
    background-color: #435f7a;
    margin: 10px 0 5px 0;
    color: #fff;
    height: auto;
    box-sizing: border-box;
    outline: none;
    word-break: break-all;
    font-weight: 300;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 23px !important;
    border-bottom-right-radius: 23px !important;
    border-bottom-left-radius: 50px !important;
    float: right;
    display: block;
}
.left-chat-box{
    padding: 6px 24px 6px 21px;
	line-height: 2;
	float: left;
	width: auto;
	text-align: left;
	background-color: #f5f5f5;
	margin: 10px 0 5px 0;
	color: #000;
	height: auto;
	box-sizing: border-box;
	outline: none;
	word-break: break-all;
	font-weight: 300;

    border-top-left-radius: 23px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-bottom-left-radius: 23px !important;
    display: block;
}
#dreamMaker-profile-setting-page{
	display: none;
}
.add-services-title-inp{
	width: 100%;
	height: 45px;
	border: none;
	outline: none;
	padding: 8px 10px;
	margin: 0 0 10px 0;
	border-radius: 25px;
	color: #7e7e7e;
}
.add-services-cost{
	background-color: #f2f2f2;
	border: none;
	outline: none;
	width: 100%;
	height: 48px;
	border-radius: 30px;
	padding: 15px;
	color: #696969;
    background: url(../img/dollar.svg) #f2f2f2 no-repeat;
    background-size: 18px;
    background-position: right 14px center;
}
#edit-your-wish{
	display: none;
}
#wish-detail-services-des{
	display: none;
}
#add-services-wish{
	display: none;
}
#filter-page-search-result{
	display: none;
}
#search-result-services-wish{
	display: none;
}

.pignose-calendar{
	border: none;
	box-shadow: none;
	max-width: none;
	width: 90%;
}
.pignose-calendar .pignose-calendar-top{
	box-shadow: none !important;
	border: 1px solid #e2e2e2 !important;
}
.pignose-calendar .pignose-calendar-unit a{
	color: #00c2ff;
	font-weight: 400;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-active a{
	background-color: #00c2ff !important;
	color: #fff !important;
	box-shadow: none !important;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-month{
	font-weight: 400 !important;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-year{
	font-weight: 400 !important;
}
.pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sat, .pignose-calendar .pignose-calendar-header .pignose-calendar-week.pignose-calendar-week-sun{
	color: #9e015d;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sat a, .pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-sun a{
	color: #9e015d;
}
.pignose-calendar-week{
	font-weight: 400 !important;
}
#dm-assigned-services-list{
	display: none;
}
.dreamMaker-services-provided-box{
	cursor: pointer;
	height: 114px;
	background-color: #f2f2f2;
	border-radius: 28px;
	padding: 0;
	margin: 5px 0;
	right: 0;
}
.dm-request-deny-btn{
	background-color: #c1272d;
	border: none;
	border-radius: 30px;
	line-height: 2.5;
	outline: none;
	width: 100%;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}
.dm-message-request-left-bl{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #0071bc;
	height: 100%;
	width: 23px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
#request-for-olo-sec{
	display: none;
}
.request-for-olo-main-box{
	margin: 170px 0;
}
.request-for-olo-main-box-title{
	font-size: 20px;
	text-transform: capitalize;
	line-height: 2;
	margin: 0;
	color: #373737;
}
.request-for-olo-accept-btn{
	width: 100%;
	border: none;
	outline: none;
	height: 50px;
	padding: 2px;
	border-radius: 30px;
	background-color: #5cbe46;
	color: #fff;
	margin: 30px 0;
	font-size: 18px;
	line-height: 2;
}
.request-for-olo-done-btn{
	width: 100%;
	outline: none;
	height: 50px;
	padding: 2px;
	border-radius: 30px;
	background-color: transparent;
	border: 1px solid #c1272d;
	color: #c1272d;
	margin: 30px 0;
	font-size: 18px;
	line-height: 2;
}
.dm-get-withdraw-btn{
	background: linear-gradient(200deg, rgb(128, 184, 90) 0%, rgb(147, 192, 90) 56%, rgb(150, 191, 89) 100%);
	border: none;
	outline: none;
	width: 100%;
	height: 50px;
	color: #fff;
	border-radius: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}
#salary-withdraw-dreamMaker{
	display: none;
}
.add-services-commission{
	background-color: #f2f2f2;
	border: none;
	outline: none;
	width: 100%;
	height: 48px;
	border-radius: 30px;
	padding: 15px;
	color: #696969;
	margin-top: 13px;
}
#add-services-commission-icon{
    background: url(../img/percent.svg) #f2f2f2 no-repeat;
    background-size: 18px;
    background-position: right 14px center;
}
#wish-detail-chat-send-file{
	display: none;
}
.wish-detail-dream-files-title{
	text-align: right;
	display: inline-block;
	float: right;
	color: #1476BD;
	padding: 8px 19px;
	border-radius: 50px;
	margin-top: 20px;
	margin-right: 10px;
	font-size: 16px;
}
.wish-detail-send-file-inp{
	outline: none;
	width: 35%;
	display: inline-block !important;
	border: 1px solid #dcdcdc;
	padding: 10px;
	border-radius: 30px;
	font-weight: 100;
	margin-bottom: 10px;
}
.wish-detail-send-file-btn{
	border: none;
	padding: 10px 25px;
	border-radius: 30px;
	font-weight: 100;
	background-color: #1476BD;
	color: #fff;
	margin-bottom: 10px;
}
.send-file-main{
	min-height: 85vh;
	padding-bottom: 80px;
	padding-top: 15px;
}
.user-file{
	background-color: #eaeaea;
	padding: 5px;
	width: 300px;
	height: 80px;
	margin: 8px 0;
	border-radius: 10px;
}
.user-file-img{
	background-color: #eaeaea;
	padding: 0;
	width: 300px;
	height: 300px;
	margin: 5px 5px 15px 5px;
	border-radius: 10px;
}
.user-file-name{
	color: #000;
	margin: 10px 0 0 10px;
	font-size: 14px;
}
.user-file-date{
	color: #000;
	margin: 10px 0 0 10px;
	font-size: 10px;
}
.user-file-back{
	background-color: #970159;
	height: 70px;
	width: 70px;
	display: inline-block;
	border-radius: 7px;
	text-align: center;
}
.user-file-back-title{
	color: #fff;
	font-size: 22px;
	line-height: 3.2;
}
.file-image{
	width: 100%;
	height: 90%;
	border-radius: 10px;
}
.file-image-date{
	color: #000;
	font-size: 10px;
	margin: 8px;
}
.file-send-main{
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	background-color: #fff;
}
.inbox-icon{
	width: 28px;
	cursor: pointer;
	right: 130px;
	position: absolute;
	top: 7px;
}
.register-input-help{
	margin: 4px 0;
	color: #b5b5b5;
	text-align: left;
	font-size: 12px;
	text-indent: 20px;
}
.pending-service-theme{
	width: 100%;
	height: 100%;
	background-color: #96025c;
	position: absolute;
	z-index: 1;
	opacity: 0.9;
	text-align: center;
}
.pending-service-theme span{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	margin: 45px 0;
}
.help-modal{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
.help-modal-back{
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
}
.help-modal-content{
	background-color: #fff;
	padding: 10px;
	width: 35%;
	min-height: 40%;
	max-height: 60%;
	border-radius: 10px;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	overflow-x: scroll;
	overflow-y: hidden;
}
.help-modal-close-btn{
	background-color: #00c3ff;
	color: #fff;
	border: 0;
	padding: 10px;
	width: 22% !important;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: 0 auto;
}
.help-modal-main p{
	margin: 0;
	line-height: 2.2;
	text-align: justify;
	color: #333;
}
.dreamolo-help-modal{
	cursor: pointer;
	z-index: 2;
}


.cancel-modal{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
.cancel-modal-back{
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 105%;
}
.cancel-modal-content{
	background-color: #fff;
	padding: 10px;
	width: 30%;
	min-height: 25%;
	border-radius: 10px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	overflow-x: scroll;
	overflow-y: hidden;
}
.cancel-modal-main{
	padding: 30px 0 15px 0;
}
.cancel-modal-main p{
	margin: 0;
	line-height: 2.2;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.cancel-modal-yes-btn{
	background-color: transparent;
	border: 1px solid #00c600;
	outline: none;
	padding: 10px 30px;
	color: #00c600;
	cursor: pointer;
	border-radius: 30px;
	margin: 0 5px;
	width: 45%;
	font-size: 16px;
}
.cancel-modal-no-btn{
	background-color: #d21542;
	border: 1px solid #d21542;
	color: #fff;
	outline: none;
	padding: 10px 30px;
	cursor: pointer;
	border-radius: 30px;
	margin: 0 5px;
	width: 45%;
	font-size: 16px;
}
.cancel-modal-btn-box{
	margin-top: 40px;
}
/* m */


/* mmd 2*/
#divScr_div_back{
	background-color: #fff;
	height: 70px;
	width: 100%;
	position: fixed;
	z-index: 1;
}
.blue_help_logo{
	width: 25px;
	right: 105px;
	position: absolute;
	top: 16px;
	cursor: pointer;
}
/* mmd 2*/





.loading {
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

.spinner {
    background: #000
    url(../img/ajax-loader.gif) 0 0
    no-repeat;
    border: 0;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    box-shadow: 0 1px 1px -1px #fff;
    display: block;
    height: 46px;
    left: 50%;
    margin: -23px 0 0 -23px;
    opacity: 0.18;
    overflow: hidden;
    padding: 1px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 46px;
    z-index: 9999;
}


#waitLoadingDiv{
background: #FBFBFB;
    height: 100vh;
}


.dreamerCancelRequestToOlo{
    padding: 10px 64px;
    border: 0;
    border-radius: 23px;
    color: #fff;
    background: #9F005C;
    margin-top: 10px;
}

.dreamerCancelRequestToDreamMakers{
    padding: 10px 64px;
    border: 0;
    border-radius: 23px;
    color: #fff;
    background: #9F005C;
    margin-top: 10px;
}
.trashDream{
    position: absolute;
    right: 0px;
    background: #9F005C;
    color: #fff;
    padding: 6px 14px;
    border-top-right-radius: 27px;
    top: 5px;
    border-bottom-left-radius: 27px;
    z-index: 10;
    cursor: pointer;
}


.editDesDream{
    border: 0;
    font-size: 14px;
    padding: 0 17px;
    margin-left: 7px;
    border-radius: 5px;
    height: 40px;
    position: absolute;
    font-weight: 100;
    color: #fff;
    background: #006fba;
    margin-top: 3px;
    cursor: pointer;
}
.chatDream{
    position: absolute;
    right: 0;
    top: 0;
    background: #e9a079;
    color: #fff;
    border-bottom-left-radius: 20px;
    padding: 9px 38px;
    font-size: 16px;
    cursor: pointer;
}


#olo-profile-setting-page{
    display: none;
}

.amountInp{
    width: 81%;
    border: 5px solid #F2F2F2;
    border-radius: 50px;
    padding: 12px 20px;
    color: #4d4d4d;
}



.tiSubsP{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    color: #653b93;
}

.tiSubsS{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 0;
    color: #4d4d4d;
}


#select-time-date{
    display: none;
}

.custom-containerNew{
    padding: 14px 370px;
}

.inpSelDt{
    width: 100%;
    text-align: center;
    border: 0;
    margin: 8px 0;
    background: #0072BB;
    color: #fff;
    border-radius: 50px;
    padding: 16px;
}
.inpSelDt-top{
    margin-top: 90px;
}

.divShowReqTime{
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0px;
    background: #eee;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    color: #4d4d4d;
}

.right-chat-box-date{
    font-size: 11px;
    font-weight: 100;
    color: #b0aeae;
    position: absolute;
    right: -99px;
    margin-top: 2px;
}

.left-chat-box-date{
    font-size: 11px;
    font-weight: 100;
    color: #b0aeae;
    position: absolute;
    left: -99px;
    margin-top: 2px;
}


.arrow-right {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid #435f7a;
    position: absolute;
    right: -8px;
    margin-top: -31px;
}
.arrow-left {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-right:10px solid #f5f5f5;
    position: absolute;
    left: -8px;
    margin-top: -31px;
}
.divLastMessage{
    display: inline-block;
    float: right;
    background: #1476BD;
    color: #fff;
    padding: 8px 19px;
    font-weight: 100;
    border-radius: 50px;
    margin-top: 13px;
    margin-right: 10px;
    cursor: pointer;
}
.olo-Message-Icon{
    -webkit-filter: contrast(0.5);
    filter: contrast(0.5);
    right: 54px;
    width: 32px;
    position: absolute;
    top: 19px;
    cursor: pointer;
}
.inpAddress{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 13px 20px;
    color: #686868;
}


.btnNextLast{
    border: 0;
    border-radius: 50px;
    color: #fff;
    padding: 10px 91px;
    background: #0085C1;
    position: fixed;
    bottom: 20px;
    z-index: 900000000000;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;

}
@media only screen and (max-width: 1250px) {
	.divContiner{
		padding-right: 150px !important;
		padding-left: 150px !important;
	}

	.custom-container{
		padding-left: 150px !important;
		padding-right: 150px !important;
	}
	.custom-container2{
		padding-left: 300px !important;
		padding-right: 300px !important;
	}
	.imgGrand{
		width: 300px;
	}

	.wish-search-result-text-1{
		left: 120px;
	}
	.wish-search-result-text-2{
		left: 120px;
	}

    .custom-containerNew{
        padding: 14px 200px;
    }

}
