body {
	font-family: 'Segoe UI';
	background-color: #fbfbfb;
}

* {
	outline: 0;
}

a, .btn, .form-control {
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;	
}

a {
	color: #39065A;
}

a.link-icon {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
}

a.link-icon i {
	margin-right: 10px;
}

.no-margin {
	margin: 0;
}

.popover {
	border-radius: 3px;
	font-family: 'Segoe UI';
	min-width: 300px;
}

.popover .popover-title {
	background-color: transparent;
	border-bottom: none;
	padding: 15px 15px;
	padding-bottom: 0;
}

.popover .popover-navigation .btn {
	padding: 7px 10px;
	font-size: 12px;
}

.modal .modal-content {
	border: none;
	border-radius: 3px;
	box-shadow: 0 0 50px rgba(0,0,0,.05);
}

.modal .modal-content .modal-header,
.modal .modal-content .modal-footer {
	border-color: transparent;
}

.modal .modal-content .modal-header {
	padding-bottom: 5px;
}

.help-block.sm {
	font-size: 10px;
}

.form-control {
	height: 45px;
	box-shadow: none;
}

.form-group {
	margin-bottom: 15px;
}

.select-group {
	width: 100%;
}

.select-group select.form-control {
	width: 20%;
	border-radius: 3px 0 0 3px !important;
	cursor: pointer;
	border-right-width: 1px;
}

.select-group input.form-control {
	width: 80%;
	border-left-width: 1px;
	border-radius: 0 3px 3px 0 !important;
}

.form-group .help-text {
	font-size: 12px;
	margin-top: 6px;
	color: #999;
}

.form-group label.required {
	position: relative;
}

.form-group label.required:after {
	content: '*';
	color: #e74c3c;
	margin-left: 3px;
}

.btn {
	border: none;
	border-radius: 2px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.3px;
	padding: 10px 15px;
}

.btn-primary {
	background-color: #39065A;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background-color: #39065A;
	box-shadow: none;
	opacity: .8;
}

.navbar {
	top: 0;
	left: 0;
	min-height: 60px;
	border:none;
	box-shadow: 0 0 50px rgba(0,0,0,.05);
	position: fixed;
	background-color: #39065A;
	border-radius: 0;
	width: 100%;
}

.navbar-nav > li > a, .navbar-brand {
   height: 60px;
   line-height: 34px;
}

.navbar-nav > .open > a {
	background-color: transparent !important;
	color: #fff !important;
}

.navbar-brand {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2.5px;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-form {
	margin: 0;
	padding: 8px 0 0;
	width: 300px;
}

.navbar-form .form-group,
.navbar-form .input-group {
	width: 100%;
}

.navbar-form .form-control {
	border-color: transparent;
	background-color: #f2f2f2;
	box-shadow: none;
	color: #999;
	border-radius: 5px;
	height: 45px;
	padding: 0 20px;
	color: #333;
}

.navbar-form .btn {
	padding: 0 20px;
	height: 45px;
	background-color: #f2f2f2;
	border-color: transparent;
	border-radius: 0 5px 5px 0;
	font-size: 16px;
}

.navbar-brand span {
	color: #39065A;
	font-size: 32px;
	line-height: 0;
}

.navbar .btn {
	padding: 12px 20px;
	color: #39065A;
	background-color: #fff;
	margin-top: 4px;
}

.navbar .timer {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
}

.navbar .timer div {
	font-size: 12px;
}

.navbar .btn:hover {
	opacity: .8;
}

.form-control {
	border: 2px solid #f2f2f2;
}
.form-control:focus {
	box-shadow: none;
}
.navbar-nav>li>.dropdown-menu {
	top: 59px;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 0 40px rgba(0,0,0,0.05);
}

.form-control.lg,
textarea.form-control {
	height: 150px;
	resize: none;
}

textarea.form-control:focus {
	border-color: #f2f2f2;
}

.form-control.lg {
	overflow: auto;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.pane {
	position: absolute;
	top: 0;
	width: 50%;
	min-height: 100%;
	height: auto;
	padding: 40px 60px;
}

.pane.pane-left {
	left: 0;
	background-color: #fff;
	transition: all .5s;
}

.pane.pane-right {
	right: 0;
	background-color: #39065A;
	transition: all .5s;
}

.pane.pane-right .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .4;
	z-index: 9;
	display: none;
}

@media screen and (min-width: 768px) {
	.pane.pane-left.swipe {
		left: -50%;
	}
	.pane.pane-right.fw {
		width: 100%;
	}	
}

h1.brand {
	display: inline-block;
	line-height: 52px;
	margin-bottom: 50px;
	font-weight: 200;
	color: #000;
}

h1.brand span,
h1.brand a {
	font-weight: 400;
}

.popover-title {
	line-height: 20px;
}

.popover {
	box-shadow: 0 0 30px rgba(0,0,0,.05);
	border-color: transparent;
}

.popover .arrow {
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	border-left-color: transparent !important;
}

.popover-content {
	display: inline-block;
	width: 100%;
}

.btn-50-wrap {
	display: flex;
}
.btn-50 {
	flex: 1;
	margin-right: 10px;
}

.btn-50:last-child {
	margin-right: 0;
}

.input-group-floating {
	display: inline-block;
	width: 100%;
}

.input-group-floating .input-group-addon, .input-group-floating .form-control {
	display: inline-block;
	width: 100%;
	border-radius: 3px !important;
}

.input-group-floating .form-control {
	padding-left: 50px;
}

.input-group-floating .input-group-addon {
	width: auto !important;
	height: 100%;
	line-height: 34px;
	position: absolute;
	left: 5px;
	z-index: 9;
	border: none;
}

.input-group-addon {
	background-color: transparent;
	font-weight: 600;
	border-width: 2px;
	border-color: #f2f2f2;
}

.input-group-addon.floating {
	background-color: #f2f2f2;
	border: none;
	position: absolute;
	z-index: 9;
	left: 100%;
	top: 8px;
	margin-left: -40px;
	border-radius: 50% !important;
	width: 30px;
	height: 30px;
	line-height: 20px;
	cursor: pointer;
}

.dropdown.inline {
	display: inline-block;
	cursor: pointer;
}

.dropdown.inline > a {
	text-decoration: none;
	border-bottom: 1px solid #1EBEA5;
	padding-bottom: 3px;
}

.whatsapp {
	color: #1EBEA5;
}

.pane .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #fff;
	/*display: block;*/
	text-align: center;
}

.pane .loader .spinner {
	width: 100px;
	height: 100px;
	background-image: url('../img/spinner.svg');
	background-size: 140px;
	background-position: center;
}

.pane .loader .text {
	letter-spacing: .5px;
}

/*preview*/
.preview {
}

.phone {
	background-image: url('../img/phone-01.png');
	background-size: cover;
	height: 620px;
	width: 300px;
	padding: 70px 16px 120px 16px;
	margin: 0 auto;
}

.chat {
  height: 100%;
  font-family: 'Segoe UI';
}

.chat-container {
  height: 100%;
}

/* User Bar */
.user-bar {
  height: 55px;
  background: #005e54;
  color: #fff;
  padding: 0 8px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.user-bar:after {
  content: "";
  display: table;
  clear: both;
}

.user-bar div {
  float: left;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}

.user-bar .actions {
  float: right;
  margin: 0 0 0 20px;
  background-image: url('../img/icons.png');
  width: 90px;
  height: 55px;
}

.user-bar .avatar {
  margin: 0 0 0 5px;
  width: 36px;
  height: 36px;
  display: inline-block;
}

.user-bar .avatar img {
  border-radius: 50%;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: top;
}

.user-bar .name {
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  margin: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  width: 90px;
}

.user-bar .status {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

/* Conversation */
.conversation {
  height: calc(100% - 12px);
  position: relative;
  background: #efe7dd url("../img/whatsapp.jpg") repeat;
  z-index: 0;
}

.conversation ::-webkit-scrollbar {
  transition: all .5s;
  width: 5px;
  height: 1px;
  z-index: 10;
}

.conversation ::-webkit-scrollbar-track {
  background: transparent;
}

.conversation ::-webkit-scrollbar-thumb {
  background: #b3ada7;
}

.conversation .conversation-container {
  height: calc(100% - 68px);
  box-shadow: inset 0 10px 10px -10px #000000;
  overflow-x: hidden;
  padding: 0 16px;
  margin-bottom: 5px;
}

.conversation .conversation-container:after {
  content: "";
  display: table;
  clear: both;
}

/* Messages */

.message {
  color: #000;
  clear: both;
  line-height: 20px;
  font-size: 14px;
  padding: 8px;
  position: relative;
  margin: 8px 0;
  max-width: 85%;
  word-wrap: break-word;
  z-index: -1;
}

.message:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}

.metadata {
  display: inline-block;
  float: right;
  padding: 0 0 0 7px;
  position: relative;
  bottom: -4px;
}

.metadata .time {
  color: rgba(0, 0, 0, .45);
  font-size: 11px;
  display: inline-block;
}

.metadata .tick {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 4px;
  height: 16px;
  width: 16px;
}

.metadata .tick svg {
  position: absolute;
  transition: .5s ease-in-out;
}

.metadata .tick svg:first-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
}

.metadata .tick svg:last-child {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg);
}

.metadata .tick-animation svg:first-child {
  -webkit-transform: perspective(800px) rotateY(0);
          transform: perspective(800px) rotateY(0);
}

.metadata .tick-animation svg:last-child {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
          transform: perspective(800px) rotateY(-179.9deg);
}

.message:first-child {
  margin: 16px 0 8px;
}

.message.received {
  background: #fff;
  border-radius: 0px 5px 5px 5px;
  float: left;
}

.message.received .metadata {
  padding: 0 0 0 16px;
}

.message.received:after {
  border-width: 0px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -10px;
}

.message a {
	color: #0000ff;
	text-decoration: underline;
}

.message.sent {
  background: #e1ffc7;
  border-radius: 5px 0px 5px 5px;
  float: right;
}

.message.sent:after {
  border-width: 0px 0 10px 10px;
  border-color: transparent transparent transparent #e1ffc7;
  top: 0;
  right: -10px;
}

.toolbar {
	width: 100%;
	height: 40px;
	background-color: #f2f2f2;
	border-radius: 3px 3px 0 0;
}

.toolbar .item {
	float: left;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	font-weight: 600;
	cursor: pointer;
	transition: all .5s;
	width: 30px;
	text-align: center;
}

.toolbar .item:first-child {
	border-radius: 3px 0 0 0;
}

.toolbar .item:hover {
	background-color: #39065A;
	color: #fff;
}

.toolbar + textarea {
	border-top: none;
	border-radius: 0 0 3px 3px;
}

.result {
	width: 100%;
	text-align: center;
	display: none;
}

.result .result-logo {
	font-size: 30px;
	color: #fff;
	margin-bottom: 60px;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
}

.result .result-logo:after {
	content: ' ';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 2px;
	background-color: #fff;
	opacity: .5;
}

.result .result-nav {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.result .result-nav li {
	display: inline-block;
}

.result .result-nav li a {
	display: inline-block;
	width: 90px;
	height: 90px;
	border-radius: 3px;
	border: 2px solid #f2f2f2;
	margin: 5px;
	color: #999;
	text-decoration: none;
}

.result .result-nav li a .icon {
	display: inline-block;
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center;
}

.result .result-nav li a .icon.link {
	background-image: url('../img/link-logo.png');
	background-size: 30px;
}

.result .result-nav li a .icon.qr {
	background-image: url('../img/qrcode-logo.png');
	background-size: 30px;
}

.result .result-nav li a .icon.html {
	background-image: url('../img/html-logo.png');
	background-size: 30px;
}

.result .result-nav li a .text {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.result .result-nav li.active a {
	border-color: #39065A;
	color: #39065A;
}

.result .result-inner {
	width: 600px;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0,0,0,.05);
	border-radius: 3px;
	margin: 0 auto;
}

.result .result-inner .result-padding {
	padding: 40px 60px;
}

.result .form-control {
	border-color: transparent;
	background-color: #fff !important;
	border-color: #39065A;
}

.result .input-group .btn {
	height: 45px;
	border-radius: 0 3px 3px 0;
}

.result .title {
	font-size: 20px;
	margin-bottom: 20px;
}

.result .msg {
	opacity: .7;
}

.result .close-result {
	margin-top: 30px;
	text-align: center;
}

.result .close-result a {
	display: inline-block;
	opacity: .8;
	text-decoration: none;
}

.copyright {
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	text-align: center;
	opacity: .8;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}

.not-hide {
	display: none;
}

.preview-link {
	position: absolute;
	top: 30px;
	left: 20px;
}

.preview-link > a {
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	padding: 10px 15px;
}

.preview-link > .dropdown-menu {
	margin-top: 6px;
	margin-left: -1px;
}

.ads {
	display: inline-block;
	margin-top: 40px;
	width: 500px;
	position: relative;
}

.ads .ads-label {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0 0 0 5px;
}

.ads img {
	max-width: 100%;
}

.iframe-ads {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.panel {
	position: relative;
	border: none;
	box-shadow: 0 0 50px rgba(0,0,0,.05);
	border-radius: 0;
}

.panel.transparent {
	background-color: transparent;
	box-shadow: none;
}

.panel.transparent .panel-body {
	padding: 0;
}

.panel .panel-heading h4 {
	margin: 0;
}

.panel.padding .panel-heading,
.panel.padding .panel-body,
.panel.padding .panel-footer {
	padding: 30px;
}

.panel.padding .panel-heading {
	padding-bottom: 0;
}

.panel.padding .panel-footer {
	padding-top: 0;
}

.panel .panel-footer,
.panel .panel-heading {
	border: none;
}

.panel .panel-footer {
	background-color: transparent;
	padding-top: 0;
}

.panel .panel-footer.grey {
	background-color: #f9f9f9;
	padding-top: 20px;
}

.panel .meta {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.panel .meta li {
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	opacity: .5;
	letter-spacing: 1px;
	position: relative;
}

ul.square {
	padding: 0 17px;
	margin: 0;
	margin-top: 15px;
}

ul.square li {
	list-style: square;
	margin-bottom: 5px;
}

ul.square li a {
	font-size: 16px;
}

.panel .meta li:last-child:after {
	content: ' ';
}

.panel .meta li:after {
	content: '\2022';
	margin: 0 15px;
}

.page {
	margin-top: 80px;
}

.page h1 {
	font-size: 40px;
	margin-bottom: 60px;
	text-align: center;
}

.page h1 a {
	text-decoration: none;
}

.page .copyright {
	margin-bottom: 40px;
}

.page .panel .panel-heading {
	padding-bottom: 0;
}

.page .panel .panel-heading h4 {
	font-size: 30px;
}

.page .panel .panel-body {
	padding-top: 10px;
}

.panel.equal {
	height: 100px;
	margin-bottom: 70px;
}

.panel.round {
	border-radius: 3px;
}

.panel.sm .panel-heading h4 {
	font-size: 14px;
}

.panel.center {
	text-align: center;
	display: table;
	width: 100%;
}

.panel.center .panel-heading {
	display: table-cell;
	vertical-align: middle;
}

.panel .panel-cta {
	margin-top: -3px;
}

.panel .panel-cta.fixed {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
}

.panel .panel-cta a {
	display: inline-block;
	width: 100%;
	background-color: #80AAB5;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: .7px;
	font-size: 12px;
	text-decoration: none;
}

.panel .panel-cta a:hover {
	opacity: .8;
}

@media screen and (max-width: 768px) {
	.pane {
		padding: 30px;
	}
	.pane-right .preview-link {
		position: relative;
		top: initial;
		left: initial;
		margin-top: 20px;
		margin-bottom: 30px;
		display: inline-block;
	}

	.pane-right .preview-outer {
		text-align: center;
	}

	.copyright {
		margin-top: 40px;
		position: static;
	}

	.form-action {
		display: inline-block;
		width: 100%;
	}

	.form-action .pull-left,
	.form-action .pull-right {
		float: none !important;
		text-align: center;
	}
	.form-action .pull-right {
		margin-top: 20px;
	}

}

@media screen and (max-width: 425px) {
	.pane {
		width: 100%;
		position: relative;
		height: auto;
		padding: 20px;
	}

	.select-group select.form-control {
		width: 25%;
	}
	.select-group input.form-control {
		width: 75%;
	}

	.result {
		position: static;
		transform: none;
		text-align: center;
		margin: 0;
		padding: 40px 0;
	}
	.result .result-inner {
		width: 100%;		
	}
	.ads {
		width: 90%;
	}

	.navbar-brand {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.result .result-inner .result-padding {
		padding: 40px 30px;
	}
}

@media screen and (max-width: 320px) {
	.pane-right {
		padding: 20px 10px;
	}

	.result .result-inner .result-padding {
		padding: 40px 20px;
	}
}