/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--text: #57585B;
	--regular-text: 24px;
	--lineheight: 1.2;
	--userfont: Heebo, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: italic; }
@font-face { src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: normal; }
@font-face { src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: italic; }



/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
/* input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; } Asher new error code*/
input:focus:required:invalid, textarea:focus:required:invalid { 
border-color: #800000;
  border-width: 5px;
}
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	padding-bottom: 50px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h5.textcrome {
    text-align: left;
}
/* USER STYLES */

.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}

header {
	min-height: 170px;
	-webkit-box-shadow: 0px 13px 20px -7px #57585b7a;
	box-shadow: 0px 13px 20px -7px #57585b7a;
	margin-bottom: 60px;
	background-image: url(../images/464.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
}
.form-control {
	color: #57585B;
	/* font-size: var(--regular-text); */
	border-color:#57585B;
	border-radius:0;
}
.form-control::-webkit-input-placeholder {
  color: #57585B;
}
.form-control::-moz-placeholder {
  color: #57585B;
}
.form-control:-ms-input-placeholder {
  color: #57585B;
}
.form-control:-moz-placeholder {
  color: #57585B;
}
hr {
	background-color: #57585b;
	opacity: 1;
}
[type=email], [type=number], [type=tel], [type=url] {
	direction: rtl;
}
.rtl [type=date]{
	text-align: right;
}
.bg-radial {
	background: rgb(217,245,253);
	background: radial-gradient(circle, rgba(217,245,253,1) 30%, rgba(255,255,255,1) 100%);
}
.main-form .btn {
	background-color: #25408f;
	width: 100%;
	text-align: center;
	color: #fff;
	border-color: #25408f;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10vh;
	border-radius:0;
}
.send-title {
	background: #8b8e90;
	text-align: center;
	color: #fff;
	font-weight: 600;
	padding: 11px 0;
}
.send-block {
	background: #fff;
	border: 1px solid #000;
	border-top: none;
	margin-left: 0;
	margin-right: 0;
	padding: 40px;
	line-height: 1.6;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #57585B !important;
}
body .select2-container .select2-selection--single {
	height: auto;
	color: #57585B;
	border-color: #57585B;
	border-radius: 0;
	padding: 0.375rem 0.75rem;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.5;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__clear {
	height: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	margin-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__clear > span {
	vertical-align: sub;
}
.main-form .select2-selection__placeholder {
	/* padding-right: 10px; */
}
#meeting_place {
	display: none;
}
.main-form .form-check-input:checked {
    background-color: #c4c6c8;
    border-color: #000000;
}
.main-form .form-check-input {
	border: 1px solid rgb(0 0 0);
}
img {
	max-width: 100%;
}
#seating_location_other,
#lacturer_place,
#form-control-feeLacturer {
	display: none;
}
.seatingLocation-dyn {
	display: flex;
	align-items: flex-start;
}

.select2-dropdown .select2-search__field::-webkit-input-placeholder {
  color: red;
}
.select2-dropdown .select2-search__field::-moz-placeholder { 
  color: red;
}
.select2-dropdown .select2-search__field:-ms-input-placeholder {
  color: red;
}
.select2-dropdown .select2-search__field:-moz-placeholder { 
  color: red;
}
.datepicker, .flatpickr-calendar {
	direction: rtl !important;
}
#date_meeting {
	background-color: #fff;
}
.flatpickr-mobile[type=date] {
	position: relative;
}
.rtl .flatpickr-prev-month {
	left: auto !important;
	right: 0;
}
.rtl .flatpickr-next-month {
	right: auto !important;
	left: 0;
}
.rtl .flatpickr-prev-month svg {
	transform: rotate(-180deg);
}
.rtl .flatpickr-next-month svg {
	transform: rotate(-180deg);
}
.flatpickr-mobile[type=date]:not([value=""]):not(:focus):invalid:after {
      content: attr(placeholder) !important;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
    }
		/* input[type=date]:focus:after {
      content: '' !important;
    } */

.was-validated select:invalid + .select2 .select2-selection{
	border-color: #dc3545!important;
}
.was-validated select:valid + .select2 .select2-selection{
	border-color: #28a745!important;
}
*:focus{
outline:0px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
	background-image: none;
}
.form-control.is-valid, .was-validated .form-control:valid {
	background-image: none;
}
.alert {
    text-align: center;
}