/* -------------------------------- */
/* GRT Elementor Widgets			*/
/* -------------------------------- */
:root {
  --error: #c33;
}

.pac-item {
	line-height: 1.5;
	padding: 6px 12px; 
	font-size: 14px;
}
.pac-icon {
	display: none;
}
.pac-item-query {
	font-size: 14px;
}

/* Form */
.bkk_hidden {
	display: none;
}
.bkk_form {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.bkk_form input {
	border: 1px solid #cccccc;
	color: #555555;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.55;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

.bkk_form-step {
	display: none;
}
.bkk_form-step:first-child {
	display: block;
}
.bkk_form input:read-only {
	background-color: rgb(240, 240, 240);
}
.bkk_form input:read-only:focus {
	border-color: #cccccc;
}
.bkk_form-step-header {
	position: relative;
}
.bkk_form-step-indicator {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
}
.bkk_form-step-indicator img {
	width: 300px;
}
.bkk_form-row {
	margin-bottom: 15px;
}
.bkk_form select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0 1em 0 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
	font-size: 16px;
}
.bkk_select {
	position: relative;
	width: 100%;
	border: 1px solid #cccccc;
	border-radius: 0px;
	padding: 0.5em 0.75em;
	font-size: 1rem;
	cursor: pointer;
	line-height: 1.1;
	background-color: #fff;
	background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}
.bkk_select:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 6px 0 7px;
	border-color: #CCCCCC transparent transparent transparent;
}

/* Controls */
.bkk_form-controlls {
	margin-top: 30px;
}
.bkk_form-controlls-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.bkk_form-controlls-col {
	flex: 1 0 0%;
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
#buttonPrevForm {
	text-align: left;
}
#buttonNextForm {
	text-align: right;
}
#buttonSendForm {
	text-align: right;
	display: none;
}
#prevForm {
	display: none;
}

/* Errors */ 
input[type="text"].bkk_error {
	border-color: var(--error);
}
select.bkk_error {
	border-color: var(--error);
}
.bkk_checkAddress-valid {
	border-color: rgb(129, 254, 115) !important;
}
#bkk_form-errors {
	display: none;
	z-index: 10;
}
.bkk_form-errors {
	margin-top: 15px;
}
.bkk_form-errors-desc {
	font-weight: bold;
	margin-bottom: 15px;
}
.bkk_form-errors {
	position: relative;
	width: 100%;
	left: 0px;
	padding: 0px;
	top: 0px;
	background-color: #fff;
	color: var(--error);
}
.bkk_form-errors:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	bottom: -60px;
	height: 60px;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

/* Summary */ 
.bkk_summary-section-table {
	position: relative;
	width: 100%;
	display: block;
}
.bkk_summary-section-table-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}
.bkk_summary-section-table-col {
	padding: 5px;
	background-color: #f0f0f0;
	flex: 1 0 0%;
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	border: 5px solid #fff;
}

/* Upload */
.bkk_drag-drop-area {
	width: 70%;
	height: 200px;
	border: 2px solid lightgray;
	border-radius: 3px;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
	overflow: auto;
}
.bkk_drag-drop-area:hover {
	cursor: pointer;
}
.bkk_drag-drop-area h1 {
	text-align: center;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 50px;
	color: darkslategray;
}
#file{
	display: none;
}
.thumbnail {
	width: 80px;
	height: 80px;
	padding: 2px;
	border: 2px solid lightgray;
	border-radius: 3px;
	float: left;
}
.size {
	font-size:12px;
}

@media (max-width:1043px) {
	
}
@media (max-width:765px) {

}





.file-uploader {
  background-color: #dbdbdb;
  border-radius: 5px;
  height: auto;
}
.file-uploader__message-area {
  font-size: 18px;
  padding: 1em;
  text-align: center;
  color: #000000;
}
.file-list {
  background-color: transparent;
  font-size: 16px;
}
.file-list__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list li {
  height: 50px;
  line-height: 42px;
  margin-left: 0.5em;
  border: none;
  overflow: hidden;
  background-color: #fff;
  margin: 0px;
  padding: 5px;
  padding-left: 15px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.removal-button {
  width: 50px;
  border: none;
  background-color: #7e7e7e;
  color: white;
  line-height: 1 !important;
}
.removal-button::before {
  content: "X";
}
.removal-button:focus {
  outline: 0;
}
.file-chooser {
  padding: 1em;
  transition: background-color 1s, height 1s;
}
.file-chooser p {
  font-size: 18px;
  padding-top: 1em;
}
.file-uploader {
  
}
.file-uploader * {
  display: block;
}
.file-list {
  margin: 0 auto;
  max-width: 90%;
}
.file-list__name {
  max-width: 70%;
  float: left;
}
.removal-button {
  display: inline-block;
  height: 100%;
  float: right;
}
.file-chooser {
  width: 90%;
  margin: 0.5em auto;
}
.file-chooser button {
	margin-left: auto;
	margin-right: auto;
}
.file-chooser__input {
  display: none;
}
.file-list li:after, .file-uploader:after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  display: none;
}
.hidden input {
  display: none;
}
.error {
  background-color: #d65d38;
  color: white;
}

@media (max-width: 991.98px) {
	.bkk_form-step-indicator {
		display: none;
	}
}