body, html {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: Calibri, sans-serif;
	font-size: 13px;
	background-image: url("fondoestrellas.jpg");
	color: #DBE1B6;
	background-repeat: repeat;
}

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

::-webkit-scrollbar-track {
	background: #91B291; 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #2D345B; 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}


.outer {
	background-color: #364874;
	border: 1px solid #252547;
	border-radius: 4px;
	width: 900px;
	height: 600px;
	margin: auto;
	top: 50px;
	position: relative;
	box-shadow: 2px 2px 5px #252547;
}

.header {
	background-color: #2D345B;
	color: #DBE1B6;
	padding: 10px 16px;
	border-bottom: 1px solid #252547;
}

.subtitle {
	display: inline-block;
	opacity: 0.5;
	margin-left: 6px;
}

.sidebar {
	margin: 12px 16px;
	height: 494px;
	width: 200px;
	background-color: #2D345B;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	border: 1px solid #252547;
	background-image: url('sidebar.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.sidebar2 {
	margin: 12px 16px;
	height: 494px;
	width: 200px;
	background-color: #2D345B;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	border: 1px solid #252547;
	background-image: url("sidebardani.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.sidebar3 {
	margin: 12px 16px;
	height: 494px;
	width: 200px;
	background-color: #2D345B;
	box-sizing: border-box;
	border-radius: 4px;
	display: inline-block;
	position: absolute;
	border: 1px solid #252547;
	background-image: url("salonesbanner.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

.menu {
	border-bottom: 1px solid #4C638F;
}

.menu a {
	color: #DBE1B6;
	text-decoration: none;
	margin-left: 8px;
	display: inline-block;
	padding: 8px 8px;
}

.menu a:hover {
	background-color: #4C638F;
	color: #DBE1B6;
}

.menu::after {
	content: " ";
	display: block;
	border-bottom: 1px solid #252547;
}

.content {
	background-color: #6793A3;
	height: 494px;
	width: 653px;
	margin: 12px 16px;
	position: absolute;
	left: 216px;
	border-radius: 4px;
	padding: 12px 16px;
	box-sizing: border-box;
	overflow: auto;
	line-height: 1.4rem;
	border: 1px solid #2D345B;
}

.main {
	position: relative;
}

h1 {
	color: #DBE1B6;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 6px 12px;
	border-bottom: 3px double #91b291;
	padding: 0;
	padding-bottom: 6px;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 12px;
	text-shadow: 1px 1px 1px #2d345b;
}

h1::before {
	content: '\25C6';
	color: #91b291;
	margin-right: 5px;
}

h2 {
	background: #4c638f;
	color: #dbe1b6;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 4px;
	border-bottom: 2px solid #364874;
	letter-spacing: 0.5px;
	border-left: 3px solid #91b291;
	margin-top: 12px;
	margin-bottom: 12px;
}

h3 {
	margin-top: 24px;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #252547;
}

h3::before {
	content: '\25C6';
	color: #91b291;
	margin-right: 5px;
}

.message {
	background-color: #91B291;
	border-radius: 6px;
	padding: 12px 12px;
	display: inline-block;
	width: 85%;
	margin-left: 10px;
	box-sizing: border-box;
	min-height: 60px;
	position: relative;
	z-index: 2;
	border: 1px solid #364874;
}

.chat-me .message {
	background-color: #C3C89B;
}

/*.chat-me::after {
content: " ";
display: block;
height: 20px;
width: 20px;
background-color: #C3C89B;
position: absolute;
left: 70px;
top: 12px;
transform: rotate(45deg);
z-index: 1;
}
*/
.avatar {
	height: 60px;
	width: 60px;
	background-color: #364874;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	border: 1px solid #2D345B;
	background-image: url('img/me.gif');
}

.chat-other .avatar {
	background-image: url('img/other.gif');
}

.chat {
	margin: 12px 0;
	position: relative;
}

.title {
	color: #C3C89B;
	border-bottom: 1px solid #C3C89B;
	display: inline-block;
	padding: 3px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 12px auto;
}

img {
	max-width: 100%;
}

.sepia {
	filter: sepia(1) hue-rotate(25deg);
	transition: 0.3s all;
}

.sepia:hover {
	filter: unset;
}

.rounded {
	border-radius: 4px;
}

.updates {
	border: 0;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 3px;
}

.width-50 {
	max-width: 50%;
}

h1 + i {
	color: #364874;
}

a.button {
	display: inline-block;
	background: #4c638f;
	border-bottom: 4px solid #364874;
	border-right: 4px solid #364874;
	border-top: 4px solid #6793a3;
	border-left: 4px solid #6793a3;
	padding: 3px 6px;
	color: #dbe1b6;
	text-decoration: none;
	border-radius: 2px;
	outline: 1px solid #364874;
}

a.button:hover {
	border-bottom: 4px solid #6793a3;
	border-right: 4px solid #6793a3;
	border-top: 4px solid #364874;
	border-left: 4px solid #364874;
}

.disabled {
	opacity: 0.5;
}

ul {
	margin: 0.5rem 0;
}

.photo-card {
	height: 120px;
	width: 120px;
	background-size: cover;
	display: inline-block;
	border-radius: 6px;
	border: 1px solid #364874;
	margin-right: 6px;
	opacity: 0.6;
}

table {
	border-collapse: collapse;
	width: 100%; 
}

.border-0 td {
	border: 0;
}

table, th, td {
	border: 1px solid #2d345b;
}

th, td {
	padding: 8px 10px; 
	text-align: left; 
	background: #c3c89b;
	vertical-align: top;
}

th {
	background: #364874;
	color: #dbe1b6;
}

.margin {
	margin-left: 75px;
}

.card {
	background: #c3c89b;
	display: inline-block;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #364874;
	padding: 12px;
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding-left: 12px;
}

li {
	padding-left: 20px;
	position: relative;
}

li::before {
	content: "â†’";
	color: #6793a3;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.w-50 {
	max-width: 50%;
}

.rounded {
	border-radius: 4px;
}

.border {
	border: 1px solid #252547;
}

.border-0 {
	border: 0;
}

.light {
	background: #91b291;
	padding: 12px 8px;
	border-radius: 4px;
}
a {
    color: #f1c232;
}

.canvas-container {
	position: relative;
	border-radius: 4px;
	margin: 12px auto;
	width: 100%;
	max-width: 400px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


.canvas-background {
	position: relative;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.image-layer {
	position: absolute;
	cursor: move;
	user-select: none;
	border: 2px solid #91b291;
	border-radius: 4px;
	display: none;
}

.image-layer img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	pointer-events: none;
}

.resize-handle {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #91b291;
	border: 2px solid #6793a3;
	border-radius: 50%;
	bottom: -8px;
	right: -8px;
	cursor: nwse-resize;
	display: none;
}

.image-layer:hover .resize-handle {
	display: block;
}

.editor-controls {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 12px;
}

.input-group {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.input-group label {
	font-weight: bold;
	color: #dbe1b6;
}

.input-group input[type="file"] {
	padding: 6px 4px;
	border: 1px solid #252547;
	border-radius: 2px;
	background-color: #4c638f;
	color: #dbe1b6;
}

.info-text {
	font-size: 13px;
	color: #dbe1b6;
	padding: 6px 8px;
	background: #4c638f;
	border-radius: 4px;
	border-left: 3px solid #91b291;
}

.button-group {
	display: flex;
	gap: 6px;
}

.editor-button {
	flex: 1;
	padding: 6px 8px;
	border-bottom: 3px solid #364874;
	border-right: 3px solid #364874;
	border-top: 3px solid #6793a3;
	border-left: 3px solid #6793a3;
	border-radius: 2px;
	background: #4c638f;
	color: #dbe1b6;
	cursor: pointer;
	outline: 1px solid #364874;
}

.editor-button:hover {
	border-bottom: 3px solid #6793a3;
	border-right: 3px solid #6793a3;
	border-top: 3px solid #364874;
	border-left: 3px solid #364874;
}

@media (max-width: 600px) {
	.outer {
		width: 100%;
		height: auto;
		margin: 0;
		top: 0;
		box-shadow: none;
	}

	.sidebar {
		display: none;
	}

	.content {
		position: relative;
		left: 0;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 12px;
		border-radius: 0;
		background-image: url('fondoestrellas.jpg')
	}

	.header {
		font-size: 14px;

	}

	h1 {
		font-size: 18px;
		margin-bottom: 8px;
	}

	h2 {
		font-size: 12px;
		padding: 6px;
		margin-bottom: 12px;
	}

	.canvas-container {
		max-width: 100%;
		margin: 12px 0;
		touch-action: none;
	}

	.input-group input[type="file"] {
		padding: 8px;
	}

	.editor-controls {
		gap: 6px;
	}

	.editor-button {
		padding: 8px;
		font-size: 12px;
	}

	.menu a {
		padding: 6px;
		margin-left: 0;
		font-size: 12px;
		background-color: #6793A3;
	}
}