@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
* {
  font-family: "Poppins", sans-serif !important;
  letter-spacing: -0.5px !important;
}
.cRed {
  color: rgb(192, 31, 31);
}

.f22 {
  font-size: 22px !important;
}
.txt-center {
  text-align: center !important;
}
.strong {
  font-weight: bold;
}
.w100 {
  width: 100% !important;
  max-width: unset;
}
.hide {
  display: none !important;
}

.alert-radio-group [disabled] {
  display: none;
}

* {
  letter-spacing: -0.5px !important;
  color: #2a2a2a;
}
ion-button * {
  color: white;
}
ion-button ion-icon {
  color: white;
}
ion-select *,
div.select-text {
  font-weight: 700 !important;
}
ion-item,
ion-row {
  width: 100% !important;
}
.questionLabel {
  width: 100%;
}
ion-select {
  max-width: 100% !important;
}
.centerForm {
  margin: auto;
  max-width: 430px;
  padding: 0 40px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
  background: white;
  max-width: 330px;
  border-radius: 10pt;
  box-shadow: 0px 0px 12px -5px black;
  padding: 30px 20px;
}
.center-title {
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.titleApp {
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  margin-bottom: 10px;
}
ion-button {
  font-weight: bold;
  font-size: 18px;
  height: 45px;
}
#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: transform 0.5s ease;
}
#splash .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(bgblack.png);
  z-index: 1;
  background-size: 580px;
  opacity: 0.1;
}
#splash .title {
  font-weight: bold;
  font-size: 30px;
  position: relative;
  z-index: 2;
}
#splash .loading {
  width: 190px;
  position: relative;
  z-index: 4;
  height: 3px;
  background: rgb(0 0 0 / 15%);
  border-radius: 10000px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#splash .loader {
  position: absolute;
  width: 0%;
  left: 0;
  top: 0;
  background: rgb(0 0 0 / 80%);
  height: 10px;
  transition: width 2s linear;
}

#splash .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: white;
  position: relative;
  z-index: 2;
  border-radius: 10pt;
  box-shadow: 0px 0px 12px -5px black;
  width: 260px;
  height: 110px;
  margin-bottom: 50px;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(bgblack.png);
  z-index: 1;
  background-size: 580px;
  opacity: 0.1;
}
.txt-center {
  text-align: center;
}
#LOGIN-PAGE {
  transition: transform 1s ease;
  transform: translatey(100vh);
}
.toast {
  color: white !important;
  text-align: center;
  font-weight: bold;
  width: 90%;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
}
button {
  background: transparent;
  font-size: 16px;
  font-weight: bold;
}
.logout {
  cursor: pointer;
}
.logout:hover {
  background-color: #f5f5f5 !important;
}

.emptyDoodle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.emptyDoodle img {
  opacity: 0.7;
  width: 100%;
}
.emptyDoodle .doodleImg {
  background: rgb(0 0 0 / 15%);
  border-radius: 100000px;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
}
.emptyDoodle p {
  font-weight: bold;
  opacity: 0.85;
}

.op1 {
  opacity: 1 !important;
}

.centerLabel {
  width: 200px;
  border-radius: 20px !important;
  color: white;
}

.ml {
  border-radius: 10pt;
  background: #0087ff;
  color: white;
  left: calc(-160px / 3);
  position: relative;
  font-weight: bold;
  padding: 10px 20px;
}

#CALENDAR {
  height: 600px;
}

.fc-daygrid-event-harness {
  cursor: pointer !important;
}

.fc-event-title-container {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3px;
}
.fc-event-title-container * {
  color: white;
  font-weight: bold;
}
.fc-toolbar-title {
  font-weight: bold;
}
.fc-toolbar-chunk *,
.fc-col-header-cell-cushion {
  text-transform: capitalize !important;
}
.fc-toolbar-chunk button,
.fc-toolbar-chunk .fc-button-group * {
  color: white;
}

.patientItem {
  cursor: pointer;
}

.patientItem p {
  margin: 10px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.patientItem ion-col {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
.patientItem ion-col:hover {
  background: #e9e9e9;
}

.patientItem ion-col:hover * {
  font-weight: bold;
}
.patientItem p div {
}
.patientItem p span {
  display: block;
  margin-right: 20px;
  font-size: 14px;
}
#ModalAppoiment ion-item p {
  color: #2a2a2a;
  opacity: 0.33;
}
#ModalAppoiment ion-item ion-icon {
  transform: scale(0.8);
  position: relative;
  top: 3px;
}
ion-toggle {
  height: 10px;
  width: 65px;

  padding: 12px;

  --background: #ddd;
  --background-checked: #ddd;

  --handle-background: #eb7769;
  --handle-background-checked: #95c34e;

  --handle-width: 25px;
  --handle-height: 27px;
  --handle-max-height: auto;
  --handle-spacing: 6px;

  --handle-border-radius: 4px;
  --handle-box-shadow: none;

  /* Required for iOS handle to overflow the height of the track */
  overflow: visible;
  contain: none;
  color: white !important;
}

.flex_column .input-wrapper {
  display: flex !important;
  flex-direction: column !important;
}

.sigCanvas {
  width: 100%;
  height: 200px;
  border: 1px solid black;
  margin: auto;
}

.sigImage {
  display: block;
  max-width: 50%;
  max-height: 300px;
  margin: 0 auto;
  border: 1px solid black;
  padding: 2rem;
}
.btnBigSystem span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 40%);
  color: white;
  font-weight: bold;
  font-size: 29px;
  cursor: pointer;
}
.btnBigSystem img {
  position: absolute;
  min-height: calc(33vh - 60px);
}
.btnBigSystem {
  width: 100%;
  height: calc(33vh - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 10px -5px black;
  position: relative;
}
.cd {
}
.dd {
}
.en {
}
.toolbar-title-default {
}
.toolbar-title-default .toolbar-background {
  background-color: #00c3ff !important;
}
.txtW {
  color: white;
}
.customBg {
  --background: #00c3ff;
  --color: white;
}
.hMenu {
  position: absolute;
  top: 115px;
}

.customBg * {
  --background: transparent !important;
  background: transparent !important;
  color: white !important;
}

ion-menu-toggle ion-icon {
  /* --color: #00c3ff; */
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.cIframe {
  position: relative;
}
.customTxt {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}
