.modal_login {
  overflow: auto;
  top: 50px;
}
.modal_login .modal_login_dialog .modal_login_content {
  background-color: rgb(69, 94, 150);
}
.modal_login .modal_login_dialog .modal_login_content .modal_login_header .modal_login_title {
  color: white;
  font-size: 20px;
  font-weight: bold;
}
.modal_login .modal_login_dialog .modal_login_content .modal_login_body input {
  width: 100%;
  border-radius: 10px;
}
.modal_login .modal_login_dialog .modal_login_content .modal_login_body label {
  color: white;
}
.modal_login .modal_login_dialog .modal_login_content .login_btn {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.modal_login .modal_login_dialog .modal_login_content .modal_login_footertext {
  color: white;
}
.modal_login .modal_login_dialog .modal_login_content .modal_login_footertext .link {
  color: white;
  text-decoration: underline;
}

.modal_profile {
  overflow: auto;
  top: 50px;
}
.modal_profile .modal_profile_dialog .modal_profile_content {
  background-color: rgb(69, 94, 150);
}
.modal_profile .modal_profile_dialog .modal_profile_content .modal-header {
  border-bottom: 1px solid rgb(69, 94, 150);
  padding: 0px;
}
.modal_profile .modal_profile_dialog .modal_profile_content .modal_profile_header {
  align-items: center;
  text-align: center;
  border-bottom: 4px solid white;
  padding-bottom: 15px;
  width: 100%;
  color: white;
}
.modal_profile .modal_profile_dialog .modal_profile_content .modal_profile_header_img {
  width: 100%;
}
.modal_profile .modal_profile_dialog .modal_profile_content .modal_profile_body input {
  width: 100%;
  border-radius: 10px;
}
.modal_profile .modal_profile_dialog .modal_profile_content .modal_profile_body label {
  color: rgb(201, 202, 204);
  margin-right: -45px;
  font-size: 13px;
}

#subscribe_footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15em;
  border-top: 2px solid #444;
}

.modal_subscribe {
  overflow: auto;
  top: 50px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe {
  margin-top: 57px;
  background-color: rgb(69, 94, 150);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #f59300;
  margin-bottom: 15px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .modal_header .modal_title {
  color: #e4c32d;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .big_text {
  color: white;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .simple_text {
  color: white;
  text-align: center;
  margin-bottom: 15px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .form_subsrcibe {
  margin-bottom: 15px;
  width: 100%;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .form_subsrcibe label {
  color: white;
  font-size: 13px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .form_subsrcibe input {
  width: 100%;
  border-radius: 10px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .footer_susbcribe {
  text-align: center;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .footer_susbcribe .response_susbcribe {
  margin-bottom: 15px;
  margin-top: 15px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .btn_subscribe {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.modal_subscribe .modal_subscribe_dialog .subscribe .subscribe_body .response_susbcribe {
  color: white;
}

.scroll {
  height: auto;
  overflow: hidden;
  overflow-x: hidden;
  padding: 1rem;
  background: white;
  direction: rtl;
}

.subscribelink {
  margin-top: 3px;
  padding-right: 100px;
  float: right;
  text-align: center;
}

.registerlink {
  text-align: center;
  margin-top: 3px;
  padding-right: 100px;
  float: right;
  text-align: center;
}

.link_footer {
  text-align: center;
  margin-top: 3px;
  padding-right: 130px;
  float: right;
  text-align: center;
}

.modal_registre {
  overflow: auto;
  top: 50px;
}
.modal_registre .modal_registre_dialog .modal_registre_content {
  margin-top: 57px;
  background-color: rgb(69, 94, 150);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.modal_registre .modal_registre_dialog .modal_registre_content .modal_registre_header .modal_registre_title {
  color: white;
}
.modal_registre .modal_registre_dialog .modal_registre_body input {
  width: 100%;
  border-radius: 10px;
}
.modal_registre .modal_registre_dialog .modal_registre_body label {
  color: white;
  padding-right: 15px;
  width: auto;
  font-size: 13px;
}
.modal_registre .modal_registre_dialog .modal_registre_body input[type=checkbox] {
  height: 50px;
  width: 50px;
}
.modal_registre .modal_registre_dialog .modal_registre_body .btn_registre {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.modal_registre .modal_registre_dialog .modal_registre_body select {
  width: 100%;
  border-radius: 10px;
}

.recaptcha {
  width: 100%;
}

.modal_message {
  overflow: auto;
  top: 100px;
}
.modal_message .modal_message_dialog .modal_message_content {
  background-color: rgb(69, 94, 150);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.modal_message .modal_message_dialog .modal_message_content .modal-header h1 {
  color: white;
}
.modal_message .modal_message_dialog .modal_message_content .modal-body {
  padding-bottom: 15px;
}
.modal_message .modal_message_dialog .modal_message_content .modal-body h5 {
  color: white;
}
.modal_message .modal_message_dialog .modal_message_content .modal-footer {
  border: 1px solid rgb(69, 94, 150);
}

.modal_forget_password {
  overflow: auto;
  top: 50px;
}
.modal_forget_password .modal_forget_password_dialog .modal_forget_password_content {
  background-color: rgb(69, 94, 150);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.modal_forget_password .modal_forget_password_dialog .modal_forget_password_content .modal-header h1 {
  color: white;
}
.modal_forget_password .modal_forget_password_dialog .modal_forget_password_content .modal-body label {
  color: white;
  font-size: 13px;
}
.modal_forget_password .modal_forget_password_dialog .modal_forget_password_content .modal-body input {
  width: 100%;
  border-radius: 10px;
}
.modal_forget_password .modal_forget_password_dialog .modal_forget_password_content .modal-body h2 {
  color: white;
}
.modal_forget_password .modal_forget_password_dialog .modal_forget_password_content .modal-body p {
  color: white;
}
.modal_forget_password .modal_forget_password_dialog .modal_forget_password_content .modal-body .btn_forget_password {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.modal_newpassword {
  overflow: auto;
  top: 50px;
}
.modal_newpassword .modal_newpassword_dialog .modal_newpassword_content {
  background-color: rgb(69, 94, 150);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.modal_newpassword .modal_newpassword_dialog .modal_newpassword_content .modal-header h1 {
  color: white;
}
.modal_newpassword .modal_newpassword_dialog .modal_newpassword_content .modal-body p {
  color: white;
}
.modal_newpassword .modal_newpassword_dialog .modal_newpassword_content .modal-body label {
  color: white;
  font-size: 13px;
}
.modal_newpassword .modal_newpassword_dialog .modal_newpassword_content .modal-body input {
  width: 100%;
  border-radius: 10px;
}
.modal_newpassword .modal_newpassword_dialog .modal_newpassword_content .modal-body .btn_newpassword {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.btn_logout {
  margin-top: 15px;
  color: white;
  background-color: rgb(69, 94, 150);
}

.btn_signin {
  color: white;
  background-color: rgb(69, 94, 150);
}

.btn_seting {
  margin-top: 15px;
  color: white;
  background-color: rgb(69, 94, 150);
}

.modal_seting {
  overflow: auto;
  top: 50px;
}
.modal_seting .modal_seting_dialog .modal_seting_content {
  background-color: rgb(69, 94, 150);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-header h5 {
  color: white;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-1 {
  border-bottom: 1px solid white;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-1 h5 {
  color: white;
  text-align: center;
  margin-bottom: 15px;
  text-decoration: underline;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-1 label {
  color: white;
  font-size: 13px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-1 input {
  width: 100%;
  border-radius: 10px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-1 .btn_change_password {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-2 {
  border-bottom: 1px solid white;
  margin-top: 15px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-2 label {
  color: white;
  font-size: 13px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-2 input {
  width: 100%;
  border-radius: 10px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-2 h5 {
  color: white;
  text-align: center;
  margin-bottom: 15px;
  text-decoration: underline;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-2 .btn_change_profile_picture {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-3 {
  border-bottom: 1px solid white;
  margin-top: 15px;
}
.modal_seting .modal_seting_dialog .modal_seting_content .modal-body .modal-body-3 p {
  color: white;
  font-size: 13px;
}
.modal_confirmtaion {
  overflow: auto;
  top: 50px;
}
.modal_confirmtaion .modal_confirmation_dialog .modal_confirmation_content {
  background-color: rgb(69, 94, 150);
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.modal_confirmtaion .modal_confirmation_dialog .modal_confirmation_content .modal-header h1 {
  color: white;
}
.modal_confirmtaion .modal_confirmation_dialog .modal_confirmation_content .modal-body h4 {
  color: white;
}
.modal_confirmtaion .modal_confirmation_dialog .modal_confirmation_content .modal-body p {
  color: white;
}
.modal_confirmtaion .modal_confirmation_dialog .modal_confirmation_content .modal-body label {
  color: white;
  font-size: 13px;
}
.modal_confirmtaion .modal_confirmation_dialog .modal_confirmation_content .modal-body input {
  width: 100%;
  border-radius: 10px;
}
.modal_confirmtaion .modal_confirmation_dialog .modal_confirmation_content .modal-body .btn_confirmation {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}

.tableShcedual {
  color: rgb(69, 94, 150);
  background-color: rgb(219, 188, 80);
  border: 1 px solid rgb(69, 94, 150);
  width: 100%;
  border-radius: 9px;
}
.tableShcedual tr {
  border-bottom: 1px solid #000;
}
.tableShcedual tr td {
  padding: 6px;
}

.modal-title_schedual {
  color: rgb(219, 188, 80);
  margin: 5px;
  font-size: 25px;
}

.or {
  text-align: center;
  align-items: center;
  font-size: 28px;
  font-family: "Courier New", Courier, monospace;
  color: white;
  width: 100%;
  margin: 3px;
  position: relative;
}
.or .h4 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login_social {
  display: flex;
  float: left;
  justify-content: space-around;
  flex-direction: column-reverse;
  text-align: center;
}

.delete_btn {
  background-color: rgb(219, 188, 80);
  font-size: 20px;
  font-weight: bold;
  color: rgb(69, 94, 150);
  border: 1px solid rgb(69, 94, 150);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
}/*# sourceMappingURL=dev.css.map */