@import url(https://fonts.googleapis.com/css?family=Nunito);@font-face {
  font-family: "joey-regular";
  src: url("/fonts/joey-regular.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "joey-bold";
  src: url("/fonts/joey-bold.otf");
  font-weight: 900;
  font-style: normal;
}

body {
  overflow-y: scroll;
}

.print__holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.print__cards {
  width: 48%;
  transition: all 0.3s;
  margin-bottom: 2.5%;
  cursor: pointer;
  display: flex;
}

@media (min-width: 992px) {
  .print__cards {
    width: 32%;
  }
}

.print__cards:hover {
  transform: scale(1.025);
}

.print__cards > .card-profile img {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .print__cards > .card-profile img {
    height: 116px;
  }
}

.print__cards .card {
  width: 100%;
}

.form-control-label--flag {
  display: flex;
  align-items: center;
  font-weight: 300;
}

.form-control-label--flag img {
  margin-left: 7px;
  margin-right: 7px;
}

.form-control-label--flag strong {
  font-weight: 600;
}

.card-body {
  background: #F7FAFC;
}

.card--borderless {
  border: none;
}

.login__logo {
  background: url("/img/luxmed_logo.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 18% auto;
}

.card-template {
  font-family: "joey-regular";
  font-weight: 400;
  padding: 3.9% 5.58%;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.card-template .d-flex.flex-column.h-100 {
  position: relative;
}

.card-template--1 {
  background: #fff;
}

.card-template--1 .first-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.card-template--1 .first-row .additional-image {
  width: 35%;
}

.card-template--1 .first-row .logo {
  width: 40%;
}

.card-template--1 .second-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  color: #333;
  font-size: 1.15vw;
}

.card-template--1 .third-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 2%;
  color: #333;
}

.card-template--1 h1 {
  font-family: "joey-bold";
  font-weight: 900;
}

.card-template--1 span {
  font-size: 1.15vw;
}

.card-template--1 .clear-input {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  color: #333;
  padding: 0 0 0 5px;
  margin-left: -5px;
  font-size: 1.15vw;
  outline: 0px solid transparent;
}

.card-template--1 .clear-input--bold {
  font-size: 1.55vw;
  font-family: "joey-bold";
  font-weight: 900;
}

.card-template--1 #userMobilePhone {
  margin-left: 0;
  padding-left: 0;
}

button.dt-button,
div.dt-button,
a.dt-button {
  margin-bottom: 0;
}

.dataTables_length,
.dataTables_filter {
  display: flex;
  height: 37px;
  align-items: center;
  margin-left: 1rem;
}

.dataTables_length label,
.dataTables_filter label {
  margin-bottom: 0;
}

.address-select {
  border-radius: 0.375rem 0 0 0.375rem;
  cursor: pointer;
}

