/* ***************************************************************************************************************
||||||||||||||||||||||||||       CUSTOM STYLES FOR DESTINO               ||||||||||||||||||||||||||||||||||||||
******************************************************************************************************************

/*** 
=============================================
BUZZ BRANDING
=============================================
***/
body {
  font-family: 'Trebuchet MS', sans-serif;
}

button:hover {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.search-ad {
  background: #10163e;
}

footer {
  background: #10163e;
}

section {
  padding:30px 0
}
.sidebar {
  padding-top:15px!important;
}
.inner-title {  
  margin-bottom: 0px;
}

/* here you overwrite SCSS or LESS or SASS code  */


/* ============================= */
.hide {
  display: none !important;
}

.buzz_slideout {
	padding: 20px;
	width: 250px;
	background: #fff;
	border: #ffd100 1px solid;
	z-index: 99999;
}      

.mybuzz_key {
	font-weight: 800;
	font-size: 14px;
}

.mybuzz_value {
	font-size: 14px;
}

.MyBuzz_Details {
	margin: 10px;
}


/*** 
=============================================
NBC DESIGN
=============================================
***/

.nbc_barmessage {
  border: 1px solid #ffd100;
  display: block;
  position: relative;
  vertical-align: middle;
	text-align: center;
  background: #404040;
  padding: 10px 0;
	color: #ffd100;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	margin-bottom: 0;
}

.nbccard {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.nbccard-header {
	font-size:16px;
	background-color: #131a2f;
	color: white;
	text-align: left;
	padding: 10px;
	margin-bottom: 0;
}

.nbccard-title {
	text-align: left;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 0;
}

.nbccard-logo {
	width: 15px;
}

.nbccard-row {
  box-sizing: border-box;
	display: flex;
}

.nbccard-bodyright {
	text-align: left;
	font-size: 11px;
	flex: 75%;
}

.nbccard-bodyleft {
	flex: 25%;
}

.nbccard-body {
	text-align: left;
	font-size: 11px;
	padding: 5px;
	margin-bottom: 0;
}

.nbccard-img {
	width: 100px;
}

/*** 
=============================================
MODAL BOX DESIGN
=============================================
***/


/*** 
=============================================
ALTERED TEMPLATE STYLES
=============================================
***/


/*** 
=============================================
PERSONALIZATION HEADER DESIGN
=============================================
***/

/*** 
=============================================
PERSONALIZATION MESSAGE BAR
=============================================
***/


/*** 
=============================================
PERSONALIZATION HOME BANNER DESIGN
=============================================
***/

/*** 
=============================================
MY ACCOUNT PAGE
=============================================
***/


/*** 
=============================================
PERSONALIZATION OF PAGE BANNER DESIGN
=============================================
***/


/*** 
=============================================
PERSONALIZATION CHATBOT DESGIN 
=============================================
***/

.chat-icon {
  position: sticky;
  bottom: 25px;
  left: 93%;
  width: 7%;
}

/*** 
=============================================
CHAT SIMULATION LP STYLE
=============================================
***/

#messageBtn {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 6rem;
  color: #0a2a48;
  background-color: transparent;
}

#chatbot-container {
  z-index: 999998;
  border: 4px solid #0a2a48;
  border-radius: 10px;
  width: 300px;
  height: 500px;
  position: sticky;
  bottom: 25px;
  left: 90%;
  /* background-color: black; */
  /* box-shadow: -2px -1px 8px #0a2a48; */
}

#chatopener {
  width: 100%;
  background-color: #0a2a48;
  height: 6%;
  color: white;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

#chatopener button,
#chatopener li {
  cursor: pointer;
}

#chatopener li {
  font-size: 1.5rem;
}

#chatopener button {
  border: none;
  color: white;
  background-color: transparent;
  font-size: 1.5rem;
  margin-right: 2%;
}

.chat-area {
  overflow: auto;
  background-color: white;
  margin-top: 5px;
  height: 75%;
}

.chat-area::-webkit-scrollbar {
  background-color: #0a2a48;
  width: 1px;
}

.chats {
  background-color: lightgray;
  color: white;
  padding: 10px;
  margin-bottom: 2%;
  font-size: 0.8rem;
  border-radius: 18px;
  width: 80%;
}

.chat-left {
  margin-left: 8px;
  position: relative;
  background: #0a2a48;
  text-align: right;
  min-width: 45%;
  text-align: left;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1.1rem;
}

.chat-left::before {
  content: "";
  position: absolute;
  visibility: visible;
  top: -1px;
  left: -8px;
  border: 10px solid transparent;
  border-top: 10px solid #ccc;
}

.chat-left::after {
  content: "";
  position: absolute;
  visibility: visible;
  top: -1px;
  left: -8px;
  border: 10px solid transparent;
  border-top: 10px solid #0a2a48;
  clear: both;
}

.chat-right {
  background-color: lightgrey;
  margin-left: 17%;
  position: relative;
  text-align: left;
  min-width: 45%;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1.1rem;
}

.chat-left a,
.chat-left a:hover {
  color: white;
  text-decoration: underline;
  font-weight: 900;
}

.chat-right::before {
  content: "";
  position: absolute;
  visibility: visible;
  top: -1px;
  right: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #ccc;
}

.chat-right::after {
  content: "";
  position: absolute;
  visibility: visible;
  top: 0px;
  right: -8px;
  border: 10px solid transparent;
  border-top: 10px solid lightgrey;
  clear: both;
}

#typingIndicator {
  position: relative;
  color: #0a2a48;
  height: 5%;
  background-color: white !important;
}

.message-input-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #0a2a48;
  background-color: white;
}

#chat-message {
  width: 100%;
  border: none;
  padding-left: 20px;
  outline: none;
  color: #333333;
  font-size: 1.2rem;
  background: white;
}

#chat-message::placeholder {
  text-align: left;
  color: #0a2a48;
  font-size: 1.2rem;
}

#sendbtn {
  width: 40%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  border: none;
  color: #0a2a48;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

