@import url("https://fonts.googleapis.com/css?family=Heebo:200,300,400,500,600,700&display=swap&subset=hebrew");

/*General*/
/* section {
  background: red;
}
div.page_wrapper {
  background: green;
}
div.page_container {
  background-color: purple;
}
div.row.action_rows {
  background-color: rosybrown;
}
div.row.action_rows div.col-12.p-none {
  background-color: black;
}
div.row.action_rows div.col-12.p-none div.row {
  background-color: yellow;
} */

body,
html,
p,
a,
span {
  direction: rtl;
  font-family: "Heebo";
  overflow-x: hidden;
}

body {
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

button:disabled,
button:-moz-user-disabled {
  opacity: 0.7;
}

.form-check {
  text-align: right;
  padding: 0;
  margin: 0;
}

#g-recaptcha {
  margin-top: 15px;
  display: inline-block;
}

#g-recaptcha div {
  display: block;
  margin: 10px auto;
}

div.row {
  margin: 0;
  padding: 0;
  width: 100%;
}

div.row div.row {
  margin-bottom: 0 !important;
}

div.container-fluid {
  margin: 0;
  padding: 0;
}

.coloum_aligned_right {
  padding-left: 10px !important;
}

.coloum_aligned_left {
  padding-right: 10px !important;
}

.logo {
  width: 100%;
  display: block;
  margin: 0px auto;
}

.amgen_logo {
  width: 70%;
  display: block;
  margin: 0 auto;
  max-width: 140px;
}

.p-none {
  padding: 0;
}

.page_container {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}

form {
  height: 100%;
  width: 100%;
}

div.page_wrapper {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  -webkit-box-pack: center;
  /* justify-content */
  -webkit-box-align: center;
  /* align-items */
  display: flex;
  -webkit-flex-display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

section {
  height: calc(100% - 60px - 100px);
  /*max height of top element and bottom */
  margin-top: 10px;
}

.generic_input option {
  text-align: center;
}

.generic_input {
  display: block;
  text-align-last: center;
  width: 100%;
  color: black;
  font-weight: 200;
  text-align: center;
  font-size: 24px;
  line-height: 90%;
  padding: 0;
  height: 45px;
  background-color: #e5e5e5;
  border-radius: 3px;
  border: none;
}

.generic_input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  text-align: center;
  opacity: 1;
  /* Firefox */
}

.generic_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  text-align: center;
}

.generic_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
  text-align: center;
}

.inline-coloumn {
  margin: 0;
  padding: 0;
}

/*General*/
/*Header*/
.header_container {
  margin-top: 20px;
  position: relative;
}

/*Header*/
/*Footer*/
div.footer_container {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
}

/*Footer*/
/*Image Border*/
.image_border {
  border-style: solid;
  border-width: 7px;
  /* -webkit-border-image: url("../images/border_background.jpg") 30 round; */
  border-image: url("../images/border_background.jpg") 30 round;
  border-image-repeat: unset;
  /* z-index: 100; */

  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
}

footer div.privacy_policy_wrapper {
  padding: 0;
  text-align: center;
  font-size: 14px;
}

/*Image Border*/
/*Login page*/
#login_page input.login_input {
  direction: rtl;
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #a3c8e8;
  color: black;
  font-size: 24px;
  border: none;
  font-weight: 200;
  border-radius: 3px;
}

#login_page input.login_input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

#login_page input.login_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

#login_page div.button_wrapper {
  margin-top: 10px;
}

#login_page div.button_wrapper button {
  background-color: #775d9b;
  border: none;
  border-radius: 4px;
  height: 50px;
  color: white;
  font-weight: 300;
  font-size: 20px;
  padding: none;
  width: 100%;
}

#login_page .captcha_wrapper {
  text-align: center;
}

#login_page input.login_input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

#login_page a {
  font-size: 13px;
}

/*Login page*/
/*redirect page*/
#direct_patient .checkbox_wrapper {
  text-align: right;
}

#direct_patient div.row {
  margin: 10px 0;
  margin-top: 0 !important;
}

#direct_patient .button_wrapper {
  padding: 0;
}

#direct_patient .coloum_aligned_right {
  padding-left: 10px !important;
}

#direct_patient .coloum_aligned_left {
  padding-right: 10px !important;
}

#direct_patient label {
  padding-right: 19px;
}

#direct_patient .back_btn {
  position: absolute;
  top: 15px;
  left: 16px;
  height: unset;
  width: 70px !important;
  background-color: #007bff !important;
}

#direct_patient button {
  background-color: #775d9b;
  border: none;
  border-radius: 4px;
  height: 40px;
  width: 140px;
  color: white;
  font-weight: 300;
  font-size: 24px;

  text-align: center;
  padding: 3px;
}

/*redirect page*/

/*contact_representative*/

#contact_representative button {
  background-color: #775d9b;
  border: none;
  border-radius: 4px;
  height: 50px;
  color: white;
  font-weight: 300;
  font-size: 20px;
  padding: none;
  width: 100%;
}

#contact_representative .button_wrapper {
  padding: 0;
  margin-top: 20px;
}

#contact_representative .back_btn {
  position: absolute;
  top: 15px;
  left: 16px;
  height: unset;
  width: 70px !important;
  background-color: #007bff !important;
}

/*contact_representative*/
/*register_page*/
#register_page div.row {
  margin-bottom: 10px;
}

#register_page label {
  padding-right: 19px;
  text-align: right;
}

#register_page button {
  background-color: #775d9b;
  border: none;
  border-radius: 4px;
  height: 40px;
  width: 100px;
  color: white;
  font-weight: 300;
  font-size: 24px;
}

#register_page div.button_wrapper {
  padding: 0;
}

#register .page_container .email {
  direction: ltr;
}

/*register_page*/
/*phone_login*/
#phone_login div.row {
  margin-bottom: 10px;
}

#phone_login label {
  padding-right: 19px;
  text-align: right;
}

#phone_login button {
  background-color: #775d9b;
  border: none;
  border-radius: 4px;
  height: 40px;
  width: 100px;
  color: white;
  font-weight: 300;
  font-size: 24px;
}

#phone_login div.button_wrapper {
  padding: 0;
}

#register .page_container .email {
  direction: ltr;
}

/*phone_login*/
/*Main page*/
#main_page p {
  text-align: right;
  margin: 0;
}

#main_page div.text_wrapper {
  padding-right: 15px;
}

#main_page p.bold {
  font-weight: 600;
}

#main_page p.thin {
  font-weight: 200;
}

#main_page p.title {
  font-size: 16px;
  font-weight: 400;
}

#main_page p.title_biger {
  font-size: 19px;
  font-weight: 400;
}

#main_page p.extra_text {
  font-size: 14px;
}

#main_page div.row {
  margin-bottom: 10px;
}

#main_page a.download {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}

#main_page div.text_wrapper {
  position: relative;
}

#main_page div.row.main_rows div.col-12.p-none div.row div.col-2,
#main_page div.row.main_rows div.col-12.p-none div.row div.col-10 {
  display: flex;
  display: -webkit-flex;
  justify-content: start;
  -webkit-justify-content: start;
  align-items: center;
  -webkit-align-items: center;
}

/* fourth_row */

#main_page div.row.main_rows div.col-12.p-none div.row div.col-2 img {
  /* background-color: violet; */
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

#main_page div.second_row {
  padding-right: 30px;
}

#main_page div.third_row {
  padding-right: 60px;
}

#main_page div.fourth_row {
  /* padding-right: 90px; */
  padding-right: 60px;
}

#main_page div.third_row p.title_biger {
  font-size: 16px;
  font-weight: 400;
}

/*Main page*/
/*splash screen*/
#splash_screen {
  z-index: 10;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100vw;
  height: 100% !important;
  overflow: hidden;
}

#splash_screen div.page_container {
  margin-top: 20px;
}

#splash_screen p {
  font-weight: 500;
  color: #5b4891;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
}

#splash_screen div.title_row {
  margin-top: 20px;
}

#splash_screen {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  background-image: url("../images/splash_background.jpg");
}

/*splash screen*/
/*Jquery Confirm*/
.jconfirm .jconfirm-box {
  opacity: 1;
  -webkit-transition-property: all;
  transition-property: all;
  direction: rtl !important;
  text-align: right;
}

/*Jquery Confirm*/