body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

[dir="rtl"] * {
  font-family: "Tajawal", sans-serif;
}

[dir="ltr"] .arabic {
  font-family: "Tajawal", sans-serif;
}

[dir="ltr"] * {
  font-family: "Baloo Da 2", cursive;
  line-height: 1.1;
}

a {
  text-decoration: none;
  color: #000;
  transition: opacity 0.2s;
}

a:hover {
  opacity: 0.5;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

.app_form_padding {
  padding: 30px 0 40px 0;
}

.call_button {
  width: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.call_button_link:hover {
  opacity: 1 !important;
}

.call_section {
  background-color: #fafafa;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.table_visible {
  display: block;
}

.table_unvisible {
  display: none;
}

.App-link {
  color: #61dafb;
}

.main_container {
  width: 45%;
  margin: auto;
  padding-left: 90px;
  padding-right: 90px;
  box-sizing: border-box;
  transition: width 0.3s;
}

.dashboard_main_container {
  width: 90%;
  margin: auto;
  padding-left: 90px;
  padding-right: 90px;
  box-sizing: border-box;
  transition: width 0.3s;
}

h1 {
  margin: 0.2em 0;
  font-size: 4rem;
  font-weight: 100;
}
h2 {
  margin: 0em 0;
  font-size: 1.9rem;
  font-weight: 100;
}
h3 {
  margin: 0em 0;
  font-size: 1.75rem;
  font-weight: 100;
}
h4 {
  margin: 0em 0;
  font-size: 1.5rem;
  font-weight: 100;
}
h5 {
  margin: 0em 0;
  font-size: 1.25rem;
  font-weight: 100;
}
h6 {
  margin: 0em 0;
  font-size: 1rem;
  font-weight: 100;
}

button:focus,
input:focus,
select:focus {
  outline: 0;
}

@media screen and (max-width: 1400px) {
  .main_container {
    width: 65%;
  }
}
@media screen and (max-width: 992px) {
  .main_container {
    width: calc(100% - 0px) !important;
    padding-left: 30px;
    padding-right: 30px;
  }

  h1 {
    margin: 0.2em 0;
    font-size: 2.5rem;
  }
  h2 {
    margin: 0.2em 0;
    font-size: 1.5rem;
  }
  h3 {
    margin: 0em 0;
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.7rem;
  }
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page_template_body {
  /* position: absolute; */
  margin: 0;
  width: 100%;
  /* top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.moh_header {
  height: 100%;
}
.moh_header_logo {
  background-image: url(/imgs/cmgs_logo.png);
  height: 120px;
  width: 90px;
  background-size: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}

.moh_header_language_switch {
  float: right;
  margin: 50px 0;
}

[dir="rtl"] .moh_header_logo {
  float: right;
}

[dir="rtl"] .moh_header_language_switch {
  float: left;
}

.cmgs_logo_link:hover {
  opacity: 1 !important;
}

.card {
  border-radius: 5px;
}

.card_header {
  top: 0;
  width: 100%;
  background-image: url(/imgs/moh_donation_background.png);
  background-size: cover;
  height: 120px;
  box-sizing: border-box;
}

.card_footer {
  bottom: 0;
  width: 100%;
  padding: 30px 0;
}

.card_header_footer {
  background-color: #f0eef1;
  /* padding: 30px 0; */
}

.card_body {
  padding-top: 40px;
}

.amount_count,
.amount_currency,
.person_count {
  display: inline-block;
}

.amount_count {
  font-weight: 900;
}

/* .amount_count_title {
  text-align: initial;
} */

.amount_count_title,
.person_count {
  color: #909090;
}

.contribute_form {
  text-align: justify;
}

.inactive-input {
  pointer-events: none !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  color: lightgray !important;
}

.inactive-input:-webkit-autofill,
.inactive-input:-webkit-autofill:hover,
.inactive-input:-webkit-autofill:focus {
  pointer-events: none !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  color: lightgray !important;
}

/* .inactive-input,
.inactive-input:-internal-autofill-selected {
  pointer-events: none !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #f2f2f2 !important;
  color: lightgray !important;
} */

.inactive-input::placeholder {
  color: lightgray;
  pointer-events: none;
}

.contribute_form_container {
  background-color: #fafafa;
}
.disabled_button {
  pointer-events: none;
}

.dashboard_title {
  text-align: center;
}

.form_radio_buttons,
.form_radio_buttons_title {
  display: inline-block;
}

.form_radio_buttons_space {
  display: inline-block;
  width: 20px;
}

@media screen and (max-width: 767px) {
  .form_radio_buttons_title {
    display: block;
  }
  .form_radio_buttons_space_first {
    display: block !important;
    height: 5px;
  }
}

/* 
[dir="rtl"] .form_radio_buttons_container {
  float: left;
}

[dir="ltr"] .form_radio_buttons_container {
  float: right;
} */
/* .contribute_form_title,
.form_radio_buttons_container {
  display: inline-block;
} */

input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-clear-button,
.unstyled::-webkit-inner-spin-button,
input[type="date"]::-webkit-inner-spin-button,
.unstyled {
  -webkit-appearance: none;
  display: none !important;
}

.unstyled::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
  background-color: transparent;
  color: transparent;
}

.form_input_container {
  position: relative;
  height: 46px;
}

.form_input[type="date"] {
  background-image: url(/imgs/calendar.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right 13px center;
  padding-top: 16px;
}

.form_input {
  font-size: 1.25rem;
  height: 46px;
  padding: 13px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #0000001a;
  width: 100%;
  top: 0;
  background: #fff;
}

[dir="rtl"] .form_input {
  text-align: right;
}

[dir="ltr"] .form_input {
  text-align: left;
}

.form_input_error {
  border: 1.5px solid #e12424;
}

.form_input_suffix {
  font-size: 1.25rem;
  padding: 7px 13px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding: 12px 15px 9px 15px;
}

[dir="rtl"] .form_input_suffix {
  left: 0;
}

[dir="ltr"] .form_input_suffix {
  right: 0;
}

.tooltip {
  position: relative;
  /* display: inline-block; */
  /* border-bottom: 1px dotted black;  */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 80%;
  background-color: #f8eae9;
  color: #e12424;
  text-align: center;
  padding: 10px 5px;
  box-sizing: border-box;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 117%;
  /* box-shadow: 0px 0 2px #00000047; */
}

[dir="ltr"] .tooltip .tooltiptext {
  right: 0;
}

[dir="rtl"] .tooltip .tooltiptext {
  left: 0;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltipVisible .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #f8eae9 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .tooltip .tooltiptext {
    width: 100%;
  }
}

.form_checkbox {
  height: 18px;
  width: 18px;
  margin: 0;
  border-radius: 100px;
  -webkit-appearance: none;
  border: 1px solid #00000047;
  vertical-align: sub;
  cursor: pointer;
}

/* [dir="rtl"] .form_checkbox {
  vertical-align: middle;
} */

.form_checkbox:checked {
  background-image: url(/imgs/blue-circle.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.form_checkbox_text {
  display: inline-block;
  text-align: initial;
}

[dir="rtl"] .form_checkbox_text {
  vertical-align: middle;
}

button.form_button {
  height: 44px;
  border: none;
  font-size: 1.25rem;
  width: 100%;
  border-radius: 100px;
  background-color: #0199ff;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s linear !important;
  padding-top: 5px;
}

button.form_button:active {
  background-color: #0083db;
}

.bordered_form_button {
  background-color: transparent !important;
  border: 1px solid #0199ff !important;
  color: #0199ff !important;
  /* width: auto !important; */
  padding: 0 10px;
  /* height: 30px !important; */
}

.bordered_form_button:active {
  background-color: #e1ecf3 !important;
}

.form_drop_down_container {
  position: relative;
  height: 46px;
}

.form_drop_down {
  background: #fff;
  font-size: 1.25rem;
  height: 46px;
  padding: 13px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #0000001a;
  width: 100%;
  top: 0;
  background-image: url(/imgs/down_arrow_black.svg);
  background-size: 13px;
  background-repeat: no-repeat;
}
[dir="rtl"] .form_drop_down {
  background-position: left 13px center;
}

[dir="ltr"] .form_drop_down {
  background-position: right 13px center;
}

.form_drop_down_error {
  border: 1.5px solid #e12424;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

option :first-child {
  color: gray;
}

/* 
.form_input_suffix {
  font-size: 1.25rem;
  padding: 7px 13px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  padding: 12px 15px 9px 15px;
}

[dir="rtl"] .form_input_suffix {
  left: 0;
}

[dir="ltr"] .form_input_suffix {
  right: 0;
} */


.moh_footer {
  box-sizing: border-box;
}

.cordinators_logos {
  margin: auto;
  padding: 30px 0 15px 0;
  height: 100px;
}

.cordinators_logo {
  display: inline-block;
  vertical-align: bottom;
  width: 33%;
  height: 100px;
  background-repeat: no-repeat;
}
.cordinator_link:hover {
  opacity: 1 !important;
}

.tap_lgog {
  background-image: url(/imgs/tap_gray_logo.svg);
  background-size: 104px 50px;
  background-position: left center;
  float: left;
}

.cait_logo {
  background-image: url(/imgs/cait.png);
  background-size: 100px;
  background-position: center bottom;
}

.knet_logo {
  background-image: url(/imgs/knet.svg);
  background-size: 50px;
  background-position: right center;
  float: right;
}

@media screen and (max-width: 767px) {
  .cordinators_logos {
    height: 80px;
  }

  .cordinators_logo {
    height: 80px;
  }

  .tap_lgog {
    background-size: 80px 40px;
  }

  .cait_logo {
    background-size: 80px;
  }

  .knet_logo {
    background-size: 40px;
  }
}

.table_title {
  text-align: initial;
}
table.form_table {
  width: 100%;
  border-collapse: collapse;
}

table.form_table > tbody > tr > td {
  text-align: initial;
  font-size: 1.25rem;
  padding: 8px 0;
}
/* 
.table_value_key,
.table_td_value {
  width: 100%;
} */

[dir="ltr"] td.table_value_key {
  text-align: right;
}

[dir="rtl"] td.table_value_key {
  text-align: left;
}

[dir="rtl"] td.table_td_value {
  text-align: right;
}

[dir="ltr"] td.table_td_value {
  text-align: right;
}

.form_table > tbody > tr {
  border-bottom: 1px solid lightgrey;
}

.table_button {
  background-color: transparent !important;
  border: 1px solid gray !important;
  color: gray !important;
  width: 150px !important;
  height: 35px !important;
  float: right;
}

/* .table_td_value {
  position: relative;
}
.table_td_value_text{
  position: ab;
  right: 0;
} */
/* 
[dir="ltr"] .table_td_value {
  text-align: right;
}

[dir="rtl"] .table_td_value {
  text-align: left !important;
}

[dir="rtl"] .table_button {
  float: left;
} */

.table_button:active {
  background-color: #80808026 !important;
}

.table_switch_button_container {
  text-align: initial;
}

.table_switch_button {
  width: calc(33.33% - 7px) !important;
  background-color: #f0eef1 !important;
  color: black !important;
  vertical-align: top;
}

.table_switch_button_active {
  background-color: #c5e8ff !important;
}

@media screen and (max-width: 767px) {
  .table_switch_button {
    font-size: 0.9rem !important;
  }
}
.table_switch_button:active {
  /* background-color: #e1ecf3 !important; */
}

.table_title {
  text-align: initial;
}
table.form_table {
  width: 100%;
  border-collapse: collapse;
}

table.form_table > tbody > tr > td {
  text-align: initial;
  font-size: 1.25rem;
  padding: 8px 0;
}
/* 
.table_value_key,
.table_td_value {
  width: 100%;
} */

[dir="ltr"] td.table_value_key {
  text-align: right;
}

[dir="rtl"] td.table_value_key {
  text-align: left;
}

[dir="rtl"] td.table_td_value {
  text-align: right;
}

[dir="ltr"] td.table_td_value {
  text-align: right;
}

.form_table > tbody > tr {
  border-bottom: 1px solid lightgrey;
}

.table_button {
  background-color: transparent !important;
  border: 1px solid gray !important;
  color: gray !important;
  width: 150px !important;
  height: 35px !important;
  float: right;
}

/* .table_td_value {
  position: relative;
}
.table_td_value_text{
  position: ab;
  right: 0;
} */
/* 
[dir="ltr"] .table_td_value {
  text-align: right;
}

[dir="rtl"] .table_td_value {
  text-align: left !important;
}

[dir="rtl"] .table_button {
  float: left;
} */

.table_button:active {
  background-color: #80808026 !important;
}

.table_switch_button_container {
  text-align: initial;
}

.table_switch_button {
  width: calc(33.33% - 7px) !important;
  background-color: #f0eef1 !important;
  color: black !important;
  vertical-align: top;
}

.table_switch_button_active {
  background-color: #c5e8ff !important;
}

@media screen and (max-width: 767px) {
  .table_switch_button {
    font-size: 0.9rem !important;
  }
}
.table_switch_button:active {
  /* background-color: #e1ecf3 !important; */
}

.result-bar-container {
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  overflow: hidden;
  padding: 10px 20px;
  display: flex;
  /* width: 65%;
  display: flex; */
}

.result-bar-container .result-bar-text {
  padding: 0 10px;
  width: 90%;
}

.result-bar-message {
  display: flex;
  align-items: center;
  width: 80%;
}

[dir="ltr"] .result-bar-container {
  right: 0;
  text-align: left;
}

[dir="rtl"] .result-bar-container {
  left: 0;
  text-align: right;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* .tooltipVisible .tooltiptext {
  visibility: visible;
} */

.result-bar-success {
  background-color: #cbffcb;
  border: 1px solid #00ff00;
  color: -internal-root-color;
  border-radius: 8px;
}

.result-bar-failure {
  background-color: #f8eae9;
  border: 1px solid #ef9090;
  color: -internal-root-color;
  border-radius: 8px;
}

.result-bar-loading {
  background-color: #f3f3f3;
  border: 1px solid #dcdcdc;
  color: -internal-root-color;
  border-radius: 8px;
}

.result-bar-success > .result-bar-number {
  color: green;
}

.result-bar-failure > .result-bar-number {
  color: red;
}

.result-bar-icon {
  margin: 0px;
}

@media screen and (max-width: 767px) {
  /* .result-bar-container {
    width: 100%;
  } */

  .result-bar-container {
    position: relative;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .result-bar-message {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .result-bar-container .result-bar-text {
    text-align: center;
    padding: 10px 0;
  }

  .result-bar-icon {
    margin: 10px;
  }
}


/*# sourceMappingURL=godonatemoh.css.map*/