/*body { font-family: sans-serif; padding: 20px; }
canvas { border: 1px solid #ccc; }
*/
#canvas-container { position: relative; display: inline-block; }

#main-content {
    background-image: url(https://wtlok-playtest.aesir-interactive.com/res/wp-content/uploads/2025/02/Whisper3_KeyArt_01_full-scaled.jpg);
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background-position: top center !important;
    padding-bottom: 200px;
    background-size: cover !important;
}

.entry-content {
    background: rgba(255, 255, 255, 0.2); /* semi-transparent */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For Safari */
    border-radius: 10px;
    /*color: white;*/
    font-size: 1.2em;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.field {
    position: absolute;
    background: rgba(255,255,200,0.6);
    padding: 2px 4px;
    border: 1px solid #888;
    pointer-events: none;
    z-index: 1;
}

/* Specific styling for date fields */
.field.date-field {
    background-color: #f0f8ff; /* Light blue background */
    font-weight: bold;
    padding: 0px 8px;
    border-radius: 3px;
    z-index: 5; /* Higher than regular fields but lower than input fields */
    font-size: 18px;
}

.signature-image {
    position: absolute;
    border: 1px dashed #444;
    z-index: 2;
}

#sig-pad {
    border: 1px solid #999;
    margin-top: 10px;
    background-color: #fff8dc;
}

.field.input-field {
    pointer-events: auto;
    background: #fff8dc;
    width: 300px; /* Default width for input fields */
    z-index: 10; /* Ensure inputs are always on top */  
    height: 28px;
    font-size: 18px;
}

.field.input-field.address-field {
    width: 600px !important; /* Force address fields to be wider */
    min-width: 600px !important;
    max-width: 600px !important;
}

.field.draggable {
    pointer-events: auto;
    cursor: move;
}

.pdf-page {
    position: relative;
    margin-bottom: 20px;
}

canvas.preview-doc {
    width: 100%;
    border: 1px solid #ccc;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}

#toolbar {
    margin-bottom: 10px;
}

#pdf-canvas {
    position: relative;
    z-index: 0;
}

#pdf-container {
    display: block;
    position: relative;
    margin-top: 50px; /* Add more space at the top */
}

.title-page {
    color: #fff;
    position: relative;
    display: inline-block;
    text-shadow: 3px 3px 14px rgba(0, 0, 0, .5);
    font-weight: 500;
    line-height: 1em;
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 5;
    border: 0;
    outline: 0;
    background: 0 0;
    vertical-align: baseline;
    text-align: center;
    width: 100%;
}
.et_menu_container {
    min-height: 86px !important;
}
.container-content {
	margin: 0 auto 50px auto;
	padding: 20px;
}
.container-content p {
    color: #fff;
    text-shadow: 3px 3px 14px rgba(0, 0, 0, .5);
    font-size: 25px;
}
.container-content input {
    font-size: 20px;
    padding: 10px !important;
}
.form-group {
	margin-bottom: 20px;
	border-radius: 10px !important;
}
.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.form-group input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 10px !important;
}
.btn {
	padding: 10px 15px;
	background-color: #4CAF50;
	color: white;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}
.btn-view {
	background-color: #3498db;
}
.steam-btn {
	background-color: #f0f8ff;
    color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border-radius: 10px !important;
}
.steam-btn img {
	width: 24px;
	height: 24px;
}
.message {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.success {
	background-color: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
}
.error {
	background-color: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
}
.steam-user-info {
	background-color: #f1f1f1;
	padding: 10px;
    margin-bottom: 20px;
	border-radius: 10px !important;
    font-size: 20px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.steam-user-info img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.cooldown-info {
	font-size: 12px;
	margin-top: 5px;
    color: #fff;
    text-shadow: 3px 3px 14px rgba(0, 0, 0, .5);
}
.already-signed {
	background-color: #e8f4fd;
	border: 1px solid #b8daff;
	color: #004085;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	text-align: center;
}
.btn-logout {
	background-color: #dc3545;
	color: white;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 3px;
}
.btn-logout:hover {
	background-color: #c82333;
}
.privacy-policy-group {
	text-align: left;
	margin-bottom: 15px;
	background-color: #f0f7ff;
	padding: 12px 15px;
	border-radius: 4px;
	border: 1px solid #e3edf9;
}
.checkbox-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #333;
}
.checkbox-container input[type="checkbox"] {
	margin-left: 8px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.checkbox-container a {
	color: #3498db;
	text-decoration: underline;
}
.checkbox-container a:hover {
	color: #2980b9;
}

.user-info {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    width: auto;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    float: right;
    position: relative;
}
.success-message {
    display: none;
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
}
.page-title {
    margin-bottom: 40px; /* Add more space below the title */
}
#pdf-container {
    margin-top: 20px; /* Add more space above the PDF container */
    position: relative;
}
.bluebox-container {
    background-color: #f1f7ff;
    border: 2px solid #4a6fdc;
    border-radius: 10px;
    padding: 20px;
    margin: 90px auto 30px auto;
    max-width: 600px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.bluebox-container p {
    color: #333;
    text-shadow: none;
}
.steam-key {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 10px;
    background-color: #b4ccec;
    border-radius: 4px;
}
.steam-instructions {
    margin-top: 15px;
    font-size: 18px;
    color: #555;
}
div.maintenance {
    text-align: left !important;
}
div.maintenance h6 {
    text-align: center!important;
}
div.maintenance p {
    font-size: 16px !important;
}