:root {
	--color-more-present: rgb(114, 191, 68);
	--color-more-present-light: rgba(114, 191, 68, 0.12);
	--color-more-present-on: rgb(255, 255, 255);
	--color-more-present-on-border: rgba(255, 255, 255, 0.45);
	--color-more-present-hover: rgb(93, 156, 56);
	--color-more-present-hover-on: rgb(255, 255, 255);
}
body{
	background-image: url('img/background.png');
	background-size: cover;
}

.dta-container{
	max-width: 350px;
	width: 95%;
    margin-left: 50%;
	transform: translate(-50%);
	margin-top: 40px;
	border-radius: 10px;
	background-color:#f5f5f5;
	border: 2px solid var(--color-more-present);
}

.dta-container label{
	color: var(--color-more-present);
}

.dta-logo-container{
	padding: 5px;
}

.dta-title-container{
	padding: 5px;
}

.dta-title{
	text-align: center;
	width: 100%;
	border-radius: 5px;
	height: 40px;
	padding-top: 5px;
	background: var(--color-more-present);
	color: var(--color-more-present-on);
	border: 1px solid var(--color-more-present-on-border);
}

#da_btn_send,
.da-btn-send {
	background: var(--color-more-present);
	color: var(--color-more-present-on);
	border: 1px solid var(--color-more-present-on-border);
}

.dta-field-container{
	padding: 5px;
}

.dta-field{
	width: 100%;
	height: 50px;
	border-radius: 6px;
	border-style: none;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.dta-password-wrap {
	position: relative;
}

.dta-password-wrap .dta-password-field {
	padding-right: 72px;
}

.dta-password-toggle {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	height: 34px;
	padding: 0 10px;
	border: none;
	border-radius: 4px;
	background: var(--color-more-present);
	color: var(--color-more-present-on);
	font-size: 12px;
	cursor: pointer;
}

.dta-password-toggle:hover {
	background: var(--color-more-present-hover);
	color: var(--color-more-present-hover-on);
}

.dta-password-toggle:focus {
	outline: 2px solid var(--color-more-present-light);
}

input:focus {
	outline:none;
	background-color: var(--color-more-present-light);
}
#da_btn_send,
.da-btn-send{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	outline: none;
	border: none;
}

#da_btn_send:hover,
.da-btn-send:hover {
	outline: none;
	border: none;
	background-color: var(--color-more-present-hover);
	color: var(--color-more-present-hover-on);
}

#tb1{
	width: 100%;
}

#tb1 td{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid rgb(105, 102, 111);
	background: transparent;
	color: black;
}

#tb1 th {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid rgb(105, 102, 111);
	background: var(--color-more-present);
	color: var(--color-more-present-on);
}

.bkg-container{
	background-image: url('img/carta.png');
	background-size: 350px auto;
	background-repeat: no-repeat;
}

.obj-hidden{
	display: none;
}

.dta-container-wide{
	max-width: 520px;
}

.dta-field-label{
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: var(--color-more-present);
}

.dta-msg-success{
	text-align: center;
	padding: 8px;
	color: var(--color-more-present);
	font-weight: bold;
}

.dta-msg-info{
	text-align: center;
	padding: 4px 8px;
	font-size: 13px;
	color: #555;
}

.dta-link-btn,
.dta-link-btn-primary {
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	background: var(--color-more-present);
	color: var(--color-more-present-on);
	border: 1px solid var(--color-more-present-on-border);
	text-decoration: none;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.dta-link-btn:hover,
.dta-link-btn-primary:hover,
.dta-link-btn:focus,
.dta-link-btn-primary:focus,
.dta-link-btn:active,
.dta-link-btn-primary:active {
	color: var(--color-more-present-hover-on);
	text-decoration: none;
	background-color: var(--color-more-present-hover);
	border: 1px solid var(--color-more-present-on-border);
	outline: none;
}

.dta-upload-form{
	margin-top: 20px;
	padding-top: 5px;
	border-top: 2px solid var(--color-more-present);
}

.dta-logout-section{
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid var(--color-more-present);
}

#tb-users{
	width: 100%;
}

#tb-register-fields{
	width: 100%;
}

#tb-users td,
#tb-users th,
#tb-register-fields td,
#tb-register-fields th{
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid rgb(105, 102, 111);
}

#tb-users th,
#tb-register-fields th{
	background: var(--color-more-present);
	color: var(--color-more-present-on);
}

.dta-field-table{
	height: auto;
	min-height: 40px;
	padding: 6px;
	font-size: 14px;
}

.dta-field-checkbox{
	vertical-align: middle;
}

.field-list-options{
	resize: vertical;
	min-height: 50px;
}

.dta-user-actions{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.dta-inline-form{
	display: inline;
	margin: 0;
}

.dta-action-link{
	color: var(--color-more-present);
	font-weight: bold;
	text-decoration: none;
}

.dta-action-link:hover{
	text-decoration: underline;
}

.dta-action-delete{
	background: transparent;
	border: none;
	color: #b00020;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
}

.dta-action-delete:hover{
	text-decoration: underline;
}

.dta-file-picker{
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dta-download-btn{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	box-sizing: border-box;
}

.dta-file-input{
	position: absolute;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	z-index: -1;
}

.dta-file-name{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #555;
	word-break: break-all;
}

.dta-image-preview{
	padding: 8px 5px 0;
	text-align: center;
}

.dta-image-preview img{
	max-width: 100%;
	max-height: 180px;
	border-radius: 6px;
	border: 1px solid var(--color-more-present);
}

.dta-checkbox-container{
	padding-left: 10px;
	padding-right: 10px;
}

.dta-checkbox-label{
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
	font-weight: normal;
}

.dta-checkbox-label input{
	margin-top: 3px;
}
