body.he{
    direction: rtl;
    text-align: right;
}
body.en{
    direction: ltr;
    text-align: left;
}
/*=======| TXTS | =======*/
@font-face {
  font-family: Heebo;
  src: url("HEEBO/static/Heebo-Regular.ttf");
}
*{
  font-family: Heebo,arial,sans-serif;

}

p{
  color: #383838;
}

strong{
  color: #7A7A7A!important;
}

h1,h5{
font-weight: bold;
color: #7A7A7A!important;
}

h1{
font-weight: bold;
font-size: 35px;
color: #7A7A7A!important;
}

h2{
font-weight:600;
font-size: 27px;
color: #7A7A7A!important;
}

.number{
  font-weight: 300;
  font-size: 14px;
}


/*=======| IMGS | =======*/
.star,
.star img{
  height: 35px;
  width: auto;
  padding: 00px 5px 15px 0px;
}

.inline{
  display: inline-block;
}

.head-img{
  margin-top: 25px;
  text-align: center;
  direction: rtl;
  width: 100%!important;
  height: auto;
}
.head-img img{
  width:auto;
  height: 400px;
}
.head-img img.img_en{
  width:100%;
  height: auto;
  margin-bottom: 10px;
}
/*=======| CONTAINERS | =======*/

.container-sm{
  text-align: center;
  margin-bottom: 25px!important;
}

.container{
  margin-bottom: 25px!important;
}


/*=======| MODALS | =======*/

.modal{
  width: 100%!important;
  height: 100%!important;
}

.modal-header{
  padding-right:10px;
  border-bottom:0 !important;
}

.modal-header>.container{
  padding:0;
  border-bottom:0 !important;
}

.result-header{
  padding:30px 40px 0px 40px ;
  border-bottom:0 !important;
}
.modal-body{
  padding: 30px 30px 00px 30px !important;
}

.modal-footer{
  justify-content: flex-start!important;
  padding: 10px 30px 30px 30px !important;
  border-top: 0 !important;
}

.card-body{
  text-align: right;
}
.en .card-body{
    text-align: left;
}
/*=======| INPUTS | =======*/
.form-check-input{
  background-color: #eee;
  outline: 0;
  border:0;
}

.form-check-input:checked,
.form-check-input:focus{
  background-color: #EA5A99;
  border: none;
  outline: 0;
  border:0;
}

/*=======| BUTTONS | =======*/
button,
.btn-lotem{
  background-color: #EA5A99!important;
  border: 0!important;
  border-radius: 1000px!important;
  padding: 10px 20px!important;
}

.btn-submit{
  text-align: center;
}

.btn-secondary{
  color: #EA5A99!important;
  background-color: #fff!important;
  border: 2px solid #EA5A99!important;
  border-radius: 1000px!important;
  padding: 10px 20px!important;
}
.select-input{
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  width:100%;
  border-radius: 3px;
}
.align-center{
  text-align:center;
  margin:20px auto 0;
  display: block;
}
.checkbox_block{
  display:none;
}
.prelauncher_page{
	width:100%;
	height:100%;
	    background: rgb(238, 238, 238);
}
.css-m0ybr9 {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
#quiz_form{
	
}
.block_form{
	
	    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.block_form > form{
	max-width: 90vw;
    background-color: white;
    border: 1px solid rgb(229, 229, 229);
    padding: 20px;
    border-radius: 10px;
}
.css-r5lnre {
    position: relative;
    display: flex;
    border: 1px solid rgb(229, 229, 229);
    transition: border-color 0.2s ease-out 0s;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    -webkit-box-align: center;
    align-items: center;
}
.block_form input{
    border: 0px;
    outline: none;
    background: transparent;
    width: 100%;
    padding: 11px 13px;
    text-align:left;
       border: 1px solid rgb(229, 229, 229);
    transition: border-color 0.2s ease-out 0s;
    background-color: rgb(255, 255, 255);
       border-radius: 7px;
}
.css-11gedk > form > .intro {
    font-weight: 600;
}
.css-r5lnre > ._placeholder {
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 13px;
    color: rgb(144, 144, 144);
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    padding-top: 11px;
    transition: top 0.2s ease 0s, left 0.2s ease 0s, font-size 0.2s ease 0s, padding 0.2s ease 0s, color 0.2s ease 0s;
}
.css-1tamr7i > .required_icon {
    font-size: 0.6em;
    vertical-align: super;
    color: rgb(52, 126, 247);
}
.css-zt6jb7 {
    display: inline-block;
    transition: background-color 0.3s ease-out 0s;
    user-select: none;
    padding: 5px 1em;
    min-width: 55px;
    text-align: center;
    border: 2px solid rgb(213, 75, 129);
    background-color: rgb(213, 75, 129);
    color: white;
    border-radius: 10px;
    white-space: normal;
}
.block_form .Button {
    width: 100%;
    margin-top: 20px;
}
.css-zt6jb7.primary {
    min-width: 100px;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border:  1px solid #f5c2c7;
}
.alert-success {
    color: #1F883D;
    background-color: #DAFBE1;
    border:  1px solid #1F883D;
}
.alert {
    
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
   
    border-radius:0.375rem;
}

.head{
	width:100%;
	height:100%;
	background:#000;
	opacity: 1;
	    height: 600px;
    position: relative;
    border-bottom: 5px solid #efefef;
}
.head img.head_img{
	    object-fit: cover;
    height: 600px;
    opacity: 0.6;
    width: 100%;
    vertical-align: bottom;
    position: absolute;
    object-position: right top;
    z-index: 1;
}
.logo{
	float:left;
	margin:50px;
	opacity: 1;
	z-index:2;
	position: relative;
}
.logo_star{
	position: absolute;
	opacity: 1;
	z-index:2;
	bottom:200px;
	right:100px;	
	width:85px;
}
.head h1{
	color:#fff !important;
	font-size:6.5em;	
	opacity: 1;
	z-index:2;
	position: absolute;
	bottom:50px;
	right:50px;	
	font-family: Heebo,arial,sans-serif;
}
.text{
	margin:20px 50px;	
}
.resultTablepdf{
	border:2px solid #E2E2E2;	
	direction: rtl;
	margin:20px 0;
}

.resultTablepdf thead tr th{
	background: #F2F2F2;
	text-align:center;
	border:1px solid #E2E2E2;	
}
.resultTablepdf tbody tr td
{
	border:1px solid #E2E2E2;	
	padding:10px 20px;
}
.resultTablepdf tbody tr td.gray{

	border-top:4px solid #BFBFBF
}
.resultTablepdf tbody tr td.blue{

	border-top:4px solid #04DECE;
}
.resultTablepdf tbody tr td.orange{
	border-top:4px solid #FBD304;
}
.resultTablepdf tbody tr td.green{
	border-top:4px solid #A2EF25;
}
.resultTablepdf tbody tr td.pink{
	border-top:4px solid #EA5A99;
}
.footer_logo{
	text-align: left;
	margin-top:60px;
}
.footer_logo img{
	height:30px;
}
#resultpdf{
	display:none;
}
.language{
    display: flex;
    justify-content: center;
}
.language button{
    border:0 !important;
    background: 0 !important;
    padding:0 !important;
    margin:5px;
}
.language button.active{
    border:1px solid #EA5A99 !important;
    background: 0 !important;
}
@media screen and (max-width: 767px) {
	.head-img img {
		width: 100%;
    	height: auto;
	}
}