table {
  width: 100%;
}

table,
th,
td {
  font-family: "Inter", sans-serif;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

th,
td {
  padding: 8px 10px;
  width: 8em;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

a {
  text-decoration: none;
  color: darkblue;
  transition: all 0.2s linear;
}

a:hover {
  color: blue;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background: #f5f6f8;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

.main {
  font-family: "Raleway", sans-serif;
  width: 100%;
  max-width: 1900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1em;
}
.title-box {
  display: inline-flex;
  white-space: nowrap;
}
.title {
  font-family: "Playfair Display", serif;
  font-size: 1.5em;
  text-decoration: none;
  display: inline;
  font-weight: 700;
  color: white;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
}

.title:hover {
  color: white;
}

.titlebar {
  background: #01125f;
  position: fixed;
  left: 0px;
  padding-top: 16px;
  top: 0;
  white-space: nowrap;
  width: 100%;
  height: 56px;
  z-index: 9;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.navi {
  display: inline-flex;
  white-space: nowrap;
  right: 0;
  margin-top: 6px;
  position: absolute;
}
.navi-home {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 10pt;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  position: relative;
  right: 0px;
  margin-right: 25px;
  transition: 0.2s;
}
.navi-reg {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 10pt;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  position: relative;
  right: 0px;
  margin-right: 25px;
  transition: 0.2s;
}
.navi-reg:hover {
  color: dimgray;
}

.navi-home:hover {
  color: dimgray;
}

.navi-login-button {
  display: none;
}

.spacer {
  margin-top: 100px;
  width: 100%;
}
.big1 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 10px;
}
.big2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 4em;
  margin-bottom: 10px;
}

.norm1 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  margin-top: 20px;
}

.card {
  background: #ffffff;
  border-radius: 10px;
  min-height: 180px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 1.2em;
  padding-left: 35px;
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 1em;
  width: 950px;
}

.card-center {
  margin: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.card-container {
  align-content: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sub-card {
  background: cornsilk;
  border-radius: 5px;
  padding-top: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

.sub-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 5px;
}

.parent-nametag {
  border-radius: 5px;
  transition: 0.2s;
  min-height: 35px;
  min-width: 280px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  background: white;
  width: inherit;
}
.card-title {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: bolder;
  padding-top: 5px;
  margin-bottom: 15px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.small-card-title {
  margin-bottom: 0px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}
.pre-ex {
  float: right;
  width: 105px;
  height: auto;
  font-size: 11px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-right: 12px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  transition: 0.2s;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: floralwhite;
}
.del::before {
  content: attr(bef);
}
.pre-ex:hover {
  padding-left: 7px;
  padding-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-right: 10px;
}
.pre-ex:active {
  transform: translateY(2px);
  background: #f7f7f7;
}
.del:active::before {
  content: attr(act);
}
.del:hover:active::after {
  content: attr(actafter);
}
.del:hover:active {
  background: #f7f7f7;
  color: black;
  font-size: 11px;
  font-weight: normal;
}
.del:hover {
  padding-left: 7px;
  padding-bottom: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-right: 10px;
  background: red;
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: -5px;
}
.del:hover::after {
  content: attr(hov);
}

.entry-labels {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.entry {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  border-radius: 0px;
  border: 1px solid #ccc;
  color: gray;
  padding: 3px 20px;
  margin: 4px 0 12px 0;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

select.entry {
  cursor: pointer;
}

.entry:focus {
  border: 1px solid #555;
  background: lightyellow;
  color: black;
}

.entry-extra {
  display: inline;
  font-size: 1em;
  width: 1em;
  height: 1em;
  margin-right: 5px;
}

.entry-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 20%;
}

.entry-card {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 1.2em;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 1em;
  min-width: 45%;
}

.entry-card-sm {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 1.2em;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 30px;
  padding-bottom: 1em;
}

.submit {
  background: #4d4dff;
  border: none;
  color: white;
  padding: 10px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  transition: 0.2s;
  -webkit-appearance: none;
  font-family: "Raleway", sans-serif;
}
.submit:hover {
  padding-left: 12px;
  margin-right: -2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.submit:active {
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}

.submit-blocked {
  pointer-events: none;
  color: #dfdfdf;
}

.itemname {
  color: #303033;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 3px;
}
.descr {
  font-size: 13px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 3px;
  color: #787878;
  transition: 0.2s;
  opacity: 1;
}
.item {
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background: #f5f6f8;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 6px;
  transition: 0.2s;
  min-height: 35px;
  width: 280px;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-decoration: none;
  flex: auto;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.item:hover {
  padding-left: 17px;
  padding-bottom: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
}
.item:hover + .descr {
  opacity: 1;
}
.item:active {
  transform: translateY(2px);
  background: #f7f7f7;
}
.item_disabled {
  color: #bdbdbd;
  pointer-events: none;
}
.small {
  min-width: 190px;
  min-height: 0px;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  background: floralwhite;
}
.small_disabled {
  min-width: 190px;
  min-height: 0px;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0px;
  background: #ececec;
  color: #bdbdbd;
  pointer-events: none;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}
.boton {
  border: none;
  color: white;
  padding: 15px;
  width: 235px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: bold;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  transition: 0.2s;
}

.boton:hover {
  padding-left: 20px;
  padding-bottom: 18px;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.35);
  color: white;
}
.boton:active {
  box-shadow: 0 2px #666;
  transform: translateY(2px);
  color: white;
}
.boton-unclickable {
  background: lightgray;
  pointer-events: none;
}
.azul {
  background: #4d4dff;
}
.verde {
  background: mediumseagreen;
}
.botonmain {
  margin-right: 20px;
  flex: auto;
  margin-bottom: 15px;
}

.p1 {
  margin-bottom: 30px;
  display: inline-block;
}
.patient-name {
  font-size: 1.5em;
  font-weight: bold;
}

.patient-button {
  min-width: 360px;
  display: flex;
  padding-right: 10px;
}

.patient-button-container {
  min-width: 375px;
}

.dob {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  display: inline-block;
}
.dob-label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #787878;
  display: inline-block;
}
.patient-details {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
}

.labels {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #787878;
  display: inline-block;
}

/* These are used as labels for forms */
.card-labels {
  margin: 1em 0 0;
}

.exptab {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  color: gray;
  font-size: 14px;
  margin-right: 20px;
  border-bottom: 4px;
  margin-bottom: 2px;
  border-bottom-style: solid;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.selected-exptab {
  border-bottom: 6px;
  margin-bottom: 0px;
  border-bottom-style: solid;
  color: black;
  border-color: blue;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.div-space {
  margin-bottom: 20px;
}
.div-space-top {
  margin-bottom: 40px;
}
.button-right {
  float: right;
  width: 100px;
}

.other-button {
  border-style: solid;
  border-color: lightgray;
  border-width: 2px;
  border-radius: 5px;
  width: 280px;
  background: aliceblue;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  margin: 5px;
}
.button-bar {
  display: flex;
  flex-wrap: wrap;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 5px;
  background: #f5f6f8;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.button-bar a {
  flex: auto;
  color: black;
  background: #f5f6f8;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  transition: 0.2s;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 1em;
  border-style: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.button-bar a:hover {
  background: #d5d5d5;
}
.button-bar a:focus {
  transition: 0.2s;
  background: #4d4dff;
  color: white;
}

.button-bar div {
  flex: auto;
  color: black;
  background: #f9f9f9;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  transition: 0.2s;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 1em;
  border-style: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.button-bar div:hover {
  background: #d5d5d5;
}
.button-bar div:focus {
  transition: 0.2s;
  background: #4d4dff;
  color: white;
}

.button-bar .disabled {
  color: #b9b9b9;
  pointer-events: none;
}
.button-bar-selected {
  background: #b9b9b9 !important;
}

.formatos {
  float: right;
}
.formatos-form {
  display: inline-block;
}
.canceltext {
  text-align: center;
  margin-top: 10px;
  pointer-events: all;
  cursor: pointer;
  color: gray;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding-top: 5px;
}
.back {
  user-select: none;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: gray;
  border-width: 2px;
  border-style: solid;
  width: 112px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 12px;
  margin-top: 10px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.back:hover {
  color: white;
  background: #4d4dff;
  border-color: #4d4dff;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
  padding-bottom: 1px;
  margin-bottom: -1px;
  margin-left: -10px;
  padding-right: 7px;
}
.wall {
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 6em;
  top: 0px;
  left: 0px;
  background: #ffffffa6;
  display: none;
}

.footer {
  width: 100%;
  position: fixed;
  background: black;
  margin-left: -10px;
  opacity: 60%;
  margin-top: 0px;
  bottom: 0px;
  display: flex;
}
.footertxt {
  font-size: 11px;
  text-decoration: none;
  color: gray;
  font-family: arial;
  flex: auto;
}

.footer-TC {
  margin-top: 6em;
  width: 100%;
  display: flex;
  font-size: 0.8em;
  text-decoration: none;
  color: black;
  margin: auto;
  text-align: center;
  opacity: 0.2;
}

.index-option-section {
  margin-top: 2em;
}

.join {
  margin: 20px auto auto auto;
  font-weight: bold;
  color: #4d4dff;
  text-align: center;
  width: 300px;
  padding: 15px 5px;
  transition: 0.2s;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.join:hover {
  border-radius: 15px;
  background: mediumseagreen;
  color: #ffffff;
  cursor: pointer;
}
.jointxt {
  color: inherit;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  margin: auto;
}
.jointxt:hover {
  color: #ffffff;
}

.pwd-requirements {
  background: cornsilk;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 20px;
  font-size: 14px;
  border-radius: 12px;
  margin-bottom: 10px;
}

.req-title {
  font-weight: bold;
  font-size: 16px;
}

/* The message box is shown when the user clicks on the password field */
.password-guide {
  display: none;
  background: #f1f1f1;
  color: #000;
  position: relative;
  padding: 20px;
  margin-top: 10px;
}

.password-guide p {
  padding-left: 35px;
  font-size: 16px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}

.user-icon {
  margin-right: auto;
  margin-top: -6px;
  font-size: 1.8em;
  font-weight: bolder;
  color: white;
  transition: 0.2s;
  transition-property: opacity;
  cursor: pointer;
}

.user-icon:hover,
.user-icon:active {
  opacity: 50%;
}

.bell-icon {
  margin-right: auto;
  margin-top: -6px;
  font-size: 1em;
  font-weight: bolder;
  color: white;
  transition: 0.2s;
  transition-property: opacity;
  align-self: center;
  cursor: pointer;
}

.bell-icon:hover,
.bell-icon:active {
  opacity: 50%;
}

.navi-icon-wrapper {
  display: flex;
  width: 50px;
}

.menu {
  display: block;
  background: white;
  min-width: 230px;
  border-radius: 5px;
  position: fixed;
  right: 15px;
  top: 45px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  font-family: "Raleway", sans-serif;
  padding-bottom: 10px;
  transition: 0.1s;
  height: auto;
  opacity: 1;
  z-index: 5;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.menu-off {
  transition: 0.2s;
  background: white;
  min-width: 230px;
  border-radius: 5px;
  position: fixed;
  right: 15px;
  top: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  user-select: none; /* Standard */
  font-family: "Raleway", sans-serif;
  padding-bottom: 10px;
  opacity: 0;
  pointer-events: none;
}

.menu-user {
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  user-select: none; /* Standard */
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.menu-item {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 14px;
  margin: 0px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.2s;
  cursor: pointer;
}

.menu-item:hover {
  background: aliceblue;
}

.menu-item:active {
  background: aliceblue;
}

.menu-item-disabled {
  color: #dfdfdf;
  cursor: initial;
  pointer-events: none;
}

.menu-item-disabled:hover {
  background: white;
}

.notification-item {
  text-decoration: none;
  color: #7b7b7b;
  font-size: 14px;
  margin-top: 0.5em;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.2s;
}
.notification-separator {
  width: 85%;
  border: solid 1px #f5f6f8;
  margin-bottom: 0px;
  margin-top: 0px;
}

.logout {
  color: black;
  font-weight: bold;
}

.disclaimer {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  user-select: none;
}

.disclaimer-h {
  font-weight: bold;
}

.loginform {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  width: 265px;
  height: 50px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
}

.loginformlabel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #4d4dff;
  color: #ffffff;
}

.loginformsect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.loginsubmit {
  width: 315px;
  padding: 15px;
  margin-bottom: 20px;
  background: #4d4dff;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: 0.2s;
  -webkit-appearance: none;
}

.loginsubmit:hover {
  background: mediumseagreen;
  border-radius: 15px;
}

.login-spacer {
  width: 100%;
  height: 35px;
}
.genDob {
  display: flex;
  width: 90%;
}

.genDob1 {
  width: 35%;
  display: block;
}

.genDob2 {
  width: 65%;
}

.errMsg {
  display: none;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
  background: red;
  line-height: 26px;
  width: 90%;
  padding-left: 20px;
  font-size: 14px;
}

.comment {
  font-size: 12px;
  color: #aaa;
}

.colorp {
  height: 4em;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0px;
}

.side-menu {
  background: #fffedf;
  position: fixed;
  top: 109px;
  display: block;
  color: aliceblue;
  width: 60px;
  border-radius: 18px;
  left: -15px;
  padding-top: 25px;
  z-index: 9;
}

.side-item {
  transform: rotate(-90deg);
  font-family: "Raleway", sans-serif;
  margin-bottom: 50px;
  padding-top: 25px;
  background: #fffedf;
  border-style: solid;
  border-radius: 13px;
  width: 100px;
  text-align: center;
  left: -24px;
  position: relative;
  padding-bottom: 10px;
  border-width: 2px;
  color: black;
  border-color: #eceaad;
  user-select: none;
  cursor: pointer;
  transition: 0.2s;
}
.side-item:hover {
  background: #fff;
  left: -15px;
  font-weight: bold;
}

.side-item-current {
  background: #fff;
  left: -15px;
  font-weight: bold;
}

.side-item-disabled {
  pointer-events: none;
  color: #e6e4a7;
}

.edit-button {
  float: right;
  text-decoration: none;
  border-style: solid;
  padding: 6px;
  border-radius: 5px;
  border-color: #4d4dff;
  border-width: 2px;
  width: 100px;
  text-align: center;
  color: #4d4dff;
  transition: 0.2s;
  background: white;
  font-size: 1em;
  font-family: "Raleway", sans-serif;
  -webkit-appearance: none;
  cursor: pointer;
}

.edit-button:hover {
  color: white;
  background: #4d4dff;
}

.edit-button:active {
  background: #4d4dff;
  color: white;
}

.cancel-button {
  float: right;
  text-decoration: none;
  border-style: solid;
  padding: 6px;
  border-radius: 5px;
  border-color: #d5d5d5;
  border-width: 2px;
  width: 100%;
  text-align: center;
  color: #d5d5d5;
  background: white;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  transition: 0.2s;
  -webkit-appearance: none;
  cursor: pointer;
}

.cancel-button:hover {
  color: white;
  background: #d5d5d5;
}

.cancel-button:active {
  background: #d5d5d5;
}

.other-button {
  float: right;
  text-decoration: none;
  border-style: solid;
  padding: 6px;
  border-radius: 5px;
  border-color: mediumseagreen;
  border-width: 2px;
  width: 100%;
  text-align: center;
  color: mediumseagreen;
  background: white;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  transition: 0.2s;
  -webkit-appearance: none;
  cursor: pointer;
}

.other-button:hover {
  color: white;
  background: mediumseagreen;
}

.other-button:active {
  background: mediumseagreen;
}

.edit-single-col {
  display: block;
  float: none;
  width: 100%;
  margin-top: 25px;
}

.edit_button_disabled {
  pointer-events: none;
  color: #dfdfdf;
  border-color: #dfdfdf;
}

.allergy {
  background: red;
  padding: 5px;
  border-radius: 6px;
  color: white;
  font-weight: bold;
}

.bg {
  background-image: url("/resources/img/estetoscope.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  width: 100%;
  background-attachment: fixed;
  height: 105em;
}
.cert-thumb {
  border: black;
  border-style: solid;
  border-width: 1px;
  width: 130px;
  height: 170px;
  text-align: center;
  margin-bottom: 25px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.mobile-menu {
  display: none;
}

.mobile-menu-item {
  display: none;
}

.mobile-menu-spacer {
  display: none;
}

.search {
  display: block;
  margin-right: 20px;
  font-size: 1em;
  margin-bottom: 15px;
}
input[type="search"] {
  outline: none;
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  background: #f5f6f8
    url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat
    9px center;
  border: solid 1px #ccc;
  padding: 9px 10px 9px 10px;
  width: 15px;
  -webkit-border-radius: 10em;
  border-radius: 10em;
  color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

input[type="search"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
  -webkit-transition: all 0.5s;
}

input[type="search"]:hover {
  background: #fff;
}
input[type="search"]:focus {
  width: 94%;
  padding-left: 32px;
  color: #000;
  background: #fff;
  cursor: auto;
}

input[type="search"]:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

.fw-section {
  width: 100%;
  min-height: 300px;
  margin-top: 70px;
  padding-top: 25px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 25px;
  background: white;
}

.fw-content {
  display: block;
  text-align: center;
  min-width: 300px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.fw-img {
  width: 100%;
  max-width: 1080px;
}

.patient-icon {
  color: darkblue;
  margin: auto;
  font-size: 1.3em;
}

.nuevo-paciente {
  display: none;
}

.hide-mobile {
  display: block;
}

.hide-flex-desktop {
  display: none;
}

.updated {
  background: #fff08d;
  font-weight: bold;
  font-size: 0.9em;
  margin: auto;
  float: right;
}

.cert-preview {
  display: flex;
  flex-direction: column;
  z-index: -2;
  position: relative;
  min-width: 705px;
  min-height: 1010px;
  width: 42%;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* For work day menu */
.dayswitch {
  margin-bottom: 35px;
}

.dayconfig {
  padding-left: 2px;
  font-weight: bold;
  margin-bottom: 3em;
}

.day_container {
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-right: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.day_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.day_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 31px;
  width: 33px;
  background: #eee;
  border-radius: 100px;
  color: white;
  padding-left: 1px;
  padding-top: 3px;
  font-size: 1em;
  text-align: center;
}

/* On mouse-over, add a grey background color */
.day_container:hover input ~ .day_checkmark {
  background: #ccc;
}

/* When the checkbox is checked, add a blue background */
.day_container input:checked ~ .day_checkmark {
  background: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.day_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.day_container input:checked ~ .day_checkmark:after {
  display: block;
}

.patient-search-card {
  width: 445px;
}

.dayconfigday {
  margin-bottom: 10px;
  display: none;
}

.dayconfigday p {
  display: inline-block;
  margin: 0px 10px 0px 10px;
  padding-top: 10px;
}
.dayconfigday p:first-child {
  margin: 0px;
  width: 24%;
}

.dayconfigday:last-of-type {
  margin-bottom: 25px;
}

.timeselect {
  display: inline-block;
  background: #d5d5d5;
  border-radius: 10px;
  font-weight: bold;
  color: black;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.timeselect select,
.timeselect input {
  background: transparent;
  color: black;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  text-align: center;
  cursor: pointer;
}

.edit-days {
  width: 28%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.patient-code {
  margin: auto;
  width: auto;
  border-style: solid;
  border-color: lawngreen;
  border-radius: 10px;
  border-width: 5px;
  padding: 7px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  user-select: text;
  cursor: text;
  overflow-wrap: anywhere;
  word-break: anywhere;
  word-wrap: break-word;
}

.togglep {
  margin-top: 14px;
  margin-left: 10px;
  opacity: 0.5;
  cursor: pointer;
}

.appt-status-tab {
  text-align: center;
  margin-top: -6px;
  padding: 0.4em;
  padding-top: 0.7em;
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  width: 396px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.2s;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.appt-button {
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background: #f5f6f8;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 6px;
  transition: 0.2s;
  min-height: 35px;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 2px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
  min-width: 360px;
  display: flex;
  padding-right: 10px;
}

.appt-button:hover {
  background: #e1e1e1;
}

.appt-time {
  display: inline-block;
  font-size: 0.6em;
  font-weight: bold;
  color: #787878;
  padding-top: 8px;
}

.patient-type {
  float: right;
  font-size: 0.6em;
  font-weight: bold;
  color: #787878;
  padding-top: 8px;
  font-family: "Raleway", sans-serif;
}

.agendaDP {
  display: none;
}

.cancel-appt {
  background: #f5f6f8;
  color: #8e8e8e;
  text-align: center;
  display: flex;
  min-width: 35px;
  margin: 15px 25px 2px -14px;
  border-width: 3px;
  border-color: #f5f6f8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.15);
  clip-path: inset(-10px -10px -10px 0px);
  transition: 0.2s;
  cursor: pointer;
}

.cancel-appt:hover {
  background: red;
  color: white;
  border-color: red;
}

.options-appt {
  background: #f5f6f8;
  color: #8e8e8e;
  text-align: center;
  display: flex;
  min-width: 35px;
  margin: 15px 25px 2px -14px;
  border-width: 3px;
  border-color: #f5f6f8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.15);
  clip-path: inset(-10px -10px -10px 0px);
  transition: 0.2s;
  cursor: pointer;
}

.options-appt:hover {
  background: lightgray;
  color: white;
  border-color: lightgray;
}

.agenda-cancel {
  margin: 15px 25px 2px -14px;
  width: 8%;
}

.cancel-appt-icon {
  display: inline;
  margin: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dia-label-mobile {
  display: none;
}

.new-appt-button-section {
  display: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.forgot-pwd {
  width: 315px;
  margin: auto;
  display: block;
  float: unset;
}

.cancel-appt-hide {
  color: #f5f6f8;
  pointer-events: none;
}

.overlay-card-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.step {
  font-size: 1em;
  text-align: center;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.stepCircle {
  font-size: 2em;
  color: darkblue;
}

.stepText {
  font-size: 0.9em;
  margin-top: 1em;
  color: #999;
}

.stepSpace {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}

.jsclock {
  font-size: 1.3em;
  margin-top: -25px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  color: #aaa;
}

.tzlabel {
  width: max-content;
  margin-bottom: 1em;
  padding: 8px;
  border-radius: 8px;
  background: #f6f6f6;
  color: #808080;
}

.link-button a {
  color: darkblue;
}

.link-button a:focus {
  color: white;
}

.multi-card-form {
  max-width: 94%;
}

.loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  padding-top: 6em;
  top: 0px;
  left: 0px;
  background: #ffffffa6;
  transition: 0.2s;
  text-align: center;
  color: darkblue;
  font-size: 4em;
}
.loading-icon {
  animation: spin 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.call {
  margin-left: 1em;
  padding: 0.4em 1em;
  border-radius: 0.5em;
  background: #f5f6f8;
}

.settings-icon {
  color: #d5d5d5;
  font-size: 1em;
  float: right;
  transition: color 0.2s;
}

.settings-icon:hover {
  color: darkblue;
  animation: spin 0.8s linear infinite;
}

.consultas-button-expediente-section {
  display: flex;
}
.consultas-button-expediente {
  background: white;
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #4d4dff;
  width: 50%;
  line-height: 2em;
  text-align: center;
  margin: auto;
  user-select: none;
  color: #4d4dff;
  transition: 0.2s;
  cursor: pointer;
}

.consultas-button-expediente:first-child {
  margin-right: 1em;
}

.consultas-button-expediente:hover {
  color: white;
  background: #4d4dff;
}

.side-card {
  display: none;
  flex: auto;
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 1.2em;
  padding-left: 35px;
  padding-top: 30px;
  padding-right: 35px;
  padding-bottom: 1em;
  width: 20em;
  max-width: 20em;
  z-index: 1;
}

.close-icon {
  float: right;
  font-size: 1.5em;
  color: darkblue;
  cursor: pointer;
  transition: 0.2s;
}

.close-icon:hover {
  color: red;
}

.add-appt-icon {
  font-size: 3em;
  color: darkblue;
  position: relative;
  float: right;
  margin-top: -1em;
  transition: 0.2s;
  cursor: pointer;
  background: white;
  border-radius: 100px;
  border: solid white 2px;
}

.add-appt-icon:hover {
  color: #4d4dff;
  animation: spin 0.1s linear;
}

.current-appt {
  background: lightcyan;
  border-radius: 1em;
}

.drag-icon {
  position: absolute;
  top: 0.5em;
  margin-left: -1.5em;
  color: lightgray;
  cursor: move;
}

.side-by-side-2 {
  flex: auto;
  margin-bottom: 2em;
  width: 450px;
}

.perfil-incompleto {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #999;
  width: 100%;
  display: block;
  margin-top: 2em;
  user-select: none;
  cursor: pointer;
  transition: 0.2s;
}

.perfil-incompleto:hover {
  color: darkblue;
}

.archivar {
  color: #babbbd;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  border: none;
  text-align: center;
  padding: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.2s;
  -webkit-appearance: none;
  background: transparent;
  margin-bottom: 3em;
}

.archivar:hover {
  color: red;
}

.card-title-label {
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  padding-top: 5px;
  user-select: none;
  margin-bottom: -0.3em;
  font-weight: normal;
}

.appt-options-menu {
  background: darkslategray;
  position: absolute;
  z-index: 1;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: white;
  font-weight: bold;
  height: auto;
  width: 375px;
  margin-left: 10px;
}

.options-menu {
  padding: 10px;
  cursor: pointer;
}

.options-menu:hover {
  background: gray;
  border-radius: 10px;
}

.options-menu .option-icon {
  opacity: 0;
  display: inline-block;
  transition: 0.2s;
  width: 5%;
}

.options-menu:hover .option-icon {
  opacity: 1;
  margin-right: 0.7em;
}

.options-menu-cancel {
  transition: 0.2s;
}

.options-menu-cancel:hover {
  background: red;
}

.cancel-appt-option-hide {
  display: none;
}

.clear-entry {
  font-family: "Inter", sans-serif;
  font-size: 1em;
  border-radius: 10px;
  box-sizing: border-box;
  border-style: solid;
  outline: none;
  border-width: 1px;
  border-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  background: lightcyan;
  color: black;
  padding: 8px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
}

.clear-entry:focus {
  background: lightyellow;
  border-style: solid;
  border-color: lightcyan;
}

.clear-entry-row {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.msg_bubble {
  opacity: 0;
  display: none;
  background: darkslategray;
  color: white;
  border-radius: 1.5em;
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
  transition: 0.4s;
}

.doc-chk {
  font-size: 1.5em;
  margin-right: 0.5em;
  color: blue;
}

.doc-cross {
  font-size: 1.5em;
  margin-right: 0.5em;
  color: red;
}

.back-reports {
  transition: 0.2s;
  margin: 0px;
  padding: 1em;
  color: darkblue;
}

.back-reports:hover {
  background: darkblue;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.back-reports:active {
  line-height: 1.6em;
  box-shadow: unset;
}

.back-reports i {
  transition: 0.2s;
}
.back-reports:hover i {
  margin-right: 0.5em;
}

.patient-send-email {
  transition: 0.2s;
  margin: 0px;
  padding: 0.4em 1em;
  background: #f5f6f8;
  color: darkblue;
  border-radius: 0.5em;
  display: inline-block;
  cursor: pointer;
}

.patient-send-email:hover {
  background: darkblue;
  color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.patient-send-email i {
  opacity: 0;
  transition: 0.2s;
}
.patient-send-email:hover i {
  opacity: 1;
  margin-right: 1em;
}

.attachment-button {
  color: darkblue;
  background: white;
  padding: 0.4em 1em;
  border-radius: 0.5em;
  border: solid 2px;
  cursor: pointer;
  transition: 0.2s;
  height: max-content;
  min-width: max-content;
  margin: auto;
  margin-top: 1em;
}

.attachment-button:hover {
  color: white;
  background: darkblue;
}

.attachment-button i {
  transition: 0.2s;
}

.attachment-button:hover i {
  margin-right: 1em;
}

.attachment-name {
  display: none;
  color: gray;
  margin: auto;
  margin-top: 1em;
  margin-left: 1em;
  border: 2px solid gray;
  border-radius: 0.5em;
  padding: 0.4em 1em;
  transition: 0.2s;
}

.attachment-name i {
  transition: 0.2s;
  margin: auto;
  margin-left: 1em;
  cursor: pointer;
}

.attachment-name i:hover {
  color: red;
}

.email-preview {
  border: solid lightgray 1px;
  border-radius: 0.8em;
  padding: 1em;
  margin-top: 1em;
}

.next-visit-tab {
  color: black;
  font-size: 0.8em;
  font-weight: bold;
  background: white;
  text-align: center;
  padding: 0.4em;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  width: 280px;
  min-width: 360px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  margin-top: -4px;
  display: none;
  cursor: pointer;
  transition: 0.2s;
}
.next-visit-tab:hover {
  background: lightgray;
}

.next-visit-tab i {
  opacity: 0;
  transition: 0.2s;
}

.next-visit-tab:hover i {
  opacity: 1;
  margin-left: 2em;
}

.feature-box {
  display: flex;
  padding: 0.5em;
  font-size: 1.2em;
  width: 240px;
  height: 150px;
  margin: auto;
  margin-bottom: 0.5em;
}

.feature-box div {
  display: flex;
  align-items: center;
  background: #f5f6f8;
  border-radius: 0.4em;
  padding: 0.3em 2em;
  text-align: center;
  height: 150px;
}

.bell-notification-count {
  color: white;
  background: red;
  font-family: inter;
  border-radius: 100px;
  min-width: 1.5em;
  height: 1.5em;
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 60px;
  cursor: pointer;
  transition: 0.2s;
}

.clear-notifications {
  font-size: 0.7em;
  text-align: center;
  border-radius: 100px;
  background: #c8c8c8;
  width: 90%;
  margin: auto;
  margin-top: 1em;
  color: white;
  padding: 0.4em;
  cursor: pointer;
  transition: 0.2s;
}

.clear-notifications:hover {
  background: #888;
}

.notification-timestamp {
  font-size: 0.7em;
  color: lightgray;
  padding-left: 1.8em;
  margin-bottom: 0.5em;
}

/* Mobile */
@media screen and (-webkit-min-device-pixel-ratio: 1.1) and (max-device-width: 414px) and (orientation: portrait) {
  html {
    height: 120%;
  }

  body {
    height: 100%;
    -webkit-text-size-adjust: none;
  }

  .main {
    padding-left: unset;
  }

  .bg {
    background-image: url("/resources/img/bgLandscape.jpg");
    background-attachment: unset;
    height: 105em;
  }

  a {
    color: currentColor;
  }

  a:hover {
    color: currentColor;
  }

  th,
  td {
    height: 3em;
  }

  .spacer {
    margin-top: 150px;
  }
  .titlebar {
    height: 7.5em;
    padding-top: 28px;
  }
  .title-box {
    top: 20px;
  }
  .title {
    font-size: 3.5em;
  }

  .card {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 2.5em;
    border-radius: 25px;
  }

  .card-center {
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  }

  .card-title {
    font-size: 1.6em;
    margin-bottom: 40px;
  }
  .item {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .item:hover {
    min-width: 750px;
  }

  .itemname {
    font-size: 2.5em;
    margin-bottom: 10px;
  }

  .descr {
    font-size: 1.7em;
    margin-bottom: 15px;
  }

  .navi-home {
    display: none;
  }
  .navi-reg {
    display: none;
  }

  .navi-login-button {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    color: white;
    display: inline-block;
    position: relative;
    right: 0px;
    margin-right: 25px;
    transition: 0.2s;
    padding: 6px 30px;
    border-style: solid;
    border-color: white;
    border-radius: 15px;
    border-width: 3px;
    margin-top: 3px;
  }

  .back {
    display: none;
  }
  .big1 {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .big2 {
    font-size: 4em;
    margin-bottom: 15px;
  }

  .norm1 {
    font-size: 40px;
    margin-top: 60px;
  }

  .footertxt {
    padding-bottom: 1px;
    font-size: 28px;
  }

  .boton:hover {
    padding: 40px 35px;
  }

  .botonmain {
    font-size: 1em;
    width: 90%;
    padding: 30px;
    margin-top: 20px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
  }

  .entry {
    width: 100%;
    height: 2.5em;
    font-size: 1em;
    border: 3px solid #dee0e4;
    border-radius: 10px;
    margin-bottom: 25px;
    -webkit-appearance: none;
    background: transparent;
    -moz-appearance: none;
  }

  .entry .entry:focus {
    border-width: 3px;
  }

  .entry-date {
    -webkit-appearance: none;
    -moz-appearance: none;
    align-content: center;
  }
  .submit {
    font-size: 1em;
    width: 100%;
    border-radius: 20px;
    height: 3em;
  }

  .submit div {
    padding-top: 25px;
  }

  .cancel-button {
    font-size: 1em;
    width: 100%;
    border-radius: 20px;
    height: 3em;
    line-height: 2.5em;
  }

  .entry-card {
    width: 92%;
    font-size: 2.5em;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 25px;
  }

  .join {
    width: 75%;
    padding: 20px;
  }

  .jointxt {
    font-size: 2.5em;
  }

  .loginform {
    font-size: 1em;
    width: 16em;
    height: 2em;
    margin-bottom: 30px;
  }

  .loginformlabel {
    width: 2em;
    height: 2em;
  }

  .loginsubmit {
    border-radius: 15px;
    width: 18em;
    height: 115px;
    font-size: 1em;
    margin-bottom: 2em;
  }

  .login-spacer {
    height: 70px;
  }

  .genDob {
    display: block;
    width: 100%;
  }

  .genDob1 {
    width: 100%;
  }

  .genDob2 {
    width: 100%;
  }

  .disclaimer {
    font-size: 1.8em;
  }

  .comment {
    font-size: 0.7em;
  }

  .errMsg {
    font-size: 0.8em;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  #message p {
    font-size: 2.5em;
  }

  .notification-text {
    margin-bottom: 30px;
  }

  .user-icon {
    font-size: 4em;
  }

  .navi-icon-wrapper {
    margin-right: 30px;
  }

  .menu {
    margin-top: 70px;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
  }

  .menu-user {
    font-size: 4em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .menu-item {
    font-size: 2.5em;
    line-height: 100px;
    padding-left: 1em;
    padding-right: 0.5em;
    color: black;
  }

  .menu-item:hover {
    background: #ccc;
  }

  .menu-item-disabled {
    color: #dfdfdf;
  }

  .notification-item {
    font-size: 2.5em;
    padding-left: 1em;
    padding-right: 0.5em;
    color: black;
  }

  .colorp {
    width: 100%;
    height: 8em;
  }

  .sub-card-title {
    font-size: 1.3em;
  }
  .side-menu {
    display: none;
  }

  .edit-button {
    width: auto;
    padding: 8px 10px;
    border-radius: 12px;
    border-width: 3px;
  }

  .edit-single-col {
    width: 100%;
    margin-top: 50px;
    height: 3em;
    line-height: 2.5em;
  }

  .entry-card-sm {
    font-size: 2.5em;
    width: 92%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 45px;
    padding-right: 45px;
    border-radius: 25px;
  }

  .cert-thumb {
    border-width: 4px;
    width: 300px;
    height: 375px;
  }

  .mobile-menu {
    position: fixed;
    z-index: 9;
    bottom: -1px;
    font-size: 2.5em;
    background: white;
    color: rgb(117, 117, 117);
    font-family: "Raleway", sans-serif;
    width: 100%;
    display: flex;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    height: 210px;
    border-top: #d9d9d9;
    border-top-style: solid;
    border-top-width: 3px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }

  .mobile-menu-item {
    font-size: 0.8em;
    display: inline-block;
    flex: auto;
    text-align: center;
    margin: auto;
    width: 100%;
    background: transparent;
    transition: 0.2s;
  }

  .mobile-menu-item:hover {
    background: lightcyan;
    border-radius: 1em;
  }

  .mobile-menu-item-disabled {
    opacity: 0.25;
    pointer-events: none;
  }

  .mobile-menu-icon {
    font-size: 2em;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .mobile-menu-label {
    margin-bottom: 15px;
  }

  .mobile-menu-spacer {
    width: 100%;
    height: 150px;
    display: block;
  }
  .search {
    display: block;
    margin-right: 20px;
    font-size: 1em;
  }
  input[type="search"] {
    background-size: 1em;
    padding-left: 60px;
    font-size: 1em;
    margin-bottom: 30px;
    width: 0px;
  }
  input[type="search"]:focus {
    padding-left: 65px;
    padding-right: 0px;
  }
  .fw-section {
    font-size: 2em;
    padding-top: 60px;
  }
  .fw-content {
    width: 100%;
    min-height: 250px;
    margin-bottom: 90px;
  }

  .patient-icon {
    display: none;
  }

  .patient-button-container {
    width: 100%;
  }

  .nuevo-paciente {
    width: 99%;
    display: flex;
    margin-bottom: 55px;
  }

  .hide-mobile {
    display: none;
  }

  .hide-flex-desktop {
    display: flex;
  }

  .fw-img {
    min-width: 600px;
  }

  .updated {
    float: none;
  }

  .button-bar {
    border-radius: 20px;
  }

  .button-bar a {
    padding: 35px 24px;
    border-radius: 20px;
    width: 100%;
  }

  .button-bar div {
    padding: 35px 24px;
    border-radius: 20px;
    width: 100%;
  }

  .cert-preview {
    width: 92%;
    min-height: 27em;
  }

  .dayswitch {
    height: 105px;
    margin-bottom: 45px;
  }

  .day_container {
    margin-right: 3.2em;
  }

  .day_checkmark {
    font-size: 2em;
    padding-top: 17px;
    height: 2em;
    width: 2.1em;
  }

  .timeselect {
    border-radius: 15px;
    font-weight: normal;
  }
  .timeselect select {
    font-size: 1em;
    border-radius: 15px;
    font-weight: normal;
  }

  .dayconfigday {
    margin-bottom: 45px;
  }

  .dayconfigday p:first-child {
    margin-right: 6%;
  }

  .dayconfigday:last-of-type {
    margin-bottom: 50px;
  }

  .edit-button:hover {
    color: #4d4dff;
    background: white;
  }

  .switch {
    height: 2em;
    width: 3.5em;
  }

  .slider {
    border-radius: 3em;
  }

  .slider:before {
    height: 1.8em;
    width: 1.8em;
    left: 0.1em;
  }

  input:checked + .slider::before {
    -webkit-transform: translateX(1.5em);
    -ms-transform: translateX(1.5em);
    transform: translateX(1.5em);
  }

  .patient-code {
    border-radius: 20px;
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .appt-status-tab {
    width: 100%;
    margin-bottom: 1em;
  }

  .appt-button {
    width: 100%;
  }

  .appt-time {
    font-size: 1.7em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
  }

  .patient-type {
    font-size: 1.7em;
    padding-top: 12px;
  }

  .agendaDP {
    font-family: "Raleway", sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: black;
    display: block;
    width: 100%;
    margin-bottom: 1em;
    margin-left: 20px;
    border: solid lightgray 5px;
    border-radius: 15px;
    padding: 8px;
    padding-left: 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .agendaDP:focus {
    background: lightcyan;
    border-color: lightcyan;
    color: black;
  }

  .footer-TC {
    margin-top: 2em;
    font-size: 2em;
  }

  .cancel-appt {
    width: 10%;
    margin: 15px 0px 2px -4px;
  }

  .agenda-cancel {
    margin: 15px 0px 2px -4px;
  }

  .cancel-appt:hover {
    background: lightgray;
    border-color: lightgray;
    color: #8e8e8e;
  }

  .options-appt {
    width: 10%;
    margin: 15px 0px 2px -4px;
  }

  .options-appt:hover {
    background: #f5f6f8;
    border-color: #f5f6f8;
    color: #8e8e8e;
  }

  .dia-label-mobile {
    display: block;
    font-weight: bold;
    padding-top: 6px;
    width: 25%;
  }

  .new-appt-button-section {
    display: flex;
    height: 4em;
    margin-bottom: 2em;
    background: #f5f6f8;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
  }

  .new-appt-button {
    width: 100%;
    text-align: center;
    margin: auto;
    font-weight: bold;
    user-select: none;
    color: darkblue;
  }

  .forgot-pwd {
    width: 18em;
  }

  .overlay-card-title {
    font-size: 0.3em;
  }

  .overlay-card-label {
    font-size: 0.2em;
  }

  .stepText {
    font-size: 0.75em;
  }

  .multi-card-form {
    max-width: unset;
  }

  .loading {
    font-size: 9em;
  }

  .consultas-button-expediente {
    border-radius: 12px;
    border-width: 3px;
  }

  .side-card {
    display: none;
    position: absolute;
    flex: auto;
    width: 92%;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 7em;
    font-size: 2.5em;
    border-radius: 25px;
    left: 0;
    right: 0;
    top: 4em;
    z-index: 1;
  }

  .consultas-button-expediente {
    width: unset;
    padding: 0.2em 1em;
  }

  .add-appt-icon {
    margin-top: unset;
  }

  .drag-icon {
    display: none;
  }

  .side-by-side-2 {
    max-width: 92%;
  }

  .appt-options-menu {
    margin-top: -0.9em;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 81%;
    padding: 20px;
  }
  .options-menu {
    height: 2.5em;
  }

  .next-visit-tab {
    width: 100%;
    margin-top: -30px;
  }

  .feature-box {
    width: 100%;
  }

  .feature-box div {
    width: 100%;
    display: grid;
  }

  .bell-icon {
    font-size: 2.5em;
  }

  .bell-notification-count {
    font-size: 2em;
    top: -20;
    left: -20px;
  }

  .notification-timestamp {
    font-size: 1.6em;
    padding-left: 1.6em;
    padding-right: 0.5em;
  }

  .clear-notifications {
    font-size: 1.9em;
  }
}
