@media (max-width: 1919px) {
  .container {
    margin-left: 17.5% !important;
    margin-right: 17.5% !important;
    max-width: 65% !important;;
  }
}

@media (max-width: 991px) {
  .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 55% !important;;
  }

  .small {
    font-size: 17px;
  }
}

.logo {
  width: 100%;
}

.bg-light-grey {
  background-color: #f3f4f4;
}

.bg-grey {
  background-color: #dddede;
}

.text-primary {
  color: #0fc3ac !important;
}

.btn.btn-primary {
  background: #0fc3ac;
  border: 1px solid #0fc3ac;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
  background: #068b7b !important;
  border: 1px solid #068b7b !important;
  color: #fff;
}

.border-bottom-title {
  border-bottom: 2px solid #0fc3ac;
}

@media (max-width: 991px) {
  .border-bottom-title.h3 {
    font-size: 18px;
  }
}

label.error {
  width: 100%;
  color: red;
  font-weight: bold;
  /*padding: .7em;*/
  /*vertical-align: middle;*/
  font-size: 12px;
  /*border: 1px red solid;
  border-top: none;*/
}

.photo {
  top: 10px;
  left: 26px;
}

.photo-right {
  top: 10px;
  right: 26px;
}

@media (max-width: 787px) {
  .photo-right {
    left: 26px;
    right: unset;
  }
}

.file-photo {
  margin-top: -108px;
}

.custom-file {
  float: left;
  position: relative;
  height: 140px;
}
.custom-file #file-hidden {
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 120px;
  opacity: 0;
}

@media (min-width: 1920px) {
  .custom-file {
    height: 145px;
  }

  .custom-file #file-hidden {
    height: 125px;
  }
}

.form-control {
  border-radius: 0;
  border: 1px solid #bfc9d4;
}

.form-control::placeholder {
  color: #bfc9d4;
}

@media (min-width: 768px) {
  .minh-475 {
    min-height: 475px;
  }
}

@media (min-width: 1920px) {
  .minh-475 {
    min-height: 600px;
  }
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

#searchPatient {
  border: 1px solid #0fc3ac;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.select2.select2-container.mb-4.select2-container--default {
  margin-bottom: 0 !important;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  padding: 0 .5rem !important;
  height: 35px !important;
}

.btn-absolute-right {
  position: absolute;
  top: 5px;
  right: 20px;
}