/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*-------------- General Style START ---------------*/
@font-face {
  font-family: ubuntu;
  src: url(fonts/Ubuntu-Regular.ttf);
}

h1, h2 {
	font-family: ubuntu;
}

.half-row {
	float: left;
	margin-bottom: 15px;
	margin-right: 1%;
	width: 49%;
}

.full-row2 {
	float: left;
	margin-right: 2.5%;
	width: 100%;
}

.middle-align {
	text-align: center;
}

.wpDataTable td, .wpDataTable th {
    /* border-right: 1px solid rgb(245, 247, 250) !important; */
	border-right: 1px solid #bbbbbb !important;
}

.wpDataTable th {
	color: #1B1E24 !important;
}

.dtfh-floatingparent {
	top: 90px !important;
}

.camper_akyro td {
	color: white;
	background-color: #F44336;
}

/*-------------- General Style END -----------------*/
/*---------- Style Submission Forms START ----------*/
.submission_form h2 {
	margin-top: 30px;
	padding-bottom: 0px;
}

.submission_form label {
	color: black;
	display: block;
	font-family: ubuntu;
	font-size: 16px;
	margin: 5px auto;
}

.submission_form .radio_label {
	color: #666666;
	display: initial;
	font-size: 14px;
}

.submission_form input[type=text], input[type=date], input[type=email], input[type=tel], input[type=number], textarea {
	border-radius: 5px;
	padding: 10px !important;
	width: 95%;
}

.submission_form input[type=tel] {
	padding-left: 50px !important;
}

.iti {
	width: 100%;
}

.required_asterisk {
	color: red;
}

.submission_form input[type=submit], #submit_button, #submit_button_proselefsi, #submit_button_egkrisi_forea, #submit_button_dypa_voucher, #submit_button_prosopiko_voucher, #submit_button_prosopiko_stoixeia, #submit_button_international_campers {
	background-color: #abbea8;
	border: none;
	color: white;
	cursor: pointer;
	font-family: ubuntu;
	font-size: 16px;
	padding: 15px 25px;
}

.flag-text { margin-left: 10px; }
#camper_country, #camper_city, #foreas_symmetochis, #camper_state, #prosimfonithen_poso { 
	width: 95%; 
}

.select2-container--default .select2-selection--single {
    padding: 5px 10px !important;
    height: 40px !important;
    width: 100% !important;
}

.select2-selection__arrow {
	margin-top: 5px;
}

#camper_spitaki_div span.select2-container {
	width: 150px !important;
}

#prosopiko_oikogeneiaki_katastasi_div span.select2-container, #prosopiko_eidikotita_div span.select2-container {
	width: 240px !important;
}

#stuff_orario_div span.select2-container {
	width: 95% !important;
}

.switch-field {
	margin-bottom: 20px;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label.radio_label {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -4px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	transition: all 0.1s ease-in-out;
}

.switch-field label.radio_label:hover {
	cursor: pointer;
}

.switch-field input:checked + label.radio_label {
	background-color: #abbea8;
	color: white;
}

.switch-field label.radio_label:first-of-type {
	border-radius: 5px 0 0 5px;
}

.switch-field label.radio_label:last-of-type {
	border-radius: 0 5px 5px 0;
}

.submission_form label.checkbox {
	display: inline;
}

/*---------- Style Submission Forms END ----------*/
/*---------- Style Drag and Drop START ----------*/
#drop_zone, #drop_zone_proselefsi, #drop_zone_egkrisi_forea, #drop_zone_dypa_voucher, #drop_zone_prosopiko_voucher, #drop_zone_prosopiko_stoixeia, #drop_zone_international_campers {
	border: 2px dashed #ccc;
	width: 60%;
	height: 200px;
	padding: 20px;
	text-align: center;
	margin: 20px auto;
}

#file_input, #file_input_proselefsi, #file_input_egkrisi_forea, #file_input_dypa_voucher, #file_input_prosopiko_voucher, #file_input_prosopiko_stoixeia, #file_input_international_campers {
	display: none;
}

#drop_zone.dragover, #drop_zone_proselefsi.dragover, #drop_zone_egkrisi_forea.dragover, #drop_zone_dypa_voucher.dragover, #drop_zone_prosopiko_voucher.dragover, #drop_zone_prosopiko_stoixeia.dragover, #drop_zone_international_campers.dragover {
	background-color: #f0f0f0;
}
/*---------- Style Drag and Drop END ----------*/

.DTTT_button_pylon:before {
	content: '';
	width: 100%;
	height: 34px;
	background-image: url(https://dashboard.kalivas.net/wp-content/uploads/2024/11/pylon-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0px !important;
  	font-size: 14px;
}

.DTTT_button_exportAll:before {
	content: '\f1c3';
  	vertical-align: middle;
  	padding-right: 8px;
}

.DTTT_button_exportAll {
	width: inherit !important;
	flex-direction: row;
	justify-content: center;
	height: 42px !important;
	order: 0;
}

.DTTT_button_voucher {
	margin-left: 7px;
  	margin-right: 7px;
	width: inherit !important;
 	padding: 12px;
	order: 7;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 9px 16px;
	width: 51px;
	height: 42px !important;
	border-radius: 6px;
}

.DTTT_button_voucher::before {
  	content: '\f1c1';
  	vertical-align: middle;
  	font-size: 16px;
}

.DTTT_button_massvoucher:before {
	content: '';
	width: 100%;
	height: 34px;
	/*background-image: url(https://dashboard.kalivas.net/wp-content/uploads/2025/01/voucher.png);*/
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 0px !important;
  	font-size: 14px;
}

.DTTT_button_massvoucher span {
	font-size: 11px;	
}

.DTTT_button_massvoucher {
	width: 70px !important;
}

.DTTT_button_akyrofilter {
	width: 70px !important;
}

#post-272 .DTTT_button_new {
	display: none;
}

/* div.dropdown-menu {
	inset: auto !important;
} */
.for_bus_input {
	border-radius: 6px;
	border: solid 1px #dcdfe6;
	color: #6B7280;
	font-size: 13px;
	height: 36px;
	margin-right: 1%;
	padding-left: 15px !important;
	width: 48%;
}