body {
    background-color: #74EBD5;
    background-image: linear-gradient(90deg, #74EBD5 0%, #9FACE6 100%);
    min-height: 100vh;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    width: 5px;
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    width: 1em;
    background-color: #ddd;
    outline: 1px solid slategrey;
    border-radius: 1rem;
}

.text-small {
    font-size: 0.9rem;
}

.messages-box, .chat-box {
    height: 490px;      /*510px;*/
    overflow-y: scroll;
}

.rounded-lg {
    border-radius: 0.5rem;
}

/*input::placeholder {*/
::placeholder {
    font-size: 0.9rem;
    color: #999;
}

textarea.form-control {
    height: 40px;
}



#header {
    text-align: center;
    padding: 10px 0;
}

#logo{
    max-height: 100px;
    max-width: 100%;
}

.pratTitle {
    padding-top: 5px;
    border-top: 1px solid #EEEEEE;
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.rdv-nav {
    margin-bottom: 30px;
}

gm-map {
    display: block;
    width: 100%;
    height: 300px;
}



#tooltip {
	position: absolute;
	width: 225px;
	height: 70px;
	right: 0;
	bottom: 0;
	padding-right: 20px;
	background: url('../images/arrow_e_skyblue.888.png') right 10px no-repeat;
	font-size: 16px;
	color: #888;
	text-align: center;
	line-height: 20px;
}
#tooltip .title {
	display: block;
	font-size: 20px;
	color: #666;
	margin-bottom: 8px;
	border-bottom: 2px solid #3c763d;
	padding: 2px 0;
}

.input-message {
	border: solid 2px #111111;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
	border-radius: 25px;
}
.input-message .form-control::placeholder {
    opacity: 0.5;
}
.input-message textarea {
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.input-message .btn {
	border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #ffffff;
}










/* Loading spinner */
#maskFrame {
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter:alpha(opacity=50);
	opacity:0.5;
}
#ajaxLoading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#ajaxLoading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/loading.png');
}








/* Cookie Banner */
#cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
}
.cn-bottom {
    bottom: 0;
}
.cookie-notice-container {
    padding: 10px;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}









