.alerts-container {
  position:fixed;
  top: 10%;
  right:10%;
  z-index:9999;
}

#outer {
  position: absolute;
  top:5%;
  width:100%;
  display: flex;
  justify-content: center;
}

#form_login {
  left      : 50%;
  top       : 50%;
  position  : absolute;
  transform : translate(-50%, -50%);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.clickable {
  cursor: pointer;
}

/* #logout_button {
  position:absolute;
  top: 2%;
  right: 2%;
} */

#topBtn {
  display: none;
  position:fixed;
  width:40px;
  height:40px;
  bottom:30px;
  left:30px;
  padding: 10px;
  cursor: pointer;
  border-radius:50px;
  text-align:center;
  z-index: 99;
  border: none;
}

#myInput {
  width:8rem;
}

#myInput-pacientes {
  width:8rem;
}


th {
  vertical-align: middle;
}

.tip{background-color: #757575;padding: 0 14px;line-height: 27px;position: absolute;border-radius: 4px;z-index: 100;color: #fff;font-size: 12px;animation-name: tip;animation-duration: .6s;animation-fill-mode: both}
.tip:before{content: "";background-color: #757575;height: 10px;width: 10px;display: block;position: absolute;transform: rotate(45deg);top: -4px;left: 17px}
#copied_tip{animation-name: come_and_leave;animation-duration: 1s;animation-fill-mode: both;bottom: -35px;left:2px}
.text-line{font-size: 14px}
.copy-button{height: 25px;display: flex;justify-content: center;align-items: center;position: relative}

.select2-container{
  z-index:100000;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  flex-grow: 1;
}